pre-commit auto remove unneeded whitespace in idl files (#380)

I know way to many files and changes for a standard pull request.

I can make a smaller PR if needed.

Ran pre-commit here locally to auto clean up all this trialing whitespace

Up for review. Thanks
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 1b9bb4d..0a8238c 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -38,7 +38,7 @@
       - id: mixed-line-ending
         files: ^main/.*\.(c|h)xx$|^main/.*\.java$|\.(asp|c|cl|common|dxp|el|h|hrc|idl|in|ini|m|md|mk|mm|mod|pas|php|pl|pm|py|rc|sh|xba|xcs|xdl|xhp|xmi|xsd|xslt?|ya?ml)$|^main/accessibility/.*$|^main/afms/.*$|^main/animations/.*$|^main/apache-commons/.*$|^test/testgui/.*$
       - id: trailing-whitespace
-        files: (m|M)akefile$|\.(asp|bat|cl|common|el|hrc|in|ini|m|mk|mm|mod|pas|php|pl|pm|py|rc|sh|xba|xcs|xdl|xhp|xmi|xsd|ya?ml)$
+        files: (m|M)akefile$|\.(asp|bat|cl|common|el|hrc|idl|in|ini|m|mk|mm|mod|pas|php|pl|pm|py|rc|sh|xba|xcs|xdl|xhp|xmi|xsd|ya?ml)$
   - repo: https://github.com/codespell-project/codespell
     rev: v2.4.1
     hooks:
diff --git a/main/bridges/test/com/sun/star/lib/uno/bridges/java_remote/Bug98508_Test.idl b/main/bridges/test/com/sun/star/lib/uno/bridges/java_remote/Bug98508_Test.idl
index 85ef4ed..a859030 100644
--- a/main/bridges/test/com/sun/star/lib/uno/bridges/java_remote/Bug98508_Test.idl
+++ b/main/bridges/test/com/sun/star/lib/uno/bridges/java_remote/Bug98508_Test.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/bridges/test/com/sun/star/lib/uno/bridges/java_remote/PolyStructTest.idl b/main/bridges/test/com/sun/star/lib/uno/bridges/java_remote/PolyStructTest.idl
index 981e05e..cf5e8f4 100644
--- a/main/bridges/test/com/sun/star/lib/uno/bridges/java_remote/PolyStructTest.idl
+++ b/main/bridges/test/com/sun/star/lib/uno/bridges/java_remote/PolyStructTest.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/bridges/test/java_uno/acquire/types.idl b/main/bridges/test/java_uno/acquire/types.idl
index 313be57..b780288 100644
--- a/main/bridges/test/java_uno/acquire/types.idl
+++ b/main/bridges/test/java_uno/acquire/types.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/bridges/test/java_uno/any/types.idl b/main/bridges/test/java_uno/any/types.idl
index 921406e..91c2b52 100644
--- a/main/bridges/test/java_uno/any/types.idl
+++ b/main/bridges/test/java_uno/any/types.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -31,8 +31,8 @@
     any mapAny([in] any a);
 };
 
-interface BaseInterface : com::sun::star::uno::XInterface {}; 
+interface BaseInterface : com::sun::star::uno::XInterface {};
 
-interface DerivedInterface : BaseInterface {}; 
- 
+interface DerivedInterface : BaseInterface {};
+
 }; }; };
diff --git a/main/bridges/test/java_uno/equals/types.idl b/main/bridges/test/java_uno/equals/types.idl
index 5a9d28e..513568e 100644
--- a/main/bridges/test/java_uno/equals/types.idl
+++ b/main/bridges/test/java_uno/equals/types.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/bridges/test/java_uno/nativethreadpool/types.idl b/main/bridges/test/java_uno/nativethreadpool/types.idl
index ea25358..96ff5bb 100644
--- a/main/bridges/test/java_uno/nativethreadpool/types.idl
+++ b/main/bridges/test/java_uno/nativethreadpool/types.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/bridges/test/test_bridge.idl b/main/bridges/test/test_bridge.idl
index ece1743..9455a32 100644
--- a/main/bridges/test/test_bridge.idl
+++ b/main/bridges/test/test_bridge.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/cli_ure/qa/climaker/types.idl b/main/cli_ure/qa/climaker/types.idl
index 631100a..49729d3 100644
--- a/main/cli_ure/qa/climaker/types.idl
+++ b/main/cli_ure/qa/climaker/types.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -46,12 +46,12 @@
     a member1;
     long member2;
 };
- 
+
 struct PolyStruct3<a,b> {
     a member1;
     b member2;
 };
-    
+
 interface XTest {
     boolean test();
 
@@ -70,12 +70,12 @@
     [oneway] void testOneway();
 
     void testExceptions()
-        raises( com::sun::star::uno::Exception, 
+        raises( com::sun::star::uno::Exception,
                 com::sun::star::lang::ClassNotFoundException);
 
-    
+
     PolyStruct<char,long> testPolyStruct([in] PolyStruct<char, long> val);
- 
+
 
     void inParameters([in] boolean aBool, [in] byte aByte, [in] short aShort,
                       [in] unsigned short aUShort, [in] long aLong, [in] unsigned long aULong,
@@ -94,7 +94,7 @@
                       [out] com::sun::star::uno::XInterface aXInterface,
                       [out] com::sun::star::lang::XComponent aXComponent,
                       [out] sequence<boolean> seqBool);
-    
+
     void inoutParameters([inout] boolean aBool, [inout] byte aByte, [inout] short aShort,
                          [inout] unsigned short aUShort, [inout] long aLong,
                          [inout] unsigned long aULong,
@@ -125,7 +125,7 @@
     com::sun::star::uno::XInterface retXInterface();
     com::sun::star::lang::XComponent retXComponent();
     sequence<boolean> retSeqBool();
-    
+
     [attribute] boolean attrBoolean;
     [attribute] byte attrByte;
     [attribute] short attrShort;
@@ -165,7 +165,7 @@
 typedef Struct1 Struct;
 typedef com::sun::star::uno::XInterface XInterface;
 typedef com::sun::star::uno::XNamingService XNamingService;
-typedef com::sun::star::lang::XComponent XComponent; 
+typedef com::sun::star::lang::XComponent XComponent;
 
 typedef sequence< Boolean > SequenceBoolean;
 typedef sequence< Byte > SequenceByte;
@@ -185,7 +185,7 @@
 typedef sequence< Struct > SequenceStruct;
 typedef sequence< XInterface > SequenceXInterface;
 typedef sequence< XNamingService > SequenceXNamingService;
-typedef sequence< XComponent > SequenceXComponent; 
+typedef sequence< XComponent > SequenceXComponent;
 
 struct Struct2 {
     boolean p1;
@@ -408,7 +408,7 @@
         [in] sequence< SequenceHyper > at7,
         [in] sequence< SequenceUnsignedHyper > at8,
         [in] sequence< SequenceFloat > at9,
-        [in] sequence< SequenceDouble > at10, 
+        [in] sequence< SequenceDouble > at10,
         [in] sequence< SequenceChar > at11,
         [in] sequence< SequenceString > at12,
         [in] sequence< SequenceType > at13,
diff --git a/main/codemaker/test/cppumaker/types.idl b/main/codemaker/test/cppumaker/types.idl
index 6679a59..e24a5b3 100644
--- a/main/codemaker/test/cppumaker/types.idl
+++ b/main/codemaker/test/cppumaker/types.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/codemaker/test/javamaker/src/test/idl/test/codemaker/javamaker/java15/types15.idl b/main/codemaker/test/javamaker/src/test/idl/test/codemaker/javamaker/java15/types15.idl
index fd33758..4271e12 100644
--- a/main/codemaker/test/javamaker/src/test/idl/test/codemaker/javamaker/java15/types15.idl
+++ b/main/codemaker/test/javamaker/src/test/idl/test/codemaker/javamaker/java15/types15.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/codemaker/test/javamaker/src/test/idl/test/codemaker/javamaker/types.idl b/main/codemaker/test/javamaker/src/test/idl/test/codemaker/javamaker/types.idl
index 6a80fcc..b390cf6 100644
--- a/main/codemaker/test/javamaker/src/test/idl/test/codemaker/javamaker/types.idl
+++ b/main/codemaker/test/javamaker/src/test/idl/test/codemaker/javamaker/types.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/cppu/qa/types.idl b/main/cppu/qa/types.idl
index 3f7fcc5..64a8d0f 100644
--- a/main/cppu/qa/types.idl
+++ b/main/cppu/qa/types.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/cppuhelper/qa/propertysetmixin/types.idl b/main/cppuhelper/qa/propertysetmixin/types.idl
index 14dbf7d..eb96b59 100644
--- a/main/cppuhelper/qa/propertysetmixin/types.idl
+++ b/main/cppuhelper/qa/propertysetmixin/types.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/cppuhelper/test/helpertest.idl b/main/cppuhelper/test/helpertest.idl
index e74b35c..69dd0c7 100644
--- a/main/cppuhelper/test/helpertest.idl
+++ b/main/cppuhelper/test/helpertest.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -29,7 +29,7 @@
 
 module test
 {
-	
+
 interface A : com::sun::star::uno::XInterface
 {
 	string a();
diff --git a/main/cppuhelper/unotypes/cppuhelper/detail/XExceptionThrower.idl b/main/cppuhelper/unotypes/cppuhelper/detail/XExceptionThrower.idl
index 62bbd51..9fa2fef 100644
--- a/main/cppuhelper/unotypes/cppuhelper/detail/XExceptionThrower.idl
+++ b/main/cppuhelper/unotypes/cppuhelper/detail/XExceptionThrower.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/desktop/test/deployment/locationtest/LocationTest.idl b/main/desktop/test/deployment/locationtest/LocationTest.idl
index 18028f6..f89df7b 100644
--- a/main/desktop/test/deployment/locationtest/LocationTest.idl
+++ b/main/desktop/test/deployment/locationtest/LocationTest.idl
@@ -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,30 +7,30 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
-#ifndef _com_sun_star_comp_smoketest_LocationTest_idl_ 
+#ifndef _com_sun_star_comp_smoketest_LocationTest_idl_
 #define _com_sun_star_comp_smoketest_LocationTest_idl_
- 
-#include <com/sun/star/lang/XServiceInfo.idl> 
+
+#include <com/sun/star/lang/XServiceInfo.idl>
 
 
 module com { module sun { module star { module comp { module smoketest {
         // example service, XServiceInfo is implemented here for demonstration
-        // issues. XServiceInfo must be implemented by all components. 
+        // issues. XServiceInfo must be implemented by all components.
         service TestExtension: ::com::sun::star::lang::XServiceInfo;
 };};};};};
 
-#endif 
+#endif
diff --git a/main/desktop/test/deployment/update/updateinfocreation/build/TestExtension.idl b/main/desktop/test/deployment/update/updateinfocreation/build/TestExtension.idl
index ef089f4..eef9ed0 100644
--- a/main/desktop/test/deployment/update/updateinfocreation/build/TestExtension.idl
+++ b/main/desktop/test/deployment/update/updateinfocreation/build/TestExtension.idl
@@ -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,30 +7,30 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
-#ifndef _com_sun_star_comp_smoketest_TestExtension_idl_ 
+#ifndef _com_sun_star_comp_smoketest_TestExtension_idl_
 #define _com_sun_star_comp_smoketest_TestExtension_idl_
- 
-#include <com/sun/star/lang/XServiceInfo.idl> 
- 
+
+#include <com/sun/star/lang/XServiceInfo.idl>
+
 
 module com { module sun { module star { module comp { module smoketest {
         // example service, XServiceInfo is implemented here for demonstration
-        // issues. XServiceInfo must be implemented by all components. 
+        // issues. XServiceInfo must be implemented by all components.
         service TestExtension: ::com::sun::star::lang::XServiceInfo;
 };};};};};
 
-#endif 
+#endif
diff --git a/main/extensions/source/activex/msidl/so_activex.idl b/main/extensions/source/activex/msidl/so_activex.idl
index 02960c6..930bbe7 100644
--- a/main/extensions/source/activex/msidl/so_activex.idl
+++ b/main/extensions/source/activex/msidl/so_activex.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 // so_activex.idl : IDL source for so_activex.dll
@@ -50,36 +50,36 @@
 ]
 interface ISOComWindowPeer : IDispatch
 {
-    [id(1), helpstring("method getWindowHandle")] 
+    [id(1), helpstring("method getWindowHandle")]
                 HRESULT getWindowHandle( [in] SAFEARRAY(VARIANT) procId,
 										 [in] short s,
 										 [out,retval] long* ret);
 
-    [id(2), helpstring("method getToolkit")] 
+    [id(2), helpstring("method getToolkit")]
                 HRESULT getToolkit( [out,retval] IDispatch** retVal );
 
-    [id(3), helpstring("method setPointer")] 
+    [id(3), helpstring("method setPointer")]
                 HRESULT setPointer( [in] IDispatch* xPointer );
 
-    [id(4), helpstring("method setBackground")] 
+    [id(4), helpstring("method setBackground")]
                 HRESULT setBackground( [in] int nColor );
 
-    [id(5), helpstring("method invalidate")] 
+    [id(5), helpstring("method invalidate")]
                 HRESULT invalidate( [in] short );
 
-    [id(6), helpstring("method invalidateRect")] 
+    [id(6), helpstring("method invalidateRect")]
                 HRESULT invalidateRect( [in] IDispatch* aRect, [in] short nFlags );
 
-    [id(7), helpstring("method dispose")] 
+    [id(7), helpstring("method dispose")]
                 HRESULT dispose();
 
-    [id(8), helpstring("method addEventListener")] 
+    [id(8), helpstring("method addEventListener")]
                 HRESULT addEventListener( [in] IDispatch* xListener );
 
-    [id(9), helpstring("method removeEventListener")] 
+    [id(9), helpstring("method removeEventListener")]
                 HRESULT removeEventListener( [in] IDispatch* xListener );
 
-	[propget, id(10), helpstring("property_implementedInterfaces")] 
+	[propget, id(10), helpstring("property_implementedInterfaces")]
 				HRESULT Bridge_implementedInterfaces([out, retval] SAFEARRAY(BSTR) *pVal);
 };
 
@@ -92,20 +92,20 @@
 ]
 interface ISODispatchInterceptor : IDispatch
 {
-//com.sun.star.frame.XDispatchProviderInterceptor 
+//com.sun.star.frame.XDispatchProviderInterceptor
 
     [id(1), helpstring("method getSlaveDispatchProvider")]
 				HRESULT getSlaveDispatchProvider( [out,retval] IDispatch** retVal );
 
-    [id(2), helpstring("method setSlaveDispatchProvider")] 
+    [id(2), helpstring("method setSlaveDispatchProvider")]
 				HRESULT setSlaveDispatchProvider( [in] IDispatch* xNewDispatchProvider );
 
-    [id(3), helpstring("method getMasterDispatchProvider")] 
+    [id(3), helpstring("method getMasterDispatchProvider")]
 				HRESULT getMasterDispatchProvider( [out,retval] IDispatch** retVal );
 
-    [id(4), helpstring("method setMasterDispatchProvider")] 
+    [id(4), helpstring("method setMasterDispatchProvider")]
 				HRESULT setMasterDispatchProvider( [in] IDispatch* xNewSupplier );
- 
+
 // com.sun.star.frame.XDispatchProvider
 
     [id(5), helpstring("method queryDispatch")]
@@ -114,7 +114,7 @@
 									   [in] long nSearchFlags,
 									   [out,retval] IDispatch** retVal );
 
-    [id(6), helpstring("method queryDispatches")] 
+    [id(6), helpstring("method queryDispatches")]
 				HRESULT queryDispatches( [in] SAFEARRAY(IDispatch*) aDescripts,
 										 [out,retval] SAFEARRAY(VARIANT)* retVal );
 
@@ -125,14 +125,14 @@
 				HRESULT dispatch( [in] IDispatch* aURL,
 								  [in] SAFEARRAY(VARIANT) aArgs );
 
-    [id(8), helpstring("method addStatusListener")] 
+    [id(8), helpstring("method addStatusListener")]
 				HRESULT addStatusListener( [in] IDispatch* xControl,
 										   [in] IDispatch* aURL );
 
-    [id(9), helpstring("method removeStatusListener")] 
+    [id(9), helpstring("method removeStatusListener")]
 				HRESULT removeStatusListener( [in] IDispatch* xControl,
 											  [in] IDispatch* aURL );
- 
+
 // com.sun.star.frame.XInterceptorInfo
 
 
@@ -140,7 +140,7 @@
 				HRESULT getInterceptedURLs( [out,retval] SAFEARRAY(BSTR)* pVal );
 
 // the common UNO-COM staff
-	[propget, id(11), helpstring("property_implementedInterfaces")] 
+	[propget, id(11), helpstring("property_implementedInterfaces")]
 				HRESULT Bridge_implementedInterfaces([out, retval] SAFEARRAY(BSTR) *pVal);
 
 };
@@ -159,12 +159,12 @@
 {
 //com.sun.star.embed.XActionsApproval
 
-    [id(1), helpstring("method approveAction")] 
+    [id(1), helpstring("method approveAction")]
 				HRESULT approveAction( [in] long aActionID,
 										[out,retval] boolean* pbApproval );
 
 // the common UNO-COM staff
-	[propget, id(2), helpstring("property_implementedInterfaces")] 
+	[propget, id(2), helpstring("property_implementedInterfaces")]
 				HRESULT Bridge_implementedInterfaces([out, retval] SAFEARRAY(BSTR) *pVal);
 };
 
diff --git a/main/extensions/stardiv/fontest/fontest.idl b/main/extensions/stardiv/fontest/fontest.idl
index fe82e00..a60efb2 100644
--- a/main/extensions/stardiv/fontest/fontest.idl
+++ b/main/extensions/stardiv/fontest/fontest.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/extensions/stardiv/oinstchk/oinstchk.idl b/main/extensions/stardiv/oinstchk/oinstchk.idl
index af8dfcb..bf947ab 100644
--- a/main/extensions/stardiv/oinstchk/oinstchk.idl
+++ b/main/extensions/stardiv/oinstchk/oinstchk.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/extensions/test/ole/AxTestComponents/AxTestComponents.idl b/main/extensions/test/ole/AxTestComponents/AxTestComponents.idl
index bdae286..c7268f5 100644
--- a/main/extensions/test/ole/AxTestComponents/AxTestComponents.idl
+++ b/main/extensions/test/ole/AxTestComponents/AxTestComponents.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -120,37 +120,37 @@
 		[id(70), helpstring("method inMulDimArrayByte2")] HRESULT inMulDimArrayByte2([in] SAFEARRAY(unsigned char) val);
 		[id(71), helpstring("method outMore")] HRESULT outMore([out]long* val1, [out]long* val2);
 
-		[id(72), helpstring("method optional1")] 
+		[id(72), helpstring("method optional1")]
 		HRESULT optional1([in] long val1, [in, optional] VARIANT* val2);
-		[id(73), helpstring("method optional2")] 
+		[id(73), helpstring("method optional2")]
 		HRESULT optional2([out] long* val1, [out, optional] VARIANT* val2);
-		[id(74), helpstring("method optional3")] 
+		[id(74), helpstring("method optional3")]
 		HRESULT optional3([in, optional] VARIANT* val1, [in, optional] VARIANT* val2);
-		[id(75), helpstring("method optional4")] 
+		[id(75), helpstring("method optional4")]
 		HRESULT optional4([in, out, optional] VARIANT* val1, [in, out, optional] VARIANT* val2);
-		[id(76), helpstring("method optional5")] 
+		[id(76), helpstring("method optional5")]
 		HRESULT optional5([out, optional] VARIANT* val1, [out, optional] VARIANT* val2);
 		//midl creates for val4 a BSTR "4" as default value in the TLB. The midl complains
 		//but the error message seems to be not for this case.
 		//in defaultvalue2 val4 has an VT_I4 in the TLB. This must be a bug!
-		[id(77), helpstring("method defaultvalue1")] 
-		HRESULT defaultvalue1([in, defaultvalue(1)] long val1, 
+		[id(77), helpstring("method defaultvalue1")]
+		HRESULT defaultvalue1([in, defaultvalue(1)] long val1,
 							  [in, defaultvalue(2)] double* val2,
 							 // [in, defaultvalue(3)] VARIANT val3, //ok
 							  [in, defaultvalue(4)] VARIANT* val4);
 
 		// bug im midl: when val3 and val4 are pointers then the generated header creates
 		// for all params default values:
-		//HRESULT STDMETHODCALLTYPE defaultvalue2( 
+		//HRESULT STDMETHODCALLTYPE defaultvalue2(
 		//            /* [defaultvalue][in] */ long *val1 = 10,
         //    /* [defaultvalue][in] */ double *val2 = 3.14,
         //    /* [defaultvalue][in] */ VARIANT *val3 = 10,
         //    /* [defaultvalue][in] */ VARIANT *val4 = 100) = 0;
-		// And that does not compile. 
-		//Therefore we must not include the midl generated header, instead use 
+		// And that does not compile.
+		//Therefore we must not include the midl generated header, instead use
 		// #import to create the interface header
-		[id(78), helpstring("method defaultvalue2")] 
-		HRESULT defaultvalue2([in, out, defaultvalue(1)]long* val1, 
+		[id(78), helpstring("method defaultvalue2")]
+		HRESULT defaultvalue2([in, out, defaultvalue(1)]long* val1,
 							  [in, out, defaultvalue(2)] double* val2,
 							 // [in, out, defaultvalue(3)] VARIANT *val3,
 							  [in, out, defaultvalue(4)] VARIANT *val4);
@@ -160,7 +160,7 @@
 		[id(80), helpstring("method varargfunc2")]
 		HRESULT varargfunc2([out] long* val1, [out] SAFEARRAY(VARIANT)* val2);
 
-		
+
 		[id(86), helpstring("method inSequenceByteDim2")] HRESULT inSequenceByteDim2([in] SAFEARRAY(byte) val);
 		[id(87), helpstring("method inCurrency")] HRESULT inCurrency([in] CY val);
 		[id(88), helpstring("method outCurrency")] HRESULT outCurrency([out] CY* val);
@@ -191,9 +191,9 @@
 		[propputref, id(107), helpstring("property prprefVariant")] HRESULT prprefVariant([in] VARIANT* newVal);
 		[propget, id(108), helpstring("property prprefDecimal")] HRESULT prprefDecimal([out, retval] DECIMAL* pVal);
 		[propputref, id(108), helpstring("property prprefDecimal")] HRESULT prprefDecimal([in] DECIMAL* newVal);
-		[id(109), helpstring("method optional6")] HRESULT optional6([in,optional] VARIANT* val1, 
+		[id(109), helpstring("method optional6")] HRESULT optional6([in,optional] VARIANT* val1,
 			[in,optional] VARIANT * val2, [in,optional] VARIANT* val3, [in,optional] VARIANT* val4);
-		[id(110), helpstring("method optional7")] HRESULT optional7([out,optional] VARIANT* val1, 
+		[id(110), helpstring("method optional7")] HRESULT optional7([out,optional] VARIANT* val1,
 			[out,optional] VARIANT * val2, [out,optional] VARIANT* val3, [out,optional] VARIANT* val4);
 
 		[propget, id(111), helpstring("property prpMultiArg1")] HRESULT prpMultiArg1([in,out,optional] VARIANT* val1, [in,out,optional] VARIANT* val2, [out, optional, retval] VARIANT* pVal);
diff --git a/main/extensions/test/ole/EventListenerSample/EventListener/EventListener.idl b/main/extensions/test/ole/EventListenerSample/EventListener/EventListener.idl
index 17a5426..7de0294 100644
--- a/main/extensions/test/ole/EventListenerSample/EventListener/EventListener.idl
+++ b/main/extensions/test/ole/EventListenerSample/EventListener/EventListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 // EventListener.idl : IDL source for EventListener.dll
diff --git a/main/extensions/test/ole/idl/oletest.idl b/main/extensions/test/ole/idl/oletest.idl
index a290821..ba87172 100644
--- a/main/extensions/test/ole/idl/oletest.idl
+++ b/main/extensions/test/ole/idl/oletest.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -79,7 +79,7 @@
 	[attribute] any AAny;
     [attribute] type AType;
 	[attribute] com::sun::star::uno::XInterface  AXInterface;
-    [attribute] com::sun::star::script::XInvocation  AXInvocation;    
+    [attribute] com::sun::star::script::XInvocation  AXInvocation;
 
 	void testout_methodByte( [out] byte rOut );
 	void testout_methodFloat( [out] float rOut);
@@ -276,7 +276,7 @@
 	void inSeqByte( [in] sequence<byte> val);
     void inSeqXEventListener( [in] sequence<com::sun::star::lang::XEventListener> listener, [in]
                               sequence<com::sun::star::lang::EventObject> events);
-	
+
 	// Attributes
 	[attribute] oletest::XSimple simple;
 
diff --git a/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/XCallback_Impl.idl b/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/XCallback_Impl.idl
index 7ef057d..4d1b562 100644
--- a/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/XCallback_Impl.idl
+++ b/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/XCallback_Impl.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -41,16 +41,16 @@
 		[id(2), helpstring("method returnInterface")] HRESULT returnInterface([out, retval] IDispatch** ppdisp);
 		[id(3), helpstring("method outInterface")] HRESULT outInterface([out] IDispatch** ppdisp);
 		[id(4), helpstring("method outValuesMixed")] HRESULT outValuesMixed([in] long val, [out] long* pval, [in] BSTR string);
-		[id(5), helpstring("method outValuesAll")] HRESULT outValuesAll([out] IDispatch** ppdisp, [out] IDispatch** ppSimpleStruct, [out] long* aSimpleEnum, 
-		[out] SAFEARRAY( VARIANT)* outSeq, 
-		[out] VARIANT* varAny, 
+		[id(5), helpstring("method outValuesAll")] HRESULT outValuesAll([out] IDispatch** ppdisp, [out] IDispatch** ppSimpleStruct, [out] long* aSimpleEnum,
+		[out] SAFEARRAY( VARIANT)* outSeq,
+		[out] VARIANT* varAny,
 		[out] VARIANT_BOOL * aBool,
 		   [out] short* aChar,
 		    [out] BSTR* aString ,
-			[out] float* aFloat, 
-			[out] double* aDouble, 
+			[out] float* aFloat,
+			[out] double* aDouble,
 			[out] unsigned char*  aByte,
-			[out] short* aShort, 
+			[out] short* aShort,
 			[out]long* aLong);
 //		);
 		[id(6), helpstring("method outStruct")] HRESULT outStruct([out] IDispatch** outStruct);
diff --git a/main/idlc/test/const.idl b/main/idlc/test/const.idl
index 637197d..61f9d55 100644
--- a/main/idlc/test/const.idl
+++ b/main/idlc/test/const.idl
@@ -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,16 +7,16 @@
  * 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 idlc
@@ -60,11 +60,11 @@
 	/// = 4
 	const long FLAG9 = FLAG1 << 2;
 	/// = 32
-	const long FLAG10 = (FLAG5 >> 1) << 2;	
+	const long FLAG10 = (FLAG5 >> 1) << 2;
 	/// = 1
-	const long FLAG11 = 33 % 4;	
+	const long FLAG11 = 33 % 4;
 	/// = 4
-	const long FLAG12 = FLAG10 / 8;	
+	const long FLAG12 = FLAG10 / 8;
 };
 
 };
diff --git a/main/idlc/test/enum.idl b/main/idlc/test/enum.idl
index 540c3e1..509559d 100644
--- a/main/idlc/test/enum.idl
+++ b/main/idlc/test/enum.idl
@@ -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,16 +7,16 @@
  * 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 idlc
@@ -37,7 +37,7 @@
 	NO,
 	USER = 2,
 	WRONGPASSWORD = 4,
-	IDFAILURE	
+	IDFAILURE
 };
 
 
diff --git a/main/idlc/test/exception.idl b/main/idlc/test/exception.idl
index 3f8fd4e..a3b6ccf 100644
--- a/main/idlc/test/exception.idl
+++ b/main/idlc/test/exception.idl
@@ -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,16 +7,16 @@
  * 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 idlc
diff --git a/main/idlc/test/identifiers.idl b/main/idlc/test/identifiers.idl
index d53bd14..4829962 100644
--- a/main/idlc/test/identifiers.idl
+++ b/main/idlc/test/identifiers.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 struct Identifiers
diff --git a/main/idlc/test/interface.idl b/main/idlc/test/interface.idl
index c6ebde3..bda9310 100644
--- a/main/idlc/test/interface.idl
+++ b/main/idlc/test/interface.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 #include <enum.idl>
@@ -40,31 +40,31 @@
 	void voidFunc();
 	[oneway] void onewayFunc();
 
-	short shortFunc( [in] short inparam, [out] short outparam, [inout] short inoutparam); 
-	unsigned short uShortFunc( [in] unsigned short inparam, [out] unsigned short outparam, [inout] unsigned short inoutparam); 
+	short shortFunc( [in] short inparam, [out] short outparam, [inout] short inoutparam);
+	unsigned short uShortFunc( [in] unsigned short inparam, [out] unsigned short outparam, [inout] unsigned short inoutparam);
 
-	long longFunc( [in] long inparam, [out] long outparam, [inout] long inoutparam); 
-	unsigned long ulongFunc( [in] unsigned long inparam, [out] unsigned long outparam, [inout] unsigned long inoutparam); 
+	long longFunc( [in] long inparam, [out] long outparam, [inout] long inoutparam);
+	unsigned long ulongFunc( [in] unsigned long inparam, [out] unsigned long outparam, [inout] unsigned long inoutparam);
 
-	hyper hyperFunc( [in] hyper inparam, [out] hyper outparam, [inout] hyper inoutparam); 
-	unsigned hyper uHyperFunc( [in] unsigned hyper inparam, [out] unsigned hyper outparam, [inout] unsigned hyper inoutparam); 
+	hyper hyperFunc( [in] hyper inparam, [out] hyper outparam, [inout] hyper inoutparam);
+	unsigned hyper uHyperFunc( [in] unsigned hyper inparam, [out] unsigned hyper outparam, [inout] unsigned hyper inoutparam);
 
-	float floatFunc( [in] float inparam, [out] float outparam, [inout] float inoutparam); 
-	double doubleFunc( [in] double inparam, [out] double outparam, [inout] double inoutparam); 
-	char charFunc( [in] char inparam, [out] char outparam, [inout] char inoutparam); 
-	string stringFunc( [in] string inparam, [out] string outparam, [inout] string inoutparam); 
-	byte byteFunc( [in] byte inparam, [out] byte outparam, [inout] byte inoutparam); 
+	float floatFunc( [in] float inparam, [out] float outparam, [inout] float inoutparam);
+	double doubleFunc( [in] double inparam, [out] double outparam, [inout] double inoutparam);
+	char charFunc( [in] char inparam, [out] char outparam, [inout] char inoutparam);
+	string stringFunc( [in] string inparam, [out] string outparam, [inout] string inoutparam);
+	byte byteFunc( [in] byte inparam, [out] byte outparam, [inout] byte inoutparam);
 
-	type typeFunc( [in] type inparam, [out] type outparam, [inout] type inoutparam); 
-	any anyFunc( [in] any inparam, [out] any outparam, [inout] any inoutparam); 
+	type typeFunc( [in] type inparam, [out] type outparam, [inout] type inoutparam);
+	any anyFunc( [in] any inparam, [out] any outparam, [inout] any inoutparam);
 };
 
 
 interface XTestComplexTypes : XBase
 {
-	Error enumFunc( [in] Error inparam, [out] Error outparam, [inout] Error inoutparam); 
+	Error enumFunc( [in] Error inparam, [out] Error outparam, [inout] Error inoutparam);
 
-	BaseStruct structFunc( [in] ::idlc::test::BaseStruct inparam, [out] idlc::test::BaseStruct outparam, [inout] BaseStruct inoutparam); 
+	BaseStruct structFunc( [in] ::idlc::test::BaseStruct inparam, [out] idlc::test::BaseStruct outparam, [inout] BaseStruct inoutparam);
 };
 
 };
diff --git a/main/idlc/test/service.idl b/main/idlc/test/service.idl
index 4c54251..5896fd9 100644
--- a/main/idlc/test/service.idl
+++ b/main/idlc/test/service.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 #include <interface.idl>
@@ -35,7 +35,7 @@
 //	[property] bla p0;
 	[property] short p1;
 	[optional, property] unsigned short p2;
-	
+
 	[maybevoid, property] long p3;
 	[bound, property] unsigned long p4;
 
@@ -55,7 +55,7 @@
 service BetterIdlTest
 {
 	service IdlTest;
-	
+
 	interface XTestBaseTypes;
 	[optional] interface ::idlc::test::XTestComplexTypes;
 };
diff --git a/main/idlc/test/singleton.idl b/main/idlc/test/singleton.idl
index b50d3bf..06e52db 100644
--- a/main/idlc/test/singleton.idl
+++ b/main/idlc/test/singleton.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 #include <interface.idl>
@@ -35,7 +35,7 @@
 //	[property] bla p0;
 	[property] short p1;
 	[optional, property] unsigned short p2;
-	
+
 	[maybevoid, property] long p3;
 	[bound, property] unsigned long p4;
 
diff --git a/main/idlc/test/struct.idl b/main/idlc/test/struct.idl
index 25566e0..9f6a909 100644
--- a/main/idlc/test/struct.idl
+++ b/main/idlc/test/struct.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 /* In this file the idl struct will be tested.
@@ -93,8 +93,8 @@
 
 typedef sequence< LongSeq > LongSeqSeq;
 
-/** TestStruct deinfes a struct which inherits 
-    from the base strcut type BaseStruct. 
+/** TestStruct deinfes a struct which inherits
+    from the base strcut type BaseStruct.
 */
 struct TestStruct : BaseStruct
 {
diff --git a/main/idlc/test/typelookup.idl b/main/idlc/test/typelookup.idl
index f9b38c0..98bc766 100644
--- a/main/idlc/test/typelookup.idl
+++ b/main/idlc/test/typelookup.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 /* In this file the idl struct will be tested.
@@ -57,13 +57,13 @@
 	/// a typedef member, Error in moudle idlc (typedef long)
 	::idlc::Error	m7;
 	/// a typedef member, Error in moudle idlc (typedef long)
-	idlc::Error	m8;	
+	idlc::Error	m8;
 	/// a enum member, Error in moudle idlc::test
-	test::Error	m9;	
+	test::Error	m9;
 };
 
-/** TestStruct deinfes a struct which inherits 
-    from the base strcut type BaseStruct. 
+/** TestStruct deinfes a struct which inherits
+    from the base strcut type BaseStruct.
 */
 struct TestStruct : BaseStruct
 {
diff --git a/main/idlc/test/union.idl b/main/idlc/test/union.idl
index f695f8c..26ef6fb 100644
--- a/main/idlc/test/union.idl
+++ b/main/idlc/test/union.idl
@@ -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,16 +7,16 @@
  * 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 idlc
diff --git a/main/jurt/java/jurt/src/test/idl/com/sun/star/lib/uno/protocols/urp/interfaces.idl b/main/jurt/java/jurt/src/test/idl/com/sun/star/lib/uno/protocols/urp/interfaces.idl
index 30d57e8..3c528c8 100644
--- a/main/jurt/java/jurt/src/test/idl/com/sun/star/lib/uno/protocols/urp/interfaces.idl
+++ b/main/jurt/java/jurt/src/test/idl/com/sun/star/lib/uno/protocols/urp/interfaces.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -99,7 +99,7 @@
 		string MethodWithIn_Out_InOut_Paramters_and_result([in] string text, [out] string outtext, [inout] string inouttext) raises( com::sun::star::uno::Exception );
 	};
 
-	struct TestInterfaceStruct 
+	struct TestInterfaceStruct
 	{
 		com::sun::star::uno::XInterface hallo;
 
diff --git a/main/odk/examples/DevelopersGuide/Components/CppComponent/some.idl b/main/odk/examples/DevelopersGuide/Components/CppComponent/some.idl
index ed363ab..7782fc3 100644
--- a/main/odk/examples/DevelopersGuide/Components/CppComponent/some.idl
+++ b/main/odk/examples/DevelopersGuide/Components/CppComponent/some.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -35,7 +35,7 @@
 
     service MyService1 : XSomething;
 
-    service MyService2 : XSomething 
+    service MyService2 : XSomething
     {
         create([in]string sArgument)
             raises (::com::sun::star::lang::IllegalArgumentException);
diff --git a/main/odk/examples/DevelopersGuide/Components/JavaComponent/SomethingA.idl b/main/odk/examples/DevelopersGuide/Components/JavaComponent/SomethingA.idl
index 7a34951..d0b3197 100644
--- a/main/odk/examples/DevelopersGuide/Components/JavaComponent/SomethingA.idl
+++ b/main/odk/examples/DevelopersGuide/Components/JavaComponent/SomethingA.idl
@@ -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,29 +7,27 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
 #ifndef INCLUDED_COM_SUN_STAR_TEST_SOMETHINGA_IDL
 #define INCLUDED_COM_SUN_STAR_TEST_SOMETHINGA_IDL
- 
+
 #include <XSomethingA.idl>
 
 module com {  module sun {  module star {  module test {
     service SomethingA: XSomethingA;
-}; }; }; };  
- 
-#endif 
- 
- 
+}; }; }; };
+
+#endif
diff --git a/main/odk/examples/DevelopersGuide/Components/JavaComponent/SomethingB.idl b/main/odk/examples/DevelopersGuide/Components/JavaComponent/SomethingB.idl
index eef0e29..2b97903 100644
--- a/main/odk/examples/DevelopersGuide/Components/JavaComponent/SomethingB.idl
+++ b/main/odk/examples/DevelopersGuide/Components/JavaComponent/SomethingB.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,12 +24,10 @@
 #ifndef INCLUDED_COM_SUN_STAR_TEST_SOMETHINGB_IDL
 #define INCLUDED_COM_SUN_STAR_TEST_SOMETHINGB_IDL
 
-#include <XSomethingB.idl> 
+#include <XSomethingB.idl>
 
 module com {  module sun {  module star {  module test {
     service SomethingB : XSomethingB;
-}; }; }; };  
- 
-#endif 
- 
- 
+}; }; }; };
+
+#endif
diff --git a/main/odk/examples/DevelopersGuide/Components/JavaComponent/XSomethingA.idl b/main/odk/examples/DevelopersGuide/Components/JavaComponent/XSomethingA.idl
index 6566d53..93be98c 100644
--- a/main/odk/examples/DevelopersGuide/Components/JavaComponent/XSomethingA.idl
+++ b/main/odk/examples/DevelopersGuide/Components/JavaComponent/XSomethingA.idl
@@ -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,31 +7,29 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
 #ifndef INCLUDED_COM_SUN_STAR_TEST_XSOMETHINGA_IDL
 #define INCLUDED_COM_SUN_STAR_TEST_XSOMETHINGA_IDL
- 
-#include <com/sun/star/uno/XInterface.idl> 
+
+#include <com/sun/star/uno/XInterface.idl>
 
 module com {  module sun {  module star {  module test {
-    interface XSomethingA { 
+    interface XSomethingA {
         string methodOne([in]string value);
-    }; 
-}; }; }; };  
- 
-#endif 
- 
- 
+    };
+}; }; }; };
+
+#endif
diff --git a/main/odk/examples/DevelopersGuide/Components/JavaComponent/XSomethingB.idl b/main/odk/examples/DevelopersGuide/Components/JavaComponent/XSomethingB.idl
index e41d6b4..9913d8d 100644
--- a/main/odk/examples/DevelopersGuide/Components/JavaComponent/XSomethingB.idl
+++ b/main/odk/examples/DevelopersGuide/Components/JavaComponent/XSomethingB.idl
@@ -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,31 +7,29 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
 #ifndef INCLUDED_COM_SUN_STAR_TEST_XSOMETHINGB_IDL
 #define INCLUDED_COM_SUN_STAR_TEST_XSOMETHINGB_IDL
- 
-#include <com/sun/star/uno/XInterface.idl> 
+
+#include <com/sun/star/uno/XInterface.idl>
 
 module com {  module sun {  module star {  module test {
-    interface XSomethingB { 
+    interface XSomethingB {
         string methodTwo([in]string value);
-    }; 
-}; }; }; };  
- 
-#endif 
- 
- 
+    };
+}; }; }; };
+
+#endif
diff --git a/main/odk/examples/DevelopersGuide/Components/SimpleLicense/LicenseTest.idl b/main/odk/examples/DevelopersGuide/Components/SimpleLicense/LicenseTest.idl
index cfa296e..97f2203 100644
--- a/main/odk/examples/DevelopersGuide/Components/SimpleLicense/LicenseTest.idl
+++ b/main/odk/examples/DevelopersGuide/Components/SimpleLicense/LicenseTest.idl
@@ -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,33 +7,33 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
-#ifndef _org_openoffice_LicenseTest_idl_ 
-#define _org_openoffice_LicenseTest_idl_ 
- 
-#include <com/sun/star/lang/XServiceInfo.idl> 
- 
+#ifndef _org_openoffice_LicenseTest_idl_
+#define _org_openoffice_LicenseTest_idl_
+
+#include <com/sun/star/lang/XServiceInfo.idl>
+
 // org
 module org {
     // openoffice
     module openoffice {
         // example service, XServiceInfo is implemented here for demonstration
-        // issues. XServiceInfo must be implemented by all components. 
+        // issues. XServiceInfo must be implemented by all components.
         service LicenseTest: ::com::sun::star::lang::XServiceInfo;
     };
 };
 
-#endif 
+#endif
diff --git a/main/odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/test/ImageShrink.idl b/main/odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/test/ImageShrink.idl
index b8d3412..8567018 100644
--- a/main/odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/test/ImageShrink.idl
+++ b/main/odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/test/ImageShrink.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/test/XImageShrink.idl b/main/odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/test/XImageShrink.idl
index fc935cc..590db76 100644
--- a/main/odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/test/XImageShrink.idl
+++ b/main/odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/test/XImageShrink.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,7 +30,7 @@
 module org { module openoffice { module test {
 
 interface XImageShrink {
-  
+
   [attribute] string SourceDirectory;
   [attribute] string DestinationDirectory;
   [attribute] com::sun::star::awt::Size Dimension;
diff --git a/main/odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/test/XImageShrinkFilter.idl b/main/odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/test/XImageShrinkFilter.idl
index 8336f04..9d11c42 100644
--- a/main/odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/test/XImageShrinkFilter.idl
+++ b/main/odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/test/XImageShrinkFilter.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/odk/examples/DevelopersGuide/Components/dialogcomponent/TestDialogHandler.idl b/main/odk/examples/DevelopersGuide/Components/dialogcomponent/TestDialogHandler.idl
index 7e25a1e..063bb6f 100644
--- a/main/odk/examples/DevelopersGuide/Components/dialogcomponent/TestDialogHandler.idl
+++ b/main/odk/examples/DevelopersGuide/Components/dialogcomponent/TestDialogHandler.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,7 +30,3 @@
 }; }; }; };
 
 #endif
-
-
- 
- 
diff --git a/main/odk/examples/DevelopersGuide/Components/dialogcomponent/XTestDialogHandler.idl b/main/odk/examples/DevelopersGuide/Components/dialogcomponent/XTestDialogHandler.idl
index 96f8f9c..3c021f5 100644
--- a/main/odk/examples/DevelopersGuide/Components/dialogcomponent/XTestDialogHandler.idl
+++ b/main/odk/examples/DevelopersGuide/Components/dialogcomponent/XTestDialogHandler.idl
@@ -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,36 +7,36 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
 #ifndef INCLUDED_COM_SUN_STAR_TEST_XTESTDIALOGHANDLER_IDL
 #define INCLUDED_COM_SUN_STAR_TEST_XTESTDIALOGHANDLER_IDL
- 
-#include <com/sun/star/uno/XInterface.idl> 
-#include <com/sun/star/awt/XDialog.idl> 
+
+#include <com/sun/star/uno/XInterface.idl>
+#include <com/sun/star/awt/XDialog.idl>
 #include <com/sun/star/frame/XModel.idl>
 #include <com/sun/star/frame/XFrame.idl>
 
 module com {  module sun {  module star {  module test {
-    interface XTestDialogHandler { 
+    interface XTestDialogHandler {
         string createDialog( [in] string DialogURL, [in] ::com::sun::star::frame::XModel xModel,
 							 [in] ::com::sun::star::frame::XFrame xFrame );
 		void copyText( [in] ::com::sun::star::awt::XDialog xDialog, [in] any aEventObject );
-        void handleEvent(); 
-        void handleEventWithArguments( [in] ::com::sun::star::awt::XDialog xDialog, [in] any aEventObject ); 
-    }; 
-}; }; }; };  
- 
+        void handleEvent();
+        void handleEventWithArguments( [in] ::com::sun::star::awt::XDialog xDialog, [in] any aEventObject );
+    };
+}; }; }; };
+
 #endif
diff --git a/main/odk/examples/DevelopersGuide/Spreadsheet/XExampleAddIn.idl b/main/odk/examples/DevelopersGuide/Spreadsheet/XExampleAddIn.idl
index 8cd986c..12065e9 100644
--- a/main/odk/examples/DevelopersGuide/Spreadsheet/XExampleAddIn.idl
+++ b/main/odk/examples/DevelopersGuide/Spreadsheet/XExampleAddIn.idl
@@ -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,22 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
 #ifndef _ORG_OPENOFFICE_SHEET_ADDIN_XEXAMPLEADDIN_IDL_
-#define _ORG_OPENOFFICE_SHEET_ADDIN_XEXAMPLEADDIN_IDL_ 
+#define _ORG_OPENOFFICE_SHEET_ADDIN_XEXAMPLEADDIN_IDL_
 
 #include <com/sun/star/uno/XInterface.idl>
 #include <com/sun/star/sheet/XVolatileResult.idl>
@@ -36,10 +36,10 @@
                 {
                     /// Sample function that just increments a value.
                     long getIncremented( [in] long nValue );
-                    
+
                     /// Sample function that returns a volatile result.
                     com::sun::star::sheet::XVolatileResult getCounter( [in] string aName );
-                };              
+                };
             };
         };
     };
diff --git a/main/odk/examples/OLE/activex/so_activex.idl b/main/odk/examples/OLE/activex/so_activex.idl
index f7a23a9..9777f7d 100644
--- a/main/odk/examples/OLE/activex/so_activex.idl
+++ b/main/odk/examples/OLE/activex/so_activex.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -52,36 +52,36 @@
 ]
 interface ISOComWindowPeer : IDispatch
 {
-    [id(1), helpstring("method getWindowHandle")] 
+    [id(1), helpstring("method getWindowHandle")]
                 HRESULT getWindowHandle( [in] SAFEARRAY(VARIANT) procId,
 										 [in] short s,
 										 [out,retval] long* ret);
 
-    [id(2), helpstring("method getToolkit")] 
+    [id(2), helpstring("method getToolkit")]
                 HRESULT getToolkit( [out,retval] IDispatch** retVal );
 
-    [id(3), helpstring("method setPointer")] 
+    [id(3), helpstring("method setPointer")]
                 HRESULT setPointer( [in] IDispatch* xPointer );
 
-    [id(4), helpstring("method setBackground")] 
+    [id(4), helpstring("method setBackground")]
                 HRESULT setBackground( [in] int nColor );
 
-    [id(5), helpstring("method invalidate")] 
+    [id(5), helpstring("method invalidate")]
                 HRESULT invalidate( [in] short );
 
-    [id(6), helpstring("method invalidateRect")] 
+    [id(6), helpstring("method invalidateRect")]
                 HRESULT invalidateRect( [in] IDispatch* aRect, [in] short nFlags );
 
-    [id(7), helpstring("method dispose")] 
+    [id(7), helpstring("method dispose")]
                 HRESULT dispose();
 
-    [id(8), helpstring("method addEventListener")] 
+    [id(8), helpstring("method addEventListener")]
                 HRESULT addEventListener( [in] IDispatch* xListener );
 
-    [id(9), helpstring("method removeEventListener")] 
+    [id(9), helpstring("method removeEventListener")]
                 HRESULT removeEventListener( [in] IDispatch* xListener );
 
-	[propget, id(10), helpstring("property_implementedInterfaces")] 
+	[propget, id(10), helpstring("property_implementedInterfaces")]
 				HRESULT Bridge_implementedInterfaces([out, retval] SAFEARRAY(BSTR) *pVal);
 };
 
diff --git a/main/odk/examples/cpp/counter/XCountable.idl b/main/odk/examples/cpp/counter/XCountable.idl
index ea1cc6b..1a4ff36 100644
--- a/main/odk/examples/cpp/counter/XCountable.idl
+++ b/main/odk/examples/cpp/counter/XCountable.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -35,7 +35,7 @@
 		long increment();
 		long decrement();
 	};
-	
+
 	service Counter
 	{
 		// exported interfaces:
diff --git a/main/odk/examples/java/Inspector/InstanceInspector.idl b/main/odk/examples/java/Inspector/InstanceInspector.idl
index c1b1c16..fbd2329 100644
--- a/main/odk/examples/java/Inspector/InstanceInspector.idl
+++ b/main/odk/examples/java/Inspector/InstanceInspector.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,10 +24,10 @@
 #ifndef INCLUDED_ORG_OPENOFFICE_INSTANCEINSPECTOR_IDL
 #define INCLUDED_ORG_OPENOFFICE_INSTANCEINSPECTOR_IDL
 
-#include <XInstanceInspector.idl> 
- 
- 
-module org {  module openoffice { 
+#include <XInstanceInspector.idl>
+
+
+module org {  module openoffice {
 
     /**
      * This service describes an instance inspector which can inspect
@@ -35,7 +35,7 @@
      * interfaces, the supported services and properties of this onject.
      */
     service InstanceInspector: XInstanceInspector;
-    
+
 }; };
 
 #endif
diff --git a/main/odk/examples/java/Inspector/XInstanceInspector.idl b/main/odk/examples/java/Inspector/XInstanceInspector.idl
index 2380d26..da2ef76 100644
--- a/main/odk/examples/java/Inspector/XInstanceInspector.idl
+++ b/main/odk/examples/java/Inspector/XInstanceInspector.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,22 +24,22 @@
 #ifndef INCLUDED_ORG_OPENOFFICE_XINSTANCEINSPECTOR_IDL
 #define INCLUDED_ORG_OPENOFFICE_XINSTANCEINSPECTOR_IDL
 
-#include <com/sun/star/uno/XInterface.idl> 
- 
-module org {  module openoffice { 
+#include <com/sun/star/uno/XInterface.idl>
 
-    interface XInstanceInspector { 
+module org {  module openoffice {
+
+    interface XInstanceInspector {
         /**
          * For a given instance this method displays all services, interfaces,
          * methods, attributes, and contents in a tree. All dependend
          * instances are also inspected and displayed, so the user could browse
          * the tree. If you press the key "F1", the API-documentation from
-         * www.openoffice.org for the current instance will be displayed in a 
+         * www.openoffice.org for the current instance will be displayed in a
          * new window.
          */
-        void inspect( [in] any aInstance, [in] string sTitle ); 
+        void inspect( [in] any aInstance, [in] string sTitle );
     };
-    
+
 }; };
 
 #endif
diff --git a/main/odk/examples/java/MinimalComponent/MinimalComponent.idl b/main/odk/examples/java/MinimalComponent/MinimalComponent.idl
index 86512a3..51a3baf 100644
--- a/main/odk/examples/java/MinimalComponent/MinimalComponent.idl
+++ b/main/odk/examples/java/MinimalComponent/MinimalComponent.idl
@@ -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,25 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
-#ifndef _org_openoffice_MinimalComponent_idl_ 
-#define _org_openoffice_MinimalComponent_idl_ 
- 
-#include <com/sun/star/lang/XServiceInfo.idl> 
- 
+#ifndef _org_openoffice_MinimalComponent_idl_
+#define _org_openoffice_MinimalComponent_idl_
+
+#include <com/sun/star/lang/XServiceInfo.idl>
+
 // org
 module org {
     // openoffice
@@ -38,4 +38,4 @@
     };
 };
 
-#endif 
+#endif
diff --git a/main/odk/examples/java/Spreadsheet/XCalcAddins.idl b/main/odk/examples/java/Spreadsheet/XCalcAddins.idl
index 41ce7fe..c389867 100644
--- a/main/odk/examples/java/Spreadsheet/XCalcAddins.idl
+++ b/main/odk/examples/java/Spreadsheet/XCalcAddins.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -57,7 +57,7 @@
                   */
                  [in] com::sun::star::beans::XPropertySet xOptions
             );
-            
+
             long getMySecondValue(
                  /** Parameters:
                      You could insert further arguments after the
diff --git a/main/odk/examples/java/ToDo/ToDo.idl b/main/odk/examples/java/ToDo/ToDo.idl
index cba4abf..5b48715 100644
--- a/main/odk/examples/java/ToDo/ToDo.idl
+++ b/main/odk/examples/java/ToDo/ToDo.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/odk/examples/java/ToDo/XToDo.idl b/main/odk/examples/java/ToDo/XToDo.idl
index e18a942..a989fb1 100644
--- a/main/odk/examples/java/ToDo/XToDo.idl
+++ b/main/odk/examples/java/ToDo/XToDo.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -29,10 +29,10 @@
 module org {
     ///  openoffice
     module openoffice {
-        /// example interface 
+        /// example interface
         interface XToDo {
-            void recalc( [in] any aInstance ); 
-        };        
+            void recalc( [in] any aInstance );
+        };
     };
 };
 
diff --git a/main/offapi/com/sun/star/accessibility/AccessBridge.idl b/main/offapi/com/sun/star/accessibility/AccessBridge.idl
index 26b5cc5..e6c5d39 100644
--- a/main/offapi/com/sun/star/accessibility/AccessBridge.idl
+++ b/main/offapi/com/sun/star/accessibility/AccessBridge.idl
@@ -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,31 +7,31 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 #ifndef __com_sun_star_accessibility_AccessBridge_idl__
 #define __com_sun_star_accessibility_AccessBridge_idl__
 
-module com { module sun { module star { module lang { 
-	 published interface XInitialization; 
+module com { module sun { module star { module lang {
+	 published interface XInitialization;
 }; }; }; };
 
-module com { module sun { module star { module accessibility { 
+module com { module sun { module star { module accessibility {
 
 /** The UNO <-> Java Access Bridge allows any native frame window
     to become accessible by implementing the XAccessible interface.
-    
+
     <p>Therefor the UNO <-> Java Access Bridge utilizes the Java <-> Windows
     and Java <-> GNOME access bridge by registering the native frames as
     Java windows.</p>
@@ -44,7 +44,7 @@
 	/** Expects and instance of XExtendedToolkit as first parameter */
 	interface ::com::sun::star::lang::XInitialization;
 };
-          
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/accessibility/Accessible.idl b/main/offapi/com/sun/star/accessibility/Accessible.idl
index 0563c9e..aea3709 100644
--- a/main/offapi/com/sun/star/accessibility/Accessible.idl
+++ b/main/offapi/com/sun/star/accessibility/Accessible.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -33,11 +33,11 @@
     object--which may but usually is not the same object as the object that
     supports the <type>XAccessible</type> interface--that provides the
     actual information that is needed to make it accessible.</p>
-        
+
     <p>Service <code>Accessible</code> is just a wrapper for the interface
     <code>XAccessible</code>.  See the interface's documentation for more
     information.</p>
-    
+
     @see XAccessible
 
     @since OpenOffice 1.1.2
@@ -46,7 +46,7 @@
 {
 	interface XAccessible;
 };
-          
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/accessibility/AccessibleContext.idl b/main/offapi/com/sun/star/accessibility/AccessibleContext.idl
index 9c84938..d6cba07 100644
--- a/main/offapi/com/sun/star/accessibility/AccessibleContext.idl
+++ b/main/offapi/com/sun/star/accessibility/AccessibleContext.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -40,11 +40,11 @@
     <type>XAccessibleContext</type> interface of this service exposes
     methods that provide access to the actual object's content.  This can be
     the object's role, name, description, and so on.</p>
-    
+
     @see XAccessibleContext
 
     @since OpenOffice 1.1.2
-*/    
+*/
 published service AccessibleContext
 {
 	interface XAccessibleContext;
@@ -55,9 +55,9 @@
 		@see AccessibleEventObject
 		@see AccessibleEventId
 	*/
-	[optional] interface XAccessibleEventBroadcaster; 
+	[optional] interface XAccessibleEventBroadcaster;
 };
-          
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/accessibility/AccessibleEventId.idl b/main/offapi/com/sun/star/accessibility/AccessibleEventId.idl
index 1ea4aee..5b21b2a 100644
--- a/main/offapi/com/sun/star/accessibility/AccessibleEventId.idl
+++ b/main/offapi/com/sun/star/accessibility/AccessibleEventId.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/accessibility/AccessibleEventObject.idl b/main/offapi/com/sun/star/accessibility/AccessibleEventObject.idl
index 7ff3b5a..9b00ca1 100644
--- a/main/offapi/com/sun/star/accessibility/AccessibleEventObject.idl
+++ b/main/offapi/com/sun/star/accessibility/AccessibleEventObject.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/accessibility/AccessibleRelation.idl b/main/offapi/com/sun/star/accessibility/AccessibleRelation.idl
index 70b3992..e204182 100644
--- a/main/offapi/com/sun/star/accessibility/AccessibleRelation.idl
+++ b/main/offapi/com/sun/star/accessibility/AccessibleRelation.idl
@@ -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,31 +7,31 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 #ifndef __com_sun_star_accessibility_AccessibleRelation_idl__
 #define __com_sun_star_accessibility_AccessibleRelation_idl__
 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
 
 module com { module sun { module star { module accessibility {
 
 /** An <type>AccessibleRelation</type> object defines a one-to-many
     relation.
-    
+
     <p>The represented relation points from the implementing object to a set
     of target objects.</p>
 
@@ -40,25 +40,25 @@
 published struct AccessibleRelation
 {
     /** Type of the relation.
-        
+
         <p>Its value has to be one of the constants defined by
         <type>AccessibleRelationType</type>.  If that value is INVALID then
         the whole relation is regarded as invalid.  The content of the
         targetSet is then undefined.</p>
-            
+
         @see AccessibleRelationType
     */
     short RelationType;
-    
+
     /** Set of objects that are the relation's targets.
-        
+
         <p>The content of this set is undefined if the relation's type is
         INVALID.  The set must not contain references to one object more
         than once.</p>
     */
     sequence< ::com::sun::star::uno::XInterface> TargetSet;
 };
-          
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/accessibility/AccessibleRelationType.idl b/main/offapi/com/sun/star/accessibility/AccessibleRelationType.idl
index 5f764eb..2b824f3 100644
--- a/main/offapi/com/sun/star/accessibility/AccessibleRelationType.idl
+++ b/main/offapi/com/sun/star/accessibility/AccessibleRelationType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -29,7 +29,7 @@
 
     <p>This list of constants defines the available types of relations that
     are usable by <type>AccessibleRelation</type>.</p>
-        
+
     <p>We are using constants instead of a more typesafe enum.  The reason
     for this is that IDL enums may not be extended.  Therefore, in order to
     include future extensions to the set of roles we have to use constants
@@ -40,53 +40,53 @@
 published constants AccessibleRelationType
 {
     /** Invalid relation type.
-    
+
         <p>Indicates an invalid relation type.  This is used to indicate
         that a retrieval method could not find a requested relation.</p>
     */
     const short INVALID = 0;
 
     /** Content-flows-from relation.
-    
+
         <p>Indicates a content flow between the related objects.</p>
     */
     const short CONTENT_FLOWS_FROM = 1;
 
     /** Content-flows-to relation.
-    
+
         <p>Indicates a content flow between the related objects.</p>
     */
     const short CONTENT_FLOWS_TO = 2;
 
     /** Controlled-by relation type.
-        
+
         <p>Indicates an object is controlled by one or more target
         objects.</p>
     */
     const short CONTROLLED_BY = 3;
 
     /** Controller-for relation type.
-    
+
         <p>Indicates an object is a controller for one or more target
         objects.</p>
     */
     const short CONTROLLER_FOR = 4;
 
     /** Lable-for relation type.
-        
+
         <p>Indicates an object is a label for one or more target
         objects.</p>
     */
     const short LABEL_FOR = 5;
 
     /** Labeled-by relation type.
-    
+
         <p>Indicates an object is labeled by one or more target objects.</p>
     */
     const short LABELED_BY = 6;
 
     /** Member-of relation type.
-    
+
         <p>Indicates an object is a member of a group of one or more target
         objects.</p>
     */
@@ -103,8 +103,8 @@
 
     /** Node-Child-of relation type.
 
-        <p>Indicates an object is a cell in a tree or treetable which is 
-        displayed because a cell in the same column is expanded and 
+        <p>Indicates an object is a cell in a tree or treetable which is
+        displayed because a cell in the same column is expanded and
         identifies that cell.</p>
 
         @since OpenOffice 3.0
@@ -112,7 +112,7 @@
     const short NODE_CHILD_OF = 9;
 
     /** Described-by relation type.
-    
+
         <p>Indicates an object is described by the target object.</p>
 
         @since OpenOffice 3.5
diff --git a/main/offapi/com/sun/star/accessibility/AccessibleRole.idl b/main/offapi/com/sun/star/accessibility/AccessibleRole.idl
index d3815a0..220949e 100644
--- a/main/offapi/com/sun/star/accessibility/AccessibleRole.idl
+++ b/main/offapi/com/sun/star/accessibility/AccessibleRole.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/accessibility/AccessibleStateType.idl b/main/offapi/com/sun/star/accessibility/AccessibleStateType.idl
index 7de0785..378df10 100644
--- a/main/offapi/com/sun/star/accessibility/AccessibleStateType.idl
+++ b/main/offapi/com/sun/star/accessibility/AccessibleStateType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -110,7 +110,7 @@
     /** Sometimes UI elements can have a state indeterminate.
         This can happen e.g. if a check box reflects the bold state of text in a text processor.
         When the current selection contains text which is bold and also text which is not bold, the state is indeterminate.
-        
+
     */
     const short INDETERMINATE = 14;
 
@@ -214,7 +214,7 @@
         partly in the visible area of its parent.</p>
     */
     const short VISIBLE = 30;
-    
+
     // The following constants have been introduced with the IA2 CWS:
 
 	// MOVEABLE only exists in MSAA/IA2, but not in ATK/JAA/NSAccessibility.
diff --git a/main/offapi/com/sun/star/accessibility/AccessibleTableModelChange.idl b/main/offapi/com/sun/star/accessibility/AccessibleTableModelChange.idl
index c940067..00e4646 100644
--- a/main/offapi/com/sun/star/accessibility/AccessibleTableModelChange.idl
+++ b/main/offapi/com/sun/star/accessibility/AccessibleTableModelChange.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -51,14 +51,14 @@
         of the model change.</p>
     */
     short Type;
-    
+
     /** The lowest index of a row that has changed.
 
         <p>The first row that has been changed or that contains
         modified cells.</p>
     */
     long FirstRow;
-    
+
     /** The highest index of a row that has changed.
 
         <p>The last row that has been changed or that contains modified
@@ -80,7 +80,7 @@
     */
     long LastColumn;
 };
-          
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/accessibility/AccessibleTableModelChangeType.idl b/main/offapi/com/sun/star/accessibility/AccessibleTableModelChangeType.idl
index 51e561c..c61b6b4 100644
--- a/main/offapi/com/sun/star/accessibility/AccessibleTableModelChangeType.idl
+++ b/main/offapi/com/sun/star/accessibility/AccessibleTableModelChangeType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -35,7 +35,7 @@
         <p>The value of this constants group are used by the
         <type>AccessibleTableModelChange</type> structure to specify the
         type of change that has been made to a table model.</p>
-        
+
         <p>Two of the constants,
         <const>AccessibleTableModelChangeType::INSERT</const> and
         <const>AccessibleTableModelChangeType::DELETE</const> describe
@@ -49,22 +49,22 @@
 published constants AccessibleTableModelChangeType
 {
     /** One or more rows and/or columns have been inserted.
-        
+
         <p>Use the fields of the <type>AccessibleTableModelChange</type>
         structure to determine the indices of the rows and/or columns that
         have been inserted.</p>
     */
     const short INSERT = 1;
-    
+
     /** One or more rows and/or columns have been deleted.
-        
-        <p>The affected area of the table is stored in the fields of the 
+
+        <p>The affected area of the table is stored in the fields of the
         <type>AccessibleTableModelChange</type> structure.</p>
      */
     const short DELETE = 2;
-    
+
     /** Some of the table data has changed.
-        
+
         <p>The number of rows and columns remains unchanged.  Only (some of)
         the content of the cells in the range that is specified by the
         fields of the <type>AccessibleTableModelChange</type> structure have
@@ -72,7 +72,7 @@
     */
     const short UPDATE = 3;
 };
-          
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/accessibility/AccessibleTextType.idl b/main/offapi/com/sun/star/accessibility/AccessibleTextType.idl
index 12aaeae..ea8fba6 100644
--- a/main/offapi/com/sun/star/accessibility/AccessibleTextType.idl
+++ b/main/offapi/com/sun/star/accessibility/AccessibleTextType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -38,13 +38,13 @@
 published constants AccessibleTextType
 {
     /** Single character.
-    
+
         <p>Indicates that single (multibyte) characters are used.</p>
     */
 	const short CHARACTER = 1;
-    
+
     /** Single word.
-    
+
         <p>Indicates that single words are used.  The definition of what a
         word is is implementation and language/locale dependent.  While in
         english a word is ended by a space or a special character like a
@@ -52,26 +52,26 @@
         languages.</p>
     */
 	const short WORD = 2;
-    
+
     /** Single sentence.
-    
+
         <p>Indicates that single sentences are used.  The definition of what
         a sentence is is implementation and language/locale dependent.
         While in english a sentence is ended by a period, this is not
         necessarily true in other languages.</p>
     */
 	const short SENTENCE = 3;
-    
+
     /** Single paragraph.
-    
+
         <p>Indicates that single paragraphs are used.  The definition of
         what a paragraph is is implementation and language/locale
         dependent.</p>
     */
 	const short PARAGRAPH = 4;
-    
+
     /** Single line.
-    
+
         <p>Indicates that single lines, as displayed on the screen, are
         used.  In contrast to the constants <const>CHARACTER</const>,
         <const>WORD</const>, <const>SENTENCE</const>, and
@@ -95,7 +95,7 @@
     */
     const short ATTRIBUTE_RUN = 7;
 };
-		  
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/accessibility/IllegalAccessibleComponentStateException.idl b/main/offapi/com/sun/star/accessibility/IllegalAccessibleComponentStateException.idl
index e08197d..0358a01 100644
--- a/main/offapi/com/sun/star/accessibility/IllegalAccessibleComponentStateException.idl
+++ b/main/offapi/com/sun/star/accessibility/IllegalAccessibleComponentStateException.idl
@@ -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,44 +7,44 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
-#ifndef __com_sun_star_accessibility_IllegalAccessibleComponentStateException_idl__ 
-#define __com_sun_star_accessibility_IllegalAccessibleComponentStateException_idl__ 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
-module com {  module sun {  module star {  module accessibility {  
- 
+#ifndef __com_sun_star_accessibility_IllegalAccessibleComponentStateException_idl__
+#define __com_sun_star_accessibility_IllegalAccessibleComponentStateException_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+module com {  module sun {  module star {  module accessibility {
+
 /** Indicates invalid or unavailable state information.
 
     <p>This exception is thrown to indicate that an accessibility component
     has been queried for state information that it can not provide.  Used by
     <member>XAccessibleContext::getLocale</member>.</p>
-    
+
     @see XAccessibleContext::getLocale()
 
     @since OpenOffice 1.1.2
 */
-published exception IllegalAccessibleComponentStateException 
+published exception IllegalAccessibleComponentStateException
     : ::com::sun::star::uno::Exception
 {
-}; 
+};
 
-}; }; }; };  
- 
-#endif 
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/accessibility/MSAAService.idl b/main/offapi/com/sun/star/accessibility/MSAAService.idl
index 3bec4f5..4bc0a24 100644
--- a/main/offapi/com/sun/star/accessibility/MSAAService.idl
+++ b/main/offapi/com/sun/star/accessibility/MSAAService.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 #ifndef __com_sun_star_accessibility_Accessible_idl__
@@ -33,7 +33,7 @@
 	interface XMSAAService;
 		interface com::sun::star::lang::XInitialization;
 };
-          
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/accessibility/TextSegment.idl b/main/offapi/com/sun/star/accessibility/TextSegment.idl
index 902c7d7..63e0174 100644
--- a/main/offapi/com/sun/star/accessibility/TextSegment.idl
+++ b/main/offapi/com/sun/star/accessibility/TextSegment.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -75,7 +75,7 @@
     */
     long SegmentEnd;
 };
-          
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/accessibility/XAccessible.idl b/main/offapi/com/sun/star/accessibility/XAccessible.idl
index aad077b..739c337 100644
--- a/main/offapi/com/sun/star/accessibility/XAccessible.idl
+++ b/main/offapi/com/sun/star/accessibility/XAccessible.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,9 +24,9 @@
 #ifndef __com_sun_star_accessibility_XAccessible_idl__
 #define __com_sun_star_accessibility_XAccessible_idl__
 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
 
 module com { module sun { module star { module accessibility {
 
@@ -34,11 +34,11 @@
 
 /** This interface has to be implemented by any class that wants to be
     accessible.
-    
+
     <p>It is used to provide access to the <type>XAccessibleContext</type>
     interface but allows at the same time that that interface is implemented
     by another class.</p>
-    
+
     <p>The distinction between the interfaces <type>XAccessible</type> and
     <type>XAccessibleContext</type> makes it possible to split up the
     implementation of the
@@ -59,24 +59,24 @@
 */
 published interface XAccessible : ::com::sun::star::uno::XInterface
 {
-    /** Returns the AccessibleContext associated with this object.  
-    
+    /** Returns the AccessibleContext associated with this object.
+
         <p>The idea to let this interface only return an
         <type>XAccessibleContext</type> instead of directly supporting its
         functions is to allow the separation of the implementation of the
         functions that make a class accessible from the implementation of
         that class.  You may, of course, implement <type>XAccessible</type>
         and <type>XAccessibleContext</type> in one class.</p>
-        
+
         @return
             A reference to the object that contains the actual accessibility
             information.
-            
+
         @see AccessibleContext
 	*/
     XAccessibleContext getAccessibleContext ();
 };
-          
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/accessibility/XAccessibleAction.idl b/main/offapi/com/sun/star/accessibility/XAccessibleAction.idl
index af6c9ec..0528749 100644
--- a/main/offapi/com/sun/star/accessibility/XAccessibleAction.idl
+++ b/main/offapi/com/sun/star/accessibility/XAccessibleAction.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,9 +24,9 @@
 #ifndef	__com_sun_star_accessibility_XAccessibleAction_idl__
 #define	__com_sun_star_accessibility_XAccessibleAction_idl__
 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
 #ifndef __com_sun_star_lang_IndexOutOfBoundsException_idl__
 #include <com/sun/star/lang/IndexOutOfBoundsException.idl>
 #endif
@@ -37,7 +37,7 @@
 
 /** Implement this interface to give access to actions that can be executed
     for accessible objects.
-        
+
     <p>Every accessible object that can be manipulated beyond its methods
     exported over the accessibility API should support this interface to
     expose all actions that it can perform.  Each action can be performed or
@@ -48,18 +48,18 @@
 published interface XAccessibleAction : ::com::sun::star::uno::XInterface
 {
 	/** Returns the number of accessible actions available in this object.
-        
+
         <p>If there are more than one, the first one is considered the
         "default" action of the object.</p>
-        
+
         @return
             The returned value of the number of actions is zero if there are
             no actions.
     */
 	long getAccessibleActionCount ();
-    
+
 	/** Perform the specified Action on the object.
-    
+
         @param nIndex
             This index specifies the action to perform.  If it lies outside
             the valid range <FALSE/> is returned and no action is performed.
@@ -77,32 +77,32 @@
         raises (::com::sun::star::lang::IndexOutOfBoundsException);
 
 	/** Returns a description of the specified action of the object.
-    
+
         @param nIndex
             This index specifies the action of which to return a
             description.  If it lies outside the valid range an empty string
             is returned.
-            
+
         @return
             The returned value is a localized string of the specified action.
 
         @throws IndexOutOfBoundsException
             If the given index lies not in the valid range then an
-            <type scope="::com::sun::star::lang">IndexOutOfBoundsException</type> 
+            <type scope="::com::sun::star::lang">IndexOutOfBoundsException</type>
             exception is thrown.
     */
 	string getAccessibleActionDescription ([in] long nIndex)
         raises (::com::sun::star::lang::IndexOutOfBoundsException);
-    
+
 	/** Returns a key binding object, if there is one, associated with the
         specified action.  Note that there can be several alternative key
         bindings for an action.  See <type>XAccessibleKeyBinding</type> for
         more information about how key bindings are represented.
-            
+
         @param nIndex
             This index specifies the action of which to return the key
             binding.
-            
+
         @return
             The returned object describes a set of key bindings associated
             with the specified action.
@@ -113,7 +113,7 @@
     XAccessibleKeyBinding getAccessibleActionKeyBinding ([in] long nIndex)
         raises (::com::sun::star::lang::IndexOutOfBoundsException);
 };
- 
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/accessibility/XAccessibleComponent.idl b/main/offapi/com/sun/star/accessibility/XAccessibleComponent.idl
index 8109f6a..ea4fa70 100644
--- a/main/offapi/com/sun/star/accessibility/XAccessibleComponent.idl
+++ b/main/offapi/com/sun/star/accessibility/XAccessibleComponent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,9 +24,9 @@
 #ifndef __com_sun_star_accessibility_XAccessibleComponent_idl__
 #define __com_sun_star_accessibility_XAccessibleComponent_idl__
 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
 #ifndef __com_sun_star_awt_XFocusListener_idl__
 #include <com/sun/star/awt/XFocusListener.idl>
 #endif
@@ -99,19 +99,19 @@
 published interface XAccessibleComponent : ::com::sun::star::uno::XInterface
 {
     /** Tests whether the specified point lies within this object's bounds.
-    
+
         <p>The test point's coordinates are defined relative to the
         coordinate system of the object.  That means that when the object is
         an opaque rectangle then both the points (0,0) and (with-1,height-1)
         would yield a <TRUE/> value.</p>
-        
+
         @param point
             Coordinates of the point to test.  The origin of the coordinate
             system is the upper left corner of the object's bounding box as
             returned by the <method>getBounds</method>.  The scale of the
             coordinate system is identical to that of the screen coordinate
             system.
-            
+
         @return
             Returns <TRUE/> if the point lies within or on the object's bounding
             box and <FALSE/> otherwise.
@@ -119,7 +119,7 @@
     boolean containsPoint ([in] ::com::sun::star::awt::Point aPoint);
 
     /** Returns the Accessible child that is rendered under the given point.
-    
+
         <p>The test point's coordinates are defined relative to the
         coordinate system of the object.  That means that when the object is
         an opaque rectangle then both the points (0,0) and (with-1,height-1)
@@ -131,7 +131,7 @@
             corner of the object's bounding box as returned by the
             <method>getBounds</method>.  The scale of the coordinate
             system is identical to that of the screen coordinate system.
-            
+
         @return
             If there is one child which is rendered so that its bounding box
             contains the test point then a reference to that object is
@@ -143,14 +143,14 @@
     XAccessible  getAccessibleAtPoint ([in] ::com::sun::star::awt::Point aPoint);
 
     /** Returns the bounding box of this object.
-    
+
         <p>The returned bounding box has the form of a rectangle.  Its
         coordinates are relative to the object's parent coordinate system.
         Note that the two methods <method>getLocation</methodmber> and
         <method>getSize</method> return the same information.  With method
         <method>getLocationOnScreen</method> you can get the bound box
         position in screen coordinates.</p>
-        
+
         @return
             The coordinates of the returned rectangle are relative to this
             object's parent or relative to the screen on which this object
@@ -162,10 +162,10 @@
 
     /** Returns the location of the upper left corner of the object's
         bounding box relative to the parent.</p>
-    
+
         <p>The coordinates of the bounding box are given relative to the
         parent's coordinate system.</p>
-        
+
         @return
             The coordinates of the returned position are relative to this
             object's parent or relative to the screen on which this object
@@ -176,30 +176,30 @@
 
     /** Returns the location of the upper left corner of the object's
         bounding box in screen coordinates.
-        
+
         <p>This method returns the same point as does the method
         <method>getLocation</method>.  The difference is that the
         coordinates are absolute screen coordinates of the screen to which
         the object is rendered instead of being relative to the object's
         parent.</p>
-        
+
         @return
             The coordinates of the returned position are relative to the
             screen on which this object is rendered.  If the object is not
             on any screen the returnred position is (0,0).
     */
     ::com::sun::star::awt::Point getLocationOnScreen ();
-    
+
     /** Returns the size of this object's bounding box.
-    
+
         @return
             The returned size is the size of this object or empty if it is
             not rendered on any screen.
     */
     ::com::sun::star::awt::Size getSize();
-    
+
     /** Grabs the focus to this object.
-    
+
         <p>If this object can not accept the focus,
         i.e. <method>isFocusTraversable</method> returns <FALSE/> for this
         object then nothing happens.  Otherwise the object will attempt to
@@ -210,23 +210,23 @@
     [oneway] void grabFocus ();
 
     /** Returns the foreground color of this object.
-    
+
         @return
             The returned color is the foreground color of this object or, if
             that is not supported, the default foreground color.
-    */ 
+    */
     ::com::sun::star::util::Color getForeground ();
 
     /** Returns the background color of this object.
-    
+
         @return
             The returned color is the background color of this object or, if
             that is not supported, the default background color.
-    */ 
+    */
     ::com::sun::star::util::Color getBackground ();
 
 };
-          
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/accessibility/XAccessibleContext.idl b/main/offapi/com/sun/star/accessibility/XAccessibleContext.idl
index db3167e..6f233f9 100644
--- a/main/offapi/com/sun/star/accessibility/XAccessibleContext.idl
+++ b/main/offapi/com/sun/star/accessibility/XAccessibleContext.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -64,41 +64,41 @@
 published interface XAccessibleContext : ::com::sun::star::uno::XInterface
 {
     /** Return the number of children.
-    
+
         <p>Returns the number of accessible children of the object.</p>
-        
-        @return 
+
+        @return
             The returned value is non-negative.
     */
-    long getAccessibleChildCount(); 
+    long getAccessibleChildCount();
 
     /** Returns the i-th child of this object.
-        
+
         <p>The order in which the children are enumerated is implementation
         dependend.</p>
-        
-        @param i 
+
+        @param i
             The index may have any value.  If it is outside the range from 0
             to n-1, with n being the number of children as returned by
             <member>XAccessibleContext::getAccessibleChild</member> an empty
             reference is returned.
-        @return 
+        @return
             If the object has an i-th child the returned value is a
             reference to that child.  Otherwise an empty reference is
             returned.
         @throws ::com::sun::star::lang::IndexOutOfBoundsException
             If no child with the given index exists then an
-            <type scope="::com::sun::star::lang">IndexOutOfBoundsException</type> 
+            <type scope="::com::sun::star::lang">IndexOutOfBoundsException</type>
             exception is thrown.
     */
     XAccessible getAccessibleChild ([in] long i)
         raises (::com::sun::star::lang::IndexOutOfBoundsException);
 
     /** Returns the parent of this object.
-        
+
         <p>This function may be called for every node, including the root
         node, of the accessible tree.</p>
-        
+
         @return
             The returned reference points to a valid object for all but the
             root node.  If called for the root node an empty reference is
@@ -107,57 +107,57 @@
     XAccessible getAccessibleParent ();
 
     /** Returns the index of this object in its accessible parent.
-        
+
         <p>If you call getAccessibeChild on the object's parent with the
         index returned by this function you get a reference to this
         object.</p>
-        
+
         @return
            The returned index is zero based.
     */
     long getAccessibleIndexInParent ();
 
     /** Returns the role of this object.
-        
+
         <p>The role is a generic description of an objects function.  The
         relation between role and name is similar to the relation between
         class and object.</p>
-        
+
         @return
             The returned value is a role defined in the enumeration
             AccessibleRole.
-            
-        @see AccessibleRole 
+
+        @see AccessibleRole
             for a list of the available roles.
     */
     short getAccessibleRole ();
 
     /** Returns the object's description.
-    
+
         <p>Returns the object's localized description.  The description should
         complement the more generic descriptions given by an object's role
         and name.</p>
-        
-        @return 
+
+        @return
             The returned string is the object's localized description.
     */
     string getAccessibleDescription ();
 
     /** Return the object's localized name.
-        
+
         <p>See <member>XAccessibleContext::getAccessibleRole</member>'s
         documentation for the relation between an object's name and role.
         Names should be unique, at least between children of the same
         parent, although the uniqueness is neither enforced nor used inside
         the API.</p>
-        
+
         @return
             The returned string is the object's localized name.
     */
     string  getAccessibleName ();
 
     /** Returns the set of relations defined for this object.
-        
+
         <p>The returned set of relations is a copy of this objects relation
         set: changing the returned object does not change this objects
         relations.</p>
@@ -165,7 +165,7 @@
         <p>aThere are two ways to represent an empty list of relations:
         Return an empty reference or return a valid object that contains an
         empty list.
-         
+
         @return
            The returned value is either an empty reference or a reference to
            a valid object that represents a copy of the objects list of
@@ -175,37 +175,37 @@
 
     /** Returns the set of states that are currently active for this
         object.
-        
+
         <p>The returned state set is a copy: Changing the returned state set
         will not be refelected by changing the object's set of states.  See
         the documentation of <type>XAccessibleStateSet</type> for a
         description of the individual states.</p>
-        
+
         @return
             A reference to this object's state set or an empty reference if
             states are not supported.
-            
+
         @see XAccessibleStateSet
     */
     XAccessibleStateSet getAccessibleStateSet ();
 
     /** Returns the locale of the component.
-        
+
         <p>This locale is used for example to determine the language to use
         for the name and description texts.</p>
-    
+
         @return
             If this object does not have a locale, the locale of its parent
             is returned.  If it does not have (yet) a parent it throws the
             exception <type>IllegalAccessibleComponentStateException</type>.
-            
+
         @throws IllegalAccessibleComponentStateException
             when this object does not (yet) have a parent.
     */
     ::com::sun::star::lang::Locale getLocale ()
         raises (IllegalAccessibleComponentStateException);
 };
-          
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/accessibility/XAccessibleEditableText.idl b/main/offapi/com/sun/star/accessibility/XAccessibleEditableText.idl
index e33c3d6..fd80230 100644
--- a/main/offapi/com/sun/star/accessibility/XAccessibleEditableText.idl
+++ b/main/offapi/com/sun/star/accessibility/XAccessibleEditableText.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,18 +24,18 @@
 #ifndef __com_sun_star_accessibility_XAccessibleEditableText_idl__
 #define __com_sun_star_accessibility_XAccessibleEditableText_idl__
 
-#ifndef __com_sun_star_accessibility_XAccessibleText_idl__ 
-#include <com/sun/star/accessibility/XAccessibleText.idl> 
-#endif 
-#ifndef __com_sun_star_lang_IndexOutOfBoundsException_idl__ 
-#include <com/sun/star/lang/IndexOutOfBoundsException.idl> 
-#endif 
+#ifndef __com_sun_star_accessibility_XAccessibleText_idl__
+#include <com/sun/star/accessibility/XAccessibleText.idl>
+#endif
+#ifndef __com_sun_star_lang_IndexOutOfBoundsException_idl__
+#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
+#endif
 #ifndef __com_sun_star_beans_PropertyValue_idl__
 #include <com/sun/star/beans/PropertyValue.idl>
 #endif
 
 module com { module sun { module star { module accessibility {
-        
+
 /** Implement this interface to give read and write access to a text
     representation.
 
@@ -49,21 +49,21 @@
     : ::com::sun::star::accessibility::XAccessibleText
 {
     /** Copies the text range into the clipboard.
-    
+
         <p>The specified text between and including the two given indices is
         copied into the system clipboard and is deleted afterwards from the
         text represented by this object.  This is equivalent to calling
         first <member>XAccessibleText::copyText</member> and then
         <member>XAccessibleEditableText::deleteText</member> with the given
         start and end indices.</p>
-        
-        <p>The text indices are interpreted like those in the 
+
+        <p>The text indices are interpreted like those in the
         <member>XAccessibleText::getTextRange</member> method. </p>
-        
+
         @param nStartIndex
             Start index of the text to moved into the clipboard.
             The valid range is 0..length.
-            
+
         @param nEndIndex
             End index of the text to moved into the clipboard.
             The valid range is 0..length.
@@ -79,13 +79,13 @@
         raises (::com::sun::star::lang::IndexOutOfBoundsException);
 
     /** Pastes text from the clipboard.
-    
+
         <p>The text in the system clipboard is pasted into the text
         represented by this object at the given index.  This method is
         similar to the <member>XAccessibleEditableText::insertText</member>
         method.  If the index is not valid then the system clipboard text is
         not inserted.</p>
-        
+
         @param nIndex
             Index at which to insert the text from the system clipboard into
             the text represented by this object.
@@ -100,19 +100,19 @@
     */
     boolean pasteText ([in] long nIndex)
         raises (::com::sun::star::lang::IndexOutOfBoundsException);
-    
+
     /** Deletes a range of text.
-    
+
         <p>The text between and including the two given indices is deleted
         from the text represented by this object.</p>
 
-        <p>The text indices are interpreted like those in the 
+        <p>The text indices are interpreted like those in the
         <member>XAccessibleText::getTextRange</member> method. </p>
-        
+
         @param nStartIndex
             Start index of the text to be deleted.
             The valid range is 0..length.
-            
+
         @param nEndIndex
             End index of the text to be deleted.
             The valid range is 0..length.
@@ -128,13 +128,13 @@
         raises (::com::sun::star::lang::IndexOutOfBoundsException);
 
     /** Inserts text at the specified position.
-    
+
         <p>The specified string is inserted at the given index into the text
         represented by this object.</p>
-            
+
         @param sText
             Text that is inserted.
-            
+
         @param nIndex
             Index at which to insert the text.
             The valid range is 0..length.
@@ -150,7 +150,7 @@
         raises (::com::sun::star::lang::IndexOutOfBoundsException);
 
     /** Replaces text.
-    
+
         <p>The text between the two given indices is replaced
         by the specified replacement string. This method is
         equivalent to calling first
@@ -158,14 +158,14 @@
         indices and afterwards calling
         <member>XAccessibleEditableText::insertText</member> with the
         replacement text and the start index.</p>
-        
-        <p>The text indices are interpreted like those in the 
+
+        <p>The text indices are interpreted like those in the
         <member>XAccessibleText::getTextRange</member> method. </p>
 
         @param nStartIndex
             Start index of the text to be replaced.
             The valid range is 0..length.
-            
+
         @param nEndIndex
             Start index of the text to be replaced.
             The valid range is 0..length.
@@ -186,22 +186,22 @@
 
     /** Replaces the attributes of a text range by the given set of
         attributes.
-    
+
         <p>Sets the attributes for the text between and including the two
         given indices to those given.  The old attributes of this text
         portion are replaced by the new list of attributes.</p>
-        
-        <p>The text indices are interpreted like those in the 
+
+        <p>The text indices are interpreted like those in the
         <member>XAccessibleText::getTextRange</member> method. </p>
 
         @param nStartIndex
             Start index of the text whose attributes are modified.
             The valid range is 0..length.
-            
+
         @param nEndIndex
             Start index of the text whose attributes are modified.
             The valid range is 0..length.
-            
+
         @param aAttributeSet
             Set of attributes that replaces the old list of attributes of
             the specified text portion.
@@ -216,11 +216,11 @@
     boolean setAttributes ([in] long nStartIndex, [in] long nEndIndex,
         [in] sequence<::com::sun::star::beans::PropertyValue> aAttributeSet)
         raises (::com::sun::star::lang::IndexOutOfBoundsException);
-    
+
     /** Replaces the whole text with the given text.
-    
+
         <p>The text content of this object is set to the given string.</p>
-        
+
         @param sText
             The new text that replaces the old text.
 
@@ -230,7 +230,7 @@
     */
     boolean setText ([in] string sText);
 };
-          
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/accessibility/XAccessibleEventBroadcaster.idl b/main/offapi/com/sun/star/accessibility/XAccessibleEventBroadcaster.idl
index 82b3b22..38da42d 100644
--- a/main/offapi/com/sun/star/accessibility/XAccessibleEventBroadcaster.idl
+++ b/main/offapi/com/sun/star/accessibility/XAccessibleEventBroadcaster.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,9 +24,9 @@
 #ifndef	__com_sun_star_accessibility_XAccessibleEventBroadcaster_idl__
 #define	__com_sun_star_accessibility_XAccessibleEventBroadcaster_idl__
 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
 
 module com { module sun { module star { module accessibility {
 
@@ -41,20 +41,20 @@
     @since OpenOffice 1.1.2
  */
 published interface XAccessibleEventBroadcaster: ::com::sun::star::uno::XInterface
-{  
-	//------------------------------------------------------------------------- 
-		
+{
+	//-------------------------------------------------------------------------
+
 	/** registers the given <type>XAccessibleEventListener</type>.
 	 */
-	[oneway] void addEventListener( [in] XAccessibleEventListener xListener ); 
- 
-	//------------------------------------------------------------------------- 
-		
+	[oneway] void addEventListener( [in] XAccessibleEventListener xListener );
+
+	//-------------------------------------------------------------------------
+
 	/** unregisters the given <type>XAccessibleEventListener</type>.
 	 */
-	[oneway] void removeEventListener( [in] XAccessibleEventListener xListener ); 
-};  
- 
+	[oneway] void removeEventListener( [in] XAccessibleEventListener xListener );
+};
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/accessibility/XAccessibleEventListener.idl b/main/offapi/com/sun/star/accessibility/XAccessibleEventListener.idl
index 8d6afb3..78be066 100644
--- a/main/offapi/com/sun/star/accessibility/XAccessibleEventListener.idl
+++ b/main/offapi/com/sun/star/accessibility/XAccessibleEventListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,9 +24,9 @@
 #ifndef	__com_sun_star_accessibility_XAccessibleEventListener_idl__
 #define	__com_sun_star_accessibility_XAccessibleEventListener_idl__
 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
 
 #ifndef __com_sun_star_accessibility_AccessibleEventObject_idl__
 #include <com/sun/star/accessibility/AccessibleEventObject.idl>
@@ -42,14 +42,14 @@
     @since OpenOffice 1.1.2
  */
 published interface XAccessibleEventListener: ::com::sun::star::lang::XEventListener
-{  
-	//------------------------------------------------------------------------- 
-		
+{
+	//-------------------------------------------------------------------------
+
 	/** is called whenever a accessible event (see <type>AccessibleEventObject</type>) occurs.
 	 */
-	void notifyEvent( [in] AccessibleEventObject aEvent ); 
-};  
- 
+	void notifyEvent( [in] AccessibleEventObject aEvent );
+};
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/accessibility/XAccessibleExtendedAttributes.idl b/main/offapi/com/sun/star/accessibility/XAccessibleExtendedAttributes.idl
index 8898fe3..e9fd849 100644
--- a/main/offapi/com/sun/star/accessibility/XAccessibleExtendedAttributes.idl
+++ b/main/offapi/com/sun/star/accessibility/XAccessibleExtendedAttributes.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 #ifndef __com_sun_star_accessibility_XAccessibleAttribute_idl__
@@ -36,7 +36,7 @@
     /* Returns the attribute of this object' formula */ // MT: I guess it's not formula only?
     any getExtendedAttributes() raises (::com::sun::star::lang::IndexOutOfBoundsException);
 };
-          
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/accessibility/XAccessibleExtendedComponent.idl b/main/offapi/com/sun/star/accessibility/XAccessibleExtendedComponent.idl
index 3eef69b..84caf36 100644
--- a/main/offapi/com/sun/star/accessibility/XAccessibleExtendedComponent.idl
+++ b/main/offapi/com/sun/star/accessibility/XAccessibleExtendedComponent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,9 +24,9 @@
 #ifndef __com_sun_star_accessibility_XAccessibleExtendedComponent_idl__
 #define __com_sun_star_accessibility_XAccessibleExtendedComponent_idl__
 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
 #ifndef __com_sun_star_awt_XFocusListener_idl__
 #include <com/sun/star/awt/XFocusListener.idl>
 #endif
@@ -70,36 +70,36 @@
 published interface XAccessibleExtendedComponent : XAccessibleComponent
 {
     /** Returns the font of this object.
-    
+
         @return
             The returend reference to a font object is empty if a font is not
             supported by this object.
     */
     ::com::sun::star::awt::XFont getFont ();
 
-    /** Returns the titled border text.  
-        
+    /** Returns the titled border text.
+
         <p>This method stems from the Java interface
         <code>AccessibleExtendedComponent</code>.</p>
-        
+
         @return
             The returned value is the titled border text of the object or
             empty if that is not supported.
     */
     string getTitledBorderText ();
 
-    /** Returns the tool tip text of this object.  
-        
+    /** Returns the tool tip text of this object.
+
         <p>This method stems from the Java interface
         <code>AccessibleExtendedComponent</code>.</p>
-        
+
         @return
             Returns the localized tool tip text of the object.  If tool tips
             are not supported and empty string is returned.
     */
     string getToolTipText ();
 };
-          
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/accessibility/XAccessibleGetAccFlowTo.idl b/main/offapi/com/sun/star/accessibility/XAccessibleGetAccFlowTo.idl
index dfe367e..e0dc5b9 100644
--- a/main/offapi/com/sun/star/accessibility/XAccessibleGetAccFlowTo.idl
+++ b/main/offapi/com/sun/star/accessibility/XAccessibleGetAccFlowTo.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 #ifndef __com_sun_star_accessibility_XAccessibleGetAccFlowTo_idl_
@@ -35,7 +35,7 @@
 {
 	sequence<any> get_AccFlowTo([in] any aXShape, [in] long nType);
 };
-          
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/accessibility/XAccessibleGroupPosition.idl b/main/offapi/com/sun/star/accessibility/XAccessibleGroupPosition.idl
index 69ab1ca..5a77d3a 100644
--- a/main/offapi/com/sun/star/accessibility/XAccessibleGroupPosition.idl
+++ b/main/offapi/com/sun/star/accessibility/XAccessibleGroupPosition.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 #ifndef __com_sun_star_accessibility_XAccessibleGroupPosition_idl__
@@ -39,7 +39,7 @@
     /* Returns the hyperlink URL info of the object */
     string getObjectLink( [in] any accoject ) raises (::com::sun::star::lang::IndexOutOfBoundsException);
 };
-          
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/accessibility/XAccessibleHyperlink.idl b/main/offapi/com/sun/star/accessibility/XAccessibleHyperlink.idl
index 73010d2..056458f 100644
--- a/main/offapi/com/sun/star/accessibility/XAccessibleHyperlink.idl
+++ b/main/offapi/com/sun/star/accessibility/XAccessibleHyperlink.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,12 +24,12 @@
 #ifndef __com_sun_star_accessibility_XAccessibleHyperlink_idl__
 #define __com_sun_star_accessibility_XAccessibleHyperlink_idl__
 
-#ifndef __com_sun_star_accessibility_XAccessibleAction_idl__ 
-#include <com/sun/star/accessibility/XAccessibleAction.idl> 
-#endif 
-#ifndef __com_sun_star_lang_IndexOutOfBoundsException_idl__ 
-#include <com/sun/star/lang/IndexOutOfBoundsException.idl> 
-#endif 
+#ifndef __com_sun_star_accessibility_XAccessibleAction_idl__
+#include <com/sun/star/accessibility/XAccessibleAction.idl>
+#endif
+#ifndef __com_sun_star_lang_IndexOutOfBoundsException_idl__
+#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
+#endif
 
 module com { module sun { module star { module accessibility {
 
@@ -45,7 +45,7 @@
     <member>XAccessibleHyperlink::getAccessibleActionAnchor</member> and
     <member>XAccessibleHyperlink::getAccessibleActionObject</member>
     methods.</p>
-        
+
     <p>Furhtermore, the object that implements this interface has to be
     connected implicitly or explicitly with an object that implements the
     the <type>XAccessibleText</type> interface.  The
@@ -55,21 +55,21 @@
 
     @since OpenOffice 1.1.2
 */
-published interface XAccessibleHyperlink : 
+published interface XAccessibleHyperlink :
     ::com::sun::star::accessibility::XAccessibleAction
 {
     /** Returns an object that represents the link anchor, as appropriate
         for that link.
-        
+
         <p>For an HTML link for example, this method would return the string
         enclosed by the &lt&a href&gt; tag.</p>
-        
+
         @param nIndex
             This index identifies the anchor when, as in the case of an
             image map, there is more than one link represented by this
             object.  The valid maximal index can be determinded by calling
             the <member>XAccessibleAction::getActionCount</member> method.
-            
+
         @return
             If the index is not valid then an exception is thrown.
             Otherwise it returns an implementation dependent value.
@@ -79,16 +79,16 @@
 
     /** Returns an object that represents the link anchor, as appropriate
         for that link.
-        
+
         <p>For an HTML link for example, this method would return the URL of
         the &lt&a href&gt; tag.</p>
-        
+
         @param nIndex
             This index identifies the action object when, as in the case of
             an image map, there is more than one link represented by this
             object.  The valid maximal index can be determinded by calling
             the <member>XAccessibleAction::getActionCount</member> method.
-            
+
         @return
             If the index is not valid then an exception is thrown.
             Otherwise it returns an implementation dependent value.
@@ -98,10 +98,10 @@
 
     /** Returns the index at which the textual representation of the
         hyperlink (group) starts.
-        
+
         <p>The returned value relates to the <type>XAccessibleText</type>
         interface that ownes this hyperlink.</p>
-        
+
         @return
             The index relates to the text exposed by the
             <type>XAccessibleHypertext</type> interface.
@@ -110,10 +110,10 @@
 
     /** Returns the index at which the textual rerpesentation of the
         hyperlink (group) ends.
-        
+
         <p>The returned value relates to the <type>XAccessibleText</type>
         interface that ownes this hyperlink.</p>
-        
+
         @return
             The index relates to the text exposed by the
             <type>XAccessibleText</type> interface.
@@ -122,17 +122,17 @@
 
     /** Returns whether the document referenced by this links is
         still valid.
-        
+
         <p>This is a volatile state that may change without further warning
         like e.g. sending an appropriate event.</p>
-        
+
         @return
             Returns <TRUE/> if the referenced document is still valid and
             <FALSE/> otherwise.
     */
     boolean isValid ();
 };
-          
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/accessibility/XAccessibleHypertext.idl b/main/offapi/com/sun/star/accessibility/XAccessibleHypertext.idl
index cd4b005..9425eb1 100644
--- a/main/offapi/com/sun/star/accessibility/XAccessibleHypertext.idl
+++ b/main/offapi/com/sun/star/accessibility/XAccessibleHypertext.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,9 +24,9 @@
 #ifndef __com_sun_star_accessibility_XAccessibleHypertext_idl__
 #define __com_sun_star_accessibility_XAccessibleHypertext_idl__
 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
 #ifndef __com_sun_star_lang_IndexOutOfBoundsException_idl__
 #include <com/sun/star/lang/IndexOutOfBoundsException.idl>
 #endif
@@ -48,32 +48,32 @@
     interface and other character related methods of the
     <type>XAccessibleHyperlink</type> interface, it is necessary to also
     support the <type>XAccessibleText</type> interface.</p>
-    
+
     @see XAccessibleHyperlink, XAccessibleText
 
     @since OpenOffice 1.1.2
 */
-published interface XAccessibleHypertext 
+published interface XAccessibleHypertext
     : ::com::sun::star::accessibility::XAccessibleText
 {
     /** Returns the number of links and link groups contained within this
         hypertext document.
-    
+
         @return
             The number of links and link groups within this hypertext
             document.  Returns 0 if there is no link.
     */
     long getHyperLinkCount ();
-    
+
     /** Return the specified link.
-    
+
         <p>The returned <type>XAccessibleHyperlink</type> object
         encapsulates the hyperlink and provides several kinds of information
         describing it.</p>
-        
+
         @param nLinkIndex
             This index specifies the hyperlink to return.
-            
+
         @return
             If the given index is valid, i.e. lies in the interval from 0
             to the number of links minus one, a reference to the specified
@@ -86,10 +86,10 @@
 
     /** Returns the index of the hyperlink that is associated with this
         character index.
-        
+
         <p>In a HTML document this is the case when a &lt;a href&gt; tag
         spans (includes) the given character index.</p>
-        
+
         @param nCharIndex
             Index of the character for which to return the link index.  If
             the <type>XAccessibleText</type> interface is used to represent
@@ -97,18 +97,18 @@
             valid if it is greater than or equal to zero and lower then the
             number of characters in the text.  See that interface's
             documentation for more details.
-            
+
         @return
             Returns the index of the hyperlink that is associated with this
             character index, or throws an exception if there is no hyperlink
             associated with this index.
-            
+
         @see XAccessibleText.
     */
     long getHyperLinkIndex ([in] long nCharIndex)
         raises (::com::sun::star::lang::IndexOutOfBoundsException);
 };
-          
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/accessibility/XAccessibleImage.idl b/main/offapi/com/sun/star/accessibility/XAccessibleImage.idl
index b5a488d..624d5d0 100644
--- a/main/offapi/com/sun/star/accessibility/XAccessibleImage.idl
+++ b/main/offapi/com/sun/star/accessibility/XAccessibleImage.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,9 +24,9 @@
 #ifndef __com_sun_star_accessibility_XAccessibleImage_idl__
 #define __com_sun_star_accessibility_XAccessibleImage_idl__
 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
 
 module com { module sun { module star { module accessibility {
 
@@ -42,23 +42,23 @@
 published interface XAccessibleImage : ::com::sun::star::uno::XInterface
 {
     /** Returns the localized description of the image.
-        
+
         <p>It depends on the usage of an image whether the description
         should express the image's function (e.g. for icons) or the actual
         content of the image (e.g. for image maps or non-iconic images
         embedded into a document.)</p>
-            
+
         @return
             Returns a localized string that describes the images's function
             or content.
     */
     string getAccessibleImageDescription ();
-    
+
     /** Returns the height of the image.
-        
+
         <p>The height is returned in units specified by the parents
         coordinate system.</p>
-        
+
         @return
             Returns the image's height with respect to the parent's
             coordinate system.
@@ -66,17 +66,17 @@
     long getAccessibleImageHeight ();
 
     /** Returns the width of the image.
-        
+
         <p>The width is returned in units specified by the parents
         coordinate system.</p>
-        
+
         @return
             Returns the image's width with respect to the parent's
             coordinate system.
     */
     long getAccessibleImageWidth ();
 };
-          
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/accessibility/XAccessibleKeyBinding.idl b/main/offapi/com/sun/star/accessibility/XAccessibleKeyBinding.idl
index e85594b..9edd385 100644
--- a/main/offapi/com/sun/star/accessibility/XAccessibleKeyBinding.idl
+++ b/main/offapi/com/sun/star/accessibility/XAccessibleKeyBinding.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -83,7 +83,7 @@
     sequence<::com::sun::star::awt::KeyStroke> getAccessibleKeyBinding ([in] long nIndex)
         raises (::com::sun::star::lang::IndexOutOfBoundsException);
 };
-          
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/accessibility/XAccessibleMultiLineText.idl b/main/offapi/com/sun/star/accessibility/XAccessibleMultiLineText.idl
index f64fdf9..eb80db26 100644
--- a/main/offapi/com/sun/star/accessibility/XAccessibleMultiLineText.idl
+++ b/main/offapi/com/sun/star/accessibility/XAccessibleMultiLineText.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,18 +24,18 @@
 #ifndef __com_sun_star_accessibility_XAccessibleMultiLineText_idl__
 #define __com_sun_star_accessibility_XAccessibleMultiLineText_idl__
 
-#ifndef __com_sun_star_accessibility_XAccessibleText_idl__ 
-#include <com/sun/star/accessibility/XAccessibleText.idl> 
-#endif 
-#ifndef __com_sun_star_lang_IndexOutOfBoundsException_idl__ 
-#include <com/sun/star/lang/IndexOutOfBoundsException.idl> 
-#endif 
+#ifndef __com_sun_star_accessibility_XAccessibleText_idl__
+#include <com/sun/star/accessibility/XAccessibleText.idl>
+#endif
+#ifndef __com_sun_star_lang_IndexOutOfBoundsException_idl__
+#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
+#endif
 #ifndef __com_sun_star_beans_PropertyValue_idl__
 #include <com/sun/star/beans/PropertyValue.idl>
 #endif
 
 module com { module sun { module star { module accessibility {
-        
+
 /** Implement this interface to give provide a mapping between text index
     and line numbers.
 
@@ -51,15 +51,15 @@
     : ::com::sun::star::accessibility::XAccessibleText
 {
     /** Returns the line number at the specified index.
-    
+
         <p>For a text object that is spread over multiple lines, this method
         provides a mapping from a text index to the corresponding line number.
         </p>
-        
+
         @param nIndex
             Index for which the line number should be returned.
             The valid range is 0..length.
-            
+
         @return
             Returns the line number of the specified text index.
 
@@ -70,17 +70,17 @@
         raises (::com::sun::star::lang::IndexOutOfBoundsException);
 
     /** Retuns the text of the specified line.
-    
+
         <p>Returns the substring of text that makes up the specified line
         number.</p>
 
-        <p>The number of lines can be obtained by calling 
+        <p>The number of lines can be obtained by calling
         <member>XAccessibleMultiLineText::getLineNumberAtIndex</member>
         with the index of the last character. In a loop, the last line
         has been reached when <member>TextSegment::SegmentEnd</member>
-        of the returned value is equal to the index of the last 
+        of the returned value is equal to the index of the last
         character of the text.</p>
-        
+
         @param nLineNo
             The number of the line to return the substring from.
             The valid range is 0..getLineNumberAtIndex(getCharacterCount()).
@@ -95,21 +95,21 @@
 
     TextSegment getTextAtLineNumber([in] long nLineNo)
         raises (::com::sun::star::lang::IndexOutOfBoundsException);
-    
+
     /** Returns the text of the line in which the caret is located.
-    
+
         <p>The substring returned will most of the time be identical to
-        calling <member>XAccessibleText::getTextAtIndex</member> with 
+        calling <member>XAccessibleText::getTextAtIndex</member> with
         the index returned by <member>XAccessibleText::getCaretPosition</member>
         and type  <const scope="AccessibleTextType">LINE</type> beside the
         following special case:</p>
 
-        <p>Some text implementations place the caret at the end of the current 
+        <p>Some text implementations place the caret at the end of the current
         line when the <b>End</b> key gets pressed. Since the index of this position
         is identical to the one of the first character of the following line,
-        <member>XAccessibleMultiLineText::getLineNumberAtIndex</member> will 
+        <member>XAccessibleMultiLineText::getLineNumberAtIndex</member> will
         return the line following the current one in this case.</p>
-        
+
         @return
             Returns the requested text portion. This portion may be empty
             or invalid if the paragraph object does not have a valid caret
@@ -117,20 +117,20 @@
     */
 
     TextSegment getTextAtLineWithCaret();
-  
+
     /** Returns the number of the line in which the caret is located.
-    
+
         <p>The line number returned will most of the time be identical to
         calling <member>XAccessibleMultiLineText::getLineNumberAtIndex</member>
         with the index returned by <member>XAccessibleText::getCaretPosition</member>
         beside the following special case:</p>
 
-        <p>Some text implementations place the caret at the end of the current 
+        <p>Some text implementations place the caret at the end of the current
         line when the <b>End</b> key gets pressed. Since the index of this position
         is identical to the one of the first character of the following line,
-        <member>XAccessibleMultiLineText::getLineNumberAtIndex</member> will 
+        <member>XAccessibleMultiLineText::getLineNumberAtIndex</member> will
         return the line following the current one in this case.</p>
-        
+
         @return
             Returns the index of the line in which the caret is located or -1
             if the paragraph does not have a valid caret position.
@@ -138,7 +138,7 @@
 
     long getNumberOfLineWithCaret();
 };
-          
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/accessibility/XAccessibleRelationSet.idl b/main/offapi/com/sun/star/accessibility/XAccessibleRelationSet.idl
index dbc2f48..f1c3ffa 100644
--- a/main/offapi/com/sun/star/accessibility/XAccessibleRelationSet.idl
+++ b/main/offapi/com/sun/star/accessibility/XAccessibleRelationSet.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -28,9 +28,9 @@
 #include <com/sun/star/accessibility/AccessibleRelation.idl>
 #endif
 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
 #ifndef __com_sun_star_lang_IndexOutOfBoundsException_idl__
 #include <com/sun/star/lang/IndexOutOfBoundsException.idl>
 #endif
@@ -54,36 +54,36 @@
 published interface XAccessibleRelationSet : ::com::sun::star::uno::XInterface
 {
 	/** Returns the number of relations in this relation set.
-        
+
         @return
-            Returns the number of relations or zero if there are none.            
+            Returns the number of relations or zero if there are none.
 	*/
 	long getRelationCount ();
-	
+
 	/** Returns the relation of this relation set that is specified by
         the given index.
-        
+
         @param nIndex
             This index specifies the relatio to return.
-            
+
         @return
             For a valid index, i.e. inside the range 0 to the number of
             relations minus one, the returned value is the requested
             relation.  If the index is invalid then the returned relation
             has the type INVALID.
-            
+
 	*/
 	AccessibleRelation getRelation ([in] long nIndex)
         raises (::com::sun::star::lang::IndexOutOfBoundsException);
 
 	/** Tests whether the relation set contains a relation matching the
         specified key.
-        
+
         @param aRelationType
             The type of relation to look for in this set of relations.  This
             has to be one of the constants of
             <type>AccessibleRelationType</type>.
-            
+
         @return
             Returns <TRUE/> if there is a (at least one) relation of the
             given type and <FALSE/> if there is no such relation in the set.
@@ -91,11 +91,11 @@
 	boolean containsRelation ([in] short aRelationType);
 
 	/** Retrieve and return the relation with the given relation type.
-        
+
         @param aRelationType
             The type of the relation to return.  This has to be one of the
             constants of <type>AccessibleRelationType</type>.
-            
+
         @return
             If a relation with the given type could be found than (a copy
             of) this relation is returned.  Otherwise a relation with the
@@ -103,7 +103,7 @@
 	*/
 	AccessibleRelation getRelationByType ([in] short aRelationType);
 };
-          
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/accessibility/XAccessibleSelection.idl b/main/offapi/com/sun/star/accessibility/XAccessibleSelection.idl
index 0e3c137..461ba49 100644
--- a/main/offapi/com/sun/star/accessibility/XAccessibleSelection.idl
+++ b/main/offapi/com/sun/star/accessibility/XAccessibleSelection.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,9 +24,9 @@
 #ifndef __com_sun_star_accessibility_XAccessibleSelection_idl__
 #define __com_sun_star_accessibility_XAccessibleSelection_idl__
 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
 #ifndef __com_sun_star_lang_IndexOutOfBoundsException_idl__
 #include <com/sun/star/lang/IndexOutOfBoundsException.idl>
 #endif
@@ -40,11 +40,11 @@
     <p>This interface is the standard mechanism to obtain and modify the
     currently selected children.  Every object that has children that can be
     selected should support this interface.</p>
-        
+
     <p>The <type>XAccessibleSelection</type> interface has to be implemented
     in conjunction with the <type>XAccessibleContext</type> interface that
     provides the children on which the first operates.</p>
-        
+
     <p>It depends on the class implementing this interface, whether it
     supports single or multi selection.</p>
 
@@ -54,11 +54,11 @@
 {
     /** Selects the specified <type>Accessible</type> child of the
         object.
-        
+
         <p>Depending on the implementing class the child is added to the
         current set a selected children (multi selection) or a previously
         selected child is deselected first (single selection).</p>
-        
+
         @param nChildIndex
             Index of the child which is to add to the selection.  This index
             referes to all the children of this object.
@@ -71,11 +71,11 @@
         raises (::com::sun::star::lang::IndexOutOfBoundsException);
 
     /** Determines if the specified child of this object is selected.
-        
+
         @param nChildIndex
             Index of the child for which to detect whether it is selected.
             This index referes to all the children of this object.
-            
+
         @return
             Returns <TRUE/> if the specified child is selected and <FALSE/>
             if it is not selected.
@@ -86,29 +86,29 @@
     */
     boolean isAccessibleChildSelected ([in] long nChildIndex)
         raises (::com::sun::star::lang::IndexOutOfBoundsException);
-    
+
     /** Clears the selection, so that no children of the
         object are selected.
     */
     [oneway] void clearAccessibleSelection ();
 
     /** Select all children.
-    
+
         <p>Causes every child of the object to be selected if the object
         supports multiple selections.  If multiple selection is not
         supported then the first child, if it exists, is selected and all
         other children are deselected.</p>
     */
     [oneway] void selectAllAccessibleChildren ();
-    
+
     /** Returns the number of Accessible children that are currently
         selected.
-        
+
         <p>This number specifies the valid interval of indices that can be
         used as arguments for the methods
         <member>XAccessibleSelection::getSelectedChild</member> and
         <member>XAccessibleSelection::deselectSelectedChild</member>.</p>
-        
+
         @return
             Returns the number of selected children of this object or 0 if
             no child is selected.
@@ -116,14 +116,14 @@
     long getSelectedAccessibleChildCount ();
 
     /** Returns the specified selected Accessible child.
-        
+
         @param nSelectedChildIndex
             This index refers only to the selected children, not to all the
             children of this object.  Even if all children are selected, the
             indices enumerating the selected children need not be the same
             as those enumerating all children.  If only single selection is
             supported the only valid value is 0.
-            
+
         @return
             If the index is valid, i.e. not negative and lower than the
             number of selected children, then a valid reference to the
@@ -140,7 +140,7 @@
     /** Removes the specified child from the set of this object's
         selected children.  Note that not all applications support
         deselection: calls to this method may be silently ignored.
-        
+
         @param nChildIndex
             This index refers to all children not just the selected ones.
             If the specified child is not selected or it can not be
@@ -154,7 +154,7 @@
     void deselectAccessibleChild ([in] long nChildIndex)
         raises (::com::sun::star::lang::IndexOutOfBoundsException);
 };
-          
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/accessibility/XAccessibleStateSet.idl b/main/offapi/com/sun/star/accessibility/XAccessibleStateSet.idl
index e0c3a04..6272ebe 100644
--- a/main/offapi/com/sun/star/accessibility/XAccessibleStateSet.idl
+++ b/main/offapi/com/sun/star/accessibility/XAccessibleStateSet.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -28,9 +28,9 @@
 #include <com/sun/star/accessibility/AccessibleStateType.idl>
 #endif
 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
 
 module com { module sun { module star { module accessibility {
 
@@ -48,7 +48,7 @@
 published interface XAccessibleStateSet : ::com::sun::star::uno::XInterface
 {
     /** Checks whether the current state set is empty.
-        
+
         @return
             Returns <TRUE/> if there is no state in this state set and
             <FALSE/> if there is at least one set state in it.
@@ -57,26 +57,26 @@
 
     /** Checks if the given state is a member of the state set of the called
         object.
-        
+
         @param aState
             The state for which to check membership.  This has to be one of
             the constants of <type>AccessibleStateType</type>.
-            
+
         @return
             Returns <TRUE/> if the given state is a member of this object's
             state set and <FALSE/> otherwise.
     */
     boolean contains ([in] short aState);
-    
+
     /** Checks if all of the given states are in the state set of the called
         object.
-        
+
         @param aStateSet
             This sequence of states is interpreted as set and every of its
             members, duplicates are ignored, is checked for membership in
             this object's state set.  Each state has to be one of the
             constants of <type>AccessibleStateType</type>.
-            
+
         @return
             Returns <TRUE/> if all states of the given state set are members
             of this object's state set.  <FALSE/> is returned if at least
@@ -99,7 +99,7 @@
     */
     sequence<short> getStates ();
 };
-          
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/accessibility/XAccessibleTable.idl b/main/offapi/com/sun/star/accessibility/XAccessibleTable.idl
index d56e123..59c8d32 100644
--- a/main/offapi/com/sun/star/accessibility/XAccessibleTable.idl
+++ b/main/offapi/com/sun/star/accessibility/XAccessibleTable.idl
@@ -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,24 +7,24 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 #ifndef __com_sun_star_accessibility_XAccessibleTable_idl__
 #define __com_sun_star_accessibility_XAccessibleTable_idl__
 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
 #ifndef __com_sun_star_lang_IndexOutOfBoundsException_idl__
 #include <com/sun/star/lang/IndexOutOfBoundsException.idl>
 #endif
@@ -40,7 +40,7 @@
    <code>javax.accessibility.AccessibleTable</code> and
    <code>javax.accessibility.AccessibleExtendedTable</code> of the Java Accessibility API
    (version 1.4).</p>
-       
+
    <p>All <type>XAccessible</type> objects that represent cells or
    cell-clusters of a table have to be at the same time children of the
    table.  This is necessary to be able to convert row and column indices
@@ -48,7 +48,7 @@
    <member>XAccessibleTable::getAccessibleIndex</member>,
    <member>XAccessibleTable::getAccessibleRow</member>, and
    <member>XAccessibleTable::getAccessibleColumn</member>.</p>
-              
+
    <p>The range of valid coordinates for this interface are implementation
    dependent.  However, that range includes at least the intervals from the
    from the first row or column with the index 0 up to the last (but not
@@ -63,10 +63,10 @@
 published interface XAccessibleTable : ::com::sun::star::uno::XInterface
 {
     /** Returns the number of used rows in the table.
-        
+
         <p>The implementation, however, may allow the access of columns
         beyond this number.</p>
-        
+
         @return
             Returns the number of used rows in the table or 0 for an empty
             table.
@@ -74,22 +74,22 @@
     long getAccessibleRowCount ();
 
     /** Returns the number of used columns in the table.
-        
+
         <p>The implementation, however, may allow the access of columns
         beyond this number.</p>
-    
+
         @return
             Returns the number of used columns in the table or 0 for an empty
             table.
     */
     long getAccessibleColumnCount ();
-    
+
     /** Returns the description text of the specified row in the
         table.
-        
+
         @param nRow
             The index of the row for which to retrieve the description.
-            
+
         @return
             Returns the description text of the specified row in the table
             if such a description exists.  Otherwise an empty string is
@@ -105,10 +105,10 @@
 
     /** Returns the description text of the specified column in the
         table.
-        
+
         @param nColumn
             The index of the column for which to retrieve the description.
-            
+
         @return
             Returns the description text of the specified row in the table
             if such a description exists.  Otherwise an empty string is
@@ -123,18 +123,18 @@
 
     /** Returns the number of rows occupied by the Accessible at the
         specified row and column in the table.
-        
+
         <p>The result differs from 1 if the specified cell spans multiple
         rows.</p>
-        
+
         @param nRow
             Row index of the accessible for which to return the column
             extent.
-            
+
         @param nColumn
             Column index of the accessible for which to return the column
             extent.
-            
+
         @return
             Returns the row extent of the specified cell.
 
@@ -148,18 +148,18 @@
 
     /** Returns the number of columns occupied by the Accessible at the
         specified row and column in the table.
-        
+
         <p>The result differs from 1 if the specified cell spans multiple
         columns.</p>
-        
+
         @param nRow
             Row index of the accessible for which to return the column
             extent.
-            
+
         @param nColumn
             Column index of the accessible for which to return the column
             extent.
-            
+
         @return
             Returns the column extent of the specified.
 
@@ -173,10 +173,10 @@
 
     /** Returns the row headers as an <type>XAccessibleTable</type>
         object.
-        
+
         <p>Content and size of the returned table are implementation
         dependent.</p>
-            
+
         @return
             Returns always a valid reference to an
             <type>XAccessibleTable</type> object.
@@ -185,10 +185,10 @@
 
     /** Returns the column headers as an <type>XAccessibleTable</type>
         object.
-        
+
         <p>Content and size of the returned table are implementation
         dependent.</p>
-        
+
         @return
             Returns always a valid reference to an
             <type>XAccessibleTable</type> object.
@@ -197,7 +197,7 @@
 
     /** Returns a list of the indices of completely selected rows in a
         table.
-        
+
         @return
             The returned sequence contains indices of all completely
             selected rows in the table.  This sequence is in ascending
@@ -207,7 +207,7 @@
 
     /** Returns a list of the indices of completely selected columns in a
         table.
-        
+
         @return
             The returned sequence contains indices of all completely
             selected columns in the table.  This sequence is in ascending
@@ -217,10 +217,10 @@
 
     /** Returns a boolean value indicating whether the specified row is
         completely selected.
-        
+
         @param nRow
             Index of the row for which to determine whether it is selected.
-            
+
         @return
             Returns <TRUE/> if the specified row is selected completely and
             <FALSE/> otherwise.
@@ -235,11 +235,11 @@
 
     /** Returns a boolean value indicating whether the specified column
         is completely selected.
-        
+
         @param nColumn
             Index of the column for which to determine whether it is
             selected.
-            
+
         @return
             Returns <TRUE/> if the specified column is selected completely
             and <FALSE/> otherwise.
@@ -254,20 +254,20 @@
 
     /** Returns the <type>XAccessible</type> object at the specified row
         and column in the table.
-        
+
         <p>This method has been renamed from the Java name
         <code>getAccessibleAt</code> to
         <member>XAccessibleTable::getAccessibleCellAt</member> to avoid
         ambiguities with the
         <member>XAccessibleComponent::getAccessibleAt</member> method when
         accessed, for instance, from StarBasic.</p>
-            
+
         @param nRow
             The row index for which to retrieve the cell.
-            
+
         @param nColumn
             The column index for which to retrieve the cell.
-            
+
         @return
             If both row and column index are valid then the corresponding
             <type>XAccessible</type> object is returned that represents the
@@ -281,9 +281,9 @@
     */
     XAccessible getAccessibleCellAt ([in] long nRow, [in] long nColumn)
         raises (::com::sun::star::lang::IndexOutOfBoundsException);
-    
+
     /** Returns the caption for the table.
-    
+
         @return
             If the table has a caption then a reference to it is returned,
             else an empty reference is returned.
@@ -291,7 +291,7 @@
     XAccessible getAccessibleCaption ();
 
     /** Returns the summary description of the table.
-        
+
         @return
             Returns a reference to an implementation dependent
             <type>XAccessible</type> object representing the table's summary
@@ -301,15 +301,15 @@
 
     /** Returns a boolean value indicating whether the accessible at the
         specified row and column is selected.
-        
+
         @param nRow
             Row index of the cell for which to determine if the accessible
             object that spans that cell is selected.
-            
+
         @param nColumn
             Column index of the cell for which to determine if the
             accessible object that spans that cell is selected.
-            
+
         @return
             Returns <TRUE/> if the given row and column indices are valid
             and the specified accessible object is selected.  Otherwise
@@ -317,36 +317,36 @@
     */
     boolean isAccessibleSelected ([in] long nRow, [in] long nColumn)
         raises (::com::sun::star::lang::IndexOutOfBoundsException);
-    
+
     /** Returns the child index of the accessible object that spans the
         specified cell.
-        
+
         <p>This is the same index that would be returned by calling
         <member>XAccessibleContext::getAccessibleIndexInParent</member> for
         that accessible object.</p>
-            
+
         @param nRow
             Row index of the accessible object for which to return the child
             index.
-            
+
         @param nColumn
             Row index of the accessible object for which to return the child
             index.
-            
+
         @return
             Child index of the specified accessible object or -1 if one or
             both of the given indices is/are invalid.
     */
     long getAccessibleIndex ([in] long nRow, [in] long nColumn)
         raises (::com::sun::star::lang::IndexOutOfBoundsException);
-    
+
     /** Translate the given child index into the corresponding row
         index.
-        
+
         @param nChildIndex
             Index of the child of the table for which to return the row
             index.
-            
+
         @return
             Returns the row index of the cell of the specified child or the
             index of the first row if the child spans multiple rows.
@@ -356,14 +356,14 @@
     */
     long getAccessibleRow ([in] long nChildIndex)
         raises (::com::sun::star::lang::IndexOutOfBoundsException);
-    
+
     /** Translate the given child index into the corresponding column
         index.
-        
+
         @param nChildIndex
             Index of the child of the table for which to return the column
             index.
-            
+
         @return
             Returns the column index of the cell of the specified child or
             the index of the first column if the child spans multiple
@@ -375,7 +375,7 @@
     long getAccessibleColumn ([in] long nChildIndex)
         raises (::com::sun::star::lang::IndexOutOfBoundsException);
 };
-          
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/accessibility/XAccessibleTableSelection.idl b/main/offapi/com/sun/star/accessibility/XAccessibleTableSelection.idl
index 8aa1d1b..fef63d2 100644
--- a/main/offapi/com/sun/star/accessibility/XAccessibleTableSelection.idl
+++ b/main/offapi/com/sun/star/accessibility/XAccessibleTableSelection.idl
@@ -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,24 +7,24 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 #ifndef __com_sun_star_accessibility_XAccessibleTableSelection_idl__
 #define __com_sun_star_accessibility_XAccessibleTableSelection_idl__
 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
 #ifndef __com_sun_star_lang_IndexOutOfBoundsException_idl__
 #include <com/sun/star/lang/IndexOutOfBoundsException.idl>
 #endif
@@ -41,7 +41,7 @@
 	boolean selectColumn ([in] long column) raises (::com::sun::star::lang::IndexOutOfBoundsException);
 	boolean unselectColumn ([in] long column) raises (::com::sun::star::lang::IndexOutOfBoundsException);
 };
-          
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/accessibility/XAccessibleText.idl b/main/offapi/com/sun/star/accessibility/XAccessibleText.idl
index 1cabd66..31de362 100644
--- a/main/offapi/com/sun/star/accessibility/XAccessibleText.idl
+++ b/main/offapi/com/sun/star/accessibility/XAccessibleText.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -28,9 +28,9 @@
 #include <com/sun/star/accessibility/AccessibleTextType.idl>
 #endif
 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
 #ifndef __com_sun_star_awt_Point_idl__
 #include <com/sun/star/awt/Point.idl>
 #endif
@@ -61,30 +61,30 @@
     spatial location.  However, text can not be modified with this
     interface.  That is the task of the <type>XAccessibleEditableText</type>
     interface.</p>
-        
+
     <p>The text length, i.e. the number of characters in the text, is
-    returned by <member>XAccessibleText::getCharacterCount</member>. 
-    All methods that operate on particular characters (e.g. 
-    <member>XAccessibleText::getCharacterAt</member>) use character 
+    returned by <member>XAccessibleText::getCharacterCount</member>.
+    All methods that operate on particular characters (e.g.
+    <member>XAccessibleText::getCharacterAt</member>) use character
     indices from 0 to length-1. All methods that operate on character
-    positions (e.g. <member>XAccessibleText::getTextRange</member>) 
+    positions (e.g. <member>XAccessibleText::getTextRange</member>)
     use indices from 0 to length.</p>
 
     <p>Please note that accessible text does not necessarily support
     selection.  In this case it should behave as if there where no
     selection.  An empty selection is used for example to express the
-    current cursor position.</p> 
+    current cursor position.</p>
 
     @since OpenOffice 1.1.2
 */
 published interface XAccessibleText : ::com::sun::star::uno::XInterface
 {
     /** Return the position of the caret.
-    
+
         <p>Returns the offset of the caret.  The caret is often called text
         cursor.  The caret is actually the position between two characters.
         Its position/offset is that of the character to the right of it.</p>
-            
+
         @return
             The returned offset is relative to the text represented by this
             object.
@@ -129,13 +129,13 @@
         raises (::com::sun::star::lang::IndexOutOfBoundsException);
 
     /** Return the character at the specified position.
-    
+
         <p>Returns the character at the given index.</p>
-        
+
         @param nIndex
             The index of the character to return.
             The valid range is 0..length-1.
-            
+
         @return
             the character at the index nIndex.
 
@@ -146,17 +146,17 @@
         raises (::com::sun::star::lang::IndexOutOfBoundsException);
 
     /** Get the attribute set for the specified position.
-    
+
         <p>Returns a set of attributes that are associated for the character
         at the given index.  To prevent the method from returning possibly
         large sets of attributes that the caller is not interested in the
         caller has to provide a list of attributes that he wants to be
         returned.</p>
-        
+
         @param nIndex
             The index of the character for which to return its attributes.
             The valid range is 0..length-1.
-            
+
         @param aRequestedAttributes
             This string sequence defines the set of attributes that the
             caller is interested in.  When there are attributes defined that
@@ -171,7 +171,7 @@
             objects supports but is interested in all of them
             nevertheless.</p>
 
-        @return 
+        @return
             Returns the explicitly or implicitly (empty
             <arg>aRequestedAttributes</arg> argument) requested attributes
             of the specified character.  Each attribute is represented by a
@@ -184,7 +184,7 @@
         @throws ::com::sun::star::lang::IndexOutOfBoundsException
             if the index is invalid
     */
-    sequence<::com::sun::star::beans::PropertyValue> 
+    sequence<::com::sun::star::beans::PropertyValue>
         getCharacterAttributes (
             [in] long nIndex,
             [in] sequence<string> aRequestedAttributes)
@@ -192,9 +192,9 @@
 
 
     /** Return the bounding box of the specified position.
-    
+
         <p>Returns the bounding box of the indexed character.</p>
-        
+
         <p>The virtual character after the last character of the represented
         text, i.e. the one at position length is a special case. It
         represents the current input position and will therefore typically
@@ -215,7 +215,7 @@
         @param nIndex
             Index of the character for which to return its bounding box.
             The valid range is 0..length.
-            
+
         @return
             The bounding box of the referenced character.  The bounding box
             of the virtual character at position length has to have
@@ -229,10 +229,10 @@
 
 
     /** Return the number of characters in the represented text.
-    
+
         <p>Returns the number of characters in the text represented by this
         object or, in other words, the text length.</p>
-        
+
         @return
             Returns the number of characters of this object's text.  A zero
             value indicates an empty text.
@@ -241,29 +241,29 @@
 
 
     /** Return the text position for the specified screen position.
-    
-        <p>Given a point in local coordinates, i.e. relative to the 
+
+        <p>Given a point in local coordinates, i.e. relative to the
         coordinate system of the object, return the zero-based index of
-        the character under that point.  The same functionality could be 
-        achieved by using the bounding boxes for each character as returned 
+        the character under that point.  The same functionality could be
+        achieved by using the bounding boxes for each character as returned
         by <member>XAccessibleText::getCharacterBounds</member>. The method
         <member>XAccessibleText::getIndexAtPoint</member>, however, can be
         implemented in a more efficient way.</p>
-            
+
         @param aPoint
             The position for which to look up the index of the character
             that is rendered on to the display at that point.
-            
+
         @return
             Index of the character under the given point or -1 if the point
             is invalid or there is no character under the point.
     */
     long getIndexAtPoint ([in] ::com::sun::star::awt::Point aPoint);
-    
+
     /** Return the selected text.
-    
+
         <p>Returns the portion of the text that is selected.</p>
-        
+
         @return
             The returned text is the selected portion of the object's text.
             If no text is selected when this method is called or when
@@ -272,20 +272,20 @@
     string getSelectedText ();
 
     /** Return the position of the start of the selection.
-    
+
         <p>Returns the index of the start of the selected text.</p>
-        
+
         @return
             If there is no selection or selection is not supported the
             position of selection start and end will be the same undefined
             value.
     */
     long getSelectionStart ();
-    
+
     /** Return the position of the end of the selection.
-    
+
         <p>Returns the index of the end of the selected text.</p>
-        
+
         @return
             If there is no selection or selection is not supported the
             position of selection start and end will be the same undefined
@@ -294,7 +294,7 @@
     long getSelectionEnd ();
 
     /** Set a new selection.
-    
+
         <p>Sets the selected text portion according to the given indices.
         The old selection is replaced by the new selection.</p>
 
@@ -307,15 +307,15 @@
         argument.  When the caret is moved this is notified to the
         accessibility event listeners with an
         <const>AccessibleEventId::ACCESSIBLE_CARET_EVENT</const>.</p>
-        
+
         @param nStartIndex
-            The first character of the new selection. 
+            The first character of the new selection.
             The valid range is 0..length.
-            
+
         @param nEndIndex
             The position after the last character of the new selection.
             The valid range is 0..length.
-            
+
         @return
             Returns <TRUE/> if the selection has been set successfully and
             <FALSE/> otherwise or when selection is not supported.
@@ -325,20 +325,20 @@
     */
     boolean setSelection ([in] long nStartIndex, [in] long nEndIndex)
         raises (::com::sun::star::lang::IndexOutOfBoundsException);
-    
+
     /** Return the whole text.
-    
+
         <p>Returns the complete text.  This is equivalent to a call to
         <member>XAccessibleText::getTextRange</member> with the arguments
         zero and <code>getCharacterCount()-1</code>.</p>
-        
+
         @return
             Returns a string that contains the complete text.
     */
     string getText ();
-    
+
     /** Return the specified text range.
-    
+
         <p>Returns the substring between the two given indices.</p>
 
         <p>The substring starts with the character at nStartIndex
@@ -348,20 +348,20 @@
         the two arguments being exchanged.</p>
 
         <p>The whole text can be requested by passing the indices zero and
-        <code>getCharacterCount()</code>.  If both indices have the same 
+        <code>getCharacterCount()</code>.  If both indices have the same
         value, an empty string is returned.</p>
-            
+
         @param nStartIndex
             Index of the first character to include in the returned string.
             The valid range is 0..length.
-            
+
         @param nEndIndex
             Index of the last character to exclude in the returned string.
             The valid range is 0..length.
-            
+
         @return
-            Returns the substring starting with the character at nStartIndex 
-            (inclusive) and up to the character at nEndIndex (exclusive), if 
+            Returns the substring starting with the character at nStartIndex
+            (inclusive) and up to the character at nEndIndex (exclusive), if
             nStartIndex is less than or equal to nEndIndex.
 
         @throws ::com::sun::star::lang::IndexOutOfBoundsException
@@ -371,22 +371,22 @@
         raises (::com::sun::star::lang::IndexOutOfBoundsException);
 
     /** Get a text portion around the given position.
-    
+
         <p>Returns the substring of the specified text type that contains
         the character at the given index, if any.  For example, given the
         text type <const scope="AccessibleTextType">WORD</type>, the word
         which contains the character at position nIndex is returned, or an
         empty string if no word is found at the that position.</p>
-        
+
         @param nIndex
-            Index of the character whose containing text portion is to be 
+            Index of the character whose containing text portion is to be
             returned.
             The valid range is 0..length.
-            
+
         @param nTextType
             The type of the text portion to return.  See
             <type>AccessibleTextType</type> for the complete list.
-            
+
         @return
             Returns the requested text portion.  This portion may be empty
             or invalid when no appropriate text portion is found or text
@@ -402,7 +402,7 @@
             ::com::sun::star::lang::IllegalArgumentException);
 
     /** Get a text portion before the given position.
-    
+
         <p>Returns the substring of the specified text type that is
         located before the given character and does not include
         it. The result of this method should be same as a result for
@@ -410,22 +410,22 @@
         suitably decreased index value.</p>
 
         <p>For example, if text type is <const
-        scope="AccessibleTextType">WORD</type>, then the complete word 
+        scope="AccessibleTextType">WORD</type>, then the complete word
         that is closest to and located before nIndex is returned.</p>
 
         <p>If the index is valid, but no suitable word (or other text
         type) is found, an empty text segment is returned.</p>
-            
+
         @param nIndex
             Index of the character for which to return the text part before
             it.  The index character will not be part of the returned
             string.
             The valid range is 0..length.
-            
+
         @param nTextType
             The type of the text portion to return.  See
             <type>AccessibleTextType</type> for the complete list.
-            
+
         @return
             Returns the requested text portion.  This portion may be empty
             or invalid when no appropriate text portion is found or text
@@ -441,7 +441,7 @@
             ::com::sun::star::lang::IllegalArgumentException);
 
     /** Get a text portion behind the given position.
-    
+
         <p>Returns the substring of the specified text type that is
         located after the given character and does not include
         it. The result of this method should be same as a result for
@@ -454,16 +454,16 @@
 
         <p>If the index is valid, but no suitable word (or other text
         type) is found, an empty string is returned.</p>
-        
+
         @param nIndex
             Index of the character for which to return the text part after
             it.  The index character will be part of the returned string.
             The valid range is 0..length.
-            
+
         @param nTextType
             The type of the text portion to return.  See
             <type>AccessibleTextType</type> for the complete list.
-            
+
         @return
             Returns the requested text portion.  This portion may be empty
             or invalid when no appropriate text portion is found or text
@@ -477,11 +477,11 @@
     TextSegment getTextBehindIndex([in] long nIndex, [in] short nTextType)
         raises (::com::sun::star::lang::IndexOutOfBoundsException,
             ::com::sun::star::lang::IllegalArgumentException);
-    
+
     /** Copy the specified text into the clipboard.
-    
-        <p>Copy the specified text into the clipboard.  The text that is 
-        copied is the same text that would have been selected by the 
+
+        <p>Copy the specified text into the clipboard.  The text that is
+        copied is the same text that would have been selected by the
         <member>XAccessibleText::getTextRange</member> method. </p>
 
         <p>The other clipboard related methods
@@ -489,11 +489,11 @@
         <member>XAccessibleEditableText::deleteText</member> can be found in
         the <type>XAccessibleEditableText</type> because of their
         destructive nature.</p>
-        
+
         @param nStartIndex
             Start index of the text to copied into the clipboard.
             The valid range is 0..length.
-            
+
         @param nEndIndex
             End index of the text to copied into the clipboard.
             The valid range is 0..length.
@@ -507,7 +507,7 @@
     */
     boolean copyText ([in] long nStartIndex, [in] long nEndIndex)
         raises (::com::sun::star::lang::IndexOutOfBoundsException);
-    
+
 };
 
 }; }; }; };
diff --git a/main/offapi/com/sun/star/accessibility/XAccessibleTextAttributes.idl b/main/offapi/com/sun/star/accessibility/XAccessibleTextAttributes.idl
index 308dba3..fc01496 100644
--- a/main/offapi/com/sun/star/accessibility/XAccessibleTextAttributes.idl
+++ b/main/offapi/com/sun/star/accessibility/XAccessibleTextAttributes.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/accessibility/XAccessibleTextMarkup.idl b/main/offapi/com/sun/star/accessibility/XAccessibleTextMarkup.idl
index 855b42a..72d6aee 100644
--- a/main/offapi/com/sun/star/accessibility/XAccessibleTextMarkup.idl
+++ b/main/offapi/com/sun/star/accessibility/XAccessibleTextMarkup.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/accessibility/XAccessibleTextSelection.idl b/main/offapi/com/sun/star/accessibility/XAccessibleTextSelection.idl
index e7350c9..ed0735b 100644
--- a/main/offapi/com/sun/star/accessibility/XAccessibleTextSelection.idl
+++ b/main/offapi/com/sun/star/accessibility/XAccessibleTextSelection.idl
@@ -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,24 +7,24 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 #ifndef __com_sun_star_accessibility_XAccessibleTextSelection_idl__
 #define __com_sun_star_accessibility_XAccessibleTextSelection_idl__
 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
 #ifndef __com_sun_star_awt_Point_idl__
 #include <com/sun/star/awt/Point.idl>
 #endif
@@ -43,15 +43,15 @@
 interface XAccessibleTextSelection : ::com::sun::star::uno::XInterface
 {
     boolean scrollToPosition ([in] ::com::sun::star::awt::Point aPoint, [in] boolean isLeftTop) raises (::com::sun::star::lang::IllegalArgumentException);
-            
+
     long getSelectedPortionCount();
-    
+
     long getSeletedPositionStart ([in] long nSelectedPortionIndex) raises (::com::sun::star::lang::IndexOutOfBoundsException);
 
     long getSeletedPositionEnd ([in] long nSelectedPortionIndex) raises (::com::sun::star::lang::IndexOutOfBoundsException);
 
     long addSelection( [in] long selectionIndex, [in]long startOffset, [in] long endOffset) raises (::com::sun::star::lang::IndexOutOfBoundsException);
-	
+
     boolean removeSelection( [in] long selectionIndex ) raises (::com::sun::star::lang::IndexOutOfBoundsException);
 };
 
diff --git a/main/offapi/com/sun/star/accessibility/XAccessibleValue.idl b/main/offapi/com/sun/star/accessibility/XAccessibleValue.idl
index acddc99..9dcb043 100644
--- a/main/offapi/com/sun/star/accessibility/XAccessibleValue.idl
+++ b/main/offapi/com/sun/star/accessibility/XAccessibleValue.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 #ifndef __com_sun_star_accessibility_XAccessibleValue_idl__
@@ -40,40 +40,40 @@
 published interface XAccessibleValue : ::com::sun::star::uno::XInterface
 {
     /** Returns the value of this object as a number.
-        
+
         <p>The exact return type is implementation dependent.  Typical types
         are long and double.</p>
-        
+
         @return
             Returns the current value represented by this object.
     */
     any getCurrentValue ();
 
     /** Sets the value of this object to the given number.
-        
+
         <p>The argument is clipped to the valid interval whose upper and
         lower bounds are returned by the methods
         <member>getMaximumAccessibleValue</member> and
         <member>getMinimumAccessibleValue</member>, i.e. if it is lower than
         the minimum value the new value will be the minimum and if it is
         greater than the maximum then the new value will be the maximum.</p>
-        
+
         @param aNumber
             The new value represented by this object.  The set of admissible
             types for this argument is implementation dependent.
-            
+
         @return
             Returns <TRUE/> if the new value could successfully be set and
             <FALSE/> otherwise.
     */
     boolean setCurrentValue ([in] any aNumber);
-    
+
     /** Returns the maximal value that can be represented by this object.
-        
+
         <p>The type of the returned value is implementation dependent.  It
         does not have to be the same type as that returned by
         <member>getCurrentAccessibleValue</member>.</p>
-        
+
         @return
             Returns the maximal value in an implementation dependent type.
             If this object has no upper bound then an empty object is
@@ -82,11 +82,11 @@
     any getMaximumValue ();
 
     /** Returns the minimal value that can be represented by this object.
-        
+
         <p>The type of the returned value is implementation dependent.  It
         does not have to be the same type as that returned by
         <member>getCurrentAccessibleValue</member>.</p>
-        
+
         @return
             Returns the minimal value in an implementation dependent type.
             If this object has no upper bound then an empty object is
@@ -94,7 +94,7 @@
     */
     any getMinimumValue ();
 };
-          
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/accessibility/XMSAAService.idl b/main/offapi/com/sun/star/accessibility/XMSAAService.idl
index 6cb14b4..e1ad330 100644
--- a/main/offapi/com/sun/star/accessibility/XMSAAService.idl
+++ b/main/offapi/com/sun/star/accessibility/XMSAAService.idl
@@ -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,24 +7,24 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 #ifndef __com_sun_star_accessibility_XMSAASERVICE_idl__
 #define __com_sun_star_accessibility_XMSAASERVICE_idl__
 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
 
 module com { module sun { module star { module accessibility {
 
@@ -33,17 +33,17 @@
 interface XMSAAService : ::com::sun::star::uno::XInterface
 {
     /** Return com object pointer.
-        
+
         @return
             A reference to the object that contains the actual accessibility information.
-            
+
         @see AccessibleContext
 	*/
     long getAccObjectPtr ([in] long hWnd, [in] long lParam, [in] long wParam);
-    
+
     [oneway] void handleWindowOpened ([in] long i);
 };
-          
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/animations/AnimationAdditiveMode.idl b/main/offapi/com/sun/star/animations/AnimationAdditiveMode.idl
index e33deac..982bf39 100644
--- a/main/offapi/com/sun/star/animations/AnimationAdditiveMode.idl
+++ b/main/offapi/com/sun/star/animations/AnimationAdditiveMode.idl
@@ -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,27 +7,27 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_animations_AnimationAdditiveMode_idl__ 
-#define __com_sun_star_animations_AnimationAdditiveMode_idl__ 
+#ifndef __com_sun_star_animations_AnimationAdditiveMode_idl__
+#define __com_sun_star_animations_AnimationAdditiveMode_idl__
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module animations {  
- 
-//============================================================================= 
+//=============================================================================
+
+ module com {  module sun {  module star {  module animations {
+
+//=============================================================================
 
 /** Specifies the additive mode for the animation.
 
@@ -37,29 +37,29 @@
 */
 constants AnimationAdditiveMode
 {
-	/** 
+	/**
 	*/
 	const short BASE = 0;
-	
-	/** 
+
+	/**
 	*/
 	const short SUM = 1;
 
-	/** 
+	/**
 	*/
 	const short REPLACE = 2;
 
-	/** 
+	/**
 	*/
     const short MULTIPLY = 3;
 
-	/** 
+	/**
 	*/
 	const short NONE = 4;
 };
 
-//============================================================================= 
- 
-}; }; }; };  
+//=============================================================================
+
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/animations/AnimationCalcMode.idl b/main/offapi/com/sun/star/animations/AnimationCalcMode.idl
index 385ebdf..9560983 100644
--- a/main/offapi/com/sun/star/animations/AnimationCalcMode.idl
+++ b/main/offapi/com/sun/star/animations/AnimationCalcMode.idl
@@ -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,27 +7,27 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_animations_AnimationCalcMode_idl__ 
-#define __com_sun_star_animations_AnimationCalcMode_idl__ 
+#ifndef __com_sun_star_animations_AnimationCalcMode_idl__
+#define __com_sun_star_animations_AnimationCalcMode_idl__
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module animations {  
- 
-//============================================================================= 
+//=============================================================================
+
+ module com {  module sun {  module star {  module animations {
+
+//=============================================================================
 
 /** Specifies the interpolation mode for the animation.
 
@@ -37,25 +37,25 @@
 */
 constants AnimationCalcMode
 {
-	/** This specifies that the animation function will jump from one value to the next without any interpolation. 
+	/** This specifies that the animation function will jump from one value to the next without any interpolation.
 	*/
 	const short DISCRETE = 0;
-	
-	/** Simple linear interpolation between values is used to calculate the animation function. 
+
+	/** Simple linear interpolation between values is used to calculate the animation function.
 		<br>
-        This is the default. 
+        This is the default.
 	*/
 	const short LINEAR = 1;
 
-	/** Defines interpolation to produce an even pace of change across the animation. 
+	/** Defines interpolation to produce an even pace of change across the animation.
 		<br>
 		This is only supported for values that define a linear numeric range, and
 		for which some notion of "distance" between points can be calculated
-		(e.g. position, width, height, etc.). 
+		(e.g. position, width, height, etc.).
 	*/
     const short PACED = 2;
 
-	/** Interpolates from one value in the values list to the next according to a 
+	/** Interpolates from one value in the values list to the next according to a
 		time function defined by a cubic Bezier spline. The points of the spline are
 		defined in the <member>KeyTimes</member> attribute, and the control points
 		for each interval are defined in the <member>KeySplines</member> attribute.
@@ -63,8 +63,8 @@
 	const short SPLINE = 3;
 };
 
-//============================================================================= 
- 
-}; }; }; };  
+//=============================================================================
+
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/animations/AnimationColorSpace.idl b/main/offapi/com/sun/star/animations/AnimationColorSpace.idl
index 545586e..cc1cf9c 100644
--- a/main/offapi/com/sun/star/animations/AnimationColorSpace.idl
+++ b/main/offapi/com/sun/star/animations/AnimationColorSpace.idl
@@ -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,27 +7,27 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_animations_AnimationColorSpace_idl__ 
-#define __com_sun_star_animations_AnimationColorSpace_idl__ 
+#ifndef __com_sun_star_animations_AnimationColorSpace_idl__
+#define __com_sun_star_animations_AnimationColorSpace_idl__
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module animations {  
- 
-//============================================================================= 
+//=============================================================================
+
+ module com {  module sun {  module star {  module animations {
+
+//=============================================================================
 
 /** defines the colorspace that is used for interpolation.
 	<br>
@@ -38,17 +38,17 @@
 */
 constants AnimationColorSpace
 {
-	/** defines that the RGB colorspace is used for interpolation . 
+	/** defines that the RGB colorspace is used for interpolation .
 	*/
 	const short RGB = 0;
 
-	/** defines that the HSL colorspace is used for interpolation . 
+	/** defines that the HSL colorspace is used for interpolation .
 	*/
 	const short HSL = 1;
 };
 
-//============================================================================= 
- 
-}; }; }; };  
+//=============================================================================
+
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/animations/AnimationEndSync.idl b/main/offapi/com/sun/star/animations/AnimationEndSync.idl
index 1c95a90..845b141 100644
--- a/main/offapi/com/sun/star/animations/AnimationEndSync.idl
+++ b/main/offapi/com/sun/star/animations/AnimationEndSync.idl
@@ -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,27 +7,27 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_animations_AnimationEndSync_idl__ 
-#define __com_sun_star_animations_AnimationEndSync_idl__ 
+#ifndef __com_sun_star_animations_AnimationEndSync_idl__
+#define __com_sun_star_animations_AnimationEndSync_idl__
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module animations {  
- 
-//============================================================================= 
+//=============================================================================
+
+ module com {  module sun {  module star {  module animations {
+
+//=============================================================================
 
 /** @see http://www.w3.org/TR/smil20/smil-timing.html#adef-endsync
 */
@@ -70,8 +70,8 @@
 	const short MEDIA = 3;
 };
 
-//============================================================================= 
- 
-}; }; }; };  
+//=============================================================================
+
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/animations/AnimationFill.idl b/main/offapi/com/sun/star/animations/AnimationFill.idl
index baaa86d..11b1595 100644
--- a/main/offapi/com/sun/star/animations/AnimationFill.idl
+++ b/main/offapi/com/sun/star/animations/AnimationFill.idl
@@ -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,27 +7,27 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_animations_AnimationFill_idl__ 
-#define __com_sun_star_animations_AnimationFill_idl__ 
+#ifndef __com_sun_star_animations_AnimationFill_idl__
+#define __com_sun_star_animations_AnimationFill_idl__
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module animations {  
- 
-//============================================================================= 
+//=============================================================================
+
+ module com {  module sun {  module star {  module animations {
+
+//=============================================================================
 
 /** This constants are used for the members <member>fill</member> and <member>fillDefault</member>
 	of the an <type>XTimeContainer</type>.
@@ -41,7 +41,7 @@
 		 This is the default value for the <member>XTiming::Fill</member>..
 		 If the application of fillDefault to an element would result in the element having a value
 		 of fill that is not allowed on that element, the element will instead have a fill value of
-		 <const>AnimationFill::AUTO</const>. 
+		 <const>AnimationFill::AUTO</const>.
 	 */
 	const short DEFAULT = 0;
 
@@ -73,8 +73,8 @@
 	const short AUTO = 5;
 };
 
-//============================================================================= 
- 
-}; }; }; };  
+//=============================================================================
+
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/animations/AnimationNodeType.idl b/main/offapi/com/sun/star/animations/AnimationNodeType.idl
index 25eace5..7938656 100644
--- a/main/offapi/com/sun/star/animations/AnimationNodeType.idl
+++ b/main/offapi/com/sun/star/animations/AnimationNodeType.idl
@@ -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,27 +7,27 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_animations_AnimationNodeType_idl__ 
-#define __com_sun_star_animations_AnimationNodeType_idl__ 
+#ifndef __com_sun_star_animations_AnimationNodeType_idl__
+#define __com_sun_star_animations_AnimationNodeType_idl__
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module animations {  
- 
-//============================================================================= 
+//=============================================================================
+
+ module com {  module sun {  module star {  module animations {
+
+//=============================================================================
 
 /** This constants defines a type for an animation node.
 	<br>
@@ -42,7 +42,7 @@
 
 	/** Defines a parallel time container. */
 	const short PAR = 1;
-        
+
 	/** Defines a sequence time container. */
     const short SEQ = 2;
 
@@ -76,8 +76,8 @@
 
 };
 
-//============================================================================= 
- 
-}; }; }; };  
+//=============================================================================
+
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/animations/AnimationRestart.idl b/main/offapi/com/sun/star/animations/AnimationRestart.idl
index 048f501..93489b1 100644
--- a/main/offapi/com/sun/star/animations/AnimationRestart.idl
+++ b/main/offapi/com/sun/star/animations/AnimationRestart.idl
@@ -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,27 +7,27 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_animations_AnimationRestart_idl__ 
-#define __com_sun_star_animations_AnimationRestart_idl__ 
+#ifndef __com_sun_star_animations_AnimationRestart_idl__
+#define __com_sun_star_animations_AnimationRestart_idl__
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module animations {  
- 
-//============================================================================= 
+//=============================================================================
+
+ module com {  module sun {  module star {  module animations {
+
+//=============================================================================
 
 /** defines the restart behaviour
 
@@ -52,20 +52,20 @@
 	/** The element can be restarted at any time.
 	*/
 	const short ALWAYS = 1;
-    
+
 	/** The element can only be restarted when it is not active (i.e. it can be restarted after the active end).
 		Attempts to restart the element during its active duration are ignored.
 	*/
 	const short WHEN_NOT_ACTIVE = 2;
-    
+
 	/** The element cannot be restarted for the remainder of the current simple
 		duration of the parent time container.
 	*/
 	const short NEVER = 3;
 };
 
-//============================================================================= 
- 
-}; }; }; };  
+//=============================================================================
+
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/animations/AnimationTransformType.idl b/main/offapi/com/sun/star/animations/AnimationTransformType.idl
index 3add359..c7a4e85 100644
--- a/main/offapi/com/sun/star/animations/AnimationTransformType.idl
+++ b/main/offapi/com/sun/star/animations/AnimationTransformType.idl
@@ -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,27 +7,27 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_animations_AnimationTransformType_idl__ 
-#define __com_sun_star_animations_AnimationTransformType_idl__ 
+#ifndef __com_sun_star_animations_AnimationTransformType_idl__
+#define __com_sun_star_animations_AnimationTransformType_idl__
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module animations {  
- 
-//============================================================================= 
+//=============================================================================
+
+ module com {  module sun {  module star {  module animations {
+
+//=============================================================================
 
 /** Specifies the transformation type for an <type>XAnimateTransform</type>.
 
@@ -35,10 +35,10 @@
 */
 constants AnimationTransformType
 {
-	/** defines a translation 
+	/** defines a translation
 	*/
 	const short TRANSLATE = 0;
-	
+
 	/** defines a scale
 	*/
 	const short SCALE = 1;
@@ -56,8 +56,8 @@
 	const short SKEWY = 4;
 };
 
-//============================================================================= 
- 
-}; }; }; };  
+//=============================================================================
+
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/animations/AnimationValueType.idl b/main/offapi/com/sun/star/animations/AnimationValueType.idl
index 8cc738c..63f2734 100644
--- a/main/offapi/com/sun/star/animations/AnimationValueType.idl
+++ b/main/offapi/com/sun/star/animations/AnimationValueType.idl
@@ -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,27 +7,27 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_animations_AnimationValueType_idl__ 
-#define __com_sun_star_animations_AnimationValueType_idl__ 
+#ifndef __com_sun_star_animations_AnimationValueType_idl__
+#define __com_sun_star_animations_AnimationValueType_idl__
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module animations {  
- 
-//============================================================================= 
+//=============================================================================
+
+ module com {  module sun {  module star {  module animations {
+
+//=============================================================================
 
 /** @see <member>XAnimateAttribute::ValueType</member>
 */
@@ -46,8 +46,8 @@
 	const short COLOR = 2;
 };
 
-//============================================================================= 
- 
-}; }; }; };  
+//=============================================================================
+
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/animations/Event.idl b/main/offapi/com/sun/star/animations/Event.idl
index 15e429e..edb5a89 100644
--- a/main/offapi/com/sun/star/animations/Event.idl
+++ b/main/offapi/com/sun/star/animations/Event.idl
@@ -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,31 +7,31 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_animations_Event_idl__ 
-#define __com_sun_star_animations_Event_idl__ 
+#ifndef __com_sun_star_animations_Event_idl__
+#define __com_sun_star_animations_Event_idl__
 
 #ifndef __com_sun_star_uno_XInterface_idl__
 #include <com/sun/star/uno/XInterface.idl>
 #endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module animations {  
- 
-//============================================================================= 
+//=============================================================================
+
+ module com {  module sun {  module star {  module animations {
+
+//=============================================================================
 
 /** an event has a source that causes an event to be fired and a trigger
 	that defines under which condition an event should be raised and
@@ -58,8 +58,8 @@
 	unsigned short Repeat;
 };
 
-//============================================================================= 
- 
-}; }; }; };  
+//=============================================================================
+
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/animations/EventTrigger.idl b/main/offapi/com/sun/star/animations/EventTrigger.idl
index ab4c1db..a7210a9 100644
--- a/main/offapi/com/sun/star/animations/EventTrigger.idl
+++ b/main/offapi/com/sun/star/animations/EventTrigger.idl
@@ -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,27 +7,27 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_animations_EventTrigger_idl__ 
-#define __com_sun_star_animations_EventTrigger_idl__ 
+#ifndef __com_sun_star_animations_EventTrigger_idl__
+#define __com_sun_star_animations_EventTrigger_idl__
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module animations {  
- 
-//============================================================================= 
+//=============================================================================
+
+ module com {  module sun {  module star {  module animations {
+
+//=============================================================================
 
 /**
 */
@@ -60,7 +60,7 @@
 	const short ON_DBL_CLICK = 6;
 	const short ON_MOUSE_ENTER = 7;
 	const short ON_MOUSE_LEAVE = 8;
-	
+
 	/** This event is raised when the user wants the presentation to go one step foreward.
 	*/
 	const short ON_NEXT = 9;
@@ -80,8 +80,8 @@
 };
 
 
-//============================================================================= 
- 
-}; }; }; };  
+//=============================================================================
+
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/animations/TargetProperties.idl b/main/offapi/com/sun/star/animations/TargetProperties.idl
index 7f95b91..446776f 100644
--- a/main/offapi/com/sun/star/animations/TargetProperties.idl
+++ b/main/offapi/com/sun/star/animations/TargetProperties.idl
@@ -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,31 +7,31 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_animations_TargetProperties_idl__ 
-#define __com_sun_star_animations_TargetProperties_idl__ 
+#ifndef __com_sun_star_animations_TargetProperties_idl__
+#define __com_sun_star_animations_TargetProperties_idl__
 
 #ifndef __com_sun_star_beans_NamedValue_idl__
 #include <com/sun/star/beans/NamedValue.idl>
 #endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module animations {  
- 
-//============================================================================= 
+//=============================================================================
+
+ module com {  module sun {  module star {  module animations {
+
+//=============================================================================
 
 /** Properties of an animated target.<p>
 
@@ -48,8 +48,8 @@
 	sequence< ::com::sun::star::beans::NamedValue > Properties;
 };
 
-//============================================================================= 
- 
-}; }; }; };  
+//=============================================================================
+
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/animations/TargetPropertiesCreator.idl b/main/offapi/com/sun/star/animations/TargetPropertiesCreator.idl
index 7fd3415..6aedaf0 100644
--- a/main/offapi/com/sun/star/animations/TargetPropertiesCreator.idl
+++ b/main/offapi/com/sun/star/animations/TargetPropertiesCreator.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/animations/TimeFilterPair.idl b/main/offapi/com/sun/star/animations/TimeFilterPair.idl
index 607218e..bea2b2f 100644
--- a/main/offapi/com/sun/star/animations/TimeFilterPair.idl
+++ b/main/offapi/com/sun/star/animations/TimeFilterPair.idl
@@ -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,29 +7,29 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_animations_TimeFilterPair_idl__ 
-#define __com_sun_star_animations_TimeFilterPair_idl__ 
+#ifndef __com_sun_star_animations_TimeFilterPair_idl__
+#define __com_sun_star_animations_TimeFilterPair_idl__
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module animations {  
- 
-//============================================================================= 
+//=============================================================================
 
-/** 
+ module com {  module sun {  module star {  module animations {
+
+//=============================================================================
+
+/**
 */
 struct TimeFilterPair
 {
@@ -40,8 +40,8 @@
 	double Progress;
 };
 
-//============================================================================= 
- 
-}; }; }; };  
+//=============================================================================
+
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/animations/Timing.idl b/main/offapi/com/sun/star/animations/Timing.idl
index 9025748..bcd1641 100644
--- a/main/offapi/com/sun/star/animations/Timing.idl
+++ b/main/offapi/com/sun/star/animations/Timing.idl
@@ -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,27 +7,27 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_animations_Timing_idl__ 
-#define __com_sun_star_animations_Timing_idl__ 
+#ifndef __com_sun_star_animations_Timing_idl__
+#define __com_sun_star_animations_Timing_idl__
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module animations {  
- 
-//============================================================================= 
+//=============================================================================
+
+ module com {  module sun {  module star {  module animations {
+
+//=============================================================================
 
 /**
 */
@@ -42,8 +42,8 @@
 	MEDIA
 };
 
-//============================================================================= 
- 
-}; }; }; };  
+//=============================================================================
+
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/animations/TransitionSubType.idl b/main/offapi/com/sun/star/animations/TransitionSubType.idl
index c9021dc..b48700b 100644
--- a/main/offapi/com/sun/star/animations/TransitionSubType.idl
+++ b/main/offapi/com/sun/star/animations/TransitionSubType.idl
@@ -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,27 +7,27 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_animations_TransitionSubType_idl__ 
-#define __com_sun_star_animations_TransitionSubType_idl__ 
+#ifndef __com_sun_star_animations_TransitionSubType_idl__
+#define __com_sun_star_animations_TransitionSubType_idl__
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module animations {  
- 
-//============================================================================= 
+//=============================================================================
+
+ module com {  module sun {  module star {  module animations {
+
+//=============================================================================
 
 /**	@see http://www.w3.org/TR/smil20/smil-transitions.html#Table%201:%20Taxonomy%20Table
 */
@@ -152,8 +152,8 @@
 	const short FROMBOTTOMRIGHT = 119;
 };
 
-//============================================================================= 
- 
-}; }; }; };  
+//=============================================================================
+
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/animations/TransitionType.idl b/main/offapi/com/sun/star/animations/TransitionType.idl
index 92e1935..ff06740 100644
--- a/main/offapi/com/sun/star/animations/TransitionType.idl
+++ b/main/offapi/com/sun/star/animations/TransitionType.idl
@@ -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,27 +7,27 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_animations_TransitionType_idl__ 
-#define __com_sun_star_animations_TransitionType_idl__ 
+#ifndef __com_sun_star_animations_TransitionType_idl__
+#define __com_sun_star_animations_TransitionType_idl__
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module animations {  
- 
-//============================================================================= 
+//=============================================================================
+
+ module com {  module sun {  module star {  module animations {
+
+//=============================================================================
 
 /**	@see http://www.w3.org/TR/smil20/smil-transitions.html#Table%201:%20Taxonomy%20Table
 */
@@ -80,8 +80,8 @@
 	const short ZOOM = 43;
 };
 
-//============================================================================= 
- 
-}; }; }; };  
+//=============================================================================
+
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/animations/ValuePair.idl b/main/offapi/com/sun/star/animations/ValuePair.idl
index c867278..6f99f1e 100644
--- a/main/offapi/com/sun/star/animations/ValuePair.idl
+++ b/main/offapi/com/sun/star/animations/ValuePair.idl
@@ -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,29 +7,29 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_animations_ValuePair_idl__ 
-#define __com_sun_star_animations_ValuePair_idl__ 
+#ifndef __com_sun_star_animations_ValuePair_idl__
+#define __com_sun_star_animations_ValuePair_idl__
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module animations {  
- 
-//============================================================================= 
+//=============================================================================
 
-/** 
+ module com {  module sun {  module star {  module animations {
+
+//=============================================================================
+
+/**
 */
 struct ValuePair
 {
@@ -37,8 +37,8 @@
 	any Second;
 };
 
-//============================================================================= 
- 
-}; }; }; };  
+//=============================================================================
+
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/animations/XAnimate.idl b/main/offapi/com/sun/star/animations/XAnimate.idl
index 5c7397f..f1a26b7 100644
--- a/main/offapi/com/sun/star/animations/XAnimate.idl
+++ b/main/offapi/com/sun/star/animations/XAnimate.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/animations/XAnimateColor.idl b/main/offapi/com/sun/star/animations/XAnimateColor.idl
index 04b2e88..06c415e 100644
--- a/main/offapi/com/sun/star/animations/XAnimateColor.idl
+++ b/main/offapi/com/sun/star/animations/XAnimateColor.idl
@@ -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,31 +7,31 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_animations_XAnimateColor_idl__ 
-#define __com_sun_star_animations_XAnimateColor_idl__ 
+#ifndef __com_sun_star_animations_XAnimateColor_idl__
+#define __com_sun_star_animations_XAnimateColor_idl__
 
 #ifndef __com_sun_star_animations_XAnimate_idl__
 #include <com/sun/star/animations/XAnimate.idl>
 #endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module animations {  
- 
-//============================================================================= 
+//=============================================================================
+
+ module com {  module sun {  module star {  module animations {
+
+//=============================================================================
 
 /** Interface for animation by defining color changes over time.
 	<br>
@@ -63,8 +63,8 @@
 	[attribute] boolean Direction;
 };
 
-//============================================================================= 
- 
-}; }; }; };  
+//=============================================================================
+
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/animations/XAnimateMotion.idl b/main/offapi/com/sun/star/animations/XAnimateMotion.idl
index 76e9ef3..d09f462 100644
--- a/main/offapi/com/sun/star/animations/XAnimateMotion.idl
+++ b/main/offapi/com/sun/star/animations/XAnimateMotion.idl
@@ -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,31 +7,31 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_animations_XAnimateMotion_idl__ 
-#define __com_sun_star_animations_XAnimateMotion_idl__ 
+#ifndef __com_sun_star_animations_XAnimateMotion_idl__
+#define __com_sun_star_animations_XAnimateMotion_idl__
 
 #ifndef __com_sun_star_animations_XAnimate_idl__
 #include <com/sun/star/animations/XAnimate.idl>
 #endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module animations {  
- 
-//============================================================================= 
+//=============================================================================
+
+ module com {  module sun {  module star {  module animations {
+
+//=============================================================================
 
 /** Interface for animation by defining motion on a path.
 
@@ -54,8 +54,8 @@
 	[attribute] any Origin;
 };
 
-//============================================================================= 
- 
-}; }; }; };  
+//=============================================================================
+
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/animations/XAnimateSet.idl b/main/offapi/com/sun/star/animations/XAnimateSet.idl
index c055113..8657e6f 100644
--- a/main/offapi/com/sun/star/animations/XAnimateSet.idl
+++ b/main/offapi/com/sun/star/animations/XAnimateSet.idl
@@ -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,31 +7,31 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_animations_XAnimateSet_idl__ 
-#define __com_sun_star_animations_XAnimateSet_idl__ 
+#ifndef __com_sun_star_animations_XAnimateSet_idl__
+#define __com_sun_star_animations_XAnimateSet_idl__
 
 #ifndef __com_sun_star_animations_XAnimate_idl__
 #include <com/sun/star/animations/XAnimate.idl>
 #endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module animations {  
- 
-//============================================================================= 
+//=============================================================================
+
+ module com {  module sun {  module star {  module animations {
+
+//=============================================================================
 
 /** Interface for animation by simply setting the value of the target attribute to a constant value.
 	This interface provides a simple means of just setting the value of an attribute for
@@ -55,8 +55,8 @@
 {
 };
 
-//============================================================================= 
- 
-}; }; }; };  
+//=============================================================================
+
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/animations/XAnimateTransform.idl b/main/offapi/com/sun/star/animations/XAnimateTransform.idl
index a0a3afa..7012ac8 100644
--- a/main/offapi/com/sun/star/animations/XAnimateTransform.idl
+++ b/main/offapi/com/sun/star/animations/XAnimateTransform.idl
@@ -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,31 +7,31 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_animations_XAnimateTransform_idl__ 
-#define __com_sun_star_animations_XAnimateTransform_idl__ 
+#ifndef __com_sun_star_animations_XAnimateTransform_idl__
+#define __com_sun_star_animations_XAnimateTransform_idl__
 
 #ifndef __com_sun_star_animations_XAnimate_idl__
 #include <com/sun/star/animations/XAnimate.idl>
 #endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module animations {  
- 
-//============================================================================= 
+//=============================================================================
+
+ module com {  module sun {  module star {  module animations {
+
+//=============================================================================
 
 /** animates a transformation attribute on a target element, thereby allowing
 	animations to control translation, scaling, rotation and/or skewing.
@@ -67,8 +67,8 @@
 	[attribute] short TransformType;
 };
 
-//============================================================================= 
- 
-}; }; }; };  
+//=============================================================================
+
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/animations/XAnimationListener.idl b/main/offapi/com/sun/star/animations/XAnimationListener.idl
index 555cf65..bb84636 100644
--- a/main/offapi/com/sun/star/animations/XAnimationListener.idl
+++ b/main/offapi/com/sun/star/animations/XAnimationListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/animations/XAnimationNode.idl b/main/offapi/com/sun/star/animations/XAnimationNode.idl
index 2941ebf..b27884f 100644
--- a/main/offapi/com/sun/star/animations/XAnimationNode.idl
+++ b/main/offapi/com/sun/star/animations/XAnimationNode.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/animations/XAnimationNodeSupplier.idl b/main/offapi/com/sun/star/animations/XAnimationNodeSupplier.idl
index da66ddd..464be5f 100644
--- a/main/offapi/com/sun/star/animations/XAnimationNodeSupplier.idl
+++ b/main/offapi/com/sun/star/animations/XAnimationNodeSupplier.idl
@@ -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,31 +7,31 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_animations_XAnimationNodeSupplier_idl__ 
-#define __com_sun_star_animations_XAnimationNodeSupplier_idl__ 
+#ifndef __com_sun_star_animations_XAnimationNodeSupplier_idl__
+#define __com_sun_star_animations_XAnimationNodeSupplier_idl__
 
 #ifndef __com_sun_star_animations_XAnimationNode_idl__
 #include <com/sun/star/animations/XAnimationNode.idl>
 #endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module animations {  
- 
-//============================================================================= 
+//=============================================================================
+
+ module com {  module sun {  module star {  module animations {
+
+//=============================================================================
 
 /**
 */
@@ -40,8 +40,8 @@
 	XAnimationNode getAnimationNode();
 };
 
-//============================================================================= 
- 
-}; }; }; };  
+//=============================================================================
+
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/animations/XAudio.idl b/main/offapi/com/sun/star/animations/XAudio.idl
index c9568f6..1dd6540 100644
--- a/main/offapi/com/sun/star/animations/XAudio.idl
+++ b/main/offapi/com/sun/star/animations/XAudio.idl
@@ -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,31 +7,31 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_animations_XAudio_idl__ 
-#define __com_sun_star_animations_XAudio_idl__ 
+#ifndef __com_sun_star_animations_XAudio_idl__
+#define __com_sun_star_animations_XAudio_idl__
 
 #ifndef __com_sun_star_animations_XAnimationNode_idl__
 #include <com/sun/star/animations/XAnimationNode.idl>
 #endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module animations {  
- 
-//============================================================================= 
+//=============================================================================
+
+ module com {  module sun {  module star {  module animations {
+
+//=============================================================================
 
 /**
 */
@@ -46,8 +46,8 @@
 	[attribute] double Volume;
 };
 
-//============================================================================= 
- 
-}; }; }; };  
+//=============================================================================
+
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/animations/XCommand.idl b/main/offapi/com/sun/star/animations/XCommand.idl
index 2cbb741..9243b6f 100644
--- a/main/offapi/com/sun/star/animations/XCommand.idl
+++ b/main/offapi/com/sun/star/animations/XCommand.idl
@@ -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,31 +7,31 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_animations_XCommand_idl__ 
-#define __com_sun_star_animations_XCommand_idl__ 
+#ifndef __com_sun_star_animations_XCommand_idl__
+#define __com_sun_star_animations_XCommand_idl__
 
 #ifndef __com_sun_star_animations_XAnimationNode_idl__
 #include <com/sun/star/animations/XAnimationNode.idl>
 #endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module animations {  
- 
-//============================================================================= 
+//=============================================================================
+
+ module com {  module sun {  module star {  module animations {
+
+//=============================================================================
 
 /** Execution of the XCommand animation node causes the slideshow component
 	to call back the application to perform the command.
@@ -55,8 +55,8 @@
 	[attribute] any Parameter;
 };
 
-//============================================================================= 
- 
-}; }; }; };  
+//=============================================================================
+
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/animations/XIterateContainer.idl b/main/offapi/com/sun/star/animations/XIterateContainer.idl
index bf2b991..689f20d 100644
--- a/main/offapi/com/sun/star/animations/XIterateContainer.idl
+++ b/main/offapi/com/sun/star/animations/XIterateContainer.idl
@@ -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,31 +7,31 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_animations_XIterateContainer_idl__ 
-#define __com_sun_star_animations_XIterateContainer_idl__ 
+#ifndef __com_sun_star_animations_XIterateContainer_idl__
+#define __com_sun_star_animations_XIterateContainer_idl__
 
 #ifndef __com_sun_star_animations_XTimeContainer_idl__
 #include <com/sun/star/animations/XTimeContainer.idl>
 #endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module animations {  
- 
-//============================================================================= 
+//=============================================================================
+
+ module com {  module sun {  module star {  module animations {
+
+//=============================================================================
 
 /** An iterate container iterates over subitems of a given target object
 	and animates them by subsequently executes the contained effects on them.
@@ -42,7 +42,7 @@
 interface XIterateContainer : XTimeContainer
 {
 	/** a target that contains iterateable contents, f.e. a paragraph.
-		<br>	
+		<br>
 		See documentation of used animation engine for supported targets.
 	*/
 	[attribute] any Target;
@@ -57,7 +57,7 @@
 	[attribute] short SubItem;
 
 	/** the type of iteration, this depends on the target.
-		<br>	
+		<br>
 		See documentation of used animation engine for supported iteration types.
 	*/
 	[attribute] short IterateType;
@@ -68,8 +68,8 @@
 	[attribute] double IterateInterval;
 };
 
-//============================================================================= 
- 
-}; }; }; };  
+//=============================================================================
+
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/animations/XTargetPropertiesCreator.idl b/main/offapi/com/sun/star/animations/XTargetPropertiesCreator.idl
index 3898c9b..6a92eff 100644
--- a/main/offapi/com/sun/star/animations/XTargetPropertiesCreator.idl
+++ b/main/offapi/com/sun/star/animations/XTargetPropertiesCreator.idl
@@ -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,21 +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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_animations_XTargetPropertiesCreator_idl__ 
-#define __com_sun_star_animations_XTargetPropertiesCreator_idl__ 
+#ifndef __com_sun_star_animations_XTargetPropertiesCreator_idl__
+#define __com_sun_star_animations_XTargetPropertiesCreator_idl__
 
 #ifndef __com_sun_star_animations_TargetProperties_idl__
 #include <com/sun/star/animations/TargetProperties.idl>
@@ -30,11 +30,11 @@
 #include <com/sun/star/animations/XAnimationNode.idl>
 #endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module animations {  
- 
-//============================================================================= 
+//=============================================================================
+
+ module com {  module sun {  module star {  module animations {
+
+//=============================================================================
 
 /** Factory interface to generate properties for all animated targets.<p>
 
@@ -65,8 +65,8 @@
 
 };
 
-//============================================================================= 
+//=============================================================================
 
-}; }; }; };  
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/animations/XTimeContainer.idl b/main/offapi/com/sun/star/animations/XTimeContainer.idl
index 600507f..8fc896d 100644
--- a/main/offapi/com/sun/star/animations/XTimeContainer.idl
+++ b/main/offapi/com/sun/star/animations/XTimeContainer.idl
@@ -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,21 +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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_animations_XTimeContainer_idl__ 
-#define __com_sun_star_animations_XTimeContainer_idl__ 
+#ifndef __com_sun_star_animations_XTimeContainer_idl__
+#define __com_sun_star_animations_XTimeContainer_idl__
 
 #ifndef __com_sun_star_animations_XAnimationNode_idl__
 #include <com/sun/star/animations/XAnimationNode.idl>
@@ -43,11 +43,11 @@
 #include <com/sun/star/container/ElementExistException.idl>
 #endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module animations {  
- 
-//============================================================================= 
+//=============================================================================
+
+ module com {  module sun {  module star {  module animations {
+
+//=============================================================================
 
 /**
 
@@ -85,23 +85,23 @@
 	/**
 	*/
 	XAnimationNode insertBefore( [in] XAnimationNode newChild, [in] XAnimationNode refChild )
-		raises( com::sun::star::lang::IllegalArgumentException, 
-				com::sun::star::container::NoSuchElementException, 
+		raises( com::sun::star::lang::IllegalArgumentException,
+				com::sun::star::container::NoSuchElementException,
 				com::sun::star::container::ElementExistException,
 				com::sun::star::lang::WrappedTargetException );
 
 	/**
 	*/
 	XAnimationNode insertAfter( [in] XAnimationNode newChild, [in] XAnimationNode refChild )
-		raises( com::sun::star::lang::IllegalArgumentException, 
-				com::sun::star::container::NoSuchElementException, 
+		raises( com::sun::star::lang::IllegalArgumentException,
+				com::sun::star::container::NoSuchElementException,
 				com::sun::star::container::ElementExistException,
 				com::sun::star::lang::WrappedTargetException );
 
 	/**
 	*/
 	XAnimationNode replaceChild( [in] XAnimationNode newChild, [in] XAnimationNode oldChild )
-		raises( com::sun::star::lang::IllegalArgumentException, 
+		raises( com::sun::star::lang::IllegalArgumentException,
 				com::sun::star::container::NoSuchElementException,
 				com::sun::star::container::ElementExistException,
 				com::sun::star::lang::WrappedTargetException );
@@ -109,20 +109,20 @@
 	/**
 	*/
 	XAnimationNode removeChild( [in] XAnimationNode oldChild )
-		raises( com::sun::star::lang::IllegalArgumentException, 
-				com::sun::star::container::NoSuchElementException, 
+		raises( com::sun::star::lang::IllegalArgumentException,
+				com::sun::star::container::NoSuchElementException,
 				com::sun::star::lang::WrappedTargetException );
 
 	/**
 	*/
 	XAnimationNode appendChild( [in] XAnimationNode newChild )
-		raises( com::sun::star::lang::IllegalArgumentException, 
-				com::sun::star::container::ElementExistException, 
+		raises( com::sun::star::lang::IllegalArgumentException,
+				com::sun::star::container::ElementExistException,
 				com::sun::star::lang::WrappedTargetException );
 };
 
-//============================================================================= 
- 
-}; }; }; };  
+//=============================================================================
+
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/animations/XTransitionFilter.idl b/main/offapi/com/sun/star/animations/XTransitionFilter.idl
index 31204fc..0f02df2 100644
--- a/main/offapi/com/sun/star/animations/XTransitionFilter.idl
+++ b/main/offapi/com/sun/star/animations/XTransitionFilter.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/auth/AuthenticationFailedException.idl b/main/offapi/com/sun/star/auth/AuthenticationFailedException.idl
index 0907a89..4fc2c35 100644
--- a/main/offapi/com/sun/star/auth/AuthenticationFailedException.idl
+++ b/main/offapi/com/sun/star/auth/AuthenticationFailedException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/auth/InvalidArgumentException.idl b/main/offapi/com/sun/star/auth/InvalidArgumentException.idl
index 6a0734a..3c17c5e 100644
--- a/main/offapi/com/sun/star/auth/InvalidArgumentException.idl
+++ b/main/offapi/com/sun/star/auth/InvalidArgumentException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/auth/InvalidContextException.idl b/main/offapi/com/sun/star/auth/InvalidContextException.idl
index f3427c6..9ffe8cc 100644
--- a/main/offapi/com/sun/star/auth/InvalidContextException.idl
+++ b/main/offapi/com/sun/star/auth/InvalidContextException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/auth/InvalidCredentialException.idl b/main/offapi/com/sun/star/auth/InvalidCredentialException.idl
index b69c4dd..db1fb69 100644
--- a/main/offapi/com/sun/star/auth/InvalidCredentialException.idl
+++ b/main/offapi/com/sun/star/auth/InvalidCredentialException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/auth/InvalidPrincipalException.idl b/main/offapi/com/sun/star/auth/InvalidPrincipalException.idl
index 907660f..3f42123 100644
--- a/main/offapi/com/sun/star/auth/InvalidPrincipalException.idl
+++ b/main/offapi/com/sun/star/auth/InvalidPrincipalException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/auth/PersistenceFailureException.idl b/main/offapi/com/sun/star/auth/PersistenceFailureException.idl
index 7e8fe79..f75761b 100644
--- a/main/offapi/com/sun/star/auth/PersistenceFailureException.idl
+++ b/main/offapi/com/sun/star/auth/PersistenceFailureException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/auth/SSOExceptions.idl b/main/offapi/com/sun/star/auth/SSOExceptions.idl
index 81d9733..7a22288 100644
--- a/main/offapi/com/sun/star/auth/SSOExceptions.idl
+++ b/main/offapi/com/sun/star/auth/SSOExceptions.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/auth/SSOManagerFactory.idl b/main/offapi/com/sun/star/auth/SSOManagerFactory.idl
index c14b6a9..6208c6f 100644
--- a/main/offapi/com/sun/star/auth/SSOManagerFactory.idl
+++ b/main/offapi/com/sun/star/auth/SSOManagerFactory.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -50,7 +50,7 @@
 		<LI>On the initiator side, use the previously created context to process
             security tokens received from the acceptor side and to create
             security tokens to send to the acceptor side. On the acceptor side,
-            use the previously created context to process security tokens 
+            use the previously created context to process security tokens
             received from the initiator side and to create security tokens to
             send to the initiator side.</LI>
     </UL>
diff --git a/main/offapi/com/sun/star/auth/SSOPasswordCache.idl b/main/offapi/com/sun/star/auth/SSOPasswordCache.idl
index 7c653ef..24fa520 100644
--- a/main/offapi/com/sun/star/auth/SSOPasswordCache.idl
+++ b/main/offapi/com/sun/star/auth/SSOPasswordCache.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/auth/UnsupportedException.idl b/main/offapi/com/sun/star/auth/UnsupportedException.idl
index 46193f1..8697cc3 100644
--- a/main/offapi/com/sun/star/auth/UnsupportedException.idl
+++ b/main/offapi/com/sun/star/auth/UnsupportedException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/auth/XSSOAcceptorContext.idl b/main/offapi/com/sun/star/auth/XSSOAcceptorContext.idl
index f53027f..e35552f 100644
--- a/main/offapi/com/sun/star/auth/XSSOAcceptorContext.idl
+++ b/main/offapi/com/sun/star/auth/XSSOAcceptorContext.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -47,8 +47,8 @@
 	/** accepts/authenticates an SSO token sent from the context initiator side.
 		<P>
 		accept() should be called only once. Subsequent calls produce
-		undefined results.	
-		
+		undefined results.
+
 		@param Token
 		the SSO token sent by the initiator.
 
diff --git a/main/offapi/com/sun/star/auth/XSSOContext.idl b/main/offapi/com/sun/star/auth/XSSOContext.idl
index f659141..587165a 100644
--- a/main/offapi/com/sun/star/auth/XSSOContext.idl
+++ b/main/offapi/com/sun/star/auth/XSSOContext.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,7 +30,7 @@
 
 module com { module sun { module star { module auth {
 
-/** Base SSO security context representation 
+/** Base SSO security context representation
 
     @since OpenOffice 1.1.2
  */
diff --git a/main/offapi/com/sun/star/auth/XSSOInitiatorContext.idl b/main/offapi/com/sun/star/auth/XSSOInitiatorContext.idl
index 001b352..eefada3 100644
--- a/main/offapi/com/sun/star/auth/XSSOInitiatorContext.idl
+++ b/main/offapi/com/sun/star/auth/XSSOInitiatorContext.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/auth/XSSOManager.idl b/main/offapi/com/sun/star/auth/XSSOManager.idl
index ac42792..5728107 100644
--- a/main/offapi/com/sun/star/auth/XSSOManager.idl
+++ b/main/offapi/com/sun/star/auth/XSSOManager.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,7 +24,7 @@
 #ifndef __com_sun_star_auth_XSSOManager_idl__
 #define __com_sun_star_auth_XSSOManager_idl__
 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
+#ifndef __com_sun_star_uno_XInterface_idl__
 #include <com/sun/star/uno/XInterface.idl>
 #endif
 
diff --git a/main/offapi/com/sun/star/auth/XSSOManagerFactory.idl b/main/offapi/com/sun/star/auth/XSSOManagerFactory.idl
index f22bf81..122ac47 100644
--- a/main/offapi/com/sun/star/auth/XSSOManagerFactory.idl
+++ b/main/offapi/com/sun/star/auth/XSSOManagerFactory.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,7 +24,7 @@
 #ifndef __com_sun_star_auth_XSSOManagerFactory_idl__
 #define __com_sun_star_auth_XSSOManagerFactory_idl__
 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
+#ifndef __com_sun_star_uno_XInterface_idl__
 #include <com/sun/star/uno/XInterface.idl>
 #endif
 
diff --git a/main/offapi/com/sun/star/auth/XSSOPasswordCache.idl b/main/offapi/com/sun/star/auth/XSSOPasswordCache.idl
index d99c984..353587f 100644
--- a/main/offapi/com/sun/star/auth/XSSOPasswordCache.idl
+++ b/main/offapi/com/sun/star/auth/XSSOPasswordCache.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -63,7 +63,7 @@
 						 [in] boolean Persist )
 				raises( InvalidArgumentException,
 						PersistenceFailureException );
-		
+
 	/** retrieves a password for a given user from the cache.
 		<P>
 		Non persistent cache is searched first, followed by the
@@ -74,7 +74,7 @@
 
 		@param Persist
 		indicates whether or not the password is persistent
-		
+
 		@returns
 		the required password
 	 */
diff --git a/main/offapi/com/sun/star/awt/AccessibleButton.idl b/main/offapi/com/sun/star/awt/AccessibleButton.idl
index fadc38a..2586546 100644
--- a/main/offapi/com/sun/star/awt/AccessibleButton.idl
+++ b/main/offapi/com/sun/star/awt/AccessibleButton.idl
@@ -74,7 +74,7 @@
             <li><const scope="com::sun::star::accessibility"
                 >AccessibleStateType::DEFUNC</const>
                 is set if the object has already been disposed
-                and subsequent calls to this object result in				
+                and subsequent calls to this object result in
                 <type scope="com::sun::star::lang">DisposedException</type>
                 exceptions.</li>
             <li><const scope="com::sun::star::accessibility"
diff --git a/main/offapi/com/sun/star/awt/AccessibleComboBox.idl b/main/offapi/com/sun/star/awt/AccessibleComboBox.idl
index 7a9ba9e..a9ee279 100644
--- a/main/offapi/com/sun/star/awt/AccessibleComboBox.idl
+++ b/main/offapi/com/sun/star/awt/AccessibleComboBox.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -44,21 +44,21 @@
 	@see com::sun::star::accessibility::XAccessibleComponent
 	@see com::sun::star::accessibility::XAccessibleExtendedComponent
 	@since OpenOffice 1.1.2
-*/    
+*/
 published service AccessibleComboBox
 {
 	/** This interface gives access to the structural information of a combo box:
 
        <ul>
-       <li>Role: The role of a combo box is <const 
+       <li>Role: The role of a combo box is <const
            scope="com::sun::star::accessibility"
            >AccessibleRole::COMBO_BOX</const>.</li>
        <li>Name: The name of a combo box is its localized label.</li>
        <li>Description: The description of a combo box is its localized
            help text.</li>
-       <li>Children: There exists two children. 
-			The first is a <type scope="com::sun::star::awt">AccessibleTextField</type> 
-			and the 2nd is a <type scope="com::sun::star::awt">AccessibleList</type>. </li>            
+       <li>Children: There exists two children.
+			The first is a <type scope="com::sun::star::awt">AccessibleTextField</type>
+			and the 2nd is a <type scope="com::sun::star::awt">AccessibleList</type>. </li>
        <li>Parent: The parent is the window that contains the combo box.</li>
        <li>Relations: There are no relations.</li>
        <li>States: The states supported by this service are
@@ -66,7 +66,7 @@
            <li><const scope="com::sun::star::accessibility"
                >AccessibleStateType::DEFUNC</const>
                is set if the object has already been disposed
-               and subsequent calls to this object result in				
+               and subsequent calls to this object result in
                <type scope="com::sun::star::lang">DisposedException</type>
                exceptions.</li>
            <li><const scope="com::sun::star::accessibility"
@@ -98,7 +98,7 @@
 	interface com::sun::star::accessibility::XAccessibleComponent;
 	interface com::sun::star::accessibility::XAccessibleExtendedComponent;
 };
-          
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/awt/AccessibleDropDownComboBox.idl b/main/offapi/com/sun/star/awt/AccessibleDropDownComboBox.idl
index 2255759..f1db62d 100644
--- a/main/offapi/com/sun/star/awt/AccessibleDropDownComboBox.idl
+++ b/main/offapi/com/sun/star/awt/AccessibleDropDownComboBox.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -48,19 +48,19 @@
 	@see com::sun::star::accessibility::XAccessibleAction
 
 	@since OpenOffice 1.1.2
-*/    
+*/
 published service AccessibleDropDownComboBox
 {
 	/** This interface gives access to the structural information of a dropdown combo box:
 
        <ul>
-       <li>Role: The role of a dropdown combo box is <const 
+       <li>Role: The role of a dropdown combo box is <const
            scope="com::sun::star::accessibility"
            >AccessibleRole::COMBO_BOX</const>.</li>
        <li>Name: The name of a dropdown combo box is its localized label.</li>
        <li>Description: The description of a dropdown combo box is its localized
            help text.</li>
-       <li>Children: There exists two children. 
+       <li>Children: There exists two children.
 			The first is a <type scope="com::sun::star::awt">AccessibleTextField</type>
 			and the 2nd is a <type scope="com::sun::star::awt">AccessibleList</type>. </li>
        <li>Parent: The parent is the window that contains the dropdown combo box.</li>
@@ -70,7 +70,7 @@
            <li><const scope="com::sun::star::accessibility"
                >AccessibleStateType::DEFUNC</const>
                is set if the object has already been disposed
-               and subsequent calls to this object result in				
+               and subsequent calls to this object result in
                <type scope="com::sun::star::lang">DisposedException</type>
                exceptions.</li>
            <li><const scope="com::sun::star::accessibility"
@@ -109,7 +109,7 @@
      */
     interface com::sun::star::accessibility::XAccessibleAction;
 };
-          
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/awt/AccessibleDropDownListBox.idl b/main/offapi/com/sun/star/awt/AccessibleDropDownListBox.idl
index 6b5a44f..532c426 100644
--- a/main/offapi/com/sun/star/awt/AccessibleDropDownListBox.idl
+++ b/main/offapi/com/sun/star/awt/AccessibleDropDownListBox.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -49,19 +49,19 @@
 	@see com::sun::star::accessibility::XAccessibleAction
 
 	@since OpenOffice 1.1.2
-*/    
+*/
 published service AccessibleDropDownListBox
 {
 	/** This interface gives access to the structural information of a dropdown list box:
 
        <ul>
-       <li>Role: The role of a dropdown list box is <const 
+       <li>Role: The role of a dropdown list box is <const
            scope="com::sun::star::accessibility"
            >AccessibleRole::COMBO_BOX</const>.</li>
        <li>Name: The name of a dropdown list box is its localized label.</li>
        <li>Description: The description of a dropdown list box is its localized
            help text.</li>
-       <li>Children: There exists one child. 
+       <li>Children: There exists one child.
 		   It is of type <type scope="com::sun::star::awt">AccessibleList</type>.</li>
        <li>Parent: The parent is the window that contains the dropdown list box.</li>
        <li>Relations: There are no relations.</li>
@@ -70,7 +70,7 @@
            <li><const scope="com::sun::star::accessibility"
                >AccessibleStateType::DEFUNC</const>
                is set if the object has already been disposed
-               and subsequent calls to this object result in				
+               and subsequent calls to this object result in
                <type scope="com::sun::star::lang">DisposedException</type>
                exceptions.</li>
            <li><const scope="com::sun::star::accessibility"
@@ -109,7 +109,7 @@
      */
     interface com::sun::star::accessibility::XAccessibleAction;
 };
-          
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/awt/AccessibleEdit.idl b/main/offapi/com/sun/star/awt/AccessibleEdit.idl
index 3a25cd0..1398247 100644
--- a/main/offapi/com/sun/star/awt/AccessibleEdit.idl
+++ b/main/offapi/com/sun/star/awt/AccessibleEdit.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -44,11 +44,11 @@
 #endif
 
 module com { module sun { module star { module awt {
-    
+
 /** specifies accessibility support for an edit.
-    
+
     @since OpenOffice 1.1.2
- */    
+ */
 published service AccessibleEdit
 {
     /** This interface gives access to the structural information of an edit:
@@ -82,7 +82,7 @@
             <li><const scope="com::sun::star::accessibility"
                 >AccessibleStateType::DEFUNC</const>
                 is set if the object has already been disposed
-                and subsequent calls to this object result in				
+                and subsequent calls to this object result in
                 <type scope="com::sun::star::lang">DisposedException</type>
                 exceptions.</li>
             <li><const scope="com::sun::star::accessibility"
@@ -106,18 +106,18 @@
         </ul>
      */
     interface ::com::sun::star::accessibility::XAccessibleContext;
-    
+
     interface ::com::sun::star::accessibility::XAccessibleEventBroadcaster;
-    
+
     interface ::com::sun::star::accessibility::XAccessibleComponent;
-    
+
     interface ::com::sun::star::accessibility::XAccessibleExtendedComponent;
 
     /** This interface gives read-only access to the text representation
         of an edit.
      */
     interface ::com::sun::star::accessibility::XAccessibleText;
-    
+
     /** This interface extends the
         <type scope="com::sun::star::accessibility">XAccessibleText</type>
         interface and gives read and write access to the text representation
diff --git a/main/offapi/com/sun/star/awt/AccessibleFixedText.idl b/main/offapi/com/sun/star/awt/AccessibleFixedText.idl
index e283a26..1a94921 100644
--- a/main/offapi/com/sun/star/awt/AccessibleFixedText.idl
+++ b/main/offapi/com/sun/star/awt/AccessibleFixedText.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -41,7 +41,7 @@
 #endif
 
 module com { module sun { module star { module awt {
-    
+
 /** specifies accessibility support for a fixed text.
 
     @since OpenOffice 1.1.2
@@ -73,7 +73,7 @@
             <li><const scope="com::sun::star::accessibility"
                 >AccessibleStateType::DEFUNC</const>
                 is set if the object has already been disposed
-                and subsequent calls to this object result in				
+                and subsequent calls to this object result in
                 <type scope="com::sun::star::lang">DisposedException</type>
                 exceptions.</li>
             <li><const scope="com::sun::star::accessibility"
@@ -92,13 +92,13 @@
         </ul>
      */
     interface ::com::sun::star::accessibility::XAccessibleContext;
-    
+
     interface ::com::sun::star::accessibility::XAccessibleEventBroadcaster;
-    
+
     interface ::com::sun::star::accessibility::XAccessibleComponent;
-    
+
     interface ::com::sun::star::accessibility::XAccessibleExtendedComponent;
-    
+
     /** This interface gives read-only access to the text representation
         of a fixed text.
      */
diff --git a/main/offapi/com/sun/star/awt/AccessibleIconChoiceControl.idl b/main/offapi/com/sun/star/awt/AccessibleIconChoiceControl.idl
index a7dba4d..8815e8a 100644
--- a/main/offapi/com/sun/star/awt/AccessibleIconChoiceControl.idl
+++ b/main/offapi/com/sun/star/awt/AccessibleIconChoiceControl.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -50,14 +50,14 @@
 	/** This interface gives access to the structural information of an icon choice control:
 
        <ul>
-       <li>Role: The role of an icon choice control is <const 
+       <li>Role: The role of an icon choice control is <const
            scope="com::sun::star::accessibility"
            >AccessibleRole::TREE</const>.</li>
        <li>Name: The name of an icon choice control is IconChoiceControl.</li>
        <li>Description: The description of an icon choice control is its localized
            help text.</li>
-       <li>Children: There exists children of type <type scope="com::sun::star::awt">AccessibleIconChoiceControlEntry</type>. 
-		</li>            
+       <li>Children: There exists children of type <type scope="com::sun::star::awt">AccessibleIconChoiceControlEntry</type>.
+		</li>
        <li>Parent: The parent is the window that contains the icon choice control.</li>
        <li>Relations: There are no relations.</li>
        <li>States: The states supported by this service are
@@ -65,7 +65,7 @@
            <li><const scope="com::sun::star::accessibility"
                >AccessibleStateType::DEFUNC</const>
                is set if the object has already been disposed
-               and subsequent calls to this object result in				
+               and subsequent calls to this object result in
                <type scope="com::sun::star::lang">DisposedException</type>
                exceptions.</li>
            <li><const scope="com::sun::star::accessibility"
diff --git a/main/offapi/com/sun/star/awt/AccessibleIconChoiceControlEntry.idl b/main/offapi/com/sun/star/awt/AccessibleIconChoiceControlEntry.idl
index 5036203..54b25ce 100644
--- a/main/offapi/com/sun/star/awt/AccessibleIconChoiceControlEntry.idl
+++ b/main/offapi/com/sun/star/awt/AccessibleIconChoiceControlEntry.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -52,13 +52,13 @@
 	/** This interface gives access to the structural information of an icon choice control entry:
 
        <ul>
-       <li>Role: The role of an icon choice control entry is <const 
+       <li>Role: The role of an icon choice control entry is <const
            scope="com::sun::star::accessibility"
            >AccessibleRole::LABEL</const>.</li>
        <li>Name: The name of an icon choice control entry is it's text.</li>
        <li>Description: The description of an icon choice control entry is empty.</li>
        <li>Children: There exist no children.
-		</li>            
+		</li>
        <li>Parent: The parent is either the <type scope="com::sun::star::awt">AccessibleIconChoiceControl</type>.</li>
        <li>Relations: There are no relations.</li>
        <li>States: The states supported by this service are
@@ -66,7 +66,7 @@
            <li><const scope="com::sun::star::accessibility"
                >AccessibleStateType::DEFUNC</const>
                is set if the object has already been disposed
-               and subsequent calls to this object result in				
+               and subsequent calls to this object result in
                <type scope="com::sun::star::lang">DisposedException</type>
                exceptions.</li>
            <li><const scope="com::sun::star::accessibility"
diff --git a/main/offapi/com/sun/star/awt/AccessibleList.idl b/main/offapi/com/sun/star/awt/AccessibleList.idl
index d3fa643..c8717fb 100644
--- a/main/offapi/com/sun/star/awt/AccessibleList.idl
+++ b/main/offapi/com/sun/star/awt/AccessibleList.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -51,21 +51,21 @@
 	@see ::com::sun::star::accessibility::XAccessibleSelection
 
 	@since OpenOffice 1.1.2
-*/    
+*/
 published service AccessibleList
 {
 	/** This interface gives access to the structural information of a list:
 
        <ul>
-       <li>Role: The role of a list is <const 
+       <li>Role: The role of a list is <const
            scope="::com::sun::star::accessibility"
            >AccessibleRole::LIST</const>.</li>
        <li>Name: The name of a list is its localized label.</li>
        <li>Description: The description of a list is its localized
            help text.</li>
-       <li>Children: There exists children. 
+       <li>Children: There exists children.
 			Each child is of type <type scope="com::sun::star::awt">AccessibleListItem</type>. </li>
-       <li>Parent: The parent can be of type 
+       <li>Parent: The parent can be of type
 			<ul>
 			<li>
 				<type scope="com::sun::star::awt">AccessibleComboBox</type>
@@ -81,7 +81,7 @@
            <li><const scope="com::sun::star::accessibility"
                >AccessibleStateType::DEFUNC</const>
                is set if the object has already been disposed
-               and subsequent calls to this object result in				
+               and subsequent calls to this object result in
                <type scope="com::sun::star::lang">DisposedException</type>
                exceptions.</li>
            <li><const scope="com::sun::star::accessibility"
@@ -104,10 +104,10 @@
            <li><const scope="com::sun::star::accessibility"
                >AccessibleStateType::VISIBLE</const> is always set.</li>
 		   <li><const scope="com::sun::star::accessibility"
-               >AccessibleStateType::MULTI_SELECTABLE</const> is set 
+               >AccessibleStateType::MULTI_SELECTABLE</const> is set
 			   if the list supports multi selection.</li>
 		   <li><const scope="com::sun::star::accessibility"
-               >AccessibleStateType::MANAGES_DESCENDANTS</const> is always set. 
+               >AccessibleStateType::MANAGES_DESCENDANTS</const> is always set.
 			   The children are transient.</li>
            </ul>
            </li>
@@ -128,7 +128,7 @@
      */
 	interface com::sun::star::accessibility::XAccessibleSelection;
 };
-          
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/awt/AccessibleListBox.idl b/main/offapi/com/sun/star/awt/AccessibleListBox.idl
index c009468..04a62d3 100644
--- a/main/offapi/com/sun/star/awt/AccessibleListBox.idl
+++ b/main/offapi/com/sun/star/awt/AccessibleListBox.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -45,19 +45,19 @@
 	@see com::sun::star::accessibility::XAccessibleExtendedComponent
 
 	@since OpenOffice 1.1.2
-*/    
+*/
 published service AccessibleListBox
 {
 	/** This interface gives access to the structural information of a list box:
 
        <ul>
-       <li>Role: The role of a list box is <const 
+       <li>Role: The role of a list box is <const
            scope="com::sun::star::accessibility"
            >AccessibleRole::PANEL</const>.</li>
        <li>Name: The name of a list box is its localized label.</li>
        <li>Description: The description of a list box is its localized
            help text.</li>
-       <li>Children: There exists one child. 
+       <li>Children: There exists one child.
 		   It is of type <type scope="com::sun::star::awt">AccessibleList</type>.</li>
        <li>Parent: The parent is the window that contains the list box.</li>
        <li>Relations: There are no relations.</li>
@@ -66,7 +66,7 @@
            <li><const scope="com::sun::star::accessibility"
                >AccessibleStateType::DEFUNC</const>
                is set if the object has already been disposed
-               and subsequent calls to this object result in				
+               and subsequent calls to this object result in
                <type scope="com::sun::star::lang">DisposedException</type>
                exceptions.</li>
            <li><const scope="com::sun::star::accessibility"
@@ -97,7 +97,7 @@
 	interface com::sun::star::accessibility::XAccessibleComponent;
 	interface com::sun::star::accessibility::XAccessibleExtendedComponent;
 };
-          
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/awt/AccessibleListBoxList.idl b/main/offapi/com/sun/star/awt/AccessibleListBoxList.idl
index 7effa53..2bdc974 100644
--- a/main/offapi/com/sun/star/awt/AccessibleListBoxList.idl
+++ b/main/offapi/com/sun/star/awt/AccessibleListBoxList.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -37,12 +37,12 @@
     <type scope="com::sun::star::accessibility">XAccessibleSelection</type> interface is supported.
 
     @since OpenOffice 1.1.2
-*/    
+*/
 published service AccessibleListBoxList
 {
     service AccessibleList;
 };
-          
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/awt/AccessibleListItem.idl b/main/offapi/com/sun/star/awt/AccessibleListItem.idl
index 3ac7584..fe9e7b1 100644
--- a/main/offapi/com/sun/star/awt/AccessibleListItem.idl
+++ b/main/offapi/com/sun/star/awt/AccessibleListItem.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -45,13 +45,13 @@
     @see com::sun::star::accessibility::XAccessibleText
 
 	@since OpenOffice 1.1.2
-*/    
+*/
 published service AccessibleListItem
 {
 	/** This interface gives access to the structural information of a list item:
 
        <ul>
-       <li>Role: The role of a list item is <const 
+       <li>Role: The role of a list item is <const
            scope="com::sun::star::accessibility"
            >AccessibleRole::LIST_ITEM</const>.</li>
        <li>Name: The name of a list item is the text of the item.</li>
@@ -64,7 +64,7 @@
            <li><const scope="com::sun::star::accessibility"
                >AccessibleStateType::DEFUNC</const>
                is set if the object has already been disposed
-               and subsequent calls to this object result in				
+               and subsequent calls to this object result in
                <type scope="com::sun::star::lang">DisposedException</type>
                exceptions.</li>
            <li><const scope="com::sun::star::accessibility"
@@ -79,7 +79,7 @@
 		   <li><const scope="com::sun::star::accessibility"
                >AccessibleStateType::SELECTABLE</const> is always set.</li>
 		   <li><const scope="com::sun::star::accessibility"
-               >AccessibleStateType::SELECTED</const> is set 
+               >AccessibleStateType::SELECTED</const> is set
 			   when the item is selected.</li>
            </ul>
            </li>
@@ -94,7 +94,7 @@
      */
     interface com::sun::star::accessibility::XAccessibleText;
 };
-          
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/awt/AccessibleMenu.idl b/main/offapi/com/sun/star/awt/AccessibleMenu.idl
index 0f9319f..0727167 100644
--- a/main/offapi/com/sun/star/awt/AccessibleMenu.idl
+++ b/main/offapi/com/sun/star/awt/AccessibleMenu.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -50,11 +50,11 @@
 #endif
 
 module com { module sun { module star { module awt {
-    
+
 /** specifies accessibility support for a menu.
-    
+
     @since OpenOffice 1.1.2
- */    
+ */
 published service AccessibleMenu
 {
     /** This interface gives access to the structural information of a menu:
@@ -86,7 +86,7 @@
             <li><const scope="com::sun::star::accessibility"
                 >AccessibleStateType::DEFUNC</const>
                 is set if the object has already been disposed
-                and subsequent calls to this object result in				
+                and subsequent calls to this object result in
                 <type scope="com::sun::star::lang">DisposedException</type>
                 exceptions.</li>
             <li><const scope="com::sun::star::accessibility"
@@ -98,7 +98,7 @@
                 >AccessibleStateType::SELECTABLE</const> is always set.</li>
             <li><const scope="com::sun::star::accessibility"
                 >AccessibleStateType::SELECTED</const> is set
-                if the object is selected.</li>   
+                if the object is selected.</li>
             <li><const scope="com::sun::star::accessibility"
                 >AccessibleStateType::SHOWING</const> is set
                 if the object is displayed on the screen.</li>
@@ -109,11 +109,11 @@
         </ul>
      */
     interface ::com::sun::star::accessibility::XAccessibleContext;
-    
+
     interface ::com::sun::star::accessibility::XAccessibleEventBroadcaster;
-    
+
     interface ::com::sun::star::accessibility::XAccessibleComponent;
-    
+
     interface ::com::sun::star::accessibility::XAccessibleExtendedComponent;
 
     /** This interface gives read-only access to the text representation
@@ -140,7 +140,7 @@
         menu.
      */
     interface ::com::sun::star::accessibility::XAccessibleSelection;
-    
+
 };
 
 }; }; }; };
diff --git a/main/offapi/com/sun/star/awt/AccessibleMenuBar.idl b/main/offapi/com/sun/star/awt/AccessibleMenuBar.idl
index d0bbfd1..970c742 100644
--- a/main/offapi/com/sun/star/awt/AccessibleMenuBar.idl
+++ b/main/offapi/com/sun/star/awt/AccessibleMenuBar.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -41,11 +41,11 @@
 #endif
 
 module com { module sun { module star { module awt {
-    
+
 /** specifies accessibility support for a menu bar.
-    
+
     @since OpenOffice 1.1.2
- */    
+ */
 published service AccessibleMenuBar
 {
     /** This interface gives access to the structural information of a
@@ -92,11 +92,11 @@
         </ul>
      */
     interface ::com::sun::star::accessibility::XAccessibleContext;
-    
+
     interface ::com::sun::star::accessibility::XAccessibleEventBroadcaster;
-    
+
     interface ::com::sun::star::accessibility::XAccessibleComponent;
-    
+
     interface ::com::sun::star::accessibility::XAccessibleExtendedComponent;
 
     /** This interface gives access to the selectable children of a
@@ -105,7 +105,7 @@
     interface ::com::sun::star::accessibility::XAccessibleSelection;
 
 };
- 
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/awt/AccessibleMenuItem.idl b/main/offapi/com/sun/star/awt/AccessibleMenuItem.idl
index 6a17e42..0012eef 100644
--- a/main/offapi/com/sun/star/awt/AccessibleMenuItem.idl
+++ b/main/offapi/com/sun/star/awt/AccessibleMenuItem.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -47,18 +47,18 @@
 #endif
 
 module com { module sun { module star { module awt {
-    
+
 /** specifies accessibility support for a menu item.
-    
+
     @since OpenOffice 1.1.2
- */    
+ */
 published service AccessibleMenuItem
 {
     /** This interface gives access to the structural information of a
         menu item:
 
         <ul>
-        <li>Role: The role of a menu item is <const 
+        <li>Role: The role of a menu item is <const
             scope="com::sun::star::accessibility"
             >AccessibleRole::MENU_ITEM</const>.</li>
         <li>Name: The name of a menu item is the localized item text.</li>
@@ -81,7 +81,7 @@
             <li><const scope="com::sun::star::accessibility"
                 >AccessibleStateType::DEFUNC</const>
                 is set if the object has already been disposed
-                and subsequent calls to this object result in				
+                and subsequent calls to this object result in
                 <type scope="com::sun::star::lang">DisposedException</type>
                 exceptions.</li>
             <li><const scope="com::sun::star::accessibility"
@@ -104,11 +104,11 @@
         </ul>
      */
     interface ::com::sun::star::accessibility::XAccessibleContext;
-    
+
     interface ::com::sun::star::accessibility::XAccessibleEventBroadcaster;
-    
+
     interface ::com::sun::star::accessibility::XAccessibleComponent;
-    
+
     interface ::com::sun::star::accessibility::XAccessibleExtendedComponent;
 
     /** This interface gives read-only access to the text representation
diff --git a/main/offapi/com/sun/star/awt/AccessibleMenuSeparator.idl b/main/offapi/com/sun/star/awt/AccessibleMenuSeparator.idl
index 2b5da52..609f122 100644
--- a/main/offapi/com/sun/star/awt/AccessibleMenuSeparator.idl
+++ b/main/offapi/com/sun/star/awt/AccessibleMenuSeparator.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -38,7 +38,7 @@
 #endif
 
 module com { module sun { module star { module awt {
-    
+
 /** specifies accessibility support for a menu separator.
 
     @since OpenOffice 1.1.2
@@ -49,7 +49,7 @@
         menu separator:
 
         <ul>
-        <li>Role: The role of a menu separator is <const 
+        <li>Role: The role of a menu separator is <const
             scope="com::sun::star::accessibility"
             >AccessibleRole::SEPARATOR</const>.</li>
         <li>Name: There is no name.</li>
@@ -78,7 +78,7 @@
                 >AccessibleStateType::SELECTABLE</const> is always set.</li>
             <li><const scope="com::sun::star::accessibility"
                 >AccessibleStateType::SELECTED</const> is set
-                if the object is selected.</li>   
+                if the object is selected.</li>
             <li><const scope="com::sun::star::accessibility"
                 >AccessibleStateType::SHOWING</const> is set
                 if the object is displayed on the screen.</li>
@@ -89,15 +89,15 @@
         </ul>
      */
     interface ::com::sun::star::accessibility::XAccessibleContext;
-    
+
     interface ::com::sun::star::accessibility::XAccessibleEventBroadcaster;
-    
+
     interface ::com::sun::star::accessibility::XAccessibleComponent;
-    
+
     interface ::com::sun::star::accessibility::XAccessibleExtendedComponent;
 
 };
-    
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/awt/AccessiblePopupMenu.idl b/main/offapi/com/sun/star/awt/AccessiblePopupMenu.idl
index 8d0d82e..e32f8c3 100644
--- a/main/offapi/com/sun/star/awt/AccessiblePopupMenu.idl
+++ b/main/offapi/com/sun/star/awt/AccessiblePopupMenu.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -41,11 +41,11 @@
 #endif
 
 module com { module sun { module star { module awt {
-    
+
 /** specifies accessibility support for a popup menu.
-    
+
     @since OpenOffice 1.1.2
- */    
+ */
 published service AccessiblePopupMenu
 {
     /** This interface gives access to the structural information of a
@@ -69,7 +69,7 @@
             <li><const scope="com::sun::star::accessibility"
                 >AccessibleStateType::DEFUNC</const>
                 is set if the object has already been disposed
-                and subsequent calls to this object result in				
+                and subsequent calls to this object result in
                 <type scope="com::sun::star::lang">DisposedException</type>
                 exceptions.</li>
             <li><const scope="com::sun::star::accessibility"
diff --git a/main/offapi/com/sun/star/awt/AccessibleRadioButton.idl b/main/offapi/com/sun/star/awt/AccessibleRadioButton.idl
index 74bb30b..5d9a8ff 100644
--- a/main/offapi/com/sun/star/awt/AccessibleRadioButton.idl
+++ b/main/offapi/com/sun/star/awt/AccessibleRadioButton.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -47,11 +47,11 @@
 #endif
 
 module com { module sun { module star { module awt {
-    
+
 /** specifies accessibility support for a radio button.
 
     @since OpenOffice 1.1.2
- */    
+ */
 published service AccessibleRadioButton
 {
     /** This interface gives access to the structural information of a
@@ -82,7 +82,7 @@
             <li><const scope="com::sun::star::accessibility"
                 >AccessibleStateType::DEFUNC</const>
                 is set if the object has already been disposed
-                and subsequent calls to this object result in				
+                and subsequent calls to this object result in
                 <type scope="com::sun::star::lang">DisposedException</type>
                 exceptions.</li>
             <li><const scope="com::sun::star::accessibility"
@@ -103,13 +103,13 @@
         </ul>
      */
     interface ::com::sun::star::accessibility::XAccessibleContext;
-    
+
     interface ::com::sun::star::accessibility::XAccessibleEventBroadcaster;
-    
+
     interface ::com::sun::star::accessibility::XAccessibleComponent;
-    
+
     interface ::com::sun::star::accessibility::XAccessibleExtendedComponent;
-    
+
     /** This interface gives read-only access to the text representation
         of a radio button.
      */
@@ -131,7 +131,7 @@
     interface ::com::sun::star::accessibility::XAccessibleValue;
 
 };
-          
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/awt/AccessibleScrollBar.idl b/main/offapi/com/sun/star/awt/AccessibleScrollBar.idl
index 88fd934..a4c078f 100644
--- a/main/offapi/com/sun/star/awt/AccessibleScrollBar.idl
+++ b/main/offapi/com/sun/star/awt/AccessibleScrollBar.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -44,11 +44,11 @@
 #endif
 
 module com { module sun { module star { module awt {
-    
+
 /** specifies accessibility support for a scroll bar.
 
     @since OpenOffice 1.1.2
- */    
+ */
 published service AccessibleScrollBar
 {
     /** This interface gives access to the structural information of a
@@ -96,11 +96,11 @@
         </ul>
      */
     interface ::com::sun::star::accessibility::XAccessibleContext;
-    
+
     interface ::com::sun::star::accessibility::XAccessibleEventBroadcaster;
-    
+
     interface ::com::sun::star::accessibility::XAccessibleComponent;
-    
+
     interface ::com::sun::star::accessibility::XAccessibleExtendedComponent;
 
     /** This interface gives access to the actions that can be executed for
diff --git a/main/offapi/com/sun/star/awt/AccessibleStatusBar.idl b/main/offapi/com/sun/star/awt/AccessibleStatusBar.idl
index 707aeab..ddd24de 100644
--- a/main/offapi/com/sun/star/awt/AccessibleStatusBar.idl
+++ b/main/offapi/com/sun/star/awt/AccessibleStatusBar.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -38,18 +38,18 @@
 #endif
 
 module com { module sun { module star { module awt {
-    
+
 /** specifies accessibility support for a status bar.
-    
+
     @since OpenOffice 1.1.2
- */    
+ */
 published service AccessibleStatusBar
 {
     /** This interface gives access to the structural information of a
         status bar:
 
         <ul>
-        <li>Role: The role of a status bar is <const 
+        <li>Role: The role of a status bar is <const
             scope="com::sun::star::accessibility"
             >AccessibleRole::STATUS_BAR</const>.</li>
         <li>Name: There is no name.</li>
@@ -64,7 +64,7 @@
             <li><const scope="com::sun::star::accessibility"
                 >AccessibleStateType::DEFUNC</const>
                 is set if the object has already been disposed
-                and subsequent calls to this object result in				
+                and subsequent calls to this object result in
                 <type scope="com::sun::star::lang">DisposedException</type>
                 exceptions.</li>
             <li><const scope="com::sun::star::accessibility"
diff --git a/main/offapi/com/sun/star/awt/AccessibleStatusBarItem.idl b/main/offapi/com/sun/star/awt/AccessibleStatusBarItem.idl
index 0962fc5..fc9b405 100644
--- a/main/offapi/com/sun/star/awt/AccessibleStatusBarItem.idl
+++ b/main/offapi/com/sun/star/awt/AccessibleStatusBarItem.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -41,18 +41,18 @@
 #endif
 
 module com { module sun { module star { module awt {
-    
+
 /** specifies accessibility support for a status bar item.
-    
+
     @since OpenOffice 1.1.2
- */    
+ */
 published service AccessibleStatusBarItem
 {
     /** This interface gives access to the structural information of a
         status bar item:
 
         <ul>
-        <li>Role: The role of a status bar item is <const 
+        <li>Role: The role of a status bar item is <const
             scope="com::sun::star::accessibility"
             >AccessibleRole::LABEL</const>.</li>
         <li>Name: The name of a status bar item is its localized
@@ -69,7 +69,7 @@
             <li><const scope="com::sun::star::accessibility"
                 >AccessibleStateType::DEFUNC</const>
                 is set if the object has already been disposed
-                and subsequent calls to this object result in				
+                and subsequent calls to this object result in
                 <type scope="com::sun::star::lang">DisposedException</type>
                 exceptions.</li>
             <li><const scope="com::sun::star::accessibility"
diff --git a/main/offapi/com/sun/star/awt/AccessibleTabBar.idl b/main/offapi/com/sun/star/awt/AccessibleTabBar.idl
index 50c9b7d..d695060 100644
--- a/main/offapi/com/sun/star/awt/AccessibleTabBar.idl
+++ b/main/offapi/com/sun/star/awt/AccessibleTabBar.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -38,18 +38,18 @@
 #endif
 
 module com { module sun { module star { module awt {
-    
+
 /** specifies accessibility support for a tabbar.
-    
+
     @since OpenOffice 1.1.2
- */    
+ */
 published service AccessibleTabBar
 {
     /** This interface gives access to the structural information of a
         tabbar:
 
         <ul>
-        <li>Role: The role of a tabbar is <const 
+        <li>Role: The role of a tabbar is <const
             scope="com::sun::star::accessibility"
             >AccessibleRole::PANEL</const>.</li>
         <li>Name: There is no name.</li>
@@ -67,7 +67,7 @@
             <li><const scope="com::sun::star::accessibility"
                 >AccessibleStateType::DEFUNC</const>
                 is set if the object has already been disposed
-                and subsequent calls to this object result in				
+                and subsequent calls to this object result in
                 <type scope="com::sun::star::lang">DisposedException</type>
                 exceptions.</li>
             <li><const scope="com::sun::star::accessibility"
@@ -99,7 +99,7 @@
     interface ::com::sun::star::accessibility::XAccessibleExtendedComponent;
 
 };
-        
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/awt/AccessibleTabBarPage.idl b/main/offapi/com/sun/star/awt/AccessibleTabBarPage.idl
index 0562f9c..fd51555 100644
--- a/main/offapi/com/sun/star/awt/AccessibleTabBarPage.idl
+++ b/main/offapi/com/sun/star/awt/AccessibleTabBarPage.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -38,18 +38,18 @@
 #endif
 
 module com { module sun { module star { module awt {
-    
+
 /** specifies accessibility support for a tabbar page.
-    
+
     @since OpenOffice 1.1.2
- */    
+ */
 published service AccessibleTabBarPage
 {
     /** This interface gives access to the structural information of a
         tabbar page:
 
         <ul>
-        <li>Role: The role of a tabbar page is <const 
+        <li>Role: The role of a tabbar page is <const
             scope="com::sun::star::accessibility"
             >AccessibleRole::PAGE_TAB</const>.</li>
         <li>Name: The name of a tabbar page is the localized
@@ -66,7 +66,7 @@
             <li><const scope="com::sun::star::accessibility"
                 >AccessibleStateType::DEFUNC</const>
                 is set if the object has already been disposed
-                and subsequent calls to this object result in				
+                and subsequent calls to this object result in
                 <type scope="com::sun::star::lang">DisposedException</type>
                 exceptions.</li>
             <li><const scope="com::sun::star::accessibility"
@@ -95,7 +95,7 @@
     interface ::com::sun::star::accessibility::XAccessibleExtendedComponent;
 
 };
-        
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/awt/AccessibleTabBarPageList.idl b/main/offapi/com/sun/star/awt/AccessibleTabBarPageList.idl
index c043649..16a22d8 100644
--- a/main/offapi/com/sun/star/awt/AccessibleTabBarPageList.idl
+++ b/main/offapi/com/sun/star/awt/AccessibleTabBarPageList.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -41,18 +41,18 @@
 #endif
 
 module com { module sun { module star { module awt {
-    
+
 /** specifies accessibility support for a tabbar page list.
-    
+
     @since OpenOffice 1.1.2
- */    
+ */
 published service AccessibleTabBarPageList
 {
     /** This interface gives access to the structural information of a
         tabbar page list:
 
         <ul>
-        <li>Role: The role of a tabbar page list is <const 
+        <li>Role: The role of a tabbar page list is <const
             scope="com::sun::star::accessibility"
             >AccessibleRole::PAGE_TAB_LIST</const>.</li>
         <li>Name: There is no name.</li>
@@ -69,7 +69,7 @@
             <li><const scope="com::sun::star::accessibility"
                 >AccessibleStateType::DEFUNC</const>
                 is set if the object has already been disposed
-                and subsequent calls to this object result in				
+                and subsequent calls to this object result in
                 <type scope="com::sun::star::lang">DisposedException</type>
                 exceptions.</li>
             <li><const scope="com::sun::star::accessibility"
diff --git a/main/offapi/com/sun/star/awt/AccessibleTabControl.idl b/main/offapi/com/sun/star/awt/AccessibleTabControl.idl
index 965cf08..1235fd5 100644
--- a/main/offapi/com/sun/star/awt/AccessibleTabControl.idl
+++ b/main/offapi/com/sun/star/awt/AccessibleTabControl.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -41,18 +41,18 @@
 #endif
 
 module com { module sun { module star { module awt {
-    
+
 /** specifies accessibility support for a tab control.
-    
+
     @since OpenOffice 1.1.2
- */    
+ */
 published service AccessibleTabControl
 {
     /** This interface gives access to the structural information of a
         tab control:
 
         <ul>
-        <li>Role: The role of a tab control is <const 
+        <li>Role: The role of a tab control is <const
             scope="com::sun::star::accessibility"
             >AccessibleRole::PAGE_TAB_LIST</const>.</li>
         <li>Name: There is no name.</li>
@@ -68,8 +68,8 @@
             <ul>
             <li><const scope="com::sun::star::accessibility"
                 >AccessibleStateType::DEFUNC</const>
-                is set if the object has already been disposed 
-                and subsequent calls to this object result in				
+                is set if the object has already been disposed
+                and subsequent calls to this object result in
                 <type scope="com::sun::star::lang">DisposedException</type>
                 exceptions.</li>
             <li><const scope="com::sun::star::accessibility"
diff --git a/main/offapi/com/sun/star/awt/AccessibleTabPage.idl b/main/offapi/com/sun/star/awt/AccessibleTabPage.idl
index 0f4c397..543ed41 100644
--- a/main/offapi/com/sun/star/awt/AccessibleTabPage.idl
+++ b/main/offapi/com/sun/star/awt/AccessibleTabPage.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -41,18 +41,18 @@
 #endif
 
 module com { module sun { module star { module awt {
-    
+
 /** specifies accessibility support for a tab page.
-    
+
     @since OpenOffice 1.1.2
- */    
+ */
 published service AccessibleTabPage
 {
     /** This interface gives access to the structural information of a
         tab page:
 
         <ul>
-        <li>Role: The role of a tab page is <const 
+        <li>Role: The role of a tab page is <const
             scope="com::sun::star::accessibility"
             >AccessibleRole::PAGE_TAB</const>.</li>
         <li>Name: The name of a tab page is the localized tab page text.</li>
@@ -68,7 +68,7 @@
             <li><const scope="com::sun::star::accessibility"
                 >AccessibleStateType::DEFUNC</const>
                 is set if the object has already been disposed
-                and subsequent calls to this object result in				
+                and subsequent calls to this object result in
                 <type scope="com::sun::star::lang">DisposedException</type>
                 exceptions.</li>
             <li><const scope="com::sun::star::accessibility"
@@ -103,11 +103,11 @@
 
     /** This interface gives read-only access to the text representation
         of a tab page.
-     */    
+     */
     interface ::com::sun::star::accessibility::XAccessibleText;
 
 };
-        
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/awt/AccessibleTextField.idl b/main/offapi/com/sun/star/awt/AccessibleTextField.idl
index b1793df..d87cf1a 100644
--- a/main/offapi/com/sun/star/awt/AccessibleTextField.idl
+++ b/main/offapi/com/sun/star/awt/AccessibleTextField.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -49,19 +49,19 @@
 	@see com::sun::star::accessibility::XAccessibleText
 
 	@since OpenOffice 1.1.2
-*/    
+*/
 published service AccessibleTextField
 {
 	/** This interface gives access to the structural information of a text filed:
 
        <ul>
-       <li>Role: The role of a text filed is <const 
+       <li>Role: The role of a text filed is <const
            scope="com::sun::star::accessibility"
            >AccessibleRole::TEXT</const>.</li>
        <li>Name: The name of a text filed is its localized label.</li>
        <li>Description: The description of a text filed is its localized
            help text.</li>
-       <li>Children: There exists no children.</li>            
+       <li>Children: There exists no children.</li>
        <li>Parent: The parent is the window that contains the text filed.</li>
        <li>Relations: There are no relations.</li>
        <li>States: The states supported by this service are
@@ -69,7 +69,7 @@
            <li><const scope="com::sun::star::accessibility"
                >AccessibleStateType::DEFUNC</const>
                is set if the object has already been disposed
-               and subsequent calls to this object result in				
+               and subsequent calls to this object result in
                <type scope="com::sun::star::lang">DisposedException</type>
                exceptions.</li>
            <li><const scope="com::sun::star::accessibility"
@@ -106,7 +106,7 @@
 	interface com::sun::star::accessibility::XAccessibleExtendedComponent;
 
 };
-          
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/awt/AccessibleToolBox.idl b/main/offapi/com/sun/star/awt/AccessibleToolBox.idl
index 1f2809f..1ece3cb 100644
--- a/main/offapi/com/sun/star/awt/AccessibleToolBox.idl
+++ b/main/offapi/com/sun/star/awt/AccessibleToolBox.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -47,20 +47,20 @@
 	@see com::sun::star::accessibility::XAccessibleExtendedComponent
 
 	@since OpenOffice 1.1.2
-*/    
+*/
 published service AccessibleToolBox
 {
 	/** This interface gives access to the structural information of a tool box:
 
        <ul>
-       <li>Role: The role of a tool box is <const 
+       <li>Role: The role of a tool box is <const
            scope="com::sun::star::accessibility"
            >AccessibleRole::TOOL_BAR</const>.</li>
        <li>Name: The name of a tool box is its localized label.</li>
        <li>Description: The description of a tool box is its localized
            help text.</li>
-       <li>Children: There exists children of type <type scope="com::sun::star::awt">AccessibleToolBoxItem</type>. 
-	   </li>            
+       <li>Children: There exists children of type <type scope="com::sun::star::awt">AccessibleToolBoxItem</type>.
+	   </li>
        <li>Parent: The parent is the window that contains the tool box.</li>
        <li>Relations: There are no relations.</li>
        <li>States: The states supported by this service are
@@ -68,7 +68,7 @@
            <li><const scope="com::sun::star::accessibility"
                >AccessibleStateType::DEFUNC</const>
                is set if the object has already been disposed
-               and subsequent calls to this object result in				
+               and subsequent calls to this object result in
                <type scope="com::sun::star::lang">DisposedException</type>
                exceptions.</li>
            <li><const scope="com::sun::star::accessibility"
@@ -106,7 +106,7 @@
 	interface com::sun::star::accessibility::XAccessibleExtendedComponent;
 
 };
-          
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/awt/AccessibleToolBoxItem.idl b/main/offapi/com/sun/star/awt/AccessibleToolBoxItem.idl
index ca83d7d..eb7bcf5 100644
--- a/main/offapi/com/sun/star/awt/AccessibleToolBoxItem.idl
+++ b/main/offapi/com/sun/star/awt/AccessibleToolBoxItem.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -53,13 +53,13 @@
 	@see com::sun::star::accessibility::XAccessibleValue
 
 	@since OpenOffice 1.1.2
-*/    
+*/
 published service AccessibleToolBoxItem
 {
 	/** This interface gives access to the structural information of a tool box item:
 
        <ul>
-       <li>Role: The role of a tool box item is 
+       <li>Role: The role of a tool box item is
 		   <const scope="com::sun::star::accessibility">AccessibleRole::PUSH_BUTTON</const> when the item is a push button, or
 		   <const scope="com::sun::star::accessibility">AccessibleRole::TOGGLE_BUTTON</const> when the item is a button and checkable, or
 		   <const scope="com::sun::star::accessibility">AccessibleRole::PANEL</const> when the item is a window, or
@@ -68,8 +68,8 @@
        <li>Name: The name of a tool box item is the name set.</li>
        <li>Description: The description of a tool box item is its localized
            help text.</li>
-       <li>Children: There can exist one child. 
-			This can be any kind of accessible object.</li>            
+       <li>Children: There can exist one child.
+			This can be any kind of accessible object.</li>
        <li>Parent: The parent is the tool box that contains the tool box item.</li>
        <li>Relations: There are no relations.</li>
        <li>States: The states supported by this service are
@@ -77,7 +77,7 @@
            <li><const scope="com::sun::star::accessibility"
                >AccessibleStateType::DEFUNC</const>
                is set if the object has already been disposed
-               and subsequent calls to this object result in				
+               and subsequent calls to this object result in
                <type scope="com::sun::star::lang">DisposedException</type>
                exceptions.</li>
            <li><const scope="com::sun::star::accessibility"
@@ -124,7 +124,7 @@
      */
     interface com::sun::star::accessibility::XAccessibleValue;
 };
-          
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/awt/AccessibleTreeListBox.idl b/main/offapi/com/sun/star/awt/AccessibleTreeListBox.idl
index 44f6ec7..5393cc7 100644
--- a/main/offapi/com/sun/star/awt/AccessibleTreeListBox.idl
+++ b/main/offapi/com/sun/star/awt/AccessibleTreeListBox.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -52,14 +52,14 @@
 	/** This interface gives access to the structural information of a tree list box:
 
        <ul>
-       <li>Role: The role of a tree list box is <const 
+       <li>Role: The role of a tree list box is <const
            scope="com::sun::star::accessibility"
            >AccessibleRole::TREE</const>.</li>
        <li>Name: The name of a tree list box is its localized label.</li>
        <li>Description: The description of a tree list box is its localized
            help text.</li>
        <li>Children: There exists children of type <type scope="com::sun::star::awt">AccessibleTreeListBoxEntry</type>.
-		</li>            
+		</li>
        <li>Parent: The parent is the window that contains the tree list box.</li>
        <li>Relations: There are no relations.</li>
        <li>States: The states supported by this service are
@@ -67,7 +67,7 @@
            <li><const scope="com::sun::star::accessibility"
                >AccessibleStateType::DEFUNC</const>
                is set if the object has already been disposed
-               and subsequent calls to this object result in				
+               and subsequent calls to this object result in
                <type scope="com::sun::star::lang">DisposedException</type>
                exceptions.</li>
            <li><const scope="com::sun::star::accessibility"
diff --git a/main/offapi/com/sun/star/awt/AccessibleTreeListBoxEntry.idl b/main/offapi/com/sun/star/awt/AccessibleTreeListBoxEntry.idl
index 73977a1..27a6120 100644
--- a/main/offapi/com/sun/star/awt/AccessibleTreeListBoxEntry.idl
+++ b/main/offapi/com/sun/star/awt/AccessibleTreeListBoxEntry.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -56,14 +56,14 @@
 	/** This interface gives access to the structural information of a tree list box entry:
 
        <ul>
-       <li>Role: The role of a tree list box entry is <const 
+       <li>Role: The role of a tree list box entry is <const
            scope="com::sun::star::accessibility"
            >AccessibleRole::LABEL</const>.</li>
        <li>Name: The name of a tree list box entry is it's text.</li>
        <li>Description: The description of a tree list box entry is empty.</li>
-       <li>Children: There can exist children of type <type scope="com::sun::star::awt">AccessibleTreeListBoxEntry</type>. 
-		</li>            
-       <li>Parent: The parent is either the <type scope="com::sun::star::awt">AccessibleTreeListBox</type> 
+       <li>Children: There can exist children of type <type scope="com::sun::star::awt">AccessibleTreeListBoxEntry</type>.
+		</li>
+       <li>Parent: The parent is either the <type scope="com::sun::star::awt">AccessibleTreeListBox</type>
 			or an <type scope="com::sun::star::awt">AccessibleTreeListBoxEntry</type> that contains the tree list box entry.</li>
        <li>Relations: There are no relations.</li>
        <li>States: The states supported by this service are
@@ -71,7 +71,7 @@
            <li><const scope="com::sun::star::accessibility"
                >AccessibleStateType::DEFUNC</const>
                is set if the object has already been disposed
-               and subsequent calls to this object result in				
+               and subsequent calls to this object result in
                <type scope="com::sun::star::lang">DisposedException</type>
                exceptions.</li>
            <li><const scope="com::sun::star::accessibility"
diff --git a/main/offapi/com/sun/star/awt/AccessibleWindow.idl b/main/offapi/com/sun/star/awt/AccessibleWindow.idl
index fc5cff4..ed6d988 100644
--- a/main/offapi/com/sun/star/awt/AccessibleWindow.idl
+++ b/main/offapi/com/sun/star/awt/AccessibleWindow.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -38,9 +38,9 @@
 #endif
 
 module com { module sun { module star { module awt {
-    
+
 /** specifies accessibility support for a window.
-    
+
     @since OpenOffice 1.1.2
  */
 published service AccessibleWindow
@@ -67,9 +67,9 @@
                 >AccessibleRole::SPLIT_PANE</const></li>
             <li><const scope="com::sun::star::accessibility"
                 >AccessibleRole::WINDOW</const></li>
-            <li>...</li>               
+            <li>...</li>
             </ul>
-            </li>     
+            </li>
         <li>Name: The name of a window is its localized title.</li>
         <li>Description: The description of a window is its localized
             help text.</li>
@@ -80,11 +80,11 @@
             <ul>
             <li><const scope="com::sun::star::accessibility"
                 >AccessibleStateType::ACTIVE</const> is set
-                if the object is currently the active object.</li>    
+                if the object is currently the active object.</li>
             <li><const scope="com::sun::star::accessibility"
                 >AccessibleStateType::DEFUNC</const>
                 is set if the object has already been disposed
-                and subsequent calls to this object result in				
+                and subsequent calls to this object result in
                 <type scope="com::sun::star::lang">DisposedException</type>
                 exceptions.</li>
             <li><const scope="com::sun::star::accessibility"
@@ -100,7 +100,7 @@
                 if the object is modal.</li>
             <li><const scope="com::sun::star::accessibility"
                 >AccessibleStateType::RESIZABLE</const> is set
-                if the size of the object is not fixed.</li> 
+                if the size of the object is not fixed.</li>
             <li><const scope="com::sun::star::accessibility"
                 >AccessibleStateType::SHOWING</const> is set
                 if the object is displayed on the screen.</li>
diff --git a/main/offapi/com/sun/star/awt/ActionEvent.idl b/main/offapi/com/sun/star/awt/ActionEvent.idl
index b053f1d..d46fa67 100644
--- a/main/offapi/com/sun/star/awt/ActionEvent.idl
+++ b/main/offapi/com/sun/star/awt/ActionEvent.idl
@@ -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,59 +7,59 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_ActionEvent_idl__ 
-#define __com_sun_star_awt_ActionEvent_idl__ 
- 
-#ifndef __com_sun_star_lang_EventObject_idl__ 
-#include <com/sun/star/lang/EventObject.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_ActionEvent_idl__
+#define __com_sun_star_awt_ActionEvent_idl__
+
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** a semantic event which indicates that a component-defined action occurred.
-	
+
 	<p>This high-level event is generated by a component (such as a Button)
-	when the component-specific action occurs (such as being pressed). 
-	The event is passed to every <type>XActionListener</type> object 
-	that registered to receive such events using the component's 
+	when the component-specific action occurs (such as being pressed).
+	The event is passed to every <type>XActionListener</type> object
+	that registered to receive such events using the component's
 	<code>addActionListener</code> method.</p>
-    
-	<p>The object that implements the <type>XActionListener</type> interface 
-	gets this ActionEvent when the event occurs. The listener is therefore 
-	spared the details of processing individual mouse movements and mouse 
-	clicks, and can instead process a "meaningful" (semantic) event like 
+
+	<p>The object that implements the <type>XActionListener</type> interface
+	gets this ActionEvent when the event occurs. The listener is therefore
+	spared the details of processing individual mouse movements and mouse
+	clicks, and can instead process a "meaningful" (semantic) event like
 	"button pressed".</p>
  */
 published struct ActionEvent: com::sun::star::lang::EventObject
-{ 
-	//------------------------------------------------------------------------- 
-		
+{
+	//-------------------------------------------------------------------------
+
 	/** contains the command string associated with this action.
 	 */
-	string ActionCommand; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	string ActionCommand;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/AdjustmentEvent.idl b/main/offapi/com/sun/star/awt/AdjustmentEvent.idl
index 765291a..cef0c6c 100644
--- a/main/offapi/com/sun/star/awt/AdjustmentEvent.idl
+++ b/main/offapi/com/sun/star/awt/AdjustmentEvent.idl
@@ -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,57 +7,57 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_AdjustmentEvent_idl__ 
-#define __com_sun_star_awt_AdjustmentEvent_idl__ 
- 
-#ifndef __com_sun_star_lang_EventObject_idl__ 
-#include <com/sun/star/lang/EventObject.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_AdjustmentType_idl__ 
-#include <com/sun/star/awt/AdjustmentType.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_AdjustmentEvent_idl__
+#define __com_sun_star_awt_AdjustmentEvent_idl__
+
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
+
+#ifndef __com_sun_star_awt_AdjustmentType_idl__
+#include <com/sun/star/awt/AdjustmentType.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** adjustment event emitted by adjustable objects.
  */
 published struct AdjustmentEvent: com::sun::star::lang::EventObject
-{ 
-	//------------------------------------------------------------------------- 
-		
+{
+	//-------------------------------------------------------------------------
+
 	/** contains the current value in the adjustment event.
 	 */
-	long Value; 
- 
-	//------------------------------------------------------------------------- 
-		
+	long Value;
+
+	//-------------------------------------------------------------------------
+
 	/** contains the type of the adjustment event.
 	 */
-	com::sun::star::awt::AdjustmentType Type; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::awt::AdjustmentType Type;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/AdjustmentType.idl b/main/offapi/com/sun/star/awt/AdjustmentType.idl
index 1a4b363..78c1af9 100644
--- a/main/offapi/com/sun/star/awt/AdjustmentType.idl
+++ b/main/offapi/com/sun/star/awt/AdjustmentType.idl
@@ -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,62 +7,62 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_AdjustmentType_idl__ 
-#define __com_sun_star_awt_AdjustmentType_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_AdjustmentType_idl__
+#define __com_sun_star_awt_AdjustmentType_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies the adjustment type.
  */
 published enum AdjustmentType
-{ 
-	//------------------------------------------------------------------------- 
-	
+{
+	//-------------------------------------------------------------------------
+
 	/** adjustment is originated by a line jump.
 
-        <p>A line jump can, for example, be caused by a click on 
+        <p>A line jump can, for example, be caused by a click on
 		one of the pointer buttons.</p>
 	 */
-	ADJUST_LINE, 
- 
-	//------------------------------------------------------------------------- 
-	
+	ADJUST_LINE,
+
+	//-------------------------------------------------------------------------
+
 	/** adjustment is originated by a page jump.
-        
-		<p>A page jump can, for example, be caused by a click in the 
+
+		<p>A page jump can, for example, be caused by a click in the
 		background area of the scrollbar (neither one of the pointer
 		buttons, nor the thumb).</p>
 	 */
-	ADJUST_PAGE, 
- 
-	//------------------------------------------------------------------------- 
-	
+	ADJUST_PAGE,
+
+	//-------------------------------------------------------------------------
+
 	/** adjustment is originated by dragging the thumb.
 	 */
-	ADJUST_ABS 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	ADJUST_ABS
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/AnimatedImagesControl.idl b/main/offapi/com/sun/star/awt/AnimatedImagesControl.idl
index b65b305..3f9520a 100644
--- a/main/offapi/com/sun/star/awt/AnimatedImagesControl.idl
+++ b/main/offapi/com/sun/star/awt/AnimatedImagesControl.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/AnimatedImagesControlModel.idl b/main/offapi/com/sun/star/awt/AnimatedImagesControlModel.idl
index a147464..4b5b0d1 100644
--- a/main/offapi/com/sun/star/awt/AnimatedImagesControlModel.idl
+++ b/main/offapi/com/sun/star/awt/AnimatedImagesControlModel.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/AsyncCallback.idl b/main/offapi/com/sun/star/awt/AsyncCallback.idl
index 8472c4b..5d1376a 100644
--- a/main/offapi/com/sun/star/awt/AsyncCallback.idl
+++ b/main/offapi/com/sun/star/awt/AsyncCallback.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/CharSet.idl b/main/offapi/com/sun/star/awt/CharSet.idl
index 04d2c37..ba2343c 100644
--- a/main/offapi/com/sun/star/awt/CharSet.idl
+++ b/main/offapi/com/sun/star/awt/CharSet.idl
@@ -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,113 +7,113 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_CharSet_idl__ 
-#define __com_sun_star_awt_CharSet_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
-/** These values are used to specify the characters which are available in  
-	a font and their codes. 
-		 
+#ifndef __com_sun_star_awt_CharSet_idl__
+#define __com_sun_star_awt_CharSet_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
+/** These values are used to specify the characters which are available in
+	a font and their codes.
+
     <P>The currently defined constants of <CODE>CharSet</CODE> have the same
     numerical values as the corresponding enum values of the C/C++
     <CODE>rtl_TextEncoding</CODE> (from <CODE>rtl/textenc.h</CODE>).  This
     correspondence is by design.  Since <CODE>CharSet</CODE> is deprecated,
     however, it is not planned to add further constants to keep it in sync with
     <CODE>rtl_TextEncoding</CODE>.</P>
-	 
+
 	@deprecated
  */
 published constants CharSet
-{ 
-	//------------------------------------------------------------------------- 
-		
+{
+	//-------------------------------------------------------------------------
+
 	/** specifies an unknown character set.
 	 */
-	const short DONTKNOW = 0; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const short DONTKNOW = 0;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the ANSI character set.
 	 */
-	const short ANSI = 1; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const short ANSI = 1;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the <regtm>Apple Macintosh</regtm> character set.
 	 */
-	const short MAC = 2; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const short MAC = 2;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the IBM PC character set number 437.
 	 */
-	const short IBMPC_437 = 3; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const short IBMPC_437 = 3;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the IBM PC character set number 850.
 	 */
-	const short IBMPC_850 = 4; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const short IBMPC_850 = 4;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the IBM PC character set number 860.
 	 */
-	const short IBMPC_860 = 5; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const short IBMPC_860 = 5;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the IBM PC character set number 861.
 	 */
-	const short IBMPC_861 = 6; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const short IBMPC_861 = 6;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the IBM PC character set number 863.
 	 */
-	const short IBMPC_863 = 7; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const short IBMPC_863 = 7;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the IBM PC character set number 865.
 	 */
-	const short IBMPC_865 = 8; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const short IBMPC_865 = 8;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the system character set.
 	 */
-	const short SYSTEM = 9; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const short SYSTEM = 9;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a set of symbols.
 	 */
-	const short SYMBOL = 10; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	const short SYMBOL = 10;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/ContainerWindowProvider.idl b/main/offapi/com/sun/star/awt/ContainerWindowProvider.idl
index 6cf90fd..908892a 100644
--- a/main/offapi/com/sun/star/awt/ContainerWindowProvider.idl
+++ b/main/offapi/com/sun/star/awt/ContainerWindowProvider.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/DeviceCapability.idl b/main/offapi/com/sun/star/awt/DeviceCapability.idl
index 4a2f3eb..782b993 100644
--- a/main/offapi/com/sun/star/awt/DeviceCapability.idl
+++ b/main/offapi/com/sun/star/awt/DeviceCapability.idl
@@ -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,55 +7,55 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_DeviceCapability_idl__ 
-#define __com_sun_star_awt_DeviceCapability_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_DeviceCapability_idl__
+#define __com_sun_star_awt_DeviceCapability_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** defines which capabilities a device supports.
  */
 published constants DeviceCapability
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** supports the device raster operations.  
-				 
+{
+	//-------------------------------------------------------------------------
+
+	/** supports the device raster operations.
+
 		@see XGraphics::setRasterOp
 	 */
-	const long RASTEROPERATIONS = 1; 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** supports the <member>XDevice::createBitmap</member>, 
+	const long RASTEROPERATIONS = 1;
+
+	//-------------------------------------------------------------------------
+
+	/** supports the <member>XDevice::createBitmap</member>,
 		the <member>XDevice::createDevice</member> and the
-        <member>XGraphics::copy</member> methods. 
-				 
+        <member>XGraphics::copy</member> methods.
+
 		@see XGraphics::setRasterOp
 	 */
-	const long GETBITS = 2; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	const long GETBITS = 2;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/DeviceInfo.idl b/main/offapi/com/sun/star/awt/DeviceInfo.idl
index 35352f6..ce34a55 100644
--- a/main/offapi/com/sun/star/awt/DeviceInfo.idl
+++ b/main/offapi/com/sun/star/awt/DeviceInfo.idl
@@ -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,100 +7,100 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_DeviceInfo_idl__ 
-#define __com_sun_star_awt_DeviceInfo_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_DeviceInfo_idl__
+#define __com_sun_star_awt_DeviceInfo_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** contains information about a device.
  */
 published struct DeviceInfo
 {
-	//------------------------------------------------------------------------- 
-    
+	//-------------------------------------------------------------------------
+
 	/** contains the width of the device in pixels.
 	 */
-	long Width; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	long Width;
+
+	//-------------------------------------------------------------------------
+
 	/** contains the height of the device in pixels.
 	 */
-	long Height; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	long Height;
+
+	//-------------------------------------------------------------------------
+
 	/** contains the inset from the left.
 	 */
-	long LeftInset; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	long LeftInset;
+
+	//-------------------------------------------------------------------------
+
 	/** contains the inset from the top.
 	 */
-	long TopInset; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	long TopInset;
+
+	//-------------------------------------------------------------------------
+
 	/** contains the inset from the right.
 	 */
-	long RightInset; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	long RightInset;
+
+	//-------------------------------------------------------------------------
+
 	/** contains the inset from the bottom.
 	 */
-	long BottomInset; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	long BottomInset;
+
+	//-------------------------------------------------------------------------
+
 	/** contains the X-axis resolution of the device in pixel/meter.
 	 */
-	double PixelPerMeterX; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	double PixelPerMeterX;
+
+	//-------------------------------------------------------------------------
+
 	/** contains the Y-axis resolution of the device in pixel/meter.
 	 */
-	double PixelPerMeterY; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	double PixelPerMeterY;
+
+	//-------------------------------------------------------------------------
+
 	/** contains the color-depth of the device.
 	 */
-	short BitsPerPixel; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	short BitsPerPixel;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies special operations which are possible on the device.
 
         @see DeviceCapability
 	 */
-	long Capabilities; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
+	long Capabilities;
 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/DialogProvider.idl b/main/offapi/com/sun/star/awt/DialogProvider.idl
index f7de8e1..314fb06 100644
--- a/main/offapi/com/sun/star/awt/DialogProvider.idl
+++ b/main/offapi/com/sun/star/awt/DialogProvider.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/DialogProvider2.idl b/main/offapi/com/sun/star/awt/DialogProvider2.idl
index 7a1e1ca..ac2ad5a 100644
--- a/main/offapi/com/sun/star/awt/DialogProvider2.idl
+++ b/main/offapi/com/sun/star/awt/DialogProvider2.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/DockingData.idl b/main/offapi/com/sun/star/awt/DockingData.idl
index 66d9e98..e007a66 100644
--- a/main/offapi/com/sun/star/awt/DockingData.idl
+++ b/main/offapi/com/sun/star/awt/DockingData.idl
@@ -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,53 +7,53 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_DockingData_idl__ 
-#define __com_sun_star_awt_DockingData_idl__ 
- 
+#ifndef __com_sun_star_awt_DockingData_idl__
+#define __com_sun_star_awt_DockingData_idl__
+
 #ifndef __com_sun_star_awt_Rectangle_idl__
 #include <com/sun/star/awt/Rectangle.idl>
 #endif
 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+//=============================================================================
+
+module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** data returned by docking handler
 
  */
 struct DockingData
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** specifies the position and size where the window would be placed
         if the user releases the mouse
 	 */
-	com::sun::star::awt::Rectangle TrackingRectangle; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::awt::Rectangle TrackingRectangle;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies that the window should be floating (TRUE) or docked (FALSE)
 	 */
-	boolean bFloating; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	boolean bFloating;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/DockingEvent.idl b/main/offapi/com/sun/star/awt/DockingEvent.idl
index 18d2d83..6f1e2d6 100644
--- a/main/offapi/com/sun/star/awt/DockingEvent.idl
+++ b/main/offapi/com/sun/star/awt/DockingEvent.idl
@@ -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,74 +7,74 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_DockingEvent_idl__ 
-#define __com_sun_star_awt_DockingEvent_idl__ 
- 
-#ifndef __com_sun_star_lang_EventObject_idl__ 
-#include <com/sun/star/lang/EventObject.idl> 
-#endif 
- 
+#ifndef __com_sun_star_awt_DockingEvent_idl__
+#define __com_sun_star_awt_DockingEvent_idl__
+
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
+
 #ifndef __com_sun_star_awt_Rectangle_idl__
 #include <com/sun/star/awt/Rectangle.idl>
 #endif
 #ifndef __com_sun_star_awt_Point_idl__
 #include <com/sun/star/awt/Point.idl>
 #endif
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies a docking event.
  */
 struct DockingEvent: com::sun::star::lang::EventObject
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** specifies the current tracking rectangle
 	 */
-	com::sun::star::awt::Rectangle TrackingRectangle; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::awt::Rectangle TrackingRectangle;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the current mouse position in frame coordinates
 	 */
-	com::sun::star::awt::Point MousePos; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::awt::Point MousePos;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies if the layout should be adjusted immediately
 	 */
-	boolean bLiveMode; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	boolean bLiveMode;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies if the docking procedure is interactive which means that
         the user is currently dragging the window to a new position
         if this member is <FALSE/> the window will be docked or undocked immediately
         using the returned tracking rectangle
 	 */
 	boolean bInteractive;
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/EndDockingEvent.idl b/main/offapi/com/sun/star/awt/EndDockingEvent.idl
index 89f83fa..06c6f71 100644
--- a/main/offapi/com/sun/star/awt/EndDockingEvent.idl
+++ b/main/offapi/com/sun/star/awt/EndDockingEvent.idl
@@ -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,62 +7,62 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_EndDockingEvent_idl__ 
-#define __com_sun_star_awt_EndDockingEvent_idl__ 
- 
-#ifndef __com_sun_star_lang_EventObject_idl__ 
-#include <com/sun/star/lang/EventObject.idl> 
-#endif 
+#ifndef __com_sun_star_awt_EndDockingEvent_idl__
+#define __com_sun_star_awt_EndDockingEvent_idl__
+
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
 
 #ifndef __com_sun_star_awt_Rectangle_idl__
 #include <com/sun/star/awt/Rectangle.idl>
 #endif
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies an end docking event.
  */
 struct EndDockingEvent: com::sun::star::lang::EventObject
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** specifies the new bounding rectangle of the window
 	 */
-	com::sun::star::awt::Rectangle WindowRectangle; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::awt::Rectangle WindowRectangle;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies if the window is now floating <TRUE/> or docked <FALSE/>
 	 */
 	boolean bFloating;
 
-	//------------------------------------------------------------------------- 
-	 
+	//-------------------------------------------------------------------------
+
 	/** specifies that the docking procedure was cancelled
 	 */
 	boolean bCancelled;
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/EndPopupModeEvent.idl b/main/offapi/com/sun/star/awt/EndPopupModeEvent.idl
index bd4e298..45bca82 100644
--- a/main/offapi/com/sun/star/awt/EndPopupModeEvent.idl
+++ b/main/offapi/com/sun/star/awt/EndPopupModeEvent.idl
@@ -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,58 +7,58 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_EndPopupModeEvent_idl__ 
-#define __com_sun_star_awt_EndPopupModeEvent_idl__ 
- 
-#ifndef __com_sun_star_lang_EventObject_idl__ 
-#include <com/sun/star/lang/EventObject.idl> 
-#endif 
+#ifndef __com_sun_star_awt_EndPopupModeEvent_idl__
+#define __com_sun_star_awt_EndPopupModeEvent_idl__
 
-#ifndef __com_sun_star_awt_Point_idl__ 
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
+
+#ifndef __com_sun_star_awt_Point_idl__
 #include <com/sun/star/awt/Point.idl>
 #endif
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies an end popup mode event.
  */
 struct EndPopupModeEvent: com::sun::star::lang::EventObject
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** specifies how the popup mode was ended
         <TRUE/> means the window should be teared-off and positioned at FloatingPosition
         <FALSE/> means the window was closed
 	 */
 	boolean bTearoff;
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the new position of the floating window in frame coordinates
          if bTearoff is <TRUE/>
 	 */
-	com::sun::star::awt::Point FloatingPosition; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::awt::Point FloatingPosition;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/EnhancedMouseEvent.idl b/main/offapi/com/sun/star/awt/EnhancedMouseEvent.idl
index e3ca0fb..2f78416 100644
--- a/main/offapi/com/sun/star/awt/EnhancedMouseEvent.idl
+++ b/main/offapi/com/sun/star/awt/EnhancedMouseEvent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/FieldUnit.idl b/main/offapi/com/sun/star/awt/FieldUnit.idl
index b680952..5ceef67 100644
--- a/main/offapi/com/sun/star/awt/FieldUnit.idl
+++ b/main/offapi/com/sun/star/awt/FieldUnit.idl
@@ -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,27 +7,27 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_FieldUnit_idl__ 
-#define __com_sun_star_awt_FieldUnit_idl__ 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
+#ifndef __com_sun_star_awt_FieldUnit_idl__
+#define __com_sun_star_awt_FieldUnit_idl__
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
 
 /** specifies attributes for the MetricField map units.
 
@@ -51,9 +51,9 @@
     const short FUNIT_PERCENT = 12;
     const short FUNIT_100TH_MM = 13;
 };
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/FocusChangeReason.idl b/main/offapi/com/sun/star/awt/FocusChangeReason.idl
index 071f99e..671969c 100644
--- a/main/offapi/com/sun/star/awt/FocusChangeReason.idl
+++ b/main/offapi/com/sun/star/awt/FocusChangeReason.idl
@@ -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,83 +7,83 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_FocusChangeReason_idl__ 
-#define __com_sun_star_awt_FocusChangeReason_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
-/** A combination of these values can be used to specify the reason 
+#ifndef __com_sun_star_awt_FocusChangeReason_idl__
+#define __com_sun_star_awt_FocusChangeReason_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
+/** A combination of these values can be used to specify the reason
 	for a focus change.
  */
 published constants FocusChangeReason
-{ 
-	//------------------------------------------------------------------------- 
-		
+{
+	//-------------------------------------------------------------------------
+
 	/** Focus changed because TAB was pressed.
 	 */
-	const long TAB = 1; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long TAB = 1;
+
+	//-------------------------------------------------------------------------
+
 	/** Focus changed because KeyLeft/Right/Up/Down was pressed.
 	 */
-	const long CURSOR = 2; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long CURSOR = 2;
+
+	//-------------------------------------------------------------------------
+
 	/** Focus changed because mnemonic key was pressed.
 	 */
-	const long MNEMONIC = 4; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long MNEMONIC = 4;
+
+	//-------------------------------------------------------------------------
+
 	/** Changed Focus to the next control.
 	 */
-	const long FORWARD = 16; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long FORWARD = 16;
+
+	//-------------------------------------------------------------------------
+
 	/** Changed Focus to the previous control.
 	 */
-	const long BACKWARD = 32; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long BACKWARD = 32;
+
+	//-------------------------------------------------------------------------
+
 	/** Changed Focus forward from last to first or backward from first to
         last.
 	 */
-	const long AROUND = 64; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long AROUND = 64;
+
+	//-------------------------------------------------------------------------
+
 	/** Focus changed because mnemonic key was pressed and this mnemonic is
         unique.
 	 */
-	const long UNIQUEMNEMONIC = 256; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
- 
-#endif 
+	const long UNIQUEMNEMONIC = 256;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/FocusEvent.idl b/main/offapi/com/sun/star/awt/FocusEvent.idl
index 2e5ab6d..ec7ecca 100644
--- a/main/offapi/com/sun/star/awt/FocusEvent.idl
+++ b/main/offapi/com/sun/star/awt/FocusEvent.idl
@@ -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,44 +7,44 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_FocusEvent_idl__ 
-#define __com_sun_star_awt_FocusEvent_idl__ 
- 
-#ifndef __com_sun_star_lang_EventObject_idl__ 
-#include <com/sun/star/lang/EventObject.idl> 
-#endif 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_FocusEvent_idl__
+#define __com_sun_star_awt_FocusEvent_idl__
+
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies a keyboard focus event.
-			
+
 	<p>There are two levels of focus change events: permanent and temporary.
 	Permanent focus change events occur when focus is directly moved
 	from one component to another, such as through calls to requestFocus()
 	or as the user uses the Tab key to traverse components.
-	Temporary focus change events occur when focus is 
+	Temporary focus change events occur when focus is
 	gained or lost for a component as the indirect result of another
 	operation, such as window deactivation or a scrollbar drag.  In this
 	case, the original focus state will automatically be restored once
@@ -55,32 +55,32 @@
 	method.</p>
  */
 published struct FocusEvent: com::sun::star::lang::EventObject
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** specifies the reason for the focus change as an arithmentic-or 
+{
+	//-------------------------------------------------------------------------
+
+	/** specifies the reason for the focus change as an arithmentic-or
 		combination of <type>FocusChangeReason</type>.
 
         @see FocusChangeReason
 	 */
-	short FocusFlags; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	short FocusFlags;
+
+	//-------------------------------------------------------------------------
+
 	/** contains the window which gets the focus on a lose focus event.
 	 */
-	com::sun::star::uno::XInterface NextFocus; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::uno::XInterface NextFocus;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies if this focus change event is a temporary change.
 	 */
-	boolean Temporary; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	boolean Temporary;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/FontDescriptor.idl b/main/offapi/com/sun/star/awt/FontDescriptor.idl
index b1f8d89..5a24356 100644
--- a/main/offapi/com/sun/star/awt/FontDescriptor.idl
+++ b/main/offapi/com/sun/star/awt/FontDescriptor.idl
@@ -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,180 +7,180 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_FontDescriptor_idl__ 
-#define __com_sun_star_awt_FontDescriptor_idl__ 
- 
-#ifndef __com_sun_star_awt_FontSlant_idl__ 
-#include <com/sun/star/awt/FontSlant.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_FontDescriptor_idl__
+#define __com_sun_star_awt_FontDescriptor_idl__
+
+#ifndef __com_sun_star_awt_FontSlant_idl__
+#include <com/sun/star/awt/FontSlant.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** describes the characteristics of a font.
-			
+
 	<p>For example, this can be used to select a font.</p>
  */
 published struct FontDescriptor
 {
-	//------------------------------------------------------------------------- 
-    
+	//-------------------------------------------------------------------------
+
 	/** specifies the exact name of the font.
 	 */
-	string Name; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	string Name;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the height of the font in the measure of the
 		destination.
 	 */
-	short Height; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	short Height;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the width of the font in the measure of the
 		destination.
 	 */
-	short Width; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	short Width;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the style name of the font.
 	 */
-	string StyleName; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	string StyleName;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the general style of the font.
-						
+
 		<p>Use one value out of the constant group
         <type scope="com::sun::star::awt">FontFamily</type>.</p>
 	 */
-	short Family; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	short Family;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the character set which is supported by the font.
-		
-		<p>Use one value out of the constant group 
+
+		<p>Use one value out of the constant group
 		<type scope="com::sun::star::awt">CharSet</type>.</p>
 	 */
-	short CharSet; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	short CharSet;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the pitch of the font.
-		
-		<p>Use one value out of the constant group 
+
+		<p>Use one value out of the constant group
 		<type scope="com::sun::star::awt">FontPitch</type>.</p>
 	 */
-	short Pitch; 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** specifies the character width. 
-						
+	short Pitch;
+
+	//-------------------------------------------------------------------------
+
+	/** specifies the character width.
+
 		<p>Depending on the specified width, a font that supports this
 		width may be selected.</p>
-        
+
 		<p>The value is expressed as a percentage.</p>
 	 */
-	float CharacterWidth; 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** specifies the thickness of the line. 
-						
+	float CharacterWidth;
+
+	//-------------------------------------------------------------------------
+
+	/** specifies the thickness of the line.
+
 		<p>Depending on the specified weight, a font that supports this
         thickness may be selected.</p>
-        
+
 		<p>The value is expressed as a percentage.</p>
 	 */
-	float Weight; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	float Weight;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the slant of the font.
 	 */
-	com::sun::star::awt::FontSlant Slant; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::awt::FontSlant Slant;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the kind of underlining.
-        
+
         <p>Use one value out of the constant group
         <type scope="com::sun::star::awt">FontUnderline</type>.</p>
 	 */
-	short Underline; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	short Underline;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the kind of strikeout.
 
         <p>Use one value out of the constant group
         <type scope="com::sun::star::awt">FontStrikeout</type>.</p>
 	 */
-	short Strikeout; 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** specifies the rotation of the font. 
-						
+	short Strikeout;
+
+	//-------------------------------------------------------------------------
+
+	/** specifies the rotation of the font.
+
 		<p>The unit of measure is degrees; 0 is the baseline.</p>
 	 */
-	float Orientation; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	float Orientation;
+
+	//-------------------------------------------------------------------------
+
 	/** For requesting, it specifies if there is a kerning table available.
 		For selecting, it specifies if the kerning table is to be used.
 	 */
-	boolean Kerning; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	boolean Kerning;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies if only words get underlined.
-						
+
 		<p><TRUE/> means that only non-space characters get underlined,
 		<FALSE/> means that the spacing also gets underlined.</p>
-        
+
 		<p>This property is only valid if the property
 		<member scope="com::sun::star::awt">FontDescriptor::Underline</member>
         is not <const>FontUnderline::NONE</const>.</p>
 	 */
-	boolean WordLineMode; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	boolean WordLineMode;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the technology of the font representation.
-						
+
 		<p>One or more values out of the constant group
 		<type scope="com::sun::star::awt">FontType</type> can be combined by
         an arithmetical or-operation.</p>
 	 */
-	short Type; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	short Type;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/FontEmphasisMark.idl b/main/offapi/com/sun/star/awt/FontEmphasisMark.idl
index 10e0c31..bb6977d 100644
--- a/main/offapi/com/sun/star/awt/FontEmphasisMark.idl
+++ b/main/offapi/com/sun/star/awt/FontEmphasisMark.idl
@@ -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,84 +7,84 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
-#ifndef __com_sun_star_awt_FontEmphasisMark_idl__ 
-#define __com_sun_star_awt_FontEmphasisMark_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
-/** These values are used to specify the kind of emphasis mark. 
-		 
+#ifndef __com_sun_star_awt_FontEmphasisMark_idl__
+#define __com_sun_star_awt_FontEmphasisMark_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
+/** These values are used to specify the kind of emphasis mark.
+
 	<p>They may be expanded in future versions.</p>
  */
 published constants FontEmphasisMark
-{ 
-	//------------------------------------------------------------------------- 
-		
+{
+	//-------------------------------------------------------------------------
+
 	/** specifies no emphasis mark.
 	 */
-	const short NONE = 0x0000; 
+	const short NONE = 0x0000;
 
-	//------------------------------------------------------------------------- 
-		
+	//-------------------------------------------------------------------------
+
 	/** specifies emphasis mark dot.
 	 */
-	const short DOT = 0x0001; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const short DOT = 0x0001;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies emphasis mark circle.
 	 */
-	const short CIRCLE = 0x0002; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const short CIRCLE = 0x0002;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies emphasis mark disc.
 	 */
-	const short DISC = 0x0003; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const short DISC = 0x0003;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies emphasis mark accent.
 	 */
-	const short ACCENT = 0x0004; 
+	const short ACCENT = 0x0004;
 
-	//------------------------------------------------------------------------- 
-		
+	//-------------------------------------------------------------------------
+
 	/** specifies that the emphasis mark should be positioned above the
         characters.
 	 */
-	const short ABOVE = 0x1000; 
+	const short ABOVE = 0x1000;
 
-	//------------------------------------------------------------------------- 
-		
+	//-------------------------------------------------------------------------
+
 	/** specifies that the emphasis mark should be positioned below the
         characters.
 	 */
 	const short BELOW = 0x2000;
-    
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/FontFamily.idl b/main/offapi/com/sun/star/awt/FontFamily.idl
index 1e7b429..e4185ad 100644
--- a/main/offapi/com/sun/star/awt/FontFamily.idl
+++ b/main/offapi/com/sun/star/awt/FontFamily.idl
@@ -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,81 +7,81 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_FontFamily_idl__ 
-#define __com_sun_star_awt_FontFamily_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
-/** These values are used to specify the general kind of font. 
-		 
+#ifndef __com_sun_star_awt_FontFamily_idl__
+#define __com_sun_star_awt_FontFamily_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
+/** These values are used to specify the general kind of font.
+
 	<p>They may be expanded in future versions.</p>
  */
 published constants FontFamily
-{ 
-	//------------------------------------------------------------------------- 
-		
+{
+	//-------------------------------------------------------------------------
+
 	/** specifies an unknown font family.
 	 */
-	const short DONTKNOW = 0; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const short DONTKNOW = 0;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the family of decorative fonts.
 	 */
-	const short DECORATIVE = 1; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const short DECORATIVE = 1;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the family of modern fonts.
 	 */
-	const short MODERN = 2; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const short MODERN = 2;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the family roman fonts (with serifes).
 	 */
-	const short ROMAN = 3; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const short ROMAN = 3;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the family of script fonts.
 	 */
-	const short SCRIPT = 4; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const short SCRIPT = 4;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the family roman fonts (without serifes).
 	 */
-	const short SWISS = 5; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const short SWISS = 5;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the family system fonts.
 	 */
-	const short SYSTEM = 6; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	const short SYSTEM = 6;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/FontPitch.idl b/main/offapi/com/sun/star/awt/FontPitch.idl
index 45de645..aa6130b 100644
--- a/main/offapi/com/sun/star/awt/FontPitch.idl
+++ b/main/offapi/com/sun/star/awt/FontPitch.idl
@@ -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,58 +7,58 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_FontPitch_idl__ 
-#define __com_sun_star_awt_FontPitch_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
-/** These values are used to specify whether the width of a character is 
-	fixed or variable. 
-		 
+#ifndef __com_sun_star_awt_FontPitch_idl__
+#define __com_sun_star_awt_FontPitch_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
+/** These values are used to specify whether the width of a character is
+	fixed or variable.
+
 	<p>They may be expanded in future versions.</p>
  */
 published constants FontPitch
-{ 
-	//------------------------------------------------------------------------- 
-		
+{
+	//-------------------------------------------------------------------------
+
 	/** specifies that the pitch for this font is unknown.
 	 */
-	const short DONTKNOW = 0; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const short DONTKNOW = 0;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a font with a fixed character width.
 	 */
-	const short FIXED = 1; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const short FIXED = 1;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a font with a variable character width.
 	 */
-	const short VARIABLE = 2; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	const short VARIABLE = 2;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/FontRelief.idl b/main/offapi/com/sun/star/awt/FontRelief.idl
index e8c0be3..efe58cf 100644
--- a/main/offapi/com/sun/star/awt/FontRelief.idl
+++ b/main/offapi/com/sun/star/awt/FontRelief.idl
@@ -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,58 +7,58 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_FontRelief_idl__ 
-#define __com_sun_star_awt_FontRelief_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
-/** These values are used to specify the kind of relief. 
-		 
+#ifndef __com_sun_star_awt_FontRelief_idl__
+#define __com_sun_star_awt_FontRelief_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
+/** These values are used to specify the kind of relief.
+
     <p>They may be expanded in future versions.</p>
  */
 
 published constants FontRelief
-{ 
-	//------------------------------------------------------------------------- 
-		
+{
+	//-------------------------------------------------------------------------
+
 	/** specifies no relief.
 	 */
-	const short NONE = 0; 
- 
-	//------------------------------------------------------------------------- 
+	const short NONE = 0;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies no embossed.
-	 */	
-	const short EMBOSSED = 1; 
- 
-	//------------------------------------------------------------------------- 
+	 */
+	const short EMBOSSED = 1;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies no engraved.
 	 */
 	const short ENGRAVED = 2;
-    
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/FontSlant.idl b/main/offapi/com/sun/star/awt/FontSlant.idl
index 93eb035..984dc7a 100644
--- a/main/offapi/com/sun/star/awt/FontSlant.idl
+++ b/main/offapi/com/sun/star/awt/FontSlant.idl
@@ -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,73 +7,73 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_FontSlant_idl__ 
-#define __com_sun_star_awt_FontSlant_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_FontSlant_idl__
+#define __com_sun_star_awt_FontSlant_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** used to specify the slant of a font.
  */
 published enum FontSlant
-{ 
-	//------------------------------------------------------------------------- 
-		
+{
+	//-------------------------------------------------------------------------
+
 	/** specifies a font without slant.
 	 */
-	NONE, 
- 
-	//------------------------------------------------------------------------- 
-		
+	NONE,
+
+	//-------------------------------------------------------------------------
+
 	/** specifies an oblique font (slant not designed into the font).
 	 */
-	OBLIQUE, 
- 
-	//------------------------------------------------------------------------- 
-		
+	OBLIQUE,
+
+	//-------------------------------------------------------------------------
+
 	/** specifies an italic font (slant designed into the font).
 	 */
-	ITALIC, 
- 
-	//------------------------------------------------------------------------- 
-	
+	ITALIC,
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a font with an unknown slant.
 	 */
-	DONTKNOW, 
- 
-	//------------------------------------------------------------------------- 
-		
+	DONTKNOW,
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a reverse oblique font (slant not designed into the font).
 	 */
-	REVERSE_OBLIQUE, 
- 
-	//------------------------------------------------------------------------- 
-		
+	REVERSE_OBLIQUE,
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a reverse italic font (slant designed into the font).
 	 */
-	REVERSE_ITALIC 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	REVERSE_ITALIC
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/FontStrikeout.idl b/main/offapi/com/sun/star/awt/FontStrikeout.idl
index 87e1249..38cbaf5 100644
--- a/main/offapi/com/sun/star/awt/FontStrikeout.idl
+++ b/main/offapi/com/sun/star/awt/FontStrikeout.idl
@@ -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,81 +7,81 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_FontStrikeout_idl__ 
-#define __com_sun_star_awt_FontStrikeout_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
-/** These values are used to specify the kind of strikeout. 
-		 
+#ifndef __com_sun_star_awt_FontStrikeout_idl__
+#define __com_sun_star_awt_FontStrikeout_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
+/** These values are used to specify the kind of strikeout.
+
 	<p>They may be expanded in future versions.</p>
  */
 published constants FontStrikeout
-{ 
-	//------------------------------------------------------------------------- 
-		
+{
+	//-------------------------------------------------------------------------
+
 	/** specifies not to strike out the characters.
 	 */
-	const short NONE = 0; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const short NONE = 0;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies to strike out the characters with a single line.
 	 */
-	const short SINGLE = 1; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const short SINGLE = 1;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies to strike out the characters with a double line.
 	 */
-	const short DOUBLE = 2; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const short DOUBLE = 2;
+
+	//-------------------------------------------------------------------------
+
 	/** The strikeout mode is not specified.
 	 */
-	const short DONTKNOW = 3; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const short DONTKNOW = 3;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies to strike out the characters with a bold line.
 	 */
-	const short BOLD = 4; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const short BOLD = 4;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies to strike out the characters with slashes.
 	 */
-	const short SLASH = 5; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short SLASH = 5;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies to strike out the characters with X's.
 	 */
-	const short X = 6; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	const short X = 6;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/FontType.idl b/main/offapi/com/sun/star/awt/FontType.idl
index 2f6f57f..6339f87 100644
--- a/main/offapi/com/sun/star/awt/FontType.idl
+++ b/main/offapi/com/sun/star/awt/FontType.idl
@@ -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,63 +7,63 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_FontType_idl__ 
-#define __com_sun_star_awt_FontType_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
-/** These values are used to specify the technology of the font representation. 
-		 
+#ifndef __com_sun_star_awt_FontType_idl__
+#define __com_sun_star_awt_FontType_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
+/** These values are used to specify the technology of the font representation.
+
 	<p>They may be expanded in future versions.</p>
  */
 published constants FontType
-{ 
-	//------------------------------------------------------------------------- 
-		
+{
+	//-------------------------------------------------------------------------
+
 	/** The type of the font is not known.
 	 */
-	const short DONTKNOW = 0; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const short DONTKNOW = 0;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a raster font.
 	 */
-	const short RASTER = 1; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const short RASTER = 1;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a device font.
 	 */
-	const short DEVICE = 2; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const short DEVICE = 2;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a scalable font.
 	 */
-	const short SCALABLE = 4; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	const short SCALABLE = 4;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/FontUnderline.idl b/main/offapi/com/sun/star/awt/FontUnderline.idl
index 0564f83..3c0a4f9 100644
--- a/main/offapi/com/sun/star/awt/FontUnderline.idl
+++ b/main/offapi/com/sun/star/awt/FontUnderline.idl
@@ -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,153 +7,153 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_FontUnderline_idl__ 
-#define __com_sun_star_awt_FontUnderline_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
-/** These values are used to specify the kind of underlining. 
-		 
+#ifndef __com_sun_star_awt_FontUnderline_idl__
+#define __com_sun_star_awt_FontUnderline_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
+/** These values are used to specify the kind of underlining.
+
 	<p>They may be expanded in future versions.</p>
  */
 published constants FontUnderline
-{ 
-	//------------------------------------------------------------------------- 
-		
+{
+	//-------------------------------------------------------------------------
+
 	/** specifies no underlining.
 	 */
-	const short NONE = 0; 
- 
-	//------------------------------------------------------------------------- 
+	const short NONE = 0;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies underlining with a single line.
-     */	
-	const short SINGLE = 1; 
- 
-	//------------------------------------------------------------------------- 
+     */
+	const short SINGLE = 1;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies underlining with a double line.
-     */	
-	const short DOUBLE = 2; 
- 
-	//------------------------------------------------------------------------- 
+     */
+	const short DOUBLE = 2;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies underlining with a dotted line.
-     */	
-	const short DOTTED = 3; 
- 
-	//------------------------------------------------------------------------- 
-		
+     */
+	const short DOTTED = 3;
+
+	//-------------------------------------------------------------------------
+
 	/** The kind of underlining is not known.
 	 */
-	const short DONTKNOW = 4; 
- 
-	//------------------------------------------------------------------------- 
+	const short DONTKNOW = 4;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies underlining with a dashed line.
-     */	
-	const short DASH = 5; 
- 
-	//------------------------------------------------------------------------- 
+     */
+	const short DASH = 5;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies underlining with long dashes.
-     */	
-	const short LONGDASH = 6; 
- 
-	//------------------------------------------------------------------------- 
+     */
+	const short LONGDASH = 6;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies underlining with a dash and dot sequence.
-     */	
-	const short DASHDOT = 7; 
- 
-	//------------------------------------------------------------------------- 
+     */
+	const short DASHDOT = 7;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies underlining with a dash, dot, dot sequence.
-     */	
-	const short DASHDOTDOT = 8; 
- 
-	//------------------------------------------------------------------------- 
+     */
+	const short DASHDOTDOT = 8;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies underlining with a small wave.
-     */	
-	const short SMALLWAVE = 9; 
- 
-	//------------------------------------------------------------------------- 
+     */
+	const short SMALLWAVE = 9;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies underlining with a wave.
-     */	
-	const short WAVE = 10; 
- 
-	//------------------------------------------------------------------------- 
+     */
+	const short WAVE = 10;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies underlining with a double wave.
-     */	
-	const short DOUBLEWAVE = 11; 
- 
-	//------------------------------------------------------------------------- 
+     */
+	const short DOUBLEWAVE = 11;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies underlining with a bold line.
-     */	
-	const short BOLD = 12; 
- 
-	//------------------------------------------------------------------------- 
+     */
+	const short BOLD = 12;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies underlining with bold dots.
-     */	
-	const short BOLDDOTTED = 13; 
- 
-	//------------------------------------------------------------------------- 
+     */
+	const short BOLDDOTTED = 13;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies underlining with bold dashes.
-     */	
-	const short BOLDDASH = 14; 
- 
-	//------------------------------------------------------------------------- 
+     */
+	const short BOLDDASH = 14;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies underlining with long bold dashes.
-     */	
-	const short BOLDLONGDASH = 15; 
- 
-	//------------------------------------------------------------------------- 
+     */
+	const short BOLDLONGDASH = 15;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies underlining with a dash and dot sequence in bold.
-     */	
-	const short BOLDDASHDOT = 16; 
- 
-	//------------------------------------------------------------------------- 
+     */
+	const short BOLDDASHDOT = 16;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies underlining with a dash, dot, dot sequence in bold.
-     */	
-	const short BOLDDASHDOTDOT = 17; 
- 
-	//------------------------------------------------------------------------- 
+     */
+	const short BOLDDASHDOTDOT = 17;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies underlining with a bold wave.
-     */	
-	const short BOLDWAVE = 18; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+     */
+	const short BOLDWAVE = 18;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/FontWeight.idl b/main/offapi/com/sun/star/awt/FontWeight.idl
index 873e7d6..cc9af3b 100644
--- a/main/offapi/com/sun/star/awt/FontWeight.idl
+++ b/main/offapi/com/sun/star/awt/FontWeight.idl
@@ -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,99 +7,99 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_FontWeight_idl__ 
-#define __com_sun_star_awt_FontWeight_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
-/** These values are used to specify whether a font is thin or bold. 
-		 
+#ifndef __com_sun_star_awt_FontWeight_idl__
+#define __com_sun_star_awt_FontWeight_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
+/** These values are used to specify whether a font is thin or bold.
+
 	<p>They may be expanded in future versions.</p>
  */
 published constants FontWeight
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 
 	/** The font weight is not specified/known.
-     */	
-	const float DONTKNOW = 0.000000; 
- 
-	//------------------------------------------------------------------------- 
+     */
+	const float DONTKNOW = 0.000000;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies a 50% font weight.
-     */	
-	const float THIN = 50.000000; 
- 
-	//------------------------------------------------------------------------- 
+     */
+	const float THIN = 50.000000;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies a 60% font weight.
-     */	
-	const float ULTRALIGHT = 60.000000; 
- 
-	//------------------------------------------------------------------------- 
+     */
+	const float ULTRALIGHT = 60.000000;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies a 75% font weight.
-     */	
-	const float LIGHT = 75.000000; 
- 
-	//------------------------------------------------------------------------- 
+     */
+	const float LIGHT = 75.000000;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies a 90% font weight.
-     */	
-	const float SEMILIGHT = 90.000000; 
- 
-	//------------------------------------------------------------------------- 
+     */
+	const float SEMILIGHT = 90.000000;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies a normal font weight.
-     */	
-	const float NORMAL = 100.000000; 
- 
-	//------------------------------------------------------------------------- 
+     */
+	const float NORMAL = 100.000000;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies a 110% font weight.
-     */	
-	const float SEMIBOLD = 110.000000; 
- 
-	//------------------------------------------------------------------------- 
+     */
+	const float SEMIBOLD = 110.000000;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies a 150% font weight.
-     */	
-	const float BOLD = 150.000000; 
- 
-	//------------------------------------------------------------------------- 
+     */
+	const float BOLD = 150.000000;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies a 175% font weight.
-     */	
-	const float ULTRABOLD = 175.000000; 
- 
-	//------------------------------------------------------------------------- 
+     */
+	const float ULTRABOLD = 175.000000;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies a 200% font weight.
-     */	
-	const float BLACK = 200.000000; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+     */
+	const float BLACK = 200.000000;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/FontWidth.idl b/main/offapi/com/sun/star/awt/FontWidth.idl
index 3c6b661..173c451 100644
--- a/main/offapi/com/sun/star/awt/FontWidth.idl
+++ b/main/offapi/com/sun/star/awt/FontWidth.idl
@@ -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,99 +7,99 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_FontWidth_idl__ 
-#define __com_sun_star_awt_FontWidth_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
-/** These values are used to specify the width of the characters of a font. 
-		 
+#ifndef __com_sun_star_awt_FontWidth_idl__
+#define __com_sun_star_awt_FontWidth_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
+/** These values are used to specify the width of the characters of a font.
+
 	<p>They may be expanded in future versions.</p>
  */
 published constants FontWidth
-{ 
-	//------------------------------------------------------------------------- 
-		
+{
+	//-------------------------------------------------------------------------
+
 	/** The width of the font is not specified/known.
 	 */
-	const float DONTKNOW = 0.000000; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const float DONTKNOW = 0.000000;
+
+	//-------------------------------------------------------------------------
+
 	/** The width of the font is condensed to 50%.
 	 */
-	const float ULTRACONDENSED = 50.000000; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const float ULTRACONDENSED = 50.000000;
+
+	//-------------------------------------------------------------------------
+
 	/** The width of the font is condensed to 60%.
 	 */
-	const float EXTRACONDENSED = 60.000000; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const float EXTRACONDENSED = 60.000000;
+
+	//-------------------------------------------------------------------------
+
 	/** The width of the font is condensed to 75%.
 	 */
-	const float CONDENSED = 75.000000; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const float CONDENSED = 75.000000;
+
+	//-------------------------------------------------------------------------
+
 	/** The width of the font is condensed to 90%.
 	 */
-	const float SEMICONDENSED = 90.000000; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const float SEMICONDENSED = 90.000000;
+
+	//-------------------------------------------------------------------------
+
 	/** The width of the font is normal.
 	 */
-	const float NORMAL = 100.000000; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const float NORMAL = 100.000000;
+
+	//-------------------------------------------------------------------------
+
 	/** The width of the font is expanded to 110%.
 	 */
-	const float SEMIEXPANDED = 110.000000; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const float SEMIEXPANDED = 110.000000;
+
+	//-------------------------------------------------------------------------
+
 	/** The width of the font is expanded to 150%.
 	 */
-	const float EXPANDED = 150.000000; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const float EXPANDED = 150.000000;
+
+	//-------------------------------------------------------------------------
+
 	/** The width of the font is expanded to 175%.
 	 */
-	const float EXTRAEXPANDED = 175.000000; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const float EXTRAEXPANDED = 175.000000;
+
+	//-------------------------------------------------------------------------
+
 	/** The width of the font is expanded to 200%.
 	 */
-	const float ULTRAEXPANDED = 200.000000; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	const float ULTRAEXPANDED = 200.000000;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/Gradient.idl b/main/offapi/com/sun/star/awt/Gradient.idl
index a57def7..a442124 100644
--- a/main/offapi/com/sun/star/awt/Gradient.idl
+++ b/main/offapi/com/sun/star/awt/Gradient.idl
@@ -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,105 +7,105 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_Gradient_idl__ 
-#define __com_sun_star_awt_Gradient_idl__ 
- 
-#ifndef __com_sun_star_awt_GradientStyle_idl__ 
-#include <com/sun/star/awt/GradientStyle.idl> 
-#endif 
- 
+#ifndef __com_sun_star_awt_Gradient_idl__
+#define __com_sun_star_awt_Gradient_idl__
+
+#ifndef __com_sun_star_awt_GradientStyle_idl__
+#include <com/sun/star/awt/GradientStyle.idl>
+#endif
+
 #ifndef __com_sun_star_util_Color_idl__
 #include <com/sun/star/util/Color.idl>
 #endif
 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** describes a color dispersion within an area.
  */
 published struct Gradient
 {
-	//------------------------------------------------------------------------- 
-    
+	//-------------------------------------------------------------------------
+
 	/** specifies the style of the gradient.
 	 */
-	com::sun::star::awt::GradientStyle Style; 
- 
-	//------------------------------------------------------------------------- 
-		
+	com::sun::star::awt::GradientStyle Style;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the color at the start point of the gradient.
 	 */
-	com::sun::star::util::Color StartColor; 
- 
-	//------------------------------------------------------------------------- 
-		
+	com::sun::star::util::Color StartColor;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the color at the end point of the gradient.
 	 */
-	com::sun::star::util::Color EndColor; 
- 
-	//------------------------------------------------------------------------- 
-	
+	com::sun::star::util::Color EndColor;
+
+	//-------------------------------------------------------------------------
+
 	/** angle of the gradient in 1/10 degree.
 	 */
-	short Angle; 
- 
-	//------------------------------------------------------------------------- 
-	
+	short Angle;
+
+	//-------------------------------------------------------------------------
+
 	/** per cent of the total width where just the start color is used.
 	 */
-	short Border; 
- 
-	//------------------------------------------------------------------------- 
-	
+	short Border;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the X-coordinate, where the gradient begins.
 	 */
-	short XOffset; 
- 
-	//------------------------------------------------------------------------- 
-	
+	short XOffset;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the Y-coordinate, where the gradient begins.
 	 */
-	short YOffset; 
- 
-	//------------------------------------------------------------------------- 
-		
+	short YOffset;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the intensity at the start point of the gradient.
 	 */
-	short StartIntensity; 
- 
-	//------------------------------------------------------------------------- 
-		
+	short StartIntensity;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the intensity at the end point of the gradient.
 	 */
-	short EndIntensity; 
- 
-	//------------------------------------------------------------------------- 
-		
+	short EndIntensity;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the number of steps of change color.
 	 */
-	short StepCount; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	short StepCount;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/GradientStyle.idl b/main/offapi/com/sun/star/awt/GradientStyle.idl
index b7be3da..4f201d5 100644
--- a/main/offapi/com/sun/star/awt/GradientStyle.idl
+++ b/main/offapi/com/sun/star/awt/GradientStyle.idl
@@ -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,73 +7,73 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_GradientStyle_idl__ 
-#define __com_sun_star_awt_GradientStyle_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_GradientStyle_idl__
+#define __com_sun_star_awt_GradientStyle_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specify the style of color dispersion.
  */
 published enum GradientStyle
-{ 
-	//------------------------------------------------------------------------- 
-		
+{
+	//-------------------------------------------------------------------------
+
 	/** specifies a linear gradient.
 	 */
-	LINEAR, 
- 
-	//------------------------------------------------------------------------- 
-		
+	LINEAR,
+
+	//-------------------------------------------------------------------------
+
 	/** specifies an axial gradient.
 	 */
-	AXIAL, 
- 
-	//------------------------------------------------------------------------- 
-		
+	AXIAL,
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a radial gradient.
 	 */
-	RADIAL, 
- 
-	//------------------------------------------------------------------------- 
-		
+	RADIAL,
+
+	//-------------------------------------------------------------------------
+
 	/** specifies an elliptical gradient.
 	 */
-	ELLIPTICAL, 
- 
-	//------------------------------------------------------------------------- 
-		
+	ELLIPTICAL,
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a gradient in the shape of a square.
 	 */
-	SQUARE, 
- 
-	//------------------------------------------------------------------------- 
-		
+	SQUARE,
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a gradient in the shape of a rectangle.
 	 */
-	RECT 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	RECT
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/ImageAlign.idl b/main/offapi/com/sun/star/awt/ImageAlign.idl
index 6bea24f..215aa92 100644
--- a/main/offapi/com/sun/star/awt/ImageAlign.idl
+++ b/main/offapi/com/sun/star/awt/ImageAlign.idl
@@ -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,61 +7,61 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_ImageAlign_idl__ 
-#define __com_sun_star_awt_ImageAlign_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_ImageAlign_idl__
+#define __com_sun_star_awt_ImageAlign_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies the alignment of an image.
  */
 published constants ImageAlign
-{ 
-	//------------------------------------------------------------------------- 
-		
+{
+	//-------------------------------------------------------------------------
+
 	/** specifies to align left.
 	 */
-	const short LEFT = 0; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const short LEFT = 0;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies to align top.
 	 */
-	const short TOP = 1; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const short TOP = 1;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies to align right.
 	 */
-	const short RIGHT = 2; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const short RIGHT = 2;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies to align bottom.
 	 */
 	const short BOTTOM = 3;
-    
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/ImagePosition.idl b/main/offapi/com/sun/star/awt/ImagePosition.idl
index 4ffcb7c..c6a1c54 100644
--- a/main/offapi/com/sun/star/awt/ImagePosition.idl
+++ b/main/offapi/com/sun/star/awt/ImagePosition.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/ImageScaleMode.idl b/main/offapi/com/sun/star/awt/ImageScaleMode.idl
index 614213d..ffe4722 100644
--- a/main/offapi/com/sun/star/awt/ImageScaleMode.idl
+++ b/main/offapi/com/sun/star/awt/ImageScaleMode.idl
@@ -22,7 +22,7 @@
 #ifndef __com_sun_star_awt_ImageScaleMode_idl__
 #define __com_sun_star_awt_ImageScaleMode_idl__
 
-module com { module sun { module star { module awt { 
+module com { module sun { module star { module awt {
 
 /** defines modes how an image displayed in a given area should be scaled to fit this area
  */
@@ -44,6 +44,6 @@
     const short ANISOTROPIC = 2;
 };
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/awt/ImageStatus.idl b/main/offapi/com/sun/star/awt/ImageStatus.idl
index 88acbc5..d6dabc2 100644
--- a/main/offapi/com/sun/star/awt/ImageStatus.idl
+++ b/main/offapi/com/sun/star/awt/ImageStatus.idl
@@ -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,63 +7,63 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_ImageStatus_idl__ 
-#define __com_sun_star_awt_ImageStatus_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_ImageStatus_idl__
+#define __com_sun_star_awt_ImageStatus_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** These values are used to specify to which degree an image is available.
  */
 published constants ImageStatus
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** This conveys that an error was encountered while producing the image.
 	 */
-	const long IMAGESTATUS_ERROR = 1; 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** This conveys that one frame of the image is complete but there are more 
+	const long IMAGESTATUS_ERROR = 1;
+
+	//-------------------------------------------------------------------------
+
+	/** This conveys that one frame of the image is complete but there are more
 		frames to be delivered.
 	 */
-	const long IMAGESTATUS_SINGLEFRAMEDONE = 2; 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** This conveys that the image is complete and there are no more pixels or 
+	const long IMAGESTATUS_SINGLEFRAMEDONE = 2;
+
+	//-------------------------------------------------------------------------
+
+	/** This conveys that the image is complete and there are no more pixels or
 		frames to be delivered.
 	 */
-	const long IMAGESTATUS_STATICIMAGEDONE = 3; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const long IMAGESTATUS_STATICIMAGEDONE = 3;
+
+	//-------------------------------------------------------------------------
+
 	/** This conveys that the image creation process was deliberately aborted.
 	 */
-	const long IMAGESTATUS_ABORTED = 4; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	const long IMAGESTATUS_ABORTED = 4;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/InputEvent.idl b/main/offapi/com/sun/star/awt/InputEvent.idl
index ad19ab8..847d3dd 100644
--- a/main/offapi/com/sun/star/awt/InputEvent.idl
+++ b/main/offapi/com/sun/star/awt/InputEvent.idl
@@ -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,55 +7,55 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_InputEvent_idl__ 
-#define __com_sun_star_awt_InputEvent_idl__ 
- 
-#ifndef __com_sun_star_lang_EventObject_idl__ 
-#include <com/sun/star/lang/EventObject.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_InputEvent_idl__
+#define __com_sun_star_awt_InputEvent_idl__
+
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** the root event class for all component-level input events.
-			
+
 	<p>Input events are delivered to listeners before they are
 	processed normally by the source where they originated.</p>
 
     @see WindowEvent
  */
 published struct InputEvent: com::sun::star::lang::EventObject
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** contains the modifier keys which were pressed while the event occurred. 
-						
+{
+	//-------------------------------------------------------------------------
+
+	/** contains the modifier keys which were pressed while the event occurred.
+
 		<p>Zero or more constants from the
         <type scope="com::sun::star::awt">KeyModifier</type> group.</p>
 	 */
-	short Modifiers; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	short Modifiers;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/InvalidateStyle.idl b/main/offapi/com/sun/star/awt/InvalidateStyle.idl
index 3060d82..9128e1e 100644
--- a/main/offapi/com/sun/star/awt/InvalidateStyle.idl
+++ b/main/offapi/com/sun/star/awt/InvalidateStyle.idl
@@ -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,79 +7,79 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_InvalidateStyle_idl__ 
-#define __com_sun_star_awt_InvalidateStyle_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_InvalidateStyle_idl__
+#define __com_sun_star_awt_InvalidateStyle_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies how to invalidate windows.
  */
 published constants InvalidateStyle
-{ 
-	//------------------------------------------------------------------------- 
-		
+{
+	//-------------------------------------------------------------------------
+
 	/** The child windows are invalidated, too.
 	 */
-	const short CHILDREN = 1; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const short CHILDREN = 1;
+
+	//-------------------------------------------------------------------------
+
 	/** The child windows are not invalidated.
 	 */
-	const short NOCHILDREN = 2; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const short NOCHILDREN = 2;
+
+	//-------------------------------------------------------------------------
+
 	/** The invalidated area is painted with the background color/pattern.
 	 */
-	const short NOERASE = 4; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const short NOERASE = 4;
+
+	//-------------------------------------------------------------------------
+
 	/** The invalidated area is updated immediately.
 	 */
-	const short UPDATE = 8; 
- 
-	//------------------------------------------------------------------------- 
-	
+	const short UPDATE = 8;
+
+	//-------------------------------------------------------------------------
+
     /** The parent window is invalidated, too.
      */
-	const short TRANSPARENT = 16; 
- 
-	//------------------------------------------------------------------------- 
+	const short TRANSPARENT = 16;
+
+	//-------------------------------------------------------------------------
 
     /** The parent window is not invalidated.
      */
-	const short NOTRANSPARENT = 32; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const short NOTRANSPARENT = 32;
+
+	//-------------------------------------------------------------------------
+
 	/** The area is invalidated regardless of overlapping child windows.
 	 */
-	const short NOCLIPCHILDREN = 16384; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	const short NOCLIPCHILDREN = 16384;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/ItemEvent.idl b/main/offapi/com/sun/star/awt/ItemEvent.idl
index 27d9086..2bf835e 100644
--- a/main/offapi/com/sun/star/awt/ItemEvent.idl
+++ b/main/offapi/com/sun/star/awt/ItemEvent.idl
@@ -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,59 +7,59 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_ItemEvent_idl__ 
-#define __com_sun_star_awt_ItemEvent_idl__ 
- 
-#ifndef __com_sun_star_lang_EventObject_idl__ 
-#include <com/sun/star/lang/EventObject.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_ItemEvent_idl__
+#define __com_sun_star_awt_ItemEvent_idl__
+
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies an event occurred to an item of a menu, a list box etc.
  */
 published struct ItemEvent: com::sun::star::lang::EventObject
-{ 
-	//------------------------------------------------------------------------- 
-		
+{
+	//-------------------------------------------------------------------------
+
 	/** specifies which item is newly selected.
 	 */
-	long Selected; 
- 
-	//------------------------------------------------------------------------- 
-		
+	long Selected;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies which item is newly highlighted.
 	 */
-	long Highlighted; 
- 
-	//------------------------------------------------------------------------- 
-		
+	long Highlighted;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the id of the item.
 	 */
-	long ItemId; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	long ItemId;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/ItemListEvent.idl b/main/offapi/com/sun/star/awt/ItemListEvent.idl
index 3219606..5858df4 100644
--- a/main/offapi/com/sun/star/awt/ItemListEvent.idl
+++ b/main/offapi/com/sun/star/awt/ItemListEvent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/Key.idl b/main/offapi/com/sun/star/awt/Key.idl
index 042e81a..db3fbe0 100644
--- a/main/offapi/com/sun/star/awt/Key.idl
+++ b/main/offapi/com/sun/star/awt/Key.idl
@@ -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,475 +7,475 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_Key_idl__ 
-#define __com_sun_star_awt_Key_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_Key_idl__
+#define __com_sun_star_awt_Key_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** These values are used to specifies distinct physical keys.
  */
 published constants Key
-{ 
-	//------------------------------------------------------------------------- 
-	
-	const short NUM0 = 256; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short NUM1 = 257; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short NUM2 = 258; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short NUM3 = 259; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short NUM4 = 260; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short NUM5 = 261; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short NUM6 = 262; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short NUM7 = 263; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short NUM8 = 264; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short NUM9 = 265; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short A = 512; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short B = 513; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short C = 514; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short D = 515; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short E = 516; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short F = 517; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short G = 518; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short H = 519; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short I = 520; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short J = 521; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short K = 522; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short L = 523; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short M = 524; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short N = 525; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short O = 526; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short P = 527; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short Q = 528; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short R = 529; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short S = 530; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short T = 531; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short U = 532; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short V = 533; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short W = 534; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short X = 535; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short Y = 536; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short Z = 537; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short F1 = 768; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short F2 = 769; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short F3 = 770; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short F4 = 771; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short F5 = 772; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short F6 = 773; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short F7 = 774; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short F8 = 775; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short F9 = 776; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short F10 = 777; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short F11 = 778; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short F12 = 779; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short F13 = 780; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short F14 = 781; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short F15 = 782; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short F16 = 783; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short F17 = 784; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short F18 = 785; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short F19 = 786; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short F20 = 787; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short F21 = 788; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short F22 = 789; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short F23 = 790; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short F24 = 791; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short F25 = 792; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short F26 = 793; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short DOWN = 1024; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short UP = 1025; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short LEFT = 1026; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short RIGHT = 1027; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short HOME = 1028; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short END = 1029; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short PAGEUP = 1030; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short PAGEDOWN = 1031; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short RETURN = 1280; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short ESCAPE = 1281; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short TAB = 1282; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short BACKSPACE = 1283; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short SPACE = 1284; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short INSERT = 1285; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short DELETE = 1286; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short ADD = 1287; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short SUBTRACT = 1288; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short MULTIPLY = 1289; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short DIVIDE = 1290; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short POINT = 1291; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short COMMA = 1292; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short LESS = 1293; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short GREATER = 1294; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short EQUAL = 1295; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short OPEN = 1296; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short CUT = 1297; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short COPY = 1298; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short PASTE = 1299; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short UNDO = 1300; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short REPEAT = 1301; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short FIND = 1302; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short PROPERTIES = 1303; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short FRONT = 1304; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short CONTEXTMENU = 1305; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short HELP = 1306; 
- 
+{
 	//-------------------------------------------------------------------------
-    
+
+	const short NUM0 = 256;
+
+	//-------------------------------------------------------------------------
+
+	const short NUM1 = 257;
+
+	//-------------------------------------------------------------------------
+
+	const short NUM2 = 258;
+
+	//-------------------------------------------------------------------------
+
+	const short NUM3 = 259;
+
+	//-------------------------------------------------------------------------
+
+	const short NUM4 = 260;
+
+	//-------------------------------------------------------------------------
+
+	const short NUM5 = 261;
+
+	//-------------------------------------------------------------------------
+
+	const short NUM6 = 262;
+
+	//-------------------------------------------------------------------------
+
+	const short NUM7 = 263;
+
+	//-------------------------------------------------------------------------
+
+	const short NUM8 = 264;
+
+	//-------------------------------------------------------------------------
+
+	const short NUM9 = 265;
+
+	//-------------------------------------------------------------------------
+
+	const short A = 512;
+
+	//-------------------------------------------------------------------------
+
+	const short B = 513;
+
+	//-------------------------------------------------------------------------
+
+	const short C = 514;
+
+	//-------------------------------------------------------------------------
+
+	const short D = 515;
+
+	//-------------------------------------------------------------------------
+
+	const short E = 516;
+
+	//-------------------------------------------------------------------------
+
+	const short F = 517;
+
+	//-------------------------------------------------------------------------
+
+	const short G = 518;
+
+	//-------------------------------------------------------------------------
+
+	const short H = 519;
+
+	//-------------------------------------------------------------------------
+
+	const short I = 520;
+
+	//-------------------------------------------------------------------------
+
+	const short J = 521;
+
+	//-------------------------------------------------------------------------
+
+	const short K = 522;
+
+	//-------------------------------------------------------------------------
+
+	const short L = 523;
+
+	//-------------------------------------------------------------------------
+
+	const short M = 524;
+
+	//-------------------------------------------------------------------------
+
+	const short N = 525;
+
+	//-------------------------------------------------------------------------
+
+	const short O = 526;
+
+	//-------------------------------------------------------------------------
+
+	const short P = 527;
+
+	//-------------------------------------------------------------------------
+
+	const short Q = 528;
+
+	//-------------------------------------------------------------------------
+
+	const short R = 529;
+
+	//-------------------------------------------------------------------------
+
+	const short S = 530;
+
+	//-------------------------------------------------------------------------
+
+	const short T = 531;
+
+	//-------------------------------------------------------------------------
+
+	const short U = 532;
+
+	//-------------------------------------------------------------------------
+
+	const short V = 533;
+
+	//-------------------------------------------------------------------------
+
+	const short W = 534;
+
+	//-------------------------------------------------------------------------
+
+	const short X = 535;
+
+	//-------------------------------------------------------------------------
+
+	const short Y = 536;
+
+	//-------------------------------------------------------------------------
+
+	const short Z = 537;
+
+	//-------------------------------------------------------------------------
+
+	const short F1 = 768;
+
+	//-------------------------------------------------------------------------
+
+	const short F2 = 769;
+
+	//-------------------------------------------------------------------------
+
+	const short F3 = 770;
+
+	//-------------------------------------------------------------------------
+
+	const short F4 = 771;
+
+	//-------------------------------------------------------------------------
+
+	const short F5 = 772;
+
+	//-------------------------------------------------------------------------
+
+	const short F6 = 773;
+
+	//-------------------------------------------------------------------------
+
+	const short F7 = 774;
+
+	//-------------------------------------------------------------------------
+
+	const short F8 = 775;
+
+	//-------------------------------------------------------------------------
+
+	const short F9 = 776;
+
+	//-------------------------------------------------------------------------
+
+	const short F10 = 777;
+
+	//-------------------------------------------------------------------------
+
+	const short F11 = 778;
+
+	//-------------------------------------------------------------------------
+
+	const short F12 = 779;
+
+	//-------------------------------------------------------------------------
+
+	const short F13 = 780;
+
+	//-------------------------------------------------------------------------
+
+	const short F14 = 781;
+
+	//-------------------------------------------------------------------------
+
+	const short F15 = 782;
+
+	//-------------------------------------------------------------------------
+
+	const short F16 = 783;
+
+	//-------------------------------------------------------------------------
+
+	const short F17 = 784;
+
+	//-------------------------------------------------------------------------
+
+	const short F18 = 785;
+
+	//-------------------------------------------------------------------------
+
+	const short F19 = 786;
+
+	//-------------------------------------------------------------------------
+
+	const short F20 = 787;
+
+	//-------------------------------------------------------------------------
+
+	const short F21 = 788;
+
+	//-------------------------------------------------------------------------
+
+	const short F22 = 789;
+
+	//-------------------------------------------------------------------------
+
+	const short F23 = 790;
+
+	//-------------------------------------------------------------------------
+
+	const short F24 = 791;
+
+	//-------------------------------------------------------------------------
+
+	const short F25 = 792;
+
+	//-------------------------------------------------------------------------
+
+	const short F26 = 793;
+
+	//-------------------------------------------------------------------------
+
+	const short DOWN = 1024;
+
+	//-------------------------------------------------------------------------
+
+	const short UP = 1025;
+
+	//-------------------------------------------------------------------------
+
+	const short LEFT = 1026;
+
+	//-------------------------------------------------------------------------
+
+	const short RIGHT = 1027;
+
+	//-------------------------------------------------------------------------
+
+	const short HOME = 1028;
+
+	//-------------------------------------------------------------------------
+
+	const short END = 1029;
+
+	//-------------------------------------------------------------------------
+
+	const short PAGEUP = 1030;
+
+	//-------------------------------------------------------------------------
+
+	const short PAGEDOWN = 1031;
+
+	//-------------------------------------------------------------------------
+
+	const short RETURN = 1280;
+
+	//-------------------------------------------------------------------------
+
+	const short ESCAPE = 1281;
+
+	//-------------------------------------------------------------------------
+
+	const short TAB = 1282;
+
+	//-------------------------------------------------------------------------
+
+	const short BACKSPACE = 1283;
+
+	//-------------------------------------------------------------------------
+
+	const short SPACE = 1284;
+
+	//-------------------------------------------------------------------------
+
+	const short INSERT = 1285;
+
+	//-------------------------------------------------------------------------
+
+	const short DELETE = 1286;
+
+	//-------------------------------------------------------------------------
+
+	const short ADD = 1287;
+
+	//-------------------------------------------------------------------------
+
+	const short SUBTRACT = 1288;
+
+	//-------------------------------------------------------------------------
+
+	const short MULTIPLY = 1289;
+
+	//-------------------------------------------------------------------------
+
+	const short DIVIDE = 1290;
+
+	//-------------------------------------------------------------------------
+
+	const short POINT = 1291;
+
+	//-------------------------------------------------------------------------
+
+	const short COMMA = 1292;
+
+	//-------------------------------------------------------------------------
+
+	const short LESS = 1293;
+
+	//-------------------------------------------------------------------------
+
+	const short GREATER = 1294;
+
+	//-------------------------------------------------------------------------
+
+	const short EQUAL = 1295;
+
+	//-------------------------------------------------------------------------
+
+	const short OPEN = 1296;
+
+	//-------------------------------------------------------------------------
+
+	const short CUT = 1297;
+
+	//-------------------------------------------------------------------------
+
+	const short COPY = 1298;
+
+	//-------------------------------------------------------------------------
+
+	const short PASTE = 1299;
+
+	//-------------------------------------------------------------------------
+
+	const short UNDO = 1300;
+
+	//-------------------------------------------------------------------------
+
+	const short REPEAT = 1301;
+
+	//-------------------------------------------------------------------------
+
+	const short FIND = 1302;
+
+	//-------------------------------------------------------------------------
+
+	const short PROPERTIES = 1303;
+
+	//-------------------------------------------------------------------------
+
+	const short FRONT = 1304;
+
+	//-------------------------------------------------------------------------
+
+	const short CONTEXTMENU = 1305;
+
+	//-------------------------------------------------------------------------
+
+	const short HELP = 1306;
+
+	//-------------------------------------------------------------------------
+
     const short MENU = 1307;
 
-    //------------------------------------------------------------------------- 
+    //-------------------------------------------------------------------------
 
 	const short HANGUL_HANJA = 1308;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	const short DECIMAL = 1309;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	const short TILDE = 1310;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	const short QUOTELEFT = 1311;
 
 	//-------------------------------------------------------------------------
-    
+
     const short DELETE_TO_BEGIN_OF_LINE = 1536;
-    
+
 	//-------------------------------------------------------------------------
-    
+
     const short DELETE_TO_END_OF_LINE = 1537;
-    
+
 	//-------------------------------------------------------------------------
-    
+
     const short DELETE_TO_BEGIN_OF_PARAGRAPH = 1538;
-    
+
 	//-------------------------------------------------------------------------
-    
+
     const short DELETE_TO_END_OF_PARAGRAPH = 1539;
-    
+
 	//-------------------------------------------------------------------------
-    
+
     const short DELETE_WORD_BACKWARD = 1540;
-    
+
 	//-------------------------------------------------------------------------
-    
+
     const short DELETE_WORD_FORWARD = 1541;
-    
+
 	//-------------------------------------------------------------------------
-    
+
     const short INSERT_LINEBREAK = 1542;
-    
+
 	//-------------------------------------------------------------------------
-    
+
     const short INSERT_PARAGRAPH = 1543;
-    
+
 	//-------------------------------------------------------------------------
-    
+
     const short MOVE_WORD_BACKWARD = 1544;
 
 	//-------------------------------------------------------------------------
@@ -499,72 +499,72 @@
     const short MOVE_TO_END_OF_PARAGRAPH = 1549;
 
 	//-------------------------------------------------------------------------
-    
+
     const short SELECT_BACKWARD = 1550;
 
 	//-------------------------------------------------------------------------
-    
+
     const short SELECT_FORWARD = 1551;
 
 	//-------------------------------------------------------------------------
-    
+
     const short SELECT_WORD_BACKWARD = 1552;
 
 	//-------------------------------------------------------------------------
-    
+
     const short SELECT_WORD_FORWARD = 1553;
 
 	//-------------------------------------------------------------------------
-    
+
     const short SELECT_WORD = 1554;
 
 	//-------------------------------------------------------------------------
-    
+
     const short SELECT_LINE = 1555;
 
 	//-------------------------------------------------------------------------
-    
+
     const short SELECT_PARAGRAPH = 1556;
 
 	//-------------------------------------------------------------------------
-    
+
     const short SELECT_ALL = 1557;
 
 	//-------------------------------------------------------------------------
-    
+
     const short SELECT_TO_BEGIN_OF_LINE = 1558;
 
 	//-------------------------------------------------------------------------
-    
+
     const short SELECT_TO_END_OF_LINE = 1559;
 
     //-------------------------------------------------------------------------
-    
+
     const short MOVE_TO_BEGIN_OF_DOCUMENT = 1560;
 
     //-------------------------------------------------------------------------
-    
+
     const short MOVE_TO_END_OF_DOCUMENT = 1561;
 
     //-------------------------------------------------------------------------
-    
+
     const short SELECT_TO_BEGIN_OF_DOCUMENT = 1562;
 
     //-------------------------------------------------------------------------
-    
+
     const short SELECT_TO_END_OF_DOCUMENT = 1563;
 
     //-------------------------------------------------------------------------
-    
+
     const short SELECT_TO_BEGIN_OF_PARAGRAPH = 1564;
 
     //-------------------------------------------------------------------------
-    
+
     const short SELECT_TO_END_OF_PARAGRAPH = 1565;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/KeyEvent.idl b/main/offapi/com/sun/star/awt/KeyEvent.idl
index 8db77d8..7647c69 100644
--- a/main/offapi/com/sun/star/awt/KeyEvent.idl
+++ b/main/offapi/com/sun/star/awt/KeyEvent.idl
@@ -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,66 +7,66 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_KeyEvent_idl__ 
-#define __com_sun_star_awt_KeyEvent_idl__ 
- 
-#ifndef __com_sun_star_awt_InputEvent_idl__ 
-#include <com/sun/star/awt/InputEvent.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_KeyEvent_idl__
+#define __com_sun_star_awt_KeyEvent_idl__
+
+#ifndef __com_sun_star_awt_InputEvent_idl__
+#include <com/sun/star/awt/InputEvent.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies a key event.
 
     @see InputEvent
  */
 published struct KeyEvent: com::sun::star::awt::InputEvent
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** contains the integer code representing the key of the event.
-						
+
 		<p>This is a constant from the constant group <type>Key</type>.</p>
 	 */
-	short KeyCode; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	short KeyCode;
+
+	//-------------------------------------------------------------------------
+
 	/** contains the Unicode character generated by this event or 0.
 	 */
-	char KeyChar; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	char KeyChar;
+
+	//-------------------------------------------------------------------------
+
 	/** contains the function type of the key event.
-						
+
 		<p>This is a constant from the constant group
         <type>KeyFunction</type>.</p>
 	 */
-	short KeyFunc; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	short KeyFunc;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/KeyFunction.idl b/main/offapi/com/sun/star/awt/KeyFunction.idl
index 43d6fcb..cbc7a28 100644
--- a/main/offapi/com/sun/star/awt/KeyFunction.idl
+++ b/main/offapi/com/sun/star/awt/KeyFunction.idl
@@ -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,113 +7,113 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_KeyFunction_idl__ 
-#define __com_sun_star_awt_KeyFunction_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_KeyFunction_idl__
+#define __com_sun_star_awt_KeyFunction_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** These values are used to specify logical key functions.
  */
 published constants KeyFunction
-{ 
-	//------------------------------------------------------------------------- 
-	
-	const short DONTKNOW = 0; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short NEW = 1; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short OPEN = 2; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short SAVE = 3; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short SAVEAS = 4; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short PRINT = 5; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short CLOSE = 6; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short QUIT = 7; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short CUT = 8; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short COPY = 9; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short PASTE = 10; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short UNDO = 11; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short REDO = 12; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short DELETE = 13; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short REPEAT = 14; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short FIND = 15; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short FINDBACKWARD = 16; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short PROPERTIES = 17; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const short FRONT = 18; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+	//-------------------------------------------------------------------------
+
+	const short DONTKNOW = 0;
+
+	//-------------------------------------------------------------------------
+
+	const short NEW = 1;
+
+	//-------------------------------------------------------------------------
+
+	const short OPEN = 2;
+
+	//-------------------------------------------------------------------------
+
+	const short SAVE = 3;
+
+	//-------------------------------------------------------------------------
+
+	const short SAVEAS = 4;
+
+	//-------------------------------------------------------------------------
+
+	const short PRINT = 5;
+
+	//-------------------------------------------------------------------------
+
+	const short CLOSE = 6;
+
+	//-------------------------------------------------------------------------
+
+	const short QUIT = 7;
+
+	//-------------------------------------------------------------------------
+
+	const short CUT = 8;
+
+	//-------------------------------------------------------------------------
+
+	const short COPY = 9;
+
+	//-------------------------------------------------------------------------
+
+	const short PASTE = 10;
+
+	//-------------------------------------------------------------------------
+
+	const short UNDO = 11;
+
+	//-------------------------------------------------------------------------
+
+	const short REDO = 12;
+
+	//-------------------------------------------------------------------------
+
+	const short DELETE = 13;
+
+	//-------------------------------------------------------------------------
+
+	const short REPEAT = 14;
+
+	//-------------------------------------------------------------------------
+
+	const short FIND = 15;
+
+	//-------------------------------------------------------------------------
+
+	const short FINDBACKWARD = 16;
+
+	//-------------------------------------------------------------------------
+
+	const short PROPERTIES = 17;
+
+	//-------------------------------------------------------------------------
+
+	const short FRONT = 18;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/KeyGroup.idl b/main/offapi/com/sun/star/awt/KeyGroup.idl
index 28e1acc..c1dd03d 100644
--- a/main/offapi/com/sun/star/awt/KeyGroup.idl
+++ b/main/offapi/com/sun/star/awt/KeyGroup.idl
@@ -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,75 +7,75 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_KeyGroup_idl__ 
-#define __com_sun_star_awt_KeyGroup_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
-/** These values are used to specify functional groups of keys. 
-	 
+#ifndef __com_sun_star_awt_KeyGroup_idl__
+#define __com_sun_star_awt_KeyGroup_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
+/** These values are used to specify functional groups of keys.
+
 	@deprecated
  */
 published constants KeyGroup
-{ 
-	//------------------------------------------------------------------------- 
-		
+{
+	//-------------------------------------------------------------------------
+
 	/** specifies a numeric key.
 	 */
-	const short NUM = 256; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const short NUM = 256;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies an alphabetic key.
 	 */
-	const short ALPHA = 512; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const short ALPHA = 512;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a function key.
 	 */
-	const short FKEYS = 768; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const short FKEYS = 768;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a cursor key.
 	 */
-	const short CURSOR = 1024; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const short CURSOR = 1024;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies other keys.
 	 */
-	const short MISC = 1280; 
- 
-	//------------------------------------------------------------------------- 
-	
+	const short MISC = 1280;
+
+	//-------------------------------------------------------------------------
+
     /** specifies the group mask.
      */
-	const short TYPE = 3840; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	const short TYPE = 3840;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/KeyModifier.idl b/main/offapi/com/sun/star/awt/KeyModifier.idl
index 0d82863..39350cd 100644
--- a/main/offapi/com/sun/star/awt/KeyModifier.idl
+++ b/main/offapi/com/sun/star/awt/KeyModifier.idl
@@ -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,58 +7,58 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_KeyModifier_idl__ 
-#define __com_sun_star_awt_KeyModifier_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_KeyModifier_idl__
+#define __com_sun_star_awt_KeyModifier_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** These values are used to specify which modifier keys are pressed.
  */
 published constants KeyModifier
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** refers to both shift keys.
 	 */
-	const short SHIFT = 1; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short SHIFT = 1;
+
+	//-------------------------------------------------------------------------
+
 	/** refers in the most cases to the 'Ctrl' key (Cmd on Mac OS X).
 	 */
-	const short MOD1 = 2; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short MOD1 = 2;
+
+	//-------------------------------------------------------------------------
+
 	/** refers in the most cases to the 'Alt' key.
 	 */
-	const short MOD2 = 4; 
+	const short MOD2 = 4;
 
 	/** refers in the most cases to the 'Ctrl' key (Mac OS X)
          */
-	const short MOD3 = 8; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	const short MOD3 = 8;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/KeyStroke.idl b/main/offapi/com/sun/star/awt/KeyStroke.idl
index 49e35b2..73c4966 100644
--- a/main/offapi/com/sun/star/awt/KeyStroke.idl
+++ b/main/offapi/com/sun/star/awt/KeyStroke.idl
@@ -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,71 +7,71 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_KeyStroke_idl__ 
-#define __com_sun_star_awt_KeyStroke_idl__ 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_KeyStroke_idl__
+#define __com_sun_star_awt_KeyStroke_idl__
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** Describes a key stroke for hotkeys etc.
 
     @since OpenOffice 1.1.2
  */
 published struct KeyStroke
-{ 
-    //------------------------------------------------------------------------- 
-         
-    /** contains the modifier keys which were pressed while the event occurred. 
-               
+{
+    //-------------------------------------------------------------------------
+
+    /** contains the modifier keys which were pressed while the event occurred.
+
         <p>Zero or more constants from the group
         <type scope="com::sun::star::awt">KeyModifier</type>.</p>
      */
-    short Modifiers; 
-    
-    //------------------------------------------------------------------------- 
-	 
+    short Modifiers;
+
+    //-------------------------------------------------------------------------
+
 	/** contains the integer code representing the key of the event.
-		
-		<p>This is a constant from the constant group 
+
+		<p>This is a constant from the constant group
         <type scope="com::sun::star::awt">Key</type>.</p>
 	 */
-	short KeyCode; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	short KeyCode;
+
+	//-------------------------------------------------------------------------
+
 	/** contains the Unicode character generated by this event or 0.
 	 */
-	char KeyChar; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	char KeyChar;
+
+	//-------------------------------------------------------------------------
+
 	/** contains the function type of the key event.
-		
+
 		<p>This is a constant from the constant group
 		<type scope="com::sun::star::awt">KeyFunction</type>.</p>
 	 */
-	short KeyFunc; 
-}; 
- 
-//============================================================================= 
- 
+	short KeyFunc;
+};
+
+//=============================================================================
+
 }; }; }; };
- 
-#endif 
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/LineEndFormat.idl b/main/offapi/com/sun/star/awt/LineEndFormat.idl
index 4c2c18f..c440c02 100644
--- a/main/offapi/com/sun/star/awt/LineEndFormat.idl
+++ b/main/offapi/com/sun/star/awt/LineEndFormat.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/MaxChildrenException.idl b/main/offapi/com/sun/star/awt/MaxChildrenException.idl
index 598b28a..ef10a98 100644
--- a/main/offapi/com/sun/star/awt/MaxChildrenException.idl
+++ b/main/offapi/com/sun/star/awt/MaxChildrenException.idl
@@ -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,31 +7,31 @@
  * 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.
- * 
+ *
  *************************************************************/
 
-#ifndef __com_sun_star_awt_MaxChildrenException_idl__ 
-#define __com_sun_star_awt_MaxChildrenException_idl__ 
+#ifndef __com_sun_star_awt_MaxChildrenException_idl__
+#define __com_sun_star_awt_MaxChildrenException_idl__
 
 #ifndef __com_sun_star_uno_Exception_idl__
 #include <com/sun/star/uno/Exception.idl>
 #endif
 
-//============================================================================= 
+//=============================================================================
 
 module com {  module sun {  module star {  module awt {
 
-//============================================================================= 
- 
+//=============================================================================
+
 /** This exception is thrown when adding a child to a container that is full.
 
 	@see     XLayoutContainer
@@ -40,11 +40,11 @@
     @since OpenOffice 3.0
  */
 exception MaxChildrenException: com::sun::star::uno::Exception
-{ 
-}; 
- 
-//============================================================================= 
- 
+{
+};
+
+//=============================================================================
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/awt/MouseButton.idl b/main/offapi/com/sun/star/awt/MouseButton.idl
index d04b9ab..65f58b5 100644
--- a/main/offapi/com/sun/star/awt/MouseButton.idl
+++ b/main/offapi/com/sun/star/awt/MouseButton.idl
@@ -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,55 +7,55 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_MouseButton_idl__ 
-#define __com_sun_star_awt_MouseButton_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_MouseButton_idl__
+#define __com_sun_star_awt_MouseButton_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** These values are used to specify which keys on the mouse are pressed.
  */
 published constants MouseButton
-{ 
-	//------------------------------------------------------------------------- 
-		
+{
+	//-------------------------------------------------------------------------
+
 	/** specifies the left mouse button as being pressed.
 	 */
-	const short LEFT = 1; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const short LEFT = 1;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the right mouse button as being pressed.
 	 */
-	const short RIGHT = 2; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const short RIGHT = 2;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the middle mouse button as being pressed.
 	 */
-	const short MIDDLE = 4; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	const short MIDDLE = 4;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/MouseEvent.idl b/main/offapi/com/sun/star/awt/MouseEvent.idl
index 0a02903..6a64553 100644
--- a/main/offapi/com/sun/star/awt/MouseEvent.idl
+++ b/main/offapi/com/sun/star/awt/MouseEvent.idl
@@ -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,33 +7,33 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_MouseEvent_idl__ 
-#define __com_sun_star_awt_MouseEvent_idl__ 
- 
-#ifndef __com_sun_star_awt_InputEvent_idl__ 
-#include <com/sun/star/awt/InputEvent.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_MouseEvent_idl__
+#define __com_sun_star_awt_MouseEvent_idl__
+
+#ifndef __com_sun_star_awt_InputEvent_idl__
+#include <com/sun/star/awt/InputEvent.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies an event from the mouse.
 
     <p>This event is also used for popup menu requests on objects.
@@ -44,36 +44,36 @@
     @see InputEvent
  */
 published struct MouseEvent: com::sun::star::awt::InputEvent
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** contains the pressed mouse buttons. 
-						
+{
+	//-------------------------------------------------------------------------
+
+	/** contains the pressed mouse buttons.
+
 		<p>Zero ore more constants from the
         <type scope="com::sun::star::awt">MouseButton</type> group.</p>
 	 */
-	short Buttons; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	short Buttons;
+
+	//-------------------------------------------------------------------------
+
 	/** contains the x coordinate location of the mouse.
 	 */
-	long X; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	long X;
+
+	//-------------------------------------------------------------------------
+
 	/** contains the y coordinate location of the mouse.
 	 */
-	long Y; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	long Y;
+
+	//-------------------------------------------------------------------------
+
 	/** contains the number of mouse clicks associated with event.
 	 */
-	long ClickCount; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	long ClickCount;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies if this event is a popup-menu trigger event.
 
         <p>If this member is <TRUE/>, the event describes a request for a popup menu,
@@ -86,12 +86,12 @@
 
         @see XMouseListener::mousePressed
     */
-	boolean PopupTrigger; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	boolean PopupTrigger;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/MouseWheelBehavior.idl b/main/offapi/com/sun/star/awt/MouseWheelBehavior.idl
index 9632103..4f4f7d2 100644
--- a/main/offapi/com/sun/star/awt/MouseWheelBehavior.idl
+++ b/main/offapi/com/sun/star/awt/MouseWheelBehavior.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -26,7 +26,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module awt { 
+module com { module sun { module star { module awt {
 
 //=============================================================================
 
@@ -52,7 +52,7 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/awt/PaintEvent.idl b/main/offapi/com/sun/star/awt/PaintEvent.idl
index 826e178..18a96fa 100644
--- a/main/offapi/com/sun/star/awt/PaintEvent.idl
+++ b/main/offapi/com/sun/star/awt/PaintEvent.idl
@@ -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,39 +7,39 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_PaintEvent_idl__ 
-#define __com_sun_star_awt_PaintEvent_idl__ 
- 
-#ifndef __com_sun_star_lang_EventObject_idl__ 
-#include <com/sun/star/lang/EventObject.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_Rectangle_idl__ 
-#include <com/sun/star/awt/Rectangle.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_PaintEvent_idl__
+#define __com_sun_star_awt_PaintEvent_idl__
+
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
+
+#ifndef __com_sun_star_awt_Rectangle_idl__
+#include <com/sun/star/awt/Rectangle.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies the paint event for a component.
-			
+
 	<p>This event is a special type which is used to ensure that
 	paint/update method calls are serialized along with the other
 	events delivered from the event queue.</p>
@@ -47,25 +47,25 @@
     @see WindowEvent
  */
 published struct PaintEvent: com::sun::star::lang::EventObject
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** contains the rectangle area which needs to be repainted.
 	 */
-	com::sun::star::awt::Rectangle UpdateRect; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::awt::Rectangle UpdateRect;
+
+	//-------------------------------------------------------------------------
+
 	/** contains the number of paint events that follows this event if
 		it is a multiple PaintEvent. You can collect the PaintEvent
 		until Count is zero.
 	 */
-	short Count; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	short Count;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/Point.idl b/main/offapi/com/sun/star/awt/Point.idl
index cc29a85..acb2d89 100644
--- a/main/offapi/com/sun/star/awt/Point.idl
+++ b/main/offapi/com/sun/star/awt/Point.idl
@@ -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,47 +7,47 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_Point_idl__ 
-#define __com_sun_star_awt_Point_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_Point_idl__
+#define __com_sun_star_awt_Point_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies a 2-dimensional point using the Cartesian coordinate system.
  */
 published struct Point
 {
 	/** specifies the x-coordinate.
 	 */
-	long X; 
- 
-	//------------------------------------------------------------------------- 
-		
+	long X;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the y-coordinate.
 	 */
-	long Y; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	long Y;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/PosSize.idl b/main/offapi/com/sun/star/awt/PosSize.idl
index 68b99a1..0c1737b 100644
--- a/main/offapi/com/sun/star/awt/PosSize.idl
+++ b/main/offapi/com/sun/star/awt/PosSize.idl
@@ -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,79 +7,79 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_PosSize_idl__ 
-#define __com_sun_star_awt_PosSize_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_PosSize_idl__
+#define __com_sun_star_awt_PosSize_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** These constants are used to flag the parameters of a rectangle.
  */
 published constants PosSize
-{ 
-	//------------------------------------------------------------------------- 
-	
+{
+	//-------------------------------------------------------------------------
+
     /** flags the x-coordinate.
      */
-	const short X = 1; 
- 
+	const short X = 1;
+
 	//-------------------------------------------------------------------------
-    
+
     /** flags the y-coordinate.
      */
-	const short Y = 2; 
- 
-	//------------------------------------------------------------------------- 
+	const short Y = 2;
+
+	//-------------------------------------------------------------------------
 
     /** flags the width.
      */
-	const short WIDTH = 4; 
- 
-	//------------------------------------------------------------------------- 
+	const short WIDTH = 4;
+
+	//-------------------------------------------------------------------------
 
     /** flags the height.
      */
-	const short HEIGHT = 8; 
- 
-	//------------------------------------------------------------------------- 
+	const short HEIGHT = 8;
+
+	//-------------------------------------------------------------------------
 
     /** flags the x- and y-coordinate.
      */
-	const short POS = 3; 
- 
+	const short POS = 3;
+
 	//-------------------------------------------------------------------------
-    
+
     /** flags the width and height.
      */
-	const short SIZE = 12; 
- 
-	//------------------------------------------------------------------------- 
+	const short SIZE = 12;
+
+	//-------------------------------------------------------------------------
 
     /** flags the x- and y-coordinate, width and height.
      */
-	const short POSSIZE = 15; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	const short POSSIZE = 15;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/PrinterException.idl b/main/offapi/com/sun/star/awt/PrinterException.idl
index 22c0fbb..2c1d1b9 100644
--- a/main/offapi/com/sun/star/awt/PrinterException.idl
+++ b/main/offapi/com/sun/star/awt/PrinterException.idl
@@ -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,44 +7,44 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_PrinterException_idl__ 
-#define __com_sun_star_awt_PrinterException_idl__ 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_PrinterException_idl__
+#define __com_sun_star_awt_PrinterException_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** fired if a resource cannot be locked.
-			
-	<p>It is an error if the exception occurs in a non-transacted task. 
+
+	<p>It is an error if the exception occurs in a non-transacted task.
 	A transacted task repeats later.</p>
  */
 published exception PrinterException: com::sun::star::uno::Exception
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/PushButtonType.idl b/main/offapi/com/sun/star/awt/PushButtonType.idl
index 0cb516c..5344d74 100644
--- a/main/offapi/com/sun/star/awt/PushButtonType.idl
+++ b/main/offapi/com/sun/star/awt/PushButtonType.idl
@@ -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,61 +7,61 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_PushButtonType_idl__ 
-#define __com_sun_star_awt_PushButtonType_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_PushButtonType_idl__
+#define __com_sun_star_awt_PushButtonType_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies the default actions of a button.
  */
 published enum PushButtonType
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** acts like a standard push button.
 	 */
-	STANDARD, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	STANDARD,
+
+	//-------------------------------------------------------------------------
+
 	/** acts like a OK button.
 	 */
-	OK, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	OK,
+
+	//-------------------------------------------------------------------------
+
 	/** acts like a cancel button.
 	 */
-	CANCEL, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	CANCEL,
+
+	//-------------------------------------------------------------------------
+
 	/** acts like a help button.
 	 */
-	HELP 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	HELP
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/RasterOperation.idl b/main/offapi/com/sun/star/awt/RasterOperation.idl
index e07062a..553089a 100644
--- a/main/offapi/com/sun/star/awt/RasterOperation.idl
+++ b/main/offapi/com/sun/star/awt/RasterOperation.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -26,7 +26,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module awt { 
+module com { module sun { module star { module awt {
 
 //=============================================================================
 
@@ -44,7 +44,7 @@
 	//-------------------------------------------------------------------------
 
 	/** uses the pixel written as one and the current pixel as
-		the other operator of an exclusive or-operation. 
+		the other operator of an exclusive or-operation.
 	*/
 	XOR,
 
@@ -70,6 +70,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/awt/Rectangle.idl b/main/offapi/com/sun/star/awt/Rectangle.idl
index e3e481e..49fb951 100644
--- a/main/offapi/com/sun/star/awt/Rectangle.idl
+++ b/main/offapi/com/sun/star/awt/Rectangle.idl
@@ -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,59 +7,59 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_Rectangle_idl__ 
-#define __com_sun_star_awt_Rectangle_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_Rectangle_idl__
+#define __com_sun_star_awt_Rectangle_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies a rectangular area by position and size.
  */
 published struct Rectangle
 {
 	/** specifies the x-coordinate.
 	 */
-	long X; 
- 
-	//------------------------------------------------------------------------- 
-		
+	long X;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the y-coordinate.
 	 */
-	long Y; 
- 
-	//------------------------------------------------------------------------- 
-		
+	long Y;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the width.
 	 */
-	long Width; 
- 
-	//------------------------------------------------------------------------- 
-		
+	long Width;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the height.
 	 */
-	long Height; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	long Height;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/RoadmapItem.idl b/main/offapi/com/sun/star/awt/RoadmapItem.idl
index e1588e8..cee63a2 100644
--- a/main/offapi/com/sun/star/awt/RoadmapItem.idl
+++ b/main/offapi/com/sun/star/awt/RoadmapItem.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/ScrollBarOrientation.idl b/main/offapi/com/sun/star/awt/ScrollBarOrientation.idl
index dcdfa75..7034722 100644
--- a/main/offapi/com/sun/star/awt/ScrollBarOrientation.idl
+++ b/main/offapi/com/sun/star/awt/ScrollBarOrientation.idl
@@ -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,49 +7,49 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_ScrollBarOrientation_idl__ 
-#define __com_sun_star_awt_ScrollBarOrientation_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_ScrollBarOrientation_idl__
+#define __com_sun_star_awt_ScrollBarOrientation_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** These constants are used to specify the orientation of a scroll bar.
  */
 published constants ScrollBarOrientation
-{ 
-	//------------------------------------------------------------------------- 
-		
+{
+	//-------------------------------------------------------------------------
+
 	/** specifies a horizontal scroll bar.
 	 */
-	const long HORIZONTAL = 0; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long HORIZONTAL = 0;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a vertical scroll bar.
 	 */
-	const long VERTICAL = 1; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	const long VERTICAL = 1;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/Selection.idl b/main/offapi/com/sun/star/awt/Selection.idl
index b011121..87c1c39 100644
--- a/main/offapi/com/sun/star/awt/Selection.idl
+++ b/main/offapi/com/sun/star/awt/Selection.idl
@@ -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,49 +7,49 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_Selection_idl__ 
-#define __com_sun_star_awt_Selection_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_Selection_idl__
+#define __com_sun_star_awt_Selection_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies a numerical range.
  */
 published struct Selection
 {
-	//------------------------------------------------------------------------- 
-    
+	//-------------------------------------------------------------------------
+
 	/** specifies the lower limit of the range.
 	 */
-	long Min; 
- 
-	//------------------------------------------------------------------------- 
-		
+	long Min;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the upper limit of the range.
 	 */
-	long Max; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	long Max;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/SimpleFontMetric.idl b/main/offapi/com/sun/star/awt/SimpleFontMetric.idl
index 3df5346..37a199c 100644
--- a/main/offapi/com/sun/star/awt/SimpleFontMetric.idl
+++ b/main/offapi/com/sun/star/awt/SimpleFontMetric.idl
@@ -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,91 +7,91 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_SimpleFontMetric_idl__ 
-#define __com_sun_star_awt_SimpleFontMetric_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_SimpleFontMetric_idl__
+#define __com_sun_star_awt_SimpleFontMetric_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** describes the general metrics of a certain font.
  */
 published struct SimpleFontMetric
 {
 	/** specifies the portion of a lower case character that
-		rises above the height of the character "x" of the font. 
-						
-		<p>For example, the letters 'b', 'd', 'h', 'k' and 'l' 
+		rises above the height of the character "x" of the font.
+
+		<p>For example, the letters 'b', 'd', 'h', 'k' and 'l'
 		have an ascent unequal to 0.</p>
-        
+
 		<p>The ascent is measured in pixels, thus the font metric is
 		device dependent.</p>
 	 */
-	short Ascent; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	short Ascent;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the portion of a letter falling below the baseline.
-						
+
 		<p>For example, the letters 'g', 'p', and 'y'
         have a descent unequal to 0.</p>
-        
-		<p>The descent is measured in pixels, thus the font metric is 
+
+		<p>The descent is measured in pixels, thus the font metric is
 		device dependent.</p>
 	 */
-	short Descent; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	short Descent;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the vertical space between lines of this font;
-		it is also called internal linespacing. 
-						
-		<p>The leading is measured in pixels, thus the font metric is 
+		it is also called internal linespacing.
+
+		<p>The leading is measured in pixels, thus the font metric is
 		device dependent.</p>
 	 */
-	short Leading; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	short Leading;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the slant of the characters (italic).
-						
+
 		<p>The slant is measured in degrees from 0 to 359.</p>
 	 */
-	short Slant; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	short Slant;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the code of the first printable character in the font.
 	 */
-	char FirstChar; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	char FirstChar;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the code of the last printable character in the font.
 	 */
-	char LastChar; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
+	char LastChar;
 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/Size.idl b/main/offapi/com/sun/star/awt/Size.idl
index a6da53d..65a152a 100644
--- a/main/offapi/com/sun/star/awt/Size.idl
+++ b/main/offapi/com/sun/star/awt/Size.idl
@@ -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,49 +7,49 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_Size_idl__ 
-#define __com_sun_star_awt_Size_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_Size_idl__
+#define __com_sun_star_awt_Size_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies the 2-dimensional size of an area using width and height.
  */
 published struct Size
 {
-	//------------------------------------------------------------------------- 
-    
+	//-------------------------------------------------------------------------
+
 	/** specifies the width.
 	 */
-	long Width; 
- 
-	//------------------------------------------------------------------------- 
-		
+	long Width;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the height.
 	 */
-	long Height; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	long Height;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/SpinEvent.idl b/main/offapi/com/sun/star/awt/SpinEvent.idl
index 6533d04..4ceb64e 100644
--- a/main/offapi/com/sun/star/awt/SpinEvent.idl
+++ b/main/offapi/com/sun/star/awt/SpinEvent.idl
@@ -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,47 +7,47 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_SpinEvent_idl__ 
-#define __com_sun_star_awt_SpinEvent_idl__ 
- 
-#ifndef __com_sun_star_lang_EventObject_idl__ 
-#include <com/sun/star/lang/EventObject.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_SpinEvent_idl__
+#define __com_sun_star_awt_SpinEvent_idl__
+
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies a spin button event.
  */
 published struct SpinEvent: com::sun::star::lang::EventObject
-{ 
-	//------------------------------------------------------------------------- 
-		
+{
+	//-------------------------------------------------------------------------
+
 	/** This is a dummy field only. Please ignore.
 	 */
-	short dummy1; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	short dummy1;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/SpinningProgressControlModel.idl b/main/offapi/com/sun/star/awt/SpinningProgressControlModel.idl
index c003244..4c92613 100644
--- a/main/offapi/com/sun/star/awt/SpinningProgressControlModel.idl
+++ b/main/offapi/com/sun/star/awt/SpinningProgressControlModel.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/Style.idl b/main/offapi/com/sun/star/awt/Style.idl
index 9758f2c..8e58a3b 100644
--- a/main/offapi/com/sun/star/awt/Style.idl
+++ b/main/offapi/com/sun/star/awt/Style.idl
@@ -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,50 +7,50 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_Style_idl__ 
-#define __com_sun_star_awt_Style_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_Style_idl__
+#define __com_sun_star_awt_Style_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies the style of a window.
  */
 published constants Style
-{ 
-	//------------------------------------------------------------------------- 
-	
+{
+	//-------------------------------------------------------------------------
+
     /** specifies a frame.
      */
-	const short FRAME = 0; 
- 
-	//------------------------------------------------------------------------- 
-	
+	const short FRAME = 0;
+
+	//-------------------------------------------------------------------------
+
     /** specifies a dialog.
      */
-	const short DIALOG = 1; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
- 
-#endif 
+	const short DIALOG = 1;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/SystemDependentXWindow.idl b/main/offapi/com/sun/star/awt/SystemDependentXWindow.idl
index 45c6ef7..b6bd4a2 100644
--- a/main/offapi/com/sun/star/awt/SystemDependentXWindow.idl
+++ b/main/offapi/com/sun/star/awt/SystemDependentXWindow.idl
@@ -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,57 +7,57 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_SystemDependentXWindow_idl__ 
+#ifndef __com_sun_star_awt_SystemDependentXWindow_idl__
 #define __com_sun_star_awt_SystemDependentXWindow_idl__
 
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies a system dependent XWindow.
 
     <p>This is the structure returned in the
     <member>XSystemDependentWindowPeer::getWindowHandle</member> call,
     if the system type is
     <const scope="com::sun::star::lang">SystemDependent::XWINDOW</const>.</p>
-	
+
 	@deprecated
  */
 published struct SystemDependentXWindow
 {
-	//------------------------------------------------------------------------- 
-    
+	//-------------------------------------------------------------------------
+
 	/** The XWindow handle if possible, otherwise 0.
 	 */
-	long	WindowHandle; 
-	 
+	long	WindowHandle;
+
 	//-------------------------------------------------------------------------
-    
+
 	/** The display pointer.
 	 */
 	hyper	DisplayPointer;
-    
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
- 
-#endif 
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/SystemPointer.idl b/main/offapi/com/sun/star/awt/SystemPointer.idl
index 86e41de..0d794d3 100644
--- a/main/offapi/com/sun/star/awt/SystemPointer.idl
+++ b/main/offapi/com/sun/star/awt/SystemPointer.idl
@@ -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,482 +7,482 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_SystemPointer_idl__ 
-#define __com_sun_star_awt_SystemPointer_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_SystemPointer_idl__
+#define __com_sun_star_awt_SystemPointer_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies the shape of a mouse pointer.
  */
 published constants SystemPointer
-{ 
-	//------------------------------------------------------------------------- 
-		
+{
+	//-------------------------------------------------------------------------
+
 	/** specifies the normal arrow-like mouse pointer.
 	 */
-	const long ARROW = 0; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long ARROW = 0;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies an invisible mouse pointer.
 	 */
-	const long INVISIBLE = 1; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long INVISIBLE = 1;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a waiting symbol as a mouse pointer (for example hourglas).
 	 */
-	const long WAIT = 2; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long WAIT = 2;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer for text (cursor-like).
 	 */
-	const long TEXT = 3; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long TEXT = 3;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer for online help.
 	 */
-	const long HELP = 4; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long HELP = 4;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a cross as a mouse pointer.
 	 */
-	const long CROSS = 5; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long CROSS = 5;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer which symbolizes movement.
 	 */
-	const long MOVE = 6; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long MOVE = 6;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer which symbolizes resizing for a top border.
 	 */
-	const long NSIZE = 7; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long NSIZE = 7;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer which symbolizes resizing for a bottom
         border.
 	 */
-	const long SSIZE = 8; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long SSIZE = 8;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer which symbolizes resizing for a left border.
 	 */
-	const long WSIZE = 9; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long WSIZE = 9;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer which symbolizes resizing for a right border.
 	 */
-	const long ESIZE = 10; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long ESIZE = 10;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer which symbolizes resizing for the top-left
         corner.
 	 */
-	const long NWSIZE = 11; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long NWSIZE = 11;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer which symbolizes resizing for the top-right
         corner.
 	 */
-	const long NESIZE = 12; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long NESIZE = 12;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer which symbolizes resizing for the bottom-left
         corner.
 	 */
-	const long SWSIZE = 13; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long SWSIZE = 13;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer which symbolizes resizing for the
         bottom-right corner.
 	 */
-	const long SESIZE = 14; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long SESIZE = 14;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer which symbolizes window resizing for a top
         border.
 	 */
-	const long WINDOW_NSIZE = 15; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long WINDOW_NSIZE = 15;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer which symbolizes window resizing for a bottom
         border.
 	 */
-	const long WINDOW_SSIZE = 16; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long WINDOW_SSIZE = 16;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer which symbolizes window resizing for a left
         border.
 	 */
-	const long WINDOW_WSIZE = 17; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long WINDOW_WSIZE = 17;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer which symbolizes window resizing for a right
         border.
 	 */
-	const long WINDOW_ESIZE = 18; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long WINDOW_ESIZE = 18;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer which symbolizes window resizing for the
         top-left corner.
 	 */
-	const long WINDOW_NWSIZE = 19; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long WINDOW_NWSIZE = 19;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer which symbolizes window resizing for the
         top-right corner.
 	 */
-	const long WINDOW_NESIZE = 20; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long WINDOW_NESIZE = 20;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer which symbolizes window resizing for the
         bottom-left corner.
 	 */
-	const long WINDOW_SWSIZE = 21; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long WINDOW_SWSIZE = 21;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer which symbolizes window resizing for the
         bottom-right corner.
 	 */
-	const long WINDOW_SESIZE = 22; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long WINDOW_SESIZE = 22;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer which symbolizes horzizontal splitting.
 	 */
-	const long HSPLIT = 23; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long HSPLIT = 23;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer which symbolizes vertical splitting.
 	 */
-	const long VSPLIT = 24; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long VSPLIT = 24;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer which symbolizes horizontal resizing.
 	 */
-	const long HSIZEBAR = 25; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long HSIZEBAR = 25;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer which symbolizes vertical resizing.
 	 */
-	const long VSIZEBAR = 26; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long VSIZEBAR = 26;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a hand symbol as mouse pointer.
 	 */
-	const long HAND = 27; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long HAND = 27;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a pointing hand symbol as mouse pointer.
 	 */
-	const long REFHAND = 28; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long REFHAND = 28;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a pen symbol as mouse pointer.
 	 */
-	const long PEN = 29; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long PEN = 29;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a magnify symbol as mouse pointer.
 	 */
-	const long MAGNIFY = 30; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long MAGNIFY = 30;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a fill symbol as mouse pointer.
 	 */
-	const long FILL = 31; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long FILL = 31;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a rotate symbol as mouse pointer.
 	 */
-	const long ROTATE = 32; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long ROTATE = 32;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a horizontal shear symbol as mouse pointer.
 	 */
-	const long HSHEAR = 33; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long HSHEAR = 33;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a vertical shear symbol as mouse pointer.
 	 */
-	const long VSHEAR = 34; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long VSHEAR = 34;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mirror symbol as mouse pointer.
 	 */
-	const long MIRROR = 35; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long MIRROR = 35;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a crook symbol as mouse pointer.
 	 */
-	const long CROOK = 36; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long CROOK = 36;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a crop symbol as mouse pointer.
 	 */
-	const long CROP = 37; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long CROP = 37;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer which symbolizes moving a point.
 	 */
-	const long MOVEPOINT = 38; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long MOVEPOINT = 38;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer which symbolizes moving a bezier weight.
 	 */
-	const long MOVEBEZIERWEIGHT = 39; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long MOVEBEZIERWEIGHT = 39;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer which symbolizes moving data.
 	 */
-	const long MOVEDATA = 40; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long MOVEDATA = 40;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer which symbolizes copying data.
 	 */
-	const long COPYDATA = 41; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long COPYDATA = 41;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer which symbolizes linking data.
 	 */
-	const long LINKDATA = 42; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long LINKDATA = 42;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer which symbolizes moving a data link.
 	 */
-	const long MOVEDATALINK = 43; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long MOVEDATALINK = 43;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer which symbolizes copying a data link.
 	 */
-	const long COPYDATALINK = 44; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long COPYDATALINK = 44;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer which symbolizes moving a file.
 	 */
-	const long MOVEFILE = 45; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long MOVEFILE = 45;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer which symbolizes copying a file.
 	 */
-	const long COPYFILE = 46; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long COPYFILE = 46;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer which symbolizes linking a file.
 	 */
-	const long LINKFILE = 47; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long LINKFILE = 47;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer which symbolizes moving a file link.
 	 */
-	const long MOVEFILELINK = 48; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long MOVEFILELINK = 48;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer which symbolizes copying a file link.
 	 */
-	const long COPYFILELINK = 49; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long COPYFILELINK = 49;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer which symbolizes moving multiple files.
 	 */
-	const long MOVEFILES = 50; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long MOVEFILES = 50;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer which symbolizes copying multiple files.
 	 */
-	const long COPYFILES = 51; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long COPYFILES = 51;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer which symbolizes "not allowed".
 	 */
-	const long NOTALLOWED = 52; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long NOTALLOWED = 52;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer which symbolizes drawing a line.
 	 */
-	const long DRAW_LINE = 53; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long DRAW_LINE = 53;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer which symbolizes drawing a rectangle.
 	 */
-	const long DRAW_RECT = 54; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long DRAW_RECT = 54;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer which symbolizes drawing a polygon.
 	 */
-	const long DRAW_POLYGON = 55; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long DRAW_POLYGON = 55;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer which symbolizes drawing a bezier.
 	 */
-	const long DRAW_BEZIER = 56; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long DRAW_BEZIER = 56;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer which symbolizes drawing an arc.
 	 */
-	const long DRAW_ARC = 57; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long DRAW_ARC = 57;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer which symbolizes drawing a pie.
 	 */
-	const long DRAW_PIE = 58; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long DRAW_PIE = 58;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer which symbolizes drawing a circle cut.
 	 */
-	const long DRAW_CIRCLECUT = 59; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long DRAW_CIRCLECUT = 59;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer which symbolizes drawing an ellipse.
 	 */
-	const long DRAW_ELLIPSE = 60; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long DRAW_ELLIPSE = 60;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer which symbolizes drawing free handed.
 	 */
-	const long DRAW_FREEHAND = 61; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long DRAW_FREEHAND = 61;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer which symbolizes drawing a connector.
 	 */
-	const long DRAW_CONNECT = 62; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long DRAW_CONNECT = 62;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer which symbolizes drawing text.
 	 */
-	const long DRAW_TEXT = 63; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long DRAW_TEXT = 63;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer which symbolizes drawing a text caption.
 	 */
-	const long DRAW_CAPTION = 64; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long DRAW_CAPTION = 64;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer which symbolizes a chart.
 	 */
-	const long CHART = 65; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long CHART = 65;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer which symbolizes a detective.
 	 */
-	const long DETECTIVE = 66; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long DETECTIVE = 66;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer which symbolizes a pivot column.
 	 */
-	const long PIVOT_COL = 67; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long PIVOT_COL = 67;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer which symbolizes a pivot row.
 	 */
-	const long PIVOT_ROW = 68; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long PIVOT_ROW = 68;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer which symbolizes a pivot field.
 	 */
-	const long PIVOT_FIELD = 69; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long PIVOT_FIELD = 69;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer which symbolizes a chain.
 	 */
-	const long CHAIN = 70; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long CHAIN = 70;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a mouse pointer which symbolizes "chaining not allowed".
 	 */
-	const long CHAIN_NOTALLOWED = 71; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	const long CHAIN_NOTALLOWED = 71;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/TabController.idl b/main/offapi/com/sun/star/awt/TabController.idl
index 9a26603..d99d01f 100644
--- a/main/offapi/com/sun/star/awt/TabController.idl
+++ b/main/offapi/com/sun/star/awt/TabController.idl
@@ -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,43 +7,43 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_TabController_idl__ 
-#define __com_sun_star_awt_TabController_idl__ 
+#ifndef __com_sun_star_awt_TabController_idl__
+#define __com_sun_star_awt_TabController_idl__
 
-#ifndef __com_sun_star_awt_XTabController_idl__ 
-#include <com/sun/star/awt/XTabController.idl> 
-#endif 
+#ifndef __com_sun_star_awt_XTabController_idl__
+#include <com/sun/star/awt/XTabController.idl>
+#endif
 
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies a standard tab controller.
- */	
+ */
 published service TabController
-{ 
+{
 	interface com::sun::star::awt::XTabController;
-    
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
 #endif
diff --git a/main/offapi/com/sun/star/awt/TabControllerModel.idl b/main/offapi/com/sun/star/awt/TabControllerModel.idl
index 1782c05..85e83e1 100644
--- a/main/offapi/com/sun/star/awt/TabControllerModel.idl
+++ b/main/offapi/com/sun/star/awt/TabControllerModel.idl
@@ -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,49 +7,49 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_TabControllerModel_idl__ 
-#define __com_sun_star_awt_TabControllerModel_idl__ 
+#ifndef __com_sun_star_awt_TabControllerModel_idl__
+#define __com_sun_star_awt_TabControllerModel_idl__
 
-#ifndef __com_sun_star_awt_XTabControllerModel_idl__ 
-#include <com/sun/star/awt/XTabControllerModel.idl> 
-#endif 
+#ifndef __com_sun_star_awt_XTabControllerModel_idl__
+#include <com/sun/star/awt/XTabControllerModel.idl>
+#endif
 
-#ifndef __com_sun_star_io_XPersistObject_idl__ 
-#include <com/sun/star/io/XPersistObject.idl> 
-#endif 
+#ifndef __com_sun_star_io_XPersistObject_idl__
+#include <com/sun/star/io/XPersistObject.idl>
+#endif
 
 
-//============================================================================= 
- 
+//=============================================================================
+
  module com {  module sun {  module star {  module awt {
-     
-//============================================================================= 
- 
+
+//=============================================================================
+
 /** specifies a standard tab controller model.
  */
 published service TabControllerModel
-{ 
-	interface com::sun::star::awt::XTabControllerModel; 
-	
+{
+	interface com::sun::star::awt::XTabControllerModel;
+
 	interface com::sun::star::io::XPersistObject;
-    
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/TextAlign.idl b/main/offapi/com/sun/star/awt/TextAlign.idl
index acd8674..f3aa430 100644
--- a/main/offapi/com/sun/star/awt/TextAlign.idl
+++ b/main/offapi/com/sun/star/awt/TextAlign.idl
@@ -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,55 +7,55 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_TextAlign_idl__ 
-#define __com_sun_star_awt_TextAlign_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_TextAlign_idl__
+#define __com_sun_star_awt_TextAlign_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies the alignment of text.
  */
 published constants TextAlign
-{ 
-	//------------------------------------------------------------------------- 
-		
+{
+	//-------------------------------------------------------------------------
+
 	/** specifies to left align text.
 	 */
-	const long LEFT = 0; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long LEFT = 0;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies to center text.
 	 */
-	const long CENTER = 1; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const long CENTER = 1;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies to right align text.
 	 */
-	const long RIGHT = 2; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	const long RIGHT = 2;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/TextEvent.idl b/main/offapi/com/sun/star/awt/TextEvent.idl
index 4f8138e..52ad134 100644
--- a/main/offapi/com/sun/star/awt/TextEvent.idl
+++ b/main/offapi/com/sun/star/awt/TextEvent.idl
@@ -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,47 +7,47 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_TextEvent_idl__ 
-#define __com_sun_star_awt_TextEvent_idl__ 
- 
-#ifndef __com_sun_star_lang_EventObject_idl__ 
-#include <com/sun/star/lang/EventObject.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_TextEvent_idl__
+#define __com_sun_star_awt_TextEvent_idl__
+
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies a text event.
  */
 published struct TextEvent: com::sun::star::lang::EventObject
-{ 
-	//------------------------------------------------------------------------- 
-		
+{
+	//-------------------------------------------------------------------------
+
 	/** This is a dummy field only. Please ignore.
 	 */
-	short dummy1; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	short dummy1;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/Toolkit.idl b/main/offapi/com/sun/star/awt/Toolkit.idl
index 72c3e8b..e5dfc81 100644
--- a/main/offapi/com/sun/star/awt/Toolkit.idl
+++ b/main/offapi/com/sun/star/awt/Toolkit.idl
@@ -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,25 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_Toolkit_idl__ 
-#define __com_sun_star_awt_Toolkit_idl__ 
- 
-#ifndef __com_sun_star_awt_XToolkit_idl__ 
-#include <com/sun/star/awt/XToolkit.idl> 
-#endif 
+#ifndef __com_sun_star_awt_Toolkit_idl__
+#define __com_sun_star_awt_Toolkit_idl__
+
+#ifndef __com_sun_star_awt_XToolkit_idl__
+#include <com/sun/star/awt/XToolkit.idl>
+#endif
 
 #ifndef __com_sun_star_awt_XDataTransferProviderAccess_idl__
 #include <com/sun/star/awt/XDataTransferProviderAccess.idl>
@@ -39,34 +39,34 @@
 #include <com/sun/star/awt/XMessageBoxFactory.idl>
 #endif
 
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
 module com {  module sun {  module star {  module awt {
-    
-//============================================================================= 
- 
-/** describes a toolkit that creates windows on a screen. 
-		
-	<p>The design of the interfaces for the toolkit implementation 
+
+//=============================================================================
+
+/** describes a toolkit that creates windows on a screen.
+
+	<p>The design of the interfaces for the toolkit implementation
 	should be remote. This means that the calls to the interfaces
 	of the toolkit should be one-way. Too many synchronous calls kill the
 	remote performance.</p>
  */
 published service Toolkit
-{ 
-	interface XToolkit; 
+{
+	interface XToolkit;
 
     [optional] interface com::sun::star::awt::XDataTransferProviderAccess;
 
     [optional] interface com::sun::star::awt::XSystemChildFactory;
 
     [optional] interface com::sun::star::awt::XMessageBoxFactory;
-    
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/UnoControl.idl b/main/offapi/com/sun/star/awt/UnoControl.idl
index aa178c0..cef5cc3 100644
--- a/main/offapi/com/sun/star/awt/UnoControl.idl
+++ b/main/offapi/com/sun/star/awt/UnoControl.idl
@@ -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,72 +7,72 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_UnoControl_idl__ 
-#define __com_sun_star_awt_UnoControl_idl__ 
- 
-#ifndef __com_sun_star_lang_XComponent_idl__ 
-#include <com/sun/star/lang/XComponent.idl> 
+#ifndef __com_sun_star_awt_UnoControl_idl__
+#define __com_sun_star_awt_UnoControl_idl__
+
+#ifndef __com_sun_star_lang_XComponent_idl__
+#include <com/sun/star/lang/XComponent.idl>
 #endif
 
-#ifndef __com_sun_star_awt_XControl_idl__ 
-#include <com/sun/star/awt/XControl.idl> 
-#endif 
+#ifndef __com_sun_star_awt_XControl_idl__
+#include <com/sun/star/awt/XControl.idl>
+#endif
 
-#ifndef __com_sun_star_awt_XWindow_idl__ 
-#include <com/sun/star/awt/XWindow.idl> 
-#endif 
+#ifndef __com_sun_star_awt_XWindow_idl__
+#include <com/sun/star/awt/XWindow.idl>
+#endif
 
-#ifndef __com_sun_star_awt_XView_idl__ 
-#include <com/sun/star/awt/XView.idl> 
-#endif 
+#ifndef __com_sun_star_awt_XView_idl__
+#include <com/sun/star/awt/XView.idl>
+#endif
 
 #ifndef __com_sun_star_accessibility_XAccessible_idl__
 #include <com/sun/star/accessibility/XAccessible.idl>
 #endif
 
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
  module com {  module sun {  module star {  module awt {
-     
-//============================================================================= 
- 
-/** specifies an abstract control. 
-		
-	<p>All components which implement this service can 
-	be integrated in a windowing environment. This service describes 
+
+//=============================================================================
+
+/** specifies an abstract control.
+
+	<p>All components which implement this service can
+	be integrated in a windowing environment. This service describes
 	the controller of the Smalltalk model view controller design.</p>
-    
-	<p>You must set a model and a stub to the UnoControl before using 
-	other methods.  The implementation only allows the change of the 
-	graphics (<type>XView</type>) if the window is not visible. The 
-	change of the graphics in visible state should redirect the output 
+
+	<p>You must set a model and a stub to the UnoControl before using
+	other methods.  The implementation only allows the change of the
+	graphics (<type>XView</type>) if the window is not visible. The
+	change of the graphics in visible state should redirect the output
 	to these graphics, but this behavior is implementation-specific.</p>
-    
-	<p>The change of data directly at the control may not affect the 
+
+	<p>The change of data directly at the control may not affect the
 	model data. To ensure this behavior, modify the data of the model.</p>
  */
 published service UnoControl
-{	 
-	interface com::sun::star::lang::XComponent; 
-	
-	interface com::sun::star::awt::XControl; 
-	
-	interface com::sun::star::awt::XWindow; 
-	
+{
+	interface com::sun::star::lang::XComponent;
+
+	interface com::sun::star::awt::XControl;
+
+	interface com::sun::star::awt::XWindow;
+
 	interface com::sun::star::awt::XView;
 
     /** provides access to the accessible context associated with this object.
@@ -80,11 +80,11 @@
         @since OpenOffice 1.1.2
      */
     [optional] interface com::sun::star::accessibility::XAccessible;
-    
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/UnoControlButton.idl b/main/offapi/com/sun/star/awt/UnoControlButton.idl
index 6e7928a..0f58e6b 100644
--- a/main/offapi/com/sun/star/awt/UnoControlButton.idl
+++ b/main/offapi/com/sun/star/awt/UnoControlButton.idl
@@ -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,55 +7,55 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_UnoButtonControl_idl__ 
-#define __com_sun_star_awt_UnoButtonControl_idl__ 
- 
-#ifndef __com_sun_star_awt_UnoControl_idl__ 
-#include <com/sun/star/awt/UnoControl.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XButton_idl__ 
-#include <com/sun/star/awt/XButton.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XLayoutConstrains_idl__ 
-#include <com/sun/star/awt/XLayoutConstrains.idl> 
+#ifndef __com_sun_star_awt_UnoButtonControl_idl__
+#define __com_sun_star_awt_UnoButtonControl_idl__
+
+#ifndef __com_sun_star_awt_UnoControl_idl__
+#include <com/sun/star/awt/UnoControl.idl>
 #endif
 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XButton_idl__
+#include <com/sun/star/awt/XButton.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XLayoutConstrains_idl__
+#include <com/sun/star/awt/XLayoutConstrains.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies a button control.
  */
 published service UnoControlButton
-{ 
-	service com::sun::star::awt::UnoControl; 
-	
-	interface com::sun::star::awt::XButton; 
-	
+{
+	service com::sun::star::awt::UnoControl;
+
+	interface com::sun::star::awt::XButton;
+
 	interface com::sun::star::awt::XLayoutConstrains;
-    
-}; 
- 
-//============================================================================= 
- 
+
+};
+
+//=============================================================================
+
 }; }; }; };
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/awt/UnoControlButtonModel.idl b/main/offapi/com/sun/star/awt/UnoControlButtonModel.idl
index 8f4e637..d314df0 100644
--- a/main/offapi/com/sun/star/awt/UnoControlButtonModel.idl
+++ b/main/offapi/com/sun/star/awt/UnoControlButtonModel.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -224,9 +224,9 @@
 
 	//-------------------------------------------------------------------------
 
-	/** specifies the state of the control. 
-        
-        If <member>Toggle</member> property is set to <TRUE/>, the pressed state 
+	/** specifies the state of the control.
+
+        If <member>Toggle</member> property is set to <TRUE/>, the pressed state
         is enabled and its pressed state can be obtained with this property.
 
         <pre>
diff --git a/main/offapi/com/sun/star/awt/UnoControlCheckBox.idl b/main/offapi/com/sun/star/awt/UnoControlCheckBox.idl
index 6b207e3..e46e4a7 100644
--- a/main/offapi/com/sun/star/awt/UnoControlCheckBox.idl
+++ b/main/offapi/com/sun/star/awt/UnoControlCheckBox.idl
@@ -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,55 +7,55 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_UnoCheckBoxControl_idl__ 
-#define __com_sun_star_awt_UnoCheckBoxControl_idl__ 
- 
-#ifndef __com_sun_star_awt_UnoControl_idl__ 
-#include <com/sun/star/awt/UnoControl.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XCheckBox_idl__ 
-#include <com/sun/star/awt/XCheckBox.idl> 
+#ifndef __com_sun_star_awt_UnoCheckBoxControl_idl__
+#define __com_sun_star_awt_UnoCheckBoxControl_idl__
+
+#ifndef __com_sun_star_awt_UnoControl_idl__
+#include <com/sun/star/awt/UnoControl.idl>
 #endif
 
-#ifndef __com_sun_star_awt_XLayoutConstrains_idl__ 
-#include <com/sun/star/awt/XLayoutConstrains.idl> 
+#ifndef __com_sun_star_awt_XCheckBox_idl__
+#include <com/sun/star/awt/XCheckBox.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XLayoutConstrains_idl__
+#include <com/sun/star/awt/XLayoutConstrains.idl>
 #endif
 
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies a check box control.
  */
 published service UnoControlCheckBox
-{ 
-	service com::sun::star::awt::UnoControl; 
-	
+{
+	service com::sun::star::awt::UnoControl;
+
 	interface com::sun::star::awt::XCheckBox;
-	
+
 	interface com::sun::star::awt::XLayoutConstrains;
-    
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/UnoControlCheckBoxModel.idl b/main/offapi/com/sun/star/awt/UnoControlCheckBoxModel.idl
index c7c4dfc..a791216 100644
--- a/main/offapi/com/sun/star/awt/UnoControlCheckBoxModel.idl
+++ b/main/offapi/com/sun/star/awt/UnoControlCheckBoxModel.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/UnoControlComboBox.idl b/main/offapi/com/sun/star/awt/UnoControlComboBox.idl
index dbcc64d..caed1f8 100644
--- a/main/offapi/com/sun/star/awt/UnoControlComboBox.idl
+++ b/main/offapi/com/sun/star/awt/UnoControlComboBox.idl
@@ -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,49 +7,49 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_UnoComboBoxControl_idl__ 
-#define __com_sun_star_awt_UnoComboBoxControl_idl__ 
- 
-#ifndef __com_sun_star_awt_UnoControlEdit_idl__ 
-#include <com/sun/star/awt/UnoControlEdit.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XComboBox_idl__ 
-#include <com/sun/star/awt/XComboBox.idl> 
+#ifndef __com_sun_star_awt_UnoComboBoxControl_idl__
+#define __com_sun_star_awt_UnoComboBoxControl_idl__
+
+#ifndef __com_sun_star_awt_UnoControlEdit_idl__
+#include <com/sun/star/awt/UnoControlEdit.idl>
 #endif
 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XComboBox_idl__
+#include <com/sun/star/awt/XComboBox.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies a combo box control.
  */
 published service UnoControlComboBox
-{ 
-	service com::sun::star::awt::UnoControlEdit; 
-	
+{
+	service com::sun::star::awt::UnoControlEdit;
+
 	interface com::sun::star::awt::XComboBox;
-    
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/UnoControlComboBoxModel.idl b/main/offapi/com/sun/star/awt/UnoControlComboBoxModel.idl
index 8d206f8..0ea612e 100644
--- a/main/offapi/com/sun/star/awt/UnoControlComboBoxModel.idl
+++ b/main/offapi/com/sun/star/awt/UnoControlComboBoxModel.idl
@@ -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,85 +7,85 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_UnoControlComboBoxModel_idl__ 
-#define __com_sun_star_awt_UnoControlComboBoxModel_idl__ 
+#ifndef __com_sun_star_awt_UnoControlComboBoxModel_idl__
+#define __com_sun_star_awt_UnoControlComboBoxModel_idl__
 
-#ifndef __com_sun_star_awt_FontDescriptor_idl__ 
-#include <com/sun/star/awt/FontDescriptor.idl> 
-#endif 
+#ifndef __com_sun_star_awt_FontDescriptor_idl__
+#include <com/sun/star/awt/FontDescriptor.idl>
+#endif
 
-#ifndef __com_sun_star_awt_UnoControlModel_idl__ 
-#include <com/sun/star/awt/UnoControlModel.idl> 
-#endif 
- 
+#ifndef __com_sun_star_awt_UnoControlModel_idl__
+#include <com/sun/star/awt/UnoControlModel.idl>
+#endif
+
 #ifndef __com_sun_star_util_Color_idl__
 #include <com/sun/star/util/Color.idl>
 #endif
- 
+
 #include <com/sun/star/awt/XItemList.idl>
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies the standard model of an <type>UnoControlComboBox</type>.
  */
 published service UnoControlComboBoxModel
-{ 
-	service com::sun::star::awt::UnoControlModel; 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** specifies the horizontal alignment of the text in the control. 
-				
+{
+	service com::sun::star::awt::UnoControlModel;
+
+	//-------------------------------------------------------------------------
+
+	/** specifies the horizontal alignment of the text in the control.
+
 		<pre>
 		0: left
 		1: center
 		2: right
 		</pre>
 	 */
-	[optional, property] short Align; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[optional, property] short Align;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies whether automatic completion of text is enabled.
 	 */
-	[property] boolean Autocomplete; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean Autocomplete;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the background color (RGB) of the control.
 	 */
-	[property] com::sun::star::util::Color BackgroundColor; 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** specifies the border style of the control. 
-				
+	[property] com::sun::star::util::Color BackgroundColor;
+
+	//-------------------------------------------------------------------------
+
+	/** specifies the border style of the control.
+
 		<pre>
 		0: No border
 		1: 3D border
 		2: simple border
 		</pre>
 	 */
-	[property] short Border; 
- 
-	//------------------------------------------------------------------------- 
+	[property] short Border;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies the color of the border, if present
 
@@ -95,53 +95,53 @@
         @since OpenOffice 2.0
 	 */
 	[optional, property] long BorderColor;
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** specifies if the control has a drop down button.
 	 */
-	[property] boolean Dropdown; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean Dropdown;
+
+	//-------------------------------------------------------------------------
+
 	/** determines whether the control is enabled or disabled.
 	 */
-	[property] boolean Enabled; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean Enabled;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the font attributes of the text in the control.
 	 */
-	[property] com::sun::star::awt::FontDescriptor FontDescriptor; 
- 
+	[property] com::sun::star::awt::FontDescriptor FontDescriptor;
+
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies the <type scope="com::sun::star::text">FontEmphasis</type>
         value of the text in the control.
 	 */
 	[property] short FontEmphasisMark;
- 
+
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies the <type scope="com::sun::star::text">FontRelief</type>
         value of the text in the control.
 	 */
 	[property] short FontRelief;
- 
+
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies the help text of the control.
 	 */
 	[property] string HelpText;
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the help URL of the control.
 	 */
 	[property] string HelpURL;
 
 	//-------------------------------------------------------------------------
-    
+
     /** specifies whether the selection in the control should be hidden when
         the control is not active (focused).
 
@@ -149,57 +149,57 @@
      */
     [optional, property] boolean HideInactiveSelection;
 
-	//------------------------------------------------------------------------- 
-	 
+	//-------------------------------------------------------------------------
+
 	/** specifies the maximum line count displayed in the drop down box.
 	 */
-	[property] short LineCount; 
- 
+	[property] short LineCount;
+
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies the maximum character count.
 
-        <p>There's no limitation, if set to 0.</p>    
+        <p>There's no limitation, if set to 0.</p>
      */
-	[property] short MaxTextLen; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] short MaxTextLen;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies that the control will be printed with the document.
 	 */
-	[property] boolean Printable; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean Printable;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies that the content of the control cannot be modified by the user.
 	 */
-	[property] boolean ReadOnly; 
- 
-	//------------------------------------------------------------------------- 
-		
+	[property] boolean ReadOnly;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the list of items.
 	 */
-	[property] sequence<string> StringItemList; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] sequence<string> StringItemList;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies that the control can be reached with the TAB key.
 	 */
-	[property] boolean Tabstop; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean Tabstop;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the text displayed in the control.
 	 */
-	[property] string Text; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] string Text;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the text color (RGB) of the control.
 	 */
-	[property] com::sun::star::util::Color TextColor; 
- 
-	//------------------------------------------------------------------------- 
+	[property] com::sun::star::util::Color TextColor;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies the text line color (RGB) of the control.
 	 */
@@ -227,10 +227,10 @@
         <member>StringItemList</member> property.
     */
     [optional] interface XItemList;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/UnoControlContainer.idl b/main/offapi/com/sun/star/awt/UnoControlContainer.idl
index 6d6a1b2..1d58c9f 100644
--- a/main/offapi/com/sun/star/awt/UnoControlContainer.idl
+++ b/main/offapi/com/sun/star/awt/UnoControlContainer.idl
@@ -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,61 +7,61 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_UnoControlContainer_idl__ 
+#ifndef __com_sun_star_awt_UnoControlContainer_idl__
 #define __com_sun_star_awt_UnoControlContainer_idl__
 
-#ifndef __com_sun_star_awt_UnoControl_idl__ 
-#include <com/sun/star/awt/UnoControl.idl> 
-#endif 
+#ifndef __com_sun_star_awt_UnoControl_idl__
+#include <com/sun/star/awt/UnoControl.idl>
+#endif
 
-#ifndef __com_sun_star_awt_XUnoControlContainer_idl__ 
+#ifndef __com_sun_star_awt_XUnoControlContainer_idl__
 #include <com/sun/star/awt/XUnoControlContainer.idl>
 #endif
 
-#ifndef __com_sun_star_awt_XControlContainer_idl__ 
-#include <com/sun/star/awt/XControlContainer.idl> 
+#ifndef __com_sun_star_awt_XControlContainer_idl__
+#include <com/sun/star/awt/XControlContainer.idl>
 #endif
 
-#ifndef __com_sun_star_container_XContainer_idl__ 
-#include <com/sun/star/container/XContainer.idl> 
+#ifndef __com_sun_star_container_XContainer_idl__
+#include <com/sun/star/container/XContainer.idl>
 #endif
 
 
-//============================================================================= 
- 
+//=============================================================================
+
  module com {  module sun {  module star {  module awt {
-     
-//============================================================================= 
- 
-/** specifies an abstract control which contains other controls.				
+
+//=============================================================================
+
+/** specifies an abstract control which contains other controls.
  */
 published service UnoControlContainer
 {
     service com::sun::star::awt::UnoControl;
 
     interface com::sun::star::awt::XUnoControlContainer;
-    
+
 	interface com::sun::star::awt::XControlContainer;
 
 	interface com::sun::star::container::XContainer;
-    
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/UnoControlContainerModel.idl b/main/offapi/com/sun/star/awt/UnoControlContainerModel.idl
index 0903434..5b74b99 100644
--- a/main/offapi/com/sun/star/awt/UnoControlContainerModel.idl
+++ b/main/offapi/com/sun/star/awt/UnoControlContainerModel.idl
@@ -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,68 +7,68 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_UnoControlContainerModel_idl__ 
-#define __com_sun_star_awt_UnoControlContainerModel_idl__ 
- 
-#ifndef __com_sun_star_awt_UnoControlModel_idl__ 
-#include <com/sun/star/awt/UnoControlModel.idl> 
-#endif 
- 
+#ifndef __com_sun_star_awt_UnoControlContainerModel_idl__
+#define __com_sun_star_awt_UnoControlContainerModel_idl__
+
+#ifndef __com_sun_star_awt_UnoControlModel_idl__
+#include <com/sun/star/awt/UnoControlModel.idl>
+#endif
+
 #ifndef __com_sun_star_util_Color_idl__
 #include <com/sun/star/util/Color.idl>
 #endif
 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies the standard model of an <type>UnoControlContainer</type>.
  */
 published service UnoControlContainerModel
-{ 
-	service com::sun::star::awt::UnoControlModel; 
- 
-	//------------------------------------------------------------------------- 
-	 
+{
+	service com::sun::star::awt::UnoControlModel;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the background color (RGB) of the control.
 	 */
-	[property] com::sun::star::util::Color BackgroundColor; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] com::sun::star::util::Color BackgroundColor;
+
+	//-------------------------------------------------------------------------
+
 	/** determines whether a control is enabled or disabled.
 	 */
-	[property] boolean Enabled; 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** specifies the border style of the control. 
-				
+	[property] boolean Enabled;
+
+	//-------------------------------------------------------------------------
+
+	/** specifies the border style of the control.
+
 		<pre>
 		0: No border
 		1: 3D border
 		2: simple border
 		</pre>
 	 */
-	[property] short Border; 
- 
-	//------------------------------------------------------------------------- 
+	[property] short Border;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies the color of the border, if present
 
@@ -78,35 +78,35 @@
         @since OpenOffice 2.0
 	 */
 	[optional, property] long BorderColor;
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** specifies whether the control will be printed with the document.
 	 */
-	[property] boolean Printable; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean Printable;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the text displayed in the control.
 	 */
-	[property] string Text; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] string Text;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the help text of the control.
 	 */
 	[property] string HelpText;
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the help URL of the control.
 	 */
 	[property] string HelpURL;
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/UnoControlCurrencyField.idl b/main/offapi/com/sun/star/awt/UnoControlCurrencyField.idl
index 09e674b..68b43b2 100644
--- a/main/offapi/com/sun/star/awt/UnoControlCurrencyField.idl
+++ b/main/offapi/com/sun/star/awt/UnoControlCurrencyField.idl
@@ -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,63 +7,63 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_UnoCurrencyFieldControl_idl__ 
-#define __com_sun_star_awt_UnoCurrencyFieldControl_idl__ 
- 
-#ifndef __com_sun_star_awt_UnoControlEdit_idl__ 
-#include <com/sun/star/awt/UnoControlEdit.idl> 
-#endif 
+#ifndef __com_sun_star_awt_UnoCurrencyFieldControl_idl__
+#define __com_sun_star_awt_UnoCurrencyFieldControl_idl__
 
-#ifndef __com_sun_star_awt_XSpinField_idl__ 
-#include <com/sun/star/awt/XSpinField.idl> 
-#endif 
+#ifndef __com_sun_star_awt_UnoControlEdit_idl__
+#include <com/sun/star/awt/UnoControlEdit.idl>
+#endif
 
-#ifndef __com_sun_star_awt_XCurrencyField_idl__ 
-#include <com/sun/star/awt/XCurrencyField.idl> 
-#endif 
+#ifndef __com_sun_star_awt_XSpinField_idl__
+#include <com/sun/star/awt/XSpinField.idl>
+#endif
 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XCurrencyField_idl__
+#include <com/sun/star/awt/XCurrencyField.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies a currency field control.
 
     <p>A currency field makes it possible to enter, display and edit
     currency values.</p>
  */
 published service UnoControlCurrencyField
-{ 
-	service com::sun::star::awt::UnoControlEdit; 
+{
+	service com::sun::star::awt::UnoControlEdit;
 
     /** gives access to the value of a spin field and makes it possible to
         register for spin events.
 
         @since OpenOffice 1.1.2
      */
-	[optional] interface com::sun::star::awt::XSpinField; 
-	
+	[optional] interface com::sun::star::awt::XSpinField;
+
 	interface com::sun::star::awt::XCurrencyField;
 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/UnoControlCurrencyFieldModel.idl b/main/offapi/com/sun/star/awt/UnoControlCurrencyFieldModel.idl
index 758c75a..0465f1e 100644
--- a/main/offapi/com/sun/star/awt/UnoControlCurrencyFieldModel.idl
+++ b/main/offapi/com/sun/star/awt/UnoControlCurrencyFieldModel.idl
@@ -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,60 +7,60 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_UnoControlCurrencyFieldModel_idl__ 
-#define __com_sun_star_awt_UnoControlCurrencyFieldModel_idl__ 
+#ifndef __com_sun_star_awt_UnoControlCurrencyFieldModel_idl__
+#define __com_sun_star_awt_UnoControlCurrencyFieldModel_idl__
 
-#ifndef __com_sun_star_awt_FontDescriptor_idl__ 
-#include <com/sun/star/awt/FontDescriptor.idl> 
-#endif 
+#ifndef __com_sun_star_awt_FontDescriptor_idl__
+#include <com/sun/star/awt/FontDescriptor.idl>
+#endif
 
-#ifndef __com_sun_star_awt_UnoControlModel_idl__ 
-#include <com/sun/star/awt/UnoControlModel.idl> 
-#endif 
- 
+#ifndef __com_sun_star_awt_UnoControlModel_idl__
+#include <com/sun/star/awt/UnoControlModel.idl>
+#endif
+
 #ifndef __com_sun_star_util_Color_idl__
 #include <com/sun/star/util/Color.idl>
 #endif
- 
+
 #ifndef __com_sun_star_style_VerticalAlignment_idl__
 #include <com/sun/star/style/VerticalAlignment.idl>
 #endif
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies the standard model of an <type>UnoControlCurrencyField</type>.
  */
 published service UnoControlCurrencyFieldModel
-{ 
-	service com::sun::star::awt::UnoControlModel; 
- 
-	//------------------------------------------------------------------------- 
+{
+	service com::sun::star::awt::UnoControlModel;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies the background color (RGB) of the control.
 	 */
-	[property] com::sun::star::util::Color BackgroundColor; 
- 
+	[property] com::sun::star::util::Color BackgroundColor;
+
 	//-------------------------------------------------------------------------
 
-	/** specifies the border style of the control. 
-				
+	/** specifies the border style of the control.
+
 		<pre>
 		0: No border
 		1: 3D border
@@ -68,8 +68,8 @@
 		</pre>
 	 */
 	[property] short Border;
-    
-	//------------------------------------------------------------------------- 
+
+	//-------------------------------------------------------------------------
 
 	/** specifies the color of the border, if present
 
@@ -79,59 +79,59 @@
         @since OpenOffice 2.0
 	 */
 	[optional, property] long BorderColor;
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the currency symbol.
 	 */
-	[property] string CurrencySymbol; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] string CurrencySymbol;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the decimal accuracy.
 	 */
-	[property] short DecimalAccuracy; 
- 
+	[property] short DecimalAccuracy;
+
 	//-------------------------------------------------------------------------
-    
+
 	/** determines whether the control is enabled or disabled.
 	 */
-	[property] boolean Enabled; 
- 
-	//------------------------------------------------------------------------- 
+	[property] boolean Enabled;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies the font attributes of the text in the control.
 	 */
-	[property] com::sun::star::awt::FontDescriptor FontDescriptor; 
- 
+	[property] com::sun::star::awt::FontDescriptor FontDescriptor;
+
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies the <type scope="com::sun::star::text">FontEmphasis</type>
         value of the text in the control.
 	 */
 	[property] short FontEmphasisMark;
- 
+
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies the <type scope="com::sun::star::text">FontRelief</type>
         value of the text in the control.
 	 */
 	[property] short FontRelief;
- 
+
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies the help text of the control.
 	 */
 	[property] string HelpText;
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the help URL of the control.
 	 */
 	[property] string HelpURL;
 
 	//-------------------------------------------------------------------------
-    
+
     /** specifies whether the selection in the control should be hidden when
         the control is not active (focused).
 
@@ -140,24 +140,24 @@
     [optional, property] boolean HideInactiveSelection;
 
 	//-------------------------------------------------------------------------
-    
+
     /** specifies whether the currency symbol is to be prepended.
      */
 
     [property] boolean PrependCurrencySymbol;
 
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies that the control will be printed with the document.
 	 */
-	[property] boolean Printable; 
- 
-	//------------------------------------------------------------------------- 
+	[property] boolean Printable;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies that the content of the control cannot be modified by the user.
 	 */
-	[property] boolean ReadOnly; 
- 
+	[property] boolean ReadOnly;
+
 	//-------------------------------------------------------------------------
 
 	/** specifies whether the mouse should show repeating behaviour, i.e.
@@ -167,7 +167,7 @@
      */
     [optional, property] boolean Repeat;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** specifies the mouse repeat delay, in milliseconds.
 
@@ -181,65 +181,65 @@
      */
 	[optional, property] long RepeatDelay;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** specifies whether the thousands separator is to be displayed.
 	 */
-	[property] boolean ShowThousandsSeparator; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean ShowThousandsSeparator;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies that the control has a spin button.
 	 */
-	[property] boolean Spin; 
- 
+	[property] boolean Spin;
+
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies that the value is checked during the user input.
 	 */
-	[property] boolean StrictFormat; 
- 
-	//------------------------------------------------------------------------- 
-    
+	[property] boolean StrictFormat;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies that the control can be reached with the TAB key.
 	 */
-	[property] boolean Tabstop; 
- 
+	[property] boolean Tabstop;
+
 	//-------------------------------------------------------------------------
 
 	/** specifies the text color (RGB) of the control.
 	 */
-	[property] com::sun::star::util::Color TextColor; 
- 
+	[property] com::sun::star::util::Color TextColor;
+
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies the text line color (RGB) of the control.
 	 */
 	[property] com::sun::star::util::Color TextLineColor;
 
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies the value displayed in the control.
 	 */
-	[property] double Value; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] double Value;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the maximum value that can be entered.
 	 */
-	[property] double ValueMax; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] double ValueMax;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the minimum value that can be entered.
 	 */
-	[property] double ValueMin; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] double ValueMin;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the value step when using the spin button.
 	 */
-	[property] double ValueStep; 
+	[property] double ValueStep;
 
     /** denotes the writing mode used in the control, as specified in the
         <type scope="com::sun::star::text">WritingMode2</type> constants group.
@@ -266,10 +266,10 @@
         @since OpenOffice 3.3
 	 */
     [optional, property] com::sun::star::style::VerticalAlignment VerticalAlign;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/UnoControlDateField.idl b/main/offapi/com/sun/star/awt/UnoControlDateField.idl
index 2fd3548..2ca34de 100644
--- a/main/offapi/com/sun/star/awt/UnoControlDateField.idl
+++ b/main/offapi/com/sun/star/awt/UnoControlDateField.idl
@@ -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,62 +7,62 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_UnoDateFieldControl_idl__ 
-#define __com_sun_star_awt_UnoDateFieldControl_idl__ 
- 
-#ifndef __com_sun_star_awt_UnoControlEdit_idl__ 
-#include <com/sun/star/awt/UnoControlEdit.idl> 
-#endif 
+#ifndef __com_sun_star_awt_UnoDateFieldControl_idl__
+#define __com_sun_star_awt_UnoDateFieldControl_idl__
 
-#ifndef __com_sun_star_awt_XSpinField_idl__ 
-#include <com/sun/star/awt/XSpinField.idl> 
-#endif 
+#ifndef __com_sun_star_awt_UnoControlEdit_idl__
+#include <com/sun/star/awt/UnoControlEdit.idl>
+#endif
 
-#ifndef __com_sun_star_awt_XDateField_idl__ 
-#include <com/sun/star/awt/XDateField.idl> 
-#endif 
- 
+#ifndef __com_sun_star_awt_XSpinField_idl__
+#include <com/sun/star/awt/XSpinField.idl>
+#endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XDateField_idl__
+#include <com/sun/star/awt/XDateField.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies a date field control.
-	
+
 	<p>A date field makes it possible to enter, display and edit date values.</p>
  */
 published service UnoControlDateField
-{ 
-	service com::sun::star::awt::UnoControlEdit; 
+{
+	service com::sun::star::awt::UnoControlEdit;
 
     /** gives access to the value of a spin field and makes it possible to
         register for spin events.
 
         @since OpenOffice 1.1.2
-     */	
-	[optional] interface com::sun::star::awt::XSpinField; 
-	
+     */
+	[optional] interface com::sun::star::awt::XSpinField;
+
 	interface com::sun::star::awt::XDateField;
 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/UnoControlDateFieldModel.idl b/main/offapi/com/sun/star/awt/UnoControlDateFieldModel.idl
index 8f9e6e5..00e1ccf 100644
--- a/main/offapi/com/sun/star/awt/UnoControlDateFieldModel.idl
+++ b/main/offapi/com/sun/star/awt/UnoControlDateFieldModel.idl
@@ -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,69 +7,69 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_UnoControlDateFieldModel_idl__ 
-#define __com_sun_star_awt_UnoControlDateFieldModel_idl__ 
+#ifndef __com_sun_star_awt_UnoControlDateFieldModel_idl__
+#define __com_sun_star_awt_UnoControlDateFieldModel_idl__
 
-#ifndef __com_sun_star_awt_FontDescriptor_idl__ 
-#include <com/sun/star/awt/FontDescriptor.idl> 
-#endif 
+#ifndef __com_sun_star_awt_FontDescriptor_idl__
+#include <com/sun/star/awt/FontDescriptor.idl>
+#endif
 
-#ifndef __com_sun_star_awt_UnoControlModel_idl__ 
-#include <com/sun/star/awt/UnoControlModel.idl> 
-#endif 
- 
+#ifndef __com_sun_star_awt_UnoControlModel_idl__
+#include <com/sun/star/awt/UnoControlModel.idl>
+#endif
+
 #ifndef __com_sun_star_util_Color_idl__
 #include <com/sun/star/util/Color.idl>
 #endif
- 
+
 #ifndef __com_sun_star_style_VerticalAlignment_idl__
 #include <com/sun/star/style/VerticalAlignment.idl>
 #endif
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies the standard model of an <type>UnoControlDateField</type>.
  */
 published service UnoControlDateFieldModel
-{ 
-	service com::sun::star::awt::UnoControlModel; 
- 
-	//------------------------------------------------------------------------- 
-	 
+{
+	service com::sun::star::awt::UnoControlModel;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the background color(RGB) of the control.
 	 */
-	[property] com::sun::star::util::Color BackgroundColor; 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** specifies the border style of the control. 
-				
+	[property] com::sun::star::util::Color BackgroundColor;
+
+	//-------------------------------------------------------------------------
+
+	/** specifies the border style of the control.
+
 		<pre>
 		0: No border
 		1: 3D border
 		2: simple border
 		</pre>
 	 */
-	[property] short Border; 
- 
-	//------------------------------------------------------------------------- 
+	[property] short Border;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies the color of the border, if present
 
@@ -79,19 +79,19 @@
         @since OpenOffice 2.0
 	 */
 	[optional, property] long BorderColor;
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the date displayed in the control.
 
         <p>The date must be specified in the format YYYYMMDD.</p>
 	 */
 	[property] long Date;
-    
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the format of the displayed date.
-				
+
 		<pre>
 		0:   system short
 		1:   system short YY
@@ -108,71 +108,71 @@
 		</pre>
 	 */
 	[property] short DateFormat;
-    
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the maximum date that can be entered.
 	 */
-	[property] long DateMax; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] long DateMax;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the minimum date that can be entered.
 	 */
-	[property] long DateMin; 
- 
+	[property] long DateMin;
+
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies, if the date century is displayed.
 	 */
-	[property] boolean DateShowCentury; 
- 
+	[property] boolean DateShowCentury;
+
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies, if the control has a dropdown button.
 	 */
-	[property] boolean Dropdown; 
- 
+	[property] boolean Dropdown;
+
 	//-------------------------------------------------------------------------
-    
+
 	/** determines whether the control is enabled or disabled.
 	 */
 	[property] boolean Enabled;
-    
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the font attributes of the text in the control.
 	 */
-	[property] com::sun::star::awt::FontDescriptor FontDescriptor; 
- 
-	//------------------------------------------------------------------------- 
+	[property] com::sun::star::awt::FontDescriptor FontDescriptor;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies the <type scope="com::sun::star::text">FontEmphasis</type>
         value of the text in the control.
 	 */
 	[property] short FontEmphasisMark;
- 
+
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies the <type scope="com::sun::star::text">FontRelief</type>
         value of the text in the control.
 	 */
 	[property] short FontRelief;
- 
+
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies the help text of the control.
 	 */
 	[property] string HelpText;
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the help URL of the control.
 	 */
 	[property] string HelpURL;
- 
+
 	//-------------------------------------------------------------------------
-    
+
     /** specifies whether the selection in the control should be hidden when
         the control is not active (focused).
 
@@ -181,18 +181,18 @@
     [optional, property] boolean HideInactiveSelection;
 
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies that the control will be printed with the document.
 	 */
-	[property] boolean Printable; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean Printable;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies that the content of the control cannot be modified by the user.
 	 */
-	[property] boolean ReadOnly; 
- 
-	//------------------------------------------------------------------------- 
+	[property] boolean ReadOnly;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies whether the mouse should show repeating behaviour, i.e.
         repeatedly trigger an action when keeping pressed.
@@ -201,7 +201,7 @@
      */
     [optional, property] boolean Repeat;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** specifies the mouse repeat delay, in milliseconds.
 
@@ -215,40 +215,40 @@
      */
 	[optional, property] long RepeatDelay;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** specifies that the control has a spin button.
 	 */
-	[property] boolean Spin; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean Spin;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies that the date is checked during the user input.
 	 */
-	[property] boolean StrictFormat; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean StrictFormat;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies that the control can be reached with the TAB key.
 	 */
-	[property] boolean Tabstop; 
- 
-	//------------------------------------------------------------------------- 
+	[property] boolean Tabstop;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies the text displayed in the control.
 
-        @since OpenOffice 2.0    
+        @since OpenOffice 2.0
      */
-	[optional, property] string Text; 
+	[optional, property] string Text;
 
-	//------------------------------------------------------------------------- 
-	 
+	//-------------------------------------------------------------------------
+
 	/** specifies the text color (RGB) of the control.
 	 */
-	[property] com::sun::star::util::Color TextColor; 
- 
+	[property] com::sun::star::util::Color TextColor;
+
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies the text line color (RGB) of the control.
 	 */
 	[property] com::sun::star::util::Color TextLineColor;
@@ -278,10 +278,10 @@
         @since OpenOffice 3.3
 	 */
     [optional, property] com::sun::star::style::VerticalAlignment VerticalAlign;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/UnoControlDialog.idl b/main/offapi/com/sun/star/awt/UnoControlDialog.idl
index 35b7db0..a4b478e 100644
--- a/main/offapi/com/sun/star/awt/UnoControlDialog.idl
+++ b/main/offapi/com/sun/star/awt/UnoControlDialog.idl
@@ -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,55 +7,55 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_UnoControlDialog_idl__ 
+#ifndef __com_sun_star_awt_UnoControlDialog_idl__
 #define __com_sun_star_awt_UnoControlDialog_idl__
 
-#ifndef __com_sun_star_awt_UnoControlContainer_idl__ 
-#include <com/sun/star/awt/UnoControlContainer.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XTopWindow_idl__ 
-#include <com/sun/star/awt/XTopWindow.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XDialog2_idl__ 
-#include <com/sun/star/awt/XDialog2.idl> 
+#ifndef __com_sun_star_awt_UnoControlContainer_idl__
+#include <com/sun/star/awt/UnoControlContainer.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XTopWindow_idl__
+#include <com/sun/star/awt/XTopWindow.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XDialog2_idl__
+#include <com/sun/star/awt/XDialog2.idl>
 #endif
 
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies a dialog control.
  */
 published service UnoControlDialog
 {
-	service com::sun::star::awt::UnoControlContainer; 
-	
+	service com::sun::star::awt::UnoControlContainer;
+
 	interface com::sun::star::awt::XTopWindow;
-	
+
 	interface com::sun::star::awt::XDialog2;
 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/UnoControlDialogElement.idl b/main/offapi/com/sun/star/awt/UnoControlDialogElement.idl
index a28e7f2..ebffd3c 100644
--- a/main/offapi/com/sun/star/awt/UnoControlDialogElement.idl
+++ b/main/offapi/com/sun/star/awt/UnoControlDialogElement.idl
@@ -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,87 +7,87 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_UnoControlDialogElement_idl__ 
+#ifndef __com_sun_star_awt_UnoControlDialogElement_idl__
 #define __com_sun_star_awt_UnoControlDialogElement_idl__
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
 //=============================================================================
-     
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /**	specifies a set of properties to describe the model of an
     <type>UnoControl</type> which is embedded in a
-    <type>UnoControlDialogModel</type>.    
+    <type>UnoControlDialogModel</type>.
  */
 published service UnoControlDialogElement
-{ 
+{
 	//-------------------------------------------------------------------------
 
 	/** specifies the height of the control.
 	 */
-	[property] long Height; 
- 
-	//------------------------------------------------------------------------- 
+	[property] long Height;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies the name of the control.
 	 */
 	[property] string Name;
-    
-	//------------------------------------------------------------------------- 
+
+	//-------------------------------------------------------------------------
 
 	/** specifies the horizontal position of the control.
 	 */
 	[property] string PositionX;
-    
-	//------------------------------------------------------------------------- 
+
+	//-------------------------------------------------------------------------
 
 	/** specifies the vertical position of the control.
 	 */
 	[property] string PositionY;
-    
+
 	//-------------------------------------------------------------------------
 
 	/** specifies the step of the control.
 	 */
 	[property] long Step;
-    
+
 	//-------------------------------------------------------------------------
 
 	/** specifies the tabindex of the control.
 	 */
 	[property] short TabIndex;
-    
+
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies the tag of the control.
 	 */
 	[property] string Tag;
-    
+
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies the width of the control.
 	 */
 	[property] long Width;
 
-	//-------------------------------------------------------------------------    
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	//-------------------------------------------------------------------------
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/UnoControlDialogModel.idl b/main/offapi/com/sun/star/awt/UnoControlDialogModel.idl
index 65dafbf..d135d14 100644
--- a/main/offapi/com/sun/star/awt/UnoControlDialogModel.idl
+++ b/main/offapi/com/sun/star/awt/UnoControlDialogModel.idl
@@ -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,38 +7,38 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_UnoControlDialogModel_idl__ 
-#define __com_sun_star_awt_UnoControlDialogModel_idl__ 
+#ifndef __com_sun_star_awt_UnoControlDialogModel_idl__
+#define __com_sun_star_awt_UnoControlDialogModel_idl__
 
-#ifndef __com_sun_star_awt_FontDescriptor_idl__ 
-#include <com/sun/star/awt/FontDescriptor.idl> 
-#endif 
-
-#ifndef __com_sun_star_awt_UnoControlModel_idl__ 
-#include <com/sun/star/awt/UnoControlModel.idl> 
+#ifndef __com_sun_star_awt_FontDescriptor_idl__
+#include <com/sun/star/awt/FontDescriptor.idl>
 #endif
 
-#ifndef __com_sun_star_container_XContainer_idl__ 
-#include <com/sun/star/container/XContainer.idl> 
+#ifndef __com_sun_star_awt_UnoControlModel_idl__
+#include <com/sun/star/awt/UnoControlModel.idl>
+#endif
+
+#ifndef __com_sun_star_container_XContainer_idl__
+#include <com/sun/star/container/XContainer.idl>
 #endif
 
 #ifndef __com_sun_star_container_XNameContainer_idl__
 #include <com/sun/star/container/XNameContainer.idl>
 #endif
- 
+
 #ifndef __com_sun_star_lang_XMultiServiceFactory_idl__
 #include <com/sun/star/lang/XMultiServiceFactory.idl>
 #endif
@@ -51,108 +51,108 @@
 #include <com/sun/star/graphic/XGraphic.idl>
 #endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies the standard model of an <type>UnoControlDialog</type>.
  */
 published service UnoControlDialogModel
-{ 
+{
 	service com::sun::star::awt::UnoControlModel;
-    
+
     /** allows to create control models, which support the
         <type>UnoControlDialogElement</type> service and can be inserted into
         this container.
      */
 	interface com::sun::star::lang::XMultiServiceFactory;
-    
-	interface com::sun::star::container::XContainer; 
+
+	interface com::sun::star::container::XContainer;
 
 	interface com::sun::star::container::XNameContainer;
 
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies the background color (RGB) of the dialog.
 	 */
-	[property] com::sun::star::util::Color BackgroundColor; 
- 
+	[property] com::sun::star::util::Color BackgroundColor;
+
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies if the dialog is closeable.
 	 */
-	[property] boolean Closeable; 
- 
+	[property] boolean Closeable;
+
 	//-------------------------------------------------------------------------
 
 	/** determines whether a dialog is enabled or disabled.
 	 */
-	[property] boolean Enabled; 
- 
-	//------------------------------------------------------------------------- 
+	[property] boolean Enabled;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies the font attributes of the text in the caption bar of the dialog.
 	 */
-	[property] com::sun::star::awt::FontDescriptor FontDescriptor; 
- 
+	[property] com::sun::star::awt::FontDescriptor FontDescriptor;
+
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies the <type scope="com::sun::star::text">FontEmphasis</type>
         value of the text in the caption bar of the dialog.
 	 */
 	[property] short FontEmphasisMark;
- 
+
 	//-------------------------------------------------------------------------
 
 	/** specifies the <type scope="com::sun::star::text">FontRelief</type>
         value of the text in the caption bar of the dialog.
 	 */
 	[property] short FontRelief;
- 
+
 	//-------------------------------------------------------------------------
 
 	/** specifies the help text of the dialog.
 	 */
 	[property] string HelpText;
- 
-	//------------------------------------------------------------------------- 
+
+	//-------------------------------------------------------------------------
 
 	/** specifies the help URL of the dialog.
 	 */
 	[property] string HelpURL;
- 
-	//------------------------------------------------------------------------- 
-    
+
+	//-------------------------------------------------------------------------
+
 	/** specifies if the dialog is moveable.
 	 */
 	[property] boolean Moveable;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** specifies if the dialog is sizeable.
 	 */
 	[property] boolean Sizeable;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** specifies the text color (RGB) of the dialog.
 	 */
-	[property] com::sun::star::util::Color TextColor; 
- 
-	//------------------------------------------------------------------------- 
+	[property] com::sun::star::util::Color TextColor;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies the text line color (RGB) of the dialog.
 	 */
 	[property] com::sun::star::util::Color TextLineColor;
-    
+
 	//-------------------------------------------------------------------------
 
 	/** specifies the text that is displayed in the caption bar of the dialog.
 	 */
 	[property] string Title;
-    
+
 	//-------------------------------------------------------------------------
 
 	/** If set to true the dialog will have the desktop as parent.
@@ -183,11 +183,11 @@
         @since OpenOffice 2.4
 	 */
     [optional, property, transient] com::sun::star::graphic::XGraphic Graphic;
-    
-}; 
 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/UnoControlDialogModelProvider.idl b/main/offapi/com/sun/star/awt/UnoControlDialogModelProvider.idl
index 0c3ba82..e01e141 100644
--- a/main/offapi/com/sun/star/awt/UnoControlDialogModelProvider.idl
+++ b/main/offapi/com/sun/star/awt/UnoControlDialogModelProvider.idl
@@ -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,45 +7,45 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_UnoControlDialogModelProvider_idl__ 
-#define __com_sun_star_awt_UnoControlDialogModelProvider_idl__ 
+#ifndef __com_sun_star_awt_UnoControlDialogModelProvider_idl__
+#define __com_sun_star_awt_UnoControlDialogModelProvider_idl__
 
-#include <com/sun/star/container/XNameContainer.idl> 
-#include <com/sun/star/beans/XPropertySet.idl> 
+#include <com/sun/star/container/XNameContainer.idl>
+#include <com/sun/star/beans/XPropertySet.idl>
 #include <com/sun/star/lang/IllegalArgumentException.idl>
 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module awt { 
- 
-//============================================================================= 
- 
+//=============================================================================
+
+module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies a service to load a dialog model and allows to access the control models inside
 
     @since OpenOffice 3.3
  */
 service UnoControlDialogModelProvider : com::sun::star::container::XNameContainer
-{ 
+{
 	/** Creates a new dialog model
 	*/
 	create([in] string URL)raises ( com::sun::star::lang::IllegalArgumentException );
-}; 
+};
 
-//============================================================================= 
- 
+//=============================================================================
+
 }; }; }; };
- 
-#endif 
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/UnoControlEdit.idl b/main/offapi/com/sun/star/awt/UnoControlEdit.idl
index 70eb9c2..7971871 100644
--- a/main/offapi/com/sun/star/awt/UnoControlEdit.idl
+++ b/main/offapi/com/sun/star/awt/UnoControlEdit.idl
@@ -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,61 +7,61 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_UnoControlEdit_idl__ 
-#define __com_sun_star_awt_UnoControlEdit_idl__ 
- 
-#ifndef __com_sun_star_awt_UnoControl_idl__ 
-#include <com/sun/star/awt/UnoControl.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XTextComponent_idl__ 
-#include <com/sun/star/awt/XTextComponent.idl> 
+#ifndef __com_sun_star_awt_UnoControlEdit_idl__
+#define __com_sun_star_awt_UnoControlEdit_idl__
+
+#ifndef __com_sun_star_awt_UnoControl_idl__
+#include <com/sun/star/awt/UnoControl.idl>
 #endif
 
-#ifndef __com_sun_star_awt_XLayoutConstrains_idl__ 
-#include <com/sun/star/awt/XLayoutConstrains.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XTextLayoutConstrains_idl__ 
-#include <com/sun/star/awt/XTextLayoutConstrains.idl> 
-#endif 
+#ifndef __com_sun_star_awt_XTextComponent_idl__
+#include <com/sun/star/awt/XTextComponent.idl>
+#endif
 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XLayoutConstrains_idl__
+#include <com/sun/star/awt/XLayoutConstrains.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XTextLayoutConstrains_idl__
+#include <com/sun/star/awt/XTextLayoutConstrains.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies an edit control.
  */
 published service UnoControlEdit
-{ 
-	service com::sun::star::awt::UnoControl; 
-	
-	interface com::sun::star::awt::XTextComponent;
-	
-	interface com::sun::star::awt::XLayoutConstrains; 
-	
-	interface com::sun::star::awt::XTextLayoutConstrains; 
+{
+	service com::sun::star::awt::UnoControl;
 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	interface com::sun::star::awt::XTextComponent;
+
+	interface com::sun::star::awt::XLayoutConstrains;
+
+	interface com::sun::star::awt::XTextLayoutConstrains;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/UnoControlEditModel.idl b/main/offapi/com/sun/star/awt/UnoControlEditModel.idl
index 378f182..0a1422e 100644
--- a/main/offapi/com/sun/star/awt/UnoControlEditModel.idl
+++ b/main/offapi/com/sun/star/awt/UnoControlEditModel.idl
@@ -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,71 +7,71 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_UnoControlEditModel_idl__ 
-#define __com_sun_star_awt_UnoControlEditModel_idl__ 
+#ifndef __com_sun_star_awt_UnoControlEditModel_idl__
+#define __com_sun_star_awt_UnoControlEditModel_idl__
 
-#ifndef __com_sun_star_awt_FontDescriptor_idl__ 
-#include <com/sun/star/awt/FontDescriptor.idl> 
-#endif 
+#ifndef __com_sun_star_awt_FontDescriptor_idl__
+#include <com/sun/star/awt/FontDescriptor.idl>
+#endif
 
-#ifndef __com_sun_star_awt_UnoControlModel_idl__ 
-#include <com/sun/star/awt/UnoControlModel.idl> 
-#endif 
- 
+#ifndef __com_sun_star_awt_UnoControlModel_idl__
+#include <com/sun/star/awt/UnoControlModel.idl>
+#endif
+
 #ifndef __com_sun_star_util_Color_idl__
 #include <com/sun/star/util/Color.idl>
 #endif
- 
+
 #ifndef __com_sun_star_style_VerticalAlignment_idl__
 #include <com/sun/star/style/VerticalAlignment.idl>
 #endif
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies the standard model of an <type>UnoControlEdit</type>.
  */
 published service UnoControlEditModel
-{ 
-	service com::sun::star::awt::UnoControlModel; 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** specifies the horizontal alignment of the text in the control. 
-				
+{
+	service com::sun::star::awt::UnoControlModel;
+
+	//-------------------------------------------------------------------------
+
+	/** specifies the horizontal alignment of the text in the control.
+
 		<pre>
 		0: left
 		1: center
 		2: right
 		</pre>
 	 */
-	[property] short Align; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] short Align;
+
+	//-------------------------------------------------------------------------
+
 	/** If set to true an horizontal scrollbar will be added automatically
         when needed.
 
         @since OpenOffice 2.3
 	 */
 	[optional, property] boolean AutoHScroll;
-    
+
 	//-------------------------------------------------------------------------
 
 	/** If set to true an vertical scrollbar will be added automatically
@@ -80,26 +80,26 @@
         @since OpenOffice 2.3
 	 */
 	[optional, property] boolean AutoVScroll;
-    
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the background color (RGB) of the control.
 	 */
-	[property] com::sun::star::util::Color BackgroundColor; 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** specifies the border style of the control. 
-				
+	[property] com::sun::star::util::Color BackgroundColor;
+
+	//-------------------------------------------------------------------------
+
+	/** specifies the border style of the control.
+
 		<pre>
 		0: No border
 		1: 3D border
 		2: simple border
 		</pre>
 	 */
-	[property] short Border; 
- 
-	//------------------------------------------------------------------------- 
+	[property] short Border;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies the color of the border, if present
 
@@ -109,61 +109,61 @@
         @since OpenOffice 2.0
 	 */
 	[optional, property] long BorderColor;
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** specifies the echo character for a password edit field.		
-	 */
-	[optional, property] short EchoChar; 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** determines whether the control is enabled or disabled.
-	 */
-	[property] boolean Enabled; 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** specifies the font attributes of the text in the control.
-	 */
-	[property] com::sun::star::awt::FontDescriptor FontDescriptor; 
 
 	//-------------------------------------------------------------------------
-    
+
+	/** specifies the echo character for a password edit field.
+	 */
+	[optional, property] short EchoChar;
+
+	//-------------------------------------------------------------------------
+
+	/** determines whether the control is enabled or disabled.
+	 */
+	[property] boolean Enabled;
+
+	//-------------------------------------------------------------------------
+
+	/** specifies the font attributes of the text in the control.
+	 */
+	[property] com::sun::star::awt::FontDescriptor FontDescriptor;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the <type scope="com::sun::star::text">FontEmphasis</type>
         value of the text in the control.
 	 */
 	[property] short FontEmphasisMark;
- 
+
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies the <type scope="com::sun::star::text">FontRelief</type>
         value of the text in the control.
 	 */
 	[property] short FontRelief;
-    
-	//------------------------------------------------------------------------- 
-	 	 
+
+	//-------------------------------------------------------------------------
+
 	/** specifies if hard line breaks will be returned in the
         <member>XTextComponent::getText</member> method.
 	 */
 	[property] boolean HardLineBreaks;
-    
+
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies the help text of the control.
 	 */
 	[property] string HelpText;
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the help URL of the control.
 	 */
 	[property] string HelpURL;
-    
-	//------------------------------------------------------------------------- 
-    
-    /** specifies whether the selection in the control should be hidden when 
+
+	//-------------------------------------------------------------------------
+
+    /** specifies whether the selection in the control should be hidden when
         the control is not active (focused).
 
         @since OpenOffice 2.0
@@ -176,8 +176,8 @@
 		the horizontal direction.
 	 */
 	[property] boolean HScroll;
-    
-	//------------------------------------------------------------------------- 
+
+	//-------------------------------------------------------------------------
 
 	/** specifies which line end type should be used for multi line text
 
@@ -195,22 +195,22 @@
         @since OpenOffice 2.0
 	 */
 	[optional, property] short LineEndFormat;
-    
+
 	//-------------------------------------------------------------------------
 
 	/** specifies the maximum character count.
 
-        <p>There's no limitation, if set to 0.</p>    
+        <p>There's no limitation, if set to 0.</p>
      */
-	[property] short MaxTextLen; 
- 
+	[property] short MaxTextLen;
+
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies that the control may have more than one line.
 	 */
-	[property] boolean MultiLine; 
- 
-	//------------------------------------------------------------------------- 
+	[property] boolean MultiLine;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies whether the control paints it background or not.
 
@@ -218,47 +218,47 @@
      */
     [optional, property] boolean PaintTransparent;
 
-	//------------------------------------------------------------------------- 
-	 
+	//-------------------------------------------------------------------------
+
 	/** specifies that the control will be printed with the document.
 	 */
-	[property] boolean Printable; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean Printable;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies that the content of the control cannot be modified by the user.
 	 */
-	[property] boolean ReadOnly; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean ReadOnly;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies that the control can be reached with the TAB key.
 	 */
-	[property] boolean Tabstop; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean Tabstop;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the text displayed in the control.
 	 */
-	[property] string Text; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] string Text;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the text color (RGB) of the control.
 	 */
-	[property] com::sun::star::util::Color TextColor; 
- 
+	[property] com::sun::star::util::Color TextColor;
+
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies the text line color (RGB) of the control.
 	 */
 	[property] com::sun::star::util::Color TextLineColor;
-    
-	//------------------------------------------------------------------------- 
+
+	//-------------------------------------------------------------------------
 
 	/** specifies if the content of the control can be scrolled in
 		the vertical direction.
-	 */    
+	 */
 	[property] boolean VScroll;
 
     /** denotes the writing mode used in the control, as specified in the
@@ -278,10 +278,10 @@
         @since OpenOffice 3.3
 	 */
     [optional, property] com::sun::star::style::VerticalAlignment VerticalAlign;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/UnoControlFileControl.idl b/main/offapi/com/sun/star/awt/UnoControlFileControl.idl
index c8626ae..d4cb0f2 100644
--- a/main/offapi/com/sun/star/awt/UnoControlFileControl.idl
+++ b/main/offapi/com/sun/star/awt/UnoControlFileControl.idl
@@ -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,46 +7,46 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_UnoFileControl_idl__ 
-#define __com_sun_star_awt_UnoFileControl_idl__ 
- 
-#ifndef __com_sun_star_awt_UnoControlEdit_idl__ 
-#include <com/sun/star/awt/UnoControlEdit.idl> 
-#endif 
+#ifndef __com_sun_star_awt_UnoFileControl_idl__
+#define __com_sun_star_awt_UnoFileControl_idl__
 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_UnoControlEdit_idl__
+#include <com/sun/star/awt/UnoControlEdit.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies a file control.
 
     <p>A file control extends the <type>UnoControlEdit</type> with a file
     dialog.</p>
  */
 published service UnoControlFileControl
-{ 
+{
 	service com::sun::star::awt::UnoControlEdit;
 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/UnoControlFileControlModel.idl b/main/offapi/com/sun/star/awt/UnoControlFileControlModel.idl
index 2f5dba9..62f35cd 100644
--- a/main/offapi/com/sun/star/awt/UnoControlFileControlModel.idl
+++ b/main/offapi/com/sun/star/awt/UnoControlFileControlModel.idl
@@ -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,60 +7,60 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_UnoControlFileControlModel_idl__ 
-#define __com_sun_star_awt_UnoControlFileControlModel_idl__ 
+#ifndef __com_sun_star_awt_UnoControlFileControlModel_idl__
+#define __com_sun_star_awt_UnoControlFileControlModel_idl__
 
-#ifndef __com_sun_star_awt_FontDescriptor_idl__ 
-#include <com/sun/star/awt/FontDescriptor.idl> 
-#endif 
+#ifndef __com_sun_star_awt_FontDescriptor_idl__
+#include <com/sun/star/awt/FontDescriptor.idl>
+#endif
 
-#ifndef __com_sun_star_awt_UnoControlModel_idl__ 
-#include <com/sun/star/awt/UnoControlModel.idl> 
-#endif 
- 
+#ifndef __com_sun_star_awt_UnoControlModel_idl__
+#include <com/sun/star/awt/UnoControlModel.idl>
+#endif
+
 #ifndef __com_sun_star_util_Color_idl__
 #include <com/sun/star/util/Color.idl>
 #endif
- 
+
 #ifndef __com_sun_star_style_VerticalAlignment_idl__
 #include <com/sun/star/style/VerticalAlignment.idl>
 #endif
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies the standard model of an <type>UnoControlFileControl</type>.
  */
 published service UnoControlFileControlModel
-{ 
-	service com::sun::star::awt::UnoControlModel; 
- 
-	//------------------------------------------------------------------------- 
-	 
+{
+	service com::sun::star::awt::UnoControlModel;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the background color (RGB) of the control.
 	 */
 	[property] com::sun::star::util::Color BackgroundColor;
-    
-	//------------------------------------------------------------------------- 
-	 
-	/** specifies the border style of the control. 
-				
+
+	//-------------------------------------------------------------------------
+
+	/** specifies the border style of the control.
+
 		<pre>
 		0: No border
 		1: 3D border
@@ -68,8 +68,8 @@
 		</pre>
 	 */
 	[property] short Border;
-    
-	//------------------------------------------------------------------------- 
+
+	//-------------------------------------------------------------------------
 
 	/** specifies the color of the border, if present
 
@@ -79,48 +79,48 @@
         @since OpenOffice 2.0
 	 */
 	[optional, property] long BorderColor;
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** determines whether a control is enabled or disabled.
 	 */
-	[property] boolean Enabled; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean Enabled;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the font attributes of the text in the control.
 	 */
-	[property] com::sun::star::awt::FontDescriptor FontDescriptor; 
- 
+	[property] com::sun::star::awt::FontDescriptor FontDescriptor;
+
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies the <type scope="com::sun::star::text">FontEmphasis</type>
         value of the text in the control.
 	 */
 	[property] short FontEmphasisMark;
- 
+
 	//-------------------------------------------------------------------------
 
 	/** specifies the <type scope="com::sun::star::text">FontRelief</type>
         value of the text in the control.
 	 */
 	[property] short FontRelief;
- 
+
 	//-------------------------------------------------------------------------
 
 	/** specifies the help text of the control.
 	 */
 	[property] string HelpText;
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the help URL of the control.
 	 */
 	[property] string HelpURL;
 
 	//-------------------------------------------------------------------------
-    
-    /** specifies whether the selection in the control should be hidden when 
+
+    /** specifies whether the selection in the control should be hidden when
         the control is not active (focused).
 
         @since OpenOffice 2.0
@@ -128,43 +128,43 @@
     [optional, property] boolean HideInactiveSelection;
 
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies that the control will be printed with the document.
 	 */
-	[property] boolean Printable; 
- 
-	//------------------------------------------------------------------------- 
+	[property] boolean Printable;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies that the content of the control cannot be modified by the user.
 
         @since OpenOffice 1.1.2
 	 */
-	[optional, property] boolean ReadOnly; 
- 
+	[optional, property] boolean ReadOnly;
+
 	//-------------------------------------------------------------------------
 
 	/** specifies that the control can be reached with the TAB key.
 	 */
-	[property] boolean Tabstop; 
- 
+	[property] boolean Tabstop;
+
 	//-------------------------------------------------------------------------
 
 	/** specifies the text displayed in the control.
 	 */
-	[property] string Text; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] string Text;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the text color (RGB) of the control.
 	 */
-	[property] com::sun::star::util::Color TextColor; 
- 
+	[property] com::sun::star::util::Color TextColor;
+
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies the text line color (RGB) of the control.
 	 */
 	[property] com::sun::star::util::Color TextLineColor;
-    
+
     //-------------------------------------------------------------------------
 
     /** specifies the vertical alignment of the text in the control.
@@ -172,10 +172,10 @@
         @since OpenOffice 3.3
 	 */
     [optional, property] com::sun::star::style::VerticalAlignment VerticalAlign;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/UnoControlFixedHyperlink.idl b/main/offapi/com/sun/star/awt/UnoControlFixedHyperlink.idl
index 5a42dee..db24644 100644
--- a/main/offapi/com/sun/star/awt/UnoControlFixedHyperlink.idl
+++ b/main/offapi/com/sun/star/awt/UnoControlFixedHyperlink.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/UnoControlFixedHyperlinkModel.idl b/main/offapi/com/sun/star/awt/UnoControlFixedHyperlinkModel.idl
index a692d38..287d02c 100644
--- a/main/offapi/com/sun/star/awt/UnoControlFixedHyperlinkModel.idl
+++ b/main/offapi/com/sun/star/awt/UnoControlFixedHyperlinkModel.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/UnoControlFixedLine.idl b/main/offapi/com/sun/star/awt/UnoControlFixedLine.idl
index 6dd18af..9b220b4 100644
--- a/main/offapi/com/sun/star/awt/UnoControlFixedLine.idl
+++ b/main/offapi/com/sun/star/awt/UnoControlFixedLine.idl
@@ -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,44 +7,44 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_UnoFixedLineControl_idl__ 
-#define __com_sun_star_awt_UnoFixedLineControl_idl__ 
- 
-#ifndef __com_sun_star_awt_UnoControl_idl__ 
-#include <com/sun/star/awt/UnoControl.idl> 
-#endif 
- 
+#ifndef __com_sun_star_awt_UnoFixedLineControl_idl__
+#define __com_sun_star_awt_UnoFixedLineControl_idl__
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_UnoControl_idl__
+#include <com/sun/star/awt/UnoControl.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies a fixed line control.
  */
 published service UnoControlFixedLine
-{ 
+{
 	service com::sun::star::awt::UnoControl;
 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
+};
 
-#endif 
+//=============================================================================
+
+}; }; }; };
+
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/UnoControlFixedLineModel.idl b/main/offapi/com/sun/star/awt/UnoControlFixedLineModel.idl
index 497e50b..aace5cc 100644
--- a/main/offapi/com/sun/star/awt/UnoControlFixedLineModel.idl
+++ b/main/offapi/com/sun/star/awt/UnoControlFixedLineModel.idl
@@ -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,92 +7,92 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_UnoControlFixedLineModel_idl__ 
-#define __com_sun_star_awt_UnoControlFixedLineModel_idl__ 
+#ifndef __com_sun_star_awt_UnoControlFixedLineModel_idl__
+#define __com_sun_star_awt_UnoControlFixedLineModel_idl__
 
-#ifndef __com_sun_star_awt_FontDescriptor_idl__ 
-#include <com/sun/star/awt/FontDescriptor.idl> 
-#endif 
+#ifndef __com_sun_star_awt_FontDescriptor_idl__
+#include <com/sun/star/awt/FontDescriptor.idl>
+#endif
 
-#ifndef __com_sun_star_awt_UnoControlModel_idl__ 
-#include <com/sun/star/awt/UnoControlModel.idl> 
-#endif 
+#ifndef __com_sun_star_awt_UnoControlModel_idl__
+#include <com/sun/star/awt/UnoControlModel.idl>
+#endif
 
 #ifndef __com_sun_star_util_Color_idl__
 #include <com/sun/star/util/Color.idl>
 #endif
- 
-  
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies the standard model of an <type>UnoControlFixedLine</type>.
  */
 published service UnoControlFixedLineModel
-{ 
-	service com::sun::star::awt::UnoControlModel; 
- 
-	//------------------------------------------------------------------------- 
-	 
+{
+	service com::sun::star::awt::UnoControlModel;
+
+	//-------------------------------------------------------------------------
+
 	/** determines whether the control is enabled or disabled.
 	 */
-	[property] boolean Enabled; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean Enabled;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the font attributes of the text in the control.
 	 */
-	[property] com::sun::star::awt::FontDescriptor FontDescriptor; 
- 
-	//------------------------------------------------------------------------- 
+	[property] com::sun::star::awt::FontDescriptor FontDescriptor;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies the <type scope="com::sun::star::text">FontEmphasis</type>
         value of the text in the control.
 	 */
 	[property] short FontEmphasisMark;
- 
+
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies the <type scope="com::sun::star::text">FontRelief</type>
         value of the text in the control.
 	 */
 	[property] short FontRelief;
-    
-	//------------------------------------------------------------------------- 
+
+	//-------------------------------------------------------------------------
 
 	/** specifies the help text of the control.
 	 */
 	[property] string HelpText;
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the help URL of the control.
 	 */
 	[property] string HelpURL;
-    
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the label of the control.
 	 */
-	[property] string Label; 
- 
-	//------------------------------------------------------------------------- 
+	[property] string Label;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies the orientation of the control.
 
@@ -101,30 +101,30 @@
 		1: vertical
 		</pre>
 	 */
-	[property] long Orientation; 
+	[property] long Orientation;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** specifies that the control will be printed with the document.
 	 */
-	[property] boolean Printable; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean Printable;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the text color (RGB) of the control.
 	 */
 	[property] com::sun::star::util::Color TextColor;
 
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies the text line color (RGB) of the control.
 	 */
 	[property] com::sun::star::util::Color TextLineColor;
-    
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/UnoControlFixedText.idl b/main/offapi/com/sun/star/awt/UnoControlFixedText.idl
index e299f45..0f47a26 100644
--- a/main/offapi/com/sun/star/awt/UnoControlFixedText.idl
+++ b/main/offapi/com/sun/star/awt/UnoControlFixedText.idl
@@ -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,55 +7,55 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_UnoFixedTextControl_idl__ 
-#define __com_sun_star_awt_UnoFixedTextControl_idl__ 
- 
-#ifndef __com_sun_star_awt_UnoControl_idl__ 
-#include <com/sun/star/awt/UnoControl.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XFixedText_idl__ 
-#include <com/sun/star/awt/XFixedText.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XLayoutConstrains_idl__ 
-#include <com/sun/star/awt/XLayoutConstrains.idl> 
-#endif 
+#ifndef __com_sun_star_awt_UnoFixedTextControl_idl__
+#define __com_sun_star_awt_UnoFixedTextControl_idl__
 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_UnoControl_idl__
+#include <com/sun/star/awt/UnoControl.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XFixedText_idl__
+#include <com/sun/star/awt/XFixedText.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XLayoutConstrains_idl__
+#include <com/sun/star/awt/XLayoutConstrains.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies a control for displaying fixed text.
  */
 published service UnoControlFixedText
-{ 
-	service com::sun::star::awt::UnoControl; 
-	
-	interface com::sun::star::awt::XFixedText; 
-	
+{
+	service com::sun::star::awt::UnoControl;
+
+	interface com::sun::star::awt::XFixedText;
+
 	interface com::sun::star::awt::XLayoutConstrains;
 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/UnoControlFixedTextModel.idl b/main/offapi/com/sun/star/awt/UnoControlFixedTextModel.idl
index 30d9cd1..4a8f0e4 100644
--- a/main/offapi/com/sun/star/awt/UnoControlFixedTextModel.idl
+++ b/main/offapi/com/sun/star/awt/UnoControlFixedTextModel.idl
@@ -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,29 +7,29 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_UnoControlFixedTextModel_idl__ 
-#define __com_sun_star_awt_UnoControlFixedTextModel_idl__ 
+#ifndef __com_sun_star_awt_UnoControlFixedTextModel_idl__
+#define __com_sun_star_awt_UnoControlFixedTextModel_idl__
 
-#ifndef __com_sun_star_awt_FontDescriptor_idl__ 
-#include <com/sun/star/awt/FontDescriptor.idl> 
-#endif 
+#ifndef __com_sun_star_awt_FontDescriptor_idl__
+#include <com/sun/star/awt/FontDescriptor.idl>
+#endif
 
-#ifndef __com_sun_star_awt_UnoControlModel_idl__ 
-#include <com/sun/star/awt/UnoControlModel.idl> 
-#endif 
+#ifndef __com_sun_star_awt_UnoControlModel_idl__
+#include <com/sun/star/awt/UnoControlModel.idl>
+#endif
 
 #ifndef __com_sun_star_style_VerticalAlignment_idl__
 #include <com/sun/star/style/VerticalAlignment.idl>
@@ -38,24 +38,24 @@
 #ifndef __com_sun_star_util_Color_idl__
 #include <com/sun/star/util/Color.idl>
 #endif
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies the standard model of an <type>UnoControlFixedText</type>.
  */
 published service UnoControlFixedTextModel
-{ 
-	service com::sun::star::awt::UnoControlModel; 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** specifies the horiztonal alignment of the text in the control. 
-				
+{
+	service com::sun::star::awt::UnoControlModel;
+
+	//-------------------------------------------------------------------------
+
+	/** specifies the horiztonal alignment of the text in the control.
+
 		<pre>
 		0: left
 		1: center
@@ -176,10 +176,10 @@
         @since OpenOffice 2.4
      */
     [optional, property] boolean NoLabel;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/UnoControlFormattedField.idl b/main/offapi/com/sun/star/awt/UnoControlFormattedField.idl
index 49091c7..260d243 100644
--- a/main/offapi/com/sun/star/awt/UnoControlFormattedField.idl
+++ b/main/offapi/com/sun/star/awt/UnoControlFormattedField.idl
@@ -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,54 +7,54 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_UnoControlFormattedField_idl__ 
-#define __com_sun_star_awt_UnoControlFormattedField_idl__ 
- 
-#ifndef __com_sun_star_awt_UnoControlEdit_idl__ 
-#include <com/sun/star/awt/UnoControlEdit.idl> 
-#endif 
+#ifndef __com_sun_star_awt_UnoControlFormattedField_idl__
+#define __com_sun_star_awt_UnoControlFormattedField_idl__
 
-#ifndef __com_sun_star_awt_XSpinField_idl__ 
-#include <com/sun/star/awt/XSpinField.idl> 
-#endif 
+#ifndef __com_sun_star_awt_UnoControlEdit_idl__
+#include <com/sun/star/awt/UnoControlEdit.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XSpinField_idl__
+#include <com/sun/star/awt/XSpinField.idl>
+#endif
 
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies a formatted field control.
  */
 published service UnoControlFormattedField
-{ 
+{
 	service com::sun::star::awt::UnoControlEdit;
 
     /** gives access to the value of a spin field and makes it possible to
         register for spin events.
 
         @since OpenOffice 1.1.2
-     */	
+     */
 	[optional] interface com::sun::star::awt::XSpinField;
-    
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/UnoControlFormattedFieldModel.idl b/main/offapi/com/sun/star/awt/UnoControlFormattedFieldModel.idl
index 36cec81..29e013f 100644
--- a/main/offapi/com/sun/star/awt/UnoControlFormattedFieldModel.idl
+++ b/main/offapi/com/sun/star/awt/UnoControlFormattedFieldModel.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -57,35 +57,35 @@
 
 	//-------------------------------------------------------------------------
 
-	/** specifies the horiztonal alignment of the text in the control. 
-				
+	/** specifies the horiztonal alignment of the text in the control.
+
 		<pre>
 		0: left
 		1: center
 		2: right
 		</pre>
 	 */
-	[property] short Align; 
- 
-	//------------------------------------------------------------------------- 
+	[property] short Align;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies the background color (RGB) of the control.
 	 */
-	[property] com::sun::star::util::Color BackgroundColor; 
- 
-	//------------------------------------------------------------------------- 
+	[property] com::sun::star::util::Color BackgroundColor;
 
-	/** specifies the border style of the control. 
-				
+	//-------------------------------------------------------------------------
+
+	/** specifies the border style of the control.
+
 		<pre>
 		0: No border
 		1: 3D border
 		2: simple border
 		</pre>
 	 */
-	[property] short Border; 
- 
-	//------------------------------------------------------------------------- 
+	[property] short Border;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies the color of the border, if present
 
@@ -95,74 +95,74 @@
         @since OpenOffice 2.0
 	 */
 	[optional, property] long BorderColor;
- 
+
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies the default value of the formatted field.
-        
+
 		<p>This may be a numeric value (double) or a string, depending on
         the formatting of the field.</p>
 	 */
 	[property] any EffectiveDefault;
-    
+
 	//-------------------------------------------------------------------------
 
 	/** specifies the maximum value that can be entered.
-        
+
 		<p>This property is ignored if the format of the field is no numeric
         format.</p>
 	 */
 	[property] double EffectiveMax;
-    
+
 	//-------------------------------------------------------------------------
 
 	/** specifies the minimum value that can be entered.
-        
+
 		<p>This property is ignored if the format of the field is no numeric
         format.</p>
 	 */
 	[property] double EffectiveMin;
-    
+
 	//-------------------------------------------------------------------------
 
 	/** specifies the current value of the formatted field.
-        
+
 		<p>This may be a numeric value (double) or a string, depending on
         the formatting of the field.</p>
 	 */
 	[property] double EffectiveValue;
-    
+
 	//-------------------------------------------------------------------------
 
 	/** determines whether the control is enabled or disabled.
 	 */
-	[property] boolean Enabled; 
- 
-	//------------------------------------------------------------------------- 
+	[property] boolean Enabled;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies the font attributes of the text in the control.
 	 */
-	[property] com::sun::star::awt::FontDescriptor FontDescriptor; 
- 
+	[property] com::sun::star::awt::FontDescriptor FontDescriptor;
+
 	//-------------------------------------------------------------------------
 
 	/** specifies the <type scope="com::sun::star::text">FontEmphasis</type>
         value of the text in the control.
 	 */
 	[property] short FontEmphasisMark;
- 
+
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies the <type scope="com::sun::star::text">FontRelief</type>
         value of the text in the control.
 	 */
 	[property] short FontRelief;
- 
+
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies the format to be used when formatting the field input
         and output.
-        
+
 		<p>This value is meaningful relative to the FormatsSupplier property
         only.</p>
 	 */
@@ -179,16 +179,16 @@
 	/** specifies the help text of the control.
 	 */
 	[property] string HelpText;
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the help URL of the control.
 	 */
 	[property] string HelpURL;
 
 
 	//-------------------------------------------------------------------------
-    
+
     /** specifies whether the selection in the control should be hidden when
         the control is not active (focused).
 
@@ -197,28 +197,28 @@
     [optional, property] boolean HideInactiveSelection;
 
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies the maximum character count.
 
-        <p>There's no limitation, if set to 0.</p>    
+        <p>There's no limitation, if set to 0.</p>
      */
-	[property] short MaxTextLen; 
- 
+	[property] short MaxTextLen;
+
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies that the control will be printed with the document.
 	 */
-	[property] boolean Printable; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean Printable;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies that the content of the control cannot be modified by the
         user.
 	 */
-	[property] boolean ReadOnly; 
- 
+	[property] boolean ReadOnly;
+
 	//-------------------------------------------------------------------------
- 
+
 	/** specifies whether the mouse should show repeating behaviour, i.e.
         repeatedly trigger an action when keeping pressed.
 
@@ -226,7 +226,7 @@
      */
     [optional, property] boolean Repeat;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** specifies the mouse repeat delay, in milliseconds.
 
@@ -240,48 +240,48 @@
      */
 	[optional, property] long RepeatDelay;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** specifies that the control has a spin button.
 	 */
-	[property] boolean Spin; 
- 
+	[property] boolean Spin;
+
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies that the text is checked during the user input.
-        
+
 		<p>This property is optional - not every component implementing this
         service is required to provide it, as real-time input checking on a
-        formatted field may be pretty expensive.</p>    
+        formatted field may be pretty expensive.</p>
 	 */
-	[optional, property] boolean StrictFormat; 
- 
-	//------------------------------------------------------------------------- 
+	[optional, property] boolean StrictFormat;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies that the control can be reached with the TAB key.
 	 */
-	[property] boolean Tabstop; 
- 
-	//------------------------------------------------------------------------- 
+	[property] boolean Tabstop;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies the text displayed in the control.
 	 */
-	[property] string Text; 
- 
-	//------------------------------------------------------------------------- 
-    
+	[property] string Text;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the text color (RGB) of the control.
 	 */
-	[property] com::sun::star::util::Color TextColor; 
- 
+	[property] com::sun::star::util::Color TextColor;
+
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies the text line color (RGB) of the control.
 	 */
 	[property] com::sun::star::util::Color TextLineColor;
-    
+
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies that the text is treated as a number.
 	 */
 	[property] boolean TreatAsNumber;
diff --git a/main/offapi/com/sun/star/awt/UnoControlGroupBox.idl b/main/offapi/com/sun/star/awt/UnoControlGroupBox.idl
index a01011f..8232924 100644
--- a/main/offapi/com/sun/star/awt/UnoControlGroupBox.idl
+++ b/main/offapi/com/sun/star/awt/UnoControlGroupBox.idl
@@ -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,43 +7,43 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_UnoGroupBoxControl_idl__ 
-#define __com_sun_star_awt_UnoGroupBoxControl_idl__ 
- 
-#ifndef __com_sun_star_awt_UnoControl_idl__ 
-#include <com/sun/star/awt/UnoControl.idl> 
-#endif 
+#ifndef __com_sun_star_awt_UnoGroupBoxControl_idl__
+#define __com_sun_star_awt_UnoGroupBoxControl_idl__
 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_UnoControl_idl__
+#include <com/sun/star/awt/UnoControl.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies a group box control.
  */
 published service UnoControlGroupBox
-{ 
+{
 	service com::sun::star::awt::UnoControl;
 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/UnoControlGroupBoxModel.idl b/main/offapi/com/sun/star/awt/UnoControlGroupBoxModel.idl
index 191d9be..5fd0433 100644
--- a/main/offapi/com/sun/star/awt/UnoControlGroupBoxModel.idl
+++ b/main/offapi/com/sun/star/awt/UnoControlGroupBoxModel.idl
@@ -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,105 +7,105 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_UnoControlGroupBoxModel_idl__ 
-#define __com_sun_star_awt_UnoControlGroupBoxModel_idl__ 
+#ifndef __com_sun_star_awt_UnoControlGroupBoxModel_idl__
+#define __com_sun_star_awt_UnoControlGroupBoxModel_idl__
 
-#ifndef __com_sun_star_awt_FontDescriptor_idl__ 
-#include <com/sun/star/awt/FontDescriptor.idl> 
-#endif 
+#ifndef __com_sun_star_awt_FontDescriptor_idl__
+#include <com/sun/star/awt/FontDescriptor.idl>
+#endif
 
-#ifndef __com_sun_star_awt_UnoControlModel_idl__ 
-#include <com/sun/star/awt/UnoControlModel.idl> 
-#endif 
- 
+#ifndef __com_sun_star_awt_UnoControlModel_idl__
+#include <com/sun/star/awt/UnoControlModel.idl>
+#endif
+
 #ifndef __com_sun_star_util_Color_idl__
 #include <com/sun/star/util/Color.idl>
 #endif
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies the standard model of an <type>UnoControlGroupBox</type>.
  */
 published service UnoControlGroupBoxModel
-{ 
-	service com::sun::star::awt::UnoControlModel; 
- 
-	//------------------------------------------------------------------------- 
-	 
+{
+	service com::sun::star::awt::UnoControlModel;
+
+	//-------------------------------------------------------------------------
+
 	/** determines whether the control is enabled or disabled.
 	 */
-	[property] boolean Enabled; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean Enabled;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the font attributes of the text in the control.
 	 */
-	[property] com::sun::star::awt::FontDescriptor FontDescriptor; 
- 
-	//------------------------------------------------------------------------- 
+	[property] com::sun::star::awt::FontDescriptor FontDescriptor;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies the <type scope="com::sun::star::text">FontEmphasis</type>
         value of the text in the control.
 	 */
 	[property] short FontEmphasisMark;
- 
+
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies the <type scope="com::sun::star::text">FontRelief</type>
         value of the text in the control.
 	 */
 	[property] short FontRelief;
- 
+
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies the help text of the control.
 	 */
 	[property] string HelpText;
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the help URL of the control.
 	 */
 	[property] string HelpURL;
- 
+
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies the label of the control.
 	 */
-	[property] string Label; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] string Label;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies that the control will be printed with the document.
 	 */
-	[property] boolean Printable; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean Printable;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the text color (RGB) of the control.
 	 */
-	[property] com::sun::star::util::Color TextColor; 
- 
+	[property] com::sun::star::util::Color TextColor;
+
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies the text line color (RGB) of the control.
 	 */
 	[property] com::sun::star::util::Color TextLineColor;
@@ -119,10 +119,10 @@
         @since OpenOffice 3.1
     */
     [optional, property] short WritingMode;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/UnoControlImageControl.idl b/main/offapi/com/sun/star/awt/UnoControlImageControl.idl
index 89ec77f..3c86812 100644
--- a/main/offapi/com/sun/star/awt/UnoControlImageControl.idl
+++ b/main/offapi/com/sun/star/awt/UnoControlImageControl.idl
@@ -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,49 +7,49 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_UnoImageControl_idl__ 
-#define __com_sun_star_awt_UnoImageControl_idl__ 
- 
-#ifndef __com_sun_star_awt_UnoControl_idl__ 
-#include <com/sun/star/awt/UnoControl.idl> 
+#ifndef __com_sun_star_awt_UnoImageControl_idl__
+#define __com_sun_star_awt_UnoImageControl_idl__
+
+#ifndef __com_sun_star_awt_UnoControl_idl__
+#include <com/sun/star/awt/UnoControl.idl>
 #endif
 
-#ifndef __com_sun_star_awt_XLayoutConstrains_idl__ 
-#include <com/sun/star/awt/XLayoutConstrains.idl> 
-#endif 
+#ifndef __com_sun_star_awt_XLayoutConstrains_idl__
+#include <com/sun/star/awt/XLayoutConstrains.idl>
+#endif
 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies a control for displaying an image.
  */
 published service UnoControlImageControl
-{ 
-	service com::sun::star::awt::UnoControl; 
-	
+{
+	service com::sun::star::awt::UnoControl;
+
 	interface com::sun::star::awt::XLayoutConstrains;
 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/UnoControlImageControlModel.idl b/main/offapi/com/sun/star/awt/UnoControlImageControlModel.idl
index 01b817e..d3c55f5 100644
--- a/main/offapi/com/sun/star/awt/UnoControlImageControlModel.idl
+++ b/main/offapi/com/sun/star/awt/UnoControlImageControlModel.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/UnoControlListBox.idl b/main/offapi/com/sun/star/awt/UnoControlListBox.idl
index fc32158..d9bb80a 100644
--- a/main/offapi/com/sun/star/awt/UnoControlListBox.idl
+++ b/main/offapi/com/sun/star/awt/UnoControlListBox.idl
@@ -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,64 +7,64 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_UnoListBoxControl_idl__ 
-#define __com_sun_star_awt_UnoListBoxControl_idl__ 
- 
-#ifndef __com_sun_star_awt_UnoControl_idl__ 
-#include <com/sun/star/awt/UnoControl.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XListBox_idl__ 
-#include <com/sun/star/awt/XListBox.idl> 
+#ifndef __com_sun_star_awt_UnoListBoxControl_idl__
+#define __com_sun_star_awt_UnoListBoxControl_idl__
+
+#ifndef __com_sun_star_awt_UnoControl_idl__
+#include <com/sun/star/awt/UnoControl.idl>
 #endif
 
-#ifndef __com_sun_star_awt_XLayoutConstrains_idl__ 
-#include <com/sun/star/awt/XLayoutConstrains.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XTextLayoutConstrains_idl__ 
-#include <com/sun/star/awt/XTextLayoutConstrains.idl> 
-#endif 
+#ifndef __com_sun_star_awt_XListBox_idl__
+#include <com/sun/star/awt/XListBox.idl>
+#endif
 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XLayoutConstrains_idl__
+#include <com/sun/star/awt/XLayoutConstrains.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XTextLayoutConstrains_idl__
+#include <com/sun/star/awt/XTextLayoutConstrains.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies a list box control.
-		
+
 	<p>A list box displays a list of strings and allows a selection within
 	these.</p>
  */
 published service UnoControlListBox
-{ 
-	service com::sun::star::awt::UnoControl; 
-	
+{
+	service com::sun::star::awt::UnoControl;
+
 	interface com::sun::star::awt::XListBox;
-	
-	interface com::sun::star::awt::XLayoutConstrains; 
-	
+
+	interface com::sun::star::awt::XLayoutConstrains;
+
 	interface com::sun::star::awt::XTextLayoutConstrains;
 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/UnoControlListBoxModel.idl b/main/offapi/com/sun/star/awt/UnoControlListBoxModel.idl
index 578112c..71281f7 100644
--- a/main/offapi/com/sun/star/awt/UnoControlListBoxModel.idl
+++ b/main/offapi/com/sun/star/awt/UnoControlListBoxModel.idl
@@ -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,80 +7,80 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_UnoControlListBoxModel_idl__ 
-#define __com_sun_star_awt_UnoControlListBoxModel_idl__ 
+#ifndef __com_sun_star_awt_UnoControlListBoxModel_idl__
+#define __com_sun_star_awt_UnoControlListBoxModel_idl__
 
-#ifndef __com_sun_star_awt_FontDescriptor_idl__ 
-#include <com/sun/star/awt/FontDescriptor.idl> 
-#endif 
+#ifndef __com_sun_star_awt_FontDescriptor_idl__
+#include <com/sun/star/awt/FontDescriptor.idl>
+#endif
 
-#ifndef __com_sun_star_awt_UnoControlModel_idl__ 
-#include <com/sun/star/awt/UnoControlModel.idl> 
-#endif 
- 
+#ifndef __com_sun_star_awt_UnoControlModel_idl__
+#include <com/sun/star/awt/UnoControlModel.idl>
+#endif
+
 #ifndef __com_sun_star_util_Color_idl__
 #include <com/sun/star/util/Color.idl>
 #endif
 
 #include <com/sun/star/awt/XItemList.idl>
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies the standard model of an <type>UnoControlListBox</type>.
  */
 published service UnoControlListBoxModel
-{ 
-	service com::sun::star::awt::UnoControlModel; 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** specifies the horiztontal alignment of the text in the control. 
-				
+{
+	service com::sun::star::awt::UnoControlModel;
+
+	//-------------------------------------------------------------------------
+
+	/** specifies the horiztontal alignment of the text in the control.
+
 		<pre>
 		0: left
 		1: center
 		2: right
 		</pre>
 	 */
-	[optional, property] short Align; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[optional, property] short Align;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the background color (RGB) of the control.
 	 */
-	[property] com::sun::star::util::Color BackgroundColor; 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** specifies the border style of the control. 
-				
+	[property] com::sun::star::util::Color BackgroundColor;
+
+	//-------------------------------------------------------------------------
+
+	/** specifies the border style of the control.
+
 		<pre>
 		0: No border
 		1: 3D border
 		2: simple border
 		</pre>
 	 */
-	[property] short Border; 
- 
-	//------------------------------------------------------------------------- 
+	[property] short Border;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies the color of the border, if present
 
@@ -90,100 +90,100 @@
         @since OpenOffice 2.0
 	 */
 	[optional, property] long BorderColor;
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** specifies if the control has a drop down button.
 	 */
-	[property] boolean Dropdown; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean Dropdown;
+
+	//-------------------------------------------------------------------------
+
 	/** determines whether the control is enabled or disabled.
 	 */
-	[property] boolean Enabled; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean Enabled;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the font attributes of the text in the control.
 	 */
 	[property] com::sun::star::awt::FontDescriptor FontDescriptor;
-    
+
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies the <type scope="com::sun::star::text">FontEmphasis</type>
         value of the text in the control.
 	 */
 	[property] short FontEmphasisMark;
- 
+
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies the <type scope="com::sun::star::text">FontRelief</type>
         value of the text in the control.
 	 */
 	[property] short FontRelief;
- 
+
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies the help text of the control.
 	 */
 	[property] string HelpText;
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the help URL of the control.
 	 */
 	[property] string HelpURL;
-    
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the maximum line count displayed in the drop down box.
 	 */
-	[property] short LineCount; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] short LineCount;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies if more than one entry can be selected.
 	 */
-	[property] boolean MultiSelection; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean MultiSelection;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies that the control will be printed with the document.
 	 */
 	[property] boolean Printable;
-    
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** specifies that the content of the control cannot be modified by the user.
 	 */
 	[property] boolean ReadOnly;
-    
-	//------------------------------------------------------------------------- 
-		
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the sequence of selected items, identfied by the position.
 	 */
-	[property] sequence<short> SelectedItems; 
- 
-	//------------------------------------------------------------------------- 
-		
+	[property] sequence<short> SelectedItems;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the list of items.
 	 */
-	[property] sequence<string> StringItemList; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] sequence<string> StringItemList;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies that the control can be reached with the TAB key.
 	 */
-	[property] boolean Tabstop; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean Tabstop;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the text color (RGB) of the control.
 	 */
-	[property] com::sun::star::util::Color TextColor; 
- 
-	//------------------------------------------------------------------------- 
+	[property] com::sun::star::util::Color TextColor;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies the text line color (RGB) of the control.
 	 */
@@ -222,10 +222,10 @@
         @since OpenOffice 3.3
     */
     [optional, property, maybevoid] short ItemSeparatorPos;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/UnoControlModel.idl b/main/offapi/com/sun/star/awt/UnoControlModel.idl
index 9c121dc..f69c6fe 100644
--- a/main/offapi/com/sun/star/awt/UnoControlModel.idl
+++ b/main/offapi/com/sun/star/awt/UnoControlModel.idl
@@ -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,95 +7,95 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_UnoControlModel_idl__ 
-#define __com_sun_star_awt_UnoControlModel_idl__ 
+#ifndef __com_sun_star_awt_UnoControlModel_idl__
+#define __com_sun_star_awt_UnoControlModel_idl__
 
 #ifndef __com_sun_star_awt_UnoControlDialogElement_idl__
 #include <com/sun/star/awt/UnoControlDialogElement.idl>
 #endif
 
-#ifndef __com_sun_star_awt_XControlModel_idl__ 
-#include <com/sun/star/awt/XControlModel.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_XComponent_idl__ 
-#include <com/sun/star/lang/XComponent.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XMultiPropertySet_idl__ 
-#include <com/sun/star/beans/XMultiPropertySet.idl> 
-#endif 
- 
-#ifndef __com_sun_star_io_XPersistObject_idl__ 
-#include <com/sun/star/io/XPersistObject.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_XCloneable_idl__ 
+#ifndef __com_sun_star_awt_XControlModel_idl__
+#include <com/sun/star/awt/XControlModel.idl>
+#endif
+
+#ifndef __com_sun_star_lang_XComponent_idl__
+#include <com/sun/star/lang/XComponent.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XMultiPropertySet_idl__
+#include <com/sun/star/beans/XMultiPropertySet.idl>
+#endif
+
+#ifndef __com_sun_star_io_XPersistObject_idl__
+#include <com/sun/star/io/XPersistObject.idl>
+#endif
+
+#ifndef __com_sun_star_util_XCloneable_idl__
 #include <com/sun/star/util/XCloneable.idl>
 #endif
 
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
-/** specifies the standard model of an <type>UnoControl</type> 
-	in the <em>Smalltalk model view controller design</em>. 
-		
-	<p>The interfaces <type scope="com::sun::star::beans">XPropertySet</type> 
-	and <type scope="com::sun::star::beans">XMultiPropertySet</type> need 
-	access to the model data from the embedding environment. The control 
-	and the model can specify additional interfaces to exchange data or 
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
+/** specifies the standard model of an <type>UnoControl</type>
+	in the <em>Smalltalk model view controller design</em>.
+
+	<p>The interfaces <type scope="com::sun::star::beans">XPropertySet</type>
+	and <type scope="com::sun::star::beans">XMultiPropertySet</type> need
+	access to the model data from the embedding environment. The control
+	and the model can specify additional interfaces to exchange data or
 	export more functionality from the model.</p>
  */
 published service UnoControlModel
-{ 
+{
 	/** This service is present when the control model is embedded in an
-        <type>UnoControlDialogModel</type>.    
+        <type>UnoControlDialogModel</type>.
      */
 	[optional] service com::sun::star::awt::UnoControlDialogElement;
 
-	interface com::sun::star::awt::XControlModel; 
+	interface com::sun::star::awt::XControlModel;
 
-	interface com::sun::star::lang::XComponent; 
+	interface com::sun::star::lang::XComponent;
 
-	interface com::sun::star::beans::XPropertySet; 
+	interface com::sun::star::beans::XPropertySet;
 
-	interface com::sun::star::beans::XMultiPropertySet; 
+	interface com::sun::star::beans::XMultiPropertySet;
 
 	interface com::sun::star::io::XPersistObject;
 
     interface com::sun::star::util::XCloneable;
- 
-	//------------------------------------------------------------------------- 
+
+	//-------------------------------------------------------------------------
 
 	/** specifies the service name of the default control for this model.
 	 */
 	[property] string DefaultControl;
-    
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/UnoControlNumericField.idl b/main/offapi/com/sun/star/awt/UnoControlNumericField.idl
index 2f1d477..0e9845b 100644
--- a/main/offapi/com/sun/star/awt/UnoControlNumericField.idl
+++ b/main/offapi/com/sun/star/awt/UnoControlNumericField.idl
@@ -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,63 +7,63 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_UnoControlNumericField_idl__ 
-#define __com_sun_star_awt_UnoControlNumericField_idl__ 
+#ifndef __com_sun_star_awt_UnoControlNumericField_idl__
+#define __com_sun_star_awt_UnoControlNumericField_idl__
 
-#ifndef __com_sun_star_awt_UnoControlEdit_idl__ 
-#include <com/sun/star/awt/UnoControlEdit.idl> 
-#endif 
+#ifndef __com_sun_star_awt_UnoControlEdit_idl__
+#include <com/sun/star/awt/UnoControlEdit.idl>
+#endif
 
-#ifndef __com_sun_star_awt_XSpinField_idl__ 
-#include <com/sun/star/awt/XSpinField.idl> 
-#endif 
+#ifndef __com_sun_star_awt_XSpinField_idl__
+#include <com/sun/star/awt/XSpinField.idl>
+#endif
 
-#ifndef __com_sun_star_awt_XNumericField_idl__ 
-#include <com/sun/star/awt/XNumericField.idl> 
-#endif 
+#ifndef __com_sun_star_awt_XNumericField_idl__
+#include <com/sun/star/awt/XNumericField.idl>
+#endif
 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies a numeric field control.
-	
-	<p>A numeric field makes it possible to enter, display and edit 
+
+	<p>A numeric field makes it possible to enter, display and edit
 	formatted numeric values.</p>
  */
 published service UnoControlNumericField
-{ 
-	service com::sun::star::awt::UnoControlEdit; 
+{
+	service com::sun::star::awt::UnoControlEdit;
 
     /** gives access to the value of a spin field and makes it possible to
         register for spin events.
 
         @since OpenOffice 1.1.2
-     */	
-	[optional] interface com::sun::star::awt::XSpinField; 
-	
+     */
+	[optional] interface com::sun::star::awt::XSpinField;
+
 	interface com::sun::star::awt::XNumericField;
 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/UnoControlNumericFieldModel.idl b/main/offapi/com/sun/star/awt/UnoControlNumericFieldModel.idl
index ca96e98..d16f904 100644
--- a/main/offapi/com/sun/star/awt/UnoControlNumericFieldModel.idl
+++ b/main/offapi/com/sun/star/awt/UnoControlNumericFieldModel.idl
@@ -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,69 +7,69 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_UnoControlNumericFieldModel_idl__ 
-#define __com_sun_star_awt_UnoControlNumericFieldModel_idl__ 
+#ifndef __com_sun_star_awt_UnoControlNumericFieldModel_idl__
+#define __com_sun_star_awt_UnoControlNumericFieldModel_idl__
 
-#ifndef __com_sun_star_awt_FontDescriptor_idl__ 
-#include <com/sun/star/awt/FontDescriptor.idl> 
-#endif 
+#ifndef __com_sun_star_awt_FontDescriptor_idl__
+#include <com/sun/star/awt/FontDescriptor.idl>
+#endif
 
-#ifndef __com_sun_star_awt_UnoControlModel_idl__ 
-#include <com/sun/star/awt/UnoControlModel.idl> 
-#endif 
- 
+#ifndef __com_sun_star_awt_UnoControlModel_idl__
+#include <com/sun/star/awt/UnoControlModel.idl>
+#endif
+
 #ifndef __com_sun_star_util_Color_idl__
 #include <com/sun/star/util/Color.idl>
 #endif
- 
+
 #ifndef __com_sun_star_style_VerticalAlignment_idl__
 #include <com/sun/star/style/VerticalAlignment.idl>
 #endif
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies the standard model of an <type>UnoControlNumericField</type>.
  */
 published service UnoControlNumericFieldModel
-{ 
-	service com::sun::star::awt::UnoControlModel; 
- 
-	//------------------------------------------------------------------------- 
+{
+	service com::sun::star::awt::UnoControlModel;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies the background color(RGB) of the control.
 	 */
-	[property] com::sun::star::util::Color BackgroundColor; 
- 
-	//------------------------------------------------------------------------- 
+	[property] com::sun::star::util::Color BackgroundColor;
 
-	/** specifies the border style of the control. 
-				
+	//-------------------------------------------------------------------------
+
+	/** specifies the border style of the control.
+
 		<pre>
 		0: No border
 		1: 3D border
 		2: simple border
 		</pre>
 	 */
-	[property] short Border; 
- 
-	//------------------------------------------------------------------------- 
+	[property] short Border;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies the color of the border, if present
 
@@ -79,47 +79,47 @@
         @since OpenOffice 2.0
 	 */
 	[optional, property] long BorderColor;
- 
-	//------------------------------------------------------------------------- 
+
+	//-------------------------------------------------------------------------
 
 	/** specifies the decimal accuracy.
 	 */
-	[property] short DecimalAccuracy; 
- 
+	[property] short DecimalAccuracy;
+
 	//-------------------------------------------------------------------------
-    
+
 	/** determines whether the control is enabled or disabled.
 	 */
 	[property] boolean Enabled;
-    
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the font attributes of the text in the control.
 	 */
-	[property] com::sun::star::awt::FontDescriptor FontDescriptor; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] com::sun::star::awt::FontDescriptor FontDescriptor;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the <type scope="com::sun::star::text">FontEmphasis</type>
         value of the text in the control.
 	 */
 	[property] short FontEmphasisMark;
- 
+
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies the <type scope="com::sun::star::text">FontRelief</type>
         value of the text in the control.
 	 */
 	[property] short FontRelief;
- 
+
 	//-------------------------------------------------------------------------
-	 
+
 	/** specifies the help text of the control.
 	 */
 	[property] string HelpText;
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the help URL of the control.
 	 */
 	[property] string HelpURL;
@@ -137,16 +137,16 @@
 
 	/** specifies that the control will be printed with the document.
 	 */
-	[property] boolean Printable; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean Printable;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies that the content of the control cannot be modified by the
         user.
 	 */
-	[property] boolean ReadOnly; 
- 
-	//------------------------------------------------------------------------- 
+	[property] boolean ReadOnly;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies whether the mouse should show repeating behaviour, i.e.
         repeatedly trigger an action when keeping pressed.
@@ -155,7 +155,7 @@
      */
     [optional, property] boolean Repeat;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** specifies the mouse repeat delay, in milliseconds.
 
@@ -173,58 +173,58 @@
 
 	/** specifies whether the thousands separator is to be displayed.
 	 */
-	[property] boolean ShowThousandsSeparator; 
- 
-	//------------------------------------------------------------------------- 
+	[property] boolean ShowThousandsSeparator;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies that the control has a spin button.
 	 */
-	[property] boolean Spin; 
- 
+	[property] boolean Spin;
+
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies that the value is checked during the user input.
 	 */
-	[property] boolean StrictFormat; 
- 
-	//------------------------------------------------------------------------- 
+	[property] boolean StrictFormat;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies that the control can be reached with the TAB key.
 	 */
-	[property] boolean Tabstop; 
- 
-	//------------------------------------------------------------------------- 
-    
+	[property] boolean Tabstop;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the text color (RGB) of the control.
 	 */
-	[property] com::sun::star::util::Color TextColor; 
- 
+	[property] com::sun::star::util::Color TextColor;
+
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies the text line color (RGB) of the control.
 	 */
 	[property] com::sun::star::util::Color TextLineColor;
 
 	//-------------------------------------------------------------------------
-	 
+
 	/** specifies the value displayed in the control.
 	 */
-	[property] double Value; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] double Value;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the maximum value that can be entered.
 	 */
-	[property] double ValueMax; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] double ValueMax;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the minimum value that can be entered.
 	 */
-	[property] double ValueMin; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] double ValueMin;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the value step when using the spin button.
 	 */
 	[property] double ValueStep;
@@ -254,10 +254,10 @@
         @since OpenOffice 3.3
 	 */
     [optional, property] com::sun::star::style::VerticalAlignment VerticalAlign;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/UnoControlPatternField.idl b/main/offapi/com/sun/star/awt/UnoControlPatternField.idl
index d950974..699a20a 100644
--- a/main/offapi/com/sun/star/awt/UnoControlPatternField.idl
+++ b/main/offapi/com/sun/star/awt/UnoControlPatternField.idl
@@ -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,63 +7,63 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_UnoPatternFieldControl_idl__ 
-#define __com_sun_star_awt_UnoPatternFieldControl_idl__ 
- 
-#ifndef __com_sun_star_awt_UnoControlEdit_idl__ 
-#include <com/sun/star/awt/UnoControlEdit.idl> 
-#endif 
+#ifndef __com_sun_star_awt_UnoPatternFieldControl_idl__
+#define __com_sun_star_awt_UnoPatternFieldControl_idl__
 
-#ifndef __com_sun_star_awt_XSpinField_idl__ 
-#include <com/sun/star/awt/XSpinField.idl> 
-#endif 
+#ifndef __com_sun_star_awt_UnoControlEdit_idl__
+#include <com/sun/star/awt/UnoControlEdit.idl>
+#endif
 
-#ifndef __com_sun_star_awt_XPatternField_idl__ 
-#include <com/sun/star/awt/XPatternField.idl> 
-#endif 
+#ifndef __com_sun_star_awt_XSpinField_idl__
+#include <com/sun/star/awt/XSpinField.idl>
+#endif
 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XPatternField_idl__
+#include <com/sun/star/awt/XPatternField.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies a pattern field control.
-	
+
 	<p>A pattern field makes it possible to enter, display and edit text
 	which conforms to a specified pattern.</p>
  */
 published service UnoControlPatternField
-{ 
-	service com::sun::star::awt::UnoControlEdit; 
+{
+	service com::sun::star::awt::UnoControlEdit;
 
     /** gives access to the value of a spin field and makes it possible to
         register for spin events.
 
         @since OpenOffice 1.1.2
-     */	
-	[optional] interface com::sun::star::awt::XSpinField; 
-	
+     */
+	[optional] interface com::sun::star::awt::XSpinField;
+
 	interface com::sun::star::awt::XPatternField;
 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/UnoControlPatternFieldModel.idl b/main/offapi/com/sun/star/awt/UnoControlPatternFieldModel.idl
index d566bb1..50d27e9 100644
--- a/main/offapi/com/sun/star/awt/UnoControlPatternFieldModel.idl
+++ b/main/offapi/com/sun/star/awt/UnoControlPatternFieldModel.idl
@@ -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,60 +7,60 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_UnoControlPatternFieldModel_idl__ 
-#define __com_sun_star_awt_UnoControlPatternFieldModel_idl__ 
+#ifndef __com_sun_star_awt_UnoControlPatternFieldModel_idl__
+#define __com_sun_star_awt_UnoControlPatternFieldModel_idl__
 
-#ifndef __com_sun_star_awt_FontDescriptor_idl__ 
-#include <com/sun/star/awt/FontDescriptor.idl> 
-#endif 
+#ifndef __com_sun_star_awt_FontDescriptor_idl__
+#include <com/sun/star/awt/FontDescriptor.idl>
+#endif
 
-#ifndef __com_sun_star_awt_UnoControlModel_idl__ 
-#include <com/sun/star/awt/UnoControlModel.idl> 
-#endif 
- 
+#ifndef __com_sun_star_awt_UnoControlModel_idl__
+#include <com/sun/star/awt/UnoControlModel.idl>
+#endif
+
 #ifndef __com_sun_star_util_Color_idl__
 #include <com/sun/star/util/Color.idl>
 #endif
- 
+
 #ifndef __com_sun_star_style_VerticalAlignment_idl__
 #include <com/sun/star/style/VerticalAlignment.idl>
 #endif
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies the standard model of an <type>UnoControlPatternField</type>.
  */
 published service UnoControlPatternFieldModel
-{ 
-	service com::sun::star::awt::UnoControlModel; 
- 
-	//------------------------------------------------------------------------- 
+{
+	service com::sun::star::awt::UnoControlModel;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies the background color (RGB) of the control.
 	 */
-	[property] com::sun::star::util::Color BackgroundColor; 
- 
+	[property] com::sun::star::util::Color BackgroundColor;
+
 	//-------------------------------------------------------------------------
 
-	/** specifies the border style of the control. 
-				
+	/** specifies the border style of the control.
+
 		<pre>
 		0: No border
 		1: 3D border
@@ -68,8 +68,8 @@
 		</pre>
 	 */
 	[property] short Border;
-    
-	//------------------------------------------------------------------------- 
+
+	//-------------------------------------------------------------------------
 
 	/** specifies the color of the border, if present
 
@@ -79,53 +79,53 @@
         @since OpenOffice 2.0
 	 */
 	[optional, property] long BorderColor;
- 
+
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies the edit mask.
 	 */
-	[property] string EditMask; 
- 
-	//------------------------------------------------------------------------- 
+	[property] string EditMask;
+
+	//-------------------------------------------------------------------------
 
 	/** determines whether the control is enabled or disabled.
 	 */
-	[property] boolean Enabled; 
- 
-	//------------------------------------------------------------------------- 
+	[property] boolean Enabled;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies the font attributes of the text in the control.
 	 */
-	[property] com::sun::star::awt::FontDescriptor FontDescriptor; 
- 
+	[property] com::sun::star::awt::FontDescriptor FontDescriptor;
+
 	//-------------------------------------------------------------------------
 
 	/** specifies the <type scope="com::sun::star::text">FontEmphasis</type>
         value of the text in the control.
 	 */
 	[property] short FontEmphasisMark;
- 
+
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies the <type scope="com::sun::star::text">FontRelief</type>
         value of the text in the control.
 	 */
 	[property] short FontRelief;
- 
+
 	//-------------------------------------------------------------------------
 
 	/** specifies the help text of the control.
 	 */
 	[property] string HelpText;
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the help URL of the control.
 	 */
 	[property] string HelpURL;
 
 	//-------------------------------------------------------------------------
-    
+
     /** specifies whether the selection in the control should be hidden when
         the control is not active (focused).
 
@@ -134,56 +134,56 @@
     [optional, property] boolean HideInactiveSelection;
 
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies the literal mask.
 	 */
-	[property] string LiteralMask; 
- 
-	//------------------------------------------------------------------------- 
+	[property] string LiteralMask;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies the maximum character count.
      */
-	[property] short MaxTextLen; 
- 
+	[property] short MaxTextLen;
+
 	//-------------------------------------------------------------------------
 
 	/** specifies that the control will be printed with the document.
 	 */
-	[property] boolean Printable; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean Printable;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies that the content of the control cannot be modified by the
         user.
 	 */
-	[property] boolean ReadOnly; 
- 
+	[property] boolean ReadOnly;
+
 	//-------------------------------------------------------------------------
-    
-	/** specifies that the text is checked during the user input.        
+
+	/** specifies that the text is checked during the user input.
 	 */
-	[property] boolean StrictFormat; 
- 
-	//------------------------------------------------------------------------- 
+	[property] boolean StrictFormat;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies that the control can be reached with the TAB key.
 	 */
-	[property] boolean Tabstop; 
- 
-	//------------------------------------------------------------------------- 
+	[property] boolean Tabstop;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies the text displayed in the control.
 	 */
-	[property] string Text; 
- 
-	//------------------------------------------------------------------------- 
-    
+	[property] string Text;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the text color (RGB) of the control.
 	 */
-	[property] com::sun::star::util::Color TextColor; 
- 
+	[property] com::sun::star::util::Color TextColor;
+
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies the text line color (RGB) of the control.
 	 */
 	[property] com::sun::star::util::Color TextLineColor;
@@ -213,10 +213,10 @@
         @since OpenOffice 3.3
 	 */
     [optional, property] com::sun::star::style::VerticalAlignment VerticalAlign;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/UnoControlProgressBar.idl b/main/offapi/com/sun/star/awt/UnoControlProgressBar.idl
index 82c8868..8aa0ed4 100644
--- a/main/offapi/com/sun/star/awt/UnoControlProgressBar.idl
+++ b/main/offapi/com/sun/star/awt/UnoControlProgressBar.idl
@@ -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,50 +7,50 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_UnoProgressBarControl_idl__ 
-#define __com_sun_star_awt_UnoProgressBarControl_idl__ 
- 
-#ifndef __com_sun_star_awt_UnoControl_idl__ 
-#include <com/sun/star/awt/UnoControl.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XProgressBar_idl__ 
-#include <com/sun/star/awt/XProgressBar.idl> 
-#endif 
- 
+#ifndef __com_sun_star_awt_UnoProgressBarControl_idl__
+#define __com_sun_star_awt_UnoProgressBarControl_idl__
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_UnoControl_idl__
+#include <com/sun/star/awt/UnoControl.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XProgressBar_idl__
+#include <com/sun/star/awt/XProgressBar.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies a progress bar control.
  */
 published service UnoControlProgressBar
-{ 
-	service com::sun::star::awt::UnoControl; 
-	
+{
+	service com::sun::star::awt::UnoControl;
+
 	interface com::sun::star::awt::XProgressBar;
 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
+};
 
-#endif 
+//=============================================================================
+
+}; }; }; };
+
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/UnoControlProgressBarModel.idl b/main/offapi/com/sun/star/awt/UnoControlProgressBarModel.idl
index b936bde..0595eb2 100644
--- a/main/offapi/com/sun/star/awt/UnoControlProgressBarModel.idl
+++ b/main/offapi/com/sun/star/awt/UnoControlProgressBarModel.idl
@@ -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,62 +7,62 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_UnoControlProgressBarModel_idl__ 
-#define __com_sun_star_awt_UnoControlProgressBarModel_idl__ 
- 
-#ifndef __com_sun_star_awt_UnoControlModel_idl__ 
-#include <com/sun/star/awt/UnoControlModel.idl> 
-#endif 
- 
+#ifndef __com_sun_star_awt_UnoControlProgressBarModel_idl__
+#define __com_sun_star_awt_UnoControlProgressBarModel_idl__
+
+#ifndef __com_sun_star_awt_UnoControlModel_idl__
+#include <com/sun/star/awt/UnoControlModel.idl>
+#endif
+
 #ifndef __com_sun_star_util_Color_idl__
 #include <com/sun/star/util/Color.idl>
 #endif
 
-  
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies the standard model of an <type>UnoControlProgressBar</type>.
  */
 published service UnoControlProgressBarModel
-{ 
-	service com::sun::star::awt::UnoControlModel; 
- 
-	//------------------------------------------------------------------------- 
-	 
+{
+	service com::sun::star::awt::UnoControlModel;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the background color (RGB) of the control.
 	 */
-	[property] com::sun::star::util::Color BackgroundColor; 
- 
-	//------------------------------------------------------------------------- 
+	[property] com::sun::star::util::Color BackgroundColor;
 
-	/** specifies the border style of the control. 
-				
+	//-------------------------------------------------------------------------
+
+	/** specifies the border style of the control.
+
 		<pre>
 		0: No border
 		1: 3D border
 		2: simple border
 		</pre>
 	 */
-	[property] short Border; 
+	[property] short Border;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** specifies the color of the border, if present
 
@@ -72,59 +72,59 @@
         @since OpenOffice 2.0
 	 */
 	[optional, property] long BorderColor;
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** determines whether the control is enabled or disabled.
 	 */
-	[property] boolean Enabled; 
- 
-	//------------------------------------------------------------------------- 
+	[property] boolean Enabled;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies the fill color (RGB) of the control.
 	 */
-	[property] com::sun::star::util::Color FillColor; 
- 
-	//------------------------------------------------------------------------- 
+	[property] com::sun::star::util::Color FillColor;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies the help text of the control.
 	 */
 	[property] string HelpText;
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the help URL of the control.
 	 */
 	[property] string HelpURL;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** specifies that the control will be printed with the document.
 	 */
-	[property] boolean Printable; 
- 
-	//------------------------------------------------------------------------- 
+	[property] boolean Printable;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies the progress value of the control.
 	 */
-	[property] long ProgressValue; 
+	[property] long ProgressValue;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** specifies the maximum progress value of the control.
 	 */
-	[property] long ProgressValueMax; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] long ProgressValueMax;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the minimum progress value of the control.
 	 */
 	[property] long ProgressValueMin;
-    
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/UnoControlRadioButton.idl b/main/offapi/com/sun/star/awt/UnoControlRadioButton.idl
index 3bd97ad..79185f7 100644
--- a/main/offapi/com/sun/star/awt/UnoControlRadioButton.idl
+++ b/main/offapi/com/sun/star/awt/UnoControlRadioButton.idl
@@ -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,55 +7,55 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_UnoButtonControl_idl__ 
-#define __com_sun_star_awt_UnoButtonControl_idl__ 
- 
-#ifndef __com_sun_star_awt_UnoControl_idl__ 
-#include <com/sun/star/awt/UnoControl.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XRadioButton_idl__ 
-#include <com/sun/star/awt/XRadioButton.idl> 
+#ifndef __com_sun_star_awt_UnoButtonControl_idl__
+#define __com_sun_star_awt_UnoButtonControl_idl__
+
+#ifndef __com_sun_star_awt_UnoControl_idl__
+#include <com/sun/star/awt/UnoControl.idl>
 #endif
 
-#ifndef __com_sun_star_awt_XLayoutConstrains_idl__ 
-#include <com/sun/star/awt/XLayoutConstrains.idl> 
-#endif 
+#ifndef __com_sun_star_awt_XRadioButton_idl__
+#include <com/sun/star/awt/XRadioButton.idl>
+#endif
 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XLayoutConstrains_idl__
+#include <com/sun/star/awt/XLayoutConstrains.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies a radio button control.
  */
 published service UnoControlRadioButton
-{ 
-	service com::sun::star::awt::UnoControl; 
-	
+{
+	service com::sun::star::awt::UnoControl;
+
 	interface com::sun::star::awt::XRadioButton;
-    
+
 	interface com::sun::star::awt::XLayoutConstrains;
 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/UnoControlRadioButtonModel.idl b/main/offapi/com/sun/star/awt/UnoControlRadioButtonModel.idl
index a803301..080134e 100644
--- a/main/offapi/com/sun/star/awt/UnoControlRadioButtonModel.idl
+++ b/main/offapi/com/sun/star/awt/UnoControlRadioButtonModel.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/UnoControlRoadmap.idl b/main/offapi/com/sun/star/awt/UnoControlRoadmap.idl
index e256a47..ce5fc4c 100644
--- a/main/offapi/com/sun/star/awt/UnoControlRoadmap.idl
+++ b/main/offapi/com/sun/star/awt/UnoControlRoadmap.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/UnoControlRoadmapModel.idl b/main/offapi/com/sun/star/awt/UnoControlRoadmapModel.idl
index ca1b762..6740220 100644
--- a/main/offapi/com/sun/star/awt/UnoControlRoadmapModel.idl
+++ b/main/offapi/com/sun/star/awt/UnoControlRoadmapModel.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/UnoControlScrollBar.idl b/main/offapi/com/sun/star/awt/UnoControlScrollBar.idl
index f9c8488..d34b474 100644
--- a/main/offapi/com/sun/star/awt/UnoControlScrollBar.idl
+++ b/main/offapi/com/sun/star/awt/UnoControlScrollBar.idl
@@ -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,50 +7,50 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_UnoScrollBarControl_idl__ 
-#define __com_sun_star_awt_UnoScrollBarControl_idl__ 
- 
-#ifndef __com_sun_star_awt_UnoControl_idl__ 
-#include <com/sun/star/awt/UnoControl.idl> 
+#ifndef __com_sun_star_awt_UnoScrollBarControl_idl__
+#define __com_sun_star_awt_UnoScrollBarControl_idl__
+
+#ifndef __com_sun_star_awt_UnoControl_idl__
+#include <com/sun/star/awt/UnoControl.idl>
 #endif
 
-#ifndef __com_sun_star_awt_XScrollBar_idl__ 
-#include <com/sun/star/awt/XScrollBar.idl> 
+#ifndef __com_sun_star_awt_XScrollBar_idl__
+#include <com/sun/star/awt/XScrollBar.idl>
 #endif
 
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies a scroll bar control.
  */
 published service UnoControlScrollBar
-{ 
+{
 	service com::sun::star::awt::UnoControl;
-	
+
 	interface com::sun::star::awt::XScrollBar;
 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
+};
 
-#endif 
+//=============================================================================
+
+}; }; }; };
+
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/UnoControlScrollBarModel.idl b/main/offapi/com/sun/star/awt/UnoControlScrollBarModel.idl
index 34814c9..9bed66b 100644
--- a/main/offapi/com/sun/star/awt/UnoControlScrollBarModel.idl
+++ b/main/offapi/com/sun/star/awt/UnoControlScrollBarModel.idl
@@ -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,44 +7,44 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_UnoControlScrollBarModel_idl__ 
-#define __com_sun_star_awt_UnoControlScrollBarModel_idl__ 
- 
-#ifndef __com_sun_star_awt_UnoControlModel_idl__ 
-#include <com/sun/star/awt/UnoControlModel.idl> 
-#endif 
+#ifndef __com_sun_star_awt_UnoControlScrollBarModel_idl__
+#define __com_sun_star_awt_UnoControlScrollBarModel_idl__
 
-#ifndef __com_sun_star_util_Color_idl__ 
-#include <com/sun/star/util/Color.idl> 
-#endif 
+#ifndef __com_sun_star_awt_UnoControlModel_idl__
+#include <com/sun/star/awt/UnoControlModel.idl>
+#endif
 
-  
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_util_Color_idl__
+#include <com/sun/star/util/Color.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies the standard model of an <type>UnoControlScrollBar</type>.
  */
 published service UnoControlScrollBarModel
-{ 
-	service com::sun::star::awt::UnoControlModel; 
- 
-	//------------------------------------------------------------------------- 
+{
+	service com::sun::star::awt::UnoControlModel;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies the RGB color to be used for the control.
 
@@ -52,25 +52,25 @@
      */
 	[optional, property] com::sun::star::util::Color BackgroundColor;
 
-	//------------------------------------------------------------------------- 
-	 
+	//-------------------------------------------------------------------------
+
 	/** specifies the increment for a block move.
 	 */
-	[property] long BlockIncrement; 
- 
-	//------------------------------------------------------------------------- 
+	[property] long BlockIncrement;
 
-	/** specifies the border style of the control. 
-				
+	//-------------------------------------------------------------------------
+
+	/** specifies the border style of the control.
+
 		<pre>
 		0: No border
 		1: 3D border
 		2: simple border
 		</pre>
 	 */
-	[property] short Border; 
+	[property] short Border;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** specifies the color of the border, if present
 
@@ -80,32 +80,32 @@
         @since OpenOffice 2.0
 	 */
 	[optional, property] long BorderColor;
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** determines whether the control is enabled or disabled.
 	 */
-	[property] boolean Enabled; 
-  
-	//------------------------------------------------------------------------- 
+	[property] boolean Enabled;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies the help text of the control.
 	 */
 	[property] string HelpText;
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the help URL of the control.
 	 */
 	[property] string HelpURL;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** specifies the increment for a single line move.
 	 */
-	[property] long LineIncrement; 
+	[property] long LineIncrement;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** specifies the scrolling behaviour of the control.
 
@@ -116,21 +116,21 @@
 
         @since OpenOffice 2.0
      */
-	[optional, property] boolean LiveScroll; 
+	[optional, property] boolean LiveScroll;
 
 	//-------------------------------------------------------------------------
 
 	/** specifies the <type>ScrollBarOrientation</type> of the control.
 	 */
-	[property] long Orientation; 
+	[property] long Orientation;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** specifies that the control will be printed with the document.
 	 */
-	[property] boolean Printable; 
- 
-    //------------------------------------------------------------------------- 
+	[property] boolean Printable;
+
+    //-------------------------------------------------------------------------
 
 	/** specifies the mouse repeat delay, in milliseconds.
 
@@ -144,13 +144,13 @@
      */
 	[optional, property] long RepeatDelay;
 
-    //------------------------------------------------------------------------- 
+    //-------------------------------------------------------------------------
 
 	/** specifies the scroll value of the control.
 	 */
-	[property] long ScrollValue; 
+	[property] long ScrollValue;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
     /** specifies the minimum scroll value of the control.
 
@@ -159,13 +159,13 @@
     */
 	[optional, property] long ScrollValueMin;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** specifies the maximum scroll value of the control.
 	 */
-	[property] long ScrollValueMax; 
+	[property] long ScrollValueMax;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** specifies the RGB color to be used when painting symbols which are
         part of the control's appearance, such as the arrow buttons.
@@ -174,13 +174,13 @@
      */
 	[optional, property] com::sun::star::util::Color SymbolColor;
 
-    //------------------------------------------------------------------------- 
-    
+    //-------------------------------------------------------------------------
+
 	/** specifies that the control can be reached with the TAB key.
 
         @since OpenOffice 2.0
      */
-	[optional, property] boolean Tabstop; 
+	[optional, property] boolean Tabstop;
 
 	//-------------------------------------------------------------------------
 
@@ -188,10 +188,10 @@
 	 */
 	[property] long VisibleSize;
 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/UnoControlSpinButton.idl b/main/offapi/com/sun/star/awt/UnoControlSpinButton.idl
index d504094..6afa9b1 100644
--- a/main/offapi/com/sun/star/awt/UnoControlSpinButton.idl
+++ b/main/offapi/com/sun/star/awt/UnoControlSpinButton.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/UnoControlSpinButtonModel.idl b/main/offapi/com/sun/star/awt/UnoControlSpinButtonModel.idl
index 9704d52..dbb7bb5 100644
--- a/main/offapi/com/sun/star/awt/UnoControlSpinButtonModel.idl
+++ b/main/offapi/com/sun/star/awt/UnoControlSpinButtonModel.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -65,7 +65,7 @@
 	 */
 	[property] short Border;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** specifies the color of the border, if present
 
@@ -75,7 +75,7 @@
         @since OpenOffice 2.0
 	 */
 	[optional, property] long BorderColor;
- 
+
 	//-------------------------------------------------------------------------
 
 	/** determines whether the control is enabled or disabled.
diff --git a/main/offapi/com/sun/star/awt/UnoControlTimeField.idl b/main/offapi/com/sun/star/awt/UnoControlTimeField.idl
index 38e19c1..13ddd70 100644
--- a/main/offapi/com/sun/star/awt/UnoControlTimeField.idl
+++ b/main/offapi/com/sun/star/awt/UnoControlTimeField.idl
@@ -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,63 +7,63 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_UnoTimeFieldControl_idl__ 
+#ifndef __com_sun_star_awt_UnoTimeFieldControl_idl__
 #define __com_sun_star_awt_UnoTimeFieldControl_idl__
 
-#ifndef __com_sun_star_awt_UnoControlEdit_idl__ 
-#include <com/sun/star/awt/UnoControlEdit.idl> 
+#ifndef __com_sun_star_awt_UnoControlEdit_idl__
+#include <com/sun/star/awt/UnoControlEdit.idl>
 #endif
 
-#ifndef __com_sun_star_awt_XSpinField_idl__ 
-#include <com/sun/star/awt/XSpinField.idl> 
+#ifndef __com_sun_star_awt_XSpinField_idl__
+#include <com/sun/star/awt/XSpinField.idl>
 #endif
 
-#ifndef __com_sun_star_awt_XTimeField_idl__ 
-#include <com/sun/star/awt/XTimeField.idl> 
-#endif 
+#ifndef __com_sun_star_awt_XTimeField_idl__
+#include <com/sun/star/awt/XTimeField.idl>
+#endif
 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies a time field control.
-	
+
 	<p>A time field makes it possible to enter, display, and edit time
     values.</p>
  */
 published service UnoControlTimeField
-{ 
+{
 	service com::sun::star::awt::UnoControlEdit;
 
     /** gives access to the value of a spin field and makes it possible to
         register for spin events.
 
         @since OpenOffice 1.1.2
-     */    
+     */
 	[optional] interface com::sun::star::awt::XSpinField;
-    
+
 	interface com::sun::star::awt::XTimeField;
 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/UnoControlTimeFieldModel.idl b/main/offapi/com/sun/star/awt/UnoControlTimeFieldModel.idl
index b508e7c..30b06e7 100644
--- a/main/offapi/com/sun/star/awt/UnoControlTimeFieldModel.idl
+++ b/main/offapi/com/sun/star/awt/UnoControlTimeFieldModel.idl
@@ -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,60 +7,60 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_UnoControlTimeFieldModel_idl__ 
-#define __com_sun_star_awt_UnoControlTimeFieldModel_idl__ 
+#ifndef __com_sun_star_awt_UnoControlTimeFieldModel_idl__
+#define __com_sun_star_awt_UnoControlTimeFieldModel_idl__
 
-#ifndef __com_sun_star_awt_FontDescriptor_idl__ 
-#include <com/sun/star/awt/FontDescriptor.idl> 
-#endif 
+#ifndef __com_sun_star_awt_FontDescriptor_idl__
+#include <com/sun/star/awt/FontDescriptor.idl>
+#endif
 
-#ifndef __com_sun_star_awt_UnoControlModel_idl__ 
-#include <com/sun/star/awt/UnoControlModel.idl> 
-#endif 
- 
+#ifndef __com_sun_star_awt_UnoControlModel_idl__
+#include <com/sun/star/awt/UnoControlModel.idl>
+#endif
+
 #ifndef __com_sun_star_util_Color_idl__
 #include <com/sun/star/util/Color.idl>
 #endif
- 
+
 #ifndef __com_sun_star_style_VerticalAlignment_idl__
 #include <com/sun/star/style/VerticalAlignment.idl>
 #endif
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies the standard model of an <type>UnoControlTimeField</type>.
  */
 published service UnoControlTimeFieldModel
-{ 
-	service com::sun::star::awt::UnoControlModel; 
- 
-	//------------------------------------------------------------------------- 
-	 
+{
+	service com::sun::star::awt::UnoControlModel;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the background color (RGB) of the control.
 	 */
-	[property] com::sun::star::util::Color BackgroundColor; 
- 
-	//------------------------------------------------------------------------- 
+	[property] com::sun::star::util::Color BackgroundColor;
 
-	/** specifies the border style of the control. 
-				
+	//-------------------------------------------------------------------------
+
+	/** specifies the border style of the control.
+
 		<pre>
 		0: No border
 		1: 3D border
@@ -69,7 +69,7 @@
 	 */
 	[property] short Border;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** specifies the color of the border, if present
 
@@ -79,47 +79,47 @@
         @since OpenOffice 2.0
 	 */
 	[optional, property] long BorderColor;
- 
-	//------------------------------------------------------------------------- 
+
+	//-------------------------------------------------------------------------
 
 	/** determines whether the control is enabled or disabled.
 	 */
 	[property] boolean Enabled;
-    
+
 	//-------------------------------------------------------------------------
 
 	/** specifies the font attributes of the text in the control.
 	 */
-	[property] com::sun::star::awt::FontDescriptor FontDescriptor; 
- 
-	//------------------------------------------------------------------------- 
+	[property] com::sun::star::awt::FontDescriptor FontDescriptor;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies the <type scope="com::sun::star::text">FontEmphasis</type>
         value of the text in the control.
 	 */
 	[property] short FontEmphasisMark;
- 
+
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies the <type scope="com::sun::star::text">FontRelief</type>
         value of the text in the control.
 	 */
 	[property] short FontRelief;
- 
+
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies the help text of the control.
 	 */
 	[property] string HelpText;
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the help URL of the control.
 	 */
 	[property] string HelpURL;
- 
+
 	//-------------------------------------------------------------------------
-    
+
     /** specifies whether the selection in the control should be hidden when
         the control is not active (focused).
 
@@ -128,18 +128,18 @@
     [optional, property] boolean HideInactiveSelection;
 
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies that the control will be printed with the document.
 	 */
-	[property] boolean Printable; 
- 
-	//------------------------------------------------------------------------- 
+	[property] boolean Printable;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies that the content of the control cannot be modified by the user.
 	 */
-	[property] boolean ReadOnly; 
- 
-	//------------------------------------------------------------------------- 
+	[property] boolean ReadOnly;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies whether the mouse should show repeating behaviour, i.e.
         repeatedly trigger an action when keeping pressed.
@@ -148,7 +148,7 @@
      */
     [optional, property] boolean Repeat;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** specifies the mouse repeat delay, in milliseconds.
 
@@ -162,40 +162,40 @@
      */
 	[optional, property] long RepeatDelay;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** specifies that the control has a spin button.
 	 */
-	[property] boolean Spin; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean Spin;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies that the date is checked during the user input.
 	 */
-	[property] boolean StrictFormat; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean StrictFormat;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies that the control can be reached with the TAB key.
 	 */
-	[property] boolean Tabstop; 
- 
-	//------------------------------------------------------------------------- 
+	[property] boolean Tabstop;
+
+	//-------------------------------------------------------------------------
 
 	/** specifies the text displayed in the control.
 
-        @since OpenOffice 2.0    
+        @since OpenOffice 2.0
      */
-	[optional, property] string Text; 
+	[optional, property] string Text;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** specifies the text color (RGB) of the control.
 	 */
-	[property] com::sun::star::util::Color TextColor; 
- 
+	[property] com::sun::star::util::Color TextColor;
+
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies the text line color (RGB) of the control.
 	 */
 	[property] com::sun::star::util::Color TextLineColor;
@@ -204,12 +204,12 @@
 
 	/** specifies the time displayed in the control.
 	 */
-	[property] long Time; 
- 
+	[property] long Time;
+
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies the format of the displayed time.
-				
+
 		<pre>
 		0:  24h short
 		1:  24h long
@@ -219,16 +219,16 @@
 		5:  Duration long
 		</pre>
 	 */
-	[property] short TimeFormat; 
- 
+	[property] short TimeFormat;
+
 	//-------------------------------------------------------------------------
-    
+
 	/** specifies the maximum time that can be entered.
 	 */
-	[property] long TimeMax; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] long TimeMax;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the minimum time that can be entered.
 	 */
 	[property] long TimeMin;
@@ -258,10 +258,10 @@
         @since OpenOffice 3.3
 	 */
     [optional, property] com::sun::star::style::VerticalAlignment VerticalAlign;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/VclContainerEvent.idl b/main/offapi/com/sun/star/awt/VclContainerEvent.idl
index 71645b6..cb1fb19 100644
--- a/main/offapi/com/sun/star/awt/VclContainerEvent.idl
+++ b/main/offapi/com/sun/star/awt/VclContainerEvent.idl
@@ -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,56 +7,56 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_VclContainerEvent_idl__ 
-#define __com_sun_star_awt_VclContainerEvent_idl__ 
- 
-#ifndef __com_sun_star_lang_EventObject_idl__ 
-#include <com/sun/star/lang/EventObject.idl> 
-#endif 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_VclContainerEvent_idl__
+#define __com_sun_star_awt_VclContainerEvent_idl__
+
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies a container event.
-			
+
 	<p>These events are provided <strong>only</strong> for notification
     purposes.</p>
 
     @see XVclContainerListener
  */
 published struct VclContainerEvent: com::sun::star::lang::EventObject
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** returns the child component that was added or removed.
 	 */
-	com::sun::star::uno::XInterface Child; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::uno::XInterface Child;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/VclWindowPeerAttribute.idl b/main/offapi/com/sun/star/awt/VclWindowPeerAttribute.idl
index 19727a8..434ca01 100644
--- a/main/offapi/com/sun/star/awt/VclWindowPeerAttribute.idl
+++ b/main/offapi/com/sun/star/awt/VclWindowPeerAttribute.idl
@@ -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,146 +7,146 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_VclWindowPeerAttribute_idl__ 
-#define __com_sun_star_awt_VclWindowPeerAttribute_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_VclWindowPeerAttribute_idl__
+#define __com_sun_star_awt_VclWindowPeerAttribute_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies attributes for the VCL window implementation.
 
 	<p><b>IMPORTANT:</b> These constands have to be disjunct with
 	constants in <type>WindowAttribute</type>.</p>
-    
+
     @deprecated
  */
 published constants VclWindowPeerAttribute
-{ 
-	//------------------------------------------------------------------------- 
-	
-	const long HSCROLL = 256; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const long VSCROLL = 512; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const long LEFT = 1024; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const long CENTER = 2048; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const long RIGHT = 4096; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const long SPIN = 8192; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const long SORT = 16384; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const long DROPDOWN = 32768; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const long DEFBUTTON = 65536; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const long READONLY = 262144; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const long CLIPCHILDREN = 524288; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const long NOBORDER = 1048576; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const long GROUP = 2097152; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const long OK = 4194304; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const long OK_CANCEL = 8388608; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const long YES_NO = 16777216; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const long YES_NO_CANCEL = 33554432; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const long RETRY_CANCEL = 67108864; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const long DEF_OK = 134217728; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const long DEF_CANCEL = 268435456; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const long DEF_RETRY = 536870912; 
-	
-	//------------------------------------------------------------------------- 
-		
-	const long DEF_YES = 1073741824; 
- 
-	//------------------------------------------------------------------------- 
-	
-	const long DEF_NO = -2147483648; 
- 
-	//------------------------------------------------------------------------- 
-	
+{
+	//-------------------------------------------------------------------------
+
+	const long HSCROLL = 256;
+
+	//-------------------------------------------------------------------------
+
+	const long VSCROLL = 512;
+
+	//-------------------------------------------------------------------------
+
+	const long LEFT = 1024;
+
+	//-------------------------------------------------------------------------
+
+	const long CENTER = 2048;
+
+	//-------------------------------------------------------------------------
+
+	const long RIGHT = 4096;
+
+	//-------------------------------------------------------------------------
+
+	const long SPIN = 8192;
+
+	//-------------------------------------------------------------------------
+
+	const long SORT = 16384;
+
+	//-------------------------------------------------------------------------
+
+	const long DROPDOWN = 32768;
+
+	//-------------------------------------------------------------------------
+
+	const long DEFBUTTON = 65536;
+
+	//-------------------------------------------------------------------------
+
+	const long READONLY = 262144;
+
+	//-------------------------------------------------------------------------
+
+	const long CLIPCHILDREN = 524288;
+
+	//-------------------------------------------------------------------------
+
+	const long NOBORDER = 1048576;
+
+	//-------------------------------------------------------------------------
+
+	const long GROUP = 2097152;
+
+	//-------------------------------------------------------------------------
+
+	const long OK = 4194304;
+
+	//-------------------------------------------------------------------------
+
+	const long OK_CANCEL = 8388608;
+
+	//-------------------------------------------------------------------------
+
+	const long YES_NO = 16777216;
+
+	//-------------------------------------------------------------------------
+
+	const long YES_NO_CANCEL = 33554432;
+
+	//-------------------------------------------------------------------------
+
+	const long RETRY_CANCEL = 67108864;
+
+	//-------------------------------------------------------------------------
+
+	const long DEF_OK = 134217728;
+
+	//-------------------------------------------------------------------------
+
+	const long DEF_CANCEL = 268435456;
+
+	//-------------------------------------------------------------------------
+
+	const long DEF_RETRY = 536870912;
+
+	//-------------------------------------------------------------------------
+
+	const long DEF_YES = 1073741824;
+
+	//-------------------------------------------------------------------------
+
+	const long DEF_NO = -2147483648;
+
+	//-------------------------------------------------------------------------
+
     const long NOLABEL = 536870912; //added for issue79712
- 
-	//-------------------------------------------------------------------------	
 
-	const long AUTOHSCROLL = 1073741824; 
+	//-------------------------------------------------------------------------
 
-	//------------------------------------------------------------------------- 
-	
-	const long AUTOVSCROLL = -2147483648; 
+	const long AUTOHSCROLL = 1073741824;
 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	//-------------------------------------------------------------------------
+
+	const long AUTOVSCROLL = -2147483648;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/VisualEffect.idl b/main/offapi/com/sun/star/awt/VisualEffect.idl
index 040da7c..351e8a0 100644
--- a/main/offapi/com/sun/star/awt/VisualEffect.idl
+++ b/main/offapi/com/sun/star/awt/VisualEffect.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/WindowAttribute.idl b/main/offapi/com/sun/star/awt/WindowAttribute.idl
index 4d07111..e62811a 100644
--- a/main/offapi/com/sun/star/awt/WindowAttribute.idl
+++ b/main/offapi/com/sun/star/awt/WindowAttribute.idl
@@ -129,4 +129,4 @@
 
 }; }; }; };
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/awt/WindowClass.idl b/main/offapi/com/sun/star/awt/WindowClass.idl
index 7010a1d..7ae8de2 100644
--- a/main/offapi/com/sun/star/awt/WindowClass.idl
+++ b/main/offapi/com/sun/star/awt/WindowClass.idl
@@ -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,62 +7,62 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_WindowClass_idl__ 
-#define __com_sun_star_awt_WindowClass_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_WindowClass_idl__
+#define __com_sun_star_awt_WindowClass_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies the class of a window.
  */
 published enum WindowClass
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** specifies a top level window on the desktop. It is also a container.
 	 */
-	TOP, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	TOP,
+
+	//-------------------------------------------------------------------------
+
 	/** is a modal top level window on the desktop. It is also a container.
 	 */
-	MODALTOP, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	MODALTOP,
+
+	//-------------------------------------------------------------------------
+
 	/** is a container that may contain other components.
         It is not a top window.
 	 */
-	CONTAINER, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	CONTAINER,
+
+	//-------------------------------------------------------------------------
+
 	/** is the simplest window. It can be a container.
 	 */
-	SIMPLE 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	SIMPLE
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/WindowDescriptor.idl b/main/offapi/com/sun/star/awt/WindowDescriptor.idl
index eb6a1b5..ac53f86 100644
--- a/main/offapi/com/sun/star/awt/WindowDescriptor.idl
+++ b/main/offapi/com/sun/star/awt/WindowDescriptor.idl
@@ -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,56 +7,56 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_WindowDescriptor_idl__ 
-#define __com_sun_star_awt_WindowDescriptor_idl__ 
- 
-#ifndef __com_sun_star_awt_WindowClass_idl__ 
-#include <com/sun/star/awt/WindowClass.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XWindowPeer_idl__ 
-#include <com/sun/star/awt/XWindowPeer.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_Rectangle_idl__ 
-#include <com/sun/star/awt/Rectangle.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_WindowDescriptor_idl__
+#define __com_sun_star_awt_WindowDescriptor_idl__
+
+#ifndef __com_sun_star_awt_WindowClass_idl__
+#include <com/sun/star/awt/WindowClass.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XWindowPeer_idl__
+#include <com/sun/star/awt/XWindowPeer.idl>
+#endif
+
+#ifndef __com_sun_star_awt_Rectangle_idl__
+#include <com/sun/star/awt/Rectangle.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** describes a window.
  */
 published struct WindowDescriptor
 {
-	//------------------------------------------------------------------------- 
-    
+	//-------------------------------------------------------------------------
+
 	/** specifies the type of window.
 	 */
-	com::sun::star::awt::WindowClass Type; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::awt::WindowClass Type;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the name of the component service.
-						
-		<p>A zero length name means that the vcl creates a blank top, 
+
+		<p>A zero length name means that the vcl creates a blank top,
 		a container, or a simple window.
         The following service names are defined:<br/>
         <ul>
@@ -125,49 +125,49 @@
         </ul>
         </p>
 	 */
-	string WindowServiceName; 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** specifies the parent of the component. 
-						
-		<p>If <code>Parent == 0 && ParentIndex == -1</code>, 
+	string WindowServiceName;
+
+	//-------------------------------------------------------------------------
+
+	/** specifies the parent of the component.
+
+		<p>If <code>Parent == 0 && ParentIndex == -1</code>,
 		then the window is on the desktop.</p>
 	 */
-	com::sun::star::awt::XWindowPeer Parent; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::awt::XWindowPeer Parent;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the index of the parent window, if available.
-						
+
 		<p>If <code>Parent == 0</code> and this struct is a member of an array,
         then this is the offset from the beginning of the array to the parent.
         A value of -1 means desktop.</p>
 	 */
-	short ParentIndex; 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** specifies the position and size of the window. 
-						
+	short ParentIndex;
+
+	//-------------------------------------------------------------------------
+
+	/** specifies the position and size of the window.
+
 		<p>This member is ignored if the window attribute is
 		<const scope="com::sun::star::awt">WindowAttribute::FULLSIZE</const>.</p>
 	 */
-	com::sun::star::awt::Rectangle Bounds; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::awt::Rectangle Bounds;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the window attributes.
 
 		<p>Use one value out of the constant group
-        <type scope="com::sun::star::awt">WindowAttribute</type>.</p>    
+        <type scope="com::sun::star::awt">WindowAttribute</type>.</p>
 	 */
-	long WindowAttributes; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	long WindowAttributes;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/WindowEvent.idl b/main/offapi/com/sun/star/awt/WindowEvent.idl
index 1d55c3b..747a6b5 100644
--- a/main/offapi/com/sun/star/awt/WindowEvent.idl
+++ b/main/offapi/com/sun/star/awt/WindowEvent.idl
@@ -104,4 +104,4 @@
 
 }; }; }; };
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/awt/XActionListener.idl b/main/offapi/com/sun/star/awt/XActionListener.idl
index 52a1fcd..d9a5907 100644
--- a/main/offapi/com/sun/star/awt/XActionListener.idl
+++ b/main/offapi/com/sun/star/awt/XActionListener.idl
@@ -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,51 +7,51 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XActionListener_idl__ 
-#define __com_sun_star_awt_XActionListener_idl__ 
- 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_ActionEvent_idl__ 
-#include <com/sun/star/awt/ActionEvent.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XActionListener_idl__
+#define __com_sun_star_awt_XActionListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+#ifndef __com_sun_star_awt_ActionEvent_idl__
+#include <com/sun/star/awt/ActionEvent.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** makes it possible to receive action events.
  */
 published interface XActionListener: com::sun::star::lang::XEventListener
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** is invoked when an action is performed.
 	 */
-	[oneway] void actionPerformed( [in] com::sun::star::awt::ActionEvent rEvent ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[oneway] void actionPerformed( [in] com::sun::star::awt::ActionEvent rEvent );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XActivateListener.idl b/main/offapi/com/sun/star/awt/XActivateListener.idl
index dfd0069..988c27e 100644
--- a/main/offapi/com/sun/star/awt/XActivateListener.idl
+++ b/main/offapi/com/sun/star/awt/XActivateListener.idl
@@ -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,68 +7,68 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XActivateListener_idl__ 
-#define __com_sun_star_awt_XActivateListener_idl__ 
- 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_EventObject_idl__ 
-#include <com/sun/star/lang/EventObject.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XActivateListener_idl__
+#define __com_sun_star_awt_XActivateListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** makes it possible to receive activate events.
 
-    @see XFocusListener 
+    @see XFocusListener
 	@see XTopWindowListener
  */
 published interface XActivateListener: com::sun::star::lang::XEventListener
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** is invoked when a window is activated. 
-						
+{
+	//-------------------------------------------------------------------------
+
+	/** is invoked when a window is activated.
+
 		<p>A window is avtivated if a child or itself got the focus.</p>
 
         @see XFocusListener::focusGained
 	 */
-	[oneway] void windowActivated( [in] com::sun::star::lang::EventObject e ); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** is invoked when a window is de-activated. 
-						
+	[oneway] void windowActivated( [in] com::sun::star::lang::EventObject e );
+
+	//-------------------------------------------------------------------------
+
+	/** is invoked when a window is de-activated.
+
 		<p>A window is deavtivated if a child or itself lost the focus.</p>
 
         @see XFocusListener::focusLost
 	 */
-	[oneway] void windowDeactivated( [in] com::sun::star::lang::EventObject e ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[oneway] void windowDeactivated( [in] com::sun::star::lang::EventObject e );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XAdjustmentListener.idl b/main/offapi/com/sun/star/awt/XAdjustmentListener.idl
index af1ce12..5407a58 100644
--- a/main/offapi/com/sun/star/awt/XAdjustmentListener.idl
+++ b/main/offapi/com/sun/star/awt/XAdjustmentListener.idl
@@ -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,51 +7,51 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XAdjustmentListener_idl__ 
-#define __com_sun_star_awt_XAdjustmentListener_idl__ 
- 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_AdjustmentEvent_idl__ 
-#include <com/sun/star/awt/AdjustmentEvent.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XAdjustmentListener_idl__
+#define __com_sun_star_awt_XAdjustmentListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+#ifndef __com_sun_star_awt_AdjustmentEvent_idl__
+#include <com/sun/star/awt/AdjustmentEvent.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** makes it possible to receive adjustment events.
  */
 published interface XAdjustmentListener: com::sun::star::lang::XEventListener
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** is invoked when the adjustment has changed.
 	 */
-	[oneway] void adjustmentValueChanged( [in] com::sun::star::awt::AdjustmentEvent rEvent ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[oneway] void adjustmentValueChanged( [in] com::sun::star::awt::AdjustmentEvent rEvent );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XAnimatedImages.idl b/main/offapi/com/sun/star/awt/XAnimatedImages.idl
index b8ce84f..6163c19 100644
--- a/main/offapi/com/sun/star/awt/XAnimatedImages.idl
+++ b/main/offapi/com/sun/star/awt/XAnimatedImages.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/XAnimation.idl b/main/offapi/com/sun/star/awt/XAnimation.idl
index d395f2b..56837df 100644
--- a/main/offapi/com/sun/star/awt/XAnimation.idl
+++ b/main/offapi/com/sun/star/awt/XAnimation.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/XBitmap.idl b/main/offapi/com/sun/star/awt/XBitmap.idl
index 015dddc..00dba8d 100644
--- a/main/offapi/com/sun/star/awt/XBitmap.idl
+++ b/main/offapi/com/sun/star/awt/XBitmap.idl
@@ -67,4 +67,4 @@
 
 }; }; }; };
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/awt/XButton.idl b/main/offapi/com/sun/star/awt/XButton.idl
index f01169e..6c32450 100644
--- a/main/offapi/com/sun/star/awt/XButton.idl
+++ b/main/offapi/com/sun/star/awt/XButton.idl
@@ -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,72 +7,72 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XButton_idl__ 
-#define __com_sun_star_awt_XButton_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XActionListener_idl__ 
-#include <com/sun/star/awt/XActionListener.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XButton_idl__
+#define __com_sun_star_awt_XButton_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XActionListener_idl__
+#include <com/sun/star/awt/XActionListener.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** makes it possible to set the label of a button and to register for action events.
  */
 published interface XButton: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-		
+{
+	//-------------------------------------------------------------------------
+
 	/** registers an event handler for button action events.
 	 */
-	[oneway] void addActionListener( [in] com::sun::star::awt::XActionListener l ); 
- 
-	//------------------------------------------------------------------------- 
-		
+	[oneway] void addActionListener( [in] com::sun::star::awt::XActionListener l );
+
+	//-------------------------------------------------------------------------
+
 	/** unregisters an event handler for button action events.
 	 */
-	[oneway] void removeActionListener( [in] com::sun::star::awt::XActionListener l ); 
- 
-	//------------------------------------------------------------------------- 
-		
+	[oneway] void removeActionListener( [in] com::sun::star::awt::XActionListener l );
+
+	//-------------------------------------------------------------------------
+
 	/** sets the label of the button.
 	 */
-	[oneway] void setLabel( [in] string Label ); 
- 
-	//------------------------------------------------------------------------- 
-		
+	[oneway] void setLabel( [in] string Label );
+
+	//-------------------------------------------------------------------------
+
 	/** sets a command string for pushing the button.
-    
+
         @param Command
-                value can be used to detect which button is pressed. 
+                value can be used to detect which button is pressed.
 	 */
-	[oneway] void setActionCommand( [in] string Command ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[oneway] void setActionCommand( [in] string Command );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XCallback.idl b/main/offapi/com/sun/star/awt/XCallback.idl
index 517f8d0..1b99d80 100644
--- a/main/offapi/com/sun/star/awt/XCallback.idl
+++ b/main/offapi/com/sun/star/awt/XCallback.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/XCheckBox.idl b/main/offapi/com/sun/star/awt/XCheckBox.idl
index 90bf0f3..86080b0 100644
--- a/main/offapi/com/sun/star/awt/XCheckBox.idl
+++ b/main/offapi/com/sun/star/awt/XCheckBox.idl
@@ -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,82 +7,82 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XCheckBox_idl__ 
-#define __com_sun_star_awt_XCheckBox_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XItemListener_idl__ 
-#include <com/sun/star/awt/XItemListener.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XCheckBox_idl__
+#define __com_sun_star_awt_XCheckBox_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XItemListener_idl__
+#include <com/sun/star/awt/XItemListener.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** gives access to the state of a check box and makes it possible
     to register for events.
  */
 published interface XCheckBox: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-		
+{
+	//-------------------------------------------------------------------------
+
 	/** registers a listener for item events.
 	 */
-	[oneway] void addItemListener( [in] com::sun::star::awt::XItemListener l ); 
- 
-	//------------------------------------------------------------------------- 
-		
+	[oneway] void addItemListener( [in] com::sun::star::awt::XItemListener l );
+
+	//-------------------------------------------------------------------------
+
 	/** unregisters a listener for item events.
 	 */
-	[oneway] void removeItemListener( [in] com::sun::star::awt::XItemListener l ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void removeItemListener( [in] com::sun::star::awt::XItemListener l );
+
+	//-------------------------------------------------------------------------
+
 	/** returns the state of the check box.
 	 */
-	short getState(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	short getState();
+
+	//-------------------------------------------------------------------------
+
 	/** sets the state of the check box.
 	 */
-	[oneway] void setState( [in] short n ); 
- 
-	//------------------------------------------------------------------------- 
-		
+	[oneway] void setState( [in] short n );
+
+	//-------------------------------------------------------------------------
+
 	/** sets the label of the check box.
 	 */
-	[oneway] void setLabel( [in] string Label ); 
- 
-	//------------------------------------------------------------------------- 
-		
+	[oneway] void setLabel( [in] string Label );
+
+	//-------------------------------------------------------------------------
+
 	/** enables or disables the tri state mode.
 	 */
-	[oneway] void enableTriState( [in] boolean b ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[oneway] void enableTriState( [in] boolean b );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XComboBox.idl b/main/offapi/com/sun/star/awt/XComboBox.idl
index a794d01..6689940 100644
--- a/main/offapi/com/sun/star/awt/XComboBox.idl
+++ b/main/offapi/com/sun/star/awt/XComboBox.idl
@@ -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,122 +7,122 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XComboBox_idl__ 
-#define __com_sun_star_awt_XComboBox_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XItemListener_idl__ 
-#include <com/sun/star/awt/XItemListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XActionListener_idl__ 
-#include <com/sun/star/awt/XActionListener.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XComboBox_idl__
+#define __com_sun_star_awt_XComboBox_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XItemListener_idl__
+#include <com/sun/star/awt/XItemListener.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XActionListener_idl__
+#include <com/sun/star/awt/XActionListener.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** gives access to the items of a combo box and makes it possible to
 	register item and action event listeners.
  */
 published interface XComboBox: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-		
+{
+	//-------------------------------------------------------------------------
+
 	/** registers a listener for item events.
 	 */
-	[oneway] void addItemListener( [in] com::sun::star::awt::XItemListener l ); 
- 
-	//------------------------------------------------------------------------- 
-		
+	[oneway] void addItemListener( [in] com::sun::star::awt::XItemListener l );
+
+	//-------------------------------------------------------------------------
+
 	/** unregisters a listener for item events.
 	 */
-	[oneway] void removeItemListener( [in] com::sun::star::awt::XItemListener l ); 
- 
-	//------------------------------------------------------------------------- 
-		
+	[oneway] void removeItemListener( [in] com::sun::star::awt::XItemListener l );
+
+	//-------------------------------------------------------------------------
+
 	/** registers a listener for action events.
 	 */
-	[oneway] void addActionListener( [in] com::sun::star::awt::XActionListener l ); 
- 
-	//------------------------------------------------------------------------- 
-		
+	[oneway] void addActionListener( [in] com::sun::star::awt::XActionListener l );
+
+	//-------------------------------------------------------------------------
+
 	/** unregisters a listener for action events.
 	 */
-	[oneway] void removeActionListener( [in] com::sun::star::awt::XActionListener l ); 
- 
-	//------------------------------------------------------------------------- 
-		
+	[oneway] void removeActionListener( [in] com::sun::star::awt::XActionListener l );
+
+	//-------------------------------------------------------------------------
+
 	/** adds an item at the specified position.
 	 */
-	[oneway] void addItem( [in] string aItem, [in] short nPos ); 
- 
-	//------------------------------------------------------------------------- 
-		
+	[oneway] void addItem( [in] string aItem, [in] short nPos );
+
+	//-------------------------------------------------------------------------
+
 	/** adds multiple items at the specified position.
 	 */
-	[oneway] void addItems( [in] sequence<string> aItems, [in] short nPos ); 
- 
-	//------------------------------------------------------------------------- 
-		
+	[oneway] void addItems( [in] sequence<string> aItems, [in] short nPos );
+
+	//-------------------------------------------------------------------------
+
 	/** removes a number of items at the specified position.
 	 */
-	[oneway] void removeItems( [in] short nPos, [in] short nCount ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void removeItems( [in] short nPos, [in] short nCount );
+
+	//-------------------------------------------------------------------------
+
 	/** returns the number of items in the combo box.
 	 */
-	short getItemCount(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	short getItemCount();
+
+	//-------------------------------------------------------------------------
+
 	/** returns the item at the specified position.
 	 */
-	string getItem( [in] short nPos ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	string getItem( [in] short nPos );
+
+	//-------------------------------------------------------------------------
+
 	/** returns all items of the combo box.
 	 */
-	sequence<string> getItems(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	sequence<string> getItems();
+
+	//-------------------------------------------------------------------------
+
 	/** returns the number of visible lines in the drop down mode.
 	 */
-	short getDropDownLineCount(); 
- 
-	//------------------------------------------------------------------------- 
-		
+	short getDropDownLineCount();
+
+	//-------------------------------------------------------------------------
+
 	/** sets the number of visible lines for drop down mode.
 	 */
-	[oneway] void setDropDownLineCount( [in] short nLines ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[oneway] void setDropDownLineCount( [in] short nLines );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XContainerWindowEventHandler.idl b/main/offapi/com/sun/star/awt/XContainerWindowEventHandler.idl
index 01f1c32..d0cea12 100644
--- a/main/offapi/com/sun/star/awt/XContainerWindowEventHandler.idl
+++ b/main/offapi/com/sun/star/awt/XContainerWindowEventHandler.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/XContainerWindowProvider.idl b/main/offapi/com/sun/star/awt/XContainerWindowProvider.idl
index 9810530..4828496 100644
--- a/main/offapi/com/sun/star/awt/XContainerWindowProvider.idl
+++ b/main/offapi/com/sun/star/awt/XContainerWindowProvider.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/XControl.idl b/main/offapi/com/sun/star/awt/XControl.idl
index 20e7032..0f49fd2 100644
--- a/main/offapi/com/sun/star/awt/XControl.idl
+++ b/main/offapi/com/sun/star/awt/XControl.idl
@@ -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,136 +7,136 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XControl_idl__ 
-#define __com_sun_star_awt_XControl_idl__ 
- 
-#ifndef __com_sun_star_lang_XComponent_idl__ 
-#include <com/sun/star/lang/XComponent.idl> 
-#endif 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XToolkit_idl__ 
-#include <com/sun/star/awt/XToolkit.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XWindowPeer_idl__ 
-#include <com/sun/star/awt/XWindowPeer.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XControlModel_idl__ 
-#include <com/sun/star/awt/XControlModel.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XView_idl__ 
-#include <com/sun/star/awt/XView.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XControl_idl__
+#define __com_sun_star_awt_XControl_idl__
+
+#ifndef __com_sun_star_lang_XComponent_idl__
+#include <com/sun/star/lang/XComponent.idl>
+#endif
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XToolkit_idl__
+#include <com/sun/star/awt/XToolkit.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XWindowPeer_idl__
+#include <com/sun/star/awt/XWindowPeer.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XControlModel_idl__
+#include <com/sun/star/awt/XControlModel.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XView_idl__
+#include <com/sun/star/awt/XView.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** identifies a control.
 
     <p>Implementations of this interface are abstract windows.
 	The main reason to instantiate this implementation is to show the window
 	on the screen. Before the window appears on the screen, the
     <member>XControl::createPeer</member> method must be called.</p>
-	
+
 	<p>If the implementation of the control does not distinguish
 	between model, view and controller, it must allow to set
 	a new XGraphics in the view, so that the control can be printed.</p>
  */
 published interface XControl: com::sun::star::lang::XComponent
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** sets the context of the control.
 	 */
-	[oneway] void setContext( [in] com::sun::star::uno::XInterface Context ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void setContext( [in] com::sun::star::uno::XInterface Context );
+
+	//-------------------------------------------------------------------------
+
 	/** gets the context of the control.
 	 */
-	com::sun::star::uno::XInterface getContext(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::uno::XInterface getContext();
+
+	//-------------------------------------------------------------------------
+
 	/** creates a "child" window on the screen.
 
         <p>If the parent is NULL, then the desktop window of the toolkit
         is the parent.</p>
 	 */
-	[oneway] void createPeer( [in] com::sun::star::awt::XToolkit Toolkit, 
-			 [in] com::sun::star::awt::XWindowPeer Parent ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void createPeer( [in] com::sun::star::awt::XToolkit Toolkit,
+			 [in] com::sun::star::awt::XWindowPeer Parent );
+
+	//-------------------------------------------------------------------------
+
 	/** returns the peer which was previously created or set.
 	 */
-	com::sun::star::awt::XWindowPeer getPeer(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::awt::XWindowPeer getPeer();
+
+	//-------------------------------------------------------------------------
+
 	/** sets a model for the control.
 	 */
-	boolean setModel( [in] com::sun::star::awt::XControlModel Model ); 
+	boolean setModel( [in] com::sun::star::awt::XControlModel Model );
 
-	//------------------------------------------------------------------------- 
-	 
+	//-------------------------------------------------------------------------
+
 	/** returns the model for this control.
 	 */
-	com::sun::star::awt::XControlModel getModel(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::awt::XControlModel getModel();
+
+	//-------------------------------------------------------------------------
+
 	/** returns the view of this control.
 	 */
-	com::sun::star::awt::XView getView(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::awt::XView getView();
+
+	//-------------------------------------------------------------------------
+
 	/** sets the design mode for use in a design editor.
-        
+
 		<p>Normally the control will be painted directly without a peer.</p>
 	 */
-	[oneway] void setDesignMode( [in] boolean bOn ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void setDesignMode( [in] boolean bOn );
+
+	//-------------------------------------------------------------------------
+
 	/** returns <true/> if the control is in design mode, <false/> otherwise.
 	 */
-	boolean isDesignMode(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	boolean isDesignMode();
+
+	//-------------------------------------------------------------------------
+
 	/** returns <true/> if the control is transparent, <false/> otherwise.
 	 */
-	boolean isTransparent(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	boolean isTransparent();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XControlContainer.idl b/main/offapi/com/sun/star/awt/XControlContainer.idl
index bd076ea..12ba2e8 100644
--- a/main/offapi/com/sun/star/awt/XControlContainer.idl
+++ b/main/offapi/com/sun/star/awt/XControlContainer.idl
@@ -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,77 +7,77 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XControlContainer_idl__ 
-#define __com_sun_star_awt_XControlContainer_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XControl_idl__ 
-#include <com/sun/star/awt/XControl.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XControlContainer_idl__
+#define __com_sun_star_awt_XControlContainer_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XControl_idl__
+#include <com/sun/star/awt/XControl.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** Provides access to the controls within an
     <type>UnoControlContainer</type>.
  */
 published interface XControlContainer: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** sets the status text in the status bar of the container.
 	 */
-	[oneway] void setStatusText( [in] string StatusText ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void setStatusText( [in] string StatusText );
+
+	//-------------------------------------------------------------------------
+
 	/** returns all controls.
 	 */
-	sequence<com::sun::star::awt::XControl> getControls(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	sequence<com::sun::star::awt::XControl> getControls();
+
+	//-------------------------------------------------------------------------
+
 	/** returns the control with the specified name.
 	 */
-	com::sun::star::awt::XControl getControl( [in] string aName ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::awt::XControl getControl( [in] string aName );
+
+	//-------------------------------------------------------------------------
+
 	/** adds the given control with the specified name to the container.
 	 */
-	[oneway] void addControl( [in] string Name, 
-			 [in] com::sun::star::awt::XControl Control ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void addControl( [in] string Name,
+			 [in] com::sun::star::awt::XControl Control );
+
+	//-------------------------------------------------------------------------
+
 	/** removes the given control from the container.
 	 */
-	[oneway] void removeControl( [in] com::sun::star::awt::XControl Control ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[oneway] void removeControl( [in] com::sun::star::awt::XControl Control );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XControlModel.idl b/main/offapi/com/sun/star/awt/XControlModel.idl
index f5e738a..3938337 100644
--- a/main/offapi/com/sun/star/awt/XControlModel.idl
+++ b/main/offapi/com/sun/star/awt/XControlModel.idl
@@ -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,41 +7,41 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XControlModel_idl__ 
-#define __com_sun_star_awt_XControlModel_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XControlModel_idl__
+#define __com_sun_star_awt_XControlModel_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** identifies a control model.
  */
 published interface XControlModel: com::sun::star::uno::XInterface
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XCurrencyField.idl b/main/offapi/com/sun/star/awt/XCurrencyField.idl
index 88875e6..83db93c 100644
--- a/main/offapi/com/sun/star/awt/XCurrencyField.idl
+++ b/main/offapi/com/sun/star/awt/XCurrencyField.idl
@@ -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,139 +7,139 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XCurrencyField_idl__ 
-#define __com_sun_star_awt_XCurrencyField_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XCurrencyField_idl__
+#define __com_sun_star_awt_XCurrencyField_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** gives access to the value and formatting of a currency field.
  */
 published interface XCurrencyField: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-		
+{
+	//-------------------------------------------------------------------------
+
 	/** sets the value which is displayed in the currency field.
 	 */
-	[oneway] void setValue( [in] double Value ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void setValue( [in] double Value );
+
+	//-------------------------------------------------------------------------
+
 	/** returns the value which is currently displayed in the currency field.
 	 */
-	double getValue(); 
- 
-	//------------------------------------------------------------------------- 
-		
+	double getValue();
+
+	//-------------------------------------------------------------------------
+
 	/** sets the minimum value that can be entered by the user.
 	 */
-	[oneway] void setMin( [in] double Value ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void setMin( [in] double Value );
+
+	//-------------------------------------------------------------------------
+
 	/** returns the currently set minimum value that can be entered by the
         user.
 	 */
-	double getMin(); 
- 
-	//------------------------------------------------------------------------- 
-		
+	double getMin();
+
+	//-------------------------------------------------------------------------
+
 	/** sets the maximum value that can be entered by the user.
 	 */
-	[oneway] void setMax( [in] double Value ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void setMax( [in] double Value );
+
+	//-------------------------------------------------------------------------
+
 	/** returns the currently set maximum value that can be entered by the
         user.
 	 */
-	double getMax(); 
- 
-	//------------------------------------------------------------------------- 
-		
+	double getMax();
+
+	//-------------------------------------------------------------------------
+
 	/** sets the first value to be set on POS1 key.
-	 */    
-	[oneway] void setFirst( [in] double Value ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	 */
+	[oneway] void setFirst( [in] double Value );
+
+	//-------------------------------------------------------------------------
+
 	/** returns the currently set first value which is set on POS1 key.
-	 */    
-	double getFirst(); 
- 
-	//------------------------------------------------------------------------- 
-		
+	 */
+	double getFirst();
+
+	//-------------------------------------------------------------------------
+
 	/** sets the last value to be set on END key.
-	 */    
-	[oneway] void setLast( [in] double Value ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	 */
+	[oneway] void setLast( [in] double Value );
+
+	//-------------------------------------------------------------------------
+
 	/** returns the currently set last value which is set on END key.
-	 */    
-	double getLast(); 
- 
-	//------------------------------------------------------------------------- 
-		
+	 */
+	double getLast();
+
+	//-------------------------------------------------------------------------
+
 	/** sets the increment value for the spin button.
 	 */
-	[oneway] void setSpinSize( [in] double Value ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void setSpinSize( [in] double Value );
+
+	//-------------------------------------------------------------------------
+
 	/** returns the currently set increment value for the spin button.
 	 */
-	double getSpinSize(); 
- 
-	//------------------------------------------------------------------------- 
-		
+	double getSpinSize();
+
+	//-------------------------------------------------------------------------
+
 	/** sets the number of decimals.
 	 */
-	[oneway] void setDecimalDigits( [in] short nDigits ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void setDecimalDigits( [in] short nDigits );
+
+	//-------------------------------------------------------------------------
+
 	/** returns the currently set number of decimals.
 	 */
-	short getDecimalDigits(); 
- 
-	//------------------------------------------------------------------------- 
+	short getDecimalDigits();
+
+	//-------------------------------------------------------------------------
 
 	/** determines if the format is checked during user input.
-	 */    
-	[oneway] void setStrictFormat( [in] boolean bStrict ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	 */
+	[oneway] void setStrictFormat( [in] boolean bStrict );
+
+	//-------------------------------------------------------------------------
+
 	/** returns whether the format is currently checked during user input.
-	 */    
-	boolean isStrictFormat(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	 */
+	boolean isStrictFormat();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XDataTransferProviderAccess.idl b/main/offapi/com/sun/star/awt/XDataTransferProviderAccess.idl
index e658431..9438220 100644
--- a/main/offapi/com/sun/star/awt/XDataTransferProviderAccess.idl
+++ b/main/offapi/com/sun/star/awt/XDataTransferProviderAccess.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,7 +30,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module datatransfer { 
+module com { module sun { module star { module datatransfer {
 module dnd {
 	 published interface XDragGestureRecognizer;
 	 published interface XDragSource;
@@ -38,7 +38,7 @@
 };
 module clipboard {
 	 published interface XClipboard;
-}; 
+};
 }; }; }; };
 
 //=============================================================================
@@ -49,7 +49,7 @@
 
 //=============================================================================
 
-/** This interface extends the XToolkit interface with clipboard and 
+/** This interface extends the XToolkit interface with clipboard and
 	drag-and-drop support.
 */
 published interface XDataTransferProviderAccess: com::sun::star::uno::XInterface
@@ -57,7 +57,7 @@
     //-------------------------------------------------------------------------
 
     /** returns the drag gesture recognizer of the specified window.
-    
+
 	    @returns the drag gesture recognizer.
 
 		@param window
@@ -70,18 +70,18 @@
 	/** returns the drag source of the specified window.
 
         @returns the drag source.
-    
+
 		@param window
 		a window created by the same toolkit instance.
 	*/
 	com::sun::star::datatransfer::dnd::XDragSource getDragSource( [in] XWindow window );
-	
+
     //-------------------------------------------------------------------------
 
 	/** returns the drop target of the specified window.
 
         @returns the drop target.
-        
+
 		@param window
 		a window created by the same toolkit instance.
 	*/
@@ -92,7 +92,7 @@
 	/** returns the specified clipboard.
 
         @returns the specified clipboard (if available).
-        
+
 		@param clipboardName
 		the name of the clipboard to return.
         If an empty string is passed in, the default clipboard is returned.
diff --git a/main/offapi/com/sun/star/awt/XDateField.idl b/main/offapi/com/sun/star/awt/XDateField.idl
index dafefc6..8c60a26 100644
--- a/main/offapi/com/sun/star/awt/XDateField.idl
+++ b/main/offapi/com/sun/star/awt/XDateField.idl
@@ -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,142 +7,142 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XDateField_idl__ 
-#define __com_sun_star_awt_XDateField_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XDateField_idl__
+#define __com_sun_star_awt_XDateField_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** gives access to the value and settings of a date field.
  */
 published interface XDateField: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-		
+{
+	//-------------------------------------------------------------------------
+
 	/** sets the date value which is displayed in the date field.
 
         <p>The date value must be specified in the format
         YYYYMMDD.</p>
 	 */
-	[oneway] void setDate( [in] long Date ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void setDate( [in] long Date );
+
+	//-------------------------------------------------------------------------
+
 	/** returns the date value which is currently displayed in the date field.
 	 */
-	long getDate(); 
- 
-	//------------------------------------------------------------------------- 
-		
+	long getDate();
+
+	//-------------------------------------------------------------------------
+
 	/** sets the minimum date value that can be entered by the user.
 	 */
-	[oneway] void setMin( [in] long Date ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void setMin( [in] long Date );
+
+	//-------------------------------------------------------------------------
+
 	/** returns the currently set minimum date value that can be entered by
         the user.
 	 */
-	long getMin(); 
- 
-	//------------------------------------------------------------------------- 
-		
+	long getMin();
+
+	//-------------------------------------------------------------------------
+
 	/** sets the maximum date value that can be entered by the user.
 	 */
-	[oneway] void setMax( [in] long Date ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void setMax( [in] long Date );
+
+	//-------------------------------------------------------------------------
+
 	/** returns the currently set maximum date value that can be entered by
         the user.
 	 */
-	long getMax(); 
- 
-	//------------------------------------------------------------------------- 
-		
+	long getMax();
+
+	//-------------------------------------------------------------------------
+
 	/** sets the first value to be set on POS1 key.
 	 */
-	[oneway] void setFirst( [in] long Date ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void setFirst( [in] long Date );
+
+	//-------------------------------------------------------------------------
+
 	/** returns the currently set first value which is set on POS1 key.
 	 */
-	long getFirst(); 
- 
-	//------------------------------------------------------------------------- 
-		
+	long getFirst();
+
+	//-------------------------------------------------------------------------
+
 	/** sets the last value to be set on END key.
 	 */
-	[oneway] void setLast( [in] long Date ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void setLast( [in] long Date );
+
+	//-------------------------------------------------------------------------
+
 	/** returns the currently set last value which is set on END key.
 	 */
-	long getLast(); 
- 
-	//------------------------------------------------------------------------- 
-		
+	long getLast();
+
+	//-------------------------------------------------------------------------
+
 	/** determines if the long date format is to be used.
 	 */
-	[oneway] void setLongFormat( [in] boolean bLong ); 
- 
-	//------------------------------------------------------------------------- 
-		
+	[oneway] void setLongFormat( [in] boolean bLong );
+
+	//-------------------------------------------------------------------------
+
 	/** determines if the long date format is currently used.
 	 */
-	boolean isLongFormat(); 
- 
-	//------------------------------------------------------------------------- 
-		
+	boolean isLongFormat();
+
+	//-------------------------------------------------------------------------
+
 	/** sets an empty value for the date.
 	 */
-	void setEmpty(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void setEmpty();
+
+	//-------------------------------------------------------------------------
+
 	/** returns whether currently an empty value is set for the date.
 	 */
-	boolean isEmpty(); 
- 
-	//------------------------------------------------------------------------- 
-		
+	boolean isEmpty();
+
+	//-------------------------------------------------------------------------
+
 	/** determines if the format is checked during user input.
 	 */
-	[oneway] void setStrictFormat( [in] boolean bStrict ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void setStrictFormat( [in] boolean bStrict );
+
+	//-------------------------------------------------------------------------
+
 	/** returns whether the format is currently checked during user input.
 	 */
-	boolean isStrictFormat(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	boolean isStrictFormat();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XDevice.idl b/main/offapi/com/sun/star/awt/XDevice.idl
index d1b3dd8..37dfaf7 100644
--- a/main/offapi/com/sun/star/awt/XDevice.idl
+++ b/main/offapi/com/sun/star/awt/XDevice.idl
@@ -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,117 +7,117 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XDevice_idl__ 
-#define __com_sun_star_awt_XDevice_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_DeviceInfo_idl__ 
-#include <com/sun/star/awt/DeviceInfo.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_FontDescriptor_idl__ 
-#include <com/sun/star/awt/FontDescriptor.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
- published interface XGraphics; 
- published interface XFont; 
- published interface XBitmap; 
- published interface XDisplayBitmap; 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XDevice_idl__
+#define __com_sun_star_awt_XDevice_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_awt_DeviceInfo_idl__
+#include <com/sun/star/awt/DeviceInfo.idl>
+#endif
+
+#ifndef __com_sun_star_awt_FontDescriptor_idl__
+#include <com/sun/star/awt/FontDescriptor.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+ published interface XGraphics;
+ published interface XFont;
+ published interface XBitmap;
+ published interface XDisplayBitmap;
+
+//=============================================================================
+
 /** provides information about a graphical output device and
 	offers a factory for the <em>graphics</em> which provides write
 	operations on the device.
  */
 published interface XDevice: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** creates a new graphics whose output operation is directed to this
         device.
 	 */
-	XGraphics createGraphics(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	XGraphics createGraphics();
+
+	//-------------------------------------------------------------------------
+
 	/** creates a new device which is compatible with this one.
-						
-		<p>If the device does not support the GETBITS device capability, 
+
+		<p>If the device does not support the GETBITS device capability,
 		this method returns <NULL/>.</p>
 	 */
-	XDevice createDevice( [in] long nWidth, 
-			 [in] long nHeight ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	XDevice createDevice( [in] long nWidth,
+			 [in] long nHeight );
+
+	//-------------------------------------------------------------------------
+
 	/** returns information about the device.
 	 */
-	com::sun::star::awt::DeviceInfo getInfo(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::awt::DeviceInfo getInfo();
+
+	//-------------------------------------------------------------------------
+
 	/** returns the list of available font descriptors.
 	 */
-	sequence<FontDescriptor> getFontDescriptors(); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** returns information about a font offered by this device. 
+	sequence<FontDescriptor> getFontDescriptors();
+
+	//-------------------------------------------------------------------------
+
+	/** returns information about a font offered by this device.
 
         @returns the font of this device.
-        
-	    @param aDescriptor  
-		specifies the description of a font.				 
+
+	    @param aDescriptor
+		specifies the description of a font.
 		The unit of measure is pixel for this device.
 	 */
-	com::sun::star::awt::XFont getFont( [in] FontDescriptor aDescriptor ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::awt::XFont getFont( [in] FontDescriptor aDescriptor );
+
+	//-------------------------------------------------------------------------
+
 	/** creates a bitmap with the current device depth.
-        
+
 		<p>If the specified area does not lie entirely in the device, the bits
 		outside are not specified.</p>
 	 */
-	XBitmap createBitmap( [in] long nX, 
-			 [in] long nY, 
-			 [in] long nWidth, 
-			 [in] long nHeight ); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** creates a device compatible bitmap. 
-						
-		<p>The data of the bitmap is in process memory instead of in the device, 
+	XBitmap createBitmap( [in] long nX,
+			 [in] long nY,
+			 [in] long nWidth,
+			 [in] long nHeight );
+
+	//-------------------------------------------------------------------------
+
+	/** creates a device compatible bitmap.
+
+		<p>The data of the bitmap is in process memory instead of in the device,
 		so that the output operation is fast.</p>
 	 */
-	XDisplayBitmap createDisplayBitmap( [in] XBitmap Bitmap ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	XDisplayBitmap createDisplayBitmap( [in] XBitmap Bitmap );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XDialog.idl b/main/offapi/com/sun/star/awt/XDialog.idl
index 776ae56..8d477db 100644
--- a/main/offapi/com/sun/star/awt/XDialog.idl
+++ b/main/offapi/com/sun/star/awt/XDialog.idl
@@ -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,67 +7,67 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XDialog_idl__ 
-#define __com_sun_star_awt_XDialog_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XDialog_idl__
+#define __com_sun_star_awt_XDialog_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** makes it possible to show and hide a dialog and gives access to
     the title of the dialog.
  */
 published interface XDialog: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	
+{
+	//-------------------------------------------------------------------------
+
     /** sets the title of the dialog.
      */
-	[oneway] void setTitle( [in] string Title ); 
- 
-	//------------------------------------------------------------------------- 
-	
+	[oneway] void setTitle( [in] string Title );
+
+	//-------------------------------------------------------------------------
+
     /** gets the title of the dialog.
      */
-	string getTitle(); 
- 
-	//------------------------------------------------------------------------- 
+	string getTitle();
+
+	//-------------------------------------------------------------------------
 
     /** shows the dialog.
      */
-	short execute(); 
- 
-	//------------------------------------------------------------------------- 
-	
+	short execute();
+
+	//-------------------------------------------------------------------------
+
     /** hides the dialog and then causes <member>XDialog::execute</member>
         to return.
      */
-	void endExecute(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void endExecute();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XDialog2.idl b/main/offapi/com/sun/star/awt/XDialog2.idl
index 758d818..817e5ef 100644
--- a/main/offapi/com/sun/star/awt/XDialog2.idl
+++ b/main/offapi/com/sun/star/awt/XDialog2.idl
@@ -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,38 +7,38 @@
  * 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.
- * 
+ *
  *************************************************************/
 
-#ifndef __com_sun_star_awt_XDialog2_idl__ 
-#define __com_sun_star_awt_XDialog2_idl__ 
- 
+#ifndef __com_sun_star_awt_XDialog2_idl__
+#define __com_sun_star_awt_XDialog2_idl__
+
 #ifndef __com_sun_star_awt_XDialog_idl__
-#include <com/sun/star/awt/XDialog.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
+#include <com/sun/star/awt/XDialog.idl>
+#endif
+
+
+//=============================================================================
+
 module com {  module sun {  module star {  module awt {
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
 /** Makes it possible to end a dialog and set a help id.
 
     @since OpenOffice 3.0
  */
 published interface XDialog2: com::sun::star::awt::XDialog
-{ 
+{
     /** hides the dialog and then causes <member>XDialog::execute</member>
         to return with the given result value.
      */
@@ -47,10 +47,10 @@
         show the appropriate help page.
     */
     void setHelpId ( [in] string Id );
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XDialogEventHandler.idl b/main/offapi/com/sun/star/awt/XDialogEventHandler.idl
index f9ad418..644382c 100644
--- a/main/offapi/com/sun/star/awt/XDialogEventHandler.idl
+++ b/main/offapi/com/sun/star/awt/XDialogEventHandler.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/XDialogProvider.idl b/main/offapi/com/sun/star/awt/XDialogProvider.idl
index e803b4e..5f3ba13 100644
--- a/main/offapi/com/sun/star/awt/XDialogProvider.idl
+++ b/main/offapi/com/sun/star/awt/XDialogProvider.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/XDialogProvider2.idl b/main/offapi/com/sun/star/awt/XDialogProvider2.idl
index cda83d1..dfd27f6 100644
--- a/main/offapi/com/sun/star/awt/XDialogProvider2.idl
+++ b/main/offapi/com/sun/star/awt/XDialogProvider2.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/XDisplayBitmap.idl b/main/offapi/com/sun/star/awt/XDisplayBitmap.idl
index 30cf6da..1025643 100644
--- a/main/offapi/com/sun/star/awt/XDisplayBitmap.idl
+++ b/main/offapi/com/sun/star/awt/XDisplayBitmap.idl
@@ -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,44 +7,44 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XDisplayBitmap_idl__ 
-#define __com_sun_star_awt_XDisplayBitmap_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
-/** specifies an object as a bitmap for which data is formatted for 
+#ifndef __com_sun_star_awt_XDisplayBitmap_idl__
+#define __com_sun_star_awt_XDisplayBitmap_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
+/** specifies an object as a bitmap for which data is formatted for
 	a specific output device.
-			
+
 	<p>Drawing of this bitmap is only valid on a compatible device.</p>
  */
 published interface XDisplayBitmap: com::sun::star::uno::XInterface
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XDisplayConnection.idl b/main/offapi/com/sun/star/awt/XDisplayConnection.idl
index 7c050cf..6f0ba5f 100644
--- a/main/offapi/com/sun/star/awt/XDisplayConnection.idl
+++ b/main/offapi/com/sun/star/awt/XDisplayConnection.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -46,7 +46,7 @@
 	/** registers an event handler.
 
 		@param window
-		the platform specific window id. If empty, the handler should be 
+		the platform specific window id. If empty, the handler should be
 		registered for all windows.
 
 		@param eventHandler
@@ -62,14 +62,14 @@
 	/** removes a eventHandler from the handler list.
 
 		@param window
-		the platform specific window id the handler should be deregistered for. 
+		the platform specific window id the handler should be deregistered for.
 		If empty, the handler should be deregistered completely.
 
 		@param eventHandler
 		the handler to remove.
 	*/
 	[oneway] void removeEventHandler( [in] any window, [in] XEventHandler eventHandler );
-	
+
     //-------------------------------------------------------------------------
 
 	/** register an error handler for toolkit specific errors.
@@ -95,7 +95,7 @@
         @returns a unique platform dependent identifier for a display connection.
 	*/
 	any getIdentifier();
-    
+
 };
 
 //=============================================================================
diff --git a/main/offapi/com/sun/star/awt/XDockableWindow.idl b/main/offapi/com/sun/star/awt/XDockableWindow.idl
index 251145b..8419d17 100644
--- a/main/offapi/com/sun/star/awt/XDockableWindow.idl
+++ b/main/offapi/com/sun/star/awt/XDockableWindow.idl
@@ -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,114 +7,114 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XDockableWindow_idl__ 
-#define __com_sun_star_awt_XDockableWindow_idl__ 
- 
+#ifndef __com_sun_star_awt_XDockableWindow_idl__
+#define __com_sun_star_awt_XDockableWindow_idl__
+
 #ifndef __com_sun_star_uno_XInterface_idl__
 #include <com/sun/star/uno/XInterface.idl>
 #endif
 
-#ifndef __com_sun_star_awt_XDockableWindowListener_idl__ 
-#include <com/sun/star/awt/XDockableWindowListener.idl> 
-#endif 
+#ifndef __com_sun_star_awt_XDockableWindowListener_idl__
+#include <com/sun/star/awt/XDockableWindowListener.idl>
+#endif
 
 #ifndef __com_sun_star_awt_Rectangle_idl__
 #include <com/sun/star/awt/Rectangle.idl>
 #endif
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
+module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies the docking interface for a window component.
-		
+
 	<p>A window can either be docked where it resides as a child window in
         an application frame window or it can be floating where it will
         reside in its own decorated top level window.
     </p>
  */
 interface XDockableWindow : com::sun::star::uno::XInterface
-{ 
-	 
+{
+
 	/** adds a docking listener to the object.
         only a single listener may be registered at any time.
 	 */
-    void addDockableWindowListener( [in] com::sun::star::awt::XDockableWindowListener xListener ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+    void addDockableWindowListener( [in] com::sun::star::awt::XDockableWindowListener xListener );
+
+	//-------------------------------------------------------------------------
+
 	/** removes the specified docking listener from the object.
 	 */
-    void removeDockableWindowListener( [in] com::sun::star::awt::XDockableWindowListener xListener ); 
+    void removeDockableWindowListener( [in] com::sun::star::awt::XDockableWindowListener xListener );
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
     /** enable or disable docking, docking is disabled by default
 
         @param bEnable
-            <TRUE/> specifies that docking is enabled 
+            <TRUE/> specifies that docking is enabled
             <FALSE/> specifies that docking is disabled and no
                 <type scope="com::sun::star::awt">XDockableWindowListener</type> will be called
 	 */
-    void enableDocking( [in] boolean bEnable ); 
+    void enableDocking( [in] boolean bEnable );
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
     /** queries the current window state
         @returns
             <TRUE/> if the window is floating
             <FALSE/> if the window is docked
 	 */
-    boolean isFloating(); 
+    boolean isFloating();
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
     /** toggle between floating and docked state
         @param bFloating
             specifies the new floating mode:
             <TRUE/> means floating, <FALSE/> means docked
 	 */
-    void setFloatingMode( [in] boolean bFloating ); 
+    void setFloatingMode( [in] boolean bFloating );
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
-    /** prevents the window from being undocked 
+    /** prevents the window from being undocked
         this has no effect if the window is floating
 	 */
-    void lock(); 
+    void lock();
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
     /** enables undocking
         this has no effect if the window is floating
 	 */
     void unlock();
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
     /** queries the current locking state
         @returns
             <TRUE/> if the window is locked
             <FALSE/> if the window is not locked
 	 */
-    boolean isLocked(); 
+    boolean isLocked();
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
     /** shows the window in a menu like style, i.e. without decoration
         a special indicator will allow for tearing off the window
@@ -123,20 +123,20 @@
         @param WindowRect
             specifies the position and size of the popup window in frame coordinates
 	 */
-    void startPopupMode( [in] com::sun::star::awt::Rectangle WindowRect ); 
+    void startPopupMode( [in] com::sun::star::awt::Rectangle WindowRect );
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
     /** queries the current popup mode
         @returns
             <TRUE/> if the window is in popup mode
             <FALSE/> if the window is not in popup mode
 	 */
-    boolean isInPopupMode(); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+    boolean isInPopupMode();
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XDockableWindowListener.idl b/main/offapi/com/sun/star/awt/XDockableWindowListener.idl
index b35f8d4..fb0f5f9 100644
--- a/main/offapi/com/sun/star/awt/XDockableWindowListener.idl
+++ b/main/offapi/com/sun/star/awt/XDockableWindowListener.idl
@@ -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,111 +7,111 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XDockableWindowListener_idl__ 
-#define __com_sun_star_awt_XDockableWindowListener_idl__ 
- 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
-#ifndef __com_sun_star_awt_DockingData_idl__ 
+#ifndef __com_sun_star_awt_XDockableWindowListener_idl__
+#define __com_sun_star_awt_XDockableWindowListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+#ifndef __com_sun_star_awt_DockingData_idl__
 #include <com/sun/star/awt/DockingData.idl>
-#endif 
-#ifndef __com_sun_star_awt_EndDockingEvent_idl__ 
+#endif
+#ifndef __com_sun_star_awt_EndDockingEvent_idl__
 #include <com/sun/star/awt/EndDockingEvent.idl>
 #endif
-#ifndef __com_sun_star_awt_DockingEvent_idl__ 
+#ifndef __com_sun_star_awt_DockingEvent_idl__
 #include <com/sun/star/awt/DockingEvent.idl>
 #endif
-#ifndef __com_sun_star_awt_EndPopupModeEvent_idl__ 
+#ifndef __com_sun_star_awt_EndPopupModeEvent_idl__
 #include <com/sun/star/awt/EndPopupModeEvent.idl>
 #endif
-#ifndef __com_sun_star_lang_EventObject_idl__ 
-#include <com/sun/star/lang/EventObject.idl> 
-#endif 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** makes it possible to receive docking events.
  */
 interface XDockableWindowListener: com::sun::star::lang::XEventListener
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** is invoked when the docking procedure starts.
 	 */
-	void startDocking( [in] com::sun::star::awt::DockingEvent e ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void startDocking( [in] com::sun::star::awt::DockingEvent e );
+
+	//-------------------------------------------------------------------------
+
 	/** is invoked during the docking procedure when the window has been moved.
 
         on return the DockingData must contain either the old tracking rectangle
         or a changed rectangle if required, additionally it must indicate if
         the window should be docked or floating
 
-        Note: the tracking rectangle indicates to the user where the window would 
+        Note: the tracking rectangle indicates to the user where the window would
             be placed if he releases the mouse.
 
 	 */
 	DockingData docking( [in] com::sun::star::awt::DockingEvent e );
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** is invoked when the docking procedure ends.
         aWindowRect contains the new position and size of the window
 	 */
 	void endDocking( [in] com::sun::star::awt::EndDockingEvent e );
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** is invoked when the floating mode is about to be changed between
             floating and docked or vice versa
-        
+
         if returned FALSE the floating mode will not be changed
 	 */
-	boolean prepareToggleFloatingMode( [in] com::sun::star::lang::EventObject e ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	boolean prepareToggleFloatingMode( [in] com::sun::star::lang::EventObject e );
+
+	//-------------------------------------------------------------------------
+
 	/** is invoked when the floating mode is changed between
             floating and docked or vice versa
 	 */
-	void toggleFloatingMode( [in] com::sun::star::lang::EventObject e ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void toggleFloatingMode( [in] com::sun::star::lang::EventObject e );
+
+	//-------------------------------------------------------------------------
+
 	/** is invoked when the window was actively closed
 	 */
-	void closed( [in] com::sun::star::lang::EventObject e ); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** is invoked when the window currently is in popupmode and wants to be undocked 
+	void closed( [in] com::sun::star::lang::EventObject e );
+
+	//-------------------------------------------------------------------------
+
+	/** is invoked when the window currently is in popupmode and wants to be undocked
         or closed
 	 */
-	void endPopupMode( [in] com::sun::star::awt::EndPopupModeEvent e ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void endPopupMode( [in] com::sun::star::awt::EndPopupModeEvent e );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XEnhancedMouseClickHandler.idl b/main/offapi/com/sun/star/awt/XEnhancedMouseClickHandler.idl
index 229576d..a844522 100644
--- a/main/offapi/com/sun/star/awt/XEnhancedMouseClickHandler.idl
+++ b/main/offapi/com/sun/star/awt/XEnhancedMouseClickHandler.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/XEventHandler.idl b/main/offapi/com/sun/star/awt/XEventHandler.idl
index 5c18e56..ac71893 100644
--- a/main/offapi/com/sun/star/awt/XEventHandler.idl
+++ b/main/offapi/com/sun/star/awt/XEventHandler.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -39,20 +39,20 @@
 */
 published interface XEventHandler: com::sun::star::uno::XInterface
 {
-  
+
     //-------------------------------------------------------------------------
 
 	/** requests the implementor of this interface to handle a platform
         dependend event.
 
-		@returns <TRUE/> if the event was handled properly and no further 
+		@returns <TRUE/> if the event was handled properly and no further
 		handling should take place, <FALSE/> otherwise.
 
 		@param event
 		the platform dependend event.
 	*/
 	boolean handleEvent( [in] any event );
-	
+
 };
 
 //=============================================================================
diff --git a/main/offapi/com/sun/star/awt/XExtendedToolkit.idl b/main/offapi/com/sun/star/awt/XExtendedToolkit.idl
index ca50a59..ec49396 100644
--- a/main/offapi/com/sun/star/awt/XExtendedToolkit.idl
+++ b/main/offapi/com/sun/star/awt/XExtendedToolkit.idl
@@ -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,30 +7,30 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
-#ifndef __com_sun_star_awt_XExtendedToolkit_idl__ 
-#define __com_sun_star_awt_XExtendedToolkit_idl__ 
+#ifndef __com_sun_star_awt_XExtendedToolkit_idl__
+#define __com_sun_star_awt_XExtendedToolkit_idl__
 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
 
-#ifndef __com_sun_star_awt_XTopWindow_idl__ 
-#include <com/sun/star/awt/XTopWindow.idl> 
-#endif 
+#ifndef __com_sun_star_awt_XTopWindow_idl__
+#include <com/sun/star/awt/XTopWindow.idl>
+#endif
 
 #ifndef __com_sun_star_lang_IndexOutOfBoundsException_idl__
 #include <com/sun/star/lang/IndexOutOfBoundsException.idl>
@@ -49,12 +49,12 @@
 #endif
 
 
-//============================================================================= 
+//=============================================================================
 
 module com {  module sun {  module star {  module awt {
 
 //=============================================================================
-    
+
 /** The <type>XExtendedToolkit</type> is an extension of the <type
     scope="::com::sun::star::awt">XToolkit</type> interface.  It basically
     provides access to three event broadcasters which are used for instance
@@ -63,7 +63,7 @@
 
     <p>The first event broadcaster lets you keep track of the open top-level
     windows (frames).  To get the set of currently open top-level window use
-    the <member>XExtendedToolkit::getTopWindowCount</member> and 
+    the <member>XExtendedToolkit::getTopWindowCount</member> and
     <member>XExtendedToolkit::getTopWindow</member> methods.</p>
 
     <p>The second event broadcaster informs its listeners of key events.
@@ -77,13 +77,13 @@
     @deprecated
     	This interface was only implemented in an intermediate developer
 		release anyway.
-		
+
     @since OpenOffice 1.1.2
 */
 published interface XExtendedToolkit : ::com::sun::star::uno::XInterface
 {
-	//------------------------------------------------------------------------- 
-    
+	//-------------------------------------------------------------------------
+
     /** This function returns the number of currently existing top-level
         windows.
         @return
@@ -94,7 +94,7 @@
 	long getTopWindowCount ();
 
 	//-------------------------------------------------------------------------
-    
+
     /** Return a reference to the specified top-level window.  Note that the
         number of top-level windows may change between a call to
         <member>getTopWindowCount()</member> and successive calls to this
@@ -111,8 +111,8 @@
     ::com::sun::star::awt::XTopWindow getTopWindow ([in] long nIndex)
         raises (::com::sun::star::lang::IndexOutOfBoundsException);
 
-	//------------------------------------------------------------------------- 
-    
+	//-------------------------------------------------------------------------
+
     /** Return the currently active top-level window, i.e. which has
         currently the input focus.
         @return
@@ -134,10 +134,10 @@
             twice.)
     */
 	[oneway] void addTopWindowListener (
-        [in] ::com::sun::star::awt::XTopWindowListener xListener); 
+        [in] ::com::sun::star::awt::XTopWindowListener xListener);
 
-	//------------------------------------------------------------------------- 
-    
+	//-------------------------------------------------------------------------
+
     /** Remove the specified listener from the list of listeners.
         @param xListener
             If the reference is empty then nothing will be changed.  If the
@@ -147,8 +147,8 @@
 	[oneway] void removeTopWindowListener (
         [in] ::com::sun::star::awt::XTopWindowListener xListener);
 
-	//------------------------------------------------------------------------- 
-    
+	//-------------------------------------------------------------------------
+
     /** Add a new listener that is called on <type
         scope="::com::sun::star::awt">KeyEvent</type>s.  Every listener is
         given the opportunity to consume the event, i.e. prevent the not yet
@@ -162,7 +162,7 @@
 	[oneway] void addKeyHandler (
         [in] ::com::sun::star::awt::XKeyHandler xHandler);
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
     /** Remove the specified listener from the list of listeners.
         @param xHandler
@@ -171,10 +171,10 @@
             will be removed.
     */
 	[oneway] void removeKeyHandler (
-        [in] ::com::sun::star::awt::XKeyHandler xHandler); 
+        [in] ::com::sun::star::awt::XKeyHandler xHandler);
 
-	//------------------------------------------------------------------------- 
-    
+	//-------------------------------------------------------------------------
+
     /** Add a new listener that is called on <type
         scope="::com::sun::star::awt">FocusEvent</type>s.  Use this focus
         broadcaster to keep track of the object that currently has the input
@@ -188,8 +188,8 @@
 	[oneway] void addFocusListener (
         [in] ::com::sun::star::awt::XFocusListener xListener);
 
-	//------------------------------------------------------------------------- 
-    
+	//-------------------------------------------------------------------------
+
     /** Remove the specified listener from the list of listeners.
         @param xListener
             If the reference is empty then nothing will be changed.  If the
@@ -197,20 +197,20 @@
             will be removed.
     */
 	[oneway] void removeFocusListener (
-        [in] ::com::sun::star::awt::XFocusListener xListener); 
+        [in] ::com::sun::star::awt::XFocusListener xListener);
 
-	//------------------------------------------------------------------------- 
-    
+	//-------------------------------------------------------------------------
+
     /** Broadcasts the a focusGained on all registered focus listeners
         @param source
             The object that has gained the input focus. It should implement
             <type scope="com::sun::star::accessibility">XAccessible</type>.
     */
 	[oneway] void fireFocusGained (
-        [in] ::com::sun::star::uno::XInterface source); 
+        [in] ::com::sun::star::uno::XInterface source);
 
-	//------------------------------------------------------------------------- 
-    
+	//-------------------------------------------------------------------------
+
     /** Broadcasts the a focusGained on all registered focus listeners
         @param source
             The object that has lost the input focus. It should implement
@@ -218,9 +218,9 @@
     */
 	[oneway] void fireFocusLost (
         [in] ::com::sun::star::uno::XInterface source);
-    
-}; 
- 
+
+};
+
 }; }; }; };
- 
-#endif 
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XFileDialog.idl b/main/offapi/com/sun/star/awt/XFileDialog.idl
index cc92f8d..e5e3111 100644
--- a/main/offapi/com/sun/star/awt/XFileDialog.idl
+++ b/main/offapi/com/sun/star/awt/XFileDialog.idl
@@ -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,74 +7,74 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XFileDialog_idl__ 
-#define __com_sun_star_awt_XFileDialog_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XFileDialog_idl__
+#define __com_sun_star_awt_XFileDialog_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** gives access to a file dialog.
-    
+
     @deprecated
  */
 published interface XFileDialog: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 
     /** sets the path.
      */
-	[oneway] void setPath( [in] string Path ); 
- 
-	//------------------------------------------------------------------------- 
+	[oneway] void setPath( [in] string Path );
+
+	//-------------------------------------------------------------------------
 
 	/** returns the path.
      */
-	string getPath(); 
- 
-	//------------------------------------------------------------------------- 
+	string getPath();
+
+	//-------------------------------------------------------------------------
 
     /** sets the filters.
      */
-	[oneway] void setFilters( [in] sequence<string> rFilterNames, 
-			 [in] sequence<string> rMasks ); 
- 
-	//------------------------------------------------------------------------- 
+	[oneway] void setFilters( [in] sequence<string> rFilterNames,
+			 [in] sequence<string> rMasks );
+
+	//-------------------------------------------------------------------------
 
     /** sets the current filter.
      */
-	[oneway] void setCurrentFilter( [in] string Filter ); 
- 
-	//------------------------------------------------------------------------- 
+	[oneway] void setCurrentFilter( [in] string Filter );
+
+	//-------------------------------------------------------------------------
 
     /** returns the currently selected filter.
      */
-	string getCurrentFilter(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	string getCurrentFilter();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XFixedHyperlink.idl b/main/offapi/com/sun/star/awt/XFixedHyperlink.idl
index c1f2ebc..1f5acdd 100644
--- a/main/offapi/com/sun/star/awt/XFixedHyperlink.idl
+++ b/main/offapi/com/sun/star/awt/XFixedHyperlink.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/XFixedText.idl b/main/offapi/com/sun/star/awt/XFixedText.idl
index 11f4038..91bca05 100644
--- a/main/offapi/com/sun/star/awt/XFixedText.idl
+++ b/main/offapi/com/sun/star/awt/XFixedText.idl
@@ -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,71 +7,71 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XFixedText_idl__ 
-#define __com_sun_star_awt_XFixedText_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XFixedText_idl__
+#define __com_sun_star_awt_XFixedText_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** gives access to the text and formatting of a fixed text field.
  */
 published interface XFixedText: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-		
+{
+	//-------------------------------------------------------------------------
+
 	/** sets the text of the control.
 	 */
-	[oneway] void setText( [in] string Text ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void setText( [in] string Text );
+
+	//-------------------------------------------------------------------------
+
 	/** returns the text of the control.
 	 */
-	string getText(); 
- 
-	//------------------------------------------------------------------------- 
+	string getText();
 
-	/** sets the alignment of the text in the control. 
-				
+	//-------------------------------------------------------------------------
+
+	/** sets the alignment of the text in the control.
+
 		<pre>
 		0: left
 		1: center
 		2: right
 		</pre>
-	 */    
-	[oneway] void setAlignment( [in] short nAlign ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	 */
+	[oneway] void setAlignment( [in] short nAlign );
+
+	//-------------------------------------------------------------------------
+
 	/** returns the alignment of the text in the control.
 	 */
-	short getAlignment(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	short getAlignment();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XFocusListener.idl b/main/offapi/com/sun/star/awt/XFocusListener.idl
index ba8a032..65e5d50 100644
--- a/main/offapi/com/sun/star/awt/XFocusListener.idl
+++ b/main/offapi/com/sun/star/awt/XFocusListener.idl
@@ -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,64 +7,64 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XFocusListener_idl__ 
-#define __com_sun_star_awt_XFocusListener_idl__ 
- 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_FocusEvent_idl__ 
-#include <com/sun/star/awt/FocusEvent.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XFocusListener_idl__
+#define __com_sun_star_awt_XFocusListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+#ifndef __com_sun_star_awt_FocusEvent_idl__
+#include <com/sun/star/awt/FocusEvent.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** makes it possible to receive keyboard focus events.
-			
+
 	<p>The window which has the keyboard focus is the window which gets
 	the keyboard events.</p>
  */
 published interface XFocusListener: com::sun::star::lang::XEventListener
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** is invoked when a window gains the keyboard focus.
 
         @see XActivateListener::windowActivated
 	 */
-	[oneway] void focusGained( [in] com::sun::star::awt::FocusEvent e ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void focusGained( [in] com::sun::star::awt::FocusEvent e );
+
+	//-------------------------------------------------------------------------
+
 	/** is invoked when a window loses the keyboard focus.
 
         @see XActivateListener::windowDeactivated
 	 */
-	[oneway] void focusLost( [in] com::sun::star::awt::FocusEvent e ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[oneway] void focusLost( [in] com::sun::star::awt::FocusEvent e );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XFont.idl b/main/offapi/com/sun/star/awt/XFont.idl
index 9fc247d..7c71025 100644
--- a/main/offapi/com/sun/star/awt/XFont.idl
+++ b/main/offapi/com/sun/star/awt/XFont.idl
@@ -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,116 +7,116 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XFont_idl__ 
-#define __com_sun_star_awt_XFont_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_FontDescriptor_idl__ 
-#include <com/sun/star/awt/FontDescriptor.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_SimpleFontMetric_idl__ 
-#include <com/sun/star/awt/SimpleFontMetric.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
-/** describes a font on a specific device. 
-			
+#ifndef __com_sun_star_awt_XFont_idl__
+#define __com_sun_star_awt_XFont_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_awt_FontDescriptor_idl__
+#include <com/sun/star/awt/FontDescriptor.idl>
+#endif
+
+#ifndef __com_sun_star_awt_SimpleFontMetric_idl__
+#include <com/sun/star/awt/SimpleFontMetric.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
+/** describes a font on a specific device.
+
 	<p>All values are in pixels within this device.</p>
  */
 published interface XFont: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** returns the description of the font.  
-				 
+{
+	//-------------------------------------------------------------------------
+
+	/** returns the description of the font.
+
 	    <p>The unit of measurement is pixels for the device.
 	 */
-	com::sun::star::awt::FontDescriptor getFontDescriptor(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::awt::FontDescriptor getFontDescriptor();
+
+	//-------------------------------------------------------------------------
+
 	/** returns additional information about the font.
 	 */
-	com::sun::star::awt::SimpleFontMetric getFontMetric(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::awt::SimpleFontMetric getFontMetric();
+
+	//-------------------------------------------------------------------------
+
 	/** returns the width of the specified character.
-    
-        @returns  
+
+        @returns
 				the character width measured in pixels for the device.
 	 */
-	short getCharWidth( [in] char c ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	short getCharWidth( [in] char c );
+
+	//-------------------------------------------------------------------------
+
 	/** returns the widths of the specified characters.
-       
-        @returns 
+
+        @returns
 				a sequence of the widths of subsequent characters for this font.
 	 */
-	sequence<short> getCharWidths( [in] char nFirst, [in] char nLast ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	sequence<short> getCharWidths( [in] char nFirst, [in] char nLast );
+
+	//-------------------------------------------------------------------------
+
 	/** returns the string width.
-        
-        @returns 
-				the width of the specified string of characters  
+
+        @returns
+				the width of the specified string of characters
 				measured in pixels for the device.
 	 */
-	long getStringWidth( [in] string str ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	long getStringWidth( [in] string str );
+
+	//-------------------------------------------------------------------------
+
 	/** returns the string and the character widths.
-        
-        @returns 
-				the width of the specified string of characters  
-				measured in pixels for the device. 
-				 
-	    @param aDXArray 
-				receives the width of every single character  
+
+        @returns
+				the width of the specified string of characters
+				measured in pixels for the device.
+
+	    @param aDXArray
+				receives the width of every single character
 				measured in pixels for the device.
 	 */
-	long getStringWidthArray( [in] string str, 
-			 [out] sequence<long> aDXArray ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	long getStringWidthArray( [in] string str,
+			 [out] sequence<long> aDXArray );
+
+	//-------------------------------------------------------------------------
+
 	/** queries the kerning pair table.
 	 */
-	void getKernPairs( [out] sequence<char> Chars1, 
-			 [out] sequence<char> Chars2, 
-			 [out] sequence<short> Kerns ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void getKernPairs( [out] sequence<char> Chars1,
+			 [out] sequence<char> Chars2,
+			 [out] sequence<short> Kerns );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XFont2.idl b/main/offapi/com/sun/star/awt/XFont2.idl
index 254568b..d241993 100644
--- a/main/offapi/com/sun/star/awt/XFont2.idl
+++ b/main/offapi/com/sun/star/awt/XFont2.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -26,7 +26,7 @@
 
 #ifndef __com_sun_star_awt_XFont_idl__
 #include <com/sun/star/awt/XFont.idl>
-#endif 
+#endif
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/awt/XGraphics.idl b/main/offapi/com/sun/star/awt/XGraphics.idl
index 8906ea7..7315b06 100644
--- a/main/offapi/com/sun/star/awt/XGraphics.idl
+++ b/main/offapi/com/sun/star/awt/XGraphics.idl
@@ -84,7 +84,7 @@
     /** sets the clip region to specified clipping.
      */
     [oneway] void setClipRegion( [in] XRegion Clipping );
- 
+
     /** builds the intersection with the current region.
      */
     [oneway] void intersectClipRegion( [in] XRegion xClipping );
diff --git a/main/offapi/com/sun/star/awt/XImageButton.idl b/main/offapi/com/sun/star/awt/XImageButton.idl
index d335e2d..6d34d83 100644
--- a/main/offapi/com/sun/star/awt/XImageButton.idl
+++ b/main/offapi/com/sun/star/awt/XImageButton.idl
@@ -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,64 +7,64 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XImageButton_idl__ 
-#define __com_sun_star_awt_XImageButton_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XActionListener_idl__ 
-#include <com/sun/star/awt/XActionListener.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XImageButton_idl__
+#define __com_sun_star_awt_XImageButton_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XActionListener_idl__
+#include <com/sun/star/awt/XActionListener.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** makes it possible to register for action events of an image button
 	and sets the action command.
  */
 published interface XImageButton: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-		
+{
+	//-------------------------------------------------------------------------
+
 	/** registers a listener for action events.
 	 */
-	[oneway] void addActionListener( [in] com::sun::star::awt::XActionListener l ); 
- 
-	//------------------------------------------------------------------------- 
-		
+	[oneway] void addActionListener( [in] com::sun::star::awt::XActionListener l );
+
+	//-------------------------------------------------------------------------
+
 	/** unregisters a listener for action events.
 	 */
-	[oneway] void removeActionListener( [in] com::sun::star::awt::XActionListener l ); 
- 
-	//------------------------------------------------------------------------- 
-		
+	[oneway] void removeActionListener( [in] com::sun::star::awt::XActionListener l );
+
+	//-------------------------------------------------------------------------
+
 	/** sets the action command string.
 	 */
-	[oneway] void setActionCommand( [in] string Command ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[oneway] void setActionCommand( [in] string Command );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XImageConsumer.idl b/main/offapi/com/sun/star/awt/XImageConsumer.idl
index 1b30e58..de48fab 100644
--- a/main/offapi/com/sun/star/awt/XImageConsumer.idl
+++ b/main/offapi/com/sun/star/awt/XImageConsumer.idl
@@ -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,34 +7,34 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XImageConsumer_idl__ 
-#define __com_sun_star_awt_XImageConsumer_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
- published interface XImageProducer; 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XImageConsumer_idl__
+#define __com_sun_star_awt_XImageConsumer_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+ published interface XImageProducer;
+
+//=============================================================================
+
 /** specifies a data sink for an image.
 
     <p>An image consumer is a component which wants to display or just
@@ -43,30 +43,30 @@
     @see XImageProducer
  */
 published interface XImageConsumer: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** initializes the consumer with image dimensions.
 	 */
-	[oneway] void init( [in] long Width, 
-			 [in] long Height ); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** changes color model for next pixels 
+	[oneway] void init( [in] long Width,
+			 [in] long Height );
+
+	//-------------------------------------------------------------------------
+
+	/** changes color model for next pixels
 		typically called once after initialization.
 	 */
-	[oneway] void setColorModel( [in] short BitCount, 
-			 [in] sequence<long> RGBAPal, 
-			 [in] long RedMask, 
-			 [in] long GreenMask, 
-			 [in] long BlueMask, 
-			 [in] long AlphaMask ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void setColorModel( [in] short BitCount,
+			 [in] sequence<long> RGBAPal,
+			 [in] long RedMask,
+			 [in] long GreenMask,
+			 [in] long BlueMask,
+			 [in] long AlphaMask );
+
+	//-------------------------------------------------------------------------
+
 	/** delivers a chunk of pixels as <atom>long</atom> values.
-						
+
 		<p>The pixels of the image are delivered using one or more calls
 		to this method.  Each call specifies the location and size of the
 		rectangle of source pixels that are contained in the array of pixels.
@@ -75,18 +75,18 @@
 		(m,n) is stored in the pixels array at index (n * <var>nScanSize</var>
 		+ m + nOffset).</p>
 	 */
-	[oneway] void setPixelsByBytes( [in] long nX, 
-			 [in] long nY, 
-			 [in] long nWidth, 
-			 [in] long nHeight, 
-			 [in] sequence<byte> aProducerData, 
-			 [in] long nOffset, 
-			 [in] long nScanSize ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void setPixelsByBytes( [in] long nX,
+			 [in] long nY,
+			 [in] long nWidth,
+			 [in] long nHeight,
+			 [in] sequence<byte> aProducerData,
+			 [in] long nOffset,
+			 [in] long nScanSize );
+
+	//-------------------------------------------------------------------------
+
 	/** delivers a chunk of pixels as <atom>byte</atom> values.
-						
+
 		<p>The pixels of the image are delivered using one or more calls
 		to this method.  Each call specifies the location and size of the
 		rectangle of source pixels that are contained in the array of pixels.
@@ -95,34 +95,34 @@
 		(m,n) is stored in the pixels array at index (n * <var>nScanSize</var>
 		+ m + nOffset).</p>
 	 */
-	[oneway] void setPixelsByLongs( [in] long nX, 
-			 [in] long nY, 
-			 [in] long nWidth, 
-			 [in] long nHeight, 
-			 [in] sequence<long> aProducerData, 
-			 [in] long nOffset, 
-			 [in] long nScanSize ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void setPixelsByLongs( [in] long nX,
+			 [in] long nY,
+			 [in] long nWidth,
+			 [in] long nHeight,
+			 [in] sequence<long> aProducerData,
+			 [in] long nOffset,
+			 [in] long nScanSize );
+
+	//-------------------------------------------------------------------------
+
 	/** is called for the notification of the degree to which the
 		image is delivered.
-						
+
 		<p>The complete method is called when the image producer
 		has finished delivering all of the pixels that the source image
 		contains, or when a single frame of a multi-frame animation has
 		been completed, or when an error in loading or producing the
 		image has occurred.  The image consumer should remove itself from the
-		list of consumers registered with the image producer 
+		list of consumers registered with the image producer
 		at this time, unless it is interested in successive frames.</p>
 	 */
-	[oneway] void complete( [in] long Status, 
-			 [in] XImageProducer xProducer ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[oneway] void complete( [in] long Status,
+			 [in] XImageProducer xProducer );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XImageProducer.idl b/main/offapi/com/sun/star/awt/XImageProducer.idl
index 4908d4e..b4a5770 100644
--- a/main/offapi/com/sun/star/awt/XImageProducer.idl
+++ b/main/offapi/com/sun/star/awt/XImageProducer.idl
@@ -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,81 +7,81 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XImageProducer_idl__ 
-#define __com_sun_star_awt_XImageProducer_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XImageConsumer_idl__ 
-#include <com/sun/star/awt/XImageConsumer.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XImageProducer_idl__
+#define __com_sun_star_awt_XImageProducer_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XImageConsumer_idl__
+#include <com/sun/star/awt/XImageConsumer.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies a source for an image.
  */
 published interface XImageProducer: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** registers an image consumer with the image producer for accessing
-        the image data during a later reconstruction of the image.  
-						
+        the image data during a later reconstruction of the image.
+
 		<p>The image producer may, at its discretion, start delivering the
         image data to the consumer using the <type>XImageConsumer</type>
         interface immediately, or when the next available image reconstruction
         is triggered by a call to the startProduction method.</p>
 	 */
 	[oneway] void addConsumer( [in] com::sun::star::awt::XImageConsumer xConsumer );
-    
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** removes the given <type scope="com::sun::star::awt">XImageConsumer</type>
         callback from the list of consumers currently registered to receive
         image data.
 
         <p>It is not considered an error to remove a consumer that is not
-        currently registered. The image producer should stop sending data 
+        currently registered. The image producer should stop sending data
 		to this consumer as soon as it is feasible.</p>
 	 */
-	[oneway] void removeConsumer( [in] com::sun::star::awt::XImageConsumer xConsumer ); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** registers the given image consumer as a consumer 
+	[oneway] void removeConsumer( [in] com::sun::star::awt::XImageConsumer xConsumer );
+
+	//-------------------------------------------------------------------------
+
+	/** registers the given image consumer as a consumer
 		and starts an immediate reconstruction of the image data.
-						
+
 		<p>The image data will then be delivered to this consumer and any other
         consumer which may have already been registered with the producer.
         This method differs from the addConsumer method in that a reproduction of
 		the image data should be triggered as soon as possible.</p>
 	 */
-	[oneway] void startProduction(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[oneway] void startProduction();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XInfoPrinter.idl b/main/offapi/com/sun/star/awt/XInfoPrinter.idl
index 55823d9..f7d2424 100644
--- a/main/offapi/com/sun/star/awt/XInfoPrinter.idl
+++ b/main/offapi/com/sun/star/awt/XInfoPrinter.idl
@@ -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,53 +7,53 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XInfoPrinter_idl__ 
-#define __com_sun_star_awt_XInfoPrinter_idl__ 
- 
-#ifndef __com_sun_star_awt_XPrinterPropertySet_idl__ 
-#include <com/sun/star/awt/XPrinterPropertySet.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XDevice_idl__ 
-#include <com/sun/star/awt/XDevice.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XInfoPrinter_idl__
+#define __com_sun_star_awt_XInfoPrinter_idl__
+
+#ifndef __com_sun_star_awt_XPrinterPropertySet_idl__
+#include <com/sun/star/awt/XPrinterPropertySet.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XDevice_idl__
+#include <com/sun/star/awt/XDevice.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** represents an information printer.
  */
 published interface XInfoPrinter: com::sun::star::awt::XPrinterPropertySet
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** creates a new object which implements an <type>XDevice</type>.
-        
+
 		<p>The current settings are used as a template.</p>
 	 */
-	com::sun::star::awt::XDevice createDevice(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::awt::XDevice createDevice();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XItemEventBroadcaster.idl b/main/offapi/com/sun/star/awt/XItemEventBroadcaster.idl
index 76f43d5..54f8d0e 100644
--- a/main/offapi/com/sun/star/awt/XItemEventBroadcaster.idl
+++ b/main/offapi/com/sun/star/awt/XItemEventBroadcaster.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/XItemList.idl b/main/offapi/com/sun/star/awt/XItemList.idl
index 379d334..083797e 100644
--- a/main/offapi/com/sun/star/awt/XItemList.idl
+++ b/main/offapi/com/sun/star/awt/XItemList.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/XItemListListener.idl b/main/offapi/com/sun/star/awt/XItemListListener.idl
index 2b8520f..27e0328 100644
--- a/main/offapi/com/sun/star/awt/XItemListListener.idl
+++ b/main/offapi/com/sun/star/awt/XItemListListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/XItemListener.idl b/main/offapi/com/sun/star/awt/XItemListener.idl
index 6ad329b..070a2ff 100644
--- a/main/offapi/com/sun/star/awt/XItemListener.idl
+++ b/main/offapi/com/sun/star/awt/XItemListener.idl
@@ -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,52 +7,52 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XItemListener_idl__ 
-#define __com_sun_star_awt_XItemListener_idl__ 
- 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_ItemEvent_idl__ 
-#include <com/sun/star/awt/ItemEvent.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XItemListener_idl__
+#define __com_sun_star_awt_XItemListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+#ifndef __com_sun_star_awt_ItemEvent_idl__
+#include <com/sun/star/awt/ItemEvent.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** makes it possible to receive events from a component
 	when the state of an item changes.
  */
 published interface XItemListener: com::sun::star::lang::XEventListener
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** is invoked when an item changes its state.
 	 */
-	[oneway] void itemStateChanged( [in] com::sun::star::awt::ItemEvent rEvent ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[oneway] void itemStateChanged( [in] com::sun::star::awt::ItemEvent rEvent );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XKeyHandler.idl b/main/offapi/com/sun/star/awt/XKeyHandler.idl
index a549634..093c27e 100644
--- a/main/offapi/com/sun/star/awt/XKeyHandler.idl
+++ b/main/offapi/com/sun/star/awt/XKeyHandler.idl
@@ -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,33 +7,33 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
-#ifndef __com_sun_star_awt_XKeyHandler_idl__ 
-#define __com_sun_star_awt_XKeyHandler_idl__ 
- 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_KeyEvent_idl__ 
-#include <com/sun/star/awt/KeyEvent.idl> 
-#endif 
- 
- 
-module com {  module sun {  module star {  module awt {  
+#ifndef __com_sun_star_awt_XKeyHandler_idl__
+#define __com_sun_star_awt_XKeyHandler_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+#ifndef __com_sun_star_awt_KeyEvent_idl__
+#include <com/sun/star/awt/KeyEvent.idl>
+#endif
+
+
+module com {  module sun {  module star {  module awt {
 
 /** This key handler is similar to <type
     scope="::com::sun::star::awt">XKeyListener</type> but allows the
@@ -69,7 +69,7 @@
             regarding the event.
     */
 	boolean keyPressed ([in] com::sun::star::awt::KeyEvent aEvent);
- 
+
     /** This function is called by the broadcaster, an <type
         scope="::com::sun::star::awt">XExtendedToolkit</type> for
         instance, after a key has been pressed and released.  The return
@@ -89,9 +89,9 @@
             called and the broadcaster will take no further actions
             regarding the event.
     */
-	boolean keyReleased ([in] com::sun::star::awt::KeyEvent aEvent); 
-}; 
- 
+	boolean keyReleased ([in] com::sun::star::awt::KeyEvent aEvent);
+};
+
 }; }; }; };
- 
-#endif 
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XKeyListener.idl b/main/offapi/com/sun/star/awt/XKeyListener.idl
index 8b7cd8b..5ef2df0 100644
--- a/main/offapi/com/sun/star/awt/XKeyListener.idl
+++ b/main/offapi/com/sun/star/awt/XKeyListener.idl
@@ -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,57 +7,57 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XKeyListener_idl__ 
-#define __com_sun_star_awt_XKeyListener_idl__ 
- 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_KeyEvent_idl__ 
-#include <com/sun/star/awt/KeyEvent.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XKeyListener_idl__
+#define __com_sun_star_awt_XKeyListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+#ifndef __com_sun_star_awt_KeyEvent_idl__
+#include <com/sun/star/awt/KeyEvent.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** makes it possible to receive keyboard events.
  */
 published interface XKeyListener: com::sun::star::lang::XEventListener
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** is invoked when a key has been pressed.
 	 */
-	[oneway] void keyPressed( [in] com::sun::star::awt::KeyEvent e ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void keyPressed( [in] com::sun::star::awt::KeyEvent e );
+
+	//-------------------------------------------------------------------------
+
 	/** is invoked when a key has been released.
 	 */
-	[oneway] void keyReleased( [in] com::sun::star::awt::KeyEvent e ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[oneway] void keyReleased( [in] com::sun::star::awt::KeyEvent e );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XLayoutConstrains.idl b/main/offapi/com/sun/star/awt/XLayoutConstrains.idl
index 1864549..2ae2831 100644
--- a/main/offapi/com/sun/star/awt/XLayoutConstrains.idl
+++ b/main/offapi/com/sun/star/awt/XLayoutConstrains.idl
@@ -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,63 +7,63 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XLayoutConstrains_idl__ 
-#define __com_sun_star_awt_XLayoutConstrains_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_Size_idl__ 
-#include <com/sun/star/awt/Size.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XLayoutConstrains_idl__
+#define __com_sun_star_awt_XLayoutConstrains_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_awt_Size_idl__
+#include <com/sun/star/awt/Size.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies the layout constraints for a surrounding container.
  */
 published interface XLayoutConstrains: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** returns the minimum size for this component.
 	 */
-	com::sun::star::awt::Size getMinimumSize(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::awt::Size getMinimumSize();
+
+	//-------------------------------------------------------------------------
+
 	/** returns the preferred size for this component.
 	 */
-	com::sun::star::awt::Size getPreferredSize(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::awt::Size getPreferredSize();
+
+	//-------------------------------------------------------------------------
+
 	/** calculates the adjusted size for a given maximum size.
 	 */
-	com::sun::star::awt::Size calcAdjustedSize( [in] com::sun::star::awt::Size aNewSize ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::awt::Size calcAdjustedSize( [in] com::sun::star::awt::Size aNewSize );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XLayoutContainer.idl b/main/offapi/com/sun/star/awt/XLayoutContainer.idl
index 2d26e90..1358c19 100644
--- a/main/offapi/com/sun/star/awt/XLayoutContainer.idl
+++ b/main/offapi/com/sun/star/awt/XLayoutContainer.idl
@@ -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,45 +7,45 @@
  * 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.
- * 
+ *
  *************************************************************/
 
-#ifndef __com_sun_star_awt_XLayoutContainer_idl__ 
-#define __com_sun_star_awt_XLayoutContainer_idl__ 
+#ifndef __com_sun_star_awt_XLayoutContainer_idl__
+#define __com_sun_star_awt_XLayoutContainer_idl__
 
-#ifndef __com_sun_star_awt_XLayoutConstrains_idl__ 
-#include <com/sun/star/awt/XLayoutConstrains.idl> 
-#endif 
-#ifndef __com_sun_star_awt_Rectangle_idl__ 
-#include <com/sun/star/awt/Rectangle.idl> 
-#endif 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
-#ifndef __com_sun_star_container_XChild_idl__ 
-#include <com/sun/star/container/XChild.idl> 
+#ifndef __com_sun_star_awt_XLayoutConstrains_idl__
+#include <com/sun/star/awt/XLayoutConstrains.idl>
 #endif
-#ifndef __com_sun_star_awt_MaxChildrenException_idl__ 
-#include <com/sun/star/awt/MaxChildrenException.idl> 
+#ifndef __com_sun_star_awt_Rectangle_idl__
+#include <com/sun/star/awt/Rectangle.idl>
 #endif
-#ifndef __com_sun_star_awt_XLayoutUnit_idl__ 
-#include <com/sun/star/awt/XLayoutUnit.idl> 
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+#ifndef __com_sun_star_container_XChild_idl__
+#include <com/sun/star/container/XChild.idl>
+#endif
+#ifndef __com_sun_star_awt_MaxChildrenException_idl__
+#include <com/sun/star/awt/MaxChildrenException.idl>
+#endif
+#ifndef __com_sun_star_awt_XLayoutUnit_idl__
+#include <com/sun/star/awt/XLayoutUnit.idl>
 #endif
 
-//============================================================================= 
+//=============================================================================
 
 module com {  module sun {  module star {  module awt {
 
-//============================================================================= 
+//=============================================================================
 
 interface XLayoutUnit;
 
@@ -58,13 +58,13 @@
 	/** Adds a child. Some containers provide an interface for
 	   adding children which you should use. */
     void addChild( [in] com::sun::star::awt::XLayoutConstrains Child )
-		raises( com::sun::star::awt::MaxChildrenException ); 
+		raises( com::sun::star::awt::MaxChildrenException );
 
 	/** Remove a child. Some containers provide an interface for
 	   adding children which you should use.
     */
     void removeChild( [in] com::sun::star::awt::XLayoutConstrains Child );
-	
+
     /** Returns a sequence of the children of this container. */
     sequence< com::sun::star::awt::XLayoutConstrains > getChildren();
 
@@ -82,7 +82,7 @@
 	// TEMP: no need for this...
 	com::sun::star::awt::XLayoutUnit getLayoutUnit();
 
-	/** To be used by the parent for the purpose of layout management. 
+	/** To be used by the parent for the purpose of layout management.
 	   For widgets, use XWindow::setPosSize() */
     void allocateArea( [in] com::sun::star::awt::Rectangle NewArea );
 
@@ -102,8 +102,8 @@
 	   re-design this approach -- check XLayoutConstrains::calcAdjustedSize(). */
 	boolean hasHeightForWidth();
 };
- 
-//============================================================================= 
+
+//=============================================================================
 
 }; }; }; };
 
diff --git a/main/offapi/com/sun/star/awt/XLayoutFlow.idl b/main/offapi/com/sun/star/awt/XLayoutFlow.idl
index f119317..0a60917 100644
--- a/main/offapi/com/sun/star/awt/XLayoutFlow.idl
+++ b/main/offapi/com/sun/star/awt/XLayoutFlow.idl
@@ -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,29 +7,29 @@
  * 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.
- * 
+ *
  *************************************************************/
 
-#ifndef __com_sun_star_awt_XLayoutFlow_idl__ 
-#define __com_sun_star_awt_XLayoutFlow_idl__ 
+#ifndef __com_sun_star_awt_XLayoutFlow_idl__
+#define __com_sun_star_awt_XLayoutFlow_idl__
 
-//============================================================================= 
+//=============================================================================
 
-#include <com/sun/star/uno/XInterface.idl> 
- 
+#include <com/sun/star/uno/XInterface.idl>
+
 module com {  module sun {  module star {  module awt {
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
 /** Enables height-for-width layout negotiations, which allows for label wrapping
     and flow containers. Can be implemented by either a container or an ordinary widget;
     whether its parent will honor it is another story, so keep implementing
@@ -45,9 +45,9 @@
 	/** Allow the container/widget to toggle the functionality. */
 	boolean hasHeightForWidth();
 };
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
 }; }; }; };
- 
-#endif 
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XLayoutFlowContainer.idl b/main/offapi/com/sun/star/awt/XLayoutFlowContainer.idl
index 755bf55..4d0a4b4 100644
--- a/main/offapi/com/sun/star/awt/XLayoutFlowContainer.idl
+++ b/main/offapi/com/sun/star/awt/XLayoutFlowContainer.idl
@@ -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,29 +7,29 @@
  * 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.
- * 
+ *
  *************************************************************/
 
-#ifndef __com_sun_star_awt_XLayoutUnit_idl__ 
-#define __com_sun_star_awt_XLayoutUnit_idl__ 
+#ifndef __com_sun_star_awt_XLayoutUnit_idl__
+#define __com_sun_star_awt_XLayoutUnit_idl__
 
-#include <com/sun/star/awt/XLayoutContainer.idl> 
- 
-//============================================================================= 
- 
+#include <com/sun/star/awt/XLayoutContainer.idl>
+
+//=============================================================================
+
 module com {  module sun {  module star {  module awt {
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
 /** Responsible to evaluate size damages and force a re-calculation. Containers
     should let it know of state changes that may affects their size.
     All children of a top-level window should share the same object.
@@ -40,9 +40,9 @@
 {
 	void queueResize( [in] com::sun::star::awt::XLayoutContainer Container );
 };
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
 }; }; }; };
- 
-#endif 
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XLayoutRoot.idl b/main/offapi/com/sun/star/awt/XLayoutRoot.idl
index b6ed992..c429441 100644
--- a/main/offapi/com/sun/star/awt/XLayoutRoot.idl
+++ b/main/offapi/com/sun/star/awt/XLayoutRoot.idl
@@ -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,37 +7,37 @@
  * 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.
- * 
+ *
  *************************************************************/
 
-#ifndef __com_sun_star_awt_XLayoutRoot_idl__ 
-#define __com_sun_star_awt_XLayoutRoot_idl__ 
- 
-#ifndef __com_sun_star_awt_XLayoutContainer_idl__ 
-#include <com/sun/star/awt/XLayoutContainer.idl> 
-#endif 
-#ifndef __com_sun_star_container_XNameAccess_idl__ 
-#include <com/sun/star/container/XNameAccess.idl> 
-#endif 
-#ifndef __com_sun_star_container_XNameContainer_idl__ 
-#include <com/sun/star/container/XNameContainer.idl> 
-#endif 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XLayoutRoot_idl__
+#define __com_sun_star_awt_XLayoutRoot_idl__
+
+#ifndef __com_sun_star_awt_XLayoutContainer_idl__
+#include <com/sun/star/awt/XLayoutContainer.idl>
+#endif
+#ifndef __com_sun_star_container_XNameAccess_idl__
+#include <com/sun/star/container/XNameAccess.idl>
+#endif
+#ifndef __com_sun_star_container_XNameContainer_idl__
+#include <com/sun/star/container/XNameContainer.idl>
+#endif
+
+//=============================================================================
+
 module com {  module sun {  module star {  module awt {
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
 /** specifies an interface for a top-level layoutable widget
 
    @since OpenOffice 3.0
@@ -45,10 +45,10 @@
 interface XLayoutRoot: com::sun::star::container::XNameAccess
 {
     com::sun::star::awt::XLayoutContainer getLayoutContainer();
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XLayoutUnit.idl b/main/offapi/com/sun/star/awt/XLayoutUnit.idl
index a26c09f..7bbf118 100644
--- a/main/offapi/com/sun/star/awt/XLayoutUnit.idl
+++ b/main/offapi/com/sun/star/awt/XLayoutUnit.idl
@@ -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,46 +7,46 @@
  * 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.
- * 
+ *
  *************************************************************/
 
-#ifndef __com_sun_star_awt_XLayoutUnit_idl__ 
-#define __com_sun_star_awt_XLayoutUnit_idl__ 
+#ifndef __com_sun_star_awt_XLayoutUnit_idl__
+#define __com_sun_star_awt_XLayoutUnit_idl__
 
-#ifndef __com_sun_star_awt_XLayoutContainer_idl__ 
-#include <com/sun/star/awt/XLayoutContainer.idl> 
+#ifndef __com_sun_star_awt_XLayoutContainer_idl__
+#include <com/sun/star/awt/XLayoutContainer.idl>
 #endif
 
-//============================================================================= 
- 
+//=============================================================================
+
 module com {  module sun {  module star {  module awt {
- 
-//============================================================================= 
+
+//=============================================================================
 
 interface XLayoutContainer;
 
 /** Responsible to evaluate size damages and force a re-calculation. Containers
     should let it know of state changes that may affects their size.
     All children of a top-level window should share the same object.
-    
+
     @since OpenOffice 3.0
  */
 interface XLayoutUnit
 {
 	void queueResize( [in] com::sun::star::awt::XLayoutContainer Container );
 };
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
 }; }; }; };
- 
+
 #endif
diff --git a/main/offapi/com/sun/star/awt/XListBox.idl b/main/offapi/com/sun/star/awt/XListBox.idl
index c7f420d..f7dba34 100644
--- a/main/offapi/com/sun/star/awt/XListBox.idl
+++ b/main/offapi/com/sun/star/awt/XListBox.idl
@@ -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,189 +7,189 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XListBox_idl__ 
-#define __com_sun_star_awt_XListBox_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XItemListener_idl__ 
-#include <com/sun/star/awt/XItemListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XActionListener_idl__ 
-#include <com/sun/star/awt/XActionListener.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
+#ifndef __com_sun_star_awt_XListBox_idl__
+#define __com_sun_star_awt_XListBox_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XItemListener_idl__
+#include <com/sun/star/awt/XItemListener.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XActionListener_idl__
+#include <com/sun/star/awt/XActionListener.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
 
 /** gives access to the items of a list box and makes it possible to
 	register item and action event listeners.
- */     
+ */
 published interface XListBox: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 
 	/** registers a listener for item events.
-	 */    
-	[oneway] void addItemListener( [in] com::sun::star::awt::XItemListener l ); 
- 
-	//------------------------------------------------------------------------- 
+	 */
+	[oneway] void addItemListener( [in] com::sun::star::awt::XItemListener l );
+
+	//-------------------------------------------------------------------------
 
 	/** unregisters a listener for item events.
-	 */    
-	[oneway] void removeItemListener( [in] com::sun::star::awt::XItemListener l ); 
- 
-	//------------------------------------------------------------------------- 
-
-	/** registers a listener for action events.    
 	 */
-	[oneway] void addActionListener( [in] com::sun::star::awt::XActionListener l ); 
- 
-	//------------------------------------------------------------------------- 
-		
+	[oneway] void removeItemListener( [in] com::sun::star::awt::XItemListener l );
+
+	//-------------------------------------------------------------------------
+
+	/** registers a listener for action events.
+	 */
+	[oneway] void addActionListener( [in] com::sun::star::awt::XActionListener l );
+
+	//-------------------------------------------------------------------------
+
 	/** unregisters a listener for action events.
      */
-	[oneway] void removeActionListener( [in] com::sun::star::awt::XActionListener l ); 
- 
-	//------------------------------------------------------------------------- 
-		
+	[oneway] void removeActionListener( [in] com::sun::star::awt::XActionListener l );
+
+	//-------------------------------------------------------------------------
+
 	/** adds an item at the specified position.
 	 */
-	[oneway] void addItem( [in] string aItem, 
-			 [in] short nPos ); 
- 
-	//------------------------------------------------------------------------- 
-		
+	[oneway] void addItem( [in] string aItem,
+			 [in] short nPos );
+
+	//-------------------------------------------------------------------------
+
 	/** adds multiple items at the specified position.
 	 */
-	[oneway] void addItems( [in] sequence<string> aItems, 
-			 [in] short nPos ); 
- 
-	//------------------------------------------------------------------------- 
-		
+	[oneway] void addItems( [in] sequence<string> aItems,
+			 [in] short nPos );
+
+	//-------------------------------------------------------------------------
+
 	/** removes a number of items at the specified position.
 	 */
-	[oneway] void removeItems( [in] short nPos, 
-			 [in] short nCount ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void removeItems( [in] short nPos,
+			 [in] short nCount );
+
+	//-------------------------------------------------------------------------
+
 	/** returns the number of items in the listbox.
 	 */
-	short getItemCount(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	short getItemCount();
+
+	//-------------------------------------------------------------------------
+
 	/** returns the item at the specified position.
 	 */
-	string getItem( [in] short nPos ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	string getItem( [in] short nPos );
+
+	//-------------------------------------------------------------------------
+
 	/** returns all items of the list box.
 	 */
-	sequence<string> getItems(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	sequence<string> getItems();
+
+	//-------------------------------------------------------------------------
+
 	/** returns the position of the currently selected item.
 	 */
-	short getSelectedItemPos(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	short getSelectedItemPos();
+
+	//-------------------------------------------------------------------------
+
 	/** returns the positions of all currently selected items.
 	 */
-	sequence<short> getSelectedItemsPos(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	sequence<short> getSelectedItemsPos();
+
+	//-------------------------------------------------------------------------
+
 	/** returns the currently selected item.
 	 */
-	string getSelectedItem(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	string getSelectedItem();
+
+	//-------------------------------------------------------------------------
+
 	/** returns all currently selected items.
 	 */
-	sequence<string> getSelectedItems(); 
- 
-	//------------------------------------------------------------------------- 
-		
+	sequence<string> getSelectedItems();
+
+	//-------------------------------------------------------------------------
+
 	/** selects/deselects the item at the specified position.
 	 */
-	[oneway] void selectItemPos( [in] short nPos, 
-			 [in] boolean bSelect ); 
- 
-	//------------------------------------------------------------------------- 
-		
+	[oneway] void selectItemPos( [in] short nPos,
+			 [in] boolean bSelect );
+
+	//-------------------------------------------------------------------------
+
 	/** selects/deselects multiple items at the specified positions.
 	 */
-	[oneway] void selectItemsPos( [in] sequence<short> aPositions, 
-			 [in] boolean bSelect ); 
- 
-	//------------------------------------------------------------------------- 
-		
+	[oneway] void selectItemsPos( [in] sequence<short> aPositions,
+			 [in] boolean bSelect );
+
+	//-------------------------------------------------------------------------
+
 	/** selects/deselects the specified item.
 	 */
-	[oneway] void selectItem( [in] string aItem, 
-			 [in] boolean bSelect ); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** returns <true/> if multiple items can be selected, 
+	[oneway] void selectItem( [in] string aItem,
+			 [in] boolean bSelect );
+
+	//-------------------------------------------------------------------------
+
+	/** returns <true/> if multiple items can be selected,
         <false/> if only one item can be selected.
 	 */
-	boolean isMutipleMode(); 
- 
-	//------------------------------------------------------------------------- 
-		
+	boolean isMutipleMode();
+
+	//-------------------------------------------------------------------------
+
 	/** determines if only a single item or multiple items can be selected.
 	 */
-	[oneway] void setMultipleMode( [in] boolean bMulti ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void setMultipleMode( [in] boolean bMulti );
+
+	//-------------------------------------------------------------------------
+
 	/** returns the number of visible lines in drop down mode.
 	 */
-	short getDropDownLineCount(); 
- 
-	//------------------------------------------------------------------------- 
-		
+	short getDropDownLineCount();
+
+	//-------------------------------------------------------------------------
+
 	/** sets the number of visible lines for drop down mode.
 	 */
-	[oneway] void setDropDownLineCount( [in] short nLines ); 
- 
-	//------------------------------------------------------------------------- 
-		
+	[oneway] void setDropDownLineCount( [in] short nLines );
+
+	//-------------------------------------------------------------------------
+
 	/** makes the item at the specified position visible by scrolling.
 	 */
-	[oneway] void makeVisible( [in] short nEntry ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[oneway] void makeVisible( [in] short nEntry );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XMetricField.idl b/main/offapi/com/sun/star/awt/XMetricField.idl
index 5bcb88a..2018f8f 100644
--- a/main/offapi/com/sun/star/awt/XMetricField.idl
+++ b/main/offapi/com/sun/star/awt/XMetricField.idl
@@ -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,153 +7,153 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XMetricField_idl__ 
-#define __com_sun_star_awt_XMetricField_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
-#ifndef __com_sun_star_util_MeasureUnit_idl__ 
-#include <com/sun/star/util/MeasureUnit.idl> 
+#ifndef __com_sun_star_awt_XMetricField_idl__
+#define __com_sun_star_awt_XMetricField_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+#ifndef __com_sun_star_util_MeasureUnit_idl__
+#include <com/sun/star/util/MeasureUnit.idl>
 #endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
 
 /** gives access to the value and formatting of a metric field.
  */
 interface XMetricField: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-		
+{
+	//-------------------------------------------------------------------------
+
 	/** sets the value which is displayed in the metric field.
 	 */
-	void setValue( [in] hyper Value, [in] short FieldUnit ); 
- 
-	//------------------------------------------------------------------------- 
-		
+	void setValue( [in] hyper Value, [in] short FieldUnit );
+
+	//-------------------------------------------------------------------------
+
 	/** sets the user value which is displayed in the metric field.
 	 */
-	void setUserValue( [in] hyper Value, [in] short FieldUnit ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void setUserValue( [in] hyper Value, [in] short FieldUnit );
+
+	//-------------------------------------------------------------------------
+
 	/** returns the value which is currently displayed in the metric field.
 	 */
 	hyper getValue( [in] short FieldUnit );
 
-	//------------------------------------------------------------------------- 
-		
+	//-------------------------------------------------------------------------
+
 	/** returns the corrected value which is displayed in the metric field.
 	 */
-	hyper getCorrectedValue( [in] short FieldUnit ); 
- 
-	//------------------------------------------------------------------------- 
-		
+	hyper getCorrectedValue( [in] short FieldUnit );
+
+	//-------------------------------------------------------------------------
+
 	/** sets the minimum value that can be entered by the user.
 	 */
-	void setMin( [in] hyper Value, [in] short FieldUnit ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void setMin( [in] hyper Value, [in] short FieldUnit );
+
+	//-------------------------------------------------------------------------
+
 	/** returns the currently set minimum value that can be entered by the
         user.
 	 */
 	hyper getMin( [in] short FieldUnit );
- 
-	//------------------------------------------------------------------------- 
-		
+
+	//-------------------------------------------------------------------------
+
 	/** sets the maximum value that can be entered by the user.
 	 */
-	void setMax( [in] hyper Value, [in] short FieldUnit ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void setMax( [in] hyper Value, [in] short FieldUnit );
+
+	//-------------------------------------------------------------------------
+
 	/** returns the currently set maximum value that can be entered by the
         user.
 	 */
 	hyper getMax( [in] short FieldUnit );
- 
-	//------------------------------------------------------------------------- 
-		
+
+	//-------------------------------------------------------------------------
+
 	/** sets the first value to be set on POS1 key.
-	 */    
+	 */
 	void setFirst( [in] hyper Value, [in] short FieldUnit );
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** returns the currently set first value which is set on POS1 key.
-	 */    
+	 */
 	hyper getFirst( [in] short FieldUnit );
- 
-	//------------------------------------------------------------------------- 
-		
+
+	//-------------------------------------------------------------------------
+
 	/** sets the last value to be set on END key.
-	 */    
+	 */
 	void setLast( [in] hyper Value, [in] short FieldUnit );
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** returns the currently set last value which is set on END key.
-	 */    
+	 */
 	hyper getLast( [in] short FieldUnit );
- 
-	//------------------------------------------------------------------------- 
-		
+
+	//-------------------------------------------------------------------------
+
 	/** sets the increment value for the spin button.
-	 */    
-	void setSpinSize( [in] hyper Value ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	 */
+	void setSpinSize( [in] hyper Value );
+
+	//-------------------------------------------------------------------------
+
 	/** returns the currently set increment value for the spin button.
-	 */    
-	hyper getSpinSize(); 
- 
-	//------------------------------------------------------------------------- 
-		
+	 */
+	hyper getSpinSize();
+
+	//-------------------------------------------------------------------------
+
 	/** sets the number of decimals.
-	 */    
-	void setDecimalDigits( [in] short nDigits ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	 */
+	void setDecimalDigits( [in] short nDigits );
+
+	//-------------------------------------------------------------------------
+
 	/** returns the currently set number of decimals.
-	 */    
-	short getDecimalDigits(); 
- 
-	//------------------------------------------------------------------------- 
-		
+	 */
+	short getDecimalDigits();
+
+	//-------------------------------------------------------------------------
+
 	/** determines if the format is checked during user input.
-	 */    
-	void setStrictFormat( [in] boolean bStrict ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	 */
+	void setStrictFormat( [in] boolean bStrict );
+
+	//-------------------------------------------------------------------------
+
 	/** returns whether the format is currently checked during user input.
-	 */    
+	 */
 	boolean isStrictFormat();
-    
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XMouseClickHandler.idl b/main/offapi/com/sun/star/awt/XMouseClickHandler.idl
index 6090a1c..3f67413 100644
--- a/main/offapi/com/sun/star/awt/XMouseClickHandler.idl
+++ b/main/offapi/com/sun/star/awt/XMouseClickHandler.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -69,7 +69,7 @@
             regarding the event.
 	*/
 	boolean mouseReleased( [in] com::sun::star::awt::MouseEvent e );
-    
+
 };
 
 //=============================================================================
diff --git a/main/offapi/com/sun/star/awt/XMouseListener.idl b/main/offapi/com/sun/star/awt/XMouseListener.idl
index aebb20d..1dc22e4 100644
--- a/main/offapi/com/sun/star/awt/XMouseListener.idl
+++ b/main/offapi/com/sun/star/awt/XMouseListener.idl
@@ -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,43 +7,43 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XMouseListener_idl__ 
-#define __com_sun_star_awt_XMouseListener_idl__ 
- 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_MouseEvent_idl__ 
-#include <com/sun/star/awt/MouseEvent.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XMouseListener_idl__
+#define __com_sun_star_awt_XMouseListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+#ifndef __com_sun_star_awt_MouseEvent_idl__
+#include <com/sun/star/awt/MouseEvent.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** makes it possible to receive events from the mouse in a certain window.
  */
 published interface XMouseListener: com::sun::star::lang::XEventListener
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** is invoked when a mouse button has been pressed on a window.
 
         <p>Since mouse presses are usually also used to indicate requests for popup menus
@@ -55,30 +55,30 @@
         the latter, the <member>MouseEvent::PopupTrigger</member> member of the
         event will be set to <TRUE/>.</p>
 	*/
-	[oneway] void mousePressed( [in] com::sun::star::awt::MouseEvent e ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void mousePressed( [in] com::sun::star::awt::MouseEvent e );
+
+	//-------------------------------------------------------------------------
+
 	/** is invoked when a mouse button has been released on a window.
 	 */
-	[oneway] void mouseReleased( [in] com::sun::star::awt::MouseEvent e ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void mouseReleased( [in] com::sun::star::awt::MouseEvent e );
+
+	//-------------------------------------------------------------------------
+
 	/** is invoked when the mouse enters a window.
 	 */
-	[oneway] void mouseEntered( [in] com::sun::star::awt::MouseEvent e ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void mouseEntered( [in] com::sun::star::awt::MouseEvent e );
+
+	//-------------------------------------------------------------------------
+
 	/** is invoked when the mouse exits a window.
 	 */
-	[oneway] void mouseExited( [in] com::sun::star::awt::MouseEvent e ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[oneway] void mouseExited( [in] com::sun::star::awt::MouseEvent e );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XMouseMotionHandler.idl b/main/offapi/com/sun/star/awt/XMouseMotionHandler.idl
index 1c2379c..1514634 100644
--- a/main/offapi/com/sun/star/awt/XMouseMotionHandler.idl
+++ b/main/offapi/com/sun/star/awt/XMouseMotionHandler.idl
@@ -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,46 +7,46 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XMouseMotionHandler_idl__ 
-#define __com_sun_star_awt_XMouseMotionHandler_idl__ 
- 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_MouseEvent_idl__ 
-#include <com/sun/star/awt/MouseEvent.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XMouseMotionHandler_idl__
+#define __com_sun_star_awt_XMouseMotionHandler_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+#ifndef __com_sun_star_awt_MouseEvent_idl__
+#include <com/sun/star/awt/MouseEvent.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** makes it possible to receive mouse motion events on a window.
  */
 published interface XMouseMotionHandler: com::sun::star::lang::XEventListener
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** is invoked when a mouse button is pressed on a window and then 
-		dragged.  
-						
+{
+	//-------------------------------------------------------------------------
+
+	/** is invoked when a mouse button is pressed on a window and then
+		dragged.
+
 		<p>Mouse drag events will continue to be delivered to
 		the window where the first event originated until the mouse button is
 		released (regardless of whether the mouse position is within the
@@ -60,10 +60,10 @@
             regarding the event.
 
 	 */
-	boolean mouseDragged( [in] com::sun::star::awt::MouseEvent e ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	boolean mouseDragged( [in] com::sun::star::awt::MouseEvent e );
+
+	//-------------------------------------------------------------------------
+
 	/** is invoked when the mouse button has been moved on a window
 		(with no buttons down).
 
@@ -75,12 +75,12 @@
             regarding the event.
 
 	 */
-	boolean mouseMoved( [in] com::sun::star::awt::MouseEvent e ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	boolean mouseMoved( [in] com::sun::star::awt::MouseEvent e );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XMouseMotionListener.idl b/main/offapi/com/sun/star/awt/XMouseMotionListener.idl
index d9b4b4a..1ddd635 100644
--- a/main/offapi/com/sun/star/awt/XMouseMotionListener.idl
+++ b/main/offapi/com/sun/star/awt/XMouseMotionListener.idl
@@ -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,64 +7,64 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XMouseMotionListener_idl__ 
-#define __com_sun_star_awt_XMouseMotionListener_idl__ 
- 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_MouseEvent_idl__ 
-#include <com/sun/star/awt/MouseEvent.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XMouseMotionListener_idl__
+#define __com_sun_star_awt_XMouseMotionListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+#ifndef __com_sun_star_awt_MouseEvent_idl__
+#include <com/sun/star/awt/MouseEvent.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** makes it possible to receive mouse motion events on a window.
  */
 published interface XMouseMotionListener: com::sun::star::lang::XEventListener
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** is invoked when a mouse button is pressed on a window and then 
-		dragged.  
-						
+{
+	//-------------------------------------------------------------------------
+
+	/** is invoked when a mouse button is pressed on a window and then
+		dragged.
+
 		<p>Mouse drag events will continue to be delivered to
 		the window where the first event originated until the mouse button is
 		released (regardless of whether the mouse position is within the
 		bounds of the window).</p>
 	 */
-	void mouseDragged( [in] com::sun::star::awt::MouseEvent e ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void mouseDragged( [in] com::sun::star::awt::MouseEvent e );
+
+	//-------------------------------------------------------------------------
+
 	/** is invoked when the mouse pointer has been moved on a window
 		(with no buttons down).
 	 */
-	void mouseMoved( [in] com::sun::star::awt::MouseEvent e ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void mouseMoved( [in] com::sun::star::awt::MouseEvent e );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XNumericField.idl b/main/offapi/com/sun/star/awt/XNumericField.idl
index 366a6d3..086906c 100644
--- a/main/offapi/com/sun/star/awt/XNumericField.idl
+++ b/main/offapi/com/sun/star/awt/XNumericField.idl
@@ -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,139 +7,139 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XNumericField_idl__ 
-#define __com_sun_star_awt_XNumericField_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XNumericField_idl__
+#define __com_sun_star_awt_XNumericField_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** gives access to the value and formatting of a numeric field.
  */
 published interface XNumericField: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-		
+{
+	//-------------------------------------------------------------------------
+
 	/** sets the value which is displayed in the numeric field.
 	 */
-	[oneway] void setValue( [in] double Value ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void setValue( [in] double Value );
+
+	//-------------------------------------------------------------------------
+
 	/** returns the value which is currently displayed in the numeric field.
 	 */
-	double getValue(); 
- 
-	//------------------------------------------------------------------------- 
-		
+	double getValue();
+
+	//-------------------------------------------------------------------------
+
 	/** sets the minimum value that can be entered by the user.
 	 */
-	[oneway] void setMin( [in] double Value ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void setMin( [in] double Value );
+
+	//-------------------------------------------------------------------------
+
 	/** returns the currently set minimum value that can be entered by the
         user.
 	 */
-	double getMin(); 
- 
-	//------------------------------------------------------------------------- 
-		
+	double getMin();
+
+	//-------------------------------------------------------------------------
+
 	/** sets the maximum value that can be entered by the user.
 	 */
-	[oneway] void setMax( [in] double Value ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void setMax( [in] double Value );
+
+	//-------------------------------------------------------------------------
+
 	/** returns the currently set maximum value that can be entered by the
         user.
 	 */
-	double getMax(); 
- 
-	//------------------------------------------------------------------------- 
-		
+	double getMax();
+
+	//-------------------------------------------------------------------------
+
 	/** sets the first value to be set on POS1 key.
-	 */    
-	[oneway] void setFirst( [in] double Value ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	 */
+	[oneway] void setFirst( [in] double Value );
+
+	//-------------------------------------------------------------------------
+
 	/** returns the currently set first value which is set on POS1 key.
-	 */    
-	double getFirst(); 
- 
-	//------------------------------------------------------------------------- 
-		
+	 */
+	double getFirst();
+
+	//-------------------------------------------------------------------------
+
 	/** sets the last value to be set on END key.
-	 */    
-	[oneway] void setLast( [in] double Value ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	 */
+	[oneway] void setLast( [in] double Value );
+
+	//-------------------------------------------------------------------------
+
 	/** returns the currently set last value which is set on END key.
-	 */    
-	double getLast(); 
- 
-	//------------------------------------------------------------------------- 
-		
+	 */
+	double getLast();
+
+	//-------------------------------------------------------------------------
+
 	/** sets the increment value for the spin button.
-	 */    
-	[oneway] void setSpinSize( [in] double Value ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	 */
+	[oneway] void setSpinSize( [in] double Value );
+
+	//-------------------------------------------------------------------------
+
 	/** returns the currently set increment value for the spin button.
-	 */    
-	double getSpinSize(); 
- 
-	//------------------------------------------------------------------------- 
-		
+	 */
+	double getSpinSize();
+
+	//-------------------------------------------------------------------------
+
 	/** sets the number of decimals.
-	 */    
-	[oneway] void setDecimalDigits( [in] short nDigits ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	 */
+	[oneway] void setDecimalDigits( [in] short nDigits );
+
+	//-------------------------------------------------------------------------
+
 	/** returns the currently set number of decimals.
-	 */    
-	short getDecimalDigits(); 
- 
-	//------------------------------------------------------------------------- 
-		
+	 */
+	short getDecimalDigits();
+
+	//-------------------------------------------------------------------------
+
 	/** determines if the format is checked during user input.
-	 */    
-	[oneway] void setStrictFormat( [in] boolean bStrict ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	 */
+	[oneway] void setStrictFormat( [in] boolean bStrict );
+
+	//-------------------------------------------------------------------------
+
 	/** returns whether the format is currently checked during user input.
-	 */    
+	 */
 	boolean isStrictFormat();
-    
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XPaintListener.idl b/main/offapi/com/sun/star/awt/XPaintListener.idl
index 191dc73..dca5345 100644
--- a/main/offapi/com/sun/star/awt/XPaintListener.idl
+++ b/main/offapi/com/sun/star/awt/XPaintListener.idl
@@ -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,52 +7,52 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XPaintListener_idl__ 
-#define __com_sun_star_awt_XPaintListener_idl__ 
- 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_PaintEvent_idl__ 
-#include <com/sun/star/awt/PaintEvent.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XPaintListener_idl__
+#define __com_sun_star_awt_XPaintListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+#ifndef __com_sun_star_awt_PaintEvent_idl__
+#include <com/sun/star/awt/PaintEvent.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** makes it possible to receive paint events.
  */
 published interface XPaintListener: com::sun::star::lang::XEventListener
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** is invoked when a region of the window became invalid, e.g. when
 		another window has been moved away.
 	 */
-	[oneway] void windowPaint( [in] com::sun::star::awt::PaintEvent e ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[oneway] void windowPaint( [in] com::sun::star::awt::PaintEvent e );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XPatternField.idl b/main/offapi/com/sun/star/awt/XPatternField.idl
index c3047f1..9228c70 100644
--- a/main/offapi/com/sun/star/awt/XPatternField.idl
+++ b/main/offapi/com/sun/star/awt/XPatternField.idl
@@ -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,79 +7,79 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XPatternField_idl__ 
-#define __com_sun_star_awt_XPatternField_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XPatternField_idl__
+#define __com_sun_star_awt_XPatternField_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** gives access to the value and formatting of a pattern field.
  */
 published interface XPatternField: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-		
+{
+	//-------------------------------------------------------------------------
+
 	/** sets the pattern mask.
 	 */
-	[oneway] void setMasks( [in] string EditMask, 
-			 [in] string LiteralMask ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void setMasks( [in] string EditMask,
+			 [in] string LiteralMask );
+
+	//-------------------------------------------------------------------------
+
 	/** returns the currently set pattern mask.
 	 */
-	void getMasks( [out] string EditMask, 
-			 [out] string LiteralMask ); 
- 
-	//------------------------------------------------------------------------- 
-		
+	void getMasks( [out] string EditMask,
+			 [out] string LiteralMask );
+
+	//-------------------------------------------------------------------------
+
 	/** sets the string value of the pattern field.
 	 */
-	[oneway] void setString( [in] string Str ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void setString( [in] string Str );
+
+	//-------------------------------------------------------------------------
+
 	/** returns the currently set string value of the pattern field.
 	 */
-	string getString(); 
- 
-	//------------------------------------------------------------------------- 
-		
+	string getString();
+
+	//-------------------------------------------------------------------------
+
 	/** determines if the format is checked during user input.
-	 */    
-	[oneway] void setStrictFormat( [in] boolean bStrict ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	 */
+	[oneway] void setStrictFormat( [in] boolean bStrict );
+
+	//-------------------------------------------------------------------------
+
 	/** returns whether the format is currently checked during user input.
-	 */    
+	 */
 	boolean isStrictFormat();
-    
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XPointer.idl b/main/offapi/com/sun/star/awt/XPointer.idl
index af32ba5..87f0732 100644
--- a/main/offapi/com/sun/star/awt/XPointer.idl
+++ b/main/offapi/com/sun/star/awt/XPointer.idl
@@ -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,54 +7,54 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XPointer_idl__ 
-#define __com_sun_star_awt_XPointer_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XPointer_idl__
+#define __com_sun_star_awt_XPointer_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** gives access to the type of mouse pointer.
  */
 published interface XPointer: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-		
+{
+	//-------------------------------------------------------------------------
+
 	/** selects a <type>SystemPointer</type> for this mouse pointer.
 	 */
-	[oneway] void setType( [in] long nType ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void setType( [in] long nType );
+
+	//-------------------------------------------------------------------------
+
 	/** returns the currently set <type>SystemPointer</type> of this mouse
         pointer.
 	 */
-	long getType(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	long getType();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XPrinter.idl b/main/offapi/com/sun/star/awt/XPrinter.idl
index ebb5b77..4d2df40 100644
--- a/main/offapi/com/sun/star/awt/XPrinter.idl
+++ b/main/offapi/com/sun/star/awt/XPrinter.idl
@@ -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,47 +7,47 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XPrinter_idl__ 
-#define __com_sun_star_awt_XPrinter_idl__ 
- 
-#ifndef __com_sun_star_awt_XPrinterPropertySet_idl__ 
-#include <com/sun/star/awt/XPrinterPropertySet.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_PrinterException_idl__ 
-#include <com/sun/star/awt/PrinterException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XDevice_idl__ 
-#include <com/sun/star/awt/XDevice.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
-/** represents a virtual printer. 
-			
+#ifndef __com_sun_star_awt_XPrinter_idl__
+#define __com_sun_star_awt_XPrinter_idl__
+
+#ifndef __com_sun_star_awt_XPrinterPropertySet_idl__
+#include <com/sun/star/awt/XPrinterPropertySet.idl>
+#endif
+
+#ifndef __com_sun_star_awt_PrinterException_idl__
+#include <com/sun/star/awt/PrinterException.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XDevice_idl__
+#include <com/sun/star/awt/XDevice.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
+/** represents a virtual printer.
+
 	<p>All properties are vetoable properties.
     If you change the properties between a call to
     <member scope="com::sun::star::awt">XPrinter::startPage</member> and a call
@@ -56,34 +56,34 @@
     thrown.</p>
  */
 published interface XPrinter: com::sun::star::awt::XPrinterPropertySet
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** puts the job into the printer spooler. 
-						
-		<p>This call may block the thread. So release all resources 
+{
+	//-------------------------------------------------------------------------
+
+	/** puts the job into the printer spooler.
+
+		<p>This call may block the thread. So release all resources
 		(mutex, semaphore, etc.) before this call.</p>
 	 */
-	boolean start( [in] string nJobName, 
-			 [in] short nCopies, 
-			 [in] boolean nCollate ) 
-			raises( com::sun::star::awt::PrinterException, 
-					com::sun::star::lang::IllegalArgumentException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	boolean start( [in] string nJobName,
+			 [in] short nCopies,
+			 [in] boolean nCollate )
+			raises( com::sun::star::awt::PrinterException,
+					com::sun::star::lang::IllegalArgumentException );
+
+	//-------------------------------------------------------------------------
+
 	/** notifies the printer spooler that the job is done and printing
 		starts.
 
         @see terminate
 	 */
-	void end() 
-			raises( com::sun::star::awt::PrinterException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** stops the current print job. 
-						
+	void end()
+			raises( com::sun::star::awt::PrinterException );
+
+	//-------------------------------------------------------------------------
+
+	/** stops the current print job.
+
 		<p>If the method
         <member scope="com::sun::star::awt">XPrinter::end</member>
         is called beforehand, then this call does nothing. If you call
@@ -95,26 +95,26 @@
 
         @see end
 	 */
-	void terminate(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void terminate();
+
+	//-------------------------------------------------------------------------
+
 	/** begins with a new page.
 	 */
-	com::sun::star::awt::XDevice startPage() 
-			raises( com::sun::star::awt::PrinterException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::awt::XDevice startPage()
+			raises( com::sun::star::awt::PrinterException );
+
+	//-------------------------------------------------------------------------
+
 	/** ends the current page.
 	 */
-	void endPage() 
-			raises( com::sun::star::awt::PrinterException ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void endPage()
+			raises( com::sun::star::awt::PrinterException );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XPrinterPropertySet.idl b/main/offapi/com/sun/star/awt/XPrinterPropertySet.idl
index db382c0..8d3d3ea 100644
--- a/main/offapi/com/sun/star/awt/XPrinterPropertySet.idl
+++ b/main/offapi/com/sun/star/awt/XPrinterPropertySet.idl
@@ -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,99 +7,99 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XPrinterPropertySet_idl__ 
-#define __com_sun_star_awt_XPrinterPropertySet_idl__ 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_PropertyVetoException_idl__ 
-#include <com/sun/star/beans/PropertyVetoException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XPrinterPropertySet_idl__
+#define __com_sun_star_awt_XPrinterPropertySet_idl__
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+#ifndef __com_sun_star_beans_PropertyVetoException_idl__
+#include <com/sun/star/beans/PropertyVetoException.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** represents an extended property set for printer properties.
-			
+
 	<p>All properties are vetoable properties. If you change the properties
 	between <member scope="com::sun::star::awt">XPrinter::startPage</member>
-    and <member scope="com::sun::star::awt">XPrinter::endPage</member>, a 
-	<type scope="com::sun::star::beans">PropertyVetoException</type> 
+    and <member scope="com::sun::star::awt">XPrinter::endPage</member>, a
+	<type scope="com::sun::star::beans">PropertyVetoException</type>
 	is thrown.</p>
 
-    @see XPrinter 
+    @see XPrinter
 	@see XInfoPrinter
  */
 published interface XPrinterPropertySet: com::sun::star::beans::XPropertySet
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** sets the orientation.
 	 */
-	void setHorizontal( [in] boolean bHorizontal ) 
-			raises( com::sun::star::beans::PropertyVetoException, 
-					com::sun::star::lang::IllegalArgumentException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void setHorizontal( [in] boolean bHorizontal )
+			raises( com::sun::star::beans::PropertyVetoException,
+					com::sun::star::lang::IllegalArgumentException );
+
+	//-------------------------------------------------------------------------
+
 	/** returns descriptions of all available printer forms.
 	 */
-	sequence<string> getFormDescriptions(); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** sets the form that should be used. 
-						
+	sequence<string> getFormDescriptions();
+
+	//-------------------------------------------------------------------------
+
+	/** sets the form that should be used.
+
 		<p>Indirectly a printer is selected.</p>
 	 */
-	void selectForm( [in] string aFormDescription ) 
-			raises( com::sun::star::beans::PropertyVetoException, 
-					com::sun::star::lang::IllegalArgumentException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void selectForm( [in] string aFormDescription )
+			raises( com::sun::star::beans::PropertyVetoException,
+					com::sun::star::lang::IllegalArgumentException );
+
+	//-------------------------------------------------------------------------
+
 	/** returns a binary encoded version of the printer setup.
 	 */
-	sequence<byte> getBinarySetup(); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** sets the data specific to the printer driver. 
-						
+	sequence<byte> getBinarySetup();
+
+	//-------------------------------------------------------------------------
+
+	/** sets the data specific to the printer driver.
+
 		<p>Get this data from the info printer and set the data to the
 		printer.</p>
 	 */
-	void setBinarySetup( [in] sequence<byte> data ) 
-			raises( com::sun::star::beans::PropertyVetoException, 
-					com::sun::star::lang::IllegalArgumentException ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void setBinarySetup( [in] sequence<byte> data )
+			raises( com::sun::star::beans::PropertyVetoException,
+					com::sun::star::lang::IllegalArgumentException );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XPrinterServer.idl b/main/offapi/com/sun/star/awt/XPrinterServer.idl
index 88c1ff9..5b91781 100644
--- a/main/offapi/com/sun/star/awt/XPrinterServer.idl
+++ b/main/offapi/com/sun/star/awt/XPrinterServer.idl
@@ -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,74 +7,74 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XPrinterServer_idl__ 
-#define __com_sun_star_awt_XPrinterServer_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XPrinter_idl__ 
-#include <com/sun/star/awt/XPrinter.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XInfoPrinter_idl__ 
-#include <com/sun/star/awt/XInfoPrinter.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XPrinterServer_idl__
+#define __com_sun_star_awt_XPrinterServer_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XPrinter_idl__
+#include <com/sun/star/awt/XPrinter.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XInfoPrinter_idl__
+#include <com/sun/star/awt/XInfoPrinter.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** manages several printers on one machine.
  */
 published interface XPrinterServer: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** returns a list of all available printer names.
 	 */
-	sequence<string> getPrinterNames(); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** creates a new virtual printer. 
-						
+	sequence<string> getPrinterNames();
+
+	//-------------------------------------------------------------------------
+
+	/** creates a new virtual printer.
+
 		<p>You must call
         <member scope="com::sun::star::awt">XPrinter::start</member>
         to put the job into the printer spooler.</p>
 	 */
-	com::sun::star::awt::XPrinter createPrinter( [in] string printerName ); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** creates a new information printer. 
-						
+	com::sun::star::awt::XPrinter createPrinter( [in] string printerName );
+
+	//-------------------------------------------------------------------------
+
+	/** creates a new information printer.
+
 		<p>You can get all information from this printer,
 		but the printer cannot really print.</p>
 	 */
-	com::sun::star::awt::XInfoPrinter createInfoPrinter( [in] string printerName ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::awt::XInfoPrinter createInfoPrinter( [in] string printerName );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XProgressBar.idl b/main/offapi/com/sun/star/awt/XProgressBar.idl
index f25da66..e1df9bb 100644
--- a/main/offapi/com/sun/star/awt/XProgressBar.idl
+++ b/main/offapi/com/sun/star/awt/XProgressBar.idl
@@ -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,79 +7,79 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XProgressBar_idl__ 
-#define __com_sun_star_awt_XProgressBar_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
+#ifndef __com_sun_star_awt_XProgressBar_idl__
+#define __com_sun_star_awt_XProgressBar_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
 #ifndef __com_sun_star_util_Color_idl__
 #include <com/sun/star/util/Color.idl>
 #endif
 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** gives access to the value and settings of a progress bar.
- */     
+ */
 published interface XProgressBar: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 
 	/** sets the foreground color (RGB) of the control.
      */
-	[oneway] void setForegroundColor( [in] com::sun::star::util::Color Color ); 
- 
+	[oneway] void setForegroundColor( [in] com::sun::star::util::Color Color );
+
 	//-------------------------------------------------------------------------
 
     /** sets the background color (RGB) of the control.
      */
-	[oneway] void setBackgroundColor( [in] com::sun::star::util::Color Color ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void setBackgroundColor( [in] com::sun::star::util::Color Color );
+
+	//-------------------------------------------------------------------------
+
 	/** sets the minimum and the maximum progress value of the progress bar.
-				
+
 		<p>If the minimum value is greater than the maximum value, the method
         exchanges the values automatically.</p>
 	 */
-	[oneway] void setRange( [in] long Min, 
-			 [in] long Max ); 
- 
-	//------------------------------------------------------------------------- 
+	[oneway] void setRange( [in] long Min,
+			 [in] long Max );
+
+	//-------------------------------------------------------------------------
 
 	/** sets the progress value of the progress bar.
      */
-	[oneway] void setValue( [in] long Value ); 
- 
-	//------------------------------------------------------------------------- 
+	[oneway] void setValue( [in] long Value );
+
+	//-------------------------------------------------------------------------
 
     /** returns the current progress value of the progress bar.
      */
-	long getValue(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	long getValue();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XProgressMonitor.idl b/main/offapi/com/sun/star/awt/XProgressMonitor.idl
index 393fd1c..ea85021 100644
--- a/main/offapi/com/sun/star/awt/XProgressMonitor.idl
+++ b/main/offapi/com/sun/star/awt/XProgressMonitor.idl
@@ -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,61 +7,61 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XProgressMonitor_idl__ 
-#define __com_sun_star_awt_XProgressMonitor_idl__ 
- 
-#ifndef __com_sun_star_awt_XProgressBar_idl__ 
-#include <com/sun/star/awt/XProgressBar.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XProgressMonitor_idl__
+#define __com_sun_star_awt_XProgressMonitor_idl__
+
+#ifndef __com_sun_star_awt_XProgressBar_idl__
+#include <com/sun/star/awt/XProgressBar.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** gives access to the text of a progress monitor.
 
     @deprecated
  */
 published interface XProgressMonitor: com::sun::star::awt::XProgressBar
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** adds a new text line to the control.
 	 */
-	[oneway] void addText ( [in] string Topic, [in] string Text, [in] boolean beforeProgress ) ; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void addText ( [in] string Topic, [in] string Text, [in] boolean beforeProgress ) ;
+
+	//-------------------------------------------------------------------------
+
 	/** removes a text line from the control.
 	 */
-	[oneway] void removeText ( [in] string Topic, [in] boolean beforeProgress ) ; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void removeText ( [in] string Topic, [in] boolean beforeProgress ) ;
+
+	//-------------------------------------------------------------------------
+
 	/** updates an existing text line at the control.
 	 */
-	[oneway] void updateText ( [in] string Topic, [in] string Text, [in] boolean beforeProgress ) ; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
+	[oneway] void updateText ( [in] string Topic, [in] string Text, [in] boolean beforeProgress ) ;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XRadioButton.idl b/main/offapi/com/sun/star/awt/XRadioButton.idl
index 6c6f103..5ab525e 100644
--- a/main/offapi/com/sun/star/awt/XRadioButton.idl
+++ b/main/offapi/com/sun/star/awt/XRadioButton.idl
@@ -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,76 +7,76 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XRadioButton_idl__ 
-#define __com_sun_star_awt_XRadioButton_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XItemListener_idl__ 
-#include <com/sun/star/awt/XItemListener.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XRadioButton_idl__
+#define __com_sun_star_awt_XRadioButton_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XItemListener_idl__
+#include <com/sun/star/awt/XItemListener.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** gives access to the state of a radio button and makes it possible
 	to register item event listeners.
  */
 published interface XRadioButton: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-		
+{
+	//-------------------------------------------------------------------------
+
 	/** registers a listener for item events.
 	 */
-	[oneway] void addItemListener( [in] com::sun::star::awt::XItemListener l ); 
- 
-	//------------------------------------------------------------------------- 
-		
+	[oneway] void addItemListener( [in] com::sun::star::awt::XItemListener l );
+
+	//-------------------------------------------------------------------------
+
 	/** unregisters a listener for item events.
 	 */
-	[oneway] void removeItemListener( [in] com::sun::star::awt::XItemListener l ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void removeItemListener( [in] com::sun::star::awt::XItemListener l );
+
+	//-------------------------------------------------------------------------
+
 	/** returns <true/> if the button is checked, <false/> otherwise.
 	 */
-	boolean getState(); 
- 
-	//------------------------------------------------------------------------- 
-		
+	boolean getState();
+
+	//-------------------------------------------------------------------------
+
 	/** sets the state of the radio button.
 	 */
-	[oneway] void setState( [in] boolean b ); 
- 
-	//------------------------------------------------------------------------- 
-		
+	[oneway] void setState( [in] boolean b );
+
+	//-------------------------------------------------------------------------
+
 	/** sets the label of the radio button.
 	 */
-	[oneway] void setLabel( [in] string Label ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[oneway] void setLabel( [in] string Label );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XRegion.idl b/main/offapi/com/sun/star/awt/XRegion.idl
index f060d95..78cb5d3 100644
--- a/main/offapi/com/sun/star/awt/XRegion.idl
+++ b/main/offapi/com/sun/star/awt/XRegion.idl
@@ -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,120 +7,120 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XRegion_idl__ 
-#define __com_sun_star_awt_XRegion_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_Rectangle_idl__ 
-#include <com/sun/star/awt/Rectangle.idl> 
-#endif 
+#ifndef __com_sun_star_awt_XRegion_idl__
+#define __com_sun_star_awt_XRegion_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_awt_Rectangle_idl__
+#include <com/sun/star/awt/Rectangle.idl>
+#endif
 
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** manages multiple rectangles which make up a region.
  */
 published interface XRegion: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** returns the bounding box of the shape.
 	 */
-	Rectangle getBounds(); 
- 
-	//------------------------------------------------------------------------- 
-		
+	Rectangle getBounds();
+
+	//-------------------------------------------------------------------------
+
 	/** makes this region an empty region.
 	 */
-	[oneway] void clear(); 
- 
-	//------------------------------------------------------------------------- 
-		
+	[oneway] void clear();
+
+	//-------------------------------------------------------------------------
+
 	/** moves this region by the specified horizontal and vertical delta.
 	 */
-	[oneway] void move( [in] long nHorzMove, 
-			 [in] long nVertMove ); 
- 
-	//------------------------------------------------------------------------- 
-		
+	[oneway] void move( [in] long nHorzMove,
+			 [in] long nVertMove );
+
+	//-------------------------------------------------------------------------
+
 	/** adds the specified rectangle to this region.
 	 */
-	[oneway] void unionRectangle( [in] Rectangle Rect ); 
- 
-	//------------------------------------------------------------------------- 
-		
+	[oneway] void unionRectangle( [in] Rectangle Rect );
+
+	//-------------------------------------------------------------------------
+
 	/** intersects the specified rectangle with the current region.
 	 */
-	[oneway] void intersectRectangle( [in] Rectangle Region ); 
- 
-	//------------------------------------------------------------------------- 
-		
+	[oneway] void intersectRectangle( [in] Rectangle Region );
+
+	//-------------------------------------------------------------------------
+
 	/** removes the area of the specified rectangle from this region.
 	 */
-	[oneway] void excludeRectangle( [in] Rectangle Rect ); 
- 
-	//------------------------------------------------------------------------- 
-		
+	[oneway] void excludeRectangle( [in] Rectangle Rect );
+
+	//-------------------------------------------------------------------------
+
 	/** applies an exclusive-or operation with the specified rectangle
         to this region.
 	 */
-	[oneway] void xOrRectangle( [in] Rectangle Rect ); 
- 
-	//------------------------------------------------------------------------- 
-		
+	[oneway] void xOrRectangle( [in] Rectangle Rect );
+
+	//-------------------------------------------------------------------------
+
 	/** adds the specified region to this region.
 	 */
-	[oneway] void unionRegion( [in] XRegion Region ); 
- 
-	//------------------------------------------------------------------------- 
-		
+	[oneway] void unionRegion( [in] XRegion Region );
+
+	//-------------------------------------------------------------------------
+
 	/** intersects the specified region with the current region.
 	 */
-	[oneway] void intersectRegion( [in] XRegion Region ); 
- 
-	//------------------------------------------------------------------------- 
-		
+	[oneway] void intersectRegion( [in] XRegion Region );
+
+	//-------------------------------------------------------------------------
+
 	/** removes the area of the specified region from this region.
 	 */
-	[oneway] void excludeRegion( [in] XRegion Region ); 
- 
-	//------------------------------------------------------------------------- 
-		
+	[oneway] void excludeRegion( [in] XRegion Region );
+
+	//-------------------------------------------------------------------------
+
 	/** applies an exclusive-or operation with the specified region
         to this region.
 	 */
-	[oneway] void xOrRegion( [in] XRegion Region ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void xOrRegion( [in] XRegion Region );
+
+	//-------------------------------------------------------------------------
+
 	/** returns all rectangles which are making up this region.
 	 */
-	sequence<Rectangle> getRectangles(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	sequence<Rectangle> getRectangles();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XRequestCallback.idl b/main/offapi/com/sun/star/awt/XRequestCallback.idl
index 6f59428..be9f1c6 100644
--- a/main/offapi/com/sun/star/awt/XRequestCallback.idl
+++ b/main/offapi/com/sun/star/awt/XRequestCallback.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/XReschedule.idl b/main/offapi/com/sun/star/awt/XReschedule.idl
index 57a57a8..934f8a2 100644
--- a/main/offapi/com/sun/star/awt/XReschedule.idl
+++ b/main/offapi/com/sun/star/awt/XReschedule.idl
@@ -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,41 +7,41 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
-#ifndef __com_sun_star_awt_XReschedule_idl__ 
-#define __com_sun_star_awt_XReschedulet_idl__ 
+#ifndef __com_sun_star_awt_XReschedule_idl__
+#define __com_sun_star_awt_XReschedulet_idl__
 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
 
 
-//============================================================================= 
+//=============================================================================
 
 module com {  module sun {  module star {  module awt {
 
 //=============================================================================
-    
+
 /** The <type>XReschedule</type> interface can be used to give control to the main
     thread to allow events processing.
 
     @deprecated
     	This interface was only implemented in an intermediate developer
 		release anyway.
-		
+
     @since OpenOffice 2.0
 */
 published interface XReschedule : ::com::sun::star::uno::XInterface
@@ -49,8 +49,8 @@
     /** Allow the main thread to process some events.
     */
 	void reschedule();
-}; 
- 
+};
+
 }; }; }; };
- 
-#endif 
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XScrollBar.idl b/main/offapi/com/sun/star/awt/XScrollBar.idl
index 671408c..9882c2e 100644
--- a/main/offapi/com/sun/star/awt/XScrollBar.idl
+++ b/main/offapi/com/sun/star/awt/XScrollBar.idl
@@ -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,140 +7,140 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XScrollBar_idl__ 
-#define __com_sun_star_awt_XScrollBar_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XAdjustmentListener_idl__ 
-#include <com/sun/star/awt/XAdjustmentListener.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XScrollBar_idl__
+#define __com_sun_star_awt_XScrollBar_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XAdjustmentListener_idl__
+#include <com/sun/star/awt/XAdjustmentListener.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** gives access to the value and settings of a scroll bar and makes it possible
 	to register adjustment event listeners.
  */
 published interface XScrollBar: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-		
+{
+	//-------------------------------------------------------------------------
+
 	/** registers an adjustment event listener.
 	 */
-	[oneway] void addAdjustmentListener( [in] com::sun::star::awt::XAdjustmentListener l ); 
- 
-	//------------------------------------------------------------------------- 
-		
+	[oneway] void addAdjustmentListener( [in] com::sun::star::awt::XAdjustmentListener l );
+
+	//-------------------------------------------------------------------------
+
 	/** unregisters an adjustment event listener.
 	 */
-	[oneway] void removeAdjustmentListener( [in] com::sun::star::awt::XAdjustmentListener l ); 
- 
-	//------------------------------------------------------------------------- 
-		
+	[oneway] void removeAdjustmentListener( [in] com::sun::star::awt::XAdjustmentListener l );
+
+	//-------------------------------------------------------------------------
+
 	/** sets the scroll value of the scroll bar.
 	 */
-	[oneway] void setValue( [in] long n ); 
- 
-	//------------------------------------------------------------------------- 
-		
+	[oneway] void setValue( [in] long n );
+
+	//-------------------------------------------------------------------------
+
 	/** sets the scroll value, visible area and maximum scroll value
         of the scroll bar.
 	 */
-	[oneway] void setValues( [in] long nValue, 
-			 [in] long nVisible, 
-			 [in] long nMax ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void setValues( [in] long nValue,
+			 [in] long nVisible,
+			 [in] long nMax );
+
+	//-------------------------------------------------------------------------
+
 	/** returns the current scroll value of the scroll bar.
 	 */
-	long getValue(); 
- 
-	//------------------------------------------------------------------------- 
-		
+	long getValue();
+
+	//-------------------------------------------------------------------------
+
 	/** sets the maximum scroll value of the scroll bar.
 	 */
-	[oneway] void setMaximum( [in] long n ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void setMaximum( [in] long n );
+
+	//-------------------------------------------------------------------------
+
 	/** returns the currently set maximum scroll value of the scroll bar.
 	 */
-	long getMaximum(); 
- 
-	//------------------------------------------------------------------------- 
-		
+	long getMaximum();
+
+	//-------------------------------------------------------------------------
+
 	/** sets the increment for a single line move.
 	 */
-	[oneway] void setLineIncrement( [in] long n ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void setLineIncrement( [in] long n );
+
+	//-------------------------------------------------------------------------
+
 	/** returns the currently set increment for a single line move.
 	 */
-	long getLineIncrement(); 
- 
-	//------------------------------------------------------------------------- 
-		
+	long getLineIncrement();
+
+	//-------------------------------------------------------------------------
+
 	/** sets the increment for a block move.
 	 */
-	[oneway] void setBlockIncrement( [in] long n ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void setBlockIncrement( [in] long n );
+
+	//-------------------------------------------------------------------------
+
 	/** returns the currently set increment for a block move.
 	 */
-	long getBlockIncrement(); 
- 
-	//------------------------------------------------------------------------- 
-		
+	long getBlockIncrement();
+
+	//-------------------------------------------------------------------------
+
 	/** sets the visible size of the scroll bar.
 	 */
-	[oneway] void setVisibleSize( [in] long n ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void setVisibleSize( [in] long n );
+
+	//-------------------------------------------------------------------------
+
 	/** returns the currently visible size of the scroll bar.
 	 */
-	long getVisibleSize(); 
- 
-	//------------------------------------------------------------------------- 
-		
+	long getVisibleSize();
+
+	//-------------------------------------------------------------------------
+
 	/** sets the <type>ScrollBarOrientation</type> of the scroll bar.
 	 */
-	[oneway] void setOrientation( [in] long n ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void setOrientation( [in] long n );
+
+	//-------------------------------------------------------------------------
+
 	/** returns the currently set <type>ScrollBarOrientation</type> of the
         scroll bar.
 	 */
-	long getOrientation(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	long getOrientation();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XSimpleTabController.idl b/main/offapi/com/sun/star/awt/XSimpleTabController.idl
index 2b94ca1..87c5a0f 100644
--- a/main/offapi/com/sun/star/awt/XSimpleTabController.idl
+++ b/main/offapi/com/sun/star/awt/XSimpleTabController.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/XSpinField.idl b/main/offapi/com/sun/star/awt/XSpinField.idl
index 0760a6c..e68bb9b 100644
--- a/main/offapi/com/sun/star/awt/XSpinField.idl
+++ b/main/offapi/com/sun/star/awt/XSpinField.idl
@@ -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,88 +7,88 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XSpinField_idl__ 
-#define __com_sun_star_awt_XSpinField_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XSpinListener_idl__ 
-#include <com/sun/star/awt/XSpinListener.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XSpinField_idl__
+#define __com_sun_star_awt_XSpinField_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XSpinListener_idl__
+#include <com/sun/star/awt/XSpinListener.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** gives access to the value of a spin field and makes it possible to
 	register for spin events.
  */
 published interface XSpinField: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-		
+{
+	//-------------------------------------------------------------------------
+
 	/** registers a listener for spin events.
 	 */
-	[oneway] void addSpinListener( [in] com::sun::star::awt::XSpinListener l ); 
- 
-	//------------------------------------------------------------------------- 
-		
+	[oneway] void addSpinListener( [in] com::sun::star::awt::XSpinListener l );
+
+	//-------------------------------------------------------------------------
+
 	/** unregisters a listener for spin events.
 	 */
-	[oneway] void removeSpinListener( [in] com::sun::star::awt::XSpinListener l ); 
- 
-	//------------------------------------------------------------------------- 
-		
+	[oneway] void removeSpinListener( [in] com::sun::star::awt::XSpinListener l );
+
+	//-------------------------------------------------------------------------
+
 	/** increases the value by one step.
 	 */
-	[oneway] void up(); 
- 
-	//------------------------------------------------------------------------- 
-		
+	[oneway] void up();
+
+	//-------------------------------------------------------------------------
+
 	/** decreases the value by one step.
 	 */
-	[oneway] void down(); 
- 
-	//------------------------------------------------------------------------- 
-		
+	[oneway] void down();
+
+	//-------------------------------------------------------------------------
+
 	/** sets the value to the previously set lower value.
 	 */
-	[oneway] void first(); 
- 
-	//------------------------------------------------------------------------- 
-		
+	[oneway] void first();
+
+	//-------------------------------------------------------------------------
+
 	/** sets the value to the previously set upper value.
 	 */
-	[oneway] void last(); 
- 
-	//------------------------------------------------------------------------- 
-		
+	[oneway] void last();
+
+	//-------------------------------------------------------------------------
+
 	/** enables/disables automatic repeat mode.
 	 */
-	[oneway] void enableRepeat( [in] boolean bRepeat ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[oneway] void enableRepeat( [in] boolean bRepeat );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XSpinListener.idl b/main/offapi/com/sun/star/awt/XSpinListener.idl
index a553314..d1c0b93 100644
--- a/main/offapi/com/sun/star/awt/XSpinListener.idl
+++ b/main/offapi/com/sun/star/awt/XSpinListener.idl
@@ -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,69 +7,69 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XSpinListener_idl__ 
-#define __com_sun_star_awt_XSpinListener_idl__ 
- 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_SpinEvent_idl__ 
-#include <com/sun/star/awt/SpinEvent.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XSpinListener_idl__
+#define __com_sun_star_awt_XSpinListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+#ifndef __com_sun_star_awt_SpinEvent_idl__
+#include <com/sun/star/awt/SpinEvent.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** makes it possible to receive spin events.
  */
 published interface XSpinListener: com::sun::star::lang::XEventListener
-{ 
-	//------------------------------------------------------------------------- 
-		
+{
+	//-------------------------------------------------------------------------
+
 	/** is invoked when the spin field is spun up.
 	 */
-	[oneway] void up( [in] com::sun::star::awt::SpinEvent rEvent ); 
- 
-	//------------------------------------------------------------------------- 
-		
+	[oneway] void up( [in] com::sun::star::awt::SpinEvent rEvent );
+
+	//-------------------------------------------------------------------------
+
 	/** is invoked when the spin field is spun down.
 	 */
-	[oneway] void down( [in] com::sun::star::awt::SpinEvent rEvent ); 
- 
-	//------------------------------------------------------------------------- 
-		
+	[oneway] void down( [in] com::sun::star::awt::SpinEvent rEvent );
+
+	//-------------------------------------------------------------------------
+
 	/** is invoked when the spin field is set to the lower value.
 	 */
-	[oneway] void first( [in] com::sun::star::awt::SpinEvent rEvent ); 
- 
-	//------------------------------------------------------------------------- 
-		
+	[oneway] void first( [in] com::sun::star::awt::SpinEvent rEvent );
+
+	//-------------------------------------------------------------------------
+
 	/** is invoked when the spin field is set to the upper value.
 	 */
-	[oneway] void last( [in] com::sun::star::awt::SpinEvent rEvent ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[oneway] void last( [in] com::sun::star::awt::SpinEvent rEvent );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XSpinValue.idl b/main/offapi/com/sun/star/awt/XSpinValue.idl
index a6ef958..8aa54a1 100644
--- a/main/offapi/com/sun/star/awt/XSpinValue.idl
+++ b/main/offapi/com/sun/star/awt/XSpinValue.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/XStyleChangeListener.idl b/main/offapi/com/sun/star/awt/XStyleChangeListener.idl
index 22b7ab9..448f869 100644
--- a/main/offapi/com/sun/star/awt/XStyleChangeListener.idl
+++ b/main/offapi/com/sun/star/awt/XStyleChangeListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/XStyleSettings.idl b/main/offapi/com/sun/star/awt/XStyleSettings.idl
index 3435b1d..12db306 100644
--- a/main/offapi/com/sun/star/awt/XStyleSettings.idl
+++ b/main/offapi/com/sun/star/awt/XStyleSettings.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/XStyleSettingsSupplier.idl b/main/offapi/com/sun/star/awt/XStyleSettingsSupplier.idl
index 770f9d2..c5f8ecc 100644
--- a/main/offapi/com/sun/star/awt/XStyleSettingsSupplier.idl
+++ b/main/offapi/com/sun/star/awt/XStyleSettingsSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/XSystemChildFactory.idl b/main/offapi/com/sun/star/awt/XSystemChildFactory.idl
index ed038b2..aa1e74c 100644
--- a/main/offapi/com/sun/star/awt/XSystemChildFactory.idl
+++ b/main/offapi/com/sun/star/awt/XSystemChildFactory.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -32,8 +32,8 @@
 //=============================================================================
 
 module com { module sun { module star { module awt {
-    
-//============================================================================= 
+
+//=============================================================================
 
  published interface XWindowPeer;
 
@@ -42,35 +42,35 @@
 published interface XSystemChildFactory : com::sun::star::uno::XInterface
 {
 	//-------------------------------------------------------------------------
-    
+
 	/** creates a system child window.
 
-        @returns 
+        @returns
 		the created window.
 
 		@param Parent
 		a sytem-specific handle to a window.
-		
+
 		<p>You must check the machine ID and the process ID.<BR>
 		WIN32: HWND.<BR>
 		WIN16: HWND.<BR>
-		
+
 		JAVA: global reference to a java.awt.Component
 		object provided from the JNI-API.<BR>
-		
+
 		OS2: HWND.<BR>
 		MAC: Not supported.<BR></p>
-		
+
 		@param ProcessId
 		the process identifier. Use the sal_getGlobalProcessId
 		function of the RTL library.
-		
+
 		@param SystemType
 		one constant out of the constant group
 		<type scope="com::sun::star::lang">SystemDependent</type>.
 	*/
 	 XWindowPeer createSystemChild( [in] any Parent, [in] sequence< byte > ProcessId, [in] short SystemType );
-     
+
 };
 
 //=============================================================================
diff --git a/main/offapi/com/sun/star/awt/XSystemDependentMenuPeer.idl b/main/offapi/com/sun/star/awt/XSystemDependentMenuPeer.idl
index f146d1f..2c7aa9c 100644
--- a/main/offapi/com/sun/star/awt/XSystemDependentMenuPeer.idl
+++ b/main/offapi/com/sun/star/awt/XSystemDependentMenuPeer.idl
@@ -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,67 +7,67 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XSystemDependentMenuPeer_idl__ 
-#define __com_sun_star_awt_XSystemDependentMenuPeer_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
+#ifndef __com_sun_star_awt_XSystemDependentMenuPeer_idl__
+#define __com_sun_star_awt_XSystemDependentMenuPeer_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
 #endif
 
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** provides access to the system dependent implementation of the window.
 
-    @see com::sun::star::lang::SystemDependent 
-	@see WindowAttribute 
+    @see com::sun::star::lang::SystemDependent
+	@see WindowAttribute
 	@see WindowAttribute::SYSTEMDEPENDENT
  */
 interface XSystemDependentMenuPeer: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** returns a system-specific window handle.
 
-        @returns  
-		a sytem-specific handle to a menu  
-		or 0 if the menu is not in the same process. 
-				 
-		<p>You must check the machine ID and the process ID.<BR> 
-		WIN32: Returns an HMENU if possible, otherwise 0.<BR> 
-		WIN16: Returns an HMENU if possible, otherwise 0.<BR> 
-				 
-		@param ProcessId 
-		the process identifier. Use the sal_getGlobalProcessId 
-		function of the RTL library. 
-				 
-		@param SystemType 
-		one constant out of the constant group 
+        @returns
+		a sytem-specific handle to a menu
+		or 0 if the menu is not in the same process.
+
+		<p>You must check the machine ID and the process ID.<BR>
+		WIN32: Returns an HMENU if possible, otherwise 0.<BR>
+		WIN16: Returns an HMENU if possible, otherwise 0.<BR>
+
+		@param ProcessId
+		the process identifier. Use the sal_getGlobalProcessId
+		function of the RTL library.
+
+		@param SystemType
+		one constant out of the constant group
 		<type scope="com::sun::star::lang">SystemDependent</type>.
 	 */
-	any getMenuHandle( [in] sequence< byte > ProcessId, [in] short SystemType ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	any getMenuHandle( [in] sequence< byte > ProcessId, [in] short SystemType );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XSystemDependentWindowPeer.idl b/main/offapi/com/sun/star/awt/XSystemDependentWindowPeer.idl
index 0a7851e..70d4859 100644
--- a/main/offapi/com/sun/star/awt/XSystemDependentWindowPeer.idl
+++ b/main/offapi/com/sun/star/awt/XSystemDependentWindowPeer.idl
@@ -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,77 +7,77 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XSystemDependentWindowPeer_idl__ 
-#define __com_sun_star_awt_XSystemDependentWindowPeer_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
+#ifndef __com_sun_star_awt_XSystemDependentWindowPeer_idl__
+#define __com_sun_star_awt_XSystemDependentWindowPeer_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
 #endif
 
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** provides access to the system dependent implementation of the window.
 
-    @see com::sun::star::lang::SystemDependent 
-	@see WindowAttribute 
+    @see com::sun::star::lang::SystemDependent
+	@see WindowAttribute
 	@see WindowAttribute::SYSTEMDEPENDENT
  */
 published interface XSystemDependentWindowPeer: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** returns a system-specific window handle.
 
-        @returns  
-		a sytem-specific handle to a window  
-		or 0 if the window is not in the same process. 
-				 
-		<p>You must check the machine ID and the process ID.<BR> 
-		WIN32: Returns an HWND if possible, otherwise 0.<BR> 
-		WIN16: Returns an HWND if possible, otherwise 0.<BR> 
-				 
-		JAVA: Returns a global reference to a java.awt.Component 
-		object provided from the JNI-API.<BR> 
-				 
-		OS2: Returns an HWND if possible, otherwise 0.<BR> 
+        @returns
+		a sytem-specific handle to a window
+		or 0 if the window is not in the same process.
 
-		MAC: Returns a ptr to the NSView implementing the window.<BR> 
-				 
+		<p>You must check the machine ID and the process ID.<BR>
+		WIN32: Returns an HWND if possible, otherwise 0.<BR>
+		WIN16: Returns an HWND if possible, otherwise 0.<BR>
+
+		JAVA: Returns a global reference to a java.awt.Component
+		object provided from the JNI-API.<BR>
+
+		OS2: Returns an HWND if possible, otherwise 0.<BR>
+
+		MAC: Returns a ptr to the NSView implementing the window.<BR>
+
 		XWINDOW: Returns a structure SystemDependentXWindow
         or void if it is not reachable.<BR></p>
-				 
-		@param ProcessId 
-		the process identifier. Use the sal_getGlobalProcessId 
-		function of the RTL library. 
-				 
-		@param SystemType 
-		one constant out of the constant group 
+
+		@param ProcessId
+		the process identifier. Use the sal_getGlobalProcessId
+		function of the RTL library.
+
+		@param SystemType
+		one constant out of the constant group
 		<type scope="com::sun::star::lang">SystemDependent</type>.
 	 */
-	any getWindowHandle( [in] sequence< byte > ProcessId, [in] short SystemType ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	any getWindowHandle( [in] sequence< byte > ProcessId, [in] short SystemType );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XTabController.idl b/main/offapi/com/sun/star/awt/XTabController.idl
index ced0623..188b2d6 100644
--- a/main/offapi/com/sun/star/awt/XTabController.idl
+++ b/main/offapi/com/sun/star/awt/XTabController.idl
@@ -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,109 +7,109 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XTabController_idl__ 
-#define __com_sun_star_awt_XTabController_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XTabControllerModel_idl__ 
-#include <com/sun/star/awt/XTabControllerModel.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XControlContainer_idl__ 
-#include <com/sun/star/awt/XControlContainer.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XControl_idl__ 
-#include <com/sun/star/awt/XControl.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XTabController_idl__
+#define __com_sun_star_awt_XTabController_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XTabControllerModel_idl__
+#include <com/sun/star/awt/XTabControllerModel.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XControlContainer_idl__
+#include <com/sun/star/awt/XControlContainer.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XControl_idl__
+#include <com/sun/star/awt/XControl.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies the basic operations for a tab controller.
  */
 published interface XTabController: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	
+{
+	//-------------------------------------------------------------------------
+
     /** sets the tab controller model.
      */
-	[oneway] void setModel( [in] com::sun::star::awt::XTabControllerModel Model ); 
- 
-	//------------------------------------------------------------------------- 
-	
+	[oneway] void setModel( [in] com::sun::star::awt::XTabControllerModel Model );
+
+	//-------------------------------------------------------------------------
+
     /** returns the tab controller model.
      */
-	com::sun::star::awt::XTabControllerModel getModel(); 
- 
+	com::sun::star::awt::XTabControllerModel getModel();
+
 	//-------------------------------------------------------------------------
-    
+
     /** set the control container.
      */
-	[oneway] void setContainer( [in] com::sun::star::awt::XControlContainer Container ); 
- 
+	[oneway] void setContainer( [in] com::sun::star::awt::XControlContainer Container );
+
 	//-------------------------------------------------------------------------
-    
+
     /** returns the control container.
      */
-	com::sun::star::awt::XControlContainer getContainer(); 
- 
+	com::sun::star::awt::XControlContainer getContainer();
+
 	//-------------------------------------------------------------------------
-    
+
     /** returns all controls of the control container.
      */
-	sequence<com::sun::star::awt::XControl> getControls(); 
- 
+	sequence<com::sun::star::awt::XControl> getControls();
+
 	//-------------------------------------------------------------------------
-    
+
     /** enables automatic tab order.
      */
-	[oneway] void autoTabOrder(); 
- 
+	[oneway] void autoTabOrder();
+
 	//-------------------------------------------------------------------------
-    
+
     /** activates tab order.
      */
-	[oneway] void activateTabOrder(); 
- 
-	//------------------------------------------------------------------------- 
+	[oneway] void activateTabOrder();
+
+	//-------------------------------------------------------------------------
 
     /** sets the focus to the first control that can be reached with the
-        TAB key.    
+        TAB key.
      */
-	[oneway] void activateFirst(); 
- 
+	[oneway] void activateFirst();
+
 	//-------------------------------------------------------------------------
-    
+
     /** sets the focus to the last control that can be reached with the
-        TAB key.    
+        TAB key.
      */
-	[oneway] void activateLast(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[oneway] void activateLast();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XTabControllerModel.idl b/main/offapi/com/sun/star/awt/XTabControllerModel.idl
index 5eeb9eb..cd6af7e 100644
--- a/main/offapi/com/sun/star/awt/XTabControllerModel.idl
+++ b/main/offapi/com/sun/star/awt/XTabControllerModel.idl
@@ -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,97 +7,97 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XTabControllerModel_idl__ 
-#define __com_sun_star_awt_XTabControllerModel_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XControlModel_idl__ 
-#include <com/sun/star/awt/XControlModel.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XTabControllerModel_idl__
+#define __com_sun_star_awt_XTabControllerModel_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XControlModel_idl__
+#include <com/sun/star/awt/XControlModel.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies the basic operations for a tab controller model.
  */
 published interface XTabControllerModel: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 
     /** returns whether the control models are grouped together.
      */
-	boolean getGroupControl(); 
- 
-	//------------------------------------------------------------------------- 
+	boolean getGroupControl();
+
+	//-------------------------------------------------------------------------
 
     /** determines if the control models are grouped together.
      */
-	[oneway] void setGroupControl( [in] boolean GroupControl ); 
- 
-	//------------------------------------------------------------------------- 
+	[oneway] void setGroupControl( [in] boolean GroupControl );
+
+	//-------------------------------------------------------------------------
 
     /** sets the control models.
      */
-	[oneway] void setControlModels( [in] sequence<com::sun::star::awt::XControlModel> Controls ); 
- 
-	//------------------------------------------------------------------------- 
+	[oneway] void setControlModels( [in] sequence<com::sun::star::awt::XControlModel> Controls );
+
+	//-------------------------------------------------------------------------
 
 	/** returns the control models.
      */
-	sequence<com::sun::star::awt::XControlModel> getControlModels(); 
- 
-	//------------------------------------------------------------------------- 
+	sequence<com::sun::star::awt::XControlModel> getControlModels();
+
+	//-------------------------------------------------------------------------
 
     /** sets a control model group.
      */
-	[oneway] void setGroup( [in] sequence<com::sun::star::awt::XControlModel> Group, 
-			 [in] string GroupName ); 
- 
-	//------------------------------------------------------------------------- 
+	[oneway] void setGroup( [in] sequence<com::sun::star::awt::XControlModel> Group,
+			 [in] string GroupName );
+
+	//-------------------------------------------------------------------------
 
 	/** returns the number of control model groups.
      */
-	long getGroupCount(); 
- 
-	//------------------------------------------------------------------------- 
+	long getGroupCount();
+
+	//-------------------------------------------------------------------------
 
 	/** returns a control model group.
      */
-	void getGroup( [in] long nGroup, 
-			 [out] sequence<com::sun::star::awt::XControlModel> Group, 
-			 [out] string Name ); 
- 
-	//------------------------------------------------------------------------- 
+	void getGroup( [in] long nGroup,
+			 [out] sequence<com::sun::star::awt::XControlModel> Group,
+			 [out] string Name );
+
+	//-------------------------------------------------------------------------
 
 	/** returns a control model group by name.
      */
-	void getGroupByName( [in] string Name, 
-			 [out] sequence<com::sun::star::awt::XControlModel> Group ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void getGroupByName( [in] string Name,
+			 [out] sequence<com::sun::star::awt::XControlModel> Group );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XTabListener.idl b/main/offapi/com/sun/star/awt/XTabListener.idl
index 84cdfe6..f140ef1 100644
--- a/main/offapi/com/sun/star/awt/XTabListener.idl
+++ b/main/offapi/com/sun/star/awt/XTabListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/XTextArea.idl b/main/offapi/com/sun/star/awt/XTextArea.idl
index c781d9f..7ac63b2 100644
--- a/main/offapi/com/sun/star/awt/XTextArea.idl
+++ b/main/offapi/com/sun/star/awt/XTextArea.idl
@@ -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,47 +7,47 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XTextArea_idl__ 
-#define __com_sun_star_awt_XTextArea_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XTextArea_idl__
+#define __com_sun_star_awt_XTextArea_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** gives access to the text in a control.
  */
 published interface XTextArea: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** returns the text lines as a single string with line separators.
 	 */
-	string getTextLines(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	string getTextLines();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XTextComponent.idl b/main/offapi/com/sun/star/awt/XTextComponent.idl
index 4dd902a..8467c6e 100644
--- a/main/offapi/com/sun/star/awt/XTextComponent.idl
+++ b/main/offapi/com/sun/star/awt/XTextComponent.idl
@@ -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,123 +7,123 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XTextComponent_idl__ 
-#define __com_sun_star_awt_XTextComponent_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XTextListener_idl__ 
-#include <com/sun/star/awt/XTextListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_Selection_idl__ 
-#include <com/sun/star/awt/Selection.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XTextComponent_idl__
+#define __com_sun_star_awt_XTextComponent_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XTextListener_idl__
+#include <com/sun/star/awt/XTextListener.idl>
+#endif
+
+#ifndef __com_sun_star_awt_Selection_idl__
+#include <com/sun/star/awt/Selection.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** gives access to the text of a component and makes it possible
 	to register event listeners.
  */
 published interface XTextComponent: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-		
+{
+	//-------------------------------------------------------------------------
+
 	/** registers a text event listener.
 	 */
-	[oneway] void addTextListener( [in] com::sun::star::awt::XTextListener l ); 
- 
-	//------------------------------------------------------------------------- 
-		
+	[oneway] void addTextListener( [in] com::sun::star::awt::XTextListener l );
+
+	//-------------------------------------------------------------------------
+
 	/** unregisters a text event listener.
 	 */
-	[oneway] void removeTextListener( [in] com::sun::star::awt::XTextListener l ); 
- 
-	//------------------------------------------------------------------------- 
-		
+	[oneway] void removeTextListener( [in] com::sun::star::awt::XTextListener l );
+
+	//-------------------------------------------------------------------------
+
 	/** sets the text of the component.
 	 */
-	[oneway] void setText( [in] string aText ); 
- 
-	//------------------------------------------------------------------------- 
-		
+	[oneway] void setText( [in] string aText );
+
+	//-------------------------------------------------------------------------
+
 	/** inserts text at the specified position.
 	 */
-	[oneway] void insertText( [in] com::sun::star::awt::Selection Sel, 
-			 [in] string Text ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void insertText( [in] com::sun::star::awt::Selection Sel,
+			 [in] string Text );
+
+	//-------------------------------------------------------------------------
+
 	/** returns the text of the component.
 	 */
-	string getText(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	string getText();
+
+	//-------------------------------------------------------------------------
+
 	/** returns	the currently selected text.
 	 */
-	string getSelectedText(); 
- 
-	//------------------------------------------------------------------------- 
-		
+	string getSelectedText();
+
+	//-------------------------------------------------------------------------
+
 	/** sets the user selection.
 	 */
-	[oneway] void setSelection( [in] com::sun::star::awt::Selection aSelection ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void setSelection( [in] com::sun::star::awt::Selection aSelection );
+
+	//-------------------------------------------------------------------------
+
 	/** returns the current user selection.
 	 */
-	com::sun::star::awt::Selection getSelection(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::awt::Selection getSelection();
+
+	//-------------------------------------------------------------------------
+
 	/** returns if the text is editable by the user.
 	 */
-	boolean isEditable(); 
- 
-	//------------------------------------------------------------------------- 
-		
+	boolean isEditable();
+
+	//-------------------------------------------------------------------------
+
 	/** makes the text editable for the user or read-only.
 	 */
-	[oneway] void setEditable( [in] boolean bEditable ); 
- 
-	//------------------------------------------------------------------------- 
-		
+	[oneway] void setEditable( [in] boolean bEditable );
+
+	//-------------------------------------------------------------------------
+
 	/** sets the maximum text length.
 	 */
-	[oneway] void setMaxTextLen( [in] short nLen ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void setMaxTextLen( [in] short nLen );
+
+	//-------------------------------------------------------------------------
+
 	/** returns the currently set maximum text length.
 	 */
-	short getMaxTextLen(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	short getMaxTextLen();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XTextEditField.idl b/main/offapi/com/sun/star/awt/XTextEditField.idl
index 2fbbee4..a7a877f 100644
--- a/main/offapi/com/sun/star/awt/XTextEditField.idl
+++ b/main/offapi/com/sun/star/awt/XTextEditField.idl
@@ -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,47 +7,47 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XTextEditField_idl__ 
-#define __com_sun_star_awt_XTextEditField_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XTextEditField_idl__
+#define __com_sun_star_awt_XTextEditField_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** is used for password fields.
  */
 published interface XTextEditField: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-		
+{
+	//-------------------------------------------------------------------------
+
 	/** sets the character to display as a substitute on user input.
 	 */
-	[oneway] void setEchoChar( [in] char cEcho ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[oneway] void setEchoChar( [in] char cEcho );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XTextLayoutConstrains.idl b/main/offapi/com/sun/star/awt/XTextLayoutConstrains.idl
index 4f5124a..cbd4916 100644
--- a/main/offapi/com/sun/star/awt/XTextLayoutConstrains.idl
+++ b/main/offapi/com/sun/star/awt/XTextLayoutConstrains.idl
@@ -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,58 +7,58 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XTextLayoutConstrains_idl__ 
-#define __com_sun_star_awt_XTextLayoutConstrains_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_Size_idl__ 
-#include <com/sun/star/awt/Size.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XTextLayoutConstrains_idl__
+#define __com_sun_star_awt_XTextLayoutConstrains_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_awt_Size_idl__
+#include <com/sun/star/awt/Size.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies the layout contstraints for a text field.
  */
 published interface XTextLayoutConstrains: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** returns the minimum size for a given number of columns and lines.
 	 */
-	com::sun::star::awt::Size getMinimumSize( [in] short nCols, 
-			 [in] short nLines ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::awt::Size getMinimumSize( [in] short nCols,
+			 [in] short nLines );
+
+	//-------------------------------------------------------------------------
+
 	/** returns the ideal number of columns and lines for displaying this text.
 	 */
-	void getColumnsAndLines( [out] short nCols, [out] short nLines ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void getColumnsAndLines( [out] short nCols, [out] short nLines );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XTextListener.idl b/main/offapi/com/sun/star/awt/XTextListener.idl
index b044e29..084e30d 100644
--- a/main/offapi/com/sun/star/awt/XTextListener.idl
+++ b/main/offapi/com/sun/star/awt/XTextListener.idl
@@ -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,51 +7,51 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XTextListener_idl__ 
-#define __com_sun_star_awt_XTextListener_idl__ 
- 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_TextEvent_idl__ 
-#include <com/sun/star/awt/TextEvent.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XTextListener_idl__
+#define __com_sun_star_awt_XTextListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+#ifndef __com_sun_star_awt_TextEvent_idl__
+#include <com/sun/star/awt/TextEvent.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** makes it possible to receive text change events.
  */
 published interface XTextListener: com::sun::star::lang::XEventListener
-{ 
-	//------------------------------------------------------------------------- 
-		
+{
+	//-------------------------------------------------------------------------
+
 	/** is invoked when the text has changed.
 	 */
-	[oneway] void textChanged( [in] com::sun::star::awt::TextEvent rEvent ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[oneway] void textChanged( [in] com::sun::star::awt::TextEvent rEvent );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XTimeField.idl b/main/offapi/com/sun/star/awt/XTimeField.idl
index 8d15f58..4853600 100644
--- a/main/offapi/com/sun/star/awt/XTimeField.idl
+++ b/main/offapi/com/sun/star/awt/XTimeField.idl
@@ -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,131 +7,131 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XTimeField_idl__ 
-#define __com_sun_star_awt_XTimeField_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XTimeField_idl__
+#define __com_sun_star_awt_XTimeField_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** gives access to the value and settings of a time field.
  */
 published interface XTimeField: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-		
+{
+	//-------------------------------------------------------------------------
+
 	/** sets the time value which is displayed in the time field.
 
         <p>The time value must be specified in the format HHMMSShh,
         where HH are hours, MM are minutes, SS are seconds and hh are
-        hundredth seconds.</p>    
+        hundredth seconds.</p>
 	 */
-	[oneway] void setTime( [in] long Time ); 
- 
+	[oneway] void setTime( [in] long Time );
+
 	//-------------------------------------------------------------------------
-    
+
 	/** returns the time value which is currently displayed in the time field.
 	 */
-	long getTime(); 
- 
-	//------------------------------------------------------------------------- 
+	long getTime();
+
+	//-------------------------------------------------------------------------
 
 	/** sets the minimum time value that can be entered by the user.
-	 */    
-	[oneway] void setMin( [in] long Time ); 
- 
-	//------------------------------------------------------------------------- 
+	 */
+	[oneway] void setMin( [in] long Time );
+
+	//-------------------------------------------------------------------------
 
 	/** returns the currently set minimum time value that can be entered by
         the user.
-	 */    
-	long getMin(); 
- 
-	//------------------------------------------------------------------------- 
+	 */
+	long getMin();
+
+	//-------------------------------------------------------------------------
 
 	/** sets the maximum time value that can be entered by the user.
-	 */    
-	[oneway] void setMax( [in] long Time ); 
- 
-	//------------------------------------------------------------------------- 
+	 */
+	[oneway] void setMax( [in] long Time );
+
+	//-------------------------------------------------------------------------
 
 	/** returns the currently set maximum time value that can be entered by
         the user.
-     */    
-	long getMax(); 
- 
-	//------------------------------------------------------------------------- 
+     */
+	long getMax();
+
+	//-------------------------------------------------------------------------
 
 	/** sets the first value to be set on POS1 key.
-	 */	
-	[oneway] void setFirst( [in] long Time ); 
- 
-	//------------------------------------------------------------------------- 
+	 */
+	[oneway] void setFirst( [in] long Time );
+
+	//-------------------------------------------------------------------------
 
 	/** returns the currently set first value which is set on POS1 key.
-	 */    
-	long getFirst(); 
- 
+	 */
+	long getFirst();
+
 	//-------------------------------------------------------------------------
-    
+
 	/** sets the last value to be set on END key.
-	 */    
-	[oneway] void setLast( [in] long Time ); 
- 
-	//------------------------------------------------------------------------- 
+	 */
+	[oneway] void setLast( [in] long Time );
+
+	//-------------------------------------------------------------------------
 
 	/** returns the currently set last value which is set on END key.
-	 */    
-	long getLast(); 
- 
-	//------------------------------------------------------------------------- 
+	 */
+	long getLast();
+
+	//-------------------------------------------------------------------------
 
 	/** sets an empty value for the time.
-	 */    
-	void setEmpty(); 
- 
-	//------------------------------------------------------------------------- 
+	 */
+	void setEmpty();
+
+	//-------------------------------------------------------------------------
 
 	/** returns whether currently an empty value is set for the time.
-	 */    
-	boolean isEmpty(); 
- 
+	 */
+	boolean isEmpty();
+
 	//-------------------------------------------------------------------------
-    
+
 	/** determines if the format is checked during user input.
-	 */    
-	[oneway] void setStrictFormat( [in] boolean bStrict ); 
- 
-	//------------------------------------------------------------------------- 
+	 */
+	[oneway] void setStrictFormat( [in] boolean bStrict );
+
+	//-------------------------------------------------------------------------
 
 	/** returns whether the format is currently checked during user input.
-	 */    
-	boolean isStrictFormat(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	 */
+	boolean isStrictFormat();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XToggleButton.idl b/main/offapi/com/sun/star/awt/XToggleButton.idl
index 80ff8bd..306e357 100644
--- a/main/offapi/com/sun/star/awt/XToggleButton.idl
+++ b/main/offapi/com/sun/star/awt/XToggleButton.idl
@@ -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,47 +7,47 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XToggleButton_idl__ 
-#define __com_sun_star_awt_XToggleButton_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XItemEventBroadcaster_idl__ 
-#include <com/sun/star/awt/XItemEventBroadcaster.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XToggleButton_idl__
+#define __com_sun_star_awt_XToggleButton_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XItemEventBroadcaster_idl__
+#include <com/sun/star/awt/XItemEventBroadcaster.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** is supported by buttons which can be toggled between a "pressed" and an "unpressed" state
 
     <p>Changes in the toggle state are broadcasted to <type>XItemListener</type> instances.</p>
  */
 interface XToggleButton: XItemEventBroadcaster
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XToolkit.idl b/main/offapi/com/sun/star/awt/XToolkit.idl
index 8d08343..6c47553 100644
--- a/main/offapi/com/sun/star/awt/XToolkit.idl
+++ b/main/offapi/com/sun/star/awt/XToolkit.idl
@@ -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,108 +7,108 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XToolkit_idl__ 
-#define __com_sun_star_awt_XToolkit_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XWindowPeer_idl__ 
-#include <com/sun/star/awt/XWindowPeer.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_Rectangle_idl__ 
-#include <com/sun/star/awt/Rectangle.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_WindowDescriptor_idl__ 
-#include <com/sun/star/awt/WindowDescriptor.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XDevice_idl__ 
-#include <com/sun/star/awt/XDevice.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XRegion_idl__ 
-#include <com/sun/star/awt/XRegion.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
-/** specifies a factory interface for the window toolkit. 
-		 
+#ifndef __com_sun_star_awt_XToolkit_idl__
+#define __com_sun_star_awt_XToolkit_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XWindowPeer_idl__
+#include <com/sun/star/awt/XWindowPeer.idl>
+#endif
+
+#ifndef __com_sun_star_awt_Rectangle_idl__
+#include <com/sun/star/awt/Rectangle.idl>
+#endif
+
+#ifndef __com_sun_star_awt_WindowDescriptor_idl__
+#include <com/sun/star/awt/WindowDescriptor.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XDevice_idl__
+#include <com/sun/star/awt/XDevice.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XRegion_idl__
+#include <com/sun/star/awt/XRegion.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
+/** specifies a factory interface for the window toolkit.
+
 	<p>This is similar to the abstract window toolkit (AWT) in Java.</p>
  */
 published interface XToolkit: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** returns the desktop window.
 	 */
-	com::sun::star::awt::XWindowPeer getDesktopWindow(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::awt::XWindowPeer getDesktopWindow();
+
+	//-------------------------------------------------------------------------
+
 	/** returns the complete work area for this toolkit.
 	 */
-	com::sun::star::awt::Rectangle getWorkArea(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::awt::Rectangle getWorkArea();
+
+	//-------------------------------------------------------------------------
+
 	/** creates a new window using the given descriptor.
 	 */
-	com::sun::star::awt::XWindowPeer createWindow( [in] com::sun::star::awt::WindowDescriptor Descriptor ) 
-			raises( com::sun::star::lang::IllegalArgumentException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** returns a sequence of windows which are newly created using the 
+	com::sun::star::awt::XWindowPeer createWindow( [in] com::sun::star::awt::WindowDescriptor Descriptor )
+			raises( com::sun::star::lang::IllegalArgumentException );
+
+	//-------------------------------------------------------------------------
+
+	/** returns a sequence of windows which are newly created using the
 		given descriptors.
 	 */
-	sequence<com::sun::star::awt::XWindowPeer> createWindows(  
-			[in] sequence<com::sun::star::awt::WindowDescriptor> Descriptors ) 
-		raises( com::sun::star::lang::IllegalArgumentException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	sequence<com::sun::star::awt::XWindowPeer> createWindows(
+			[in] sequence<com::sun::star::awt::WindowDescriptor> Descriptors )
+		raises( com::sun::star::lang::IllegalArgumentException );
+
+	//-------------------------------------------------------------------------
+
 	/** creates a virtual device that is compatible with the screen.
 	 */
-	com::sun::star::awt::XDevice createScreenCompatibleDevice( [in] long Width, 
-			 [in] long Height ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::awt::XDevice createScreenCompatibleDevice( [in] long Width,
+			 [in] long Height );
+
+	//-------------------------------------------------------------------------
+
 	/** creates a region.
 	 */
-	com::sun::star::awt::XRegion createRegion(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::awt::XRegion createRegion();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XTopWindow.idl b/main/offapi/com/sun/star/awt/XTopWindow.idl
index f045100..bc7d6cd 100644
--- a/main/offapi/com/sun/star/awt/XTopWindow.idl
+++ b/main/offapi/com/sun/star/awt/XTopWindow.idl
@@ -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,83 +7,83 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XTopWindow_idl__ 
-#define __com_sun_star_awt_XTopWindow_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XTopWindowListener_idl__ 
-#include <com/sun/star/awt/XTopWindowListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XMenuBar_idl__ 
-#include <com/sun/star/awt/XMenuBar.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
-/** manages the functionality specific for a top window. 	
+#ifndef __com_sun_star_awt_XTopWindow_idl__
+#define __com_sun_star_awt_XTopWindow_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XTopWindowListener_idl__
+#include <com/sun/star/awt/XTopWindowListener.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XMenuBar_idl__
+#include <com/sun/star/awt/XMenuBar.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
+/** manages the functionality specific for a top window.
  */
 published interface XTopWindow: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** adds the specified top window listener to receive window events from
 		this window.
 	 */
-	[oneway] void addTopWindowListener( [in] com::sun::star::awt::XTopWindowListener xListener ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void addTopWindowListener( [in] com::sun::star::awt::XTopWindowListener xListener );
+
+	//-------------------------------------------------------------------------
+
 	/** removes the specified top window listener so that it no longer
 		receives window events from this window.
 	 */
-	[oneway] void removeTopWindowListener( [in] com::sun::star::awt::XTopWindowListener xListener ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void removeTopWindowListener( [in] com::sun::star::awt::XTopWindowListener xListener );
+
+	//-------------------------------------------------------------------------
+
 	/** places this window at the top of the stacking order and
 		shows it in front of any other windows.
 	 */
-	[oneway] void toFront(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void toFront();
+
+	//-------------------------------------------------------------------------
+
 	/** places this window at the bottom of the stacking order and
 		makes the corresponding adjustment to other visible windows.
 	 */
-	[oneway] void toBack(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void toBack();
+
+	//-------------------------------------------------------------------------
+
 	/** sets a menu bar.
 	 */
-	[oneway] void setMenuBar( [in] com::sun::star::awt::XMenuBar xMenu ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[oneway] void setMenuBar( [in] com::sun::star::awt::XMenuBar xMenu );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XTopWindow2.idl b/main/offapi/com/sun/star/awt/XTopWindow2.idl
index 836d814..92656bf 100644
--- a/main/offapi/com/sun/star/awt/XTopWindow2.idl
+++ b/main/offapi/com/sun/star/awt/XTopWindow2.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -29,7 +29,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module awt { 
+module com { module sun { module star { module awt {
 
 //=============================================================================
 
@@ -67,7 +67,7 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/awt/XTopWindowListener.idl b/main/offapi/com/sun/star/awt/XTopWindowListener.idl
index 1aeafa2..4d13f0d 100644
--- a/main/offapi/com/sun/star/awt/XTopWindowListener.idl
+++ b/main/offapi/com/sun/star/awt/XTopWindowListener.idl
@@ -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,91 +7,91 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XTopWindowListener_idl__ 
-#define __com_sun_star_awt_XTopWindowListener_idl__ 
- 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_EventObject_idl__ 
-#include <com/sun/star/lang/EventObject.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XTopWindowListener_idl__
+#define __com_sun_star_awt_XTopWindowListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** makes it possible to receive window events.
 
     @see XActivateListener
  */
 published interface XTopWindowListener: com::sun::star::lang::XEventListener
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** is invoked when a window has been opened.
 	 */
-	[oneway] void windowOpened( [in] com::sun::star::lang::EventObject e ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void windowOpened( [in] com::sun::star::lang::EventObject e );
+
+	//-------------------------------------------------------------------------
+
 	/** is invoked when a window is in the process of being closed.
-						
+
 		<p>The close operation can be overridden at this point.</p>
 	 */
-	[oneway] void windowClosing( [in] com::sun::star::lang::EventObject e ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void windowClosing( [in] com::sun::star::lang::EventObject e );
+
+	//-------------------------------------------------------------------------
+
 	/** is invoked when a window has been closed.
 	 */
-	[oneway] void windowClosed( [in] com::sun::star::lang::EventObject e ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void windowClosed( [in] com::sun::star::lang::EventObject e );
+
+	//-------------------------------------------------------------------------
+
 	/** is invoked when a window is iconified.
 	 */
-	[oneway] void windowMinimized( [in] com::sun::star::lang::EventObject e ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void windowMinimized( [in] com::sun::star::lang::EventObject e );
+
+	//-------------------------------------------------------------------------
+
 	/** is invoked when a window is de-iconified.
 	 */
-	[oneway] void windowNormalized( [in] com::sun::star::lang::EventObject e ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void windowNormalized( [in] com::sun::star::lang::EventObject e );
+
+	//-------------------------------------------------------------------------
+
 	/** is invoked when a window is activated.
 	 */
-	[oneway] void windowActivated( [in] com::sun::star::lang::EventObject e ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void windowActivated( [in] com::sun::star::lang::EventObject e );
+
+	//-------------------------------------------------------------------------
+
 	/** is invoked when a window is de-activated.
 	 */
-	[oneway] void windowDeactivated( [in] com::sun::star::lang::EventObject e ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[oneway] void windowDeactivated( [in] com::sun::star::lang::EventObject e );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XUnitConversion.idl b/main/offapi/com/sun/star/awt/XUnitConversion.idl
index c2669dd..4ba12a0 100644
--- a/main/offapi/com/sun/star/awt/XUnitConversion.idl
+++ b/main/offapi/com/sun/star/awt/XUnitConversion.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/XUnoControlContainer.idl b/main/offapi/com/sun/star/awt/XUnoControlContainer.idl
index cb92569..d0b2f76 100644
--- a/main/offapi/com/sun/star/awt/XUnoControlContainer.idl
+++ b/main/offapi/com/sun/star/awt/XUnoControlContainer.idl
@@ -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,69 +7,69 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XUnoControlContainer_idl__ 
-#define __com_sun_star_awt_XUnoControlContainer_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XTabController_idl__ 
-#include <com/sun/star/awt/XTabController.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XUnoControlContainer_idl__
+#define __com_sun_star_awt_XUnoControlContainer_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XTabController_idl__
+#include <com/sun/star/awt/XTabController.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** gives access to the tab controllers of a <type>UnoControlContainer</type>.
  */
 published interface XUnoControlContainer: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-		
+{
+	//-------------------------------------------------------------------------
+
 	/** sets a set of tab controllers.
 	 */
-	[oneway] void setTabControllers( [in] sequence<com::sun::star::awt::XTabController> TabControllers ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void setTabControllers( [in] sequence<com::sun::star::awt::XTabController> TabControllers );
+
+	//-------------------------------------------------------------------------
+
 	/** returns all currently specified tab controllers.
 	 */
-	sequence<com::sun::star::awt::XTabController> getTabControllers(); 
- 
-	//------------------------------------------------------------------------- 
-		
+	sequence<com::sun::star::awt::XTabController> getTabControllers();
+
+	//-------------------------------------------------------------------------
+
 	/** adds a single tab controller.
 	 */
-	[oneway] void addTabController( [in] com::sun::star::awt::XTabController TabController ); 
- 
-	//------------------------------------------------------------------------- 
-		
+	[oneway] void addTabController( [in] com::sun::star::awt::XTabController TabController );
+
+	//-------------------------------------------------------------------------
+
 	/** removes a single tab controller.
 	 */
-	[oneway] void removeTabController( [in] com::sun::star::awt::XTabController TabController ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[oneway] void removeTabController( [in] com::sun::star::awt::XTabController TabController );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XUserInputInterception.idl b/main/offapi/com/sun/star/awt/XUserInputInterception.idl
index 0219b84..893c68c 100644
--- a/main/offapi/com/sun/star/awt/XUserInputInterception.idl
+++ b/main/offapi/com/sun/star/awt/XUserInputInterception.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -40,7 +40,7 @@
 
 /** Interface to add handlers for key and mouse events. A handler is not a passive
    listener, it can even consume the event.
-   
+
     @since OpenOffice 1.1.2
  */
 published interface XUserInputInterception : ::com::sun::star::uno::XInterface
diff --git a/main/offapi/com/sun/star/awt/XVclContainer.idl b/main/offapi/com/sun/star/awt/XVclContainer.idl
index c1c3803..00e6fe9 100644
--- a/main/offapi/com/sun/star/awt/XVclContainer.idl
+++ b/main/offapi/com/sun/star/awt/XVclContainer.idl
@@ -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,71 +7,71 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XVclContainer_idl__ 
-#define __com_sun_star_awt_XVclContainer_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XVclContainerListener_idl__ 
-#include <com/sun/star/awt/XVclContainerListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XWindow_idl__ 
-#include <com/sun/star/awt/XWindow.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XVclContainer_idl__
+#define __com_sun_star_awt_XVclContainer_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XVclContainerListener_idl__
+#include <com/sun/star/awt/XVclContainerListener.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XWindow_idl__
+#include <com/sun/star/awt/XWindow.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** represents a VCL container window.
-													
+
 	@deprecated
  */
 published interface XVclContainer: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** adds the specified container listener to receive
 		container events from this container.
 	 */
-	[oneway] void addVclContainerListener( [in] com::sun::star::awt::XVclContainerListener l ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void addVclContainerListener( [in] com::sun::star::awt::XVclContainerListener l );
+
+	//-------------------------------------------------------------------------
+
 	/** removes the specified container listener so that it
 		no longer receives container events from this container.
 	 */
-	[oneway] void removeVclContainerListener( [in] com::sun::star::awt::XVclContainerListener l ); 
- 
-	//------------------------------------------------------------------------- 
+	[oneway] void removeVclContainerListener( [in] com::sun::star::awt::XVclContainerListener l );
+
+	//-------------------------------------------------------------------------
 
     /** returns all windows.
      */
-	sequence<com::sun::star::awt::XWindow> getWindows(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	sequence<com::sun::star::awt::XWindow> getWindows();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XVclContainerListener.idl b/main/offapi/com/sun/star/awt/XVclContainerListener.idl
index 44d0d88..eb06659 100644
--- a/main/offapi/com/sun/star/awt/XVclContainerListener.idl
+++ b/main/offapi/com/sun/star/awt/XVclContainerListener.idl
@@ -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,64 +7,64 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XVclContainerListener_idl__ 
-#define __com_sun_star_awt_XVclContainerListener_idl__ 
- 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_VclContainerEvent_idl__ 
-#include <com/sun/star/awt/VclContainerEvent.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XVclContainerListener_idl__
+#define __com_sun_star_awt_XVclContainerListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+#ifndef __com_sun_star_awt_VclContainerEvent_idl__
+#include <com/sun/star/awt/VclContainerEvent.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** makes it possible to receive container events.
-			
-	<p>Container events are provided <strong>only</strong> for 
+
+	<p>Container events are provided <strong>only</strong> for
 	notification purposes. The VCL will automatically handle
 	add and remove operations internally.</p>
-			
+
 	@deprecated
  */
 published interface XVclContainerListener: com::sun::star::lang::XEventListener
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** is invoked when a window has been added to the VCL container window.
 	 */
-	[oneway] void windowAdded( [in] com::sun::star::awt::VclContainerEvent e ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void windowAdded( [in] com::sun::star::awt::VclContainerEvent e );
+
+	//-------------------------------------------------------------------------
+
 	/** is invoked when a window has been removed from the VCL container
         window.
 	 */
-	[oneway] void windowRemoved( [in] com::sun::star::awt::VclContainerEvent e ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[oneway] void windowRemoved( [in] com::sun::star::awt::VclContainerEvent e );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XVclContainerPeer.idl b/main/offapi/com/sun/star/awt/XVclContainerPeer.idl
index 5151b8b..311673b 100644
--- a/main/offapi/com/sun/star/awt/XVclContainerPeer.idl
+++ b/main/offapi/com/sun/star/awt/XVclContainerPeer.idl
@@ -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,67 +7,67 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XVclContainerPeer_idl__ 
-#define __com_sun_star_awt_XVclContainerPeer_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XWindow_idl__ 
-#include <com/sun/star/awt/XWindow.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XVclContainerPeer_idl__
+#define __com_sun_star_awt_XVclContainerPeer_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XWindow_idl__
+#include <com/sun/star/awt/XWindow.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** gives access to the VCL container window implementation.
-    
+
     @deprecated
  */
 published interface XVclContainerPeer: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 
     /** enable as dialog control.
      */
-	[oneway] void enableDialogControl( [in] boolean bEnable ); 
- 
-	//------------------------------------------------------------------------- 
+	[oneway] void enableDialogControl( [in] boolean bEnable );
+
+	//-------------------------------------------------------------------------
 
     /** sets the tab order.
      */
-	[oneway] void setTabOrder( [in] sequence<com::sun::star::awt::XWindow> WindowOrder, 
-			 [in] sequence<any> Tabs, 
-			 [in] boolean GroupControl ); 
- 
-	//------------------------------------------------------------------------- 
+	[oneway] void setTabOrder( [in] sequence<com::sun::star::awt::XWindow> WindowOrder,
+			 [in] sequence<any> Tabs,
+			 [in] boolean GroupControl );
+
+	//-------------------------------------------------------------------------
 
     /** sets a group.
      */
-	[oneway] void setGroup( [in] sequence<com::sun::star::awt::XWindow> Windows ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[oneway] void setGroup( [in] sequence<com::sun::star::awt::XWindow> Windows );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XVclWindowPeer.idl b/main/offapi/com/sun/star/awt/XVclWindowPeer.idl
index 11a2cd1..53ffa2c 100644
--- a/main/offapi/com/sun/star/awt/XVclWindowPeer.idl
+++ b/main/offapi/com/sun/star/awt/XVclWindowPeer.idl
@@ -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,111 +7,111 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XVclWindowPeer_idl__ 
-#define __com_sun_star_awt_XVclWindowPeer_idl__ 
- 
-#ifndef __com_sun_star_awt_XWindowPeer_idl__ 
-#include <com/sun/star/awt/XWindowPeer.idl> 
-#endif 
- 
+#ifndef __com_sun_star_awt_XVclWindowPeer_idl__
+#define __com_sun_star_awt_XVclWindowPeer_idl__
+
+#ifndef __com_sun_star_awt_XWindowPeer_idl__
+#include <com/sun/star/awt/XWindowPeer.idl>
+#endif
+
 #ifndef __com_sun_star_util_Color_idl__
 #include <com/sun/star/util/Color.idl>
 #endif
 
-#ifndef __com_sun_star_awt_FontDescriptor_idl__ 
-#include <com/sun/star/awt/FontDescriptor.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_FontDescriptor_idl__
+#include <com/sun/star/awt/FontDescriptor.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** gives access to the VCL window implementation.
 
     @deprecated
  */
 published interface XVclWindowPeer: com::sun::star::awt::XWindowPeer
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 
 	/** returns <true/> if the window peer is a child, <false/> otherwise.
-	 */    
-	boolean isChild( [in] com::sun::star::awt::XWindowPeer Peer ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	 */
+	boolean isChild( [in] com::sun::star::awt::XWindowPeer Peer );
+
+	//-------------------------------------------------------------------------
+
 	/** sets the design mode for use in a design editor.
 	 */
-	[oneway] void setDesignMode( [in] boolean bOn ); 
- 
-	//------------------------------------------------------------------------- 
+	[oneway] void setDesignMode( [in] boolean bOn );
+
+	//-------------------------------------------------------------------------
 
 	/** returns <true/> if the window peer is in design mode,
         <false/> otherwise.
-	 */    
-	boolean isDesignMode(); 
- 
-	//------------------------------------------------------------------------- 
+	 */
+	boolean isDesignMode();
+
+	//-------------------------------------------------------------------------
 
     /** enables clipping of sibling windows.
      */
-	[oneway] void enableClipSiblings( [in] boolean bClip ); 
- 
-	//------------------------------------------------------------------------- 
+	[oneway] void enableClipSiblings( [in] boolean bClip );
+
+	//-------------------------------------------------------------------------
 
     /** sets the foreground color.
      */
-	[oneway] void setForeground( [in] com::sun::star::util::Color Color ); 
- 
-	//------------------------------------------------------------------------- 
+	[oneway] void setForeground( [in] com::sun::star::util::Color Color );
+
+	//-------------------------------------------------------------------------
 
 	/** sets the control font.
      */
-	[oneway] void setControlFont( [in] com::sun::star::awt::FontDescriptor aFont ); 
- 
-	//------------------------------------------------------------------------- 
+	[oneway] void setControlFont( [in] com::sun::star::awt::FontDescriptor aFont );
+
+	//-------------------------------------------------------------------------
 
 	/** returns the font, foreground and background color for the specified
         type.
      */
-	void getStyles( [in] short nType, 
-			 [out] com::sun::star::awt::FontDescriptor Font, 
-			 [out] com::sun::star::util::Color ForegroundColor, 
-			 [out] com::sun::star::util::Color BackgroundColor ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void getStyles( [in] short nType,
+			 [out] com::sun::star::awt::FontDescriptor Font,
+			 [out] com::sun::star::util::Color ForegroundColor,
+			 [out] com::sun::star::util::Color BackgroundColor );
+
+	//-------------------------------------------------------------------------
+
 	/** sets the value of the property with the specified name.
 	 */
-	void setProperty( [in] string PropertyName, 
-			 [in] any Value ); 
- 
-	//------------------------------------------------------------------------- 
+	void setProperty( [in] string PropertyName,
+			 [in] any Value );
+
+	//-------------------------------------------------------------------------
 
 	/** returns the value of the property with the specified name.
      */
-	any getProperty( [in] string PropertyName ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	any getProperty( [in] string PropertyName );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XView.idl b/main/offapi/com/sun/star/awt/XView.idl
index 8ff75ce..11b4a5f 100644
--- a/main/offapi/com/sun/star/awt/XView.idl
+++ b/main/offapi/com/sun/star/awt/XView.idl
@@ -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,91 +7,91 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XView_idl__ 
-#define __com_sun_star_awt_XView_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XGraphics_idl__ 
-#include <com/sun/star/awt/XGraphics.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_Size_idl__ 
-#include <com/sun/star/awt/Size.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XView_idl__
+#define __com_sun_star_awt_XView_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XGraphics_idl__
+#include <com/sun/star/awt/XGraphics.idl>
+#endif
+
+#ifndef __com_sun_star_awt_Size_idl__
+#include <com/sun/star/awt/Size.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** makes it possible to attach an oputput device to the object.
-			
+
 	<p>This kind of object is called view-object.</p>
  */
 published interface XView: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** sets the output device.
 	 */
-	boolean setGraphics( [in] com::sun::star::awt::XGraphics aDevice ); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** returns the output device which was set using the method 
+	boolean setGraphics( [in] com::sun::star::awt::XGraphics aDevice );
+
+	//-------------------------------------------------------------------------
+
+	/** returns the output device which was set using the method
 		<member>XView::setGraphics</member>.
 	 */
-	com::sun::star::awt::XGraphics getGraphics(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::awt::XGraphics getGraphics();
+
+	//-------------------------------------------------------------------------
+
 	/** returns the size of the object in device units.
 
-        <p>A device must be set before.</p>				 
+        <p>A device must be set before.</p>
 	 */
-	com::sun::star::awt::Size getSize(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::awt::Size getSize();
+
+	//-------------------------------------------------------------------------
+
 	/** draws the object at the specified position.
-						
+
 		<p>If the output should be clipped, the caller has to set the
 		clipping region.</p>
 	 */
-	[oneway] void draw( [in] long nX, 
-			 [in] long nY ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void draw( [in] long nX,
+			 [in] long nY );
+
+	//-------------------------------------------------------------------------
+
 	/** sets the zoom factor.
-						
+
 		<p>The zoom factor only affects the content of the view, not the size.</p>
 	 */
-	[oneway] void setZoom( [in] float fZoomX, 
-			 [in] float fZoomY ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[oneway] void setZoom( [in] float fZoomX,
+			 [in] float fZoomY );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XWindow.idl b/main/offapi/com/sun/star/awt/XWindow.idl
index c9b9dcd..0789685 100644
--- a/main/offapi/com/sun/star/awt/XWindow.idl
+++ b/main/offapi/com/sun/star/awt/XWindow.idl
@@ -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,72 +7,72 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XWindow_idl__ 
-#define __com_sun_star_awt_XWindow_idl__ 
- 
-#ifndef __com_sun_star_lang_XComponent_idl__ 
-#include <com/sun/star/lang/XComponent.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_Rectangle_idl__ 
-#include <com/sun/star/awt/Rectangle.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XWindowListener_idl__ 
-#include <com/sun/star/awt/XWindowListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XFocusListener_idl__ 
-#include <com/sun/star/awt/XFocusListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XKeyListener_idl__ 
-#include <com/sun/star/awt/XKeyListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XMouseListener_idl__ 
-#include <com/sun/star/awt/XMouseListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XMouseMotionListener_idl__ 
-#include <com/sun/star/awt/XMouseMotionListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XPaintListener_idl__ 
-#include <com/sun/star/awt/XPaintListener.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XWindow_idl__
+#define __com_sun_star_awt_XWindow_idl__
+
+#ifndef __com_sun_star_lang_XComponent_idl__
+#include <com/sun/star/lang/XComponent.idl>
+#endif
+
+#ifndef __com_sun_star_awt_Rectangle_idl__
+#include <com/sun/star/awt/Rectangle.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XWindowListener_idl__
+#include <com/sun/star/awt/XWindowListener.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XFocusListener_idl__
+#include <com/sun/star/awt/XFocusListener.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XKeyListener_idl__
+#include <com/sun/star/awt/XKeyListener.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XMouseListener_idl__
+#include <com/sun/star/awt/XMouseListener.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XMouseMotionListener_idl__
+#include <com/sun/star/awt/XMouseMotionListener.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XPaintListener_idl__
+#include <com/sun/star/awt/XPaintListener.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies the basic operations for a window component.
-		
-	<p>A window is a rectangular region on an output device with 
+
+	<p>A window is a rectangular region on an output device with
 	its own position, size, and internal coordinate system.
     A window is used for displaying data. In addition, the window
     receives events from the user.</p>
  */
 published interface XWindow: com::sun::star::lang::XComponent
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** sets the outer bounds of the window.
 
         @param X
@@ -89,118 +89,118 @@
 
         @param Flags
         Flags are of type <type>PosSize</type> and specify, which parameters
-        are taken into account when setting the outer bounds of the window.    
+        are taken into account when setting the outer bounds of the window.
     */
-	[oneway] void setPosSize( [in] long X, 
-			 [in] long Y, 
-			 [in] long Width, 
-			 [in] long Height, 
-			 [in] short Flags ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void setPosSize( [in] long X,
+			 [in] long Y,
+			 [in] long Width,
+			 [in] long Height,
+			 [in] short Flags );
+
+	//-------------------------------------------------------------------------
+
 	/** returns the outer bounds of the window.
 	 */
-	com::sun::star::awt::Rectangle getPosSize(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::awt::Rectangle getPosSize();
+
+	//-------------------------------------------------------------------------
+
 	/** shows or hides the window depending on the parameter.
 	 */
-	[oneway] void setVisible( [in] boolean Visible ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void setVisible( [in] boolean Visible );
+
+	//-------------------------------------------------------------------------
+
 	/** enables or disables the window depending on the parameter.
 	 */
-	[oneway] void setEnable( [in] boolean Enable ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void setEnable( [in] boolean Enable );
+
+	//-------------------------------------------------------------------------
+
 	/** sets the focus to the window.
 	 */
-	[oneway] void setFocus(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void setFocus();
+
+	//-------------------------------------------------------------------------
+
 	/** adds a window listener to the object.
 
         @param xListener
             the listener to add. If this listener also supports the <type>XWindowListener2</type> interface,
             it will receive the additional events declared in XWindowListener2.
 	 */
-	[oneway] void addWindowListener( [in] com::sun::star::awt::XWindowListener xListener ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void addWindowListener( [in] com::sun::star::awt::XWindowListener xListener );
+
+	//-------------------------------------------------------------------------
+
 	/** removes the specified window listener from the listener list.
 	 */
-	[oneway] void removeWindowListener( [in] com::sun::star::awt::XWindowListener xListener ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void removeWindowListener( [in] com::sun::star::awt::XWindowListener xListener );
+
+	//-------------------------------------------------------------------------
+
 	/** adds a focus listener to the object.
 	 */
-	[oneway] void addFocusListener( [in] com::sun::star::awt::XFocusListener xListener ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void addFocusListener( [in] com::sun::star::awt::XFocusListener xListener );
+
+	//-------------------------------------------------------------------------
+
 	/** removes the specified focus listener from the listener list.
 	 */
-	[oneway] void removeFocusListener( [in] com::sun::star::awt::XFocusListener xListener ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void removeFocusListener( [in] com::sun::star::awt::XFocusListener xListener );
+
+	//-------------------------------------------------------------------------
+
 	/** adds a key listener to the object.
 	 */
-	[oneway] void addKeyListener( [in] com::sun::star::awt::XKeyListener xListener ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void addKeyListener( [in] com::sun::star::awt::XKeyListener xListener );
+
+	//-------------------------------------------------------------------------
+
 	/** removes the specified key listener from the listener list.
 	 */
-	[oneway] void removeKeyListener( [in] com::sun::star::awt::XKeyListener xListener ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void removeKeyListener( [in] com::sun::star::awt::XKeyListener xListener );
+
+	//-------------------------------------------------------------------------
+
 	/** adds a mouse listener to the object.
 	 */
-	[oneway] void addMouseListener( [in] com::sun::star::awt::XMouseListener xListener ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void addMouseListener( [in] com::sun::star::awt::XMouseListener xListener );
+
+	//-------------------------------------------------------------------------
+
 	/** removes the specified mouse listener from the listener list.
 	 */
-	[oneway] void removeMouseListener( [in] com::sun::star::awt::XMouseListener xListener ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void removeMouseListener( [in] com::sun::star::awt::XMouseListener xListener );
+
+	//-------------------------------------------------------------------------
+
 	/** adds a mouse motion listener to the object.
 	 */
-	[oneway] void addMouseMotionListener( [in] com::sun::star::awt::XMouseMotionListener xListener ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void addMouseMotionListener( [in] com::sun::star::awt::XMouseMotionListener xListener );
+
+	//-------------------------------------------------------------------------
+
 	/** removes the specified mouse motion listener from the listener list.
 	 */
-	[oneway] void removeMouseMotionListener( [in] com::sun::star::awt::XMouseMotionListener xListener ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void removeMouseMotionListener( [in] com::sun::star::awt::XMouseMotionListener xListener );
+
+	//-------------------------------------------------------------------------
+
 	/** adds a paint listener to the object.
 	 */
-	[oneway] void addPaintListener( [in] com::sun::star::awt::XPaintListener xListener ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void addPaintListener( [in] com::sun::star::awt::XPaintListener xListener );
+
+	//-------------------------------------------------------------------------
+
 	/** removes the specified paint listener from the listener list.
 	 */
-	[oneway] void removePaintListener( [in] com::sun::star::awt::XPaintListener xListener ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[oneway] void removePaintListener( [in] com::sun::star::awt::XPaintListener xListener );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XWindow2.idl b/main/offapi/com/sun/star/awt/XWindow2.idl
index 42f6252..bb2bbed 100644
--- a/main/offapi/com/sun/star/awt/XWindow2.idl
+++ b/main/offapi/com/sun/star/awt/XWindow2.idl
@@ -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,92 +7,92 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XWindow2_idl__ 
-#define __com_sun_star_awt_XWindow2_idl__ 
- 
-#ifndef __com_sun_star_awt_XWindow_idl__ 
-#include <com/sun/star/awt/XWindow.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_Size_idl__ 
-#include <com/sun/star/awt/Size.idl> 
-#endif 
- 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XWindow2_idl__
+#define __com_sun_star_awt_XWindow2_idl__
+
+#ifndef __com_sun_star_awt_XWindow_idl__
+#include <com/sun/star/awt/XWindow.idl>
+#endif
+
+#ifndef __com_sun_star_awt_Size_idl__
+#include <com/sun/star/awt/Size.idl>
+#endif
+
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** specifies some extended operations for a window component.
-		
-	<p>A window is a rectangular region on an output device with 
+
+	<p>A window is a rectangular region on an output device with
 	its own position, size, and internal coordinate system.
     A window is used for displaying data. In addition, the window
     receives events from the user.</p>
  */
 published interface XWindow2: com::sun::star::awt::XWindow
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** sets the inner bounds of the window, also known as the client size
 
         @param Size
         the inner width and height of the window.
 
     */
-	void setOutputSize( [in] com::sun::star::awt::Size aSize ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void setOutputSize( [in] com::sun::star::awt::Size aSize );
+
+	//-------------------------------------------------------------------------
+
 	/** returns the inner bounds of the window, also known as the client size.
 	 */
-	com::sun::star::awt::Size getOutputSize(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::awt::Size getOutputSize();
+
+	//-------------------------------------------------------------------------
+
 	/** returns the visibility state of the window
 	 */
-	boolean isVisible(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	boolean isVisible();
+
+	//-------------------------------------------------------------------------
+
 	/** returns the activation state of the window
 	 */
-	boolean isActive(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	boolean isActive();
+
+	//-------------------------------------------------------------------------
+
 	/** returns the enabled state of the window
 	 */
-	boolean isEnabled(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	boolean isEnabled();
+
+	//-------------------------------------------------------------------------
+
 	/** returns the focus state of the window
 	 */
-	boolean hasFocus(); 
- 
-	//------------------------------------------------------------------------- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	boolean hasFocus();
+
+	//-------------------------------------------------------------------------
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XWindowListener.idl b/main/offapi/com/sun/star/awt/XWindowListener.idl
index 6171cae..6d48fbb 100644
--- a/main/offapi/com/sun/star/awt/XWindowListener.idl
+++ b/main/offapi/com/sun/star/awt/XWindowListener.idl
@@ -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,78 +7,78 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XWindowListener_idl__ 
-#define __com_sun_star_awt_XWindowListener_idl__ 
- 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_WindowEvent_idl__ 
-#include <com/sun/star/awt/WindowEvent.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_EventObject_idl__ 
-#include <com/sun/star/lang/EventObject.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XWindowListener_idl__
+#define __com_sun_star_awt_XWindowListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+#ifndef __com_sun_star_awt_WindowEvent_idl__
+#include <com/sun/star/awt/WindowEvent.idl>
+#endif
+
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+//=============================================================================
+
 /** makes it possible to receive window events.
-			
-	<p>Component events are provided <strong>only</strong> for 
-	notification purposes.  Moves and resizes will be handled 
-	internally by the window component, so that GUI layout works properly 
+
+	<p>Component events are provided <strong>only</strong> for
+	notification purposes.  Moves and resizes will be handled
+	internally by the window component, so that GUI layout works properly
 	regardless of whether a program registers such a listener or not.</p>
  */
 published interface XWindowListener: com::sun::star::lang::XEventListener
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** is invoked when the window has been resized.
 	 */
-	[oneway] void windowResized( [in] com::sun::star::awt::WindowEvent e ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void windowResized( [in] com::sun::star::awt::WindowEvent e );
+
+	//-------------------------------------------------------------------------
+
 	/** is invoked when the window has been moved.
 	 */
-	[oneway] void windowMoved( [in] com::sun::star::awt::WindowEvent e ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void windowMoved( [in] com::sun::star::awt::WindowEvent e );
+
+	//-------------------------------------------------------------------------
+
 	/** is invoked when the window has been shown.
 	 */
-	[oneway] void windowShown( [in] com::sun::star::lang::EventObject e ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void windowShown( [in] com::sun::star::lang::EventObject e );
+
+	//-------------------------------------------------------------------------
+
 	/** is invoked when the window has been hidden.
 	 */
-	[oneway] void windowHidden( [in] com::sun::star::lang::EventObject e ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[oneway] void windowHidden( [in] com::sun::star::lang::EventObject e );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/XWindowListener2.idl b/main/offapi/com/sun/star/awt/XWindowListener2.idl
index 10830f2..8d69fea 100644
--- a/main/offapi/com/sun/star/awt/XWindowListener2.idl
+++ b/main/offapi/com/sun/star/awt/XWindowListener2.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/XWindowPeer.idl b/main/offapi/com/sun/star/awt/XWindowPeer.idl
index 0751c63..bb41828 100644
--- a/main/offapi/com/sun/star/awt/XWindowPeer.idl
+++ b/main/offapi/com/sun/star/awt/XWindowPeer.idl
@@ -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,83 +7,83 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_XWindowPeer_idl__ 
-#define __com_sun_star_awt_XWindowPeer_idl__ 
- 
-#ifndef __com_sun_star_lang_XComponent_idl__ 
-#include <com/sun/star/lang/XComponent.idl> 
-#endif 
- 
+#ifndef __com_sun_star_awt_XWindowPeer_idl__
+#define __com_sun_star_awt_XWindowPeer_idl__
+
+#ifndef __com_sun_star_lang_XComponent_idl__
+#include <com/sun/star/lang/XComponent.idl>
+#endif
+
 #ifndef __com_sun_star_util_Color_idl__
 #include <com/sun/star/util/Color.idl>
 #endif
 
-#ifndef __com_sun_star_awt_Rectangle_idl__ 
-#include <com/sun/star/awt/Rectangle.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module awt {  
- 
- published interface XToolkit; 
- published interface XPointer; 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_Rectangle_idl__
+#include <com/sun/star/awt/Rectangle.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module awt {
+
+ published interface XToolkit;
+ published interface XPointer;
+
+//=============================================================================
+
 /** gives access to the actual window implementation on the device.
  */
 published interface XWindowPeer: com::sun::star::lang::XComponent
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** returns the toolkit which created this object.
 	 */
-	XToolkit getToolkit(); 
- 
-	//------------------------------------------------------------------------- 
-		
+	XToolkit getToolkit();
+
+	//-------------------------------------------------------------------------
+
 	/** sets the mouse pointer.
 	 */
-	[oneway] void setPointer( [in] XPointer Pointer ); 
- 
-	//------------------------------------------------------------------------- 
-		
+	[oneway] void setPointer( [in] XPointer Pointer );
+
+	//-------------------------------------------------------------------------
+
 	/** sets the background color.
 	 */
-	[oneway] void setBackground( [in] com::sun::star::util::Color Color ); 
- 
-	//------------------------------------------------------------------------- 
-		
+	[oneway] void setBackground( [in] com::sun::star::util::Color Color );
+
+	//-------------------------------------------------------------------------
+
 	/** invalidates the whole window with the specified
         <type>InvalidateStyle</type>.
 	 */
-	[oneway] void invalidate( [in] short Flags ); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** invalidates a rectangular area of the window with the specified 
+	[oneway] void invalidate( [in] short Flags );
+
+	//-------------------------------------------------------------------------
+
+	/** invalidates a rectangular area of the window with the specified
 		<type>InvalidateStyle</type>.
 	 */
-	[oneway] void invalidateRect( [in] Rectangle Rect, [in] short Flags ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[oneway] void invalidateRect( [in] Rectangle Rect, [in] short Flags );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/grid/DefaultGridColumnModel.idl b/main/offapi/com/sun/star/awt/grid/DefaultGridColumnModel.idl
index ca893cb..5cb96bb 100644
--- a/main/offapi/com/sun/star/awt/grid/DefaultGridColumnModel.idl
+++ b/main/offapi/com/sun/star/awt/grid/DefaultGridColumnModel.idl
@@ -46,4 +46,4 @@
 
 }; }; }; };};
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/awt/grid/DefaultGridDataModel.idl b/main/offapi/com/sun/star/awt/grid/DefaultGridDataModel.idl
index 7706717..a6c88f7 100644
--- a/main/offapi/com/sun/star/awt/grid/DefaultGridDataModel.idl
+++ b/main/offapi/com/sun/star/awt/grid/DefaultGridDataModel.idl
@@ -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,30 +7,30 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 #ifndef __com_sun_star_awt_DefaultGridDataModel_idl__
 #define __com_sun_star_awt_DefaultGridDataModel_idl__
- 
-#include <com/sun/star/awt/grid/XMutableGridDataModel.idl> 
 
-//============================================================================= 
- 
+#include <com/sun/star/awt/grid/XMutableGridDataModel.idl>
+
+//=============================================================================
+
  module com {  module sun {  module star {  module awt {  module grid {
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
 /** If you do not want to implement the <type>XGridDataModel</type> yourself, use this service.
 
     <p>The <code>DefaultGridDataModel</code> implementation is a dumb container of tabular data. You can add
@@ -40,11 +40,11 @@
     the current column count.</p>
 
     @since OpenOffice 3.3
- */ 
+ */
 published service DefaultGridDataModel : ::com::sun::star::awt::grid::XMutableGridDataModel;
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
 }; }; }; };};
- 
-#endif 
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/grid/GridColumn.idl b/main/offapi/com/sun/star/awt/grid/GridColumn.idl
index c1784ca..b3baf60 100644
--- a/main/offapi/com/sun/star/awt/grid/GridColumn.idl
+++ b/main/offapi/com/sun/star/awt/grid/GridColumn.idl
@@ -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,43 +7,43 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 #ifndef __com_sun_star_awt_GridColumn_idl__
 #define __com_sun_star_awt_GridColumn_idl__
- 
-#ifndef __com_sun_star_awt_grid_XGridColumn_idl__ 
-#include <com/sun/star/awt/grid/XGridColumn.idl> 
+
+#ifndef __com_sun_star_awt_grid_XGridColumn_idl__
+#include <com/sun/star/awt/grid/XGridColumn.idl>
 #endif
 
-//============================================================================= 
- 
+//=============================================================================
+
  module com {  module sun {  module star {  module awt {  module grid {
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
 /** Represents a column as used by the <type>DefaultGridColumnModel</type>
 
 	@since OpenOffice 3.3
- */ 
+ */
 service GridColumn
-{ 
+{
 	interface com::sun::star::awt::grid::XGridColumn;
-}; 
- 
-//============================================================================= 
- 
+};
+
+//=============================================================================
+
 }; }; }; };};
- 
-#endif 
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/grid/GridColumnEvent.idl b/main/offapi/com/sun/star/awt/grid/GridColumnEvent.idl
index b0a76b8..ee570d7 100644
--- a/main/offapi/com/sun/star/awt/grid/GridColumnEvent.idl
+++ b/main/offapi/com/sun/star/awt/grid/GridColumnEvent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/grid/GridDataEvent.idl b/main/offapi/com/sun/star/awt/grid/GridDataEvent.idl
index 41bacfd..c532ed4 100644
--- a/main/offapi/com/sun/star/awt/grid/GridDataEvent.idl
+++ b/main/offapi/com/sun/star/awt/grid/GridDataEvent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/grid/GridInvalidDataException.idl b/main/offapi/com/sun/star/awt/grid/GridInvalidDataException.idl
index 00833d9..afcd3e4 100644
--- a/main/offapi/com/sun/star/awt/grid/GridInvalidDataException.idl
+++ b/main/offapi/com/sun/star/awt/grid/GridInvalidDataException.idl
@@ -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,45 +7,45 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_grid_GridInvalidDataException_idl__ 
-#define __com_sun_star_awt_grid_GridInvalidDataException_idl__ 
- 
-#ifndef __com_sun_star_uno_RuntimeException_idl__ 
-#include <com/sun/star/uno/RuntimeException.idl> 
+#ifndef __com_sun_star_awt_grid_GridInvalidDataException_idl__
+#define __com_sun_star_awt_grid_GridInvalidDataException_idl__
+
+#ifndef __com_sun_star_uno_RuntimeException_idl__
+#include <com/sun/star/uno/RuntimeException.idl>
 #endif
 
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
 module com {  module sun {  module star {  module awt { module grid {
- 
-//============================================================================= 
- 
-/** Exception is thrown to indicate that set data is invalid, e.g. type of data is unknown 
-	or data count doesn't match with column count. 
-	
+
+//=============================================================================
+
+/** Exception is thrown to indicate that set data is invalid, e.g. type of data is unknown
+	or data count doesn't match with column count.
+
 	@since OpenOffice 3.3
  */
 exception GridInvalidDataException : com::sun::star::uno::RuntimeException
 {
-	
-}; 
- 
-//============================================================================= 
- 
+
+};
+
+//=============================================================================
+
 }; }; }; }; };
- 
-#endif 
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/grid/GridInvalidModelException.idl b/main/offapi/com/sun/star/awt/grid/GridInvalidModelException.idl
index b4bfc7a..7613661 100644
--- a/main/offapi/com/sun/star/awt/grid/GridInvalidModelException.idl
+++ b/main/offapi/com/sun/star/awt/grid/GridInvalidModelException.idl
@@ -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,44 +7,44 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_grid_GridInvalidModelException_idl__ 
-#define __com_sun_star_awt_grid_GridInvalidModelException_idl__ 
- 
-#ifndef __com_sun_star_uno_RuntimeException_idl__ 
-#include <com/sun/star/uno/RuntimeException.idl> 
+#ifndef __com_sun_star_awt_grid_GridInvalidModelException_idl__
+#define __com_sun_star_awt_grid_GridInvalidModelException_idl__
+
+#ifndef __com_sun_star_uno_RuntimeException_idl__
+#include <com/sun/star/uno/RuntimeException.idl>
 #endif
 
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
 module com {  module sun {  module star {  module awt { module grid {
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
 /** Exception is thrown when data or column model isn't set.
 
 	@since OpenOffice 3.3
  */
 exception GridInvalidModelException : com::sun::star::uno::RuntimeException
 {
-	
-}; 
- 
-//============================================================================= 
- 
+
+};
+
+//=============================================================================
+
 }; }; }; }; };
- 
-#endif 
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/grid/GridSelectionEvent.idl b/main/offapi/com/sun/star/awt/grid/GridSelectionEvent.idl
index c8aa61e..6e37f23 100644
--- a/main/offapi/com/sun/star/awt/grid/GridSelectionEvent.idl
+++ b/main/offapi/com/sun/star/awt/grid/GridSelectionEvent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/grid/SortableGridDataModel.idl b/main/offapi/com/sun/star/awt/grid/SortableGridDataModel.idl
index 8860a89..31086e2 100644
--- a/main/offapi/com/sun/star/awt/grid/SortableGridDataModel.idl
+++ b/main/offapi/com/sun/star/awt/grid/SortableGridDataModel.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/grid/UnoControlGrid.idl b/main/offapi/com/sun/star/awt/grid/UnoControlGrid.idl
index 4ba46b4..c1f625e 100644
--- a/main/offapi/com/sun/star/awt/grid/UnoControlGrid.idl
+++ b/main/offapi/com/sun/star/awt/grid/UnoControlGrid.idl
@@ -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,48 +7,48 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 #ifndef __com_sun_star_awt_UnoControlGrid_idl__
 #define __com_sun_star_awt_UnoControlGrid_idl__
- 
-#ifndef __com_sun_star_awt_UnoControl_idl__ 
-#include <com/sun/star/awt/UnoControl.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_grid_XGridControl_idl__ 
-#include <com/sun/star/awt/grid/XGridControl.idl> 
+
+#ifndef __com_sun_star_awt_UnoControl_idl__
+#include <com/sun/star/awt/UnoControl.idl>
 #endif
 
-#ifndef __com_sun_star_awt_grid_XGridRowSelection_idl__ 
-#include <com/sun/star/awt/grid/XGridRowSelection.idl> 
+#ifndef __com_sun_star_awt_grid_XGridControl_idl__
+#include <com/sun/star/awt/grid/XGridControl.idl>
 #endif
 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_grid_XGridRowSelection_idl__
+#include <com/sun/star/awt/grid/XGridRowSelection.idl>
+#endif
+
+//=============================================================================
+
  module com {  module sun {  module star {  module awt {  module grid {
- 
-//============================================================================= 
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
+//=============================================================================
+
 /** A control that displays a set of tabular data.
 
 	<h4>The Column Model</h4>
 
     <p>The horizontal structure of the grid is defined by the <type>XGridColumnModel</type> implemented in <type>DefaultGridColumnModel</type>
-	The <type>XGridColumn</type> implemented in <typeGridColumn</type> describes the properties and behavior of a single column. Use the <member>XGridColumnModel::addColumn()</member> to add a column to the column model.  
+	The <type>XGridColumn</type> implemented in <typeGridColumn</type> describes the properties and behavior of a single column. Use the <member>XGridColumnModel::addColumn()</member> to add a column to the column model.
 	</p>
 
     <h4>The Data Model</h4>
@@ -68,16 +68,16 @@
 	@since OpenOffice 3.3
  */
 service UnoControlGrid
-{ 
-	service com::sun::star::awt::UnoControl; 
-	
+{
+	service com::sun::star::awt::UnoControl;
+
     interface ::com::sun::star::awt::grid::XGridControl;
 
     interface ::com::sun::star::awt::grid::XGridRowSelection;
-}; 
- 
-//============================================================================= 
- 
+};
+
+//=============================================================================
+
 }; }; }; };};
- 
-#endif 
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/grid/UnoControlGridModel.idl b/main/offapi/com/sun/star/awt/grid/UnoControlGridModel.idl
index 997f4e9..95d92db 100644
--- a/main/offapi/com/sun/star/awt/grid/UnoControlGridModel.idl
+++ b/main/offapi/com/sun/star/awt/grid/UnoControlGridModel.idl
@@ -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,51 +7,51 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_grid_UnoControlGridModel_idl__ 
-#define __com_sun_star_awt_grid_UnoControlGridModel_idl__ 
+#ifndef __com_sun_star_awt_grid_UnoControlGridModel_idl__
+#define __com_sun_star_awt_grid_UnoControlGridModel_idl__
 
-#include <com/sun/star/awt/grid/XGridColumnModel.idl> 
-#include <com/sun/star/awt/grid/XGridDataModel.idl> 
-#include <com/sun/star/awt/UnoControlModel.idl> 
+#include <com/sun/star/awt/grid/XGridColumnModel.idl>
+#include <com/sun/star/awt/grid/XGridDataModel.idl>
+#include <com/sun/star/awt/UnoControlModel.idl>
 #include <com/sun/star/view/SelectionType.idl>
 #include <com/sun/star/awt/FontDescriptor.idl>
 #include <com/sun/star/style/VerticalAlignment.idl>
 #include <com/sun/star/util/Color.idl>
 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module awt { module grid { 
- 
-//============================================================================= 
- 
+//=============================================================================
+
+module com {  module sun {  module star {  module awt { module grid {
+
+//=============================================================================
+
 /** specifies the standard model of a <type>UnoControlGrid</type> control.
 
 	@since OpenOffice 3.3
  */
 published service UnoControlGridModel
-{ 
+{
 	/** specifies the standard model of an <type scope="com::sun::star::awt">UnoControl</type>. */
-	service com::sun::star::awt::UnoControlModel; 
- 
+	service com::sun::star::awt::UnoControlModel;
+
 	/** Specifies whether the grid control should display a special header column.
 
     <p>The default value is <FALSE/></p>
 	*/
 	[property] boolean ShowRowHeader;
-	
+
     /** specifies the width of the row header column, if applicable.
 
         <p>The width is specified in application font units - see <type scope="com::sun::star::util">MeasureUnit</type>.</p>
@@ -65,7 +65,7 @@
     <p>The default value is <TRUE/></p>
 	*/
 	[property] boolean ShowColumnHeader;
-	
+
     /** specifies the height of the column header row, if applicable.
 
         <p>The height is specified in application font units - see <type scope="com::sun::star::util">MeasureUnit</type>.</p>
@@ -94,7 +94,7 @@
         <p>The default for this property is an empty instance of the <type>DefaultGridColumnModel</type>.</p>
 	*/
 	[property] XGridColumnModel ColumnModel;
-	
+
 	/**	Specifies the <type>XGridDataModel</type> that is providing the hierarchical data.
 
 		<p>You can implement your own instance of <type>XGridDataModel</type> or use
@@ -106,12 +106,12 @@
         <p>The default for this property is an empty instance of the <type>DefaultGridDataModel</type>.</p>
 	*/
 	[property] XGridDataModel GridDataModel;
-	
+
 	/** Specifies the vertical scrollbar mode.
 		<p>The default value is <FALSE/></p>
 	*/
 	[property] boolean HScroll;
-	
+
 	/** Specifies the horizontal scrollbar mode.
 		<p>The default value is <FALSE/></p>
 	*/
@@ -119,7 +119,7 @@
 
 	/** Specifies that the control can be reached with the TAB key.
 	 */
-	[property] boolean Tabstop; 
+	[property] boolean Tabstop;
 
 	/** Specifies the selection mode that is enabled for this grid control.
 		<p>The default value is <member scope="com::sun::star::view">SelectionType::SINGLE</member></p>
@@ -200,9 +200,9 @@
     [property, maybevoid] sequence< ::com::sun::star::util::Color > RowBackgroundColors;
 
     /** specifies the vertical alignment of the content in the control.
-	 */	
+	 */
 	[property] com::sun::star::style::VerticalAlignment VerticalAlign;
-	
+
 	/** specifies the font attributes of the text in the control.
 	 */
 	[property] com::sun::star::awt::FontDescriptor FontDescriptor;
@@ -239,10 +239,10 @@
 	 */
 	[property] string HelpURL;
 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; }; 
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/grid/XGridColumn.idl b/main/offapi/com/sun/star/awt/grid/XGridColumn.idl
index b85d9a5..730f4a9 100644
--- a/main/offapi/com/sun/star/awt/grid/XGridColumn.idl
+++ b/main/offapi/com/sun/star/awt/grid/XGridColumn.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/grid/XGridColumnListener.idl b/main/offapi/com/sun/star/awt/grid/XGridColumnListener.idl
index 38e0dd9..4ef0b90 100644
--- a/main/offapi/com/sun/star/awt/grid/XGridColumnListener.idl
+++ b/main/offapi/com/sun/star/awt/grid/XGridColumnListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/grid/XGridColumnModel.idl b/main/offapi/com/sun/star/awt/grid/XGridColumnModel.idl
index c4f9373..eaa66f2 100644
--- a/main/offapi/com/sun/star/awt/grid/XGridColumnModel.idl
+++ b/main/offapi/com/sun/star/awt/grid/XGridColumnModel.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/grid/XGridControl.idl b/main/offapi/com/sun/star/awt/grid/XGridControl.idl
index 99a6123..c92a8e0 100644
--- a/main/offapi/com/sun/star/awt/grid/XGridControl.idl
+++ b/main/offapi/com/sun/star/awt/grid/XGridControl.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/grid/XGridDataListener.idl b/main/offapi/com/sun/star/awt/grid/XGridDataListener.idl
index 54258f6..0a5fbe6 100644
--- a/main/offapi/com/sun/star/awt/grid/XGridDataListener.idl
+++ b/main/offapi/com/sun/star/awt/grid/XGridDataListener.idl
@@ -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,66 +7,66 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_grid_XGridDataListener_idl__ 
-#define __com_sun_star_awt_grid_XGridDataListener_idl__ 
- 
-#ifndef __com_sun_star_awt_grid_GridDataEvent_idl__ 
-#include <com/sun/star/awt/grid/GridDataEvent.idl> 
-#endif 
+#ifndef __com_sun_star_awt_grid_XGridDataListener_idl__
+#define __com_sun_star_awt_grid_XGridDataListener_idl__
 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
+#ifndef __com_sun_star_awt_grid_GridDataEvent_idl__
+#include <com/sun/star/awt/grid/GridDataEvent.idl>
+#endif
 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module awt { module grid {  
- 
-//============================================================================= 
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module awt { module grid {
+
+//=============================================================================
 
 /** An instance of this interface is used by the <type>XGridDataModel</type> to
 	get notifications about data model changes.
-	
+
 	<p>Usually you must not implement this interface yourself, but you must notify it correctly if
 	you implement the <type>XGridDataModel</type> yourself</p>.
-	
+
 	@since OpenOffice 3.3
- */       
+ */
 published interface XGridDataListener: com::sun::star::lang::XEventListener
-{ 
+{
 
 	/** is called when one or more rows of data have been inserted into a grid control's data model.
 	*/
-	void rowsInserted( [in] GridDataEvent Event ); 
-	
+	void rowsInserted( [in] GridDataEvent Event );
+
 	/** is called when one or more rows of data have been removed from a grid control's data model.
 	*/
-	void rowsRemoved( [in] GridDataEvent Event ); 
-	
+	void rowsRemoved( [in] GridDataEvent Event );
+
 	/** is called when existing data in a grid control's data model has been modified.
 	*/
-	void dataChanged( [in] GridDataEvent Event ); 
+	void dataChanged( [in] GridDataEvent Event );
 
     /** is called when the title of one or more rows changed.
     */
     void rowHeadingChanged( [in] GridDataEvent Event );
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/grid/XGridDataModel.idl b/main/offapi/com/sun/star/awt/grid/XGridDataModel.idl
index cc180fc..7fdc0a0 100644
--- a/main/offapi/com/sun/star/awt/grid/XGridDataModel.idl
+++ b/main/offapi/com/sun/star/awt/grid/XGridDataModel.idl
@@ -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,42 +7,42 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_grid_XGridDataModel_idl__ 
-#define __com_sun_star_awt_grid_XGridDataModel_idl__ 
- 
+#ifndef __com_sun_star_awt_grid_XGridDataModel_idl__
+#define __com_sun_star_awt_grid_XGridDataModel_idl__
 
-#include <com/sun/star/lang/XComponent.idl> 
-#include <com/sun/star/util/XCloneable.idl> 
-#include <com/sun/star/awt/grid/XGridDataListener.idl> 
+
+#include <com/sun/star/lang/XComponent.idl>
+#include <com/sun/star/util/XCloneable.idl>
+#include <com/sun/star/awt/grid/XGridDataListener.idl>
 #include <com/sun/star/lang/IndexOutOfBoundsException.idl>
 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module awt { module grid { 
- 
-//============================================================================= 
+//=============================================================================
+
+module com {  module sun {  module star {  module awt { module grid {
+
+//=============================================================================
 /** An instance of this interface is used by the <type>UnoControlGrid</type> to
 	retrieve the content data that is displayed in the actual control.
 
 	If you do not need your own model implementation, you can also use the <type>DefaultGridDataModel</type>.
-	
+
 	@since OpenOffice 3.3
-*/   
+*/
 published interface XGridDataModel
-{ 
+{
     /** implements life time control for the component
     */
     interface ::com::sun::star::lang::XComponent;
@@ -106,10 +106,10 @@
     sequence< any >
         getRowData( [in] long RowIndex )
         raises ( ::com::sun::star::lang::IndexOutOfBoundsException );
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };};  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };};
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/grid/XGridRowSelection.idl b/main/offapi/com/sun/star/awt/grid/XGridRowSelection.idl
index 21ce902..b1d3224 100644
--- a/main/offapi/com/sun/star/awt/grid/XGridRowSelection.idl
+++ b/main/offapi/com/sun/star/awt/grid/XGridRowSelection.idl
@@ -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,37 +7,37 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_grid_XGridSelection_idl__ 
-#define __com_sun_star_awt_grid_XGridSelection_idl__ 
- 
-#include <com/sun/star/awt/grid/XGridSelectionListener.idl> 
-#include <com/sun/star/lang/IndexOutOfBoundsException.idl> 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module awt { module grid {  
- 
-//============================================================================= 
+#ifndef __com_sun_star_awt_grid_XGridSelection_idl__
+#define __com_sun_star_awt_grid_XGridSelection_idl__
 
-/** This interfaces provides access to the selection of row for <type>UnoControlGrid</type>. 
+#include <com/sun/star/awt/grid/XGridSelectionListener.idl>
+#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
+
+//=============================================================================
+
+module com {  module sun {  module star {  module awt { module grid {
+
+//=============================================================================
+
+/** This interfaces provides access to the selection of row for <type>UnoControlGrid</type>.
 
     @since OpenOffice 3.4
  */
 published interface XGridRowSelection
-{ 
+{
 	/** Selects all rows.
 	*/
 	void selectAllRows();
@@ -91,18 +91,18 @@
     /** Adds a listener for the <type>GridSelectionEvent</type> posted after the grid changes.
 		@param listener
 			the listener to add.
-	*/    
-	void addSelectionListener( [in] XGridSelectionListener  listener); 
- 
+	*/
+	void addSelectionListener( [in] XGridSelectionListener  listener);
+
 	/** Removes a listener previously added with <method>addSelectionListener()</method>.
 		@param listener
 			the listener to remove.
-	*/   
-	void removeSelectionListener( [in] XGridSelectionListener listener); 
-}; 
- 
-//============================================================================= 
- 
+	*/
+	void removeSelectionListener( [in] XGridSelectionListener listener);
+};
+
+//=============================================================================
+
 }; }; }; }; };
- 
-#endif 
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/grid/XGridSelectionListener.idl b/main/offapi/com/sun/star/awt/grid/XGridSelectionListener.idl
index b1786b4..386bef7 100644
--- a/main/offapi/com/sun/star/awt/grid/XGridSelectionListener.idl
+++ b/main/offapi/com/sun/star/awt/grid/XGridSelectionListener.idl
@@ -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,50 +7,50 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_grid_XGridSelectionListener_idl__ 
-#define __com_sun_star_awt_grid_XGridSelectionListener_idl__ 
- 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
+#ifndef __com_sun_star_awt_grid_XGridSelectionListener_idl__
+#define __com_sun_star_awt_grid_XGridSelectionListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
 #endif
- 
-#ifndef __com_sun_star_awt_grid_GridSelectionEvent_idl__ 
-#include <com/sun/star/awt/grid/GridSelectionEvent.idl> 
-#endif 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module awt { module grid {  
- 
-//============================================================================= 
+
+#ifndef __com_sun_star_awt_grid_GridSelectionEvent_idl__
+#include <com/sun/star/awt/grid/GridSelectionEvent.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module awt { module grid {
+
+//=============================================================================
 
 /** An instance of this interface is used by the <type>XGridRowSelection</type> to
 	get notifications about selection changes.
- */      
+ */
 published interface XGridSelectionListener: com::sun::star::lang::XEventListener
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** Invoked after a selection was changed.
-	 */    
-	[oneway] void selectionChanged( [in] GridSelectionEvent gridSelectionEvent); 
- 
-}; 
- 
-//============================================================================= 
- 
+	 */
+	[oneway] void selectionChanged( [in] GridSelectionEvent gridSelectionEvent);
+
+};
+
+//=============================================================================
+
 }; }; }; }; };
- 
-#endif 
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl b/main/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl
index 55a7451..7722363 100644
--- a/main/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl
+++ b/main/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/grid/XSortableGridData.idl b/main/offapi/com/sun/star/awt/grid/XSortableGridData.idl
index b84643f..eb5bea0 100644
--- a/main/offapi/com/sun/star/awt/grid/XSortableGridData.idl
+++ b/main/offapi/com/sun/star/awt/grid/XSortableGridData.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -67,7 +67,7 @@
 
 //==================================================================================================================
 
-}; }; }; }; }; 
+}; }; }; }; };
 
 //==================================================================================================================
 
diff --git a/main/offapi/com/sun/star/awt/grid/XSortableMutableGridDataModel.idl b/main/offapi/com/sun/star/awt/grid/XSortableMutableGridDataModel.idl
index 98a839d..c17558b 100644
--- a/main/offapi/com/sun/star/awt/grid/XSortableMutableGridDataModel.idl
+++ b/main/offapi/com/sun/star/awt/grid/XSortableMutableGridDataModel.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -51,7 +51,7 @@
 
 //==================================================================================================================
 
-}; }; }; }; }; 
+}; }; }; }; };
 
 //==================================================================================================================
 
diff --git a/main/offapi/com/sun/star/awt/tab/TabPageActivatedEvent.idl b/main/offapi/com/sun/star/awt/tab/TabPageActivatedEvent.idl
index 18079f4..e32d68f 100644
--- a/main/offapi/com/sun/star/awt/tab/TabPageActivatedEvent.idl
+++ b/main/offapi/com/sun/star/awt/tab/TabPageActivatedEvent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/tab/UnoControlTabPage.idl b/main/offapi/com/sun/star/awt/tab/UnoControlTabPage.idl
index 9033439..78c70b7 100644
--- a/main/offapi/com/sun/star/awt/tab/UnoControlTabPage.idl
+++ b/main/offapi/com/sun/star/awt/tab/UnoControlTabPage.idl
@@ -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,31 +7,31 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_tab_UnoControlTabPage_idl__ 
+#ifndef __com_sun_star_awt_tab_UnoControlTabPage_idl__
 #define __com_sun_star_awt_tab_UnoControlTabPage_idl__
- 
-#include <com/sun/star/awt/UnoControlContainer.idl> 
-#include <com/sun/star/awt/tab/XTabPage.idl> 
 
-//============================================================================= 
- 
+#include <com/sun/star/awt/UnoControlContainer.idl>
+#include <com/sun/star/awt/tab/XTabPage.idl>
+
+//=============================================================================
+
 module com {  module sun {  module star {  module awt {  module tab {
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
 /** specifies a TabPage control.
 
 	@since OpenOffice 3.4
@@ -39,14 +39,14 @@
 
 published service UnoControlTabPage
 {
-	service com::sun::star::awt::UnoControlContainer; 
- 
+	service com::sun::star::awt::UnoControlContainer;
+
 	interface XTabPage;
 
-}; 
- 
-//============================================================================= 
- 
+};
+
+//=============================================================================
+
  }; }; }; }; };
- 
-#endif 
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/tab/UnoControlTabPageContainer.idl b/main/offapi/com/sun/star/awt/tab/UnoControlTabPageContainer.idl
index 684c6f4..94fc642 100644
--- a/main/offapi/com/sun/star/awt/tab/UnoControlTabPageContainer.idl
+++ b/main/offapi/com/sun/star/awt/tab/UnoControlTabPageContainer.idl
@@ -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,45 +7,45 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_tab_UnoControlTabPageContainer_idl__ 
+#ifndef __com_sun_star_awt_tab_UnoControlTabPageContainer_idl__
 #define __com_sun_star_awt_tab_UnoControlTabPageContainer_idl__
 
-#include <com/sun/star/awt/UnoControl.idl> 
-#include <com/sun/star/awt/tab/XTabPageContainer.idl> 
+#include <com/sun/star/awt/UnoControl.idl>
+#include <com/sun/star/awt/tab/XTabPageContainer.idl>
 
-//============================================================================= 
- 
+//=============================================================================
+
 module com {  module sun {  module star {  module awt {  module tab {
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
 /** specifies a TabPageContainer control.
 
 	@since OpenOffice 3.4
  */
 published service UnoControlTabPageContainer
 {
-	service com::sun::star::awt::UnoControl; 
- 
+	service com::sun::star::awt::UnoControl;
+
 	interface com::sun::star::awt::tab::XTabPageContainer;
 
-}; 
- 
-//============================================================================= 
- 
+};
+
+//=============================================================================
+
  }; }; }; }; };
- 
-#endif 
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/tab/UnoControlTabPageContainerModel.idl b/main/offapi/com/sun/star/awt/tab/UnoControlTabPageContainerModel.idl
index 8b4b5c1..b329fbd 100644
--- a/main/offapi/com/sun/star/awt/tab/UnoControlTabPageContainerModel.idl
+++ b/main/offapi/com/sun/star/awt/tab/UnoControlTabPageContainerModel.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl b/main/offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl
index 1abdc80..01a195b 100644
--- a/main/offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl
+++ b/main/offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/tab/XTabPage.idl b/main/offapi/com/sun/star/awt/tab/XTabPage.idl
index cf619c3..d8e9b8a 100644
--- a/main/offapi/com/sun/star/awt/tab/XTabPage.idl
+++ b/main/offapi/com/sun/star/awt/tab/XTabPage.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -34,9 +34,9 @@
 /** An interface to a control that displays a tab page.
 
     @see UnoControlTabPage
- 
+
     @since OpenOffice 3.4
- */ 
+ */
 published interface XTabPage
 {
 
diff --git a/main/offapi/com/sun/star/awt/tab/XTabPageContainer.idl b/main/offapi/com/sun/star/awt/tab/XTabPageContainer.idl
index 8b4fc12..e1745e9 100644
--- a/main/offapi/com/sun/star/awt/tab/XTabPageContainer.idl
+++ b/main/offapi/com/sun/star/awt/tab/XTabPageContainer.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -34,11 +34,11 @@
 /** An interface to a control that displays tab pages.
 
 	@see UnoControlTabPageContainer
- 
+
 	@since OpenOffice 3.4
- */ 
+ */
 published interface XTabPageContainer
-{ 
+{
 	/** Returns the number of tab pages.
 		@returns
 			the number of tab pages.
diff --git a/main/offapi/com/sun/star/awt/tab/XTabPageContainerListener.idl b/main/offapi/com/sun/star/awt/tab/XTabPageContainerListener.idl
index e370a95..6ec57f5 100644
--- a/main/offapi/com/sun/star/awt/tab/XTabPageContainerListener.idl
+++ b/main/offapi/com/sun/star/awt/tab/XTabPageContainerListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/tab/XTabPageContainerModel.idl b/main/offapi/com/sun/star/awt/tab/XTabPageContainerModel.idl
index 7ee313a..2d5ca9a 100644
--- a/main/offapi/com/sun/star/awt/tab/XTabPageContainerModel.idl
+++ b/main/offapi/com/sun/star/awt/tab/XTabPageContainerModel.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/tab/XTabPageModel.idl b/main/offapi/com/sun/star/awt/tab/XTabPageModel.idl
index 7b4d661..1d08ea1 100644
--- a/main/offapi/com/sun/star/awt/tab/XTabPageModel.idl
+++ b/main/offapi/com/sun/star/awt/tab/XTabPageModel.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -73,7 +73,7 @@
     /** specifies a tooltip text that should be displayed in the tab bar.
     */
     [attribute] string ToolTip;
-}; 
+};
 
 
 //=============================================================================
diff --git a/main/offapi/com/sun/star/awt/tree/ExpandVetoException.idl b/main/offapi/com/sun/star/awt/tree/ExpandVetoException.idl
index 0a58eab..258f474 100644
--- a/main/offapi/com/sun/star/awt/tree/ExpandVetoException.idl
+++ b/main/offapi/com/sun/star/awt/tree/ExpandVetoException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/tree/MutableTreeDataModel.idl b/main/offapi/com/sun/star/awt/tree/MutableTreeDataModel.idl
index 1fb99cc..18594d7 100644
--- a/main/offapi/com/sun/star/awt/tree/MutableTreeDataModel.idl
+++ b/main/offapi/com/sun/star/awt/tree/MutableTreeDataModel.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/tree/MutableTreeNode.idl b/main/offapi/com/sun/star/awt/tree/MutableTreeNode.idl
index 4ef4611..77cfedc 100644
--- a/main/offapi/com/sun/star/awt/tree/MutableTreeNode.idl
+++ b/main/offapi/com/sun/star/awt/tree/MutableTreeNode.idl
@@ -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,40 +7,40 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_tree_MutableTreeNode_idl__ 
-#define __com_sun_star_awt_tree_MutableTreeNode_idl__ 
- 
+#ifndef __com_sun_star_awt_tree_MutableTreeNode_idl__
+#define __com_sun_star_awt_tree_MutableTreeNode_idl__
+
 #ifndef __com_sun_star_awt_tree_XMutableTreeNode_idl__
 #include <com/sun/star/awt/tree/XMutableTreeNode.idl>
 #endif
 
-//============================================================================= 
- 
+//=============================================================================
+
 module com {  module sun {  module star {  module awt { module tree {
 
-//============================================================================= 
+//=============================================================================
 
 /** Represents an editable tree node as used by the <type>MutableTreeDataModel</type>
  */
 service MutableTreeNode : XMutableTreeNode
 {
-}; 
- 
-//============================================================================= 
- 
+};
+
+//=============================================================================
+
 }; }; }; }; };
- 
-#endif 
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/tree/TreeControl.idl b/main/offapi/com/sun/star/awt/tree/TreeControl.idl
index cc9458d..dedfe01 100644
--- a/main/offapi/com/sun/star/awt/tree/TreeControl.idl
+++ b/main/offapi/com/sun/star/awt/tree/TreeControl.idl
@@ -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,32 +7,32 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_tree_TreeControl_idl__ 
-#define __com_sun_star_awt_tree_TreeControl_idl__ 
- 
+#ifndef __com_sun_star_awt_tree_TreeControl_idl__
+#define __com_sun_star_awt_tree_TreeControl_idl__
+
 #ifndef __com_sun_star_awt_tree_XTreeControl_idl__
 #include <com/sun/star/awt/tree/XTreeControl.idl>
 #endif
 
-//============================================================================= 
- 
+//=============================================================================
+
 module com {  module sun {  module star {  module awt { module tree {
 
-//============================================================================= 
- 
+//=============================================================================
+
 /** A control that displays a set of hierarchical data as an outline.
 
 	<p>
@@ -48,7 +48,7 @@
 	You can implement it yourself or use the <type>MutableTreeDataModel</type>
 	which uses <type>XMutableTreeNode</type> and <type>XMutableTreeDataModel</type>
 	for a simple and mutable data model.
-	
+
 	<p>The data model must be set at the <member>TreeControlModel::TreeDataModel</member> property.</p>
 
 	<h4>Selection</h4>
@@ -83,11 +83,11 @@
 	</p>
  */
 service TreeControl: XTreeControl
-{ 
-}; 
- 
-//============================================================================= 
+{
+};
+
+//=============================================================================
 
 }; }; }; }; };
- 
-#endif 
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/tree/TreeControlModel.idl b/main/offapi/com/sun/star/awt/tree/TreeControlModel.idl
index 8b2bca0..123add9 100644
--- a/main/offapi/com/sun/star/awt/tree/TreeControlModel.idl
+++ b/main/offapi/com/sun/star/awt/tree/TreeControlModel.idl
@@ -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,40 +7,40 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_awt_tree_TreeControlModel_idl__ 
-#define __com_sun_star_awt_tree_TreeControlModel_idl__ 
- 
-#ifndef __com_sun_star_awt_tree_XTreeDataModel_idl__ 
+#ifndef __com_sun_star_awt_tree_TreeControlModel_idl__
+#define __com_sun_star_awt_tree_TreeControlModel_idl__
+
+#ifndef __com_sun_star_awt_tree_XTreeDataModel_idl__
 #include <com/sun/star/awt/tree/XTreeDataModel.idl>
 #endif
 
-#ifndef __com_sun_star_awt_UnoControlModel_idl__ 
+#ifndef __com_sun_star_awt_UnoControlModel_idl__
 #include <com/sun/star/awt/UnoControlModel.idl>
 #endif
 
-#ifndef __com_sun_star_view_SelectionType_idl__ 
+#ifndef __com_sun_star_view_SelectionType_idl__
 #include <com/sun/star/view/SelectionType.idl>
 #endif
 
-//============================================================================= 
- 
+//=============================================================================
+
 module com {  module sun {  module star {  module awt { module tree {
 
-//============================================================================= 
- 
+//=============================================================================
+
 /** specifies the standard model of a <type>TreeControl</type>.
  */
 service TreeControlModel
@@ -101,10 +101,10 @@
 		<p>The default value is <FALSE/></p>
 	*/
 	[property] boolean InvokesStopNodeEditing;
-}; 
- 
-//============================================================================= 
- 
+};
+
+//=============================================================================
+
 }; }; }; }; };
- 
-#endif 
+
+#endif
diff --git a/main/offapi/com/sun/star/awt/tree/TreeDataModelEvent.idl b/main/offapi/com/sun/star/awt/tree/TreeDataModelEvent.idl
index 9922416..f5d986b 100644
--- a/main/offapi/com/sun/star/awt/tree/TreeDataModelEvent.idl
+++ b/main/offapi/com/sun/star/awt/tree/TreeDataModelEvent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/tree/TreeExpansionEvent.idl b/main/offapi/com/sun/star/awt/tree/TreeExpansionEvent.idl
index ecf98a0..7616414 100644
--- a/main/offapi/com/sun/star/awt/tree/TreeExpansionEvent.idl
+++ b/main/offapi/com/sun/star/awt/tree/TreeExpansionEvent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/tree/XMutableTreeDataModel.idl b/main/offapi/com/sun/star/awt/tree/XMutableTreeDataModel.idl
index 152bac0..4c1f010 100644
--- a/main/offapi/com/sun/star/awt/tree/XMutableTreeDataModel.idl
+++ b/main/offapi/com/sun/star/awt/tree/XMutableTreeDataModel.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/tree/XMutableTreeNode.idl b/main/offapi/com/sun/star/awt/tree/XMutableTreeNode.idl
index 9ea24f8..cefe011 100644
--- a/main/offapi/com/sun/star/awt/tree/XMutableTreeNode.idl
+++ b/main/offapi/com/sun/star/awt/tree/XMutableTreeNode.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/tree/XTreeDataModel.idl b/main/offapi/com/sun/star/awt/tree/XTreeDataModel.idl
index 0bc06f5..7a4a9f0 100644
--- a/main/offapi/com/sun/star/awt/tree/XTreeDataModel.idl
+++ b/main/offapi/com/sun/star/awt/tree/XTreeDataModel.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/tree/XTreeDataModelListener.idl b/main/offapi/com/sun/star/awt/tree/XTreeDataModelListener.idl
index 83cc323..b6b5583 100644
--- a/main/offapi/com/sun/star/awt/tree/XTreeDataModelListener.idl
+++ b/main/offapi/com/sun/star/awt/tree/XTreeDataModelListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/tree/XTreeExpansionListener.idl b/main/offapi/com/sun/star/awt/tree/XTreeExpansionListener.idl
index d4532b0..6cf2424 100644
--- a/main/offapi/com/sun/star/awt/tree/XTreeExpansionListener.idl
+++ b/main/offapi/com/sun/star/awt/tree/XTreeExpansionListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/awt/tree/XTreeNode.idl b/main/offapi/com/sun/star/awt/tree/XTreeNode.idl
index 4d801e9..5103ffa 100644
--- a/main/offapi/com/sun/star/awt/tree/XTreeNode.idl
+++ b/main/offapi/com/sun/star/awt/tree/XTreeNode.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart/AccessibleChartDocumentView.idl b/main/offapi/com/sun/star/chart/AccessibleChartDocumentView.idl
index bf79054..bc1322f 100644
--- a/main/offapi/com/sun/star/chart/AccessibleChartDocumentView.idl
+++ b/main/offapi/com/sun/star/chart/AccessibleChartDocumentView.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart/AccessibleChartElement.idl b/main/offapi/com/sun/star/chart/AccessibleChartElement.idl
index 80bca5f..f5b4705 100644
--- a/main/offapi/com/sun/star/chart/AccessibleChartElement.idl
+++ b/main/offapi/com/sun/star/chart/AccessibleChartElement.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -42,7 +42,7 @@
     Shapes added by a user via the clipboard are not treated as chart
     elements.
 
-    <p>The list of objects that implement this service is 
+    <p>The list of objects that implement this service is
     <type scope="::com::sun::star::chart">ChartTitle</type>,
     <type scope="::com::sun::star::chart">ChartLegend</type>,
     <type scope="::com::sun::star::chart">Diagram</type>,
@@ -59,7 +59,7 @@
 */
 published service AccessibleChartElement
 {
-    /** Base interface for being accessible.  It gives access to the 
+    /** Base interface for being accessible.  It gives access to the
         <type scope="::com::sun::star::accessibility">XAccessibleContext</type>
         interface.
     */
@@ -98,9 +98,9 @@
              implementation specific way.</dd>
          <dt>Relations</dt>
              <dd>They are not used at the moment.</dd>
- 
+
          <dt>States</dt>
-             <dd>The states supported by this service are: 
+             <dd>The states supported by this service are:
              <ul>
 
               <li><const scope="::com::sun::star::accessibility">AccessibleStateType::DEFUNC</const>
@@ -153,8 +153,8 @@
         position in one or the other coordinate system).</p>
 
         <p>Focus handling depends on support of the
-        <type scope="::com::sun::star::accessibility">XAccessibleText</type> and 
-        <type scope="::com::sun::star::accessibility">XAccessibleEditableText</type> 
+        <type scope="::com::sun::star::accessibility">XAccessibleText</type> and
+        <type scope="::com::sun::star::accessibility">XAccessibleEditableText</type>
         interfaces.</p>
 
         <p>Key bindings are not supported at the moment</p>
@@ -162,11 +162,11 @@
     interface ::com::sun::star::accessibility::XAccessibleComponent;
 
     /** Give extended access to the graphical representation of a chart element.
-        
+
         <p>This interface is used primarily to provide the predominant
         foreground and background colors and&mdash;if applicable, i.e. the
-        <type scope="::com::sun::star::accessibility">XAccessibleText</type> 
-        interface is supported&mdash;information about the font used to display 
+        <type scope="::com::sun::star::accessibility">XAccessibleText</type>
+        interface is supported&mdash;information about the font used to display
         text.</p>
 
         <p>The foreground and background colors may in some cases be directly
diff --git a/main/offapi/com/sun/star/chart/AreaDiagram.idl b/main/offapi/com/sun/star/chart/AreaDiagram.idl
index a5a3ecd..cdca162 100644
--- a/main/offapi/com/sun/star/chart/AreaDiagram.idl
+++ b/main/offapi/com/sun/star/chart/AreaDiagram.idl
@@ -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,61 +7,61 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_AreaDiagram_idl__ 
-#define __com_sun_star_chart_AreaDiagram_idl__ 
- 
-#ifndef __com_sun_star_chart_Diagram_idl__ 
-#include <com/sun/star/chart/Diagram.idl> 
-#endif 
- 
-#ifndef __com_sun_star_chart_ChartStatistics_idl__ 
-#include <com/sun/star/chart/ChartStatistics.idl> 
-#endif 
- 
-#ifndef __com_sun_star_chart_ChartAxisXSupplier_idl__ 
-#include <com/sun/star/chart/ChartAxisXSupplier.idl> 
-#endif 
- 
-#ifndef __com_sun_star_chart_ChartTwoAxisYSupplier_idl__ 
-#include <com/sun/star/chart/ChartTwoAxisYSupplier.idl> 
-#endif 
- 
-#ifndef __com_sun_star_chart_ChartAxisZSupplier_idl__ 
-#include <com/sun/star/chart/ChartAxisZSupplier.idl> 
-#endif 
- 
-#ifndef __com_sun_star_chart_Dim3DDiagram_idl__ 
-#include <com/sun/star/chart/Dim3DDiagram.idl> 
-#endif 
- 
-#ifndef __com_sun_star_chart_StackableDiagram_idl__ 
-#include <com/sun/star/chart/StackableDiagram.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_chart_AreaDiagram_idl__
+#define __com_sun_star_chart_AreaDiagram_idl__
+
+#ifndef __com_sun_star_chart_Diagram_idl__
+#include <com/sun/star/chart/Diagram.idl>
+#endif
+
+#ifndef __com_sun_star_chart_ChartStatistics_idl__
+#include <com/sun/star/chart/ChartStatistics.idl>
+#endif
+
+#ifndef __com_sun_star_chart_ChartAxisXSupplier_idl__
+#include <com/sun/star/chart/ChartAxisXSupplier.idl>
+#endif
+
+#ifndef __com_sun_star_chart_ChartTwoAxisYSupplier_idl__
+#include <com/sun/star/chart/ChartTwoAxisYSupplier.idl>
+#endif
+
+#ifndef __com_sun_star_chart_ChartAxisZSupplier_idl__
+#include <com/sun/star/chart/ChartAxisZSupplier.idl>
+#endif
+
+#ifndef __com_sun_star_chart_Dim3DDiagram_idl__
+#include <com/sun/star/chart/Dim3DDiagram.idl>
+#endif
+
+#ifndef __com_sun_star_chart_StackableDiagram_idl__
+#include <com/sun/star/chart/StackableDiagram.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** This is a service for area diagrams.
  */
 published service AreaDiagram
-{ 
+{
 	service com::sun::star::chart::Diagram;
 	service com::sun::star::chart::ChartStatistics;
 	service com::sun::star::chart::ChartAxisXSupplier;
@@ -69,10 +69,10 @@
 	service com::sun::star::chart::ChartAxisZSupplier;
 	service com::sun::star::chart::Dim3DDiagram;
 	service com::sun::star::chart::StackableDiagram;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/BarDiagram.idl b/main/offapi/com/sun/star/chart/BarDiagram.idl
index 5b96765..92abc46 100644
--- a/main/offapi/com/sun/star/chart/BarDiagram.idl
+++ b/main/offapi/com/sun/star/chart/BarDiagram.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart/BubbleDiagram.idl b/main/offapi/com/sun/star/chart/BubbleDiagram.idl
index 8f1a39f..dba258c 100644
--- a/main/offapi/com/sun/star/chart/BubbleDiagram.idl
+++ b/main/offapi/com/sun/star/chart/BubbleDiagram.idl
@@ -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,56 +7,56 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_BubbleDiagram_idl__ 
-#define __com_sun_star_chart_BubbleDiagram_idl__ 
- 
-#ifndef __com_sun_star_chart_Diagram_idl__ 
-#include <com/sun/star/chart/Diagram.idl> 
-#endif 
- 
-#ifndef __com_sun_star_chart_ChartAxisXSupplier_idl__ 
-#include <com/sun/star/chart/ChartAxisXSupplier.idl> 
-#endif 
- 
-#ifndef __com_sun_star_chart_ChartTwoAxisYSupplier_idl__ 
-#include <com/sun/star/chart/ChartTwoAxisYSupplier.idl> 
-#endif 
+#ifndef __com_sun_star_chart_BubbleDiagram_idl__
+#define __com_sun_star_chart_BubbleDiagram_idl__
 
-#ifndef __com_sun_star_chart_ChartStatistics_idl__ 
-#include <com/sun/star/chart/ChartStatistics.idl> 
-#endif 
-  
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_chart_Diagram_idl__
+#include <com/sun/star/chart/Diagram.idl>
+#endif
+
+#ifndef __com_sun_star_chart_ChartAxisXSupplier_idl__
+#include <com/sun/star/chart/ChartAxisXSupplier.idl>
+#endif
+
+#ifndef __com_sun_star_chart_ChartTwoAxisYSupplier_idl__
+#include <com/sun/star/chart/ChartTwoAxisYSupplier.idl>
+#endif
+
+#ifndef __com_sun_star_chart_ChartStatistics_idl__
+#include <com/sun/star/chart/ChartStatistics.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** a service for bubble diagrams. @since OpenOffice 3.2
  */
 published service BubbleDiagram
-{ 
+{
 	service com::sun::star::chart::Diagram;
 	service com::sun::star::chart::ChartAxisXSupplier;
 	service com::sun::star::chart::ChartTwoAxisYSupplier;
     [optional] service com::sun::star::chart::ChartStatistics;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/Chart3DBarProperties.idl b/main/offapi/com/sun/star/chart/Chart3DBarProperties.idl
index d10fb51..f39202c 100644
--- a/main/offapi/com/sun/star/chart/Chart3DBarProperties.idl
+++ b/main/offapi/com/sun/star/chart/Chart3DBarProperties.idl
@@ -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,49 +7,49 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_Chart3DBarProperties_idl__ 
-#define __com_sun_star_chart_Chart3DBarProperties_idl__ 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_chart_Chart3DBarProperties_idl__
+#define __com_sun_star_chart_Chart3DBarProperties_idl__
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** Specifies all the properties for the graphic object of a data point in a
 	three-dimensional bar diagram.@see BarDiagram
  */
 published service Chart3DBarProperties
-{ 
-	interface com::sun::star::beans::XPropertySet; 
- 
-	//------------------------------------------------------------------------- 
-	 
+{
+	interface com::sun::star::beans::XPropertySet;
+
+	//-------------------------------------------------------------------------
+
 	/** Specifies the solid shape of a data point.@see ChartSolidType
 	 */
-	[property] long SolidType; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[property] long SolidType;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/ChartArea.idl b/main/offapi/com/sun/star/chart/ChartArea.idl
index 7ba8f0c..ed11c37 100644
--- a/main/offapi/com/sun/star/chart/ChartArea.idl
+++ b/main/offapi/com/sun/star/chart/ChartArea.idl
@@ -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,50 +7,50 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_ChartArea_idl__ 
-#define __com_sun_star_chart_ChartArea_idl__ 
- 
-#ifndef __com_sun_star_drawing_FillProperties_idl__ 
-#include <com/sun/star/drawing/FillProperties.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_LineProperties_idl__ 
-#include <com/sun/star/drawing/LineProperties.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
+#ifndef __com_sun_star_chart_ChartArea_idl__
+#define __com_sun_star_chart_ChartArea_idl__
+
+#ifndef __com_sun_star_drawing_FillProperties_idl__
+#include <com/sun/star/drawing/FillProperties.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_LineProperties_idl__
+#include <com/sun/star/drawing/LineProperties.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
 
 #ifndef _com_sun_star_xml_UserDefinedAttributeSupplier_idl_
 #include <com/sun/star/xml/UserDefinedAttributeSupplier.idl>
 #endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** Specifies the area elements of a chart, e.g. the
-	background area, the diagram wall, and the diagram floor of 
+	background area, the diagram wall, and the diagram floor of
    three-dimensional charts.
  */
 published service ChartArea
-{ 
+{
 	service com::sun::star::drawing::FillProperties;
 	service com::sun::star::drawing::LineProperties;
 
@@ -63,10 +63,10 @@
     [optional] service com::sun::star::xml::UserDefinedAttributeSupplier;
 
     interface com::sun::star::beans::XPropertySet;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/ChartAxis.idl b/main/offapi/com/sun/star/chart/ChartAxis.idl
index 7d32635..652ff91 100644
--- a/main/offapi/com/sun/star/chart/ChartAxis.idl
+++ b/main/offapi/com/sun/star/chart/ChartAxis.idl
@@ -333,4 +333,4 @@
 
 }; }; }; };
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/chart/ChartAxisArrangeOrderType.idl b/main/offapi/com/sun/star/chart/ChartAxisArrangeOrderType.idl
index 80f80cf..c26ac10 100644
--- a/main/offapi/com/sun/star/chart/ChartAxisArrangeOrderType.idl
+++ b/main/offapi/com/sun/star/chart/ChartAxisArrangeOrderType.idl
@@ -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,66 +7,66 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_ChartAxisArrangeOrderType_idl__ 
-#define __com_sun_star_chart_ChartAxisArrangeOrderType_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_chart_ChartAxisArrangeOrderType_idl__
+#define __com_sun_star_chart_ChartAxisArrangeOrderType_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** Values specify the arrangement of the axes descriptions.
  */
 published enum ChartAxisArrangeOrderType
 {
-	//------------------------------------------------------------------------- 
-	 
+	//-------------------------------------------------------------------------
+
 	/** The descriptions are arranged automatically.
-		
+
 		<p>If there is enough space to put them side by side, this
 		arrangement is preferred. If the descriptions would overlap
 		when arranged side by side, they are staggered.</p>
 	 */
 	AUTO,
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** The descriptions are arranged side by side.
 	 */
 	SIDE_BY_SIDE,
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** The descriptions are alternately put on two lines with the even
 		values out of the normal line.
 	 */
 	STAGGER_EVEN,
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** The descriptions are alternately put on two lines with the odd
 		values out of the normal line.
 	 */
 	STAGGER_ODD
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/ChartAxisAssign.idl b/main/offapi/com/sun/star/chart/ChartAxisAssign.idl
index c696a6f..b789b76 100644
--- a/main/offapi/com/sun/star/chart/ChartAxisAssign.idl
+++ b/main/offapi/com/sun/star/chart/ChartAxisAssign.idl
@@ -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,49 +7,49 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_ChartAxisAssign_idl__ 
-#define __com_sun_star_chart_ChartAxisAssign_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_chart_ChartAxisAssign_idl__
+#define __com_sun_star_chart_ChartAxisAssign_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** These values specify to which y-axis a data row is assigned.
  */
 published constants ChartAxisAssign
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** Assign row to primary <i>y</i>-axis
 	 */
 	const long PRIMARY_Y = 2;
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** Assign row to secondary <i>y</i>-axis
 	 */
 	const long SECONDARY_Y = 4;
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/ChartAxisLabelPosition.idl b/main/offapi/com/sun/star/chart/ChartAxisLabelPosition.idl
index c796096..82c2fa1 100644
--- a/main/offapi/com/sun/star/chart/ChartAxisLabelPosition.idl
+++ b/main/offapi/com/sun/star/chart/ChartAxisLabelPosition.idl
@@ -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,65 +7,65 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_ChartAxisLabelPosition_idl__ 
-#define __com_sun_star_chart_ChartAxisLabelPosition_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
-/** Specifies the position of the axis labels with respect to the axis on the scale of the crossing axis. 
+#ifndef __com_sun_star_chart_ChartAxisLabelPosition_idl__
+#define __com_sun_star_chart_ChartAxisLabelPosition_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
+/** Specifies the position of the axis labels with respect to the axis on the scale of the crossing axis.
 */
 
 published enum ChartAxisLabelPosition
 {
-	//------------------------------------------------------------------------- 
-	 
+	//-------------------------------------------------------------------------
+
 	/** The labels are placed adjacent to the axis. When the axis itself is placed at the minimum or maximum of the scale ( that is when the property CrossoverPosition equals ChartAxisPosition_MINIMUM or ChartAxisPosition_MAXIMUM)
         the labels are placed outside the coordinate system. Otherwise the labels are placed adjacent to the axis on that side that belongs to the lower values on the crossing axis.
         E.g. when the ChartAxisLabelPosition is set to NEAR_AXIS for an y axis the labels are placed adjacent to the y axis on that side that belongs to the lower x values.
 	 */
 	NEAR_AXIS,
 
-    //------------------------------------------------------------------------- 
-	 
+    //-------------------------------------------------------------------------
+
 	/** The labels are placed adjacent to the axis on the opposite side as for NEAR_AXIS.
 	 */
 	NEAR_AXIS_OTHER_SIDE,
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** The labels are placed outside the coordinate region on that side where the crossing axis has its minimum value.
         E.g. when this is set for an y axis the labels are placed outside the diagram on that side where to the x axis has its minimum value.
 	 */
 	OUTSIDE_START,
 
-    //------------------------------------------------------------------------- 
-	 
+    //-------------------------------------------------------------------------
+
 	/** The labels are placed outside the coordinate region on that side where the crossing axis has its maximum value.
         E.g. when this is set for an y axis the labels are placed outside the diagram on that side where to the x axis has its maximum value.
 	 */
 	OUTSIDE_END
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/ChartAxisMarkPosition.idl b/main/offapi/com/sun/star/chart/ChartAxisMarkPosition.idl
index faca95e..38dc2ea 100644
--- a/main/offapi/com/sun/star/chart/ChartAxisMarkPosition.idl
+++ b/main/offapi/com/sun/star/chart/ChartAxisMarkPosition.idl
@@ -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,57 +7,57 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_ChartAxisMarkPosition_idl__ 
-#define __com_sun_star_chart_ChartAxisMarkPosition_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_chart_ChartAxisMarkPosition_idl__
+#define __com_sun_star_chart_ChartAxisMarkPosition_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** Specifies the position of the axis interval marks.
 */
 
 published enum ChartAxisMarkPosition
 {
-	//------------------------------------------------------------------------- 
-	 
+	//-------------------------------------------------------------------------
+
 	/** The interval marks are drawn besides the axis labels.
      */
 	AT_LABELS,
 
-    //------------------------------------------------------------------------- 
-	 
+    //-------------------------------------------------------------------------
+
 	/** The interval marks are drawn at the axis line.
     This makes a difference to 'AT_LABELS' only when the labels are not placed near the axis (@see ChartAxisLabelPosition).
 	 */
 	AT_AXIS,
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** Interval marks are drawn at the axis line and also besides the axis labels.
     This makes a difference to 'AT_LABELS' only when the labels are not placed near the axis (@see ChartAxisLabelPosition).
 	 */
 	AT_LABELS_AND_AXIS
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/ChartAxisMarks.idl b/main/offapi/com/sun/star/chart/ChartAxisMarks.idl
index 9301abf..a647764 100644
--- a/main/offapi/com/sun/star/chart/ChartAxisMarks.idl
+++ b/main/offapi/com/sun/star/chart/ChartAxisMarks.idl
@@ -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,29 +7,29 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_ChartAxisMarks_idl__ 
-#define __com_sun_star_chart_ChartAxisMarks_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_chart_ChartAxisMarks_idl__
+#define __com_sun_star_chart_ChartAxisMarks_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** With these constants you can specify how the tick-marks of an axis
     are displayed.
 
@@ -38,29 +38,29 @@
     extend in both directions.</p>
  */
 published constants ChartAxisMarks
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** Do not display any marks.
 	 */
-	const long NONE = 0; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const long NONE = 0;
+
+	//-------------------------------------------------------------------------
+
 	/** Display marks that point into the diagram area.
 	 */
-	const long INNER = 1; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const long INNER = 1;
+
+	//-------------------------------------------------------------------------
+
 	/** Display marks that point out of the diagram area.
 	 */
-	const long OUTER = 2; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	const long OUTER = 2;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/ChartAxisPosition.idl b/main/offapi/com/sun/star/chart/ChartAxisPosition.idl
index ec72b7b..51ae1e7 100644
--- a/main/offapi/com/sun/star/chart/ChartAxisPosition.idl
+++ b/main/offapi/com/sun/star/chart/ChartAxisPosition.idl
@@ -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,29 +7,29 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_ChartAxisPosition_idl__ 
-#define __com_sun_star_chart_ChartAxisPosition_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_chart_ChartAxisPosition_idl__
+#define __com_sun_star_chart_ChartAxisPosition_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** Specifies the position of the axis on the scale of the crossing axis.
 When the property is set at a x-axis it indicates a position on the scale of the primary y-axis.
 When the property is set at a y-axis it indicates a position on the scale of the primary x-axis.
@@ -37,33 +37,33 @@
 
 published enum ChartAxisPosition
 {
-	//------------------------------------------------------------------------- 
-	 
+	//-------------------------------------------------------------------------
+
 	/** Cross the other axes at zero. If zero is not contained in the current scale the value is used which is nearest to zero.
 	 */
 	ZERO,
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** Cross the other axes at their minimum scale value.
 	 */
 	START,
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** Cross the other axes at their maximum scale value.
 	 */
 	END,
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** Cross the other axes at the value specified in the property CrossoverValue.
 	 */
 	VALUE
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/ChartAxisType.idl b/main/offapi/com/sun/star/chart/ChartAxisType.idl
index 7fceed5..2f1e56e 100644
--- a/main/offapi/com/sun/star/chart/ChartAxisType.idl
+++ b/main/offapi/com/sun/star/chart/ChartAxisType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -37,7 +37,7 @@
 {
     /** the type of the axis is chosen automatically dependent on the chart type, the dimension and the underlying data
      */
-    const long AUTOMATIC = 0; 
+    const long AUTOMATIC = 0;
 
     /** the axis represent discrete category texts if chart type and the dimension allows
      */
diff --git a/main/offapi/com/sun/star/chart/ChartAxisXSupplier.idl b/main/offapi/com/sun/star/chart/ChartAxisXSupplier.idl
index 477bb94..b6f205c 100644
--- a/main/offapi/com/sun/star/chart/ChartAxisXSupplier.idl
+++ b/main/offapi/com/sun/star/chart/ChartAxisXSupplier.idl
@@ -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,80 +7,80 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_ChartAxisXSupplier_idl__ 
-#define __com_sun_star_chart_ChartAxisXSupplier_idl__ 
- 
-#ifndef __com_sun_star_chart_XAxisXSupplier_idl__ 
-#include <com/sun/star/chart/XAxisXSupplier.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_chart_ChartAxisXSupplier_idl__
+#define __com_sun_star_chart_ChartAxisXSupplier_idl__
+
+#ifndef __com_sun_star_chart_XAxisXSupplier_idl__
+#include <com/sun/star/chart/XAxisXSupplier.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** has to be supported by charts providing the cpabilities of a
    horizontal axis, i.e., an <em>x</em>-axis.
  */
 published service ChartAxisXSupplier
-{ 
+{
     /** offers access to the axis object, the title, and the grids
      */
-	interface com::sun::star::chart::XAxisXSupplier; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	interface com::sun::star::chart::XAxisXSupplier;
+
+	//-------------------------------------------------------------------------
+
 	/** This property determines if the x-axis is shown or hidden.@see ChartAxis
 	 */
-	[property] boolean HasXAxis; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean HasXAxis;
+
+	//-------------------------------------------------------------------------
+
 	/** Determines if the description of the x-axis is
 		shown or hidden.
 	 */
-	[property] boolean HasXAxisDescription; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean HasXAxisDescription;
+
+	//-------------------------------------------------------------------------
+
 	/** Determines if the major grid of the x-axis is
 		shown or hidden.@see ChartGrid
 	 */
-	[property] boolean HasXAxisGrid; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean HasXAxisGrid;
+
+	//-------------------------------------------------------------------------
+
 	/** Determines if the minor grid of the x-axis is shown
 		or hidden.@see ChartGrid
 	 */
-	[property] boolean HasXAxisHelpGrid; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean HasXAxisHelpGrid;
+
+	//-------------------------------------------------------------------------
+
 	/** Determines if the title of the x-axis is shown
 		or hidden.@see ChartTitle
 	 */
-	[property] boolean HasXAxisTitle; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[property] boolean HasXAxisTitle;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/ChartAxisYSupplier.idl b/main/offapi/com/sun/star/chart/ChartAxisYSupplier.idl
index 11c9c3c..b36506c 100644
--- a/main/offapi/com/sun/star/chart/ChartAxisYSupplier.idl
+++ b/main/offapi/com/sun/star/chart/ChartAxisYSupplier.idl
@@ -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,79 +7,79 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_ChartAxisYSupplier_idl__ 
-#define __com_sun_star_chart_ChartAxisYSupplier_idl__ 
- 
-#ifndef __com_sun_star_chart_XAxisYSupplier_idl__ 
-#include <com/sun/star/chart/XAxisYSupplier.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_chart_ChartAxisYSupplier_idl__
+#define __com_sun_star_chart_ChartAxisYSupplier_idl__
+
+#ifndef __com_sun_star_chart_XAxisYSupplier_idl__
+#include <com/sun/star/chart/XAxisYSupplier.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** A helper service for the y-axis.
  */
 published service ChartAxisYSupplier
-{ 
+{
     /** offers access to the axis object, the title, and the grids
      */
-	interface com::sun::star::chart::XAxisYSupplier; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	interface com::sun::star::chart::XAxisYSupplier;
+
+	//-------------------------------------------------------------------------
+
 	/** Determines if the y-axis is shown or hidden.@see ChartAxis
 	 */
-	[property] boolean HasYAxis; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean HasYAxis;
+
+	//-------------------------------------------------------------------------
+
 	/** Determines if the description of the y-axis
 		is shown or hidden.
 	 */
-	[property] boolean HasYAxisDescription; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean HasYAxisDescription;
+
+	//-------------------------------------------------------------------------
+
 	/** Determines if the major grid of the y-axis is
 		shown or hidden.@see ChartGrid
 	 */
-	[property] boolean HasYAxisGrid; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean HasYAxisGrid;
+
+	//-------------------------------------------------------------------------
+
 	/** Determines if the minor grid of the y-axis is
 		shown or hidden.@see ChartGrid
 	 */
-	[property] boolean HasYAxisHelpGrid; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean HasYAxisHelpGrid;
+
+	//-------------------------------------------------------------------------
+
 	/** Determines if the title of the y-axis is shown
 		or hidden.@see ChartTitle
 	 */
-	[property] boolean HasYAxisTitle; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[property] boolean HasYAxisTitle;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/ChartAxisZSupplier.idl b/main/offapi/com/sun/star/chart/ChartAxisZSupplier.idl
index eca9e697..2408374 100644
--- a/main/offapi/com/sun/star/chart/ChartAxisZSupplier.idl
+++ b/main/offapi/com/sun/star/chart/ChartAxisZSupplier.idl
@@ -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,78 +7,78 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_ChartAxisZSupplier_idl__ 
-#define __com_sun_star_chart_ChartAxisZSupplier_idl__ 
- 
-#ifndef __com_sun_star_chart_XAxisZSupplier_idl__ 
-#include <com/sun/star/chart/XAxisZSupplier.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_chart_ChartAxisZSupplier_idl__
+#define __com_sun_star_chart_ChartAxisZSupplier_idl__
+
+#ifndef __com_sun_star_chart_XAxisZSupplier_idl__
+#include <com/sun/star/chart/XAxisZSupplier.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** A helper service for chart documents which supply a z-axis.
  */
 published service ChartAxisZSupplier
-{ 
+{
     /** offers access to the axis object, the title, and the grids
      */
-	interface com::sun::star::chart::XAxisZSupplier; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	interface com::sun::star::chart::XAxisZSupplier;
+
+	//-------------------------------------------------------------------------
+
 	/** Determines if the z-axis is shown or hidden.@see ChartAxis
 	 */
-	[property] boolean HasZAxis; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean HasZAxis;
+
+	//-------------------------------------------------------------------------
+
 	/** Determines if the description of the z-axis
 		is shown or hidden.
 	 */
-	[property] boolean HasZAxisDescription; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean HasZAxisDescription;
+
+	//-------------------------------------------------------------------------
+
 	/** Determines if the major grid of the z-axis
 		is shown or hidden.@see ChartGrid
 	 */
-	[property] boolean HasZAxisGrid; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean HasZAxisGrid;
+
+	//-------------------------------------------------------------------------
+
 	/** Determines if the minor grid of the z-axis is shown
 		or hidden.@see ChartGrid
 	 */
-	[property] boolean HasZAxisHelpGrid; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean HasZAxisHelpGrid;
+
+	//-------------------------------------------------------------------------
+
 	/** Determines if the title of the z-axis is shown
 		or hidden.@see ChartTitle
 	 */
-	[property] boolean HasZAxisTitle; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[property] boolean HasZAxisTitle;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/ChartData.idl b/main/offapi/com/sun/star/chart/ChartData.idl
index 08ad474..46f1fcf 100644
--- a/main/offapi/com/sun/star/chart/ChartData.idl
+++ b/main/offapi/com/sun/star/chart/ChartData.idl
@@ -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,43 +7,43 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_ChartData_idl__ 
-#define __com_sun_star_chart_ChartData_idl__ 
- 
-#ifndef __com_sun_star_chart_XChartData_idl__ 
-#include <com/sun/star/chart/XChartData.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_chart_ChartData_idl__
+#define __com_sun_star_chart_ChartData_idl__
+
+#ifndef __com_sun_star_chart_XChartData_idl__
+#include <com/sun/star/chart/XChartData.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** must be supported by every component that wants to provide data
    for a chart
  */
 published service ChartData
-{ 
+{
 	interface com::sun::star::chart::XChartData;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/ChartDataArray.idl b/main/offapi/com/sun/star/chart/ChartDataArray.idl
index 5b60382..93e62da 100644
--- a/main/offapi/com/sun/star/chart/ChartDataArray.idl
+++ b/main/offapi/com/sun/star/chart/ChartDataArray.idl
@@ -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,41 +7,41 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_ChartDataArray_idl__ 
-#define __com_sun_star_chart_ChartDataArray_idl__ 
- 
-#ifndef __com_sun_star_chart_ChartData_idl__ 
-#include <com/sun/star/chart/ChartData.idl> 
-#endif 
- 
-#ifndef __com_sun_star_chart_XChartDataArray_idl__ 
-#include <com/sun/star/chart/XChartDataArray.idl> 
-#endif 
- 
-#ifndef __com_sun_star_chart_XChartData_idl__ 
-#include <com/sun/star/chart/XChartData.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_chart_ChartDataArray_idl__
+#define __com_sun_star_chart_ChartDataArray_idl__
+
+#ifndef __com_sun_star_chart_ChartData_idl__
+#include <com/sun/star/chart/ChartData.idl>
+#endif
+
+#ifndef __com_sun_star_chart_XChartDataArray_idl__
+#include <com/sun/star/chart/XChartDataArray.idl>
+#endif
+
+#ifndef __com_sun_star_chart_XChartData_idl__
+#include <com/sun/star/chart/XChartData.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** must be supported by each data source for charts, where you want
     to access the values directly.
 
@@ -49,13 +49,13 @@
 	each row and column.</p>
  */
 published service ChartDataArray
-{ 
+{
 	service com::sun::star::chart::ChartData;
 	interface com::sun::star::chart::XChartDataArray;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/ChartDataCaption.idl b/main/offapi/com/sun/star/chart/ChartDataCaption.idl
index afe4325..ed3b96d 100644
--- a/main/offapi/com/sun/star/chart/ChartDataCaption.idl
+++ b/main/offapi/com/sun/star/chart/ChartDataCaption.idl
@@ -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,49 +7,49 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_ChartDataCaption_idl__ 
-#define __com_sun_star_chart_ChartDataCaption_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_chart_ChartDataCaption_idl__
+#define __com_sun_star_chart_ChartDataCaption_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** These values specify how the captions of data points are displayed.
  */
 published constants ChartDataCaption
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** No captions are displayed.
 	 */
 	const long NONE = 0;
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** The caption contains the value of the data point in the number
         format of the axis that is attached to the respective data
         series.
 	 */
 	const long VALUE = 1;
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** The caption contains the value of the data point in percent of
         all data points of one category.
 
@@ -58,32 +58,32 @@
         all available series.</p>
 	 */
 	const long PERCENT = 2;
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** The caption contains the category name of the category to
         which a data point belongs.
 	 */
 	const long TEXT = 4;
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** The number formatter is always used for displaying the value
         as value.  So this setting is deprecated.
 
         @deprecated
 	 */
 	const long FORMAT = 8;
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** The symbol of data column/row is additionally displayed in the caption.
 	 */
 	const long SYMBOL = 16;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/ChartDataChangeEvent.idl b/main/offapi/com/sun/star/chart/ChartDataChangeEvent.idl
index 32e60a8..9796476 100644
--- a/main/offapi/com/sun/star/chart/ChartDataChangeEvent.idl
+++ b/main/offapi/com/sun/star/chart/ChartDataChangeEvent.idl
@@ -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,75 +7,75 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_ChartDataChangeEvent_idl__ 
-#define __com_sun_star_chart_ChartDataChangeEvent_idl__ 
- 
-#ifndef __com_sun_star_lang_EventObject_idl__ 
-#include <com/sun/star/lang/EventObject.idl> 
-#endif 
- 
-#ifndef __com_sun_star_chart_ChartDataChangeType_idl__ 
-#include <com/sun/star/chart/ChartDataChangeType.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_chart_ChartDataChangeEvent_idl__
+#define __com_sun_star_chart_ChartDataChangeEvent_idl__
+
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
+
+#ifndef __com_sun_star_chart_ChartDataChangeType_idl__
+#include <com/sun/star/chart/ChartDataChangeType.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** describes a change that was applied to the data.
  */
 published struct ChartDataChangeEvent: com::sun::star::lang::EventObject
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** specifies the type of change to the data.
 	 */
-	com::sun::star::chart::ChartDataChangeType Type; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::chart::ChartDataChangeType Type;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the column number in which the changes begin.
 	 */
-	short StartColumn; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	short StartColumn;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the column number in which the changes end.
 	 */
-	short EndColumn; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	short EndColumn;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the row number in which the changes begin.
 	 */
-	short StartRow; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	short StartRow;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the row number in which the changes end.
 	 */
-	short EndRow; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	short EndRow;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/ChartDataChangeType.idl b/main/offapi/com/sun/star/chart/ChartDataChangeType.idl
index c0ec858..49c8a93 100644
--- a/main/offapi/com/sun/star/chart/ChartDataChangeType.idl
+++ b/main/offapi/com/sun/star/chart/ChartDataChangeType.idl
@@ -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,78 +7,78 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_ChartDataChangeType_idl__ 
-#define __com_sun_star_chart_ChartDataChangeType_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_chart_ChartDataChangeType_idl__
+#define __com_sun_star_chart_ChartDataChangeType_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** specifies the type of change that was applied to the data.
  */
 published enum ChartDataChangeType
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** Major changes were applied to the data.
 	 */
-	ALL, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	ALL,
+
+	//-------------------------------------------------------------------------
+
 	/** The range of columns and rows, given in the
          <type>ChartDataChangeEvent</type>, has changed.
 	 */
-	DATA_RANGE, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	DATA_RANGE,
+
+	//-------------------------------------------------------------------------
+
 	/** The column given in the <type>ChartDataChangeEvent</type>, was
         inserted.
 	 */
-	COLUMN_INSERTED, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	COLUMN_INSERTED,
+
+	//-------------------------------------------------------------------------
+
 	/** The row given in the <type>ChartDataChangeEvent</type>, was
         inserted.
 	 */
-	ROW_INSERTED, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	ROW_INSERTED,
+
+	//-------------------------------------------------------------------------
+
 	/** The column given in the <type>ChartDataChangeEvent</type>, was
         deleted.
     */
-	COLUMN_DELETED, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	COLUMN_DELETED,
+
+	//-------------------------------------------------------------------------
+
 	/** The row given in the <type>ChartDataChangeEvent</type>, was
         deleted.
 	 */
-	ROW_DELETED 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	ROW_DELETED
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/ChartDataPoint.idl b/main/offapi/com/sun/star/chart/ChartDataPoint.idl
index 2c36f59..61b0778 100644
--- a/main/offapi/com/sun/star/chart/ChartDataPoint.idl
+++ b/main/offapi/com/sun/star/chart/ChartDataPoint.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -29,7 +29,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module chart { 
+module com { module sun { module star { module chart {
 
 //=============================================================================
 /** @deprecated
@@ -38,6 +38,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/chart/ChartDataPointProperties.idl b/main/offapi/com/sun/star/chart/ChartDataPointProperties.idl
index 9caaa90..986d725 100644
--- a/main/offapi/com/sun/star/chart/ChartDataPointProperties.idl
+++ b/main/offapi/com/sun/star/chart/ChartDataPointProperties.idl
@@ -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,52 +7,52 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_ChartDataPointProperties_idl__ 
-#define __com_sun_star_chart_ChartDataPointProperties_idl__ 
- 
-#ifndef __com_sun_star_drawing_FillProperties_idl__ 
-#include <com/sun/star/drawing/FillProperties.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_LineProperties_idl__ 
-#include <com/sun/star/drawing/LineProperties.idl> 
-#endif 
- 
-#ifndef __com_sun_star_style_CharacterProperties_idl__ 
-#include <com/sun/star/style/CharacterProperties.idl> 
-#endif 
- 
-#ifndef __com_sun_star_chart_Chart3DBarPropertiesidl__ 
-#include <com/sun/star/chart/Chart3DBarProperties.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
+#ifndef __com_sun_star_chart_ChartDataPointProperties_idl__
+#define __com_sun_star_chart_ChartDataPointProperties_idl__
+
+#ifndef __com_sun_star_drawing_FillProperties_idl__
+#include <com/sun/star/drawing/FillProperties.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_LineProperties_idl__
+#include <com/sun/star/drawing/LineProperties.idl>
+#endif
+
+#ifndef __com_sun_star_style_CharacterProperties_idl__
+#include <com/sun/star/style/CharacterProperties.idl>
+#endif
+
+#ifndef __com_sun_star_chart_Chart3DBarPropertiesidl__
+#include <com/sun/star/chart/Chart3DBarProperties.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
 #endif
 
 #ifndef _com_sun_star_xml_UserDefinedAttributeSupplier_idl_
 #include <com/sun/star/xml/UserDefinedAttributeSupplier.idl>
 #endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** specifies all the properties for the graphic object of
 	a data point (e.g., a single bar in a bar chart).
 
@@ -64,18 +64,18 @@
     @see ChartDataRowProperties
  */
 published service ChartDataPointProperties
-{ 
+{
     /** This service has to be supported for data points that can be
         filled.
      */
-	[optional] service com::sun::star::drawing::FillProperties; 
-	
-	service com::sun::star::drawing::LineProperties; 
-	
+	[optional] service com::sun::star::drawing::FillProperties;
+
+	service com::sun::star::drawing::LineProperties;
+
     /** These properties affect the characters of data captions if
         those are displayed.
      */
-	service com::sun::star::style::CharacterProperties; 
+	service com::sun::star::style::CharacterProperties;
 
     /** If <type>ChartDataPointProperties</type> may be stored as XML
         element, this service should be supported in order to preserve
@@ -85,65 +85,65 @@
      */
     [optional] service com::sun::star::xml::UserDefinedAttributeSupplier;
 
-	//------------------------------------------------------------------------- 
-	 
+	//-------------------------------------------------------------------------
+
 	/** is only available if the chart is of type
         <type>BarDiagram</type> and <type>Dim3DDiagram</type> and the
         property <member>ChartDataPointProperties::Dim3D</member> is
         set to <TRUE/>.
 
-        @see BarDiagram 
-        @see Dim3DDiagram@see BarDiagram 
+        @see BarDiagram
+        @see Dim3DDiagram@see BarDiagram
         @see Dim3DDiagram
      */
-	[optional] service com::sun::star::chart::Chart3DBarProperties; 
- 
-	interface com::sun::star::beans::XPropertySet; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[optional] service com::sun::star::chart::Chart3DBarProperties;
+
+	interface com::sun::star::beans::XPropertySet;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies how the captions of data points are displayed.@see ChartDataCaption
 	 */
-	[property] long DataCaption; 
+	[property] long DataCaption;
 
 
-    //------------------------------------------------------------------------- 
-	 
+    //-------------------------------------------------------------------------
+
 	/** specifies a string that is used to separate the parts of a data label (caption)
 	 */
     [optional, property] string LabelSeparator;
 
-    //------------------------------------------------------------------------- 
-	 
+    //-------------------------------------------------------------------------
+
 	/** specifies a number format for the display of the value in the data label
 	 */
     [optional, property] long NumberFormat;
 
-    //------------------------------------------------------------------------- 
-	 
+    //-------------------------------------------------------------------------
+
 	/** specifies a number format for the display of the percentage value in the data label
 	 */
     [optional, property] long PercentageNumberFormat;
- 
-    //------------------------------------------------------------------------- 
-	 
+
+    //-------------------------------------------------------------------------
+
 	/** specifies a relative position for the data label
 
         @see DataLabelPlacement
 	 */
     [optional, property] long LabelPlacement;
 
-	//------------------------------------------------------------------------- 
-	 
+	//-------------------------------------------------------------------------
+
 	/** specifies the type of symbols if the current chart type
         supports the usage of symbols.
 
 		@see ChartSymbolType
 	 */
-	[optional, property] long SymbolType; 
+	[optional, property] long SymbolType;
 
-	//------------------------------------------------------------------------- 
-	 
+	//-------------------------------------------------------------------------
+
 	/** In charts that support symbols, you can set this property to
         any valid URL that points to a graphic file.  This graphic is
         then used as symbol for each data point.
@@ -160,10 +160,10 @@
         percent of the radius.
      */
     [optional, property] long SegmentOffset;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/ChartDataRow.idl b/main/offapi/com/sun/star/chart/ChartDataRow.idl
index c871b0a..caabe51 100644
--- a/main/offapi/com/sun/star/chart/ChartDataRow.idl
+++ b/main/offapi/com/sun/star/chart/ChartDataRow.idl
@@ -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,53 +7,53 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_ChartDataRow_idl__ 
-#define __com_sun_star_chart_ChartDataRow_idl__ 
- 
-#ifndef __com_sun_star_chart_ChartDataValue_idl__ 
-#include <com/sun/star/chart/ChartDataValue.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_chart_ChartDataRow_idl__
+#define __com_sun_star_chart_ChartDataRow_idl__
+
+#ifndef __com_sun_star_chart_ChartDataValue_idl__
+#include <com/sun/star/chart/ChartDataValue.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** describes a single data row, specified by its name and
 	a sequence of data points.
 
     <p>This struct is currently used nowhere.</p>
-		
+
 	@deprecated
  */
 published struct ChartDataRow
 {
 	/** The name of the data row.
 	 */
-	string Name; 
- 
-	//------------------------------------------------------------------------- 
+	string Name;
+
+	//-------------------------------------------------------------------------
 	/** The points contained in this data row.
      */
 	sequence< sequence<ChartDataValue> > Points;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/ChartDataRowProperties.idl b/main/offapi/com/sun/star/chart/ChartDataRowProperties.idl
index 36756f4..66a6e8d 100644
--- a/main/offapi/com/sun/star/chart/ChartDataRowProperties.idl
+++ b/main/offapi/com/sun/star/chart/ChartDataRowProperties.idl
@@ -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,44 +7,44 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_ChartDataRowProperties_idl__ 
-#define __com_sun_star_chart_ChartDataRowProperties_idl__ 
- 
-#ifndef __com_sun_star_chart_ChartDataPointProperties_idl__ 
-#include <com/sun/star/chart/ChartDataPointProperties.idl> 
-#endif 
- 
-#ifndef __com_sun_star_chart_ChartStatistics_idl__ 
-#include <com/sun/star/chart/ChartStatistics.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
+#ifndef __com_sun_star_chart_ChartDataRowProperties_idl__
+#define __com_sun_star_chart_ChartDataRowProperties_idl__
+
+#ifndef __com_sun_star_chart_ChartDataPointProperties_idl__
+#include <com/sun/star/chart/ChartDataPointProperties.idl>
+#endif
+
+#ifndef __com_sun_star_chart_ChartStatistics_idl__
+#include <com/sun/star/chart/ChartStatistics.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
 #ifndef _com_sun_star_xml_UserDefinedAttributeSupplier_idl_
 #include <com/sun/star/xml/UserDefinedAttributeSupplier.idl>
 #endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** specifies the properties for a group of graphic elements which
 	belong to a data row (also known as data series).
 
@@ -56,12 +56,12 @@
     @see ChartDataPointProperties
  */
 published service ChartDataRowProperties
-{ 
-	service com::sun::star::chart::ChartDataPointProperties; 
+{
+	service com::sun::star::chart::ChartDataPointProperties;
     /** Statistical properties are not available for all types of
         diagrams.
     */
-	[optional] service com::sun::star::chart::ChartStatistics; 
+	[optional] service com::sun::star::chart::ChartStatistics;
 
     /** If <type>ChartDataRowProperties</type> may be stored as XML
         file, this service should be supported in order to preserve
@@ -71,10 +71,10 @@
      */
     [optional] service com::sun::star::xml::UserDefinedAttributeSupplier;
 
-	interface com::sun::star::beans::XPropertySet; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	interface com::sun::star::beans::XPropertySet;
+
+	//-------------------------------------------------------------------------
+
 	/** determines to which axis the data row is assigned.
 
         <p>The axis must be a primary or secondary y-axis</p>
@@ -83,41 +83,41 @@
         @see ChartAxisYSupplier
         @see ChartTwoAxisYSupplier
 	 */
-	[property] long Axis; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] long Axis;
+
+	//-------------------------------------------------------------------------
+
 	/** holds the properties of the regression line, if such one is
         enabled.
 
         @see ChartLine
         @see ChartStatistics
 	 */
-	[optional, readonly, property] com::sun::star::beans::XPropertySet DataRegressionProperties; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[optional, readonly, property] com::sun::star::beans::XPropertySet DataRegressionProperties;
+
+	//-------------------------------------------------------------------------
+
 	/** holds the properties of the error markers, if those are
         enabled.
 
         @see ChartLine
         @see ChartStatistics
 	 */
-	[optional, readonly, property] com::sun::star::beans::XPropertySet DataErrorProperties; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[optional, readonly, property] com::sun::star::beans::XPropertySet DataErrorProperties;
+
+	//-------------------------------------------------------------------------
+
 	/** holds the properties of the average line, if such one is
         enabled.
 
         @see ChartLine
         @see ChartStatistics
 	 */
-	[optional, readonly, property] com::sun::star::beans::XPropertySet DataMeanValueProperties; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[optional, readonly, property] com::sun::star::beans::XPropertySet DataMeanValueProperties;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/ChartDataRowSource.idl b/main/offapi/com/sun/star/chart/ChartDataRowSource.idl
index d838bdc..53a2125 100644
--- a/main/offapi/com/sun/star/chart/ChartDataRowSource.idl
+++ b/main/offapi/com/sun/star/chart/ChartDataRowSource.idl
@@ -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,51 +7,51 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_ChartDataRowSource_idl__ 
-#define __com_sun_star_chart_ChartDataRowSource_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_chart_ChartDataRowSource_idl__
+#define __com_sun_star_chart_ChartDataRowSource_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** specifies if the data rows (aka data series) displayed in the
 	chart, take their values from the row or the column in the underlying
 	data source (<type>ChartDataArray</type>).
  */
 published enum ChartDataRowSource
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** values displayed as data rows are taken from the rows of the data source.
 	 */
-	ROWS, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	ROWS,
+
+	//-------------------------------------------------------------------------
+
 	/** values displayed as data rows are taken from the columns of the data source.
 	 */
-	COLUMNS 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	COLUMNS
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/ChartDataValue.idl b/main/offapi/com/sun/star/chart/ChartDataValue.idl
index 4c4a9ec..2e36862 100644
--- a/main/offapi/com/sun/star/chart/ChartDataValue.idl
+++ b/main/offapi/com/sun/star/chart/ChartDataValue.idl
@@ -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,29 +7,29 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_ChartDataValue_idl__ 
-#define __com_sun_star_chart_ChartDataValue_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_chart_ChartDataValue_idl__
+#define __com_sun_star_chart_ChartDataValue_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** describes a single data value, including the error
 
     <p>This struct is currently used nowhere.</p>
@@ -40,24 +40,24 @@
 {
 	/** value by itself.
 	 */
-	double Value; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	double Value;
+
+	//-------------------------------------------------------------------------
+
 	/** highest possible error value.
 	 */
-	double HighError; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	double HighError;
+
+	//-------------------------------------------------------------------------
+
 	/** lowest possible error value.
 	 */
-	double LowError; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	double LowError;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/ChartDocument.idl b/main/offapi/com/sun/star/chart/ChartDocument.idl
index 2c3a11e..abbbd84 100644
--- a/main/offapi/com/sun/star/chart/ChartDocument.idl
+++ b/main/offapi/com/sun/star/chart/ChartDocument.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -50,9 +50,9 @@
 	the diagram and some additional elements like a main title, a
 	sub-title or a legend.
 
-	</p>@see Diagram 
-		@see ChartLegend 
-		@see ChartTitle 
+	</p>@see Diagram
+		@see ChartLegend
+		@see ChartTitle
 		@see ChartDataArray
  */
 published service ChartDocument
@@ -70,19 +70,19 @@
 
     [optional] interface ::com::sun::star::drawing::XDrawPageSupplier;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** determines if the main title is shown or hidden.
 	 */
 	[property] boolean HasMainTitle;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** determines if the subtitle is shown or hidden.
 	 */
 	[property] boolean HasSubTitle;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** determines if the legend is shown or hidden.
 	 */
diff --git a/main/offapi/com/sun/star/chart/ChartErrorCategory.idl b/main/offapi/com/sun/star/chart/ChartErrorCategory.idl
index dec3ff8..bf02ece 100644
--- a/main/offapi/com/sun/star/chart/ChartErrorCategory.idl
+++ b/main/offapi/com/sun/star/chart/ChartErrorCategory.idl
@@ -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,54 +7,54 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_ChartErrorCategory_idl__ 
-#define __com_sun_star_chart_ChartErrorCategory_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_chart_ChartErrorCategory_idl__
+#define __com_sun_star_chart_ChartErrorCategory_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** specifies the category of error indicators.
  */
 published enum ChartErrorCategory
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** error indicators are not displayed.
 	 */
-	NONE, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	NONE,
+
+	//-------------------------------------------------------------------------
+
 	/** displays error indicators for the variance of the data row.
 	 */
-	VARIANCE, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	VARIANCE,
+
+	//-------------------------------------------------------------------------
+
 	/** displays error indicators for the standard deviation (square
         root of variance) of the data row.
 	 */
-	STANDARD_DEVIATION, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	STANDARD_DEVIATION,
+
+	//-------------------------------------------------------------------------
+
 	/** The length of the error indicators is calculated for each data
         point by taking the percentage given as
         <member>ChartStatistics::PercentageError</member> of its
@@ -63,9 +63,9 @@
         @see ChartStatistics
 	 */
 	PERCENT,
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** The length of the error indicators for all data points is
         calculated by taking the percentage given as
         <member>ChartStatistics::ErrorMargin</member> of the largest
@@ -73,10 +73,10 @@
 
         @see ChartStatistics
 	 */
-	ERROR_MARGIN, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	ERROR_MARGIN,
+
+	//-------------------------------------------------------------------------
+
 	/** displays the same lower and upper error indicators for all
         data points.
 
@@ -86,12 +86,12 @@
 
         @see ChartStatistics
 	 */
-	CONSTANT_VALUE 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	CONSTANT_VALUE
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/ChartErrorIndicatorType.idl b/main/offapi/com/sun/star/chart/ChartErrorIndicatorType.idl
index 0f9f012..4fa66e3 100644
--- a/main/offapi/com/sun/star/chart/ChartErrorIndicatorType.idl
+++ b/main/offapi/com/sun/star/chart/ChartErrorIndicatorType.idl
@@ -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,60 +7,60 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_ChartErrorIndicatorType_idl__ 
-#define __com_sun_star_chart_ChartErrorIndicatorType_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_chart_ChartErrorIndicatorType_idl__
+#define __com_sun_star_chart_ChartErrorIndicatorType_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** specifies how the error is indicated.
  */
 published enum ChartErrorIndicatorType
 {
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** displays no error indicators.
 	 */
 	NONE,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** displays both the upper and lower values.
 	 */
 	TOP_AND_BOTTOM,
- 
-	//------------------------------------------------------------------------- 
+
+	//-------------------------------------------------------------------------
 
 	/** displays only the upper value.
 	 */
 	UPPER,
- 
-	//------------------------------------------------------------------------- 
+
+	//-------------------------------------------------------------------------
 
 	/** displays only the lower value.
 	 */
 	LOWER
 };
 
-//============================================================================= 
+//=============================================================================
 
 }; }; }; };
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/chart/ChartGrid.idl b/main/offapi/com/sun/star/chart/ChartGrid.idl
index cb95afd..e74d9a8 100644
--- a/main/offapi/com/sun/star/chart/ChartGrid.idl
+++ b/main/offapi/com/sun/star/chart/ChartGrid.idl
@@ -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,44 +7,44 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_ChartGrid_idl__ 
-#define __com_sun_star_chart_ChartGrid_idl__ 
- 
-#ifndef __com_sun_star_drawing_LineProperties_idl__ 
-#include <com/sun/star/drawing/LineProperties.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
+#ifndef __com_sun_star_chart_ChartGrid_idl__
+#define __com_sun_star_chart_ChartGrid_idl__
+
+#ifndef __com_sun_star_drawing_LineProperties_idl__
+#include <com/sun/star/drawing/LineProperties.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
 #ifndef _com_sun_star_xml_UserDefinedAttributeSupplier_idl_
 #include <com/sun/star/xml/UserDefinedAttributeSupplier.idl>
 #endif
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** specifies the grid of the diagram in a chart.
-	
-	
-	
+
+
+
 	<p>The distance between the grid lines depends on the distance of the help
 	or main tick marks, which may be set in <type>ChartAxis</type>.</p>@see ChartAxis
  */
@@ -61,10 +61,10 @@
     [optional] service com::sun::star::xml::UserDefinedAttributeSupplier;
 
 	interface com::sun::star::beans::XPropertySet;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/ChartLegend.idl b/main/offapi/com/sun/star/chart/ChartLegend.idl
index fbe61aa..4d08667 100644
--- a/main/offapi/com/sun/star/chart/ChartLegend.idl
+++ b/main/offapi/com/sun/star/chart/ChartLegend.idl
@@ -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,56 +7,56 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_ChartLegend_idl__ 
-#define __com_sun_star_chart_ChartLegend_idl__ 
- 
-#ifndef __com_sun_star_drawing_Shape_idl__ 
-#include <com/sun/star/drawing/Shape.idl> 
-#endif 
- 
-#ifndef __com_sun_star_style_CharacterProperties_idl__ 
-#include <com/sun/star/style/CharacterProperties.idl> 
-#endif 
- 
-#ifndef __com_sun_star_chart_ChartLegendPosition_idl__ 
-#include <com/sun/star/chart/ChartLegendPosition.idl> 
-#endif 
+#ifndef __com_sun_star_chart_ChartLegend_idl__
+#define __com_sun_star_chart_ChartLegend_idl__
+
+#ifndef __com_sun_star_drawing_Shape_idl__
+#include <com/sun/star/drawing/Shape.idl>
+#endif
+
+#ifndef __com_sun_star_style_CharacterProperties_idl__
+#include <com/sun/star/style/CharacterProperties.idl>
+#endif
+
+#ifndef __com_sun_star_chart_ChartLegendPosition_idl__
+#include <com/sun/star/chart/ChartLegendPosition.idl>
+#endif
 
 #ifndef _com_sun_star_xml_UserDefinedAttributeSupplier_idl_
 #include <com/sun/star/xml/UserDefinedAttributeSupplier.idl>
 #endif
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** specifies the legend of a chart.
-	
-	
-	
-	<p>The text/font properties which are specified in the service 
+
+
+
+	<p>The text/font properties which are specified in the service
 	<type scope="com::sun::star::drawing">Shape</type> correlate to all text
 	objects inside the legend.</p>
  */
 published service ChartLegend
-{ 
-	service com::sun::star::drawing::Shape; 
+{
+	service com::sun::star::drawing::Shape;
 
     //-------------------------------------------------------------------------
 
@@ -68,7 +68,7 @@
 
     //-------------------------------------------------------------------------
 
-	service com::sun::star::style::CharacterProperties; 
+	service com::sun::star::style::CharacterProperties;
 
     //-------------------------------------------------------------------------
 
@@ -79,18 +79,18 @@
 	@since OpenOffice 1.1.2
      */
     [optional] service com::sun::star::xml::UserDefinedAttributeSupplier;
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** determines the alignment of the legend relative
 		to the diagram.
 	 */
-	[property] com::sun::star::chart::ChartLegendPosition Alignment; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[property] com::sun::star::chart::ChartLegendPosition Alignment;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/ChartLegendExpansion.idl b/main/offapi/com/sun/star/chart/ChartLegendExpansion.idl
index f06c0d8..6772fab 100644
--- a/main/offapi/com/sun/star/chart/ChartLegendExpansion.idl
+++ b/main/offapi/com/sun/star/chart/ChartLegendExpansion.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart/ChartLegendPosition.idl b/main/offapi/com/sun/star/chart/ChartLegendPosition.idl
index 177af90..a6a8faf 100644
--- a/main/offapi/com/sun/star/chart/ChartLegendPosition.idl
+++ b/main/offapi/com/sun/star/chart/ChartLegendPosition.idl
@@ -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,83 +7,83 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_ChartLegendPosition_idl__ 
-#define __com_sun_star_chart_ChartLegendPosition_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_chart_ChartLegendPosition_idl__
+#define __com_sun_star_chart_ChartLegendPosition_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** specifies one of the default positions of the legend in relation
     to the diagram.
  */
 published enum ChartLegendPosition
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** no chart legend is displayed.
 
         <p>To disable the legend you should set the property
         <member>ChartDocument::HasLegend</member> to <FALSE/> instead
         of setting this value.</p>
 	 */
-	NONE, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	NONE,
+
+	//-------------------------------------------------------------------------
+
 	/** displays the chart legend on the left side of the diagram.
 
         <p>The second entry in the legend is placed below the first
         one.</p>
 	 */
-	LEFT, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	LEFT,
+
+	//-------------------------------------------------------------------------
+
 	/** displays the chart legend above the diagram.
 
         <p>The second entry in the legend is placed an the right hand
         side of the first one.</p>
 	 */
-	TOP, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	TOP,
+
+	//-------------------------------------------------------------------------
+
 	/** displays the chart legend on the right side of the diagram.
 
         <p>The second entry in the legend is placed below the first
         one.</p>
 	 */
-	RIGHT, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	RIGHT,
+
+	//-------------------------------------------------------------------------
+
 	/** displays the chart legend beneath the diagram.
 
         <p>The second entry in the legend is placed an the right hand
         side of the first one.</p>
 	 */
 	BOTTOM
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/ChartLine.idl b/main/offapi/com/sun/star/chart/ChartLine.idl
index 1a38c69..4836615 100644
--- a/main/offapi/com/sun/star/chart/ChartLine.idl
+++ b/main/offapi/com/sun/star/chart/ChartLine.idl
@@ -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,47 +7,47 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_ChartLine_idl__ 
-#define __com_sun_star_chart_ChartLine_idl__ 
- 
-#ifndef __com_sun_star_drawing_LineProperties_idl__ 
-#include <com/sun/star/drawing/LineProperties.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_chart_ChartLine_idl__
+#define __com_sun_star_chart_ChartLine_idl__
+
+#ifndef __com_sun_star_drawing_LineProperties_idl__
+#include <com/sun/star/drawing/LineProperties.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** specifies line elements in a chart (regression lines, etc.).
  */
 published service ChartLine
 {
 	service com::sun::star::drawing::LineProperties;
 	interface com::sun::star::beans::XPropertySet;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/ChartPieSegmentProperties.idl b/main/offapi/com/sun/star/chart/ChartPieSegmentProperties.idl
index 1bb2fe4..e52b49c 100644
--- a/main/offapi/com/sun/star/chart/ChartPieSegmentProperties.idl
+++ b/main/offapi/com/sun/star/chart/ChartPieSegmentProperties.idl
@@ -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,65 +7,65 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_ChartPieSegmentProperties_idl__ 
-#define __com_sun_star_chart_ChartPieSegmentProperties_idl__ 
- 
-#ifndef __com_sun_star_chart_ChartDataPointProperties_idl__ 
-#include <com/sun/star/chart/ChartDataPointProperties.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_chart_ChartPieSegmentProperties_idl__
+#define __com_sun_star_chart_ChartPieSegmentProperties_idl__
+
+#ifndef __com_sun_star_chart_ChartDataPointProperties_idl__
+#include <com/sun/star/chart/ChartDataPointProperties.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** specifies all the properties for the graphic object of a
 	pie segment.@see PieDiagram
  */
 published service ChartPieSegmentProperties
-{ 
-	service com::sun::star::chart::ChartDataPointProperties; 
-	interface com::sun::star::beans::XPropertySet; 
- 
-	//------------------------------------------------------------------------- 
-	 
+{
+	service com::sun::star::chart::ChartDataPointProperties;
+	interface com::sun::star::beans::XPropertySet;
+
+	//-------------------------------------------------------------------------
+
 	/** reflects the offset of a pie segment in percent of the radius.
-		
-		
-		
+
+
+
 		<p>The default value for all the segments of a <type>PieDiagram</type>
 		is 0. If you change this value from 0 to 100 the segment is pulled out
 		from the center by its radius.
-		
+
 		</p>
 		<p>Currently this property is supported by two dimensional pie
 		diagrams only.</p>
 	 */
-	[property] long SegmentOffset; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[property] long SegmentOffset;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/ChartRegressionCurveType.idl b/main/offapi/com/sun/star/chart/ChartRegressionCurveType.idl
index 45786ce..47449d1 100644
--- a/main/offapi/com/sun/star/chart/ChartRegressionCurveType.idl
+++ b/main/offapi/com/sun/star/chart/ChartRegressionCurveType.idl
@@ -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,88 +7,88 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_ChartRegressionCurveType_idl__ 
-#define __com_sun_star_chart_ChartRegressionCurveType_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_chart_ChartRegressionCurveType_idl__
+#define __com_sun_star_chart_ChartRegressionCurveType_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** specifiest the type of the regression curve to be displayed.
  */
 published enum ChartRegressionCurveType
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** displays no regression curve.
 	 */
-	NONE, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	NONE,
+
+	//-------------------------------------------------------------------------
+
 	/** displays a linear regression curve.
 
         <p>The values of the series are approximated using the model
         <i>y</i> = <i>A</i>&middot;<i>x</i> + <i>B</i>.</p>
 	 */
-	LINEAR, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	LINEAR,
+
+	//-------------------------------------------------------------------------
+
 	/** displays a linear logarithmic regression curve.
 
         <p>The values of the series are approximated using the model
         <i>y</i> = <i>A</i>&middot;log(<i>x</i>) + <i>B</i>.</p>
 	 */
-	LOGARITHM, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	LOGARITHM,
+
+	//-------------------------------------------------------------------------
+
 	/** displays an exponential regression curve.
 
         <p>The values of the series are approximated using the model
         <i>y</i> = <i>A</i>&middot;e<sup><i>B</i>&middot;<i>x</i></sup>.</p>
 
     */
-	EXPONENTIAL, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	EXPONENTIAL,
+
+	//-------------------------------------------------------------------------
+
 	/** displays a polynomial regression curve.
 
 		@deprecated
     */
-	POLYNOMIAL, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	POLYNOMIAL,
+
+	//-------------------------------------------------------------------------
+
 	/** displays a regression curve using a power function.
-		
+
         <p>The values of the series are approximated using the model
         <i>y</i> = <i>A&middot;<i>x</i><sup>B</sup></i>.</p>
 	 */
-	POWER 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	POWER
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/ChartSeriesAddress.idl b/main/offapi/com/sun/star/chart/ChartSeriesAddress.idl
index c7bd997..987a161 100644
--- a/main/offapi/com/sun/star/chart/ChartSeriesAddress.idl
+++ b/main/offapi/com/sun/star/chart/ChartSeriesAddress.idl
@@ -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,31 +7,31 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_ChartSeriesAddress_idl__ 
-#define __com_sun_star_chart_ChartSeriesAddress_idl__ 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_chart_ChartSeriesAddress_idl__
+#define __com_sun_star_chart_ChartSeriesAddress_idl__
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** This structure describes a single data row, specified by its name
 	and a sequence of data points.
-	
+
 	<p>The cell addresses are in the format of the application that
 	contains this chart.</p>
  */
@@ -40,26 +40,26 @@
 	/** contains the cell range address of the data for this series.
 	 */
 	string DataRangeAddress;
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** contains the cell address of label (i.e. name) of this series.
 	 */
 	string LabelAddress;
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** contains cell addresses for each domain of this series.
-		 
+
 		<p>For XY (scatter) diagrams at least one series has a
 		domain. Most of the other chart types use an empty sequence
 		here.</p>
 	 */
 	sequence< string > DomainRangeAddresses;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/ChartSolidType.idl b/main/offapi/com/sun/star/chart/ChartSolidType.idl
index 6e49698..c11d586 100644
--- a/main/offapi/com/sun/star/chart/ChartSolidType.idl
+++ b/main/offapi/com/sun/star/chart/ChartSolidType.idl
@@ -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,62 +7,62 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_ChartSolidType_idl__ 
-#define __com_sun_star_chart_ChartSolidType_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_chart_ChartSolidType_idl__
+#define __com_sun_star_chart_ChartSolidType_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** These values specify the type of solid shapes for data points of
 	3D bar charts.
  */
 published constants ChartSolidType
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** extruded rectangle, i.e., a cuboid
 	 */
-	const long RECTANGULAR_SOLID = 0; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const long RECTANGULAR_SOLID = 0;
+
+	//-------------------------------------------------------------------------
+
 	/** cylinder with a circle as base
 	 */
-	const long CYLINDER = 1; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const long CYLINDER = 1;
+
+	//-------------------------------------------------------------------------
+
 	/** cone with a circle as base
 	 */
-	const long CONE = 2; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const long CONE = 2;
+
+	//-------------------------------------------------------------------------
+
 	/** pyramidial with a square as base
 	 */
-	const long PYRAMID = 3; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	const long PYRAMID = 3;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/ChartStatistics.idl b/main/offapi/com/sun/star/chart/ChartStatistics.idl
index 7b3e335..03e3fd6 100644
--- a/main/offapi/com/sun/star/chart/ChartStatistics.idl
+++ b/main/offapi/com/sun/star/chart/ChartStatistics.idl
@@ -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,55 +7,55 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_ChartStatistics_idl__ 
-#define __com_sun_star_chart_ChartStatistics_idl__ 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
-#ifndef __com_sun_star_chart_ChartErrorCategory_idl__ 
-#include <com/sun/star/chart/ChartErrorCategory.idl> 
-#endif 
- 
-#ifndef __com_sun_star_chart_ChartErrorIndicatorType_idl__ 
-#include <com/sun/star/chart/ChartErrorIndicatorType.idl> 
-#endif 
- 
-#ifndef __com_sun_star_chart_ChartRegressionCurveType_idl__ 
-#include <com/sun/star/chart/ChartRegressionCurveType.idl> 
-#endif 
+#ifndef __com_sun_star_chart_ChartStatistics_idl__
+#define __com_sun_star_chart_ChartStatistics_idl__
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+#ifndef __com_sun_star_chart_ChartErrorCategory_idl__
+#include <com/sun/star/chart/ChartErrorCategory.idl>
+#endif
+
+#ifndef __com_sun_star_chart_ChartErrorIndicatorType_idl__
+#include <com/sun/star/chart/ChartErrorIndicatorType.idl>
+#endif
+
+#ifndef __com_sun_star_chart_ChartRegressionCurveType_idl__
+#include <com/sun/star/chart/ChartRegressionCurveType.idl>
+#endif
 
 #include <com/sun/star/chart/ErrorBarStyle.idl>
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** offers statistical properties for the data in the chart. It is
 	available for a single data row and for the whole diagram.
  */
 published service ChartStatistics
-{ 
-	interface com::sun::star::beans::XPropertySet; 
- 
-	//------------------------------------------------------------------------- 
-	 
+{
+	interface com::sun::star::beans::XPropertySet;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the lower limit of the error range of a
 		data row.
 
@@ -63,13 +63,13 @@
         <member>ChartStatistics::ErrorCategory</member> is set to
         <member>ChartErrorCategory::CONSTANT_VALUE</member>.</p>
 
-        @see ConstantErrorHigh 
+        @see ConstantErrorHigh
 		@see ErrorCategory
 	 */
-	[property] double ConstantErrorLow; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] double ConstantErrorLow;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the upper limit of the error range of a
 		data row.
 
@@ -77,32 +77,32 @@
         <member>ChartStatistics::ErrorCategory</member> is set to
         <member>ChartErrorCategory::CONSTANT_VALUE</member>.</p>
 
-        @see ConstantErrorLow 
+        @see ConstantErrorLow
         @see ErrorCategory
 	 */
-	[property] double ConstantErrorHigh; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] double ConstantErrorHigh;
+
+	//-------------------------------------------------------------------------
+
 	/** determines if the mean value for a data row is
 		displayed as a line.
 	 */
-	[property] boolean MeanValue; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean MeanValue;
+
+	//-------------------------------------------------------------------------
+
 	/** determines the type of error to indicate.
 
         @deprecated
 
-        @see ChartErrorCategory 
-        @see PercentageError 
-        @see ErrorMargin 
-        @see ConstantErrorLow 
-        @see ConstantErrorHigh 
+        @see ChartErrorCategory
+        @see PercentageError
+        @see ErrorMargin
+        @see ConstantErrorLow
+        @see ConstantErrorHigh
         @see ErrorIndicator
 	 */
-	[property] com::sun::star::chart::ChartErrorCategory ErrorCategory; 
+	[property] com::sun::star::chart::ChartErrorCategory ErrorCategory;
 
     /** determines the style of the error bars. Use this instead of
         ErrorCategory
@@ -110,54 +110,54 @@
          @see ErrorBarStyle
      */
 	[optional, property] long ErrorBarStyle;
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the percentage that is used to display error bars.
 
         <p>The length of the error indicators is calculated for each
         data point by taking the given percentatge of its value.</p>
-    
+
         <p>this setting is effective if the
         <member>ChartStatistics::ErrorCategory</member> is set to
         <member>ChartErrorCategory::PERCENT</member>.</p>
 
         @see ErrorCategory
 	 */
-	[property] double PercentageError; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] double PercentageError;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the percentage for the margin of errors.
 
         <p>The length of the error indicators is calculated by taking
         the percentage given of the largest data point value.</p>
-        
+
         <p>this setting is effective if the
         <member>ChartStatistics::ErrorCategory</member> is set to
         <member>ChartErrorCategory::ERROR_MARGIN</member>.</p>
 
         @see ErrorCategory
 	 */
-	[property] double ErrorMargin; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] double ErrorMargin;
+
+	//-------------------------------------------------------------------------
+
 	/** determines how the error is indicated.
 
         <p>You can enable indicators pointing up, down or both.</p>
 
         @see ErrorCategory
 	 */
-	[property] com::sun::star::chart::ChartErrorIndicatorType ErrorIndicator; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] com::sun::star::chart::ChartErrorIndicatorType ErrorIndicator;
+
+	//-------------------------------------------------------------------------
+
 	/** determines a type of regression for the data row values.
 
         @see ChartRegressionCurveType
 	 */
-	[property] com::sun::star::chart::ChartRegressionCurveType RegressionCurves; 
+	[property] com::sun::star::chart::ChartRegressionCurveType RegressionCurves;
 
     /** contains a cell range string for positive error bars. This
         property is used when the <type>ErrorBarCategory</type> is set
@@ -170,10 +170,10 @@
         to <member>ErrorBarCategory::FROM_DATA</member>.
      */
     [optional, property] string ErrorBarRangeNegative;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/ChartSymbolType.idl b/main/offapi/com/sun/star/chart/ChartSymbolType.idl
index 0760f33..bd4150f 100644
--- a/main/offapi/com/sun/star/chart/ChartSymbolType.idl
+++ b/main/offapi/com/sun/star/chart/ChartSymbolType.idl
@@ -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,29 +7,29 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_ChartSymbolType_idl__ 
-#define __com_sun_star_chart_ChartSymbolType_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_chart_ChartSymbolType_idl__
+#define __com_sun_star_chart_ChartSymbolType_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** These values specify the type of the symbol used for data points.
 
     <p>This only applies to diagrams that use symbols like line
@@ -52,22 +52,22 @@
     @see ChartDataPointProperties
 */
 published constants ChartSymbolType
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** No symbol is used.
 	 */
-	const long NONE = -3; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const long NONE = -3;
+
+	//-------------------------------------------------------------------------
+
 	/** The symbol is selected automatically.  The size of symbol will
 		be dynamic and the type depends on the data row number.
 	 */
-	const long AUTO = -2; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const long AUTO = -2;
+
+	//-------------------------------------------------------------------------
+
 	/** Take a Bitmap from a URL and use this as symbol.
 
 		<p>The bitmap given by the URL set in the property
@@ -78,58 +78,58 @@
 	 */
 	const long BITMAPURL = -1;
 
-	//------------------------------------------------------------------------- 
-	 
+	//-------------------------------------------------------------------------
+
 	/** The default symbol for row 0 is used.
 	 */
-	const long SYMBOL0 = 0; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const long SYMBOL0 = 0;
+
+	//-------------------------------------------------------------------------
+
 	/** The default symbol for row 1 is used.
 	 */
-	const long SYMBOL1 = 1; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const long SYMBOL1 = 1;
+
+	//-------------------------------------------------------------------------
+
 	/** The default symbol for row 2 is used.
 	 */
-	const long SYMBOL2 = 2; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const long SYMBOL2 = 2;
+
+	//-------------------------------------------------------------------------
+
 	/** The default symbol for row 3 is used.
 	 */
-	const long SYMBOL3 = 3; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const long SYMBOL3 = 3;
+
+	//-------------------------------------------------------------------------
+
 	/** The default symbol for row 4 is used.
 	 */
-	const long SYMBOL4 = 4; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const long SYMBOL4 = 4;
+
+	//-------------------------------------------------------------------------
+
 	/** The default symbol for row 5 is used.
 	 */
-	const long SYMBOL5 = 5; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const long SYMBOL5 = 5;
+
+	//-------------------------------------------------------------------------
+
 	/** The default symbol for row 6 is used.
 	 */
-	const long SYMBOL6 = 6; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const long SYMBOL6 = 6;
+
+	//-------------------------------------------------------------------------
+
 	/** The default symbol for row 7 is used.
 	 */
-	const long SYMBOL7 = 7; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	const long SYMBOL7 = 7;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/ChartTableAddressSupplier.idl b/main/offapi/com/sun/star/chart/ChartTableAddressSupplier.idl
index ba0110f..6c28594 100644
--- a/main/offapi/com/sun/star/chart/ChartTableAddressSupplier.idl
+++ b/main/offapi/com/sun/star/chart/ChartTableAddressSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -29,7 +29,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module chart { 
+module com { module sun { module star { module chart {
 
 //=============================================================================
 /** This is a helper service for access to table Address to
@@ -71,6 +71,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/chart/ChartTitle.idl b/main/offapi/com/sun/star/chart/ChartTitle.idl
index 75c883d..74be0a3 100644
--- a/main/offapi/com/sun/star/chart/ChartTitle.idl
+++ b/main/offapi/com/sun/star/chart/ChartTitle.idl
@@ -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,44 +7,44 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_ChartTitle_idl__ 
-#define __com_sun_star_chart_ChartTitle_idl__ 
- 
-#ifndef __com_sun_star_drawing_Shape_idl__ 
-#include <com/sun/star/drawing/Shape.idl> 
-#endif 
+#ifndef __com_sun_star_chart_ChartTitle_idl__
+#define __com_sun_star_chart_ChartTitle_idl__
+
+#ifndef __com_sun_star_drawing_Shape_idl__
+#include <com/sun/star/drawing/Shape.idl>
+#endif
 
 #ifndef _com_sun_star_xml_UserDefinedAttributeSupplier_idl_
 #include <com/sun/star/xml/UserDefinedAttributeSupplier.idl>
 #endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** specifies titles in a chart.
 
     <p>In a chart there may be the following titles: the main title,
 	the sub title, and axis titles of the x- and y-axis.</p>
  */
 published service ChartTitle
-{ 
-	service com::sun::star::drawing::Shape; 
+{
+	service com::sun::star::drawing::Shape;
 
     //-------------------------------------------------------------------------
 
@@ -63,32 +63,32 @@
 	@since OpenOffice 1.1.2
      */
     [optional] service com::sun::star::xml::UserDefinedAttributeSupplier;
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the rotation of the shape in 100th of degrees.
-		
+
 		<p>Especially in three-dimensional charts, this property comes
 		in handy if you want to align the axis titles with the axis,
 		which are usually not vertical or horizontal in the
 		two-dimensional projection.</p>
 	 */
-	[property] long TextRotation; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] long TextRotation;
+
+	//-------------------------------------------------------------------------
+
 	/** contains the text of the title.
 
         <p>Note that you can not change attributes of parts of a
         title, e.g., put one word in bold characters.  All formatting
         affects the entire string.</p>
 	 */
-	[property] string String; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[property] string String;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/ChartTwoAxisXSupplier.idl b/main/offapi/com/sun/star/chart/ChartTwoAxisXSupplier.idl
index a6377c1..a57cf30 100644
--- a/main/offapi/com/sun/star/chart/ChartTwoAxisXSupplier.idl
+++ b/main/offapi/com/sun/star/chart/ChartTwoAxisXSupplier.idl
@@ -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,64 +7,64 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_ChartTwoAxisXSupplier_idl__ 
-#define __com_sun_star_chart_ChartTwoAxisXSupplier_idl__ 
- 
-#ifndef __com_sun_star_chart_XTwoAxisXSupplier_idl__ 
-#include <com/sun/star/chart/XTwoAxisXSupplier.idl> 
-#endif 
- 
-#ifndef __com_sun_star_chart_ChartAxisXSupplier_idl__ 
-#include <com/sun/star/chart/ChartAxisXSupplier.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_chart_ChartTwoAxisXSupplier_idl__
+#define __com_sun_star_chart_ChartTwoAxisXSupplier_idl__
+
+#ifndef __com_sun_star_chart_XTwoAxisXSupplier_idl__
+#include <com/sun/star/chart/XTwoAxisXSupplier.idl>
+#endif
+
+#ifndef __com_sun_star_chart_ChartAxisXSupplier_idl__
+#include <com/sun/star/chart/ChartAxisXSupplier.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** a helper service for chart documents which supply
 	primary and secondary x-axes.
  */
 published service ChartTwoAxisXSupplier
-{ 
+{
     /** offers access to the axis object
      */
-	interface com::sun::star::chart::XTwoAxisXSupplier; 
-	
-	service com::sun::star::chart::ChartAxisXSupplier; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	interface com::sun::star::chart::XTwoAxisXSupplier;
+
+	service com::sun::star::chart::ChartAxisXSupplier;
+
+	//-------------------------------------------------------------------------
+
 	/** determines if the secondary x-axis is shown or hidden.
 
         @see ChartAxis
 	 */
-	[property] boolean HasSecondaryXAxis; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean HasSecondaryXAxis;
+
+	//-------------------------------------------------------------------------
+
     /** determines for the secondary x-axis
         if the labels at the tick marks are shown or hidden.
     */
-    [property] boolean HasSecondaryXAxisDescription; 
+    [property] boolean HasSecondaryXAxisDescription;
 
-    //------------------------------------------------------------------------- 
+    //-------------------------------------------------------------------------
 
     /** determines if the title of the secondary X-axis is shown or hidden.
 
@@ -72,12 +72,12 @@
 
         @since OpenOffice 3.0
     */
-    [optional, property] boolean HasSecondaryXAxisTitle; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+    [optional, property] boolean HasSecondaryXAxisTitle;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/ChartTwoAxisYSupplier.idl b/main/offapi/com/sun/star/chart/ChartTwoAxisYSupplier.idl
index 8a6a30e..ce11621 100644
--- a/main/offapi/com/sun/star/chart/ChartTwoAxisYSupplier.idl
+++ b/main/offapi/com/sun/star/chart/ChartTwoAxisYSupplier.idl
@@ -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,65 +7,65 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_ChartTwoAxisYSupplier_idl__ 
-#define __com_sun_star_chart_ChartTwoAxisYSupplier_idl__ 
- 
-#ifndef __com_sun_star_chart_XTwoAxisYSupplier_idl__ 
-#include <com/sun/star/chart/XTwoAxisYSupplier.idl> 
-#endif 
- 
-#ifndef __com_sun_star_chart_ChartAxisYSupplier_idl__ 
-#include <com/sun/star/chart/ChartAxisYSupplier.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_chart_ChartTwoAxisYSupplier_idl__
+#define __com_sun_star_chart_ChartTwoAxisYSupplier_idl__
+
+#ifndef __com_sun_star_chart_XTwoAxisYSupplier_idl__
+#include <com/sun/star/chart/XTwoAxisYSupplier.idl>
+#endif
+
+#ifndef __com_sun_star_chart_ChartAxisYSupplier_idl__
+#include <com/sun/star/chart/ChartAxisYSupplier.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** a helper service for chart documents which supply
 	primary and secondary y-axes.
  */
 published service ChartTwoAxisYSupplier
-{ 
+{
     /** offers access to the axis object
      */
-	interface com::sun::star::chart::XTwoAxisYSupplier; 
-	
-	service com::sun::star::chart::ChartAxisYSupplier; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	interface com::sun::star::chart::XTwoAxisYSupplier;
+
+	service com::sun::star::chart::ChartAxisYSupplier;
+
+	//-------------------------------------------------------------------------
+
 	/** determines if the secondary y-axis is shown or
 		hidden.
 
         @see ChartAxis
 	 */
-	[property] boolean HasSecondaryYAxis; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean HasSecondaryYAxis;
+
+	//-------------------------------------------------------------------------
+
     /** determines for the secondary y-axis
         if the labels at the tick marks are shown or hidden.
     */
-    [property] boolean HasSecondaryYAxisDescription; 
+    [property] boolean HasSecondaryYAxisDescription;
 
-    //------------------------------------------------------------------------- 
+    //-------------------------------------------------------------------------
 
     /** determines if the title of the secondary y-axis is shown or hidden.
 
@@ -73,12 +73,12 @@
 
         @since OpenOffice 3.0
     */
-    [optional, property] boolean HasSecondaryYAxisTitle; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+    [optional, property] boolean HasSecondaryYAxisTitle;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/DataLabelPlacement.idl b/main/offapi/com/sun/star/chart/DataLabelPlacement.idl
index df41619..8efe8ba 100644
--- a/main/offapi/com/sun/star/chart/DataLabelPlacement.idl
+++ b/main/offapi/com/sun/star/chart/DataLabelPlacement.idl
@@ -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,33 +7,33 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_DataLabelPlacement_idl__ 
-#define __com_sun_star_chart_DataLabelPlacement_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_chart_DataLabelPlacement_idl__
+#define __com_sun_star_chart_DataLabelPlacement_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** These values specify where the captions/labels of data points are displayed.
  */
 published constants DataLabelPlacement
-{ 
+{
     const long AVOID_OVERLAP = 0;
     const long CENTER = 1;
     const long TOP = 2;
@@ -47,10 +47,10 @@
     const long INSIDE = 10;
     const long OUTSIDE = 11;
     const long NEAR_ORIGIN = 12;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/Diagram.idl b/main/offapi/com/sun/star/chart/Diagram.idl
index f9bbbc7..81d84a9 100644
--- a/main/offapi/com/sun/star/chart/Diagram.idl
+++ b/main/offapi/com/sun/star/chart/Diagram.idl
@@ -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,56 +7,56 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_Diagram_idl__ 
-#define __com_sun_star_chart_Diagram_idl__ 
- 
-#ifndef __com_sun_star_chart_XDiagram_idl__ 
-#include <com/sun/star/chart/XDiagram.idl> 
+#ifndef __com_sun_star_chart_Diagram_idl__
+#define __com_sun_star_chart_Diagram_idl__
+
+#ifndef __com_sun_star_chart_XDiagram_idl__
+#include <com/sun/star/chart/XDiagram.idl>
 #endif
 
-#ifndef __com_sun_star_chart_XAxisSupplier_idl__ 
-#include <com/sun/star/chart/XAxisSupplier.idl> 
+#ifndef __com_sun_star_chart_XAxisSupplier_idl__
+#include <com/sun/star/chart/XAxisSupplier.idl>
 #endif
 
-#ifndef __com_sun_star_chart_XDiagramPositioning_idl__ 
-#include <com/sun/star/chart/XDiagramPositioning.idl> 
+#ifndef __com_sun_star_chart_XDiagramPositioning_idl__
+#include <com/sun/star/chart/XDiagramPositioning.idl>
 #endif
- 
+
 #ifndef __com_sun_star_chart_XSecondAxisTitleSupplier_idl__
 #include <com/sun/star/chart/XSecondAxisTitleSupplier.idl>
 #endif
 
 #ifndef __com_sun_star_beans_XPropertySet_idl__
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
-#ifndef __com_sun_star_chart_ChartDataRowSource_idl__ 
-#include <com/sun/star/chart/ChartDataRowSource.idl> 
-#endif 
- 
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+#ifndef __com_sun_star_chart_ChartDataRowSource_idl__
+#include <com/sun/star/chart/ChartDataRowSource.idl>
+#endif
+
 #ifndef _com_sun_star_xml_UserDefinedAttributeSupplier_idl_
 #include <com/sun/star/xml/UserDefinedAttributeSupplier.idl>
 #endif
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** the base service for the diagram of the chart document.
 
     <p>The diagram is the object that contains the actual plot.</p>
@@ -68,7 +68,7 @@
 
  */
 published service Diagram
-{ 
+{
 
     interface com::sun::star::chart::XDiagram;
 
@@ -104,10 +104,10 @@
 	[optional, property] boolean AutomaticSize;
 
     //-------------------------------------------------------------------------
-	
-	interface com::sun::star::beans::XPropertySet; 
- 
-	//------------------------------------------------------------------------- 
+
+	interface com::sun::star::beans::XPropertySet;
+
+	//-------------------------------------------------------------------------
 
     /** If a <type>Diagram</type> may be stored as XML file, this
         service should be supported in order to preserve unparsed XML
@@ -118,35 +118,35 @@
     [optional] service com::sun::star::xml::UserDefinedAttributeSupplier;
 
     //-------------------------------------------------------------------------
-	 
+
 	/** determines if the data for a data row is contained in the
 		columns or in the rows of the data array.
 
-        @see ChartDataRowSource 
+        @see ChartDataRowSource
         @see ChartDataArray
 	 */
-	[property] com::sun::star::chart::ChartDataRowSource DataRowSource; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] com::sun::star::chart::ChartDataRowSource DataRowSource;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies how the caption of data points is displayed.
 
         @see ChartDataCaption
 	 */
-	[property] long DataCaption; 
+	[property] long DataCaption;
 
-    //------------------------------------------------------------------------- 
+    //-------------------------------------------------------------------------
 
     /** specifies how empty or invalid cells in the provided data should be handled when displayed
 
         @see MissingValueTreatment
 	 */
     [optional, property] long MissingValueTreatment;
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/Dim3DDiagram.idl b/main/offapi/com/sun/star/chart/Dim3DDiagram.idl
index 92d06fe..f629022 100644
--- a/main/offapi/com/sun/star/chart/Dim3DDiagram.idl
+++ b/main/offapi/com/sun/star/chart/Dim3DDiagram.idl
@@ -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,36 +7,36 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_Dim3DDiagram_idl__ 
-#define __com_sun_star_chart_Dim3DDiagram_idl__ 
- 
-#ifndef __com_sun_star_chart_X3DDisplay_idl__ 
-#include <com/sun/star/chart/X3DDisplay.idl> 
-#endif 
-#ifndef __com_sun_star_chart_X3DDefaultSetter_idl__ 
-#include <com/sun/star/chart/X3DDefaultSetter.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_chart_Dim3DDiagram_idl__
+#define __com_sun_star_chart_Dim3DDiagram_idl__
+
+#ifndef __com_sun_star_chart_X3DDisplay_idl__
+#include <com/sun/star/chart/X3DDisplay.idl>
+#endif
+#ifndef __com_sun_star_chart_X3DDefaultSetter_idl__
+#include <com/sun/star/chart/X3DDefaultSetter.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** is a service for diagrams that support the capability to render
     themselves as three-dimensional diagrams as well as
     two-dimensional ones.
@@ -47,18 +47,18 @@
         of the three-dimensional cuboid that contains the actual
         diagram.
      */
-	interface com::sun::star::chart::X3DDisplay; 
+	interface com::sun::star::chart::X3DDisplay;
 
     /** makes it easy to set suitable defaults for illumination and rotation for 3D charts
      */
     [optional] interface ::com::sun::star::chart::X3DDefaultSetter;
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** If set to <TRUE/>, the chart becomes a three-dimensional
         chart.  Otherwise it is two-dimensional.
     */
-	[property] boolean Dim3D; 
+	[property] boolean Dim3D;
 
     /** Perspective of 3D charts ( [0,100] ).
      */
@@ -71,10 +71,10 @@
     /** Vertical rotation of 3D charts in degrees ( ]-180,180] ).
      */
     [optional, property] long   RotationVertical;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/DonutDiagram.idl b/main/offapi/com/sun/star/chart/DonutDiagram.idl
index b96d7ca..348f145 100644
--- a/main/offapi/com/sun/star/chart/DonutDiagram.idl
+++ b/main/offapi/com/sun/star/chart/DonutDiagram.idl
@@ -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,44 +7,44 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_DonutDiagram_idl__ 
-#define __com_sun_star_chart_DonutDiagram_idl__ 
- 
-#ifndef __com_sun_star_chart_Diagram_idl__ 
-#include <com/sun/star/chart/Diagram.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_chart_DonutDiagram_idl__
+#define __com_sun_star_chart_DonutDiagram_idl__
+
+#ifndef __com_sun_star_chart_Diagram_idl__
+#include <com/sun/star/chart/Diagram.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** a service for donut diagrams.
 
     <p>Donut diagrams are also known as ring diagrams.</p>
 */
 published service DonutDiagram
-{ 
-	service com::sun::star::chart::Diagram; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+	service com::sun::star::chart::Diagram;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/ErrorBarStyle.idl b/main/offapi/com/sun/star/chart/ErrorBarStyle.idl
index d019819..3b40c49 100644
--- a/main/offapi/com/sun/star/chart/ErrorBarStyle.idl
+++ b/main/offapi/com/sun/star/chart/ErrorBarStyle.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart/FilledNetDiagram.idl b/main/offapi/com/sun/star/chart/FilledNetDiagram.idl
index dbf1c55..76a2853 100644
--- a/main/offapi/com/sun/star/chart/FilledNetDiagram.idl
+++ b/main/offapi/com/sun/star/chart/FilledNetDiagram.idl
@@ -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,59 +7,59 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_FilledNetDiagram_idl__ 
-#define __com_sun_star_chart_FilledNetDiagram_idl__ 
- 
-#ifndef __com_sun_star_chart_Diagram_idl__ 
-#include <com/sun/star/chart/Diagram.idl> 
-#endif 
- 
-#ifndef __com_sun_star_chart_StackableDiagram_idl__ 
-#include <com/sun/star/chart/StackableDiagram.idl> 
-#endif 
+#ifndef __com_sun_star_chart_FilledNetDiagram_idl__
+#define __com_sun_star_chart_FilledNetDiagram_idl__
 
-#ifndef __com_sun_star_chart_ChartAxisXSupplier_idl__ 
-#include <com/sun/star/chart/ChartAxisXSupplier.idl> 
-#endif 
- 
-#ifndef __com_sun_star_chart_ChartAxisYSupplier_idl__ 
-#include <com/sun/star/chart/ChartAxisYSupplier.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_chart_Diagram_idl__
+#include <com/sun/star/chart/Diagram.idl>
+#endif
+
+#ifndef __com_sun_star_chart_StackableDiagram_idl__
+#include <com/sun/star/chart/StackableDiagram.idl>
+#endif
+
+#ifndef __com_sun_star_chart_ChartAxisXSupplier_idl__
+#include <com/sun/star/chart/ChartAxisXSupplier.idl>
+#endif
+
+#ifndef __com_sun_star_chart_ChartAxisYSupplier_idl__
+#include <com/sun/star/chart/ChartAxisYSupplier.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** specifies filled net diagrams. @since OpenOffice 3.2
 
     <p>Net diagrams are also known as radar diagrams.</p>
  */
 published service FilledNetDiagram
-{ 
-	service com::sun::star::chart::Diagram; 
+{
+	service com::sun::star::chart::Diagram;
     service com::sun::star::chart::ChartAxisXSupplier;
-    service com::sun::star::chart::ChartAxisYSupplier; 
-    service com::sun::star::chart::StackableDiagram; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+    service com::sun::star::chart::ChartAxisYSupplier;
+    service com::sun::star::chart::StackableDiagram;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/LineDiagram.idl b/main/offapi/com/sun/star/chart/LineDiagram.idl
index cf1e343..89d0818 100644
--- a/main/offapi/com/sun/star/chart/LineDiagram.idl
+++ b/main/offapi/com/sun/star/chart/LineDiagram.idl
@@ -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,76 +7,76 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_LineDiagram_idl__ 
-#define __com_sun_star_chart_LineDiagram_idl__ 
- 
-#ifndef __com_sun_star_chart_Diagram_idl__ 
-#include <com/sun/star/chart/Diagram.idl> 
-#endif 
- 
-#ifndef __com_sun_star_chart_ChartStatistics_idl__ 
-#include <com/sun/star/chart/ChartStatistics.idl> 
-#endif 
- 
-#ifndef __com_sun_star_chart_ChartAxisXSupplier_idl__ 
-#include <com/sun/star/chart/ChartAxisXSupplier.idl> 
-#endif 
- 
-#ifndef __com_sun_star_chart_ChartTwoAxisYSupplier_idl__ 
-#include <com/sun/star/chart/ChartTwoAxisYSupplier.idl> 
-#endif 
- 
-#ifndef __com_sun_star_chart_ChartAxisZSupplier_idl__ 
-#include <com/sun/star/chart/ChartAxisZSupplier.idl> 
-#endif 
- 
-#ifndef __com_sun_star_chart_Dim3DDiagram_idl__ 
-#include <com/sun/star/chart/Dim3DDiagram.idl> 
-#endif 
- 
-#ifndef __com_sun_star_chart_StackableDiagram_idl__ 
-#include <com/sun/star/chart/StackableDiagram.idl> 
-#endif 
+#ifndef __com_sun_star_chart_LineDiagram_idl__
+#define __com_sun_star_chart_LineDiagram_idl__
 
-#ifndef __com_sun_star_awt_Size_idl__ 
+#ifndef __com_sun_star_chart_Diagram_idl__
+#include <com/sun/star/chart/Diagram.idl>
+#endif
+
+#ifndef __com_sun_star_chart_ChartStatistics_idl__
+#include <com/sun/star/chart/ChartStatistics.idl>
+#endif
+
+#ifndef __com_sun_star_chart_ChartAxisXSupplier_idl__
+#include <com/sun/star/chart/ChartAxisXSupplier.idl>
+#endif
+
+#ifndef __com_sun_star_chart_ChartTwoAxisYSupplier_idl__
+#include <com/sun/star/chart/ChartTwoAxisYSupplier.idl>
+#endif
+
+#ifndef __com_sun_star_chart_ChartAxisZSupplier_idl__
+#include <com/sun/star/chart/ChartAxisZSupplier.idl>
+#endif
+
+#ifndef __com_sun_star_chart_Dim3DDiagram_idl__
+#include <com/sun/star/chart/Dim3DDiagram.idl>
+#endif
+
+#ifndef __com_sun_star_chart_StackableDiagram_idl__
+#include <com/sun/star/chart/StackableDiagram.idl>
+#endif
+
+#ifndef __com_sun_star_awt_Size_idl__
 #include <com/sun/star/awt/Size.idl>
 #endif
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** specifies line, spline and symbol diagrams.
  */
 published service LineDiagram
-{ 
-	service com::sun::star::chart::Diagram; 
-	service com::sun::star::chart::ChartStatistics; 
-	service com::sun::star::chart::ChartAxisXSupplier; 
-	service com::sun::star::chart::ChartTwoAxisYSupplier; 
-	service com::sun::star::chart::ChartAxisZSupplier; 
-	service com::sun::star::chart::Dim3DDiagram; 
-	service com::sun::star::chart::StackableDiagram; 
- 
-	//------------------------------------------------------------------------- 
-	 
+{
+	service com::sun::star::chart::Diagram;
+	service com::sun::star::chart::ChartStatistics;
+	service com::sun::star::chart::ChartAxisXSupplier;
+	service com::sun::star::chart::ChartTwoAxisYSupplier;
+	service com::sun::star::chart::ChartAxisZSupplier;
+	service com::sun::star::chart::Dim3DDiagram;
+	service com::sun::star::chart::StackableDiagram;
+
+	//-------------------------------------------------------------------------
+
 	/** determines which type of symbols are displayed.
-			
+
 		<p>In this interface, only the two values
 		<member>ChartSymbolType::NONE</member> and
 		<member>ChartSymbolType::AUTO</member> are supported. Later
@@ -91,16 +91,16 @@
         @see ChartDataPointProperties
         @see ChartDataRowProperties
 	 */
-	[property] long SymbolType; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] long SymbolType;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the size of symbols in 1/100th of a millimeter.
 	 */
 	[optional, property] com::sun::star::awt::Size SymbolSize;
 
-	//------------------------------------------------------------------------- 
-	 
+	//-------------------------------------------------------------------------
+
 	/** Set this property to any valid URL that points to a graphic
         file.  This graphic is then used as symbol for all series.
 
@@ -112,15 +112,15 @@
 	 */
 	[optional, property] string SymbolBitmapURL;
 
-	//------------------------------------------------------------------------- 
-	 
+	//-------------------------------------------------------------------------
+
 	/** determines if the chart type has lines connecting the data
 		points or contains just symbols.
 	 */
-	[property] boolean Lines; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean Lines;
+
+	//-------------------------------------------------------------------------
+
 	/** determines if the chart is a spline-chart type and specifies
 		the type of splines.
 
@@ -133,8 +133,8 @@
         </p>
 	 */
 	[property] long SplineType;
- 
-	//------------------------------------------------------------------------- 
+
+	//-------------------------------------------------------------------------
 
     /** specifies the power of the polynomials used for spline
         calculation
@@ -142,16 +142,16 @@
         This property is only valid for B-splines
      */
     [optional, property] long SplineOrder;
-    
-	//------------------------------------------------------------------------- 
+
+	//-------------------------------------------------------------------------
 
     /** determines the number of sampling points of a spline
      */
     [optional, property] long SplineResolution;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/MissingValueTreatment.idl b/main/offapi/com/sun/star/chart/MissingValueTreatment.idl
index b8ddf99..2953668 100644
--- a/main/offapi/com/sun/star/chart/MissingValueTreatment.idl
+++ b/main/offapi/com/sun/star/chart/MissingValueTreatment.idl
@@ -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,40 +7,40 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_MissingValueTreatment_idl__ 
-#define __com_sun_star_chart_MissingValueTreatment_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_chart_MissingValueTreatment_idl__
+#define __com_sun_star_chart_MissingValueTreatment_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** This specifies how empty or invalid cells in the provided data should be handled when plotted.
  */
 published constants MissingValueTreatment
-{ 
+{
     const long LEAVE_GAP = 0;
     const long USE_ZERO = 1;
     const long CONTINUE = 2;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
+};
+
+//=============================================================================
+
+}; }; }; };
+
 #endif
diff --git a/main/offapi/com/sun/star/chart/NetDiagram.idl b/main/offapi/com/sun/star/chart/NetDiagram.idl
index aa665ae..74a5472 100644
--- a/main/offapi/com/sun/star/chart/NetDiagram.idl
+++ b/main/offapi/com/sun/star/chart/NetDiagram.idl
@@ -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,55 +7,55 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_NetDiagram_idl__ 
-#define __com_sun_star_chart_NetDiagram_idl__ 
- 
-#ifndef __com_sun_star_chart_Diagram_idl__ 
-#include <com/sun/star/chart/Diagram.idl> 
-#endif 
- 
-#ifndef __com_sun_star_chart_StackableDiagram_idl__ 
-#include <com/sun/star/chart/StackableDiagram.idl> 
-#endif 
- 
-#ifndef __com_sun_star_chart_ChartAxisYSupplier_idl__ 
-#include <com/sun/star/chart/ChartAxisYSupplier.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_chart_NetDiagram_idl__
+#define __com_sun_star_chart_NetDiagram_idl__
+
+#ifndef __com_sun_star_chart_Diagram_idl__
+#include <com/sun/star/chart/Diagram.idl>
+#endif
+
+#ifndef __com_sun_star_chart_StackableDiagram_idl__
+#include <com/sun/star/chart/StackableDiagram.idl>
+#endif
+
+#ifndef __com_sun_star_chart_ChartAxisYSupplier_idl__
+#include <com/sun/star/chart/ChartAxisYSupplier.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** specifies net diagrams.
 
     <p>Net diagrams are also known as radar diagrams.</p>
  */
 published service NetDiagram
-{ 
-	service com::sun::star::chart::Diagram; 
-    service com::sun::star::chart::StackableDiagram; 
-    service com::sun::star::chart::ChartAxisYSupplier; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+	service com::sun::star::chart::Diagram;
+    service com::sun::star::chart::StackableDiagram;
+    service com::sun::star::chart::ChartAxisYSupplier;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/PieDiagram.idl b/main/offapi/com/sun/star/chart/PieDiagram.idl
index 0687406..7bbdf0b 100644
--- a/main/offapi/com/sun/star/chart/PieDiagram.idl
+++ b/main/offapi/com/sun/star/chart/PieDiagram.idl
@@ -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,47 +7,47 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_PieDiagram_idl__ 
-#define __com_sun_star_chart_PieDiagram_idl__ 
- 
-#ifndef __com_sun_star_chart_Diagram_idl__ 
-#include <com/sun/star/chart/Diagram.idl> 
-#endif 
- 
-#ifndef __com_sun_star_chart_Dim3DDiagram_idl__ 
-#include <com/sun/star/chart/Dim3DDiagram.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_chart_PieDiagram_idl__
+#define __com_sun_star_chart_PieDiagram_idl__
+
+#ifndef __com_sun_star_chart_Diagram_idl__
+#include <com/sun/star/chart/Diagram.idl>
+#endif
+
+#ifndef __com_sun_star_chart_Dim3DDiagram_idl__
+#include <com/sun/star/chart/Dim3DDiagram.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** a service for pie diagrams.
  */
 published service PieDiagram
-{ 
-	service com::sun::star::chart::Diagram; 
-    service com::sun::star::chart::Dim3DDiagram; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+	service com::sun::star::chart::Diagram;
+    service com::sun::star::chart::Dim3DDiagram;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/StackableDiagram.idl b/main/offapi/com/sun/star/chart/StackableDiagram.idl
index a6d8175..21bbb1d 100644
--- a/main/offapi/com/sun/star/chart/StackableDiagram.idl
+++ b/main/offapi/com/sun/star/chart/StackableDiagram.idl
@@ -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,58 +7,58 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_StackableDiagram_idl__ 
-#define __com_sun_star_chart_StackableDiagram_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
-/** 
+#ifndef __com_sun_star_chart_StackableDiagram_idl__
+#define __com_sun_star_chart_StackableDiagram_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
+/**
 
 a helper service for stackable chart types (e.g., charts in
 	which the data rows may be displayed stacked on each other or in
 	percent relation).
  */
 published service StackableDiagram
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** If <TRUE/>, the series of the diagram are stacked and each
         category sums up to 100%.
 	 */
-	[property] boolean Percent; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean Percent;
+
+	//-------------------------------------------------------------------------
+
 	/** If <TRUE/>, the series of the diagram are stacked.
 
         <p>If you have a stacked bar chart, you can easily determine
         the sum of data in each category, by taking the top of the
         topmost bar.</p>
 	 */
-	[property] boolean Stacked; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[property] boolean Stacked;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/StockDiagram.idl b/main/offapi/com/sun/star/chart/StockDiagram.idl
index b3bc50a..242633b 100644
--- a/main/offapi/com/sun/star/chart/StockDiagram.idl
+++ b/main/offapi/com/sun/star/chart/StockDiagram.idl
@@ -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,49 +7,49 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_StockDiagram_idl__ 
-#define __com_sun_star_chart_StockDiagram_idl__ 
- 
-#ifndef __com_sun_star_chart_XStatisticDisplay_idl__ 
-#include <com/sun/star/chart/XStatisticDisplay.idl> 
-#endif 
- 
-#ifndef __com_sun_star_chart_ChartStatistics_idl__ 
-#include <com/sun/star/chart/ChartStatistics.idl> 
-#endif 
- 
-#ifndef __com_sun_star_chart_Diagram_idl__ 
-#include <com/sun/star/chart/Diagram.idl> 
-#endif 
- 
-#ifndef __com_sun_star_chart_ChartAxisXSupplier_idl__ 
-#include <com/sun/star/chart/ChartAxisXSupplier.idl> 
-#endif 
- 
-#ifndef __com_sun_star_chart_ChartTwoAxisYSupplier_idl__ 
-#include <com/sun/star/chart/ChartTwoAxisYSupplier.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_chart_StockDiagram_idl__
+#define __com_sun_star_chart_StockDiagram_idl__
+
+#ifndef __com_sun_star_chart_XStatisticDisplay_idl__
+#include <com/sun/star/chart/XStatisticDisplay.idl>
+#endif
+
+#ifndef __com_sun_star_chart_ChartStatistics_idl__
+#include <com/sun/star/chart/ChartStatistics.idl>
+#endif
+
+#ifndef __com_sun_star_chart_Diagram_idl__
+#include <com/sun/star/chart/Diagram.idl>
+#endif
+
+#ifndef __com_sun_star_chart_ChartAxisXSupplier_idl__
+#include <com/sun/star/chart/ChartAxisXSupplier.idl>
+#endif
+
+#ifndef __com_sun_star_chart_ChartTwoAxisYSupplier_idl__
+#include <com/sun/star/chart/ChartTwoAxisYSupplier.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** specifies a diagram which can be used for presenting stock quotes.
 
 	<p>Note that the data must have a specific structure for stock
@@ -95,15 +95,15 @@
     </table></p>
 */
 published service StockDiagram
-{ 
-	interface com::sun::star::chart::XStatisticDisplay; 
-	service com::sun::star::chart::ChartStatistics; 
-	service com::sun::star::chart::Diagram; 
-	service com::sun::star::chart::ChartAxisXSupplier; 
-	service com::sun::star::chart::ChartTwoAxisYSupplier; 
- 
-	//------------------------------------------------------------------------- 
-	 
+{
+	interface com::sun::star::chart::XStatisticDisplay;
+	service com::sun::star::chart::ChartStatistics;
+	service com::sun::star::chart::Diagram;
+	service com::sun::star::chart::ChartAxisXSupplier;
+	service com::sun::star::chart::ChartTwoAxisYSupplier;
+
+	//-------------------------------------------------------------------------
+
 	/** indicates if a stock chart contains data representing the
         volume of stocks.
 
@@ -113,10 +113,10 @@
         <p>If this property is set to <TRUE/>, the values of the first
         series of the chart data are interpreted as volume.</p>
 	 */
-	[property] boolean Volume; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean Volume;
+
+	//-------------------------------------------------------------------------
+
 	/** indicates if a stock chart contains data representing the
         value of stocks on the opening and closing date.
 
@@ -136,12 +136,12 @@
         as the series before the series with the day's lowest
         value.</p>
 	 */
-	[property] boolean UpDown; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[property] boolean UpDown;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/TimeIncrement.idl b/main/offapi/com/sun/star/chart/TimeIncrement.idl
index 75de823..c66be67 100644
--- a/main/offapi/com/sun/star/chart/TimeIncrement.idl
+++ b/main/offapi/com/sun/star/chart/TimeIncrement.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -36,19 +36,19 @@
 */
 published struct TimeIncrement
 {
-    /** if the any contains a struct of type <type>::com::sun::star::chart::TimeInterval</type> 
+    /** if the any contains a struct of type <type>::com::sun::star::chart::TimeInterval</type>
         this is used as a fixed distance value for the major tickmarks.  Otherwise, if the any is empty or contains an
         incompatible type, the distance between major tickmarks is calculated automatically by the application.
      */
     any     MajorTimeInterval;
 
-    /** if the any contains a struct of type <type>::com::sun::star::chart::TimeInterval</type> 
+    /** if the any contains a struct of type <type>::com::sun::star::chart::TimeInterval</type>
         this is used as a fixed distance value for the minor tickmarks.  Otherwise, if the any is empty or contains an
         incompatible type, the distance between minor tickmarks is calculated automatically by the application.
      */
     any     MinorTimeInterval;
 
-    /** if the any contains a constant of type <type>::com::sun::star::chart::TimeUnit</type> 
+    /** if the any contains a constant of type <type>::com::sun::star::chart::TimeUnit</type>
         this is the smallest time unit that is displayed on the date-time axis.
         Otherwise, if the any is empty or contains an incompatible type,
         the resolution is chosen automatically by the application.
diff --git a/main/offapi/com/sun/star/chart/TimeInterval.idl b/main/offapi/com/sun/star/chart/TimeInterval.idl
index ab5bf5b..0c55f66 100644
--- a/main/offapi/com/sun/star/chart/TimeInterval.idl
+++ b/main/offapi/com/sun/star/chart/TimeInterval.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart/TimeUnit.idl b/main/offapi/com/sun/star/chart/TimeUnit.idl
index f2f2269..c8c74b1 100644
--- a/main/offapi/com/sun/star/chart/TimeUnit.idl
+++ b/main/offapi/com/sun/star/chart/TimeUnit.idl
@@ -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,40 +7,40 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_TimeUnit_idl__ 
-#define __com_sun_star_chart_TimeUnit_idl__ 
-  
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_chart_TimeUnit_idl__
+#define __com_sun_star_chart_TimeUnit_idl__
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** Specifies a unit for intervals on a date-time axis
 @since OpenOffice 3.4
  */
 published constants TimeUnit
-{ 
+{
     const long DAY = 0;
     const long MONTH = 1;
     const long YEAR = 2;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
+};
+
+//=============================================================================
+
+}; }; }; };
+
 #endif
diff --git a/main/offapi/com/sun/star/chart/X3DDefaultSetter.idl b/main/offapi/com/sun/star/chart/X3DDefaultSetter.idl
index c788438..902935f 100644
--- a/main/offapi/com/sun/star/chart/X3DDefaultSetter.idl
+++ b/main/offapi/com/sun/star/chart/X3DDefaultSetter.idl
@@ -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,39 +7,39 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_X3DDefaultSetter_idl__ 
-#define __com_sun_star_chart_X3DDefaultSetter_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_chart_X3DDefaultSetter_idl__
+#define __com_sun_star_chart_X3DDefaultSetter_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** makes it easy to set suitable defaults for illumination and rotation for 3D charts
 
     @see Dim3DDiagram
  */
 published interface X3DDefaultSetter : com::sun::star::uno::XInterface
-{ 
+{
     /** The result may depend on the current chart type and the current shade mode.
     */
     void set3DSettingsToDefault();
@@ -53,11 +53,11 @@
     The result may dependent on other 3D settings as rotation or shade mode. It may depend on the current chart type also.
     */
     void setDefaultIllumination();
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/X3DDisplay.idl b/main/offapi/com/sun/star/chart/X3DDisplay.idl
index 19e67c1..813b14f 100644
--- a/main/offapi/com/sun/star/chart/X3DDisplay.idl
+++ b/main/offapi/com/sun/star/chart/X3DDisplay.idl
@@ -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,47 +7,47 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_X3DDisplay_idl__ 
-#define __com_sun_star_chart_X3DDisplay_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_chart_X3DDisplay_idl__
+#define __com_sun_star_chart_X3DDisplay_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** gives access to 3D elements of a three-dimensional chart.
 
     @see Dim3DDiagram
  */
 published interface X3DDisplay: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns 
-            the properties of the diagram wall(s). 
+{
+	//-------------------------------------------------------------------------
+
+	/** @returns
+            the properties of the diagram wall(s).
 
 		<p>This specifies the properties of the two side walls of the
 		chart scene.</p>
@@ -58,23 +58,23 @@
 
         @see ChartArea
 	 */
-	com::sun::star::beans::XPropertySet getWall(); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns 
+	com::sun::star::beans::XPropertySet getWall();
+
+	//-------------------------------------------------------------------------
+
+	/** @returns
             the properties of the floor.
 
         <p>This is only valid for three-dimensional diagrams.</p>
 
 		@see ChartArea
 	 */
-	com::sun::star::beans::XPropertySet getFloor(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::beans::XPropertySet getFloor();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/XAxis.idl b/main/offapi/com/sun/star/chart/XAxis.idl
index 4bac00f..9c28a24 100644
--- a/main/offapi/com/sun/star/chart/XAxis.idl
+++ b/main/offapi/com/sun/star/chart/XAxis.idl
@@ -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,25 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 #ifndef com_sun_star_chart_XAxis_idl
 #define com_sun_star_chart_XAxis_idl
 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
 
 module com {  module sun {  module star {  module chart {
 
@@ -38,14 +38,14 @@
     /** @returns
             the title of the axis. The returned object supports the properties described in service <type>ChartTitle</type>.
      */
-    com::sun::star::beans::XPropertySet getAxisTitle(); 
+    com::sun::star::beans::XPropertySet getAxisTitle();
 
-    /** @returns 
+    /** @returns
             the properties of the major grid of the axis. The returned object supports service <type>ChartGrid</type>.
     */
-    com::sun::star::beans::XPropertySet getMajorGrid(); 
-     
-    /** @returns 
+    com::sun::star::beans::XPropertySet getMajorGrid();
+
+    /** @returns
             the properties of the minor grid of the axis. The returned object supports service <type>ChartGrid</type>.
     */
     com::sun::star::beans::XPropertySet getMinorGrid();
diff --git a/main/offapi/com/sun/star/chart/XAxisSupplier.idl b/main/offapi/com/sun/star/chart/XAxisSupplier.idl
index 06a7f89..30d10bc 100644
--- a/main/offapi/com/sun/star/chart/XAxisSupplier.idl
+++ b/main/offapi/com/sun/star/chart/XAxisSupplier.idl
@@ -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,24 +7,24 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 #ifndef com_sun_star_chart_XAxisSupplier_idl
 #define com_sun_star_chart_XAxisSupplier_idl
 
-#ifndef __com_sun_star_chart_XAxis_idl__ 
-#include <com/sun/star/chart/XAxis.idl> 
+#ifndef __com_sun_star_chart_XAxis_idl__
+#include <com/sun/star/chart/XAxis.idl>
 #endif
 
 module com {  module sun {  module star {  module chart {
diff --git a/main/offapi/com/sun/star/chart/XAxisXSupplier.idl b/main/offapi/com/sun/star/chart/XAxisXSupplier.idl
index 704b913..0da4ae8 100644
--- a/main/offapi/com/sun/star/chart/XAxisXSupplier.idl
+++ b/main/offapi/com/sun/star/chart/XAxisXSupplier.idl
@@ -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,41 +7,41 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_XAxisXSupplier_idl__ 
-#define __com_sun_star_chart_XAxisXSupplier_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_XShape_idl__ 
-#include <com/sun/star/drawing/XShape.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_chart_XAxisXSupplier_idl__
+#define __com_sun_star_chart_XAxisXSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_XShape_idl__
+#include <com/sun/star/drawing/XShape.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** gives access to the <i>x</i>-axis of a chart.
 
     <p>Note that not all diagrams are capable of displaying an
@@ -50,52 +50,52 @@
     @see XDiagram
  */
 published interface XAxisXSupplier: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** @returns
         	the <i>x</i>-axis title shape.
 
 		@see ChartTitle
 	 */
-	com::sun::star::drawing::XShape getXAxisTitle(); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns 
+	com::sun::star::drawing::XShape getXAxisTitle();
+
+	//-------------------------------------------------------------------------
+
+	/** @returns
 			the properties of the <i>x</i>-axis of the diagram.
 
         <p>The returned property set contains scaling properties as
         well as formatting properties.</p>
-				 
+
 		@see ChartAxis
 	 */
-	com::sun::star::beans::XPropertySet getXAxis(); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns 
+	com::sun::star::beans::XPropertySet getXAxis();
+
+	//-------------------------------------------------------------------------
+
+	/** @returns
         	the properties of the main grid (major grid) of the
             <i>x</i>-axis of the diagram.
-				 
+
 		@see ChartGrid
 	 */
-	com::sun::star::beans::XPropertySet getXMainGrid(); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns 
+	com::sun::star::beans::XPropertySet getXMainGrid();
+
+	//-------------------------------------------------------------------------
+
+	/** @returns
         	the properties of the help grid (minor grid) of the
             <i>x</i>-axis of the diagram.
-				 
+
 		@see ChartGrid
 	 */
-	com::sun::star::beans::XPropertySet getXHelpGrid(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::beans::XPropertySet getXHelpGrid();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/XAxisYSupplier.idl b/main/offapi/com/sun/star/chart/XAxisYSupplier.idl
index 817e3ae..885c68d 100644
--- a/main/offapi/com/sun/star/chart/XAxisYSupplier.idl
+++ b/main/offapi/com/sun/star/chart/XAxisYSupplier.idl
@@ -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,41 +7,41 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_XAxisYSupplier_idl__ 
-#define __com_sun_star_chart_XAxisYSupplier_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_XShape_idl__ 
-#include <com/sun/star/drawing/XShape.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_chart_XAxisYSupplier_idl__
+#define __com_sun_star_chart_XAxisYSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_XShape_idl__
+#include <com/sun/star/drawing/XShape.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** gives access to the <i>y</i>-axis of a chart.
 
     <p>Note that not all diagrams are capable of displaying a
@@ -50,31 +50,31 @@
     @see XDiagram
  */
 published interface XAxisYSupplier: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns 
+{
+	//-------------------------------------------------------------------------
+
+	/** @returns
 			the <i>y</i>-axis title shape.
 
 		@see ChartTitle
 	 */
-	com::sun::star::drawing::XShape getYAxisTitle(); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns 
-			the properties of the <i>y</i>-axis of the diagram. 
+	com::sun::star::drawing::XShape getYAxisTitle();
+
+	//-------------------------------------------------------------------------
+
+	/** @returns
+			the properties of the <i>y</i>-axis of the diagram.
 
         <p>The returned property set contains scaling properties as
         well as formatting properties.</p>
 
 		@see ChartAxis
 	 */
-	com::sun::star::beans::XPropertySet getYAxis(); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns 
+	com::sun::star::beans::XPropertySet getYAxis();
+
+	//-------------------------------------------------------------------------
+
+	/** @returns
 			the properties of the help grid (minor grid) of the
             <i>y</i>-axis of the diagram.
 
@@ -82,20 +82,20 @@
 	 */
 	com::sun::star::beans::XPropertySet getYHelpGrid();
 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns 
+	//-------------------------------------------------------------------------
+
+	/** @returns
 			the properties of the main grid (major grid) of the
-            <i>y</i>-axis of the diagram. 
+            <i>y</i>-axis of the diagram.
 
         @see ChartGrid
 	 */
-	com::sun::star::beans::XPropertySet getYMainGrid(); 
+	com::sun::star::beans::XPropertySet getYMainGrid();
 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/XAxisZSupplier.idl b/main/offapi/com/sun/star/chart/XAxisZSupplier.idl
index 2f00743..317fba8 100644
--- a/main/offapi/com/sun/star/chart/XAxisZSupplier.idl
+++ b/main/offapi/com/sun/star/chart/XAxisZSupplier.idl
@@ -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,92 +7,92 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_XAxisZSupplier_idl__ 
-#define __com_sun_star_chart_XAxisZSupplier_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_XShape_idl__ 
-#include <com/sun/star/drawing/XShape.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_chart_XAxisZSupplier_idl__
+#define __com_sun_star_chart_XAxisZSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_XShape_idl__
+#include <com/sun/star/drawing/XShape.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** gives access to the <i>z</i>-axis of a chart.
 
     @see XDiagram
  */
 published interface XAxisZSupplier: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns 
+{
+	//-------------------------------------------------------------------------
+
+	/** @returns
 			the <i>z</i>-axis title shape.
-				 
+
 		@see ChartTitle
 	 */
-	com::sun::star::drawing::XShape getZAxisTitle(); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns 
-			the properties of the main grid (major grid) of the
-            <i>z</i>-axis of the diagram. 
-				 
-		@see ChartGrid
-	 */
-	com::sun::star::beans::XPropertySet getZMainGrid(); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns 
-			the properties of the help grid (minor grid) of the
-            <i>z</i>-axis of the diagram. 
-				 
-		@see ChartGrid
-	 */
-	com::sun::star::beans::XPropertySet getZHelpGrid(); 
+	com::sun::star::drawing::XShape getZAxisTitle();
 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns 
-			the properties of the <i>z</i>-axis of the diagram. 
-				 
+	//-------------------------------------------------------------------------
+
+	/** @returns
+			the properties of the main grid (major grid) of the
+            <i>z</i>-axis of the diagram.
+
+		@see ChartGrid
+	 */
+	com::sun::star::beans::XPropertySet getZMainGrid();
+
+	//-------------------------------------------------------------------------
+
+	/** @returns
+			the properties of the help grid (minor grid) of the
+            <i>z</i>-axis of the diagram.
+
+		@see ChartGrid
+	 */
+	com::sun::star::beans::XPropertySet getZHelpGrid();
+
+	//-------------------------------------------------------------------------
+
+	/** @returns
+			the properties of the <i>z</i>-axis of the diagram.
+
         <p>The returned property set contains scaling properties as
         well as formatting properties.</p>
-				 
+
 		@see ChartAxis
 	 */
-	com::sun::star::beans::XPropertySet getZAxis(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::beans::XPropertySet getZAxis();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/XChartData.idl b/main/offapi/com/sun/star/chart/XChartData.idl
index 9484986..9714786 100644
--- a/main/offapi/com/sun/star/chart/XChartData.idl
+++ b/main/offapi/com/sun/star/chart/XChartData.idl
@@ -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,45 +7,45 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_XChartData_idl__ 
-#define __com_sun_star_chart_XChartData_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_chart_XChartDataChangeEventListener_idl__ 
-#include <com/sun/star/chart/XChartDataChangeEventListener.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_chart_XChartData_idl__
+#define __com_sun_star_chart_XChartData_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_chart_XChartDataChangeEventListener_idl__
+#include <com/sun/star/chart/XChartDataChangeEventListener.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** manages the data of the chart.
 
     @see XChartDocument
  */
 published interface XChartData: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** allows a component supporting the
         <type>XChartDataChangeEventListener</type> interface to
         register as listener.  The component will be notified with a
@@ -58,30 +58,30 @@
         @see XChartDataChangeEventListener
         @see ChartDataChangeEvent
 	 */
-	void addChartDataChangeEventListener( [in] com::sun::star::chart::XChartDataChangeEventListener aListener ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void addChartDataChangeEventListener( [in] com::sun::star::chart::XChartDataChangeEventListener aListener );
+
+	//-------------------------------------------------------------------------
+
 	/** removes a previously registered listener.
 
         @param aListener
         	the component that is to be removed
 	 */
-	void removeChartDataChangeEventListener( [in] com::sun::star::chart::XChartDataChangeEventListener aListener ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void removeChartDataChangeEventListener( [in] com::sun::star::chart::XChartDataChangeEventListener aListener );
+
+	//-------------------------------------------------------------------------
+
 	/** @returns
     		the value which is to be used as an indicator for a
     		missing value in the data.
-				 
+
 		<p>In IEEE arithmetic format it is one of the NaN values, so
 		there are no conflicts with existing numeric values.</p>
 	 */
-	double getNotANumber(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	double getNotANumber();
+
+	//-------------------------------------------------------------------------
+
 	/** checks whether the value given is equal to the indicator value
         for a missing value.
 
@@ -101,12 +101,12 @@
         @param nNumber
         	the number that you want to check for validity.
 	 */
-	boolean isNotANumber( [in] double nNumber ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	boolean isNotANumber( [in] double nNumber );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/XChartDataArray.idl b/main/offapi/com/sun/star/chart/XChartDataArray.idl
index e57b10f..cc6580f 100644
--- a/main/offapi/com/sun/star/chart/XChartDataArray.idl
+++ b/main/offapi/com/sun/star/chart/XChartDataArray.idl
@@ -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,42 +7,42 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_XChartDataArray_idl__ 
-#define __com_sun_star_chart_XChartDataArray_idl__ 
- 
-#ifndef __com_sun_star_chart_XChartData_idl__ 
-#include <com/sun/star/chart/XChartData.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_chart_XChartDataArray_idl__
+#define __com_sun_star_chart_XChartDataArray_idl__
+
+#ifndef __com_sun_star_chart_XChartData_idl__
+#include <com/sun/star/chart/XChartData.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** gives access to data represented as an array of rows.
-	
+
     <p>Can be obtained from interface <type>XChartDocument</type> via method getData().</p>
 
 	<p>If used for an <type>XYDiagram</type>, the row number 0
 	represents the <i>x</i>-values.</p>
  */
 published interface XChartDataArray: XChartData
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 
 	/** retrieves the numerical data as a nested sequence of values.
 
@@ -50,9 +50,9 @@
         	the values as a sequence of sequences.  The inner sequence
         	represents rows.
     */
-	sequence< sequence< double > > getData(); 
+	sequence< sequence< double > > getData();
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** sets the chart data as an array of numbers.
 
@@ -60,9 +60,9 @@
         	the values as a sequence of sequences.  The inner sequence
         	represents rows.
 	 */
-	void setData( [in] sequence< sequence< double > > aData ); 
+	void setData( [in] sequence< sequence< double > > aData );
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** retrieves the description texts for all rows.
 
@@ -71,18 +71,18 @@
         	of a row.
 	 */
 	sequence< string > getRowDescriptions();
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** sets the description texts for all rows.
 
         @param aRowDescriptions
         	a sequence of strings which represent a description for
         	each row.
     */
-	void setRowDescriptions( [in] sequence< string > aRowDescriptions ); 
- 
-	//------------------------------------------------------------------------- 
+	void setRowDescriptions( [in] sequence< string > aRowDescriptions );
+
+	//-------------------------------------------------------------------------
 
 	/** retrieves the description texts for all columns.
 
@@ -91,8 +91,8 @@
         	of a column.
 	 */
 	sequence< string > getColumnDescriptions();
- 
-	//------------------------------------------------------------------------- 
+
+	//-------------------------------------------------------------------------
 
 	/** sets the description texts for all columns.
 
@@ -101,10 +101,10 @@
         	each column.
 	 */
 	void setColumnDescriptions( [in] sequence< string > aColumnDescriptions );
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/XChartDataChangeEventListener.idl b/main/offapi/com/sun/star/chart/XChartDataChangeEventListener.idl
index 522f143..6dd8601 100644
--- a/main/offapi/com/sun/star/chart/XChartDataChangeEventListener.idl
+++ b/main/offapi/com/sun/star/chart/XChartDataChangeEventListener.idl
@@ -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,43 +7,43 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_XChartDataChangeEventListener_idl__ 
-#define __com_sun_star_chart_XChartDataChangeEventListener_idl__ 
- 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_chart_ChartDataChangeEvent_idl__ 
-#include <com/sun/star/chart/ChartDataChangeEvent.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_chart_XChartDataChangeEventListener_idl__
+#define __com_sun_star_chart_XChartDataChangeEventListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+#ifndef __com_sun_star_chart_ChartDataChangeEvent_idl__
+#include <com/sun/star/chart/ChartDataChangeEvent.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** makes it possible to receive events when chart data changes.
  */
 published interface XChartDataChangeEventListener: com::sun::star::lang::XEventListener
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** is called whenever chart data changes in value or structure.
 
         <p>This interface must be implemented by components that wish
@@ -56,12 +56,12 @@
         @see ChartDataChangeEvent
         @see XChartData
 	 */
-	void chartDataChanged( [in] com::sun::star::chart::ChartDataChangeEvent aEvent ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void chartDataChanged( [in] com::sun::star::chart::ChartDataChangeEvent aEvent );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/XChartDocument.idl b/main/offapi/com/sun/star/chart/XChartDocument.idl
index 9797607..ec8d1a0 100644
--- a/main/offapi/com/sun/star/chart/XChartDocument.idl
+++ b/main/offapi/com/sun/star/chart/XChartDocument.idl
@@ -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,90 +7,90 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_XChartDocument_idl__ 
-#define __com_sun_star_chart_XChartDocument_idl__ 
- 
-#ifndef __com_sun_star_frame_XModel_idl__ 
-#include <com/sun/star/frame/XModel.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_XShape_idl__ 
-#include <com/sun/star/drawing/XShape.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
-#ifndef __com_sun_star_chart_XDiagram_idl__ 
-#include <com/sun/star/chart/XDiagram.idl> 
-#endif 
- 
-#ifndef __com_sun_star_chart_XChartData_idl__ 
-#include <com/sun/star/chart/XChartData.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_chart_XChartDocument_idl__
+#define __com_sun_star_chart_XChartDocument_idl__
+
+#ifndef __com_sun_star_frame_XModel_idl__
+#include <com/sun/star/frame/XModel.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_XShape_idl__
+#include <com/sun/star/drawing/XShape.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+#ifndef __com_sun_star_chart_XDiagram_idl__
+#include <com/sun/star/chart/XDiagram.idl>
+#endif
+
+#ifndef __com_sun_star_chart_XChartData_idl__
+#include <com/sun/star/chart/XChartData.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** manages the chart document.
 
-	@see XDiagram 
+	@see XDiagram
     @see XChartData
  */
 published interface XChartDocument: com::sun::star::frame::XModel
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns 
-			the shape of the main title of the chart document. 
-				 
+{
+	//-------------------------------------------------------------------------
+
+	/** @returns
+			the shape of the main title of the chart document.
+
 		@see ChartTitle
 	 */
-	com::sun::star::drawing::XShape getTitle(); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns 
+	com::sun::star::drawing::XShape getTitle();
+
+	//-------------------------------------------------------------------------
+
+	/** @returns
 			the shape of the subtitle of the chart document.
 
        <p>Usually the subtitle is smaller than the main title by
        default.  And it is most commonly placed below the main title
        by default.</p>
-				 
+
 		@see ChartTitle
 	 */
-	com::sun::star::drawing::XShape getSubTitle(); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns 
-			the shape of the legend of the chart document. 
+	com::sun::star::drawing::XShape getSubTitle();
+
+	//-------------------------------------------------------------------------
+
+	/** @returns
+			the shape of the legend of the chart document.
 
 		@see ChartLegend
 	 */
-	com::sun::star::drawing::XShape getLegend(); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns 
+	com::sun::star::drawing::XShape getLegend();
+
+	//-------------------------------------------------------------------------
+
+	/** @returns
 			the properties of the background area of the chart document.
 
         <p>The area's extent is equal to the document size.  If you
@@ -102,19 +102,19 @@
 		@see ChartArea
         @see X3DDisplay
 	 */
-	com::sun::star::beans::XPropertySet getArea(); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns 
+	com::sun::star::beans::XPropertySet getArea();
+
+	//-------------------------------------------------------------------------
+
+	/** @returns
 			the diagram of the chart document.
 
 		@see Diagram
 	 */
-	com::sun::star::chart::XDiagram getDiagram(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::chart::XDiagram getDiagram();
+
+	//-------------------------------------------------------------------------
+
 	/** sets the diagram for the chart document.
 
 		<p>Setting a new diagram implicitly disposes the previous
@@ -127,11 +127,11 @@
             which should be implemented by an
             <type>XChartDocument</type>.
 	 */
-	void setDiagram( [in] com::sun::star::chart::XDiagram xDiagram ); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns 
+	void setDiagram( [in] com::sun::star::chart::XDiagram xDiagram );
+
+	//-------------------------------------------------------------------------
+
+	/** @returns
             the data of the chart.
 
         <p>The returned object supports interface <type>XChartDataArray</type>
@@ -141,16 +141,16 @@
         which can be used to access complex hierarchical axis descriptions.</p>
 
         <p>Since OpenOffice 3.4 the returned object also supports interface <type>XDateCategories</type>.</p>
-				 
+
         @see XChartData
         @see XChartDataArray
         @see XComplexDescriptionAccess
         @see XDateCategories
 	 */
-	com::sun::star::chart::XChartData getData(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::chart::XChartData getData();
+
+	//-------------------------------------------------------------------------
+
 	/** attaches data to the chart.
 
         <p>The given object needs to support interface <type>XChartDataArray</type>.</p>
@@ -172,12 +172,12 @@
         @param xData
         	the object that provides the new data.
 	 */
-	void attachData( [in] com::sun::star::chart::XChartData xData ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void attachData( [in] com::sun::star::chart::XChartData xData );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/XComplexDescriptionAccess.idl b/main/offapi/com/sun/star/chart/XComplexDescriptionAccess.idl
index 96efe07..eb51980 100644
--- a/main/offapi/com/sun/star/chart/XComplexDescriptionAccess.idl
+++ b/main/offapi/com/sun/star/chart/XComplexDescriptionAccess.idl
@@ -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,32 +7,32 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_XComplexDescriptionAccess_idl__ 
-#define __com_sun_star_chart_XComplexDescriptionAccess_idl__ 
- 
-#ifndef __com_sun_star_chart_XChartDataArray_idl__ 
-#include <com/sun/star/chart/XChartDataArray.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_chart_XComplexDescriptionAccess_idl__
+#define __com_sun_star_chart_XComplexDescriptionAccess_idl__
+
+#ifndef __com_sun_star_chart_XChartDataArray_idl__
+#include <com/sun/star/chart/XChartDataArray.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** Offers access to complex column and row descriptions.
 
 <p>Can be obtained from interface <type>XChartDocument</type> via method getData().</p>
@@ -41,8 +41,8 @@
 */
 
 published interface XComplexDescriptionAccess : XChartDataArray
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 
 	/** retrieves the description texts for all rows.
 
@@ -52,30 +52,30 @@
             The inner index represents the different levels (usually there is only one).
 	 */
 	sequence< sequence< string > > getComplexRowDescriptions();
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** sets the description texts for all rows.
-    
+
         @param rRowDescriptions
             a sequence of sequences of strings representing the descriptions of all
         	rows. The outer index represents different rows.
             The inner index represents the different levels (usually there is only one).
     */
-	void setComplexRowDescriptions( [in] sequence< sequence< string > > rRowDescriptions ); 
- 
-	//------------------------------------------------------------------------- 
+	void setComplexRowDescriptions( [in] sequence< sequence< string > > rRowDescriptions );
+
+	//-------------------------------------------------------------------------
 
 	/** retrieves the description texts for all columns.
-    
+
         @returns
         	a sequence of sequences of strings representing the descriptions
         	of all columns. The outer index represents different columns.
             The inner index represents the different levels (usually there is only one).
 	 */
 	sequence< sequence< string > > getComplexColumnDescriptions();
- 
-	//------------------------------------------------------------------------- 
+
+	//-------------------------------------------------------------------------
 
 	/** sets the description texts for all columns.
 
@@ -85,10 +85,10 @@
             The inner index represents the different levels (usually there is only one).
 	 */
 	void setComplexColumnDescriptions( [in] sequence< sequence< string > > rColumnDescriptions );
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/XDateCategories.idl b/main/offapi/com/sun/star/chart/XDateCategories.idl
index cd41d6f..490be48 100644
--- a/main/offapi/com/sun/star/chart/XDateCategories.idl
+++ b/main/offapi/com/sun/star/chart/XDateCategories.idl
@@ -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,30 +7,30 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 #ifndef __com_sun_star_chart_XDateCategories_idl__
 #define __com_sun_star_chart_XDateCategories_idl__
 
-#include <com/sun/star/uno/XInterface.idl> 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+#include <com/sun/star/uno/XInterface.idl>
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** Allows to set date values as categories.
 
 <p>Can be obtained from interface <type>XChartDocument</type> via method getData().</p>
@@ -39,17 +39,17 @@
 */
 
 published interface XDateCategories
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** sets dates as categories
-    
+
         @param rDates
             a sequence of sequences of doubles representing dates.
     */
-	void setDateCategories( [in] sequence< double > rDates ); 
+	void setDateCategories( [in] sequence< double > rDates );
 
-    //------------------------------------------------------------------------- 
+    //-------------------------------------------------------------------------
 
 	/** retrieves the date values if the category x-axis id a date axis
 
@@ -57,10 +57,10 @@
         	a sequence of doubles representing dates.
 	 */
 	sequence< double > getDateCategories();
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/XDiagram.idl b/main/offapi/com/sun/star/chart/XDiagram.idl
index 33860d4..d8a4dc2 100644
--- a/main/offapi/com/sun/star/chart/XDiagram.idl
+++ b/main/offapi/com/sun/star/chart/XDiagram.idl
@@ -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,58 +7,58 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_XDiagram_idl__ 
-#define __com_sun_star_chart_XDiagram_idl__ 
- 
-#ifndef __com_sun_star_drawing_XShape_idl__ 
-#include <com/sun/star/drawing/XShape.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_IndexOutOfBoundsException_idl__ 
-#include <com/sun/star/lang/IndexOutOfBoundsException.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_chart_XDiagram_idl__
+#define __com_sun_star_chart_XDiagram_idl__
+
+#ifndef __com_sun_star_drawing_XShape_idl__
+#include <com/sun/star/drawing/XShape.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IndexOutOfBoundsException_idl__
+#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** manages the diagram of the chart document.
 
     @see XChartDocument
  */
 published interface XDiagram: com::sun::star::drawing::XShape
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns 
+{
+	//-------------------------------------------------------------------------
+
+	/** @returns
         	a string representing the diagram type. This string
 			contains the fully qualified name of the corresponding
 			service.
 	 */
-	string getDiagramType(); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns 
+	string getDiagramType();
+
+	//-------------------------------------------------------------------------
+
+	/** @returns
 			the properties of the specified data row (series).
 
         @param nRow
@@ -66,29 +66,29 @@
 
         @see ChartDataRowProperties
 	 */
-	com::sun::star::beans::XPropertySet getDataRowProperties( [in] long nRow ) 
-		raises( com::sun::star::lang::IndexOutOfBoundsException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns 
-			the properties of the specified data point. 
+	com::sun::star::beans::XPropertySet getDataRowProperties( [in] long nRow )
+		raises( com::sun::star::lang::IndexOutOfBoundsException );
+
+	//-------------------------------------------------------------------------
+
+	/** @returns
+			the properties of the specified data point.
 
         @param nCol
         	the index of the data point of a series (0-based).
         @param nRow
         	the index of a series (0-based).
-            
+
 		@see ChartDataPointProperties
 	 */
-	com::sun::star::beans::XPropertySet getDataPointProperties( [in] long nCol, 
-																[in] long nRow ) 
-		raises( com::sun::star::lang::IndexOutOfBoundsException ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::beans::XPropertySet getDataPointProperties( [in] long nCol,
+																[in] long nRow )
+		raises( com::sun::star::lang::IndexOutOfBoundsException );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/XDiagramPositioning.idl b/main/offapi/com/sun/star/chart/XDiagramPositioning.idl
index 792465f..daedda4 100644
--- a/main/offapi/com/sun/star/chart/XDiagramPositioning.idl
+++ b/main/offapi/com/sun/star/chart/XDiagramPositioning.idl
@@ -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,41 +7,41 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_XDiagramPositioning_idl__ 
-#define __com_sun_star_chart_XDiagramPositioning_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
+#ifndef __com_sun_star_chart_XDiagramPositioning_idl__
+#define __com_sun_star_chart_XDiagramPositioning_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
 #ifndef __com_sun_star_awt_Rectangle_idl__
 #include <com/sun/star/awt/Rectangle.idl>
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** allow for different positioning options for a diagram
 
     @see Diagram
  */
 interface XDiagramPositioning : com::sun::star::uno::XInterface
-{ 
+{
     /** the diagram will be placed automatically
     */
     void setAutomaticDiagramPositioning();
@@ -91,10 +91,10 @@
         It might be necessary to calculate the positioning so this method can be expensive and the result may depend on different other settings.
     */
     com::sun::star::awt::Rectangle calculateDiagramPositionIncludingAxesAndAxisTitles();
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/XSecondAxisTitleSupplier.idl b/main/offapi/com/sun/star/chart/XSecondAxisTitleSupplier.idl
index df33912..c28e3e2 100644
--- a/main/offapi/com/sun/star/chart/XSecondAxisTitleSupplier.idl
+++ b/main/offapi/com/sun/star/chart/XSecondAxisTitleSupplier.idl
@@ -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,39 +7,39 @@
  * 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.
- * 
+ *
  *************************************************************/
 
-#ifndef __com_sun_star_chart_XSecondAxisTitleSupplier_idl__ 
-#define __com_sun_star_chart_XSecondAxisTitleSupplier_idl__ 
+#ifndef __com_sun_star_chart_XSecondAxisTitleSupplier_idl__
+#define __com_sun_star_chart_XSecondAxisTitleSupplier_idl__
 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
 #endif
 
-#ifndef __com_sun_star_drawing_XShape_idl__ 
-#include <com/sun/star/drawing/XShape.idl> 
-#endif 
- 
- 
-module com {  module sun {  module star {  module chart {  
+#ifndef __com_sun_star_drawing_XShape_idl__
+#include <com/sun/star/drawing/XShape.idl>
+#endif
+
+
+module com {  module sun {  module star {  module chart {
 
 interface XSecondAxisTitleSupplier: com::sun::star::uno::XInterface
-{ 
-    com::sun::star::drawing::XShape getSecondXAxisTitle(); 
+{
+    com::sun::star::drawing::XShape getSecondXAxisTitle();
 
     com::sun::star::drawing::XShape getSecondYAxisTitle();
-}; 
+};
 
-}; }; }; };  
- 
-#endif 
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/XStatisticDisplay.idl b/main/offapi/com/sun/star/chart/XStatisticDisplay.idl
index a443821..8be801f 100644
--- a/main/offapi/com/sun/star/chart/XStatisticDisplay.idl
+++ b/main/offapi/com/sun/star/chart/XStatisticDisplay.idl
@@ -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,63 +7,63 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_XStatisticDisplay_idl__ 
-#define __com_sun_star_chart_XStatisticDisplay_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_chart_XStatisticDisplay_idl__
+#define __com_sun_star_chart_XStatisticDisplay_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** gives access to statistical elements for the chart.
 
 	<p>Statistical elements are used by a
 	<type>StockDiagram</type>.</p>
-	
+
 	@see XChartDocument
     @see StockDiagram
  */
 published interface XStatisticDisplay: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** @returns
 			the properties of the up bars of a stock chart which has
 			<member>StockDiagram::UpDown</member> set to <TRUE/>.
-				 
+
         <p>The <em>UpBar</em> is the box that is drawn between the
         open and close value of a stock, when the closing value is
         above the opening value, i.e., the stock price rose.</p>
 
 		@see ChartArea
 	 */
-	com::sun::star::beans::XPropertySet getUpBar(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::beans::XPropertySet getUpBar();
+
+	//-------------------------------------------------------------------------
+
 	/** @returns
 			the properties of the down bars of a stock chart which has
 			<member>StockDiagram::UpDown</member> set to <TRUE/>.
@@ -74,22 +74,22 @@
 
 		@see ChartArea
 	 */
-	com::sun::star::beans::XPropertySet getDownBar(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::beans::XPropertySet getDownBar();
+
+	//-------------------------------------------------------------------------
+
 	/** @returns
 			the properties of the lines that are drawn between the
 			lowest and highest stock value during a day.
-				 
+
 		@see ChartLine
 	 */
-	com::sun::star::beans::XPropertySet getMinMaxLine(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::beans::XPropertySet getMinMaxLine();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/XTwoAxisXSupplier.idl b/main/offapi/com/sun/star/chart/XTwoAxisXSupplier.idl
index a8957b2..1b832da 100644
--- a/main/offapi/com/sun/star/chart/XTwoAxisXSupplier.idl
+++ b/main/offapi/com/sun/star/chart/XTwoAxisXSupplier.idl
@@ -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,61 +7,61 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_XTwoAxisXSupplier_idl__ 
-#define __com_sun_star_chart_XTwoAxisXSupplier_idl__ 
- 
-#ifndef __com_sun_star_chart_XAxisXSupplier_idl__ 
-#include <com/sun/star/chart/XAxisXSupplier.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_chart_XTwoAxisXSupplier_idl__
+#define __com_sun_star_chart_XTwoAxisXSupplier_idl__
+
+#ifndef __com_sun_star_chart_XAxisXSupplier_idl__
+#include <com/sun/star/chart/XAxisXSupplier.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** gives access to both the primary and the secondary <i>x</i>-axis
     of a chart.
 
     @see XDiagram
  */
 published interface XTwoAxisXSupplier: com::sun::star::chart::XAxisXSupplier
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** @returns
         	the properties of the secondary <i>x</i>-axis of the
         	diagram.
 
         <p>The returned property set contains scaling properties as
         well as formatting properties.</p>
-				 
+
 		@see ChartAxis
 	 */
-	com::sun::star::beans::XPropertySet getSecondaryXAxis(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::beans::XPropertySet getSecondaryXAxis();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/XTwoAxisYSupplier.idl b/main/offapi/com/sun/star/chart/XTwoAxisYSupplier.idl
index 915b29e..42ba851 100644
--- a/main/offapi/com/sun/star/chart/XTwoAxisYSupplier.idl
+++ b/main/offapi/com/sun/star/chart/XTwoAxisYSupplier.idl
@@ -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,58 +7,58 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_XTwoAxisYSupplier_idl__ 
-#define __com_sun_star_chart_XTwoAxisYSupplier_idl__ 
- 
-#ifndef __com_sun_star_chart_XAxisYSupplier_idl__ 
-#include <com/sun/star/chart/XAxisYSupplier.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_chart_XTwoAxisYSupplier_idl__
+#define __com_sun_star_chart_XTwoAxisYSupplier_idl__
+
+#ifndef __com_sun_star_chart_XAxisYSupplier_idl__
+#include <com/sun/star/chart/XAxisYSupplier.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** gives access to both the primary and the secondary y-axis of a diagram.@see        XChartDocument
  */
 published interface XTwoAxisYSupplier: com::sun::star::chart::XAxisYSupplier
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns 
+{
+	//-------------------------------------------------------------------------
+
+	/** @returns
         	the properties of the secondary <i>y</i>-axis of the
         	diagram.
 
         <p>The returned property set contains scaling properties as
         well as formatting properties.</p>
-				 
+
 		@see ChartAxis
 	 */
-	com::sun::star::beans::XPropertySet getSecondaryYAxis(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::beans::XPropertySet getSecondaryYAxis();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart/XYDiagram.idl b/main/offapi/com/sun/star/chart/XYDiagram.idl
index 0238609..e8f54d3 100644
--- a/main/offapi/com/sun/star/chart/XYDiagram.idl
+++ b/main/offapi/com/sun/star/chart/XYDiagram.idl
@@ -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,49 +7,49 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart_XYDiagram_idl__ 
-#define __com_sun_star_chart_XYDiagram_idl__ 
- 
-#ifndef __com_sun_star_chart_Diagram_idl__ 
-#include <com/sun/star/chart/Diagram.idl> 
-#endif 
- 
-#ifndef __com_sun_star_chart_ChartStatistics_idl__ 
-#include <com/sun/star/chart/ChartStatistics.idl> 
-#endif 
- 
-#ifndef __com_sun_star_chart_ChartAxisXSupplier_idl__ 
-#include <com/sun/star/chart/ChartAxisXSupplier.idl> 
-#endif 
- 
-#ifndef __com_sun_star_chart_ChartTwoAxisYSupplier_idl__ 
-#include <com/sun/star/chart/ChartTwoAxisYSupplier.idl> 
-#endif 
- 
-#ifndef __com_sun_star_chart_LineDiagram_idl__ 
-#include <com/sun/star/chart/LineDiagram.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_chart_XYDiagram_idl__
+#define __com_sun_star_chart_XYDiagram_idl__
+
+#ifndef __com_sun_star_chart_Diagram_idl__
+#include <com/sun/star/chart/Diagram.idl>
+#endif
+
+#ifndef __com_sun_star_chart_ChartStatistics_idl__
+#include <com/sun/star/chart/ChartStatistics.idl>
+#endif
+
+#ifndef __com_sun_star_chart_ChartAxisXSupplier_idl__
+#include <com/sun/star/chart/ChartAxisXSupplier.idl>
+#endif
+
+#ifndef __com_sun_star_chart_ChartTwoAxisYSupplier_idl__
+#include <com/sun/star/chart/ChartTwoAxisYSupplier.idl>
+#endif
+
+#ifndef __com_sun_star_chart_LineDiagram_idl__
+#include <com/sun/star/chart/LineDiagram.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart {
+
+//=============================================================================
+
 /** a service for X/Y diagrams (Also known as scatter charts).
 
     <p>The special thing about X/Y diagrams is that the first series
@@ -58,16 +58,16 @@
     at which data points are placed.</p>
  */
 published service XYDiagram
-{ 
+{
 	service com::sun::star::chart::Diagram;
 	service com::sun::star::chart::ChartStatistics;
 	service com::sun::star::chart::ChartAxisXSupplier;
 	service com::sun::star::chart::ChartTwoAxisYSupplier;
 	service com::sun::star::chart::LineDiagram;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart2/Axis.idl b/main/offapi/com/sun/star/chart2/Axis.idl
index 79a7746..692ce8f 100644
--- a/main/offapi/com/sun/star/chart2/Axis.idl
+++ b/main/offapi/com/sun/star/chart2/Axis.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -65,11 +65,11 @@
 
     /** Determines where the axis crosses the other axis.
 	 */
-	[optional, property] com::sun::star::chart::ChartAxisPosition CrossoverPosition; 
+	[optional, property] com::sun::star::chart::ChartAxisPosition CrossoverPosition;
 
     /** Determines the scale value on the other axis when CrossoverPosition is set to VALUE.
 	 */
-	[optional, property] double CrossoverValue; 
+	[optional, property] double CrossoverValue;
 
     /** Determines whether to display text at the axis or not.
 	 */
@@ -77,7 +77,7 @@
 
     /** Determines where the axis labels are placed.
 	 */
-	[optional, property] com::sun::star::chart::ChartAxisLabelPosition LabelPosition; 
+	[optional, property] com::sun::star::chart::ChartAxisLabelPosition LabelPosition;
 
     /** Determines how to stagger the labels at the axis (side by side, even, odd, auto )
     */
@@ -127,7 +127,7 @@
 
     /** Determines where the interval marks are placed.
 	 */
-	[optional, property] com::sun::star::chart::ChartAxisMarkPosition MarkPosition; 
+	[optional, property] com::sun::star::chart::ChartAxisMarkPosition MarkPosition;
 };
 
 } ; // chart2
diff --git a/main/offapi/com/sun/star/chart2/AxisOrientation.idl b/main/offapi/com/sun/star/chart2/AxisOrientation.idl
index b4432d8..660013b 100644
--- a/main/offapi/com/sun/star/chart2/AxisOrientation.idl
+++ b/main/offapi/com/sun/star/chart2/AxisOrientation.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/AxisType.idl b/main/offapi/com/sun/star/chart2/AxisType.idl
index b859a1f..53c8eba 100644
--- a/main/offapi/com/sun/star/chart2/AxisType.idl
+++ b/main/offapi/com/sun/star/chart2/AxisType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -36,7 +36,7 @@
 {
     /** the axis represent real numbers
      */
-    const long REALNUMBER = 0; 
+    const long REALNUMBER = 0;
     /** the axis represent real numbers in percent
      */
     const long PERCENT = 1;
diff --git a/main/offapi/com/sun/star/chart2/CandleStickChartType.idl b/main/offapi/com/sun/star/chart2/CandleStickChartType.idl
index 8345bf2..19504f7 100644
--- a/main/offapi/com/sun/star/chart2/CandleStickChartType.idl
+++ b/main/offapi/com/sun/star/chart2/CandleStickChartType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/ChartDocument.idl b/main/offapi/com/sun/star/chart2/ChartDocument.idl
index 30eb6a0..99b61a4 100644
--- a/main/offapi/com/sun/star/chart2/ChartDocument.idl
+++ b/main/offapi/com/sun/star/chart2/ChartDocument.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/ChartDocumentWrapper.idl b/main/offapi/com/sun/star/chart2/ChartDocumentWrapper.idl
index 4ba8aa4..65e1c23 100644
--- a/main/offapi/com/sun/star/chart2/ChartDocumentWrapper.idl
+++ b/main/offapi/com/sun/star/chart2/ChartDocumentWrapper.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/ChartType.idl b/main/offapi/com/sun/star/chart2/ChartType.idl
index 9ea4eba..a84374c 100644
--- a/main/offapi/com/sun/star/chart2/ChartType.idl
+++ b/main/offapi/com/sun/star/chart2/ChartType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/ChartTypeManager.idl b/main/offapi/com/sun/star/chart2/ChartTypeManager.idl
index 3409445..415b7cb 100644
--- a/main/offapi/com/sun/star/chart2/ChartTypeManager.idl
+++ b/main/offapi/com/sun/star/chart2/ChartTypeManager.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/ChartTypeTemplate.idl b/main/offapi/com/sun/star/chart2/ChartTypeTemplate.idl
index 37211e6..be51b99 100644
--- a/main/offapi/com/sun/star/chart2/ChartTypeTemplate.idl
+++ b/main/offapi/com/sun/star/chart2/ChartTypeTemplate.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 #ifndef com_sun_star_chart_ChartTypeTemplate_idl
diff --git a/main/offapi/com/sun/star/chart2/CoordinateSystem.idl b/main/offapi/com/sun/star/chart2/CoordinateSystem.idl
index 612e676..f90cb0d2 100644
--- a/main/offapi/com/sun/star/chart2/CoordinateSystem.idl
+++ b/main/offapi/com/sun/star/chart2/CoordinateSystem.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 #ifndef com_sun_star_chart2_CoordinateSystem_idl
diff --git a/main/offapi/com/sun/star/chart2/CoordinateSystemType.idl b/main/offapi/com/sun/star/chart2/CoordinateSystemType.idl
index 9db6203..6a8908f 100644
--- a/main/offapi/com/sun/star/chart2/CoordinateSystemType.idl
+++ b/main/offapi/com/sun/star/chart2/CoordinateSystemType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 #ifndef com_sun_star_chart2_CoordinateSystemType_idl
diff --git a/main/offapi/com/sun/star/chart2/CoordinateSystemTypeID.idl b/main/offapi/com/sun/star/chart2/CoordinateSystemTypeID.idl
index db0e727..1a79b2f 100644
--- a/main/offapi/com/sun/star/chart2/CoordinateSystemTypeID.idl
+++ b/main/offapi/com/sun/star/chart2/CoordinateSystemTypeID.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 #ifndef com_sun_star_chart2_CoordinateSystemTypeID_idl
diff --git a/main/offapi/com/sun/star/chart2/CurveStyle.idl b/main/offapi/com/sun/star/chart2/CurveStyle.idl
index 22c4514..97f5949 100644
--- a/main/offapi/com/sun/star/chart2/CurveStyle.idl
+++ b/main/offapi/com/sun/star/chart2/CurveStyle.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/DataPoint.idl b/main/offapi/com/sun/star/chart2/DataPoint.idl
index ca2e518..d2086ec 100644
--- a/main/offapi/com/sun/star/chart2/DataPoint.idl
+++ b/main/offapi/com/sun/star/chart2/DataPoint.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/DataPointGeometry3D.idl b/main/offapi/com/sun/star/chart2/DataPointGeometry3D.idl
index b54b7dc..cab466e 100644
--- a/main/offapi/com/sun/star/chart2/DataPointGeometry3D.idl
+++ b/main/offapi/com/sun/star/chart2/DataPointGeometry3D.idl
@@ -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,63 +7,63 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
-#ifndef __com_sun_star_chart2_datapointgeometry3d_idl__ 
-#define __com_sun_star_chart2_datapointgeometry3d_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart2 {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_chart2_datapointgeometry3d_idl__
+#define __com_sun_star_chart2_datapointgeometry3d_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart2 {
+
+//=============================================================================
+
 /** These values specify the geometry of data points in
 	3D bar charts.
  */
 constants DataPointGeometry3D
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** a cuboid
 	 */
-	const long CUBOID = 0; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const long CUBOID = 0;
+
+	//-------------------------------------------------------------------------
+
 	/** a cylinder with a circle as base
 	 */
-	const long CYLINDER = 1; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const long CYLINDER = 1;
+
+	//-------------------------------------------------------------------------
+
 	/** a cone with a circle as base
 	 */
-	const long CONE = 2; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const long CONE = 2;
+
+	//-------------------------------------------------------------------------
+
 	/** a pyramid with a square as base
 	 */
-	const long PYRAMID = 3; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	const long PYRAMID = 3;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart2/DataPointLabel.idl b/main/offapi/com/sun/star/chart2/DataPointLabel.idl
index 67e0709..3c7c476 100644
--- a/main/offapi/com/sun/star/chart2/DataPointLabel.idl
+++ b/main/offapi/com/sun/star/chart2/DataPointLabel.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/DataPointProperties.idl b/main/offapi/com/sun/star/chart2/DataPointProperties.idl
index e1528e3..5a51beb 100644
--- a/main/offapi/com/sun/star/chart2/DataPointProperties.idl
+++ b/main/offapi/com/sun/star/chart2/DataPointProperties.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/DataSeries.idl b/main/offapi/com/sun/star/chart2/DataSeries.idl
index adaa238..62dcb59 100644
--- a/main/offapi/com/sun/star/chart2/DataSeries.idl
+++ b/main/offapi/com/sun/star/chart2/DataSeries.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/Diagram.idl b/main/offapi/com/sun/star/chart2/Diagram.idl
index 9b66483..10f01b7 100644
--- a/main/offapi/com/sun/star/chart2/Diagram.idl
+++ b/main/offapi/com/sun/star/chart2/Diagram.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/ErrorBar.idl b/main/offapi/com/sun/star/chart2/ErrorBar.idl
index 36c9e21..4addf30 100644
--- a/main/offapi/com/sun/star/chart2/ErrorBar.idl
+++ b/main/offapi/com/sun/star/chart2/ErrorBar.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/ExponentialScaling.idl b/main/offapi/com/sun/star/chart2/ExponentialScaling.idl
index 4416d76..8ccaeb7 100644
--- a/main/offapi/com/sun/star/chart2/ExponentialScaling.idl
+++ b/main/offapi/com/sun/star/chart2/ExponentialScaling.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/FillBitmap.idl b/main/offapi/com/sun/star/chart2/FillBitmap.idl
index 01a354b..ee24e67 100644
--- a/main/offapi/com/sun/star/chart2/FillBitmap.idl
+++ b/main/offapi/com/sun/star/chart2/FillBitmap.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/FormattedString.idl b/main/offapi/com/sun/star/chart2/FormattedString.idl
index 8a36ed5..98dd852 100644
--- a/main/offapi/com/sun/star/chart2/FormattedString.idl
+++ b/main/offapi/com/sun/star/chart2/FormattedString.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 #ifndef com_sun_star_chart_XFormattedString_idl
diff --git a/main/offapi/com/sun/star/chart2/GridProperties.idl b/main/offapi/com/sun/star/chart2/GridProperties.idl
index b2d88dc..832e0ef 100644
--- a/main/offapi/com/sun/star/chart2/GridProperties.idl
+++ b/main/offapi/com/sun/star/chart2/GridProperties.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/IncrementData.idl b/main/offapi/com/sun/star/chart2/IncrementData.idl
index adc11c9..d86afe3 100644
--- a/main/offapi/com/sun/star/chart2/IncrementData.idl
+++ b/main/offapi/com/sun/star/chart2/IncrementData.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 #ifndef com_sun_star_chart2_IncrementData_idl
diff --git a/main/offapi/com/sun/star/chart2/InterpretedData.idl b/main/offapi/com/sun/star/chart2/InterpretedData.idl
index afe1389..7764f4c 100644
--- a/main/offapi/com/sun/star/chart2/InterpretedData.idl
+++ b/main/offapi/com/sun/star/chart2/InterpretedData.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/Legend.idl b/main/offapi/com/sun/star/chart2/Legend.idl
index 61ab5d4..fe1ea46 100644
--- a/main/offapi/com/sun/star/chart2/Legend.idl
+++ b/main/offapi/com/sun/star/chart2/Legend.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/LegendPosition.idl b/main/offapi/com/sun/star/chart2/LegendPosition.idl
index b52a5df..afc931f 100644
--- a/main/offapi/com/sun/star/chart2/LegendPosition.idl
+++ b/main/offapi/com/sun/star/chart2/LegendPosition.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/LightSource.idl b/main/offapi/com/sun/star/chart2/LightSource.idl
index cdda3b1..ad14f12 100644
--- a/main/offapi/com/sun/star/chart2/LightSource.idl
+++ b/main/offapi/com/sun/star/chart2/LightSource.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/LinearScaling.idl b/main/offapi/com/sun/star/chart2/LinearScaling.idl
index 1342359..8f22540 100644
--- a/main/offapi/com/sun/star/chart2/LinearScaling.idl
+++ b/main/offapi/com/sun/star/chart2/LinearScaling.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/LogarithmicScaling.idl b/main/offapi/com/sun/star/chart2/LogarithmicScaling.idl
index 34167e9..6e770f7 100644
--- a/main/offapi/com/sun/star/chart2/LogarithmicScaling.idl
+++ b/main/offapi/com/sun/star/chart2/LogarithmicScaling.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/LogicTargetModel.idl b/main/offapi/com/sun/star/chart2/LogicTargetModel.idl
index 63afddc..1481844 100644
--- a/main/offapi/com/sun/star/chart2/LogicTargetModel.idl
+++ b/main/offapi/com/sun/star/chart2/LogicTargetModel.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 #ifndef com_sun_star_chart2_LogicTargetModel_idl
diff --git a/main/offapi/com/sun/star/chart2/MutableDataSequence.idl b/main/offapi/com/sun/star/chart2/MutableDataSequence.idl
index 8479831..a7707ca 100644
--- a/main/offapi/com/sun/star/chart2/MutableDataSequence.idl
+++ b/main/offapi/com/sun/star/chart2/MutableDataSequence.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/PieChartOffsetMode.idl b/main/offapi/com/sun/star/chart2/PieChartOffsetMode.idl
index 701d4fc..6205d48 100644
--- a/main/offapi/com/sun/star/chart2/PieChartOffsetMode.idl
+++ b/main/offapi/com/sun/star/chart2/PieChartOffsetMode.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/PowerScaling.idl b/main/offapi/com/sun/star/chart2/PowerScaling.idl
index 1602bb3..6c1e134 100644
--- a/main/offapi/com/sun/star/chart2/PowerScaling.idl
+++ b/main/offapi/com/sun/star/chart2/PowerScaling.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/PropertyPool.idl b/main/offapi/com/sun/star/chart2/PropertyPool.idl
index df0e74b..1b1dcb3 100644
--- a/main/offapi/com/sun/star/chart2/PropertyPool.idl
+++ b/main/offapi/com/sun/star/chart2/PropertyPool.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/RegressionCurve.idl b/main/offapi/com/sun/star/chart2/RegressionCurve.idl
index fe05b22..d332956 100644
--- a/main/offapi/com/sun/star/chart2/RegressionCurve.idl
+++ b/main/offapi/com/sun/star/chart2/RegressionCurve.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/RegressionCurveEquation.idl b/main/offapi/com/sun/star/chart2/RegressionCurveEquation.idl
index d00491e..f62c6fb 100644
--- a/main/offapi/com/sun/star/chart2/RegressionCurveEquation.idl
+++ b/main/offapi/com/sun/star/chart2/RegressionCurveEquation.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/RelativePosition.idl b/main/offapi/com/sun/star/chart2/RelativePosition.idl
index 8efba4a..4709160 100644
--- a/main/offapi/com/sun/star/chart2/RelativePosition.idl
+++ b/main/offapi/com/sun/star/chart2/RelativePosition.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/RelativeSize.idl b/main/offapi/com/sun/star/chart2/RelativeSize.idl
index 52820ff..e187b4f 100644
--- a/main/offapi/com/sun/star/chart2/RelativeSize.idl
+++ b/main/offapi/com/sun/star/chart2/RelativeSize.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/ScaleData.idl b/main/offapi/com/sun/star/chart2/ScaleData.idl
index 7a70fc9..bf19ec1 100644
--- a/main/offapi/com/sun/star/chart2/ScaleData.idl
+++ b/main/offapi/com/sun/star/chart2/ScaleData.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 #ifndef com_sun_star_chart2_ScaleData_idl
diff --git a/main/offapi/com/sun/star/chart2/Scaling.idl b/main/offapi/com/sun/star/chart2/Scaling.idl
index 35f57b5..de2ea41 100644
--- a/main/offapi/com/sun/star/chart2/Scaling.idl
+++ b/main/offapi/com/sun/star/chart2/Scaling.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/StackingDirection.idl b/main/offapi/com/sun/star/chart2/StackingDirection.idl
index aa0e84a..b26a0fd 100644
--- a/main/offapi/com/sun/star/chart2/StackingDirection.idl
+++ b/main/offapi/com/sun/star/chart2/StackingDirection.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/StandardDiagramCreationParameters.idl b/main/offapi/com/sun/star/chart2/StandardDiagramCreationParameters.idl
index e0b0eb1..6c16f79 100644
--- a/main/offapi/com/sun/star/chart2/StandardDiagramCreationParameters.idl
+++ b/main/offapi/com/sun/star/chart2/StandardDiagramCreationParameters.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/SubIncrement.idl b/main/offapi/com/sun/star/chart2/SubIncrement.idl
index d950b4d..8f3a675 100644
--- a/main/offapi/com/sun/star/chart2/SubIncrement.idl
+++ b/main/offapi/com/sun/star/chart2/SubIncrement.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 #ifndef com_sun_star_chart2_SubIncrement_idl
diff --git a/main/offapi/com/sun/star/chart2/Symbol.idl b/main/offapi/com/sun/star/chart2/Symbol.idl
index 1e4e279..0684047 100644
--- a/main/offapi/com/sun/star/chart2/Symbol.idl
+++ b/main/offapi/com/sun/star/chart2/Symbol.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/SymbolStyle.idl b/main/offapi/com/sun/star/chart2/SymbolStyle.idl
index 7daf0b7..ad44540 100644
--- a/main/offapi/com/sun/star/chart2/SymbolStyle.idl
+++ b/main/offapi/com/sun/star/chart2/SymbolStyle.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/TextAnchor.idl b/main/offapi/com/sun/star/chart2/TextAnchor.idl
index 3811335..7b42880 100644
--- a/main/offapi/com/sun/star/chart2/TextAnchor.idl
+++ b/main/offapi/com/sun/star/chart2/TextAnchor.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/TickmarkStyle.idl b/main/offapi/com/sun/star/chart2/TickmarkStyle.idl
index 679a6db..025df93 100644
--- a/main/offapi/com/sun/star/chart2/TickmarkStyle.idl
+++ b/main/offapi/com/sun/star/chart2/TickmarkStyle.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/Title.idl b/main/offapi/com/sun/star/chart2/Title.idl
index 7699fd5..0d7ff77 100644
--- a/main/offapi/com/sun/star/chart2/Title.idl
+++ b/main/offapi/com/sun/star/chart2/Title.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/TransparencyStyle.idl b/main/offapi/com/sun/star/chart2/TransparencyStyle.idl
index 7c198fc..a3ac66d 100644
--- a/main/offapi/com/sun/star/chart2/TransparencyStyle.idl
+++ b/main/offapi/com/sun/star/chart2/TransparencyStyle.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/XAnyDescriptionAccess.idl b/main/offapi/com/sun/star/chart2/XAnyDescriptionAccess.idl
index 00c3697..2c04bea 100644
--- a/main/offapi/com/sun/star/chart2/XAnyDescriptionAccess.idl
+++ b/main/offapi/com/sun/star/chart2/XAnyDescriptionAccess.idl
@@ -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,32 +7,32 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_chart2_XAnyDescriptionAccess_idl__ 
-#define __com_sun_star_chart2_XAnyDescriptionAccess_idl__ 
- 
-#ifndef __com_sun_star_chart_XComplexDescriptionAccess_idl__ 
-#include <com/sun/star/chart/XComplexDescriptionAccess.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module chart2 {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_chart2_XAnyDescriptionAccess_idl__
+#define __com_sun_star_chart2_XAnyDescriptionAccess_idl__
+
+#ifndef __com_sun_star_chart_XComplexDescriptionAccess_idl__
+#include <com/sun/star/chart/XComplexDescriptionAccess.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module chart2 {
+
+//=============================================================================
+
 /** Offers any access to column and row descriptions.
 This allows to set date values as categories.
 
@@ -42,8 +42,8 @@
 */
 
 interface XAnyDescriptionAccess : ::com::sun::star::chart::XComplexDescriptionAccess
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 
 	/** retrieves the descriptions for all rows.
 
@@ -54,23 +54,23 @@
             The any might be strings for category text axis or doubles for date axis.
 	 */
 	sequence< sequence< any > > getAnyRowDescriptions();
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** sets the descriptions for all rows.
-    
+
         @param rRowDescriptions
             a sequence of sequences of anys representing the descriptions of all
         	rows. The outer index represents different rows.
             The inner index represents the different levels (usually there is only one).
             The any might be strings for category text axis or doubles for date axis.
     */
-	void setAnyRowDescriptions( [in] sequence< sequence< any > > rRowDescriptions ); 
- 
-	//------------------------------------------------------------------------- 
+	void setAnyRowDescriptions( [in] sequence< sequence< any > > rRowDescriptions );
+
+	//-------------------------------------------------------------------------
 
 	/** retrieves the descriptions for all columns.
-    
+
         @returns
         	a sequence of sequences of anys representing the descriptions
         	of all columns. The outer index represents different columns.
@@ -78,8 +78,8 @@
             The any might be strings for category text axis or doubles for date axis.
 	 */
 	sequence< sequence< any > > getAnyColumnDescriptions();
- 
-	//------------------------------------------------------------------------- 
+
+	//-------------------------------------------------------------------------
 
 	/** sets the descriptions for all columns.
 
@@ -90,10 +90,10 @@
             The any might be strings for category text axis or doubles for date axis.
 	 */
 	void setAnyColumnDescriptions( [in] sequence< sequence< any > > rColumnDescriptions );
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/chart2/XAxis.idl b/main/offapi/com/sun/star/chart2/XAxis.idl
index ab9e66f..04e55f2 100644
--- a/main/offapi/com/sun/star/chart2/XAxis.idl
+++ b/main/offapi/com/sun/star/chart2/XAxis.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/XChartDocument.idl b/main/offapi/com/sun/star/chart2/XChartDocument.idl
index 814e671..c711bad 100644
--- a/main/offapi/com/sun/star/chart2/XChartDocument.idl
+++ b/main/offapi/com/sun/star/chart2/XChartDocument.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/XChartShape.idl b/main/offapi/com/sun/star/chart2/XChartShape.idl
index dc0dca6..4678204 100644
--- a/main/offapi/com/sun/star/chart2/XChartShape.idl
+++ b/main/offapi/com/sun/star/chart2/XChartShape.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 #ifndef com_sun_star_chart2_XChartShape_idl
diff --git a/main/offapi/com/sun/star/chart2/XChartShapeContainer.idl b/main/offapi/com/sun/star/chart2/XChartShapeContainer.idl
index 60ae2f8..2f838ed 100644
--- a/main/offapi/com/sun/star/chart2/XChartShapeContainer.idl
+++ b/main/offapi/com/sun/star/chart2/XChartShapeContainer.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 #ifndef com_sun_star_chart2_XChartShapeContainer_idl
diff --git a/main/offapi/com/sun/star/chart2/XChartType.idl b/main/offapi/com/sun/star/chart2/XChartType.idl
index e07772f..9b83e93 100644
--- a/main/offapi/com/sun/star/chart2/XChartType.idl
+++ b/main/offapi/com/sun/star/chart2/XChartType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 #ifndef com_sun_star_chart2_XChartType_idl
diff --git a/main/offapi/com/sun/star/chart2/XChartTypeContainer.idl b/main/offapi/com/sun/star/chart2/XChartTypeContainer.idl
index b40c135..0fd38db 100644
--- a/main/offapi/com/sun/star/chart2/XChartTypeContainer.idl
+++ b/main/offapi/com/sun/star/chart2/XChartTypeContainer.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/XChartTypeManager.idl b/main/offapi/com/sun/star/chart2/XChartTypeManager.idl
index d9bea34..4e224dc 100644
--- a/main/offapi/com/sun/star/chart2/XChartTypeManager.idl
+++ b/main/offapi/com/sun/star/chart2/XChartTypeManager.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 #ifndef com_sun_star_chart_XChartTypeManager_idl
diff --git a/main/offapi/com/sun/star/chart2/XChartTypeTemplate.idl b/main/offapi/com/sun/star/chart2/XChartTypeTemplate.idl
index 2ab280b..a272b05 100644
--- a/main/offapi/com/sun/star/chart2/XChartTypeTemplate.idl
+++ b/main/offapi/com/sun/star/chart2/XChartTypeTemplate.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/XColorScheme.idl b/main/offapi/com/sun/star/chart2/XColorScheme.idl
index 0cc0bf8..140e331 100644
--- a/main/offapi/com/sun/star/chart2/XColorScheme.idl
+++ b/main/offapi/com/sun/star/chart2/XColorScheme.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/XCoordinateSystem.idl b/main/offapi/com/sun/star/chart2/XCoordinateSystem.idl
index 952c186..4a29b46 100644
--- a/main/offapi/com/sun/star/chart2/XCoordinateSystem.idl
+++ b/main/offapi/com/sun/star/chart2/XCoordinateSystem.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/XCoordinateSystemContainer.idl b/main/offapi/com/sun/star/chart2/XCoordinateSystemContainer.idl
index 47d5cb0..b474816 100644
--- a/main/offapi/com/sun/star/chart2/XCoordinateSystemContainer.idl
+++ b/main/offapi/com/sun/star/chart2/XCoordinateSystemContainer.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/XDataInterpreter.idl b/main/offapi/com/sun/star/chart2/XDataInterpreter.idl
index 66687f1..59473e2 100644
--- a/main/offapi/com/sun/star/chart2/XDataInterpreter.idl
+++ b/main/offapi/com/sun/star/chart2/XDataInterpreter.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/XDataSeries.idl b/main/offapi/com/sun/star/chart2/XDataSeries.idl
index 755e00a..d11f7c4 100644
--- a/main/offapi/com/sun/star/chart2/XDataSeries.idl
+++ b/main/offapi/com/sun/star/chart2/XDataSeries.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -64,7 +64,7 @@
         raises( ::com::sun::star::lang::IndexOutOfBoundsException );
 
     /** the formatting of the specified data point is cleared
-        
+
         @param nIndex
 			specifies the index of the data point within the series. The first index is 0.
 	 */
diff --git a/main/offapi/com/sun/star/chart2/XDataSeriesContainer.idl b/main/offapi/com/sun/star/chart2/XDataSeriesContainer.idl
index 2a7827e..86e6ba2 100644
--- a/main/offapi/com/sun/star/chart2/XDataSeriesContainer.idl
+++ b/main/offapi/com/sun/star/chart2/XDataSeriesContainer.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/XDefaultSizeTransmitter.idl b/main/offapi/com/sun/star/chart2/XDefaultSizeTransmitter.idl
index 8867e48..8d06f42 100644
--- a/main/offapi/com/sun/star/chart2/XDefaultSizeTransmitter.idl
+++ b/main/offapi/com/sun/star/chart2/XDefaultSizeTransmitter.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/XDiagram.idl b/main/offapi/com/sun/star/chart2/XDiagram.idl
index 01c4506..3e8a92e 100644
--- a/main/offapi/com/sun/star/chart2/XDiagram.idl
+++ b/main/offapi/com/sun/star/chart2/XDiagram.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -91,7 +91,7 @@
 
         @param aArguments
             Arguments tells how to slice the given data.
-            
+
             <p>For standard parameters that may be used, see the
             service <type>StandardDiagramCreationParameters</type>.
             </p>
diff --git a/main/offapi/com/sun/star/chart2/XDiagramProvider.idl b/main/offapi/com/sun/star/chart2/XDiagramProvider.idl
index a160c02..0f70951 100644
--- a/main/offapi/com/sun/star/chart2/XDiagramProvider.idl
+++ b/main/offapi/com/sun/star/chart2/XDiagramProvider.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -48,7 +48,7 @@
      */
     XDiagram getDiagram();
 
-    /** 
+    /**
      */
     void setDiagram( [in] XDiagram xDiagram );
 };
diff --git a/main/offapi/com/sun/star/chart2/XFastPropertyState.idl b/main/offapi/com/sun/star/chart2/XFastPropertyState.idl
index d94dc02..8b2a8c7 100644
--- a/main/offapi/com/sun/star/chart2/XFastPropertyState.idl
+++ b/main/offapi/com/sun/star/chart2/XFastPropertyState.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/XFormattedString.idl b/main/offapi/com/sun/star/chart2/XFormattedString.idl
index 6b09dd6..27a80c5 100644
--- a/main/offapi/com/sun/star/chart2/XFormattedString.idl
+++ b/main/offapi/com/sun/star/chart2/XFormattedString.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 #ifndef com_sun_star_chart_XFormattedString_idl
diff --git a/main/offapi/com/sun/star/chart2/XInternalDataProvider.idl b/main/offapi/com/sun/star/chart2/XInternalDataProvider.idl
index 4d022f4..7a36ae1 100644
--- a/main/offapi/com/sun/star/chart2/XInternalDataProvider.idl
+++ b/main/offapi/com/sun/star/chart2/XInternalDataProvider.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/XLabeled.idl b/main/offapi/com/sun/star/chart2/XLabeled.idl
index 376e546..793cc2c 100644
--- a/main/offapi/com/sun/star/chart2/XLabeled.idl
+++ b/main/offapi/com/sun/star/chart2/XLabeled.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/XLegend.idl b/main/offapi/com/sun/star/chart2/XLegend.idl
index 29bfaf6..236c8c0 100644
--- a/main/offapi/com/sun/star/chart2/XLegend.idl
+++ b/main/offapi/com/sun/star/chart2/XLegend.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 #ifndef com_sun_star_chart_XLegend_idl
diff --git a/main/offapi/com/sun/star/chart2/XRegressionCurve.idl b/main/offapi/com/sun/star/chart2/XRegressionCurve.idl
index 5ac1d78..c446a55 100644
--- a/main/offapi/com/sun/star/chart2/XRegressionCurve.idl
+++ b/main/offapi/com/sun/star/chart2/XRegressionCurve.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/XRegressionCurveCalculator.idl b/main/offapi/com/sun/star/chart2/XRegressionCurveCalculator.idl
index ef16eb2..eba8c78 100644
--- a/main/offapi/com/sun/star/chart2/XRegressionCurveCalculator.idl
+++ b/main/offapi/com/sun/star/chart2/XRegressionCurveCalculator.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/XRegressionCurveContainer.idl b/main/offapi/com/sun/star/chart2/XRegressionCurveContainer.idl
index 73c19e5..213f3c5 100644
--- a/main/offapi/com/sun/star/chart2/XRegressionCurveContainer.idl
+++ b/main/offapi/com/sun/star/chart2/XRegressionCurveContainer.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/XScaling.idl b/main/offapi/com/sun/star/chart2/XScaling.idl
index 6ed90f8..832b2d0 100644
--- a/main/offapi/com/sun/star/chart2/XScaling.idl
+++ b/main/offapi/com/sun/star/chart2/XScaling.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 #ifndef com_sun_star_chart2_XScaling_idl
diff --git a/main/offapi/com/sun/star/chart2/XTarget.idl b/main/offapi/com/sun/star/chart2/XTarget.idl
index 7b2f657..b183ee8 100644
--- a/main/offapi/com/sun/star/chart2/XTarget.idl
+++ b/main/offapi/com/sun/star/chart2/XTarget.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 #ifndef com_sun_star_chart2_XTarget_idl
diff --git a/main/offapi/com/sun/star/chart2/XTitle.idl b/main/offapi/com/sun/star/chart2/XTitle.idl
index 4f4c464..9347973 100644
--- a/main/offapi/com/sun/star/chart2/XTitle.idl
+++ b/main/offapi/com/sun/star/chart2/XTitle.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/XTitled.idl b/main/offapi/com/sun/star/chart2/XTitled.idl
index 6a7bb85..7874f53 100644
--- a/main/offapi/com/sun/star/chart2/XTitled.idl
+++ b/main/offapi/com/sun/star/chart2/XTitled.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/XTransformation.idl b/main/offapi/com/sun/star/chart2/XTransformation.idl
index d364da9..8bc350c 100644
--- a/main/offapi/com/sun/star/chart2/XTransformation.idl
+++ b/main/offapi/com/sun/star/chart2/XTransformation.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/data/DataFilter.idl b/main/offapi/com/sun/star/chart2/data/DataFilter.idl
index 4d50db7..1d4e4cd 100644
--- a/main/offapi/com/sun/star/chart2/data/DataFilter.idl
+++ b/main/offapi/com/sun/star/chart2/data/DataFilter.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/data/DataProvider.idl b/main/offapi/com/sun/star/chart2/data/DataProvider.idl
index 837c443..6922146 100644
--- a/main/offapi/com/sun/star/chart2/data/DataProvider.idl
+++ b/main/offapi/com/sun/star/chart2/data/DataProvider.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/data/DataSequence.idl b/main/offapi/com/sun/star/chart2/data/DataSequence.idl
index ec1e614..402f5ef 100644
--- a/main/offapi/com/sun/star/chart2/data/DataSequence.idl
+++ b/main/offapi/com/sun/star/chart2/data/DataSequence.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/data/DataSequenceRole.idl b/main/offapi/com/sun/star/chart2/data/DataSequenceRole.idl
index 4446c41..9caae2d 100644
--- a/main/offapi/com/sun/star/chart2/data/DataSequenceRole.idl
+++ b/main/offapi/com/sun/star/chart2/data/DataSequenceRole.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/data/DataSink.idl b/main/offapi/com/sun/star/chart2/data/DataSink.idl
index 5e62dbd..21a6de6 100644
--- a/main/offapi/com/sun/star/chart2/data/DataSink.idl
+++ b/main/offapi/com/sun/star/chart2/data/DataSink.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/data/DataSource.idl b/main/offapi/com/sun/star/chart2/data/DataSource.idl
index c69cfc7..40ac821 100644
--- a/main/offapi/com/sun/star/chart2/data/DataSource.idl
+++ b/main/offapi/com/sun/star/chart2/data/DataSource.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/data/DatabaseDataProvider.idl b/main/offapi/com/sun/star/chart2/data/DatabaseDataProvider.idl
index 2ee4f0c..f542ceb 100644
--- a/main/offapi/com/sun/star/chart2/data/DatabaseDataProvider.idl
+++ b/main/offapi/com/sun/star/chart2/data/DatabaseDataProvider.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/data/HighlightedRange.idl b/main/offapi/com/sun/star/chart2/data/HighlightedRange.idl
index bdc865f..4cf7799 100644
--- a/main/offapi/com/sun/star/chart2/data/HighlightedRange.idl
+++ b/main/offapi/com/sun/star/chart2/data/HighlightedRange.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/data/LabelOrigin.idl b/main/offapi/com/sun/star/chart2/data/LabelOrigin.idl
index ecd51a7..06a8d34 100644
--- a/main/offapi/com/sun/star/chart2/data/LabelOrigin.idl
+++ b/main/offapi/com/sun/star/chart2/data/LabelOrigin.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/data/LabeledDataSequence.idl b/main/offapi/com/sun/star/chart2/data/LabeledDataSequence.idl
index 129187b..3116bf3 100644
--- a/main/offapi/com/sun/star/chart2/data/LabeledDataSequence.idl
+++ b/main/offapi/com/sun/star/chart2/data/LabeledDataSequence.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/data/RangeHighlightListener.idl b/main/offapi/com/sun/star/chart2/data/RangeHighlightListener.idl
index 771c314..f4a9920 100644
--- a/main/offapi/com/sun/star/chart2/data/RangeHighlightListener.idl
+++ b/main/offapi/com/sun/star/chart2/data/RangeHighlightListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/data/RangeHighlighter.idl b/main/offapi/com/sun/star/chart2/data/RangeHighlighter.idl
index 44c4ffd..92f5817 100644
--- a/main/offapi/com/sun/star/chart2/data/RangeHighlighter.idl
+++ b/main/offapi/com/sun/star/chart2/data/RangeHighlighter.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/data/TabularDataProviderArguments.idl b/main/offapi/com/sun/star/chart2/data/TabularDataProviderArguments.idl
index 47ea6a3..627ca95 100644
--- a/main/offapi/com/sun/star/chart2/data/TabularDataProviderArguments.idl
+++ b/main/offapi/com/sun/star/chart2/data/TabularDataProviderArguments.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/data/XDataProvider.idl b/main/offapi/com/sun/star/chart2/data/XDataProvider.idl
index 30957cf..e4cfe95 100644
--- a/main/offapi/com/sun/star/chart2/data/XDataProvider.idl
+++ b/main/offapi/com/sun/star/chart2/data/XDataProvider.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/data/XDataReceiver.idl b/main/offapi/com/sun/star/chart2/data/XDataReceiver.idl
index 7989c0f..2fe4a11 100644
--- a/main/offapi/com/sun/star/chart2/data/XDataReceiver.idl
+++ b/main/offapi/com/sun/star/chart2/data/XDataReceiver.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/data/XDataSequence.idl b/main/offapi/com/sun/star/chart2/data/XDataSequence.idl
index 751538f..392c642 100644
--- a/main/offapi/com/sun/star/chart2/data/XDataSequence.idl
+++ b/main/offapi/com/sun/star/chart2/data/XDataSequence.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -92,14 +92,14 @@
             for the short side used as DataSeries name and maybe a
             sequence "Row 1" "Row 2" "Row 3" for the long side to be used
             as categories for example.
-    
+
         Example: Assuming this sequence has a Rangerepresentation spanning
         row 5 and 6 in column 8. Following sequences of strings or similar strings
         are expected as return values:
 
-        generateLabel( SHORT_SIDE ) -> "Column 8" 
+        generateLabel( SHORT_SIDE ) -> "Column 8"
         generateLabel( LONG_SIDE )  -> "Row 5" "Row 6"
-        generateLabel( COLUMN )     -> "Column 8" 
+        generateLabel( COLUMN )     -> "Column 8"
         generateLabel( ROW )        -> "Row 5" "Row 6"
 
         Which strings exactly you return depends on the naming scheme of the application
diff --git a/main/offapi/com/sun/star/chart2/data/XDataSink.idl b/main/offapi/com/sun/star/chart2/data/XDataSink.idl
index 0ddc896..df32a6f 100644
--- a/main/offapi/com/sun/star/chart2/data/XDataSink.idl
+++ b/main/offapi/com/sun/star/chart2/data/XDataSink.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/data/XDataSource.idl b/main/offapi/com/sun/star/chart2/data/XDataSource.idl
index f120cff..6247dfc 100644
--- a/main/offapi/com/sun/star/chart2/data/XDataSource.idl
+++ b/main/offapi/com/sun/star/chart2/data/XDataSource.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl b/main/offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl
index fc5eef8..ddde1ba 100644
--- a/main/offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl
+++ b/main/offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl
@@ -214,4 +214,4 @@
 /*=============================================================================
 
 =============================================================================*/
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/chart2/data/XLabeledDataSequence.idl b/main/offapi/com/sun/star/chart2/data/XLabeledDataSequence.idl
index 8664380..87cc331 100644
--- a/main/offapi/com/sun/star/chart2/data/XLabeledDataSequence.idl
+++ b/main/offapi/com/sun/star/chart2/data/XLabeledDataSequence.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/data/XNumericalDataSequence.idl b/main/offapi/com/sun/star/chart2/data/XNumericalDataSequence.idl
index b86a5a3..499341b 100644
--- a/main/offapi/com/sun/star/chart2/data/XNumericalDataSequence.idl
+++ b/main/offapi/com/sun/star/chart2/data/XNumericalDataSequence.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/data/XRangeHighlighter.idl b/main/offapi/com/sun/star/chart2/data/XRangeHighlighter.idl
index af23462..174f1c0 100644
--- a/main/offapi/com/sun/star/chart2/data/XRangeHighlighter.idl
+++ b/main/offapi/com/sun/star/chart2/data/XRangeHighlighter.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/data/XRangeXMLConversion.idl b/main/offapi/com/sun/star/chart2/data/XRangeXMLConversion.idl
index b8b2c8c..dff7963 100644
--- a/main/offapi/com/sun/star/chart2/data/XRangeXMLConversion.idl
+++ b/main/offapi/com/sun/star/chart2/data/XRangeXMLConversion.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/chart2/data/XTextualDataSequence.idl b/main/offapi/com/sun/star/chart2/data/XTextualDataSequence.idl
index 0b79e35..3bc568f 100644
--- a/main/offapi/com/sun/star/chart2/data/XTextualDataSequence.idl
+++ b/main/offapi/com/sun/star/chart2/data/XTextualDataSequence.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/configuration/AccessRootElement.idl b/main/offapi/com/sun/star/configuration/AccessRootElement.idl
index afa74cd..8940fe7 100644
--- a/main/offapi/com/sun/star/configuration/AccessRootElement.idl
+++ b/main/offapi/com/sun/star/configuration/AccessRootElement.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -41,19 +41,19 @@
 
 //=============================================================================
 
-module com { module sun { module star { module configuration { 
+module com { module sun { module star { module configuration {
 
 //=============================================================================
-/** provides information about the root element of a hierarchy and 
+/** provides information about the root element of a hierarchy and
 	about the hierarchy as a whole.
- 
+
  <p>Provides information about the element and the whole hierarchy.
  Allows controlling the lifetime of the hierarchy.
  Allows observing changes in the hierarchy as a whole.
  </p>
 
  <p>When access to a hierarchy is first obtained from a factory or provider,
- this is the initial object that is created by the factory. 
+ this is the initial object that is created by the factory.
  It represents the <em>root</em> of the accessible part of the hierarchy.
  </p>
 
@@ -63,8 +63,8 @@
  and that is accessible starting from this element.</em>
  </p>
 
- <p>Generally it is not possible to navigate the parent or siblings, if any, 
- of this element, so <type scope="com::sun::star::container">XChild</type> is 
+ <p>Generally it is not possible to navigate the parent or siblings, if any,
+ of this element, so <type scope="com::sun::star::container">XChild</type> is
  not supported.
  </p>
 
@@ -104,7 +104,7 @@
  </p>
 
  <p>The provider of this object may still dispose of this object, when the
- lifetime of the provider ends or if these objects represent 
+ lifetime of the provider ends or if these objects represent
  the root of only a fragment of an enclosing hierarchy and
  this fragment is removed from the complete hierarchy by an outside source.
  </p>
@@ -166,6 +166,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/configuration/AdministrationProvider.idl b/main/offapi/com/sun/star/configuration/AdministrationProvider.idl
index 56026c6..409f14b 100644
--- a/main/offapi/com/sun/star/configuration/AdministrationProvider.idl
+++ b/main/offapi/com/sun/star/configuration/AdministrationProvider.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -33,51 +33,51 @@
 
 //=============================================================================
 
-module com { module sun { module star { module configuration { 
+module com { module sun { module star { module configuration {
 
 //=============================================================================
-/** manages one, or more, complete sets of configuration data for 
+/** manages one, or more, complete sets of configuration data for
  administrative puposes and serves as a factory for objects that
  provide access to subsets of these shared configurations.
- 
- <p>Shared sets of configuration data usually serve to provide defaults, 
- which are used if no individual settings are present. Depending on the data 
- store multiple layers of defaults may be combined with a user-specific layer 
- to make up the final configuration. 
+
+ <p>Shared sets of configuration data usually serve to provide defaults,
+ which are used if no individual settings are present. Depending on the data
+ store multiple layers of defaults may be combined with a user-specific layer
+ to make up the final configuration.
  </p>
- <p>Many aspects of the supported behavior depend strongly on the underlying 
- data store and on the administrative structures it defines. With some data 
- stores this service also enables access to individual users' configuration 
- data by an administrator. 
+ <p>Many aspects of the supported behavior depend strongly on the underlying
+ data store and on the administrative structures it defines. With some data
+ stores this service also enables access to individual users' configuration
+ data by an administrator.
  </p>
- <p>On the other hand, in the simplest model there is only a single layer of 
- default data which is accessible through this service. 
+ <p>On the other hand, in the simplest model there is only a single layer of
+ default data which is accessible through this service.
  </p>
  <p>An implementation is usually obtained from a
- <type scope="com::sun::star::lang">ServiceManager</type>. The arguments passed to 
- <member scope="com::sun::star::lang">XMultiComponentFactory::createInstanceWithContextAndArguments()</member> 
- select the configuration data source. They may also define the scope of 
- administrable data or contain credentials to be used to authorize the 
- administrative access. Missing parameters may be filled in  
- from the context or the environment.  
+ <type scope="com::sun::star::lang">ServiceManager</type>. The arguments passed to
+ <member scope="com::sun::star::lang">XMultiComponentFactory::createInstanceWithContextAndArguments()</member>
+ select the configuration data source. They may also define the scope of
+ administrable data or contain credentials to be used to authorize the
+ administrative access. Missing parameters may be filled in
+ from the context or the environment.
  </p>
 
  @see com::sun::star::configuration::ConfigurationProvider
-	Offers the same services and creates the same accessor objects as this 
+	Offers the same services and creates the same accessor objects as this
 	service, but accesses the personal configuration.
-	
-	<p>A <type> ConfigurationProvider</type> provides access to the personal 
-	layer of configuration data of the current user context. It should in 
+
+	<p>A <type> ConfigurationProvider</type> provides access to the personal
+	layer of configuration data of the current user context. It should in
 	most cases be used when <em>using</em> the configuration data, although
-	for most contexts a <type>AdministrationProvider</type> can be used as 
-	a drop-in replacement. 
-	</p> 
+	for most contexts a <type>AdministrationProvider</type> can be used as
+	a drop-in replacement.
+	</p>
  */
 published service AdministrationProvider
 {
 /** allows creating access objects for specific views such as subsets and fragments
  of the configuration.
- 
+
  <p>The parameter <var>aServiceSpecifier</var> passed to
  <member scope="com::sun::star::lang">XMultiServiceFactory::createInstanceWithArguments()</member>
  supports at least the service specifiers
@@ -85,7 +85,7 @@
  <code>"com.sun.star.configuration.ConfigurationUpdateAccess"</code>.
  </p>
 
- <p>Using the first of these service specifiers requests a read-only view of 
+ <p>Using the first of these service specifiers requests a read-only view of
  the configuration.
  The object that is created implements service <type>ConfigurationAccess</type>.
  To reflect its <em>element role</em> as root of the view, it implements
@@ -103,19 +103,19 @@
  <type>ConfigurationAccess</type>/<type>AccessRootElement</type> instead.
  </p>
 
- <p>The arguments passed to 
+ <p>The arguments passed to
  <member scope="com::sun::star::lang">XMultiServiceFactory::createInstanceWithArguments()</member>
- in parameter <var>aArguments</var> specify the administrative entity for which 
- data should be administered. In other words they determine the layer to which 
+ in parameter <var>aArguments</var> specify the administrative entity for which
+ data should be administered. In other words they determine the layer to which
  changes will apply. They also specify the view of that configuration that
  should be created. That is, they determine the subset of elements that can be
  accessed starting from the returned object. Each element of the argument
- sequence should be a <type scope="com::sun::star::beans">PropertyValue</type> 
- or a <type scope="com::sun::star::beans">NamedValue</type>, 
+ sequence should be a <type scope="com::sun::star::beans">PropertyValue</type>
+ or a <type scope="com::sun::star::beans">NamedValue</type>,
  so that the parameters can be identified by name rather than by position.
  </p>
 
- <p>What combinations of arguments are supported depends on the service name 
+ <p>What combinations of arguments are supported depends on the service name
  and on the data store being administered.
  </p>
 
@@ -123,29 +123,29 @@
  accept a single argument named <code>nodepath</code> of type <atom>string</atom>.
  This argument must contain the absolute path to an element of the
  configuration. The view that is selected consists of the named element and
- all its descendants. The administrative entity is the default for the 
- <type>AdministrationProvider</type>. Usually this is the largest entity 
- encompassing all entities accessible from this instance. In other words this 
- can be used to influence as global a scope as possible. 
+ all its descendants. The administrative entity is the default for the
+ <type>AdministrationProvider</type>. Usually this is the largest entity
+ encompassing all entities accessible from this instance. In other words this
+ can be used to influence as global a scope as possible.
  </p>
- 
- <p>Other arguments can be used to select a more specific entity and to control 
- the behavior of the view. These are different for different implementations 
- and data stores. Whether and how they are used may also depend on properties 
+
+ <p>Other arguments can be used to select a more specific entity and to control
+ the behavior of the view. These are different for different implementations
+ and data stores. Whether and how they are used may also depend on properties
  that were selected when the provider was created.
  </p>
 
  <p>An implementation may ignore unknown arguments.</p>
 
- <p>Some parameters that are commonly supported are described for service 
+ <p>Some parameters that are commonly supported are described for service
  <type>ConfigurationProvider</type>.
  </p>
- <p>One notable difference exists for parameter <code>"Locale"</code>. For a 
- <type>ConfigurationProvider</type> the default behavior usually is to select 
- the locale set up for the user. But this service by default gets data for all 
- locales for which data is present. Locale-dependent values in this case are 
- replaced by a <type>SetAccess</type> using the language names as accessors. 
- This also allows targeted setting of values for selected locales. 
+ <p>One notable difference exists for parameter <code>"Locale"</code>. For a
+ <type>ConfigurationProvider</type> the default behavior usually is to select
+ the locale set up for the user. But this service by default gets data for all
+ locales for which data is present. Locale-dependent values in this case are
+ replaced by a <type>SetAccess</type> using the language names as accessors.
+ This also allows targeted setting of values for selected locales.
  This behavior can be requested explicitly by specifying a special argument
  value <code>locale = "*"</code>.
  </p>
@@ -180,6 +180,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/configuration/CannotLoadConfigurationException.idl b/main/offapi/com/sun/star/configuration/CannotLoadConfigurationException.idl
index 0a808e6..87af508 100644
--- a/main/offapi/com/sun/star/configuration/CannotLoadConfigurationException.idl
+++ b/main/offapi/com/sun/star/configuration/CannotLoadConfigurationException.idl
@@ -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,41 +7,41 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_configuration_CannotLoadConfigurationException_idl__ 
-#define __com_sun_star_configuration_CannotLoadConfigurationException_idl__ 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module configuration {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_configuration_CannotLoadConfigurationException_idl__
+#define __com_sun_star_configuration_CannotLoadConfigurationException_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module configuration {
+
+//=============================================================================
+
 /** is thrown when an application tries to create a configuration provider
 	but the configuration can't be loaded
  */
 published exception CannotLoadConfigurationException: com::sun::star::uno::Exception
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/configuration/ConfigurationAccess.idl b/main/offapi/com/sun/star/configuration/ConfigurationAccess.idl
index b39b3cc..ab58ede 100644
--- a/main/offapi/com/sun/star/configuration/ConfigurationAccess.idl
+++ b/main/offapi/com/sun/star/configuration/ConfigurationAccess.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -53,7 +53,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module configuration { 
+module com { module sun { module star { module configuration {
 
 //=============================================================================
 /** provides read access to a fragment of the configuration hierarchy.
@@ -100,7 +100,7 @@
  can thus be classified in the following ways:
  </p>
  <ul>
-	<li><em>Container</em> role: 
+	<li><em>Container</em> role:
 		An object that can hold child elements as a <em>set</em> or a <em>group</em>.
 	</li>
 	<li><em>Element</em> role:
@@ -109,7 +109,7 @@
 	</li>
  </ul>
 
- <p>Several types of simple <em>values</em> can be used in the configuration. 
+ <p>Several types of simple <em>values</em> can be used in the configuration.
  In addition to the basic (scalar) types, sequences of the basic types are
  supported. The basic types are:
  </p>
@@ -155,11 +155,11 @@
  </p>
 
  <p>If the schema marks a value as <em>nullable</em> (which is indicated by
- attribute <const scope="com::sun::star::beans">PropertyAttribute::MAYBEVOID</const> ), 
+ attribute <const scope="com::sun::star::beans">PropertyAttribute::MAYBEVOID</const> ),
  its contents may be <NULL/>.
  </p>
 
- <p>The configuration should support explicit access to default values 
+ <p>The configuration should support explicit access to default values
  (implementing <type scope="com::sun::star::beans">XPropertyState</type>
  and  <type scope="com::sun::star::beans">XPropertyWithState</type>).
  </p>
@@ -197,13 +197,13 @@
 
 	 <p>Implementations shall implement exactly one of:</p>
 	 <ul>
-		<li><type>AccessRootElement</type> if this element is the 
+		<li><type>AccessRootElement</type> if this element is the
 			<em>Root</em> of the whole hierarchy. Objects that can be
 			created directly by a <type>ConfigurationProvider</type>
 			implement this service.</li>
-		<li><type>SetElement</type> if this element may be contained in a 
+		<li><type>SetElement</type> if this element may be contained in a
 			<em>Set</em>.</li>
-		<li><type>GroupElement</type> if this element is a child of a 
+		<li><type>GroupElement</type> if this element is a child of a
 			<em>Group</em>.</li>
 	 </ul>
 
@@ -238,7 +238,7 @@
 
 	/** specializes <type>HierarchyElement</type>,
 	 if this element may be contained in a <em>Set</em>.
-	 <p>This is an alternative to <type>AccessRootElement</type> 
+	 <p>This is an alternative to <type>AccessRootElement</type>
 	 or <type>GroupElement</type>.
 	 </p>
     */
@@ -246,7 +246,7 @@
 
 	/** specializes <type>HierarchyElement</type>,
 	 if this element is a child of a <em>Group</em>.
-	 <p>This is an alternative to <type>AccessRootElement</type> 
+	 <p>This is an alternative to <type>AccessRootElement</type>
 	 or <type>SetElement</type>.
 	 </p>
 */
@@ -255,6 +255,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/configuration/ConfigurationProvider.idl b/main/offapi/com/sun/star/configuration/ConfigurationProvider.idl
index efa9422..ca80e24 100644
--- a/main/offapi/com/sun/star/configuration/ConfigurationProvider.idl
+++ b/main/offapi/com/sun/star/configuration/ConfigurationProvider.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -33,28 +33,28 @@
 
 //=============================================================================
 
-module com { module sun { module star { module configuration { 
+module com { module sun { module star { module configuration {
 
 //=============================================================================
 /** manages one, or more, complete sets of configuration data and serves as a
  factory for objects that provide access to a subset of the configuration.
- 
+
  <p>An implementation is usually obtained from a
- <type scope="com::sun::star::lang">ServiceManager</type>. The arguments passed to 
- <member scope="com::sun::star::lang">XMultiComponentFactory::createInstanceWithContextAndArguments()</member> 
+ <type scope="com::sun::star::lang">ServiceManager</type>. The arguments passed to
+ <member scope="com::sun::star::lang">XMultiComponentFactory::createInstanceWithContextAndArguments()</member>
  select the configuration data source. Arguments must be provided as
- <type scope="com::sun::star::beans">NamedValue</type> 
- or <type scope="com::sun::star::beans">PropertyValue</type>. 
- If the parameters given are incomplete missing values are taken 
- from the context or the environment. If an instance already exists for the 
- given set of arguments, the existing instance may be reused. 
- In particular, instantiating a provider without explicit arguments to access 
- the default configuration data will always yield the same  
+ <type scope="com::sun::star::beans">NamedValue</type>
+ or <type scope="com::sun::star::beans">PropertyValue</type>.
+ If the parameters given are incomplete missing values are taken
+ from the context or the environment. If an instance already exists for the
+ given set of arguments, the existing instance may be reused.
+ In particular, instantiating a provider without explicit arguments to access
+ the default configuration data will always yield the same
  <type scope="com::sun::star::configuration">DefaultProvider</type> object.
  </p>
- <p>Some arguments for 
- <member scope="com::sun::star::lang">XMultiServiceFactory::createInstanceWithArguments()</member> 
- may be given default values during creation of this service. In particular 
+ <p>Some arguments for
+ <member scope="com::sun::star::lang">XMultiServiceFactory::createInstanceWithArguments()</member>
+ may be given default values during creation of this service. In particular
  this applies to the parameters <code>"Locale"</code> and <code>"EnableAsync"</code>.
  </p>
  */
@@ -62,7 +62,7 @@
 {
 /** allows creating access objects for specific views such as subsets and fragments
  of the configuration.
- 
+
  <p>The parameter <var>aServiceSpecifier</var> passed to
  <member scope="com::sun::star::lang">XMultiServiceFactory::createInstanceWithArguments()</member>
  supports at least the service specifiers
@@ -70,7 +70,7 @@
  <code>"com.sun.star.configuration.ConfigurationUpdateAccess"</code>.
  </p>
 
- <p>Using the first of these service specifiers requests a read-only view of 
+ <p>Using the first of these service specifiers requests a read-only view of
  the configuration.
  The object that is created implements service <type>ConfigurationAccess</type>.
  To reflect its <em>element role</em> as root of the view, it implements
@@ -88,13 +88,13 @@
  <type>ConfigurationAccess</type>/<type>AccessRootElement</type> instead.
  </p>
 
- <p>The arguments passed to 
+ <p>The arguments passed to
  <member scope="com::sun::star::lang">XMultiServiceFactory::createInstanceWithArguments()</member>
  in parameter <var>aArguments</var> specify the view of the configuration that
  should be created. That is, they determine the subset of elements that can be
  accessed starting from the returned object. Each element of the argument
- sequence should be a <type scope="com::sun::star::beans">PropertyValue</type> 
- or a <type scope="com::sun::star::beans">NamedValue</type>, 
+ sequence should be a <type scope="com::sun::star::beans">PropertyValue</type>
+ or a <type scope="com::sun::star::beans">NamedValue</type>,
  so that the parameters can be identified by name rather than by position.
  </p>
 
@@ -107,7 +107,7 @@
  configuration. The view that is selected consists of the named element and
  all its descendants.
  </p>
- 
+
  <p>Other arguments can be used to control the behavior of the view. These
  are different for different implementations. Whether and how they are used
  may also depend on the configuration store and configuration that were
@@ -130,7 +130,7 @@
 	      view.
 	     </dd>
 	     <dt><code>"locale"</code> : <type scope="com::sun::star::lang">Locale</type></dt>
-	     <dd>specifies the locale for which localized values should be 
+	     <dd>specifies the locale for which localized values should be
 		  retrieved.
 		 </dd>
        </dl>
@@ -141,10 +141,10 @@
    |
    - B2 - C2 (localized: de, en, fr, ..)
    |    |
-   |    - C3 - D1 
+   |    - C3 - D1
    |    |    |
    |    |    - D2 - E1
-   |    |    
+   |    |
    |    - C4 - D3 - E2 - F1
    |    |              |
    |    |              - F2
@@ -153,7 +153,7 @@
    |
    - B3
    |
-   - B4 - C6 - D4 - E3  
+   - B4 - C6 - D4 - E3
 
 </pre>
          <BR />selecting a view with <code>nodepath = "/A/B2"</code>,
@@ -165,8 +165,8 @@
         - C3 - D1
         |    |
         |    - D2 (..)
-        |    
-        - C4 - D3 (..) 
+        |
+        - C4 - D3 (..)
         |
         - C5
 
@@ -187,19 +187,19 @@
 		  storage at once - that is before
 		  <member scope="com::sun::star::util">XChangesBatch::commitChanges()</member>
 		  returns.
-          <p><em>This parameter was formerly called <code>"lazywrite"</code>. 
+          <p><em>This parameter was formerly called <code>"lazywrite"</code>.
             The old name should still be supported for compatibility.
           </em></p>
 		 </dd>
 
 	     <dt><code>"nocache"</code> : <atom>boolean</atom></dt>
-	     <dd>This deprecated parameter 
+	     <dd>This deprecated parameter
           specifies that data for the view is not taken from the cache, but
 		  read directly from storage. This may entail that future changes that
 		  become visible in the cache are not reflected in this view and that
 		  changes done through this view are not reflected in the cache.
 		  <BR /><strong>Use with caution !</strong>
-          <p><em>This parameter is not supported by all implementations and may be 
+          <p><em>This parameter is not supported by all implementations and may be
           silently ignored !
           </em></p>
 		 </dd>
@@ -222,7 +222,7 @@
 
  <p>The owner of the provider may dispose of this object
  using <member scope="com::sun::star::lang">XComponent::dispose()</member>.
- Note that the default provider is owned by the 
+ Note that the default provider is owned by the
  <type scope="com::sun::star::lang">ServiceManager</type> and should not be
  disposed of by user code.
  </p>
@@ -240,6 +240,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/configuration/ConfigurationRegistry.idl b/main/offapi/com/sun/star/configuration/ConfigurationRegistry.idl
index 0f32602..c1137c9 100644
--- a/main/offapi/com/sun/star/configuration/ConfigurationRegistry.idl
+++ b/main/offapi/com/sun/star/configuration/ConfigurationRegistry.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -32,20 +32,20 @@
 #include <com/sun/star/util/XFlushable.idl>
 #endif
 
-module com { module sun { module star { module configuration { 
+module com { module sun { module star { module configuration {
 
 //=============================================================================
 
 
-/*	provides access to a configuration tree as a registry. 
+/*	provides access to a configuration tree as a registry.
 
     <p>This service is deprecated,
     <type scope="com.sun.star.configuration">ConfigurationProvider</type> should
     be used instead.</p>
 
-	<p> Using the <type scope="com::sun::star::registry">XSimpleRegistry</type> 
-	interface, the service can be bound to a subtree within the 
-	configuration tree, as provided by an 
+	<p> Using the <type scope="com::sun::star::registry">XSimpleRegistry</type>
+	interface, the service can be bound to a subtree within the
+	configuration tree, as provided by an
 	<type scope="com.sun.star.configuration">ConfigurationProvider</type>
 	service, which must be accessible from the service factory you use for the
 	creation of this service.
@@ -70,7 +70,7 @@
 published service ConfigurationRegistry
 {
 	/** controls the binding of the object to a configuration sub tree.
-		<p><member scope="com::sun::star::registry">XSimpleRegistry::open()</member> 
+		<p><member scope="com::sun::star::registry">XSimpleRegistry::open()</member>
 		is used to open a special subtree within the configuration tree.
 		</p>
 		<p>The parameters of this method control the location of the root of the to-be-opened
@@ -80,14 +80,14 @@
 	interface com::sun::star::registry::XSimpleRegistry;
 
 	/** is used to commit changes to the configuration.
-		<p>As specified for the 
+		<p>As specified for the
 		<type scope="com::sun::star::configuration">ConfigurationUpdateAccess</type>
-		service, all changes made to an configuration subtree have to be committed 
-		before they become persistent. 
+		service, all changes made to an configuration subtree have to be committed
+		before they become persistent.
 		To do this for a configuration accessed as a registry, call
 		<method scope="com::sun::star::util">XFlushable::flush</method>.
 		</p>
-		<p><strong>Warning:</strong><em>Changes that are not flushed will be 
+		<p><strong>Warning:</strong><em>Changes that are not flushed will be
 		lost.</em>
 		</p>
 	*/
@@ -97,7 +97,7 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 
 #endif
diff --git a/main/offapi/com/sun/star/configuration/ConfigurationUpdateAccess.idl b/main/offapi/com/sun/star/configuration/ConfigurationUpdateAccess.idl
index 685ed86..6804bca 100644
--- a/main/offapi/com/sun/star/configuration/ConfigurationUpdateAccess.idl
+++ b/main/offapi/com/sun/star/configuration/ConfigurationUpdateAccess.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -41,7 +41,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module configuration { 
+module com { module sun { module star { module configuration {
 
 //=============================================================================
 /** provides modifying access to a fragment of the configuration hierarchy.
@@ -51,7 +51,7 @@
  </p>
 
  <p>Descendants of this service also implement this service
- unless they are marked <em>read-only</em> (which is indicated by attribute 
+ unless they are marked <em>read-only</em> (which is indicated by attribute
  <const scope="com::sun::star::beans">PropertyAttribute::READONLY</const>),
  in which case they only need implement <type>ConfigurationAccess</type>.
  </p>
@@ -64,7 +64,7 @@
  extensions of the respective services documented for <type>ConfigurationAccess</type>.
  </p>
  <ul>
-	<li><em>Container</em> role: 
+	<li><em>Container</em> role:
 		A <em>group</em> permits changing child values.
 		A <em>set</em> permits inserting and removing contained elements.
 	</li>
@@ -110,7 +110,7 @@
 	[optional] service SetUpdate;
 
 	/** specializes <type>GroupAccess</type> to support modifying contained
-	 data. 
+	 data.
 
 	 <p>Implemented, if this element is a <em>Group</em>.
 	 Otherwise service <type>SetUpdate</type> is provided.
@@ -134,6 +134,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/configuration/CorruptedConfigurationException.idl b/main/offapi/com/sun/star/configuration/CorruptedConfigurationException.idl
index 866c448..9f0f8a4 100644
--- a/main/offapi/com/sun/star/configuration/CorruptedConfigurationException.idl
+++ b/main/offapi/com/sun/star/configuration/CorruptedConfigurationException.idl
@@ -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,33 +7,33 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_configuration_CorruptedConfigurationException_idl__ 
-#define __com_sun_star_configuration_CorruptedConfigurationException_idl__ 
- 
-#ifndef __com_sun_star_uno_RuntimeException_idl__ 
-#include <com/sun/star/uno/RuntimeException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module configuration {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_configuration_CorruptedConfigurationException_idl__
+#define __com_sun_star_configuration_CorruptedConfigurationException_idl__
+
+#ifndef __com_sun_star_uno_RuntimeException_idl__
+#include <com/sun/star/uno/RuntimeException.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module configuration {
+
+//=============================================================================
+
 /** This exception is thrown in case a configuration
     does not exists or contains corrupt data.
 
@@ -48,10 +48,10 @@
     /** Instead of the message part of an exception, this value
         describe the type of corruption more in detail. */
     string Details;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/configuration/CorruptedUIConfigurationException.idl b/main/offapi/com/sun/star/configuration/CorruptedUIConfigurationException.idl
index ad9b2b9..6184399 100644
--- a/main/offapi/com/sun/star/configuration/CorruptedUIConfigurationException.idl
+++ b/main/offapi/com/sun/star/configuration/CorruptedUIConfigurationException.idl
@@ -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,33 +7,33 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_configuration_CorruptedUIConfigurationException_idl__ 
-#define __com_sun_star_configuration_CorruptedUIConfigurationException_idl__ 
- 
-#ifndef __com_sun_star_configuration_CorruptedConfigurationException_idl__ 
-#include <com/sun/star/configuration/CorruptedConfigurationException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module configuration {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_configuration_CorruptedUIConfigurationException_idl__
+#define __com_sun_star_configuration_CorruptedUIConfigurationException_idl__
+
+#ifndef __com_sun_star_configuration_CorruptedConfigurationException_idl__
+#include <com/sun/star/configuration/CorruptedConfigurationException.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module configuration {
+
+//=============================================================================
+
 /** This exception is thrown in case the global UI configuration
     (including menubars/toolbars and accelerators)
     does not exists or contains corrupted data.
@@ -42,10 +42,10 @@
  */
 published exception CorruptedUIConfigurationException : ::com::sun::star::configuration::CorruptedConfigurationException
 {
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/configuration/DefaultProvider.idl b/main/offapi/com/sun/star/configuration/DefaultProvider.idl
index 64259a6..aea0d8f 100644
--- a/main/offapi/com/sun/star/configuration/DefaultProvider.idl
+++ b/main/offapi/com/sun/star/configuration/DefaultProvider.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -25,13 +25,13 @@
 
 #ifndef __com_sun_star_configuration_ConfigurationProvider_idl__
 #include <com/sun/star/configuration/ConfigurationProvider.idl>
-#endif 
+#endif
 
-#ifndef __com_sun_star_util_XRefreshable_idl__ 
+#ifndef __com_sun_star_util_XRefreshable_idl__
 #include <com/sun/star/util/XRefreshable.idl>
 #endif
 
-#ifndef __com_sun_star_util_XFlushable_idl__ 
+#ifndef __com_sun_star_util_XFlushable_idl__
 #include <com/sun/star/util/XFlushable.idl>
 #endif
 
@@ -40,26 +40,26 @@
 #endif
 
 
-//============================================================================= 
+//=============================================================================
 
-module com { module sun { module star { module configuration { 
+module com { module sun { module star { module configuration {
 
-//============================================================================= 
+//=============================================================================
 
 /**
-    is a <type>ConfigurationProvider</type>, that is 
+    is a <type>ConfigurationProvider</type>, that is
     the default <type>ConfigurationProvider</type> for its
     <type scope="com::sun::star::uno">XComponentContext</type>.
-  
+
     <p>This object is accessible as singleton within the context</p>.
 
     @since OpenOffice 1.1.2
 */
-published service DefaultProvider 
+published service DefaultProvider
 {
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
-    /** characterizes the functionality. 
+    /** characterizes the functionality.
       */
     service ConfigurationProvider ;
 
@@ -73,24 +73,24 @@
 	[optional] interface com::sun::star::util::XFlushable;
 
 	/** Enable setting/getting locale for Provider
-        
+
         @since OpenOffice 2.0
 	 */
 
 	[optional] interface com::sun::star::lang::XLocalizable;
 
 	/** Property to enable/disable asynchronous write-back from in-memory cache to backend(s)
-        
+
         @since OpenOffice 2.0
 	 */
 
 	[optional,property] boolean EnableAsync;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 } ;
 
-//============================================================================= 
+//=============================================================================
 
-} ; } ; } ; } ;  
+} ; } ; } ; } ;
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/configuration/GroupAccess.idl b/main/offapi/com/sun/star/configuration/GroupAccess.idl
index de7f936..9b00f3c 100644
--- a/main/offapi/com/sun/star/configuration/GroupAccess.idl
+++ b/main/offapi/com/sun/star/configuration/GroupAccess.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -41,12 +41,12 @@
 
 //=============================================================================
 
-module com { module sun { module star { module configuration { 
+module com { module sun { module star { module configuration {
 
 //=============================================================================
 /** provides access to a predefined heterogeneous group of values and nested
  trees as part of a hierarchy.
- 
+
  <p>Provides access to, and information about, its children and descendants
  viewed either as properties or as contained elements.
  </p>
@@ -86,7 +86,7 @@
  </p>
 
  <p>If such elements occur as properties or subproperties of an implementation,
- it is not specified whether direct subproperty access using 
+ it is not specified whether direct subproperty access using
  <type scope="com::sun::star::beans">XHierarchicalPropertySet</type> or
  <type scope="com::sun::star::beans">XMultiHierarchicalPropertySet</type> can
  be used to access descendants of such elements.
@@ -106,25 +106,25 @@
 	service PropertyHierarchy;
 
 /** provides access to the state of child elements of an implementation. [optional]
- 
- <p>This interface should be present, if the hierarchy supports default values 
+
+ <p>This interface should be present, if the hierarchy supports default values
  for simple (non-object) properties and the group contains such properties.
  </p>
 
- <p>For properties that are objects themselves, the semantic documented for 
+ <p>For properties that are objects themselves, the semantic documented for
  service <type>HierarchyAccess</type> applies.
  </p>
  */
 	[optional] interface com::sun::star::beans::XPropertyState;
 
-/** provides access to the states of multiple child elements of 
+/** provides access to the states of multiple child elements of
  an implementation. [optional]
 
- <p>This interface should be present, if the hierarchy supports default values 
+ <p>This interface should be present, if the hierarchy supports default values
  for simple (non-object) properties and the group contains such properties.
  </p>
 
- <p>For properties that are objects themselves, the semantic documented for 
+ <p>For properties that are objects themselves, the semantic documented for
  service <type>HierarchyAccess</type> applies.
  </p>
 */
@@ -133,6 +133,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/configuration/GroupElement.idl b/main/offapi/com/sun/star/configuration/GroupElement.idl
index 450b918..49ad201 100644
--- a/main/offapi/com/sun/star/configuration/GroupElement.idl
+++ b/main/offapi/com/sun/star/configuration/GroupElement.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -33,7 +33,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module configuration { 
+module com { module sun { module star { module configuration {
 
 //=============================================================================
 /** provides information about a predefined element contained in a
@@ -79,6 +79,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/configuration/GroupUpdate.idl b/main/offapi/com/sun/star/configuration/GroupUpdate.idl
index 260ca42..ba57d53 100644
--- a/main/offapi/com/sun/star/configuration/GroupUpdate.idl
+++ b/main/offapi/com/sun/star/configuration/GroupUpdate.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -33,7 +33,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module configuration { 
+module com { module sun { module star { module configuration {
 
 //=============================================================================
 /** provides write access to a predefined heterogeneous group of values
@@ -45,7 +45,7 @@
 */
 published service GroupUpdate
 {
-/** is the basic service providing read access to a group element of the 
+/** is the basic service providing read access to a group element of the
  hierarchy.
 
  <p>Any child and descendant objects support modifying access as well,
@@ -57,7 +57,7 @@
 
 /** allows replacing values.
 
- <p>This service extends the interface 
+ <p>This service extends the interface
  <type scope="com::sun::star::container">XNameAccess</type> supported
  by service <type>GroupAccess</type> to allow changing values.
  This strongly overlaps with functionality available through
@@ -83,6 +83,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/configuration/HierarchyAccess.idl b/main/offapi/com/sun/star/configuration/HierarchyAccess.idl
index a13fce0..4774393 100644
--- a/main/offapi/com/sun/star/configuration/HierarchyAccess.idl
+++ b/main/offapi/com/sun/star/configuration/HierarchyAccess.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -53,13 +53,13 @@
 
 //=============================================================================
 
-module com { module sun { module star { module configuration { 
+module com { module sun { module star { module configuration {
 
 //=============================================================================
 /** provides access to a hierarchy of descendant elements.
 
- <p>Subnodes are accessed by their name. Values that are direct or indirect 
- descendants of this tree node can be retrieved. Non-value subnodes can be 
+ <p>Subnodes are accessed by their name. Values that are direct or indirect
+ descendants of this tree node can be retrieved. Non-value subnodes can be
  navigated using container interfaces.
  Other interfaces provide access to information about this node.
  Changes to values in the subtree can be monitored by event listeners.
@@ -86,7 +86,7 @@
 */
 	interface com::sun::star::container::XNameAccess;
 
-/** allows access to all descendants of this node 
+/** allows access to all descendants of this node
 
  <p><member scope="com::sun::star::container">XHierarchicalNameAccess::getByHierarchicalName()</member>
  returns an <atom>any</atom> holding either a simple value or an interface
@@ -104,10 +104,10 @@
  <type scope="com::sun::star::container">XNameAccess</type>,
  <type scope="com::sun::star::container">XHierarchicalNameAccess</type>,
  <type scope="com::sun::star::beans">XPropertySet</type> or
- any other interfaces that allow access to or manipulation of subnodes 
- selected by name or hierarchical name. 
+ any other interfaces that allow access to or manipulation of subnodes
+ selected by name or hierarchical name.
  </p>
- <p>If an inexact name could be matched to either a simple or a hierarchical 
+ <p>If an inexact name could be matched to either a simple or a hierarchical
  name, the simple (immediate child) name is preferred.
  </p>
 */
@@ -117,13 +117,13 @@
 
  <p>This interface may be missing, if the hierarchy supports no traits that are
  described by <type scope="com::sun::star::beans">PropertyAttribute</type>
- values or if the same information is available by other means, 
- e.g. if the implementation supports 
+ values or if the same information is available by other means,
+ e.g. if the implementation supports
  <member scope="com::sun::star::beans">XPropertySet::getPropertySetInfo()</member>.
  </p>
 
- <p>If a child of this node is an object that implements 
- <type scope="com::sun::star::beans">XProperty</type>, then this implementation  
+ <p>If a child of this node is an object that implements
+ <type scope="com::sun::star::beans">XProperty</type>, then this implementation
  returns the same <type scope="com::sun::star::beans">Property</type> for that
  child as the child itself.
  </p>
@@ -131,19 +131,19 @@
 	[optional] interface com::sun::star::beans::XPropertySetInfo;
 
 /** provides access to the state of child elements of an implementation. [optional]
- 
+
  <p>This interface may be missing if the hierarchy (or a hierarchy fragment
  that contains this implementation as element) does not support default values or
  if the node does not support accessing the default state of individual children.
  </p>
- 
+
  <p>If elements that are not simple values, but objects themselves, support
- a default state (as indicated by 
+ a default state (as indicated by
  <const scope="com::sun::star::beans">PropertyAttribute::MAYBEDEFAULT</const>),
- they should implement 
+ they should implement
  <type scope="com::sun::star::beans">XPropertyWithState</type>, in which case
  the <type scope="com::sun::star::beans">PropertyState</type> applies to all
- their children and recursively to all descendants. 
+ their children and recursively to all descendants.
  </p>
 
  <p>If an implementation is part of a <em>read-only</em> view of the hierarchy,
@@ -152,21 +152,21 @@
 */
 	[optional] interface com::sun::star::beans::XPropertyState;
 
-/** provides access to the states of multiple child elements of 
+/** provides access to the states of multiple child elements of
  an implementation. [optional]
- 
+
  <p>This interface may be missing if the hierarchy (or a hierarchy fragment
- that contains this implementation as element) does not support default values 
+ that contains this implementation as element) does not support default values
  if the node does not support accessing the default state of individual children.
  </p>
- 
+
  <p>If elements that are not simple values, but objects themselves, support
- a default state (as indicated by 
+ a default state (as indicated by
  <const scope="com::sun::star::beans">PropertyAttribute::MAYBEDEFAULT</const>),
- they should implement 
+ they should implement
  <type scope="com::sun::star::beans">XPropertyWithState</type>, in which case
  the <type scope="com::sun::star::beans">PropertyState</type> applies to all
- their children and recursively to all descendants. 
+ their children and recursively to all descendants.
  </p>
 
  <p>If an implementation is part of a <em>read-only</em> view of the hierarchy,
@@ -178,6 +178,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/configuration/HierarchyElement.idl b/main/offapi/com/sun/star/configuration/HierarchyElement.idl
index 425450c..d70bec7 100644
--- a/main/offapi/com/sun/star/configuration/HierarchyElement.idl
+++ b/main/offapi/com/sun/star/configuration/HierarchyElement.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -45,7 +45,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module configuration { 
+module com { module sun { module star { module configuration {
 
 //=============================================================================
 /** provides information about an element within a hierarchy.
@@ -54,7 +54,7 @@
  Attributes detailing the role of the element can be queried.
  The state of the element (regarding defaults) can be accessed.
  </p>
-	
+
  <p>Implementations of this service usually also implement
  service <type>HierarchyAccess</type>, which concerns the complementary role
  of providing access to subelements of the hierarchy.
@@ -67,7 +67,7 @@
 */
 	interface com::sun::star::container::XHierarchicalName;
 
-/** provides the local name of this element within its parent. 
+/** provides the local name of this element within its parent.
 
  <p><em>Renaming an element is generally not supported.</em></p>
 */
@@ -80,7 +80,7 @@
  values.
  </p>
 
- <p>If the parent of this object implements 
+ <p>If the parent of this object implements
  <type scope="com::sun::star::beans">XPropertySetInfo</type>, then this returns
  the same <type scope="com::sun::star::beans">Property</type> as the
  <type scope="com::sun::star::beans">XPropertySetInfo</type> of the parent.
@@ -94,7 +94,7 @@
  a default state and values only for simple values or not at all.
  </p>
 
- <p>If the parent of this object implements 
+ <p>If the parent of this object implements
  <type scope="com::sun::star::beans">XPropertyState</type>, then members
  of this interface have the same effect as corresponding members of the parent.
  </p>
@@ -105,9 +105,9 @@
 */
 	[optional] interface com::sun::star::beans::XPropertyWithState;
 
-/** provides access to the parent of this element [optional]. 
+/** provides access to the parent of this element [optional].
 
- <p>This interface may be missing if this object is not obtained 
+ <p>This interface may be missing if this object is not obtained
  as a child or descendant of another tree node, for example, directly from a factory or provider.
  </p>
 
@@ -123,6 +123,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/configuration/InstallationIncompleteException.idl b/main/offapi/com/sun/star/configuration/InstallationIncompleteException.idl
index 97ae687..8bc89d2 100644
--- a/main/offapi/com/sun/star/configuration/InstallationIncompleteException.idl
+++ b/main/offapi/com/sun/star/configuration/InstallationIncompleteException.idl
@@ -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,41 +7,41 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_configuration_InstallationIncompleteException_idl__ 
-#define __com_sun_star_configuration_InstallationIncompleteException_idl__ 
- 
-#ifndef __com_sun_star_configuration_CannotLoadConfigurationException_idl__ 
-#include <com/sun/star/configuration/CannotLoadConfigurationException.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module configuration {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_configuration_InstallationIncompleteException_idl__
+#define __com_sun_star_configuration_InstallationIncompleteException_idl__
+
+#ifndef __com_sun_star_configuration_CannotLoadConfigurationException_idl__
+#include <com/sun/star/configuration/CannotLoadConfigurationException.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module configuration {
+
+//=============================================================================
+
 /** is thrown when creating a configuration provider fails because
 	the user's installation for the is missing or incomplete
  */
 published exception InstallationIncompleteException: com::sun::star::configuration::CannotLoadConfigurationException
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/configuration/InvalidBootstrapFileException.idl b/main/offapi/com/sun/star/configuration/InvalidBootstrapFileException.idl
index 3dd6b76..f7dfcde 100644
--- a/main/offapi/com/sun/star/configuration/InvalidBootstrapFileException.idl
+++ b/main/offapi/com/sun/star/configuration/InvalidBootstrapFileException.idl
@@ -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,43 +7,43 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_configuration_InvalidBootstrapFileException_idl__ 
-#define __com_sun_star_configuration_InvalidBootstrapFileException_idl__ 
- 
-#ifndef __com_sun_star_configuration_CannotLoadConfigurationException_idl__ 
-#include <com/sun/star/configuration/CannotLoadConfigurationException.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module configuration {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_configuration_InvalidBootstrapFileException_idl__
+#define __com_sun_star_configuration_InvalidBootstrapFileException_idl__
+
+#ifndef __com_sun_star_configuration_CannotLoadConfigurationException_idl__
+#include <com/sun/star/configuration/CannotLoadConfigurationException.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module configuration {
+
+//=============================================================================
+
 /** is thrown when creating a configuration provider fails because
 	a bootstrap file needed to locate the configuration contains invalid data
  */
 published exception InvalidBootstrapFileException: com::sun::star::configuration::CannotLoadConfigurationException
-{ 
+{
 	/// the URL of the bootstrap file that is invalid
 	string BootstrapFileURL;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/configuration/MissingBootstrapFileException.idl b/main/offapi/com/sun/star/configuration/MissingBootstrapFileException.idl
index edaeb62..c2f3110 100644
--- a/main/offapi/com/sun/star/configuration/MissingBootstrapFileException.idl
+++ b/main/offapi/com/sun/star/configuration/MissingBootstrapFileException.idl
@@ -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,43 +7,43 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_configuration_MissingBootstrapFileException_idl__ 
-#define __com_sun_star_configuration_MissingBootstrapFileException_idl__ 
- 
-#ifndef __com_sun_star_configuration_CannotLoadConfigurationException_idl__ 
-#include <com/sun/star/configuration/CannotLoadConfigurationException.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module configuration {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_configuration_MissingBootstrapFileException_idl__
+#define __com_sun_star_configuration_MissingBootstrapFileException_idl__
+
+#ifndef __com_sun_star_configuration_CannotLoadConfigurationException_idl__
+#include <com/sun/star/configuration/CannotLoadConfigurationException.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module configuration {
+
+//=============================================================================
+
 /** is thrown when creating a configuration provider fails because
 	a bootstrap file needed to locate the configuration is missing
  */
 published exception MissingBootstrapFileException: com::sun::star::configuration::CannotLoadConfigurationException
-{ 
+{
 	/// the URL of the bootstrap file that could not be found
 	string BootstrapFileURL;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/configuration/PropertyHierarchy.idl b/main/offapi/com/sun/star/configuration/PropertyHierarchy.idl
index 076136d..6069734 100644
--- a/main/offapi/com/sun/star/configuration/PropertyHierarchy.idl
+++ b/main/offapi/com/sun/star/configuration/PropertyHierarchy.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -41,7 +41,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module configuration { 
+module com { module sun { module star { module configuration {
 
 //=============================================================================
 /** provides access to and information about properties and subproperties
@@ -62,7 +62,7 @@
 */
 published service PropertyHierarchy
 {
-/** provides access to and information about the immediate properties of an implementation. 
+/** provides access to and information about the immediate properties of an implementation.
 */
 	interface com::sun::star::beans::XPropertySet;
 
@@ -77,12 +77,12 @@
 	interface com::sun::star::beans::XMultiPropertySet;
 
 /** provides access to and information about the whole hierarchy
- of properties and subproperties of an implementation. 
+ of properties and subproperties of an implementation.
 */
 	interface com::sun::star::beans::XHierarchicalPropertySet;
 
 /** provides access to and information about the whole hierarchy
- of properties and subproperties of an implementation. 
+ of properties and subproperties of an implementation.
 
  <p>This interface allows retrieving or setting multiple properties at once.
  Accesses are guaranteed to occur as single atomic operations even if
@@ -95,6 +95,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/configuration/SetAccess.idl b/main/offapi/com/sun/star/configuration/SetAccess.idl
index 683329e..3bfc4c7 100644
--- a/main/offapi/com/sun/star/configuration/SetAccess.idl
+++ b/main/offapi/com/sun/star/configuration/SetAccess.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -37,7 +37,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module configuration { 
+module com { module sun { module star { module configuration {
 
 //=============================================================================
 /** provides access to a dynamic, homogeneous set of values or nested
@@ -46,7 +46,7 @@
  <p>Also provides information about the template for elements.
  Allows normalizing externally generated names.
  </p>
- 
+
  <p><em>Sets</em> are dynamic containers within the hierarchy.</p>
 
  <p>The number and names of contained elements are not fixed in advance,
@@ -96,6 +96,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/configuration/SetElement.idl b/main/offapi/com/sun/star/configuration/SetElement.idl
index 7953364..8f6c063 100644
--- a/main/offapi/com/sun/star/configuration/SetElement.idl
+++ b/main/offapi/com/sun/star/configuration/SetElement.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -41,7 +41,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module configuration { 
+module com { module sun { module star { module configuration {
 
 //=============================================================================
 /** provides information about a dynamic element that can be inserted into a
@@ -52,7 +52,7 @@
  Allows controlling the lifetime of the element.
  </p>
 
- <p>Set elements may be added to and removed from the hierarchy at runtime. 
+ <p>Set elements may be added to and removed from the hierarchy at runtime.
  They bear user-defined names. They may exist independently, outside any
  container.
  </p>
@@ -63,8 +63,8 @@
  on an implementation of <type>SetUpdate</type>. Initially, they are not
  contained in a set object and have no meaningful name.
  </p>
- 
- <p>While an instance is not contained in a set object, it is owned by 
+
+ <p>While an instance is not contained in a set object, it is owned by
  the client and can be disposed by calling
  <member scope="com::sun::star::lang">XComponent::dispose()</member>. The name
  of the object can freely be changed in that situation though without
@@ -136,7 +136,7 @@
 
 /** allows controlling or observing the lifetime of the object.
 
- <p>Clients may dispose of the object using 
+ <p>Clients may dispose of the object using
  <member scope="com::sun::star::lang">XComponent::dispose()</member>, only if
  the object is currently not contained in a container (
  <member scope="com::sun::star::container">XChild::getParent()</member>
@@ -177,6 +177,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/configuration/SetUpdate.idl b/main/offapi/com/sun/star/configuration/SetUpdate.idl
index a40a15c..92041c8 100644
--- a/main/offapi/com/sun/star/configuration/SetUpdate.idl
+++ b/main/offapi/com/sun/star/configuration/SetUpdate.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -33,7 +33,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module configuration { 
+module com { module sun { module star { module configuration {
 
 //=============================================================================
 /** provides write access to a dynamic homogeneous set of values or nested
@@ -54,7 +54,7 @@
 */
 published service SetUpdate
 {
-/** is the basic service providing read access to a <em>set</em> within the 
+/** is the basic service providing read access to a <em>set</em> within the
  hierarchy.
 */
 	service SetAccess;
@@ -96,6 +96,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/configuration/SimpleSetAccess.idl b/main/offapi/com/sun/star/configuration/SimpleSetAccess.idl
index 666d614..0b906e2 100644
--- a/main/offapi/com/sun/star/configuration/SimpleSetAccess.idl
+++ b/main/offapi/com/sun/star/configuration/SimpleSetAccess.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -41,16 +41,16 @@
 
 //=============================================================================
 
-module com { module sun { module star { module configuration { 
+module com { module sun { module star { module configuration {
 
 //=============================================================================
 /** provides access to a dynamic, homogeneous, nonhierarchical set of values
  or objects.
- 
+
  <p>Also provides information about the template for elements.
  Allows normalizing externally generated names.
  </p>
- 
+
  <p><em>Sets</em> are dynamic containers.</p>
 
  <p>The number and names of contained elements is not fixed in advance,
@@ -87,7 +87,7 @@
 	[optional] interface com::sun::star::configuration::XTemplateContainer;
 
 /** allows normalizing and denormalizing external names. [optional]
- 
+
  <p>Elements of a <em>set</em> often correspond to external entities,
  for example, files, web pages, and people whose names obey different rules and
  restrictions than names that are valid in the hierarchical naming scheme.
@@ -113,6 +113,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/configuration/SimpleSetUpdate.idl b/main/offapi/com/sun/star/configuration/SimpleSetUpdate.idl
index 504d9cc..38ac9ae 100644
--- a/main/offapi/com/sun/star/configuration/SimpleSetUpdate.idl
+++ b/main/offapi/com/sun/star/configuration/SimpleSetUpdate.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -41,7 +41,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module configuration { 
+module com { module sun { module star { module configuration {
 
 //=============================================================================
 /** provides write access to a dynamic, homogeneous, non-hierarchical set of
@@ -65,7 +65,7 @@
 
 /** allows inserting, removing, and replacing elements.
 
- <p>This interface extends the interface 
+ <p>This interface extends the interface
  <type scope="com::sun::star::container">XNameAccess</type> supported
  by service <type>SimpleSetAccess</type> to allow modifying the container.
  </p>
@@ -103,11 +103,11 @@
  <member scope="com::sun::star::container">XNameContainer::removeByName()</member>
  or replaced using
  <member scope="com::sun::star::container">XNameContainer::replaceByName()</member>
- remain valid and can be reinserted into a set supporting the same template and 
+ remain valid and can be reinserted into a set supporting the same template and
  even under a different name.
  </p>
 
- <p>An implementation need not support insertion of objects that were not 
+ <p>An implementation need not support insertion of objects that were not
  obtained in one of the ways described above. If it does, the implementation
  must reject elements that do not have the correct structure as described
  by the template.
@@ -117,17 +117,17 @@
 
 /** allows creating an object that can be inserted into this set. [conditional]
 
- <p>This interface shall be implemented by an implementation, 
+ <p>This interface shall be implemented by an implementation,
  if and only if the element type of the set, as returned by
  <member scope="com::sun::star::container">XElementAccess::getElementType()</member>,
  is an object type, such as an interface.
- </p> 
+ </p>
 
  <p>Using <member scope="com::sun::star::lang">XSingleServiceFactory::createInstance()</member>
  an instance of the element template of this set is created. If the set
  supports multiple templates or variations of the basic template, a default
  variant of the basic template is instantiated. If an implementation supports
- variations, they may be specified by passing arguments to 
+ variations, they may be specified by passing arguments to
  <member scope="com::sun::star::lang">XSingleServiceFactory::createInstanceWithArguments()</member>.
  There are no predefined arguments for all versions of this service.
  </p>
@@ -143,19 +143,19 @@
 
 /** allows creating various objects that can be inserted into this set. [optional]
 
- <p>This interface may be implemented by an implementation of 
+ <p>This interface may be implemented by an implementation of
  service SetUpdate to support creating elements from other than
  the basic element template. An example of this would be an
  implementation that supports inheritance, allowing the use of
  templates derived from the basic template by extension.
- </p> 
+ </p>
 
- <p>This interface may only be implemented if the element type of the set 
+ <p>This interface may only be implemented if the element type of the set
  (as returned by
  <member scope="com::sun::star::container">XElementAccess::getElementType()</member>)
  is an object type, such as an interface. An implementation should also implement
  interface <type>XTemplateContainer</type> which is optional in this service.
- </p> 
+ </p>
 
  <p>The service identifier argument passed
  to <member scope="com::sun::star::lang">XMultiServiceFactory::createInstance()</member>
@@ -166,7 +166,7 @@
  as a service identifier, in which case the result shall be the same as if
  the corresponding member of <type scope="com::sun::star::lang">XSingleServiceFactory</type>
  had been called.
- </p> 
+ </p>
 
 */
 	[optional] interface com::sun::star::lang::XMultiServiceFactory;
@@ -175,6 +175,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/configuration/Update.idl b/main/offapi/com/sun/star/configuration/Update.idl
index fc025a1..cd1e371 100644
--- a/main/offapi/com/sun/star/configuration/Update.idl
+++ b/main/offapi/com/sun/star/configuration/Update.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/configuration/UpdateRootElement.idl b/main/offapi/com/sun/star/configuration/UpdateRootElement.idl
index 016a3a4..ccaa743 100644
--- a/main/offapi/com/sun/star/configuration/UpdateRootElement.idl
+++ b/main/offapi/com/sun/star/configuration/UpdateRootElement.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -33,12 +33,12 @@
 
 //=============================================================================
 
-module com { module sun { module star { module configuration { 
+module com { module sun { module star { module configuration {
 
 //=============================================================================
 /** provides update control for a hierarchy of configuration items
  and information about the hierarchy as a whole as well as its root.
- 
+
  <p>Extends <type>AccessRootElement</type> by adding support for
  collecting changes and applying them to a backend store as a single batch.
  </p>
@@ -81,7 +81,7 @@
  reports all changes within the hierarchy that are done through (direct or
  indirect) descendants of this element. The same set of changes is committed
  to persistent storage and/or made visible to other objects accessing the same
- data set, when 
+ data set, when
  <member scope="com::sun::star::util">XChangesBatch::commitChanges()</member>
  is invoked.
  </p>
@@ -101,6 +101,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/configuration/XTemplateContainer.idl b/main/offapi/com/sun/star/configuration/XTemplateContainer.idl
index 30011a4..0a4a915 100644
--- a/main/offapi/com/sun/star/configuration/XTemplateContainer.idl
+++ b/main/offapi/com/sun/star/configuration/XTemplateContainer.idl
@@ -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,70 +7,70 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_configuration_XTemplateContainer_idl__ 
-#define __com_sun_star_configuration_XTemplateContainer_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module configuration {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_configuration_XTemplateContainer_idl__
+#define __com_sun_star_configuration_XTemplateContainer_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module configuration {
+
+//=============================================================================
+
 /** is implemented by objects that contain instances of a named template to
 	provide information about the template.
 
-	<p> An implementation will also implement 
+	<p> An implementation will also implement
 		<type scope="com::sun::star::lang">XSingleServiceFactory</type>, in which case
 		that interface creates instances of the specified template.
 	</p>
-	<p> If multiple templates are supported, the supported factory interface may be  
+	<p> If multiple templates are supported, the supported factory interface may be
 		<type scope="com::sun::star::lang">XMultiServiceFactory</type>, in which case
-		the <atom>string</atom> returned from 
-		<member>XTemplateContainer::getElementTemplateName()</member> can be used as 
+		the <atom>string</atom> returned from
+		<member>XTemplateContainer::getElementTemplateName()</member> can be used as
 		the service name argument.
 	</p>
 
 	@see XTemplateInstance
  */
 published interface XTemplateContainer: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** retrieves the name of the template
-	
-		<p>	If instances of multiple templates are accepted by the container, 
+
+		<p>	If instances of multiple templates are accepted by the container,
 			this is the name of the basic or primary template.
 		</p>
-		<p>	Instances of the template must be created 
+		<p>	Instances of the template must be created
 			using an appropriate factory.
 		</p>
 
-		@returns  
-				the name of the (default) template for elements. 
+		@returns
+				the name of the (default) template for elements.
 	 */
-	string getElementTemplateName(); 
+	string getElementTemplateName();
 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/configuration/XTemplateInstance.idl b/main/offapi/com/sun/star/configuration/XTemplateInstance.idl
index a3d39cb..7700ad9 100644
--- a/main/offapi/com/sun/star/configuration/XTemplateInstance.idl
+++ b/main/offapi/com/sun/star/configuration/XTemplateInstance.idl
@@ -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,60 +7,60 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_configuration_XTemplateInstance_idl__ 
-#define __com_sun_star_configuration_XTemplateInstance_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module configuration {  
- 
-//============================================================================= 
- 
-/** is implemented by objects that are instances of a named template to provide 
+#ifndef __com_sun_star_configuration_XTemplateInstance_idl__
+#define __com_sun_star_configuration_XTemplateInstance_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module configuration {
+
+//=============================================================================
+
+/** is implemented by objects that are instances of a named template to provide
 	information about the template.
 
 	<p>	Template names are similar to service names, but apply to structure and
 		content, rather than to type.
 	</p>
-	<p>	Often a template description can be retrieved from a repository and then be 
-		interpreted by a factory object. Templates provide a means to build 
+	<p>	Often a template description can be retrieved from a repository and then be
+		interpreted by a factory object. Templates provide a means to build
 		new kinds of objects dynamically.
 	</p>
 
 	@see XTemplateContainer
  */
 published interface XTemplateInstance: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** retrieves the name of the template
-	
-		@returns  
-			the name of the template this object was built from or conforms to. 
-	 */
-	string getTemplateName(); 
+{
+	//-------------------------------------------------------------------------
 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	/** retrieves the name of the template
+
+		@returns
+			the name of the template this object was built from or conforms to.
+	 */
+	string getTemplateName();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/configuration/XUpdate.idl b/main/offapi/com/sun/star/configuration/XUpdate.idl
index 9ff8b56..9bad2c9 100644
--- a/main/offapi/com/sun/star/configuration/XUpdate.idl
+++ b/main/offapi/com/sun/star/configuration/XUpdate.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/configuration/backend/AuthenticationFailedException.idl b/main/offapi/com/sun/star/configuration/backend/AuthenticationFailedException.idl
index 26399bf..e051a4f 100644
--- a/main/offapi/com/sun/star/configuration/backend/AuthenticationFailedException.idl
+++ b/main/offapi/com/sun/star/configuration/backend/AuthenticationFailedException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -32,14 +32,14 @@
 module backend {
 
 /**
-    Exception thrown when authentication to the underlying backend fails 
+    Exception thrown when authentication to the underlying backend fails
     due to an unknown user-id or invalid credentials.
 
     @since OpenOffice 1.1.2
   */
 published exception AuthenticationFailedException : BackendSetupException {
 } ;
-    
+
 } ;
 } ; } ; } ; } ;
 
diff --git a/main/offapi/com/sun/star/configuration/backend/Backend.idl b/main/offapi/com/sun/star/configuration/backend/Backend.idl
index 3aa53c0..814dcf8 100644
--- a/main/offapi/com/sun/star/configuration/backend/Backend.idl
+++ b/main/offapi/com/sun/star/configuration/backend/Backend.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -25,72 +25,72 @@
 
 #ifndef __com_sun_star_configuration_backend_XBackend_idl__
 #include <com/sun/star/configuration/backend/XBackend.idl>
-#endif 
+#endif
 
 #ifndef __com_sun_star_configuration_backend_XBackendEntities_idl__
 #include <com/sun/star/configuration/backend/XBackendEntities.idl>
-#endif 
+#endif
 
 #ifndef __com_sun_star_configuration_backend_XSchemaSupplier_idl__
 #include <com/sun/star/configuration/backend/XSchemaSupplier.idl>
-#endif 
+#endif
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module configuration { module backend {
 
-//============================================================================= 
+//=============================================================================
 
 /**
-    provides access to a configuration database composed of one or more 
+    provides access to a configuration database composed of one or more
     storage backends containing settings used by software modules.
 
-    <p> Configuration data is organized into layers which are selected 
-        by components and entities. 
+    <p> Configuration data is organized into layers which are selected
+        by components and entities.
     </p>
 
-    <p> Components are characterized by configuration schemas. 
-        A component contains configuration data for a particular 
+    <p> Components are characterized by configuration schemas.
+        A component contains configuration data for a particular
         application domain or software module.
     </p>
     <p> Entities are organised hierarchically in organisations,
-        groups, roles and individual users. Each element of the associated 
+        groups, roles and individual users. Each element of the associated
         hierarchy corresponds to a layer that applies to an entity.
     </p>
-    <p> A layer contains data for multiple components 
+    <p> A layer contains data for multiple components
         associated to a single entity.
     <p>
-  
+
     @since OpenOffice 1.1.2
 */
-published service Backend 
+published service Backend
 {
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
     /**
       provides access to configuration schemas.
       */
     interface XSchemaSupplier ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
     /**
       provides access to the layer data.
       */
     interface XBackend ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
     /**
       provides information about supported and special entities.
       */
     [optional] interface XBackendEntities ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 } ;
 
-//============================================================================= 
+//=============================================================================
 
-} ; } ; } ; } ; } ; 
+} ; } ; } ; } ; } ;
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/configuration/backend/BackendAccessException.idl b/main/offapi/com/sun/star/configuration/backend/BackendAccessException.idl
index 140bc60..c76e340 100644
--- a/main/offapi/com/sun/star/configuration/backend/BackendAccessException.idl
+++ b/main/offapi/com/sun/star/configuration/backend/BackendAccessException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -40,7 +40,7 @@
   */
 published exception BackendAccessException : ::com::sun::star::lang::WrappedTargetException {
 } ;
-    
+
 } ;
 } ; } ; } ; } ;
 
diff --git a/main/offapi/com/sun/star/configuration/backend/BackendAdapter.idl b/main/offapi/com/sun/star/configuration/backend/BackendAdapter.idl
index 37073f2..3b2d7aa 100644
--- a/main/offapi/com/sun/star/configuration/backend/BackendAdapter.idl
+++ b/main/offapi/com/sun/star/configuration/backend/BackendAdapter.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -25,37 +25,37 @@
 
 #ifndef __com_sun_star_configuration_backend_Backend_idl__
 #include <com/sun/star/configuration/backend/Backend.idl>
-#endif 
+#endif
 
 #ifndef __com_sun_star_configuration_backend_XBackendEntities_idl__
 #include <com/sun/star/configuration/backend/XBackendEntities.idl>
-#endif 
+#endif
 
 #ifndef __com_sun_star_lang_XInitialization_idl__
 #include <com/sun/star/lang/XInitialization.idl>
-#endif 
+#endif
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module configuration { module backend {
 
-//============================================================================= 
+//=============================================================================
 
 /**
-    implements <type>Backend</type> retrieving data 
+    implements <type>Backend</type> retrieving data
     from a <type>SingleBackend</type>.
-  
+
     @since OpenOffice 1.1.2
 */
 published service BackendAdapter
 {
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
     /** provides access to configuration data.
       */
     service Backend ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
     /**
       This interface, that is optional in <type>Backend</type>, is
@@ -63,28 +63,28 @@
       */
     interface XBackendEntities ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
     /**
       allows initializing the backend to use.
 
       <p>If this interface is present, a <type>SingleBackend</type>
-        may be passed, that is used to access the data. 
-        Also a <type scope="com::sun::star::configuration::bootstrap">BootstrapContext</type> 
+        may be passed, that is used to access the data.
+        Also a <type scope="com::sun::star::configuration::bootstrap">BootstrapContext</type>
         can be passed, that provides further settings for the backend.
       </p>
 
-      <p>If this interface is missing, the real backend to use is determined 
+      <p>If this interface is missing, the real backend to use is determined
         from the <type scope="com::sun::star::uno">XComponentContext</type>.
       </p>
       */
     [optional] interface com::sun::star::lang::XInitialization ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 } ;
 
-//============================================================================= 
+//=============================================================================
 
-} ; } ; } ; } ; } ; 
+} ; } ; } ; } ; } ;
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/configuration/backend/BackendSetupException.idl b/main/offapi/com/sun/star/configuration/backend/BackendSetupException.idl
index a6acb71..8d249d0 100644
--- a/main/offapi/com/sun/star/configuration/backend/BackendSetupException.idl
+++ b/main/offapi/com/sun/star/configuration/backend/BackendSetupException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -39,16 +39,16 @@
     @since OpenOffice 1.1.2
   */
 published exception BackendSetupException : ::com::sun::star::configuration::CannotLoadConfigurationException {
-    
+
 	/** The exception that is raised by the underlying backend implementation.
-        <p>May be a numeric error code, a message <atom>string</atom> or <void/>, 
-        if the original exception is not represented as a 
+        <p>May be a numeric error code, a message <atom>string</atom> or <void/>,
+        if the original exception is not represented as a
         <type scope="com::sun::star::uno">Exception</type>.
         </p>
 	 */
-	any BackendException; 
+	any BackendException;
 } ;
-    
+
 } ;
 } ; } ; } ; } ;
 
diff --git a/main/offapi/com/sun/star/configuration/backend/CannotConnectException.idl b/main/offapi/com/sun/star/configuration/backend/CannotConnectException.idl
index f9b8787..7bc08aa 100644
--- a/main/offapi/com/sun/star/configuration/backend/CannotConnectException.idl
+++ b/main/offapi/com/sun/star/configuration/backend/CannotConnectException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -32,7 +32,7 @@
 module backend {
 
 /**
-    Exception thrown when a connection to the underlying backend 
+    Exception thrown when a connection to the underlying backend
     cannot be established.
 
     <p> Examples of this include
@@ -42,13 +42,13 @@
             <li>Backend is unavailable temporarily or permanently.</li>
             <li>Internal failure of the backend access layer.</li>
         <ul/>
-    </p>    
+    </p>
 
     @since OpenOffice 1.1.2
   */
 published exception CannotConnectException : BackendSetupException {
 } ;
-    
+
 } ;
 } ; } ; } ; } ;
 
diff --git a/main/offapi/com/sun/star/configuration/backend/ComponentChangeEvent.idl b/main/offapi/com/sun/star/configuration/backend/ComponentChangeEvent.idl
index 5cbfa98..412af5e 100644
--- a/main/offapi/com/sun/star/configuration/backend/ComponentChangeEvent.idl
+++ b/main/offapi/com/sun/star/configuration/backend/ComponentChangeEvent.idl
@@ -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,48 +7,48 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
-#ifndef __com_sun_star_configuration_backend_ComponentChangeEvent_idl__ 
-#define __com_sun_star_configuration_backend_ComponentChangeEvent_idl__ 
+#ifndef __com_sun_star_configuration_backend_ComponentChangeEvent_idl__
+#define __com_sun_star_configuration_backend_ComponentChangeEvent_idl__
 
-#ifndef __com_sun_star_lang_EventObject_idl__ 
-#include <com/sun/star/lang/EventObject.idl> 
-#endif 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module configuration {  module backend {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
+//=============================================================================
+
+module com {  module sun {  module star {  module configuration {  module backend {
+
+//=============================================================================
+
 /** This event is fired when a change becomes effective on the source of the event
 
-	@see XBackendChangesNotifier 
-	
+	@see XBackendChangesNotifier
+
  */
 struct ComponentChangeEvent: ::com::sun::star::lang::EventObject
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** The name of the Component that changed
 	*/
 	string Component;
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; };  
- 
-#endif 
+
+};
+
+//=============================================================================
+
+}; }; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/configuration/backend/ConnectionLostException.idl b/main/offapi/com/sun/star/configuration/backend/ConnectionLostException.idl
index 2804340..60b408f 100644
--- a/main/offapi/com/sun/star/configuration/backend/ConnectionLostException.idl
+++ b/main/offapi/com/sun/star/configuration/backend/ConnectionLostException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -32,18 +32,18 @@
 module backend {
 
 /**
-    Exception thrown when the connection to the underlying backend was lost 
+    Exception thrown when the connection to the underlying backend was lost
     irrecoverably.
 
-    <p> Any future attempts to access data from the backend through this object 
+    <p> Any future attempts to access data from the backend through this object
         will also fail.
-    </p>    
+    </p>
 
     @since OpenOffice 1.1.2
   */
 published exception ConnectionLostException : BackendAccessException {
 } ;
-    
+
 } ;
 } ; } ; } ; } ;
 
diff --git a/main/offapi/com/sun/star/configuration/backend/CopyImporter.idl b/main/offapi/com/sun/star/configuration/backend/CopyImporter.idl
index 101c3a3..6e77968 100644
--- a/main/offapi/com/sun/star/configuration/backend/CopyImporter.idl
+++ b/main/offapi/com/sun/star/configuration/backend/CopyImporter.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -25,45 +25,45 @@
 
 #ifndef __com_sun_star_configuration_backend_Importer_idl__
 #include <com/sun/star/configuration/backend/Importer.idl>
-#endif 
+#endif
 
 #ifndef __com_sun_star_lang_XInitialization_idl__
 #include <com/sun/star/lang/XInitialization.idl>
-#endif 
+#endif
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module configuration { module backend {
 
-//============================================================================= 
+//=============================================================================
 
-/** 
+/**
     imports data into a configuration layer by copying over existing data.
 
-  
+
     @since OpenOffice 1.1.2
 */
 published service CopyImporter
 {
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
     /** allows importing configuration data into a backend.
-        
-        <p> In this implementation, the changes are copied over any 
-            <type>XLayer</type> data that already exists in the <type>Backend</type>, 
+
+        <p> In this implementation, the changes are copied over any
+            <type>XLayer</type> data that already exists in the <type>Backend</type>,
             replacing it completely.
         </p>
       */
     service Importer ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
-    /** allows initializing the implementation with settings that control 
+    /** allows initializing the implementation with settings that control
         its behavior .
 
-        <p> This interface, which is optional in <type>Importer</type> 
-            is mandatory in this service and supports the following arguments 
-            which must be provided as 
+        <p> This interface, which is optional in <type>Importer</type>
+            is mandatory in this service and supports the following arguments
+            which must be provided as
             <type scope="com::sun::star::beans">NamedValue</type>:
         <dl>
             <dt><code>Overwrite</code> : <atom>boolean</atom></dt>
@@ -71,15 +71,15 @@
                 only if the existing layer is empty.
             </dd>
         </dl>
-        </p> 
+        </p>
       */
     interface com::sun::star::lang::XInitialization ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 } ;
 
-//============================================================================= 
+//=============================================================================
 
-} ; } ; } ; } ; } ; 
+} ; } ; } ; } ; } ;
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/configuration/backend/DataImporter.idl b/main/offapi/com/sun/star/configuration/backend/DataImporter.idl
index 21edc9e4..4f1eccf 100644
--- a/main/offapi/com/sun/star/configuration/backend/DataImporter.idl
+++ b/main/offapi/com/sun/star/configuration/backend/DataImporter.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -25,86 +25,86 @@
 
 #ifndef __com_sun_star_task_XJob_idl__
 #include <com/sun/star/task/XJob.idl>
-#endif 
+#endif
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module configuration { module backend {
 
-//============================================================================= 
+//=============================================================================
 
 /**
     allows importing data from one configuration repository into another. .
-  
+
     @since OpenOffice 1.1.2
 */
 published service DataImporter
 {
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
     /** allows running an import job
 
-        <p> The source and destination repositories are selected by arguments 
+        <p> The source and destination repositories are selected by arguments
             passed to
-            <member scope="com::sun::star::task">XJob::execute()</member>. 
-            The names and meanings of such arguments depend on 
+            <member scope="com::sun::star::task">XJob::execute()</member>.
+            The names and meanings of such arguments depend on
             the implementation. Each implementation must document such arguments.
         </p>
-            
-        <p> Implementations may return a value from 
+
+        <p> Implementations may return a value from
             <member scope="com::sun::star::task">XJob::execute()</member>
-            that indicates the status of job execution. The type and meaning of 
-            such status indicators depend on the implementation. 
+            that indicates the status of job execution. The type and meaning of
+            such status indicators depend on the implementation.
         </p>
-         <p>If <void/> or <TRUE/> is returned, this indicates successful 
-            execution. If an 
-            <type scope="com::sun::star::uno">Exception</type> is returned, 
-            it represents an error condition encountered during execution. 
+         <p>If <void/> or <TRUE/> is returned, this indicates successful
+            execution. If an
+            <type scope="com::sun::star::uno">Exception</type> is returned,
+            it represents an error condition encountered during execution.
         </p>
 
         <p> The following arguments to
             <member scope="com::sun::star::task">XJob::execute()</member>
-            should be supported by implementations. Implementations must document 
+            should be supported by implementations. Implementations must document
             a failure to support any of these arguments:
         <dl>
             <dt><code>ImporterService</code> : <atom >string</atom></dt>
-            <dd>A service or implementation name used to instantiate the 
-                <type>Importer</type> to use for importing. If this parameter 
-                is missing, the implementation selects an appropriate importer. 
+            <dd>A service or implementation name used to instantiate the
+                <type>Importer</type> to use for importing. If this parameter
+                is missing, the implementation selects an appropriate importer.
                 By default, a <type>MergeImporter</type> should be used.
             </dd>
             <dt><code>OverwriteExisting</code> : <atom >boolean</atom></dt>
-            <dd>If <TRUE/>, specifies that no existing data should be 
-                overwritten by the import. If the <type>Importer</type> used 
-                does not support such protection, an error may be raised. 
-                If some data is not imported, because there is existing 
-                data, this is indicated by returning an appropriate exception. 
+            <dd>If <TRUE/>, specifies that no existing data should be
+                overwritten by the import. If the <type>Importer</type> used
+                does not support such protection, an error may be raised.
+                If some data is not imported, because there is existing
+                data, this is indicated by returning an appropriate exception.
             </dd>
             <dt><code>TruncateExisting</code> : <atom >boolean</atom></dt>
-            <dd>If <TRUE/>, specifies that existing data should be 
-                discarded and replaced by the imported data. 
-                If the <type>Importer</type> used does not support this 
-                operation, an error may be raised. 
-                By default, a <type>CopyImporter</type> is used to perform 
+            <dd>If <TRUE/>, specifies that existing data should be
+                discarded and replaced by the imported data.
+                If the <type>Importer</type> used does not support this
+                operation, an error may be raised.
+                By default, a <type>CopyImporter</type> is used to perform
                 truncating import.
             </dd>
             <dt><code>Entity</code> : <atom >string</atom></dt>
-            <dd>An identifier for the entity in the destination backend for 
-                which the imported data should apply. The value will be passed 
+            <dd>An identifier for the entity in the destination backend for
+                which the imported data should apply. The value will be passed
                 to <member>XLayerImporter::importLayerForEntity()</member>.
-                If this parameter is missing, the implementation uses 
+                If this parameter is missing, the implementation uses
                 <member>XLayerImporter::importLayer()</member> instead.
             </dd>
             <dt><code>Component</code> : <atom >string</atom></dt>
-            <dd>Names the component for which to import data. If this 
-                parameter is missing, the selection of data to import depends 
-                on implementation-specific parameters. 
+            <dd>Names the component for which to import data. If this
+                parameter is missing, the selection of data to import depends
+                on implementation-specific parameters.
             </dd>
             <dt><code>LayerFilter</code> : <type >LayerFilter</type></dt>
-            <dd>A filter to transform data during import. This parameter is 
-                optional. If this parameter is missing, data will be imported 
-                unaltered. <em>Support for this parameter is optional.</em> 
-                If the implementation does not support a filter it will raise an 
+            <dd>A filter to transform data during import. This parameter is
+                optional. If this parameter is missing, data will be imported
+                unaltered. <em>Support for this parameter is optional.</em>
+                If the implementation does not support a filter it will raise an
                 <type scope="com::sun::star::lang">IllegalArgumentException</type>.
             </dd>
         </dl>
@@ -113,11 +113,11 @@
       */
     interface com::sun::star::task::XJob ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 } ;
 
-//============================================================================= 
+//=============================================================================
 
-} ; } ; } ; } ; } ; 
+} ; } ; } ; } ; } ;
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/configuration/backend/DefaultBackend.idl b/main/offapi/com/sun/star/configuration/backend/DefaultBackend.idl
index 89cc852..4da829e 100644
--- a/main/offapi/com/sun/star/configuration/backend/DefaultBackend.idl
+++ b/main/offapi/com/sun/star/configuration/backend/DefaultBackend.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -25,36 +25,36 @@
 
 #ifndef __com_sun_star_configuration_backend_Backend_idl__
 #include <com/sun/star/configuration/backend/Backend.idl>
-#endif 
+#endif
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module configuration { module backend {
 
-//============================================================================= 
+//=============================================================================
 
 /**
-    is a <type>DefaultBackend</type>, that is 
+    is a <type>DefaultBackend</type>, that is
     the default <type>DefaultBackend</type> for its
     <type scope="com::sun::star::uno">XComponentContext</type>.
-  
+
     <p>This object is accessible as singleton within the context</p>.
 
     @since OpenOffice 1.1.2
 */
-service DefaultBackend 
+service DefaultBackend
 {
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
-    /** characterizes the functionality. 
+    /** characterizes the functionality.
       */
     service Backend ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 } ;
 
-//============================================================================= 
+//=============================================================================
 
-} ; } ; } ; } ; } ; 
+} ; } ; } ; } ; } ;
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/configuration/backend/HierarchyBrowser.idl b/main/offapi/com/sun/star/configuration/backend/HierarchyBrowser.idl
index db1c2d7..fd50b02 100644
--- a/main/offapi/com/sun/star/configuration/backend/HierarchyBrowser.idl
+++ b/main/offapi/com/sun/star/configuration/backend/HierarchyBrowser.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -25,57 +25,57 @@
 
 #ifndef __com_sun_star_task_XJob_idl__
 #include <com/sun/star/task/XJob.idl>
-#endif 
+#endif
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module configuration { module backend {
 
-//============================================================================= 
+//=============================================================================
 
 /**
     allows scanning a configuration data repository for available components .
-  
+
     @since OpenOffice 1.1.2
 */
-published service HierarchyBrowser 
+published service HierarchyBrowser
 {
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
     /** allows executing a scan of the repository
 
         <p> The repository to browse is selected by arguments passed to
-            <member scope="com::sun::star::task">XJob::execute()</member>. 
-            The names and meanings of such arguments depend on 
+            <member scope="com::sun::star::task">XJob::execute()</member>.
+            The names and meanings of such arguments depend on
             the implementation. Each implementation must document such arguments.
         </p>
-            
+
         <p> The following argument to
             <member scope="com::sun::star::task">XJob::execute()</member>
             must be supported by all implementations:
         <dl>
             <dt><code>ExcludeComponents</code> : <atom dim="[]">string</atom> or <atom >string</atom></dt>
-            <dd>A component or list of components that should be skipped 
-                and excluded from the result. If this argument appears multiple 
+            <dd>A component or list of components that should be skipped
+                and excluded from the result. If this argument appears multiple
                 times it is handled cumulatively.
             </dd>
         </dl>
         </p>
-        <p> The return value of 
-            <member scope="com::sun::star::task">XJob::execute()</member> 
-            is a list of components found. The format in which components are 
-            returned may depend on the implementation. Each implementation 
-            should support returning component identifiers that are compatible 
+        <p> The return value of
+            <member scope="com::sun::star::task">XJob::execute()</member>
+            is a list of components found. The format in which components are
+            returned may depend on the implementation. Each implementation
+            should support returning component identifiers that are compatible
             with some implementation of <type>Backend</type>.
         </p>
       */
     interface com::sun::star::task::XJob ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 } ;
 
-//============================================================================= 
+//=============================================================================
 
-} ; } ; } ; } ; } ; 
+} ; } ; } ; } ; } ;
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/configuration/backend/Importer.idl b/main/offapi/com/sun/star/configuration/backend/Importer.idl
index 1930c1f..e634ea0 100644
--- a/main/offapi/com/sun/star/configuration/backend/Importer.idl
+++ b/main/offapi/com/sun/star/configuration/backend/Importer.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -25,59 +25,59 @@
 
 #ifndef __com_sun_star_lang_XInitialization_idl__
 #include <com/sun/star/lang/XInitialization.idl>
-#endif 
+#endif
 
 #ifndef __com_sun_star_configuration_backend_XLayerImporter_idl__
 #include <com/sun/star/configuration/backend/XLayerImporter.idl>
-#endif 
+#endif
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module configuration { module backend {
 
-//============================================================================= 
+//=============================================================================
 
-/** 
+/**
     imports data into a configuration layer.
 
-    <p> The configuration changes are read from a <type>XLayer</type> 
+    <p> The configuration changes are read from a <type>XLayer</type>
         and stored into a <type>Backend</type>.
     </p>
-  
+
     @since OpenOffice 1.1.2
 */
 published service Importer
 {
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
     /** allows importing configuration data into a backend.
       */
     interface XLayerImporter ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
-    /** allows initializing the implementation with settings that control 
+    /** allows initializing the implementation with settings that control
         its behavior .
 
-        <p> Arguments are provided as 
-            <type scope="com::sun::star::beans">NamedValue</type>. 
+        <p> Arguments are provided as
+            <type scope="com::sun::star::beans">NamedValue</type>.
             Implementations specify which arguments they support.
-       
+
         <dl>
             <dt><code>Notify</code> : <atom>boolean</atom></dt>
             <dd>If <TRUE/>, specifies that the backend should trigger
 			 notification to its listeners.
             </dd>
         </dl>
-        </p> 
+        </p>
 	*/
     [optional] interface com::sun::star::lang::XInitialization ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 } ;
 
-//============================================================================= 
+//=============================================================================
 
-} ; } ; } ; } ; } ; 
+} ; } ; } ; } ; } ;
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/configuration/backend/InsufficientAccessRightsException.idl b/main/offapi/com/sun/star/configuration/backend/InsufficientAccessRightsException.idl
index 1261ea4..5960078 100644
--- a/main/offapi/com/sun/star/configuration/backend/InsufficientAccessRightsException.idl
+++ b/main/offapi/com/sun/star/configuration/backend/InsufficientAccessRightsException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -32,7 +32,7 @@
 module backend {
 
 /**
-    Exception thrown when access to the underlying backend fails because of 
+    Exception thrown when access to the underlying backend fails because of
     insufficient access rights to some needed resource.
 
     <p> Examples of this include
@@ -43,13 +43,13 @@
             <li>Missing access to personal data.</li>
             <li>Missing write access when updating data.</li>
         </ul>
-    </p>  
-    
+    </p>
+
     @since OpenOffice 1.1.2
   */
 published exception InsufficientAccessRightsException : BackendAccessException {
 } ;
-    
+
 } ;
 } ; } ; } ; } ;
 
diff --git a/main/offapi/com/sun/star/configuration/backend/InteractionHandler.idl b/main/offapi/com/sun/star/configuration/backend/InteractionHandler.idl
index 7376365..6963dd1 100644
--- a/main/offapi/com/sun/star/configuration/backend/InteractionHandler.idl
+++ b/main/offapi/com/sun/star/configuration/backend/InteractionHandler.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/configuration/backend/InvalidAuthenticationMechanismException.idl b/main/offapi/com/sun/star/configuration/backend/InvalidAuthenticationMechanismException.idl
index 93199ec..db0d5ef 100644
--- a/main/offapi/com/sun/star/configuration/backend/InvalidAuthenticationMechanismException.idl
+++ b/main/offapi/com/sun/star/configuration/backend/InvalidAuthenticationMechanismException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -32,7 +32,7 @@
 module backend {
 
 /**
-    Exception thrown when authentication to the underlying backend fails 
+    Exception thrown when authentication to the underlying backend fails
     because the configured authentication mechanism is not supported by the
     backend or no valid mechanism can be negotiated.
 
@@ -40,7 +40,7 @@
   */
 published exception InvalidAuthenticationMechanismException : BackendSetupException {
 } ;
-    
+
 } ;
 } ; } ; } ; } ;
 
diff --git a/main/offapi/com/sun/star/configuration/backend/Layer.idl b/main/offapi/com/sun/star/configuration/backend/Layer.idl
index 0dfd764..d18129b 100644
--- a/main/offapi/com/sun/star/configuration/backend/Layer.idl
+++ b/main/offapi/com/sun/star/configuration/backend/Layer.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -70,31 +70,31 @@
     //--------------------------------------------------------------------------
 
     /**
-      provides read access to sublayers accessible through an 
+      provides read access to sublayers accessible through an
       additional criterion (for instance the locale they contain data for).
       */
     [optional] interface XCompositeLayer ;
 
     //--------------------------------------------------------------------------
 
-    /** 
+    /**
       provides a way to detect changes to the layer.
 
-      <p> Timestamps should be considered as opaque markers and 
-      can only safely be compared for equality and 
-      only to timestamps generated by the same implementation. 
-      When the content of the Layer changes, 
+      <p> Timestamps should be considered as opaque markers and
+      can only safely be compared for equality and
+      only to timestamps generated by the same implementation.
+      When the content of the Layer changes,
       the timestamp is guaranteed to change to a different value.
       </p>
-      <p> The timestamp format depends on the implementation. 
-      If the timestamp is a representation of the time of the last change, 
+      <p> The timestamp format depends on the implementation.
+      If the timestamp is a representation of the time of the last change,
       the recommended format is "YYYYMMDDhhmmssZ".
       </p>
       */
     [optional] interface com::sun::star::util::XTimeStamped ;
-    
+
     //--------------------------------------------------------------------------
-    
+
     /**
       The URL of the layer data.
 
diff --git a/main/offapi/com/sun/star/configuration/backend/LayerDescriber.idl b/main/offapi/com/sun/star/configuration/backend/LayerDescriber.idl
index 5a64804..8460342 100644
--- a/main/offapi/com/sun/star/configuration/backend/LayerDescriber.idl
+++ b/main/offapi/com/sun/star/configuration/backend/LayerDescriber.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 #ifndef __com_sun_star_configuration_backend_LayerDescriber_idl__
@@ -28,35 +28,35 @@
 
 #ifndef __com_sun_star_uno_XInterface_idl__
 #include <com/sun/star/uno/XInterface.idl>
-#endif 
+#endif
 
 
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module configuration { module backend {
 
-//============================================================================= 
+//=============================================================================
 
-/** 
+/**
    describe the contents of a layer to an XLayerHander object. The contents of
    the layer is contained in the sequence of PropertyInfo structures
    @see PropertyInfo
-     
+
 */
-service LayerDescriber 
+service LayerDescriber
 {
 
-    //------------------------------------------------------------------------- 
+    //-------------------------------------------------------------------------
 
-    /** 
+    /**
       describes a set of configuration data to an XLayerHandler Object.
     */
     interface com::sun::star::configuration::backend::XLayerContentDescriber ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
-//============================================================================= 
+//=============================================================================
 } ;
-} ; } ; } ; } ; } ; 
-#endif 
+} ; } ; } ; } ; } ;
+#endif
diff --git a/main/offapi/com/sun/star/configuration/backend/LayerFilter.idl b/main/offapi/com/sun/star/configuration/backend/LayerFilter.idl
index 6e3370b..35d5d8c 100644
--- a/main/offapi/com/sun/star/configuration/backend/LayerFilter.idl
+++ b/main/offapi/com/sun/star/configuration/backend/LayerFilter.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -41,9 +41,9 @@
 /**
   provides a filtered version of a configuration data <type>Layer</type>.
 
-  <p> A layer filter wraps a source <type>XLayer</type> object and 
+  <p> A layer filter wraps a source <type>XLayer</type> object and
      provides access to a filtered version of its data.
-     The data read from the filter usually is produced from the source data 
+     The data read from the filter usually is produced from the source data
      by adding and removing elements or modifying values.
   </p>
 
@@ -59,7 +59,7 @@
     /**
       provides read access to the filtered contents.
 
-      <p> Method <member>XLayer::readData</member> will render a filtered version 
+      <p> Method <member>XLayer::readData</member> will render a filtered version
          of the data produced by the same method of the source object.
      </p>
       */
@@ -69,11 +69,11 @@
 
     /**
       provides a means to set the source data for the filter.
-      
+
       <p> Call <method scope="com::sun::star::lang">XInitialization::initialize</method>()
          with a single argument of type <type scope="com::sun::star::beans">NamedValue</type>,
          where <member scope="com::sun::star::beans">NamedValue::Name</member> is <code>"Source"</code>
-         and <member scope="com::sun::star::beans">NamedValue::Value</member> 
+         and <member scope="com::sun::star::beans">NamedValue::Value</member>
          is an object implementing <type>XLayer</type>.
      </p>
       */
diff --git a/main/offapi/com/sun/star/configuration/backend/LayerUpdateMerger.idl b/main/offapi/com/sun/star/configuration/backend/LayerUpdateMerger.idl
index 916fbeb..056e3a1 100644
--- a/main/offapi/com/sun/star/configuration/backend/LayerUpdateMerger.idl
+++ b/main/offapi/com/sun/star/configuration/backend/LayerUpdateMerger.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -25,26 +25,26 @@
 
 #ifndef __com_sun_star_lang_XInitialization_idl__
 #include <com/sun/star/lang/XInitialization.idl>
-#endif 
+#endif
 
 #ifndef __com_sun_star_configuration_backend_XUpdateHandler_idl__
 #include <com/sun/star/configuration/backend/XUpdateHandler.idl>
-#endif 
+#endif
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module configuration { module backend {
 
-//============================================================================= 
+//=============================================================================
 
-/** 
+/**
     applies updates to a configuration layer.
 
-    <p> The configuration layer data is read from a <type>XLayer</type> 
-    and the changed layer is provided as <type>XLayer</type> again or 
+    <p> The configuration layer data is read from a <type>XLayer</type>
+    and the changed layer is provided as <type>XLayer</type> again or
     described to a <type>XLayerHandler</type>.
     </p>
-  
+
     @see com::sun::star::configuration::backend::UpdatableLayer
         Service describes a layer and accepts a changed layer..
 
@@ -52,25 +52,25 @@
 */
 published service LayerUpdateMerger
 {
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
     /** accepts events describing the changes.
       */
     interface com::sun::star::configuration::backend::XUpdateHandler ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
     /** allows initializing layer data source and target.
 
         <p> Both source and target of the update can be provided by passing a
-            <type>XUpdatableLayer</type> object. Alternatively they can be 
+            <type>XUpdatableLayer</type> object. Alternatively they can be
             provided individually by providing a <type>XLayer</type> object as
-            data source and an <type>XLayerHandler</type> object to receive the 
+            data source and an <type>XLayerHandler</type> object to receive the
             updated data.
-        </p> 
-        <p> Implementations can provide more arguments to finetune the behavior. 
-            Such arguments are provided as 
-            <type scope="com::sun::star::beans">NamedValue</type>. 
+        </p>
+        <p> Implementations can provide more arguments to finetune the behavior.
+            Such arguments are provided as
+            <type scope="com::sun::star::beans">NamedValue</type>.
             Implementations should support the following named arguments:
         <dl>
             <dt><code>Overwrite</code> : <atom>boolean</atom></dt>
@@ -78,8 +78,8 @@
                 only if the existing layer is empty.
             </dd>
             <dt><code>Truncate</code> : <atom>boolean</atom></dt>
-            <dd>If <TRUE/> requests that changes should not be merged onto 
-                existing data, but that the changes should be applied  
+            <dd>If <TRUE/> requests that changes should not be merged onto
+                existing data, but that the changes should be applied
                 to a layer that is completely empty.
             </dd>
         </dl>
@@ -87,11 +87,11 @@
       */
     interface com::sun::star::lang::XInitialization ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 } ;
 
-//============================================================================= 
+//=============================================================================
 
-} ; } ; } ; } ; } ; 
+} ; } ; } ; } ; } ;
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/configuration/backend/LdapMultiLayerStratum.idl b/main/offapi/com/sun/star/configuration/backend/LdapMultiLayerStratum.idl
index cf46083..f6508fb 100644
--- a/main/offapi/com/sun/star/configuration/backend/LdapMultiLayerStratum.idl
+++ b/main/offapi/com/sun/star/configuration/backend/LdapMultiLayerStratum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -27,11 +27,11 @@
 #include <com/sun/star/configuration/backend/MultiLayerStratum.idl>
 #endif
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module configuration { module backend {
 
-//============================================================================= 
+//=============================================================================
 
 /**
    implements <type>MultiLayerStratum</type> that
@@ -39,18 +39,18 @@
 */
 service LdapMultiLayerStratum
 {
-	//------------------------------------------------------------------------- 
-    
+	//-------------------------------------------------------------------------
+
     /**
       provides access to multiple layers of configuration data.
      */
     service  MultiLayerStratum;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 } ;
 
-//============================================================================= 
+//=============================================================================
 
-} ; } ; } ; } ; } ; 
+} ; } ; } ; } ; } ;
 
 #endif
diff --git a/main/offapi/com/sun/star/configuration/backend/LdapSingleBackend.idl b/main/offapi/com/sun/star/configuration/backend/LdapSingleBackend.idl
index 6cba075..9a436d7 100644
--- a/main/offapi/com/sun/star/configuration/backend/LdapSingleBackend.idl
+++ b/main/offapi/com/sun/star/configuration/backend/LdapSingleBackend.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -25,33 +25,33 @@
 
 #ifndef __com_sun_star_configuration_backend_SingleBackend_idl__
 #include <com/sun/star/configuration/backend/SingleBackend.idl>
-#endif 
+#endif
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module configuration { module backend {
 
-//============================================================================= 
+//=============================================================================
 
 /**
-    implements <type>SingleBackend</type> that stores data in an 
+    implements <type>SingleBackend</type> that stores data in an
     LDAP directoy.
-  
+
     @since OpenOffice 1.1.2
 */
 published service LdapSingleBackend
 {
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
     /** provides access to configuration data.
       */
     service SingleBackend ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 } ;
 
-//============================================================================= 
+//=============================================================================
 
-} ; } ; } ; } ; } ; 
+} ; } ; } ; } ; } ;
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/configuration/backend/LdapSingleStratum.idl b/main/offapi/com/sun/star/configuration/backend/LdapSingleStratum.idl
index 7dfd8f6..d338386 100644
--- a/main/offapi/com/sun/star/configuration/backend/LdapSingleStratum.idl
+++ b/main/offapi/com/sun/star/configuration/backend/LdapSingleStratum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -27,11 +27,11 @@
 #include <com/sun/star/configuration/backend/SingleLayerStratum.idl>
 #endif
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module configuration { module backend {
 
-//============================================================================= 
+//=============================================================================
 
 /**
    implements <type>SingleLayerStratum</type> that
@@ -39,18 +39,18 @@
 */
 service LdapSingleStratum
 {
-	//------------------------------------------------------------------------- 
-    
+	//-------------------------------------------------------------------------
+
     /**
       provides access to configuration data.
      */
     service  SingleLayerStratum;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 } ;
 
-//============================================================================= 
+//=============================================================================
 
-} ; } ; } ; } ; } ; 
+} ; } ; } ; } ; } ;
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/configuration/backend/LocalDataImporter.idl b/main/offapi/com/sun/star/configuration/backend/LocalDataImporter.idl
index 66d1319..35c6ad4 100644
--- a/main/offapi/com/sun/star/configuration/backend/LocalDataImporter.idl
+++ b/main/offapi/com/sun/star/configuration/backend/LocalDataImporter.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -25,19 +25,19 @@
 
 #ifndef __com_sun_star_configuration_backend_DataImporter_idl__
 #include <com/sun/star/configuration/backend/DataImporter.idl>
-#endif 
+#endif
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module configuration { module backend {
 
-//============================================================================= 
+//=============================================================================
 
 /**
-    allows importing data from a local configuration data repository 
+    allows importing data from a local configuration data repository
     or file into any <type>Backend</type>.
-  
-    <p> Data to be imported can be a single layer either from a full local 
+
+    <p> Data to be imported can be a single layer either from a full local
         configuration database or from a particular OOR Update XML file.
     </p>
     <p> Data is imported into the <type>DefaultBackend</type>.
@@ -53,55 +53,55 @@
 */
 published service LocalDataImporter
 {
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
     /** provides for running an import job
 
-        <p> The implementation returns <void/> from  
+        <p> The implementation returns <void/> from
             <member scope="com::sun::star::task">XJob::execute()</member>
-            to indicates successful execution. If import is not executed, 
-            because <code>OverwriteExisting = </code><TRUE/> was specified, 
-            a <type scope="com::sun::star::lang">IllegalAccessException</type> 
-            is returned. 
+            to indicates successful execution. If import is not executed,
+            because <code>OverwriteExisting = </code><TRUE/> was specified,
+            a <type scope="com::sun::star::lang">IllegalAccessException</type>
+            is returned.
         </p>
-         <p>If <void/> or <TRUE/> is returned, this indicates successful 
-            execution. If an 
-            <type scope="com::sun::star::uno">Exception</type> is returned, 
-            it represents an error condition encountered during execution. 
+         <p>If <void/> or <TRUE/> is returned, this indicates successful
+            execution. If an
+            <type scope="com::sun::star::uno">Exception</type> is returned,
+            it represents an error condition encountered during execution.
         </p>
 
         <p> The standard arguments to
             <member scope="com::sun::star::task">XJob::execute()</member>
-            are all supported by implementations. Additionally the following 
+            are all supported by implementations. Additionally the following
             argument is required to select the data source:
         <dl>
             <dt><code>LayerDataUrl</code> : <atom >string</atom></dt>
-            <dd>A file URL that specifies the location of the source data. 
-                <p> If no <code>Component</code> is provided, this must be the 
-                    location of an OOR Update XML file, which will be imported 
-                    directly. 
+            <dd>A file URL that specifies the location of the source data.
+                <p> If no <code>Component</code> is provided, this must be the
+                    location of an OOR Update XML file, which will be imported
+                    directly.
                 </p>
-                <p> If a <code>Component</code> is provided, the 
-                    <code>LayerDataUrl</code> is treated as Entity 
-                    (i.e. Layer directory base URL) for a local 
-                    configuration database and the appropriate component 
+                <p> If a <code>Component</code> is provided, the
+                    <code>LayerDataUrl</code> is treated as Entity
+                    (i.e. Layer directory base URL) for a local
+                    configuration database and the appropriate component
                     from that repository is imported.
                 </p>
             </dd>
         </dl>
         </p>
-        <p> Implementations may support additional parameters to select 
-            a destination <type>Backend</type>, that is not the 
+        <p> Implementations may support additional parameters to select
+            a destination <type>Backend</type>, that is not the
             <type>DefaultBackend</type>.
         </p>
       */
     service DataImporter ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 } ;
 
-//============================================================================= 
+//=============================================================================
 
-} ; } ; } ; } ; } ; 
+} ; } ; } ; } ; } ;
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/configuration/backend/LocalHierarchyBrowser.idl b/main/offapi/com/sun/star/configuration/backend/LocalHierarchyBrowser.idl
index ca1a8f7..9c3939d 100644
--- a/main/offapi/com/sun/star/configuration/backend/LocalHierarchyBrowser.idl
+++ b/main/offapi/com/sun/star/configuration/backend/LocalHierarchyBrowser.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -25,52 +25,52 @@
 
 #ifndef __com_sun_star_configuration_backend_HierarchyBrowser_idl__
 #include <com/sun/star/configuration/backend/HierarchyBrowser.idl>
-#endif 
+#endif
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module configuration { module backend {
 
-//============================================================================= 
+//=============================================================================
 
 /**
-    is a <type>HierarchyBrowser</type>, that browses a configuration database 
+    is a <type>HierarchyBrowser</type>, that browses a configuration database
     stored in the local file system.
-  
+
     @see com::sun::star::configuration::backend::LocalSingleBackend
 
     @since OpenOffice 1.1.2
 */
-published service LocalHierarchyBrowser 
+published service LocalHierarchyBrowser
 {
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
-    /** allows browsing a configuration hierarchy for components. 
+    /** allows browsing a configuration hierarchy for components.
 
-        <p> Either a schema repository or a layer directory can be browsed. 
+        <p> Either a schema repository or a layer directory can be browsed.
             Components can be retrieved either as component names or as
             file URLs.
         </p>
 
         <p> The following additional arguments are supported for
-            <member scope="com::sun::star::task">XJob::execute()</member>:<BR/> 
+            <member scope="com::sun::star::task">XJob::execute()</member>:<BR/>
 
         <dl>
             <dt><code>SchemaDataUrl</code> : <atom>string</atom></dt>
-            <dd>Base directory to search for schema files. 
-                If this is specified, schema files will be browsed, 
+            <dd>Base directory to search for schema files.
+                If this is specified, schema files will be browsed,
                 so argument <code>LayerDataUrl</code> should not be specified.
             </dd>
             <dt><code>LayerDataUrl</code> : <atom>string</atom></dt>
-            <dd>Base directory to search for layer files. 
-                If this is specified, layer files will be browsed, 
+            <dd>Base directory to search for layer files.
+                If this is specified, layer files will be browsed,
                 so argument <code>SchemaDataUrl</code> should not be specified.
             </dd>
             <dt><code>FetchComponentNames</code> : <atom>boolean</atom></dt>
             <dd><ul><li>if <TRUE/> components will be returned as component names,</li>
                     <li>if <FALSE/> components will be returned as fileURLs,</li>
-                    <li>if this argument is not provided, the default is to 
-                        retrieve names when browsing schemas and URLs when 
+                    <li>if this argument is not provided, the default is to
+                        retrieve names when browsing schemas and URLs when
                         browsing layers.</li>
             </dd>
         </dl>
@@ -78,11 +78,11 @@
       */
     service HierarchyBrowser ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 } ;
 
-//============================================================================= 
+//=============================================================================
 
-} ; } ; } ; } ; } ; 
+} ; } ; } ; } ; } ;
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/configuration/backend/LocalSchemaSupplier.idl b/main/offapi/com/sun/star/configuration/backend/LocalSchemaSupplier.idl
index 202bbb8..5a44d9d 100644
--- a/main/offapi/com/sun/star/configuration/backend/LocalSchemaSupplier.idl
+++ b/main/offapi/com/sun/star/configuration/backend/LocalSchemaSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -25,33 +25,33 @@
 
 #ifndef __com_sun_star_configuration_backend_SchemaSupplier_idl__
 #include <com/sun/star/configuration/backend/SchemaSupplier.idl>
-#endif 
+#endif
 
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module configuration { module backend {
 
-//============================================================================= 
+//=============================================================================
 
 /**
-    implements <type>SchemaSupplier</type> providing access to  
+    implements <type>SchemaSupplier</type> providing access to
     local configuration schemas
 */
 service LocalSchemaSupplier
 {
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
      /**
       provides access to configuration schemas.
       */
     service SchemaSupplier ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 } ;
 
-//============================================================================= 
+//=============================================================================
 
-} ; } ; } ; } ; } ; 
+} ; } ; } ; } ; } ;
 
 #endif
diff --git a/main/offapi/com/sun/star/configuration/backend/LocalSingleBackend.idl b/main/offapi/com/sun/star/configuration/backend/LocalSingleBackend.idl
index 85be2bc..8526182 100644
--- a/main/offapi/com/sun/star/configuration/backend/LocalSingleBackend.idl
+++ b/main/offapi/com/sun/star/configuration/backend/LocalSingleBackend.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -25,33 +25,33 @@
 
 #ifndef __com_sun_star_configuration_backend_SingleBackend_idl__
 #include <com/sun/star/configuration/backend/SingleBackend.idl>
-#endif 
+#endif
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module configuration { module backend {
 
-//============================================================================= 
+//=============================================================================
 
 /**
-    implements <type>SingleBackend</type> that stores data in the 
+    implements <type>SingleBackend</type> that stores data in the
     local filesystem using the OOR XML formats.
-  
+
     @since OpenOffice 1.1.2
 */
 published service LocalSingleBackend
 {
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
     /** provides access to configuration data.
       */
     service SingleBackend ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 } ;
 
-//============================================================================= 
+//=============================================================================
 
-} ; } ; } ; } ; } ; 
+} ; } ; } ; } ; } ;
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/configuration/backend/LocalSingleStratum.idl b/main/offapi/com/sun/star/configuration/backend/LocalSingleStratum.idl
index b6faefd..2da6c83 100644
--- a/main/offapi/com/sun/star/configuration/backend/LocalSingleStratum.idl
+++ b/main/offapi/com/sun/star/configuration/backend/LocalSingleStratum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -27,11 +27,11 @@
 #include <com/sun/star/configuration/backend/SingleLayerStratum.idl>
 #endif
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module configuration { module backend {
 
-//============================================================================= 
+//=============================================================================
 
 /**
    implements <type>SingleLayerStratum</type> that
@@ -39,18 +39,18 @@
 */
 service LocalSingleStratum
 {
-	//------------------------------------------------------------------------- 
-    
+	//-------------------------------------------------------------------------
+
     /**
       provides access to configuration data.
      */
     service  SingleLayerStratum;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 } ;
 
-//============================================================================= 
+//=============================================================================
 
-} ; } ; } ; } ; } ; 
+} ; } ; } ; } ; } ;
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/configuration/backend/MalformedDataException.idl b/main/offapi/com/sun/star/configuration/backend/MalformedDataException.idl
index 87fe90c..2baf562 100644
--- a/main/offapi/com/sun/star/configuration/backend/MalformedDataException.idl
+++ b/main/offapi/com/sun/star/configuration/backend/MalformedDataException.idl
@@ -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,41 +7,41 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_configuration_backend_MalformedDataException_idl__ 
-#define __com_sun_star_configuration_backend_MalformedDataException_idl__ 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
-//============================================================================= 
+#ifndef __com_sun_star_configuration_backend_MalformedDataException_idl__
+#define __com_sun_star_configuration_backend_MalformedDataException_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+//=============================================================================
 
 module com { module sun { module star { module configuration { module backend {
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
 /** is raised when the data of a component schema, layer or update
 	is not well-formed, violates the schema or is otherwise invalid.
 
     @since OpenOffice 1.1.2
  */
 published exception MalformedDataException: ::com::sun::star::uno::Exception
-{ 
-    /** 
-        data that provides more detailed information about the 
+{
+    /**
+        data that provides more detailed information about the
         reason and location of the error.
 
         <p> Typically this member should contain an exception characterizing
@@ -74,14 +74,14 @@
             <dd>for features that are not supported by the current implementation.</dd>
         </dl>
         </p>
-        <p> If no more detail information is available, this may be left <void/>. 
+        <p> If no more detail information is available, this may be left <void/>.
         </p>
     */
-	any ErrorDetails; 
-}; 
- 
-//============================================================================= 
- 
+	any ErrorDetails;
+};
+
+//=============================================================================
+
 }; }; }; }; };
- 
-#endif 
+
+#endif
diff --git a/main/offapi/com/sun/star/configuration/backend/MergeImporter.idl b/main/offapi/com/sun/star/configuration/backend/MergeImporter.idl
index 7a29b6b..1772985 100644
--- a/main/offapi/com/sun/star/configuration/backend/MergeImporter.idl
+++ b/main/offapi/com/sun/star/configuration/backend/MergeImporter.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -25,23 +25,23 @@
 
 #ifndef __com_sun_star_configuration_backend_Importer_idl__
 #include <com/sun/star/configuration/backend/Importer.idl>
-#endif 
+#endif
 
 #ifndef __com_sun_star_lang_XInitialization_idl__
 #include <com/sun/star/lang/XInitialization.idl>
-#endif 
+#endif
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module configuration { module backend {
 
-//============================================================================= 
+//=============================================================================
 
-/** 
+/**
     imports data into a configuration layer by merging with existing data.
 
-    <p> No named arguments to 
-        <member scope="com::sun::star::lang">XInitialization::initialize()</member> 
+    <p> No named arguments to
+        <member scope="com::sun::star::lang">XInitialization::initialize()</member>
         are supported.
     </p>
 
@@ -49,12 +49,12 @@
 */
 published service MergeImporter
 {
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
     /** allows importing configuration data into a backend.
-        
-        <p> In this implementation, the changes are merged with any 
-            <type>XLayer</type> data that already exists in the <type>Backend</type>, 
+
+        <p> In this implementation, the changes are merged with any
+            <type>XLayer</type> data that already exists in the <type>Backend</type>,
             replacing it completely.
         </p>
 
@@ -63,11 +63,11 @@
       */
     service Importer ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 } ;
 
-//============================================================================= 
+//=============================================================================
 
-} ; } ; } ; } ; } ; 
+} ; } ; } ; } ; } ;
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/configuration/backend/MergeRecoveryRequest.idl b/main/offapi/com/sun/star/configuration/backend/MergeRecoveryRequest.idl
index 2a3ea58..6f4a86c 100644
--- a/main/offapi/com/sun/star/configuration/backend/MergeRecoveryRequest.idl
+++ b/main/offapi/com/sun/star/configuration/backend/MergeRecoveryRequest.idl
@@ -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,41 +7,41 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_configuration_backend_MergeRecoveryRequest_idl__ 
-#define __com_sun_star_configuration_backend_MergeRecoveryRequest_idl__ 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
-//============================================================================= 
+#ifndef __com_sun_star_configuration_backend_MergeRecoveryRequest_idl__
+#define __com_sun_star_configuration_backend_MergeRecoveryRequest_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+//=============================================================================
 
 module com { module sun { module star { module configuration { module backend {
- 
-//============================================================================= 
- 
-/** is passed to an <type>InteractionHandler<type> when merging fails due to 
+
+//=============================================================================
+
+/** is passed to an <type>InteractionHandler<type> when merging fails due to
 	invalid layer data or access problems.
 
     @since OpenOffice 2.0
  */
 exception MergeRecoveryRequest: ::com::sun::star::uno::Exception
-{ 
-    /** 
-        data that provides more detailed information about the 
+{
+    /**
+        data that provides more detailed information about the
         reason and location of the error.
 
         <p> Typically this member should contain an exception characterizing
@@ -56,31 +56,31 @@
             <dd>for layers that can't be accessed.</dd>
         </dl>
         </p>
-        <p> If no more detail information is available, this may be left <void/>. 
+        <p> If no more detail information is available, this may be left <void/>.
         </p>
     */
-	any ErrorDetails; 
+	any ErrorDetails;
 
-    /** 
+    /**
         Identifier of the layer object containing the invalid data.
     */
     string ErrorLayerId;
 
-    /** 
+    /**
         specifies whether the requestor wants to remove or skip the invalid layer.
 
-        <p> If <TRUE/> the requestor wants to remove the underlying data of 
+        <p> If <TRUE/> the requestor wants to remove the underlying data of
             the layer.<BR/>
-            If <FALSE/> the request is to skip the underlying data this time, 
+            If <FALSE/> the request is to skip the underlying data this time,
             but without removing it.
         </p>
     */
     boolean IsRemovalRequest;
 
-}; 
- 
-//============================================================================= 
- 
+};
+
+//=============================================================================
+
 }; }; }; }; };
- 
-#endif 
+
+#endif
diff --git a/main/offapi/com/sun/star/configuration/backend/MultiLayerStratum.idl b/main/offapi/com/sun/star/configuration/backend/MultiLayerStratum.idl
index b6ed286..e331f43 100644
--- a/main/offapi/com/sun/star/configuration/backend/MultiLayerStratum.idl
+++ b/main/offapi/com/sun/star/configuration/backend/MultiLayerStratum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -25,45 +25,44 @@
 
 #ifndef __com_sun_star_configuration_backend_XBackendEntities_idl__
 #include <com/sun/star/configuration/backend/XBackendEntities.idl>
-#endif 
+#endif
 
 #ifndef __com_sun_star_configuration_backend_XMultiLayerStratum_idl__
 #include <com/sun/star/configuration/backend/XMultiLayerStratum.idl>
-#endif 
+#endif
 
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module configuration { module backend {
 
-//============================================================================= 
+//=============================================================================
 
 /**
    Provides access to a singe layer of configuration data
 */
 service MultiLayerStratum
 {
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
      /**
       provides access to multiple layers of configuration data .
       */
     interface XMultiLayerStratum ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
-   
+
     /**
       provides information about supported and special entities.
       */
     [optional] interface XBackendEntities ;
-  
 
-	//------------------------------------------------------------------------- 
+
+	//-------------------------------------------------------------------------
 } ;
 
-//============================================================================= 
+//=============================================================================
 
-} ; } ; } ; } ; } ; 
+} ; } ; } ; } ; } ;
 
 #endif
- 
diff --git a/main/offapi/com/sun/star/configuration/backend/MultiStratumBackend.idl b/main/offapi/com/sun/star/configuration/backend/MultiStratumBackend.idl
index 7d2fb19..09ba9ed 100644
--- a/main/offapi/com/sun/star/configuration/backend/MultiStratumBackend.idl
+++ b/main/offapi/com/sun/star/configuration/backend/MultiStratumBackend.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/configuration/backend/NodeAttribute.idl b/main/offapi/com/sun/star/configuration/backend/NodeAttribute.idl
index 23fcef1..75ef62f 100644
--- a/main/offapi/com/sun/star/configuration/backend/NodeAttribute.idl
+++ b/main/offapi/com/sun/star/configuration/backend/NodeAttribute.idl
@@ -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,28 +7,28 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_configuration_backend_NodeAttribute_idl__ 
+#ifndef __com_sun_star_configuration_backend_NodeAttribute_idl__
 #define __com_sun_star_configuration_backend_NodeAttribute_idl__
- 
+
 //=============================================================================
- 
+
 module com { module sun { module star { module configuration { module backend {
- 
+
 //=============================================================================
- 
+
 /** These values are used to specify the behavior of a node or property
 	in a layer.
 
@@ -37,34 +37,34 @@
 	</p>
 
 	@see com::sun::star::configuration::backend::SchemaAttribute
-		During merging the values may be combined with static attributes 
+		During merging the values may be combined with static attributes
 		from the schema.
 
-    @since OpenOffice 1.1.2  
+    @since OpenOffice 1.1.2
  */
 published constants NodeAttribute
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** indicates that a node or property may not be changed or overridden
 		in subsequent layers
 	 */
-	const short FINALIZED = 256; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short FINALIZED = 256;
+
+	//-------------------------------------------------------------------------
+
 	/** indicates that a set item may not be removed or replaced
-		in subsequent layers. 
+		in subsequent layers.
 	 */
-	const short MANDATORY = 512; 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** indicates that a node or property may not be changed 
+	const short MANDATORY = 512;
+
+	//-------------------------------------------------------------------------
+
+	/** indicates that a node or property may not be changed
 		in this or subsequent layer.
 	 */
-	const short READONLY = 1024; 
- 
+	const short READONLY = 1024;
+
     //-------------------------------------------------------------------------
 
     /** indicates that contents shall be fused.
@@ -77,21 +77,21 @@
         @since OpenOffice 2.0.3
      */
     const short FUSE = 2048;
- 
-	//------------------------------------------------------------------------- 
-	 	 
+
+	//-------------------------------------------------------------------------
+
 	/** can be used to mask the node attributes from merged attributes
 	 */
 	const short MASK = 32512; // 0xFF00, changed to 0x7F00 because only 3 bits
                               // are masked and fixing a bug in idlc
- 
-	//------------------------------------------------------------------------- 
-}; 
- 
-//=============================================================================
- 
-}; }; }; }; }; 
+
+	//-------------------------------------------------------------------------
+};
 
 //=============================================================================
- 
-#endif 
+
+}; }; }; }; };
+
+//=============================================================================
+
+#endif
diff --git a/main/offapi/com/sun/star/configuration/backend/OfflineBackend.idl b/main/offapi/com/sun/star/configuration/backend/OfflineBackend.idl
index 87dfad3..4c390cf 100644
--- a/main/offapi/com/sun/star/configuration/backend/OfflineBackend.idl
+++ b/main/offapi/com/sun/star/configuration/backend/OfflineBackend.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -25,50 +25,50 @@
 
 #ifndef __com_sun_star_configuration_backend_BackendAdapter_idl__
 #include <com/sun/star/configuration/backend/BackendAdapter.idl>
-#endif 
+#endif
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module configuration { module backend {
 
-//============================================================================= 
+//=============================================================================
 
 /**
-    implements <type>BackendAdapter</type> that maintains a cache so it  
-    can operate even if the <type>SingleBackend</type> holding the data 
+    implements <type>BackendAdapter</type> that maintains a cache so it
+    can operate even if the <type>SingleBackend</type> holding the data
     is inaccessible.
- 
+
     @see com::sun::star::configuration::backend::OnlineBackend
-     
+
     @since OpenOffice 1.1.2
 */
 published service OfflineBackend
 {
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
     /** provides access to configuration data from a <type>SingleBackend</type>.
 
-      <p>If no backend is provided during initialization or if the context 
-        contains an <code>Offline</code> flag that is <TRUE/>, then offline mode 
-        is activated. This may fail, if the offline cache has not been filled 
-        during a previous execution. 
+      <p>If no backend is provided during initialization or if the context
+        contains an <code>Offline</code> flag that is <TRUE/>, then offline mode
+        is activated. This may fail, if the offline cache has not been filled
+        during a previous execution.
       </p>
       <p>Less entities may be available from <type>XBackendEntities</type>,
-      when operating in offline mode than when operating with an online 
+      when operating in offline mode than when operating with an online
       <type>SingleBackend</type>.
       </p>
-      <p>If offline mode is not invoked, the implementation behaves 
+      <p>If offline mode is not invoked, the implementation behaves
         like any other <type>BackendAdapter</type>.
       </p>
 
       */
     service BackendAdapter ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 } ;
 
-//============================================================================= 
+//=============================================================================
 
-} ; } ; } ; } ; } ; 
+} ; } ; } ; } ; } ;
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/configuration/backend/OnlineBackend.idl b/main/offapi/com/sun/star/configuration/backend/OnlineBackend.idl
index 075c425..4d10fcf 100644
--- a/main/offapi/com/sun/star/configuration/backend/OnlineBackend.idl
+++ b/main/offapi/com/sun/star/configuration/backend/OnlineBackend.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -25,37 +25,37 @@
 
 #ifndef __com_sun_star_configuration_backend_BackendAdapter_idl__
 #include <com/sun/star/configuration/backend/BackendAdapter.idl>
-#endif 
+#endif
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module configuration { module backend {
 
-//============================================================================= 
+//=============================================================================
 
 /**
-    implements a <type>BackendAdapter</type> that requires that   
-    the <type>SingleBackend</type> holding the data 
+    implements a <type>BackendAdapter</type> that requires that
+    the <type>SingleBackend</type> holding the data
     is continuously accessible.
- 
+
     @see com::sun::star::configuration::backend::OfflineBackend
-  
+
     @since OpenOffice 1.1.2
 */
 published service OnlineBackend
 {
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
     /** provides access to configuration data from a <type>SingleBackend</type>.
 
       */
     service BackendAdapter ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 } ;
 
-//============================================================================= 
+//=============================================================================
 
-} ; } ; } ; } ; } ; 
+} ; } ; } ; } ; } ;
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/configuration/backend/PlatformBackend.idl b/main/offapi/com/sun/star/configuration/backend/PlatformBackend.idl
index b1f2267..0f9a5d7 100644
--- a/main/offapi/com/sun/star/configuration/backend/PlatformBackend.idl
+++ b/main/offapi/com/sun/star/configuration/backend/PlatformBackend.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -27,11 +27,11 @@
 #include <com/sun/star/configuration/backend/SingleLayerStratum.idl>
 #endif
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module configuration { module backend {
 
-//============================================================================= 
+//=============================================================================
 
 /**
    implements <type>SingleLayerStratum</type> that
@@ -39,18 +39,18 @@
 */
 service PlatformBackend
 {
-	//------------------------------------------------------------------------- 
-    
+	//-------------------------------------------------------------------------
+
     /**
       provides access to configuration data.
      */
     service  SingleLayerStratum;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 } ;
 
-//============================================================================= 
+//=============================================================================
 
-} ; } ; } ; } ; } ; 
+} ; } ; } ; } ; } ;
 
 #endif
diff --git a/main/offapi/com/sun/star/configuration/backend/PropertyInfo.idl b/main/offapi/com/sun/star/configuration/backend/PropertyInfo.idl
index ec4239b..ca976e6 100644
--- a/main/offapi/com/sun/star/configuration/backend/PropertyInfo.idl
+++ b/main/offapi/com/sun/star/configuration/backend/PropertyInfo.idl
@@ -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,59 +7,59 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
-#ifndef __com_sun_star_configuration_backend_PropertyInfo_idl__ 
-#define __com_sun_star_configuration_backend_PropertyInfo_idl__ 
+#ifndef __com_sun_star_configuration_backend_PropertyInfo_idl__
+#define __com_sun_star_configuration_backend_PropertyInfo_idl__
 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module configuration {  module backend {  
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
+module com {  module sun {  module star {  module configuration {  module backend {
+
+//=============================================================================
+
 /** This structure contains all the information related to a property
     @see XLayerContentDescriber
 */
 struct PropertyInfo
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** The full name of the Property
      *  for eg. org.openoffice.Inet/Settings/ooInetHTTPProxyName
 	*/
 	string Name;
-    
-    /** The type of the Property 
+
+    /** The type of the Property
 	*/
 	string Type;
 
-    /** The value of the property 
+    /** The value of the property
 	*/
 	any Value;
 
     /** Is the property protected, if true  the property can not
-     *  be over written in later layer. 
+     *  be over written in later layer.
 	*/
 	boolean Protected;
-    
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; };  
- 
+
+
+};
+
+//=============================================================================
+
+}; }; }; }; };
+
 #endif
diff --git a/main/offapi/com/sun/star/configuration/backend/Schema.idl b/main/offapi/com/sun/star/configuration/backend/Schema.idl
index ee0cf3a..a8944ea 100644
--- a/main/offapi/com/sun/star/configuration/backend/Schema.idl
+++ b/main/offapi/com/sun/star/configuration/backend/Schema.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -35,8 +35,8 @@
 //==============================================================================
 
 /**
-  provides read only access to a configuration component schema. 
-  
+  provides read only access to a configuration component schema.
+
   <p>A component is a set of hierarchically organised and semantically
   related configuration settings, e.g StarWriter settings.
   </p>
@@ -46,7 +46,7 @@
   </p>
 
   @see com::sun::star::configuration::backend::Layer
-        Service providing access to individual 
+        Service providing access to individual
         configuration data for an entity.
 
   @since OpenOffice 1.1.2
@@ -64,7 +64,7 @@
     interface XSchema ;
 
     //--------------------------------------------------------------------------
-    
+
     /**
       The URL of the layer data.
 
diff --git a/main/offapi/com/sun/star/configuration/backend/SchemaAttribute.idl b/main/offapi/com/sun/star/configuration/backend/SchemaAttribute.idl
index 8938709..fe17653 100644
--- a/main/offapi/com/sun/star/configuration/backend/SchemaAttribute.idl
+++ b/main/offapi/com/sun/star/configuration/backend/SchemaAttribute.idl
@@ -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,70 +7,70 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_configuration_backend_SchemaAttribute_idl__ 
+#ifndef __com_sun_star_configuration_backend_SchemaAttribute_idl__
 #define __com_sun_star_configuration_backend_SchemaAttribute_idl__
 
 //=============================================================================
- 
+
 module com { module sun { module star { module configuration { module backend {
- 
+
 //=============================================================================
- 
+
 /** These values are used to specify the behavior of a node or property
 	in the schema.
 
 	@see com::sun::star::configuration::backend::NodeAttribute
 		During merging the values may be combined with node attributes.
 
-    @since OpenOffice 1.1.2  
+    @since OpenOffice 1.1.2
  */
 published constants SchemaAttribute
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** indicates that a property value can't be null. 
+{
+	//-------------------------------------------------------------------------
+
+	/** indicates that a property value can't be null.
 	 */
-	const short REQUIRED = 1; 
- 
-	//------------------------------------------------------------------------- 
-	 	 
-	/** indicates that the content of the node or the value of the property 
+	const short REQUIRED = 1;
+
+	//-------------------------------------------------------------------------
+
+	/** indicates that the content of the node or the value of the property
 		may depend on the locale.
 	 */
-	const short LOCALIZED = 2; 
- 
-	//------------------------------------------------------------------------- 
-	 	 
+	const short LOCALIZED = 2;
+
+	//-------------------------------------------------------------------------
+
 	/** indicates that properties can be added to the node at runtime
 	 */
-	const short EXTENSIBLE = 4; 
- 
-	//------------------------------------------------------------------------- 
-	 	 
+	const short EXTENSIBLE = 4;
+
+	//-------------------------------------------------------------------------
+
 	/** can be used to mask the schema attributes from merged attributes
 	 */
-	const short MASK = 255; // 0x00FF 
- 
-	//------------------------------------------------------------------------- 
-}; 
- 
-//=============================================================================
- 
-}; }; }; }; }; 
+	const short MASK = 255; // 0x00FF
+
+	//-------------------------------------------------------------------------
+};
 
 //=============================================================================
- 
-#endif 
+
+}; }; }; }; };
+
+//=============================================================================
+
+#endif
diff --git a/main/offapi/com/sun/star/configuration/backend/SchemaSupplier.idl b/main/offapi/com/sun/star/configuration/backend/SchemaSupplier.idl
index c152a9e..707235d 100644
--- a/main/offapi/com/sun/star/configuration/backend/SchemaSupplier.idl
+++ b/main/offapi/com/sun/star/configuration/backend/SchemaSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -25,32 +25,32 @@
 
 #ifndef __com_sun_star_configuration_backend_XSchemaSupplier_idl__
 #include <com/sun/star/configuration/backend/XSchemaSupplier.idl>
-#endif 
+#endif
 
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module configuration { module backend {
 
-//============================================================================= 
+//=============================================================================
 
 /**
      provides access to configuration schemas
 */
 service SchemaSupplier
 {
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
      /**
       provides access to configuration schemas.
       */
      interface XSchemaSupplier ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 } ;
 
-//============================================================================= 
+//=============================================================================
 
-} ; } ; } ; } ; } ; 
+} ; } ; } ; } ; } ;
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/configuration/backend/SingleBackend.idl b/main/offapi/com/sun/star/configuration/backend/SingleBackend.idl
index 441b489..4abca9e 100644
--- a/main/offapi/com/sun/star/configuration/backend/SingleBackend.idl
+++ b/main/offapi/com/sun/star/configuration/backend/SingleBackend.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -25,73 +25,73 @@
 
 #ifndef __com_sun_star_configuration_backend_XBackendEntities_idl__
 #include <com/sun/star/configuration/backend/XBackendEntities.idl>
-#endif 
+#endif
 
 #ifndef __com_sun_star_configuration_backend_XSchemaSupplier_idl__
 #include <com/sun/star/configuration/backend/XSchemaSupplier.idl>
-#endif 
+#endif
 
 #ifndef __com_sun_star_configuration_backend_XMultiLayerStratum_idl__
 #include <com/sun/star/configuration/backend/XMultiLayerStratum.idl>
-#endif 
+#endif
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module configuration { module backend {
 
-//============================================================================= 
+//=============================================================================
 
 /**
-    is a configuration storage backends containing a complete 
-    configuration database, including user data, default or 
+    is a configuration storage backends containing a complete
+    configuration database, including user data, default or
     policy layers and schemata.
 
-    <p> Configuration data is organized into layers which are selected 
-        by components and entities. 
+    <p> Configuration data is organized into layers which are selected
+        by components and entities.
     </p>
 
-    <p> Components are characterized by configuration schemas. 
-        A component contains configuration data for a particular 
+    <p> Components are characterized by configuration schemas.
+        A component contains configuration data for a particular
         application domain or software module.
     </p>
     <p> Entities are organised hierarchically in organisations,
-        groups, roles and individual users. Each element of the associated 
+        groups, roles and individual users. Each element of the associated
         hierarchy corresponds to a layer that applies to an entity.
     </p>
-    <p> Layers contains data for multiple components 
+    <p> Layers contains data for multiple components
         associated to a single entity.
     <p>
-  
+
     @since OpenOffice 1.1.2
 */
-published service SingleBackend 
+published service SingleBackend
 {
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
     /**
       provides access to configuration schemas.
       */
     interface XSchemaSupplier ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
     /**
       provides access to the layer data.
       */
     interface XMultiLayerStratum ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
     /**
       provides information about supported and special entities.
       */
     interface XBackendEntities ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 } ;
 
-//============================================================================= 
+//=============================================================================
 
-} ; } ; } ; } ; } ; 
+} ; } ; } ; } ; } ;
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/configuration/backend/SingleBackendAdapter.idl b/main/offapi/com/sun/star/configuration/backend/SingleBackendAdapter.idl
index bd718cb..ee24b4d 100644
--- a/main/offapi/com/sun/star/configuration/backend/SingleBackendAdapter.idl
+++ b/main/offapi/com/sun/star/configuration/backend/SingleBackendAdapter.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -25,37 +25,37 @@
 
 #ifndef __com_sun_star_configuration_backend_BackendAdapter_idl__
 #include <com/sun/star/configuration/backend/BackendAdapter.idl>
-#endif 
+#endif
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module configuration { module backend {
 
-//============================================================================= 
+//=============================================================================
 
 /**
     implements a simple <type>BackendAdapter</type> that can be used for
     normal configuration operation.
- 
+
     <p>All real functionality is provided by the wrapped <type>SingleBackend</type>.
 
     @see com::sun::star::configuration::backend::OnlineBackend
-     
+
     @since OpenOffice 1.1.2
 */
 published service SingleBackendAdapter
 {
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
     /** provides access to configuration data from a <type>SingleBackend</type>.
       */
     service BackendAdapter ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 } ;
 
-//============================================================================= 
+//=============================================================================
 
-} ; } ; } ; } ; } ; 
+} ; } ; } ; } ; } ;
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/configuration/backend/SingleLayerStratum.idl b/main/offapi/com/sun/star/configuration/backend/SingleLayerStratum.idl
index dff460b..d3e294b 100644
--- a/main/offapi/com/sun/star/configuration/backend/SingleLayerStratum.idl
+++ b/main/offapi/com/sun/star/configuration/backend/SingleLayerStratum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -25,45 +25,44 @@
 
 #ifndef __com_sun_star_configuration_backend_XBackendEntities_idl__
 #include <com/sun/star/configuration/backend/XBackendEntities.idl>
-#endif 
+#endif
 
 #ifndef __com_sun_star_configuration_backend_XSingleLayerStratum_idl__
 #include <com/sun/star/configuration/backend/XSingleLayerStratum.idl>
-#endif 
+#endif
 
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module configuration { module backend {
 
-//============================================================================= 
+//=============================================================================
 
 /**
    Provides access to a single layer of configuration data
 */
 service SingleLayerStratum
 {
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
      /**
       provides access to single layer of configuration data.
       */
     interface XSingleLayerStratum ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
-   
+
     /**
       provides information about supported and special entities.
       */
     [optional] interface XBackendEntities ;
-  
 
-	//------------------------------------------------------------------------- 
+
+	//-------------------------------------------------------------------------
 } ;
 
-//============================================================================= 
+//=============================================================================
 
-} ; } ; } ; } ; } ; 
+} ; } ; } ; } ; } ;
 
 #endif
- 
diff --git a/main/offapi/com/sun/star/configuration/backend/StratumCreationException.idl b/main/offapi/com/sun/star/configuration/backend/StratumCreationException.idl
index ecd5c4a..ba5628f 100644
--- a/main/offapi/com/sun/star/configuration/backend/StratumCreationException.idl
+++ b/main/offapi/com/sun/star/configuration/backend/StratumCreationException.idl
@@ -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,52 +7,52 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_configuration_backend_StratumCreationException_idl__ 
-#define __com_sun_star_configuration_backend_StratumCreationException_idl__ 
- 
+#ifndef __com_sun_star_configuration_backend_StratumCreationException_idl__
+#define __com_sun_star_configuration_backend_StratumCreationException_idl__
+
 #ifndef __com_sun_star_configuration_backend_BackendSetupException_idl__
-#include <com/sun/star/configuration/backend/BackendSetupException.idl> 
-#endif 
- 
-//============================================================================= 
+#include <com/sun/star/configuration/backend/BackendSetupException.idl>
+#endif
+
+//=============================================================================
 
 module com { module sun { module star { module configuration { module backend {
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
 /** is passed to an <type>InteractionHandler<type> when creating a stratum backend fails.
 
     @since OpenOffice 2.0
  */
 exception StratumCreationException : BackendSetupException
-{ 
-    /** 
+{
+    /**
         Identifier of the stratum service that could not be created.
     */
     string StratumService;
 
-    /** 
+    /**
         Initialization data passed to the stratum instance.
     */
     string StratumData;
 
-}; 
- 
-//============================================================================= 
- 
+};
+
+//=============================================================================
+
 }; }; }; }; };
- 
-#endif 
+
+#endif
diff --git a/main/offapi/com/sun/star/configuration/backend/SystemIntegration.idl b/main/offapi/com/sun/star/configuration/backend/SystemIntegration.idl
index db7734c..2946f4a 100644
--- a/main/offapi/com/sun/star/configuration/backend/SystemIntegration.idl
+++ b/main/offapi/com/sun/star/configuration/backend/SystemIntegration.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -25,44 +25,44 @@
 
 #ifndef __com_sun_star_configuration_backend_Backend_idl__
 #include <com/sun/star/configuration/backend/Backend.idl>
-#endif 
+#endif
 
 #ifndef __com_sun_star_lang_XInitialization_idl__
 #include <com/sun/star/lang/XInitialization.idl>
-#endif 
-//============================================================================= 
+#endif
+//=============================================================================
 
 module com { module sun { module star { module configuration { module backend {
 
-//============================================================================= 
+//=============================================================================
 
-/** 
-	provides access to a configuration data composed of one or more 
+/**
+	provides access to a configuration data composed of one or more
     platform backends containing settings used by software modules.
-    
+
  */
 service SystemIntegration
 {
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
  	/**
       	 provides access to the layer data.
       */
-    interface XBackend ; 
-   
+    interface XBackend ;
+
 	/**
 	   allows initialization of backend data sources
-	   
-	   <p>no parameters need to be passed as backends are initialised 
+
+	   <p>no parameters need to be passed as backends are initialised
 		  using the service registration database 'services.rdb'.
-	   </p> 
-		
+	   </p>
+
 	*/
 
 	interface com::sun::star::lang::XInitialization ;
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 } ;
 
-//============================================================================= 
+//=============================================================================
 
-} ; } ; } ; } ; } ; 
-#endif 
+} ; } ; } ; } ; } ;
+#endif
diff --git a/main/offapi/com/sun/star/configuration/backend/TemplateIdentifier.idl b/main/offapi/com/sun/star/configuration/backend/TemplateIdentifier.idl
index 872df02..96b30c7 100644
--- a/main/offapi/com/sun/star/configuration/backend/TemplateIdentifier.idl
+++ b/main/offapi/com/sun/star/configuration/backend/TemplateIdentifier.idl
@@ -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,57 +7,57 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_configuration_backend_TemplateIdentifier_idl__ 
+#ifndef __com_sun_star_configuration_backend_TemplateIdentifier_idl__
 #define __com_sun_star_configuration_backend_TemplateIdentifier_idl__
-  
- 
+
+
 //=============================================================================
- 
+
 module com { module sun { module star { module configuration { module backend {
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
 /** holds the data needed to identify a template.
 
-    @since OpenOffice 1.1.2  
-	
+    @since OpenOffice 1.1.2
+
  */
 published struct TemplateIdentifier
 {
 	/** specifies the name of the template.
-		
+
 		<p>The name is unique within a component.</p>
 	 */
-	string Name; 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** specifies the component where the template originates.
-		
-	 */
-	string Component; 
- 
-	//------------------------------------------------------------------------- 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; }; 
+	string Name;
 
-//============================================================================= 
- 
-#endif 
+	//-------------------------------------------------------------------------
+
+	/** specifies the component where the template originates.
+
+	 */
+	string Component;
+
+	//-------------------------------------------------------------------------
+
+};
+
+//=============================================================================
+
+}; }; }; }; };
+
+//=============================================================================
+
+#endif
diff --git a/main/offapi/com/sun/star/configuration/backend/UpdatableLayer.idl b/main/offapi/com/sun/star/configuration/backend/UpdatableLayer.idl
index 6b4192e..f0f7f50 100644
--- a/main/offapi/com/sun/star/configuration/backend/UpdatableLayer.idl
+++ b/main/offapi/com/sun/star/configuration/backend/UpdatableLayer.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -48,19 +48,19 @@
   <p>An updatable layer can be read or replaced with another layer.
   </p>
 
-  @since OpenOffice 1.1.2  
+  @since OpenOffice 1.1.2
   */
 published service UpdatableLayer
 {
     //--------------------------------------------------------------------------
 
     /**
-        handles read access to the contents of the layer. 
+        handles read access to the contents of the layer.
 
-        <p> If the implementation supports 
+        <p> If the implementation supports
          <type scope="com::sun::star::util">XTimeStamped</type>,
          then after executing <member>XUpdatableLayer::replaceWith()</member>
-         the timestamp will be the one for the replaced contents and 
+         the timestamp will be the one for the replaced contents and
          if reading after updates is supported the next read will reproduce the
          replaced data.
         </p>
@@ -70,19 +70,19 @@
     //--------------------------------------------------------------------------
 
     /**
-      provides write access to the contents of the layer. 
-      
-       <p> Depending of the actual type (simple, i.e pure <type>XLayer</type> or 
-       composite, i.e <type>XCompositeLayer</type>) of the current layer and 
-       the provided replacement layer, the operation performed 
+      provides write access to the contents of the layer.
+
+       <p> Depending of the actual type (simple, i.e pure <type>XLayer</type> or
+       composite, i.e <type>XCompositeLayer</type>) of the current layer and
+       the provided replacement layer, the operation performed
        by <member>XUpdatableLayer::replaceWith()</member>, will vary.
        </p>
        <p> For the different current/replacement layer combinations, we have:
        <dl>
-           <dt>Simple/Simple<dt> 
+           <dt>Simple/Simple<dt>
            <dd>the provided layer's contents replace the current one's.</dd>
 
-           <dt>Composite/Composite<dt> 
+           <dt>Composite/Composite<dt>
            <dd>all layers (main and sub) present in the
                provided layer are used to replace the corresponding current
                layer contents. Sublayers present in the current layer but
@@ -91,12 +91,12 @@
                the current layer.
             </dd>
 
-           <dt>Simple/Composite<dt> 
-           <dd>the main layer and sublayers of the provided layer 
-               are merged into one whose contents replace the current layer. 
+           <dt>Simple/Composite<dt>
+           <dd>the main layer and sublayers of the provided layer
+               are merged into one whose contents replace the current layer.
            </dd>
 
-           <dt>Composite/Simple<dt> 
+           <dt>Composite/Simple<dt>
            <dd>the provided layer is split into a composite one whose contents
                are then used to replace the current layer as described above.
            </dd>
@@ -106,7 +106,7 @@
             support conversions of the replacement layer.
             In such a case the sublayers of the provided layer may be ignored
             or all simple data be merged into the main layer.
-       </em> 
+       </em>
        </p>
       */
     interface XUpdatableLayer ;
diff --git a/main/offapi/com/sun/star/configuration/backend/XBackend.idl b/main/offapi/com/sun/star/configuration/backend/XBackend.idl
index f839d2a..5e37067 100644
--- a/main/offapi/com/sun/star/configuration/backend/XBackend.idl
+++ b/main/offapi/com/sun/star/configuration/backend/XBackend.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -25,23 +25,23 @@
 
 #ifndef __com_sun_star_uno_XInterface_idl__
 #include <com/sun/star/uno/XInterface.idl>
-#endif 
+#endif
 
 #ifndef __com_sun_star_configuration_backend_XUpdateHandler_idl__
 #include <com/sun/star/configuration/backend/XUpdateHandler.idl>
-#endif 
+#endif
 
 #ifndef __com_sun_star_configuration_backend_XLayer_idl__
 #include <com/sun/star/configuration/backend/XLayer.idl>
-#endif 
+#endif
 
 #ifndef __com_sun_star_configuration_backend_XSchema_idl__
 #include <com/sun/star/configuration/backend/XSchema.idl>
-#endif 
+#endif
 
 #ifndef __com_sun_star_configuration_backend_BackendAccessException_idl__
 #include <com/sun/star/configuration/backend/BackendAccessException.idl>
-#endif 
+#endif
 
 #ifndef __com_sun_star_lang_IllegalArgumentException_idl__
 #include <com/sun/star/lang/IllegalArgumentException.idl>
@@ -49,13 +49,13 @@
 
 #ifndef __com_sun_star_lang_NoSupportException_idl__
 #include <com/sun/star/lang/NoSupportException.idl>
-#endif 
+#endif
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module configuration { module backend {
 
-//============================================================================= 
+//=============================================================================
 
 /**
   Handles access to layered data stored in a repository.
@@ -63,28 +63,28 @@
   <p> Data can be retrieved on behalf of one or more entities.</p>
 
   <p> There is an implied owner entity associated to the object
-     when it is created. This entity should be used for normal data access. 
-     For administrative operations data of other entities can be accessed. 
+     when it is created. This entity should be used for normal data access.
+     For administrative operations data of other entities can be accessed.
   </p>
 
   @see com::sun::star::configuration::backend::XBackendEntities
   @see com::sun::star::configuration::backend::XSchemaSupplier
-    
+
   @since OpenOffice 1.1.2
 */
-published interface XBackend : ::com::sun::star::uno::XInterface 
+published interface XBackend : ::com::sun::star::uno::XInterface
 {
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
-    /** 
-      retrieves the layers associated to the owner 
+    /**
+      retrieves the layers associated to the owner
       entity for a component.
 
-      @param aComponent 
+      @param aComponent
                 component whose data will be accessed
 
-      @returns   
-                a list of objects allowing access to the 
+      @returns
+                a list of objects allowing access to the
                 component data for each layer associated to
                 the current entity
 
@@ -93,24 +93,24 @@
 
       @throws   com::sun::star::configuration::backend::BackendAccessException
                 if an error occurs while accessing the data.
-  
+
       @see com::sun::star::configuration::backend::XBackendEntities::getOwnerEntity()
 	*/
     sequence<XLayer> listOwnLayers([in] string aComponent)
         raises (BackendAccessException,
                 com::sun::star::lang::IllegalArgumentException) ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
-    /** 
-      creates an update handler for the owner entity 
+    /**
+      creates an update handler for the owner entity
       layer for a component.
 
-      @param aComponent 
+      @param aComponent
                 component whose data will be updated
 
-      @returns   
-                an object allowing manipulation of the 
+      @returns
+                an object allowing manipulation of the
                 component data for the current entity
 
       @throws   com::sun::star::lang::IllegalArgumentException
@@ -129,20 +129,20 @@
                 com::sun::star::lang::NoSupportException,
                 com::sun::star::lang::IllegalArgumentException) ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
-    /** 
+    /**
       retrieves the layers associated to an entity for a component.
 
-      @param aComponent 
+      @param aComponent
                 component whose data will be accessed
 
-      @param aEntity    
+      @param aEntity
                 entity whose data will be accessed
 
-      @returns   
-                a list of objects allowing access to the 
-                component data for each layer associated 
+      @returns
+                a list of objects allowing access to the
+                component data for each layer associated
                 with the entity.
 
       @throws   com::sun::star::lang::IllegalArgumentException
@@ -159,19 +159,19 @@
         raises (BackendAccessException,
                 com::sun::star::lang::IllegalArgumentException) ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
     /**
       creates an update handler on an entity's layer for a component.
 
-      @param aComponent 
+      @param aComponent
                 component whose data will be updated
 
-      @param aEntity    
+      @param aEntity
                 entity whose data will be updated
 
-      @returns   
-                an object allowing manipulation of the 
+      @returns
+                an object allowing manipulation of the
                 component data for the entity
 
       @throws   com::sun::star::lang::IllegalArgumentException
@@ -186,17 +186,17 @@
 
       @see com::sun::star::configuration::backend::XBackendEntities::supportsEntity()
 	*/
-    XUpdateHandler getUpdateHandler([in] string aComponent, 
+    XUpdateHandler getUpdateHandler([in] string aComponent,
                                     [in] string aEntity)
         raises (BackendAccessException,
                 com::sun::star::lang::NoSupportException,
                 com::sun::star::lang::IllegalArgumentException) ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 } ;
 
-//============================================================================= 
+//=============================================================================
 
-} ; } ; } ; } ; } ; 
+} ; } ; } ; } ; } ;
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/configuration/backend/XBackendChangesListener.idl b/main/offapi/com/sun/star/configuration/backend/XBackendChangesListener.idl
index 6708fd3..9c42ac9 100644
--- a/main/offapi/com/sun/star/configuration/backend/XBackendChangesListener.idl
+++ b/main/offapi/com/sun/star/configuration/backend/XBackendChangesListener.idl
@@ -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,55 +7,55 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
-#ifndef __com_sun_star_configuration_backend_XBackendChangesListener_idl__ 
-#define __com_sun_star_configuration_backend_XBackendChangesListener_idl__ 
+#ifndef __com_sun_star_configuration_backend_XBackendChangesListener_idl__
+#define __com_sun_star_configuration_backend_XBackendChangesListener_idl__
 
-#ifndef __com_sun_star_configuration_backend_ComponentChangeEvent_idl__ 
+#ifndef __com_sun_star_configuration_backend_ComponentChangeEvent_idl__
 #include <com/sun/star/configuration/backend/ComponentChangeEvent.idl>
 #endif
 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module configuration {  module backend {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+//=============================================================================
+
+module com {  module sun {  module star {  module configuration {  module backend {
+
+//=============================================================================
+
 /** receives notification from backend broadcaster objects.
 
-	@see XBackendChangesNotifier 
-	
+	@see XBackendChangesNotifier
+
  */
 	interface XBackendChangesListener: ::com::sun::star::lang::XEventListener
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** is invoked when component data in backend source changes
-		
+
 		@param Event
 			 Event indicating the component data change
 	 */
-	void componentDataChanged( [in] com::sun::star::configuration::backend::ComponentChangeEvent Event ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; };  
- 
-#endif 
+	void componentDataChanged( [in] com::sun::star::configuration::backend::ComponentChangeEvent Event );
+
+};
+
+//=============================================================================
+
+}; }; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/configuration/backend/XBackendChangesNotifier.idl b/main/offapi/com/sun/star/configuration/backend/XBackendChangesNotifier.idl
index 02fa1dd..2a74a42 100644
--- a/main/offapi/com/sun/star/configuration/backend/XBackendChangesNotifier.idl
+++ b/main/offapi/com/sun/star/configuration/backend/XBackendChangesNotifier.idl
@@ -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,70 +7,70 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_configuration_backend_XBackendChangesNotifier_idl__ 
-#define __com_sun_star_configuration_backend_XBackendChangesNotifier_idl__ 
- 
-#ifndef __com_sun_star_configuration_backend_XBackendChangesListener_idl__ 
-#include <com/sun/star/configuration/backend/XBackendChangesListener.idl> 
+#ifndef __com_sun_star_configuration_backend_XBackendChangesNotifier_idl__
+#define __com_sun_star_configuration_backend_XBackendChangesNotifier_idl__
+
+#ifndef __com_sun_star_configuration_backend_XBackendChangesListener_idl__
+#include <com/sun/star/configuration/backend/XBackendChangesListener.idl>
 #endif
 
 #ifndef __com_sun_star_uno_XInterface_idl__
 #include <com/sun/star/uno/XInterface.idl>
-#endif  
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module configuration {  module backend {  
- 
-//============================================================================= 
- 
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module configuration {  module backend {
+
+//=============================================================================
+
 /** broadcasts changes when data from backend sources has changed.
 
-	@see XBackendChangesListener 
+	@see XBackendChangesListener
 */
 interface XBackendChangesNotifier: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** adds the specified listener to receive events when changes occurred.
 		@param aListener
 			specifies the listener object.
 
 		@param component
 			 The name of the component the listener is monitoring changes for.
-	 
+
 	 */
 	[oneway] void addChangesListener( [in] com::sun::star::configuration::backend::XBackendChangesListener aListener,
-									  [in] string component); 
- 
-	//------------------------------------------------------------------------- 
+									  [in] string component);
+
+	//-------------------------------------------------------------------------
 	/** removes the specified listener.
 		@param aListener
 			specifies the listener object.
 
 		@param component
 			 The name of the component the listener is monitoring changes for.
-	 
+
 	 */
 	[oneway] void removeChangesListener( [in] com::sun::star::configuration::backend::XBackendChangesListener aListener,
-										 [in] string component); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; };  
- 
-#endif 
+										 [in] string component);
+
+};
+
+//=============================================================================
+
+}; }; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/configuration/backend/XBackendEntities.idl b/main/offapi/com/sun/star/configuration/backend/XBackendEntities.idl
index edc3400..500e8c4 100644
--- a/main/offapi/com/sun/star/configuration/backend/XBackendEntities.idl
+++ b/main/offapi/com/sun/star/configuration/backend/XBackendEntities.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -25,42 +25,42 @@
 
 #ifndef __com_sun_star_uno_XInterface_idl__
 #include <com/sun/star/uno/XInterface.idl>
-#endif 
+#endif
 
 #ifndef __com_sun_star_lang_IllegalArgumentException_idl__
 #include <com/sun/star/lang/IllegalArgumentException.idl>
-#endif 
+#endif
 #ifndef __com_sun_star_configuration_backend_BackendAccessException_idl__
 #include <com/sun/star/configuration/backend/BackendAccessException.idl>
-#endif 
+#endif
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module configuration { module backend {
 
-//============================================================================= 
+//=============================================================================
 
-/** 
-  Provides functionality relating to common and supported entities 
-  for a configuration data backend. 
- 
+/**
+  Provides functionality relating to common and supported entities
+  for a configuration data backend.
+
   @see com::sun::star::configuration::backend::XBackend
   @see com::sun::star::configuration::backend::XMultiLayerStratum
 
   @since OpenOffice 1.1.2
 */
-published interface XBackendEntities : ::com::sun::star::uno::XInterface 
+published interface XBackendEntities : ::com::sun::star::uno::XInterface
 {
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
-    /** 
+    /**
         provides the entity id of the owner entity of the backend.
 
-        @returns   
+        @returns
             an entity identifier for the owner entity.
-            <p> The owner entity is the default entity for the backend. 
-               For normal configuration data access the owner entity 
-               should always be used. 
+            <p> The owner entity is the default entity for the backend.
+               For normal configuration data access the owner entity
+               should always be used.
             </p>
 
         @see com::sun::star::configuration::backend::XBackend::listOwnLayers()
@@ -68,71 +68,71 @@
 	*/
     string getOwnerEntity() ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
-    /** 
+    /**
         provides the entity id of an entity for general administrative access.
 
-        <p> The admin entity is an entity that should be used to 
-           read and manage configuration data that applies to all entities 
-           within the backend.  
+        <p> The admin entity is an entity that should be used to
+           read and manage configuration data that applies to all entities
+           within the backend.
         </p>
 
-        @returns   
-            an entity identifier for the admin entity or 
-            an empty string, if there is no entity that can be used for 
+        @returns
+            an entity identifier for the admin entity or
+            an empty string, if there is no entity that can be used for
             general administrative access.
 
 	*/
     string getAdminEntity() ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
-    /** 
+    /**
         determines, if a given entity id exists in this backend.
-      
-        @param aEntity    
-            The name of an entity. 
+
+        @param aEntity
+            The name of an entity.
 
         @throws   com::sun::star::configuration::backend::BackendAccessException
                 if an error occurs while accessing the backend.
-  
-        @returns 
-            <TRUE/>, if aEntity is a valid, existing entity for this backend, 
+
+        @returns
+            <TRUE/>, if aEntity is a valid, existing entity for this backend,
             <FALSE/> otherwise.
 	*/
-    boolean supportsEntity([in] string aEntity) 
+    boolean supportsEntity([in] string aEntity)
         raises( BackendAccessException );
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
-    /** 
+    /**
         determines, if two given entity ids denote the same entity.
 
-        @param aEntity    
-            The name of an entity. 
+        @param aEntity
+            The name of an entity.
 
-        @param aOtherEntity    
-            The name of another entity. 
+        @param aOtherEntity
+            The name of another entity.
 
-        @returns 
-            <TRUE/>, if aEntity and aOtherEntity denote the same entity 
+        @returns
+            <TRUE/>, if aEntity and aOtherEntity denote the same entity
             within this backend, <FALSE/> otherwise.
 
         @throws   com::sun::star::configuration::backend::BackendAccessException
                 if an error occurs while accessing the backend.
-  
+
         @throws   com::sun::star::lang::IllegalArgumentException
             if either entity does not exist.
 	*/
-    boolean isEqualEntity([in] string aEntity, [in] string aOtherEntity) 
+    boolean isEqualEntity([in] string aEntity, [in] string aOtherEntity)
         raises( BackendAccessException, com::sun::star::lang::IllegalArgumentException) ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 } ;
 
-//============================================================================= 
+//=============================================================================
 
 } ; } ; } ; } ; } ;
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/configuration/backend/XCompositeLayer.idl b/main/offapi/com/sun/star/configuration/backend/XCompositeLayer.idl
index f56ef3b..1d319fa 100644
--- a/main/offapi/com/sun/star/configuration/backend/XCompositeLayer.idl
+++ b/main/offapi/com/sun/star/configuration/backend/XCompositeLayer.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,7 +30,7 @@
 
 #ifndef __com_sun_star_lang_NullPointerException_idl__
 #include <com/sun/star/lang/NullPointerException.idl>
-#endif 
+#endif
 
 #ifndef __com_sun_star_lang_IllegalArgumentException_idl__
 #include <com/sun/star/lang/IllegalArgumentException.idl>
@@ -51,39 +51,39 @@
 //==============================================================================
 
 /**
-  provides read access to layers that contain sublayers accessible through an 
+  provides read access to layers that contain sublayers accessible through an
   additional criterion (for instance the locale they contain data for).
 
     @since OpenOffice 1.1.2
   */
-published interface XCompositeLayer : XLayer 
+published interface XCompositeLayer : XLayer
 {
     //--------------------------------------------------------------------------
-    
+
     /**
       Returns a list of the criteria that can be used to access the
       sublayers.
 
-      @return   
+      @return
             a list supported sublayer identifiers
 
       @throws com::sun::star::lang::WrappedTargetException
             if an error occurs in the retrieval of the data.
       */
-    sequence<string> listSubLayerIds() 
+    sequence<string> listSubLayerIds()
         raises (com::sun::star::lang::WrappedTargetException) ;
-    
+
     //--------------------------------------------------------------------------
-    
+
     /**
       Describes the content of a particular sublayer to
       an <type>XLayerHandler</type>.
 
-      @param aHandler   
-            Handler object that will receive calls 
+      @param aHandler
+            Handler object that will receive calls
             describing the contents of the sublayer.
 
-      @param aSubLayerId    
+      @param aSubLayerId
             Identifier of the sublayer to be read.
             <p> Must be one the identifiers returned by
                 <member>XCompositeLayer::listSubLayerIds()</member>
@@ -99,7 +99,7 @@
               if the data read from the layer is rejected as invalid by the
               <type>XLayerHandler</type>.
       */
-    void readSubLayerData([in] XLayerHandler aHandler, [in] string aSubLayerId) 
+    void readSubLayerData([in] XLayerHandler aHandler, [in] string aSubLayerId)
         raises (com::sun::star::lang::NullPointerException,
                 com::sun::star::lang::IllegalArgumentException,
                 com::sun::star::lang::WrappedTargetException,
@@ -111,4 +111,4 @@
 //==============================================================================
 
 } ; } ; } ; } ; } ;
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/configuration/backend/XLayer.idl b/main/offapi/com/sun/star/configuration/backend/XLayer.idl
index c407f1b..a3edb63 100644
--- a/main/offapi/com/sun/star/configuration/backend/XLayer.idl
+++ b/main/offapi/com/sun/star/configuration/backend/XLayer.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -25,44 +25,44 @@
 
 #ifndef __com_sun_star_uno_XInterface_idl__
 #include <com/sun/star/uno/XInterface.idl>
-#endif 
+#endif
 
 #ifndef __com_sun_star_configuration_backend_XLayerHandler_idl__
 #include <com/sun/star/configuration/backend/XLayerHandler.idl>
-#endif 
+#endif
 
 #ifndef __com_sun_star_lang_NullPointerException_idl__
 #include <com/sun/star/lang/NullPointerException.idl>
-#endif 
+#endif
 
 #ifndef __com_sun_star_lang_WrappedTargetException_idl__
 #include <com/sun/star/lang/WrappedTargetException.idl>
-#endif 
+#endif
 
 #ifndef __com_sun_star_configuration_backend_MalformedDataException_idl__
 #include <com/sun/star/configuration/backend/MalformedDataException.idl>
 #endif
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module configuration { module backend {
 
-//============================================================================= 
+//=============================================================================
 
-/** 
+/**
   provides read access to the data contained in a layer.
 
     @since OpenOffice 1.1.2
 */
-published interface XLayer : ::com::sun::star::uno::XInterface 
+published interface XLayer : ::com::sun::star::uno::XInterface
 {
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
-    /** 
+    /**
       describes the contents of the layer to an <type>XLayerHandler</type>.
 
-      @param aHandler   
-            Handler object that will receive calls 
+      @param aHandler
+            Handler object that will receive calls
             describing the contents of the layer
 
       @throws com::sun::star::lang::NullPointerException
@@ -73,15 +73,15 @@
               if the data read from the layer is rejected as invalid by the
               <type>XLayerHandler</type>.
 	*/
-    void readData([in] XLayerHandler aHandler) 
+    void readData([in] XLayerHandler aHandler)
         raises (com::sun::star::lang::NullPointerException,
                 com::sun::star::lang::WrappedTargetException,
                 MalformedDataException) ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 } ;
 
-//============================================================================= 
+//=============================================================================
 
-} ; } ; } ; } ; } ; 
-#endif 
+} ; } ; } ; } ; } ;
+#endif
diff --git a/main/offapi/com/sun/star/configuration/backend/XLayerContentDescriber.idl b/main/offapi/com/sun/star/configuration/backend/XLayerContentDescriber.idl
index fa5fc2f..cbadd42 100644
--- a/main/offapi/com/sun/star/configuration/backend/XLayerContentDescriber.idl
+++ b/main/offapi/com/sun/star/configuration/backend/XLayerContentDescriber.idl
@@ -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,67 +7,67 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 #ifndef __com_sun_star_configuration_backend_XLayerContentDescriber_idl__
 #define __com_sun_star_configuration_backend_XLayerContentDescriber_idl__
 
-#ifndef __com_sun_star_configuration_backend_PropertyInfo_idl__ 
+#ifndef __com_sun_star_configuration_backend_PropertyInfo_idl__
 #include <com/sun/star/configuration/backend/PropertyInfo.idl>
 #endif
 
 #ifndef __com_sun_star_uno_XInterface_idl__
 #include <com/sun/star/uno/XInterface.idl>
-#endif 
+#endif
 
 #ifndef __com_sun_star_configuration_backend_XLayerHandler_idl__
 #include <com/sun/star/configuration/backend/XLayerHandler.idl>
-#endif 
+#endif
 
 #ifndef __com_sun_star_lang_NullPointerException_idl__
 #include <com/sun/star/lang/NullPointerException.idl>
-#endif 
+#endif
 
 #ifndef __com_sun_star_configuration_backend_MalformedDataException_idl__
 #include <com/sun/star/configuration/backend/MalformedDataException.idl>
 #endif
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module configuration { module backend {
 
-//============================================================================= 
+//=============================================================================
 
-/** 
+/**
    describe the contents of a layer to an XLayerHander object. The contents of
    the layer is contained in the sequence of PropertyInfo structures
    @see PropertyInfo
-     
-*/
-interface XLayerContentDescriber : ::com::sun::star::uno::XInterface 
-{
-	//------------------------------------------------------------------------- 
 
-    /** 
+*/
+interface XLayerContentDescriber : ::com::sun::star::uno::XInterface
+{
+	//-------------------------------------------------------------------------
+
+    /**
       describes the contents of the layer to an <type>XLayerHandler</type>.
 
-      @param aHandler   
-            Handler object that will receive calls 
+      @param aHandler
+            Handler object that will receive calls
             describing the contents of the layer
 
       @param aPropertyInfos
-             sequence of PropertyInfo structs contained 
+             sequence of PropertyInfo structs contained
              all required property information
 
       @throws com::sun::star::lang::NullPointerException
@@ -77,15 +77,15 @@
               <type>XLayerHandler</type>.
 	*/
     void describeLayer([in] XLayerHandler aHandler,
-                       [in] sequence<PropertyInfo> aPropertyInfos) 
+                       [in] sequence<PropertyInfo> aPropertyInfos)
         raises (com::sun::star::lang::NullPointerException,
                 com::sun::star::lang::WrappedTargetException,
                 MalformedDataException) ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 } ;
 
-//============================================================================= 
+//=============================================================================
 
-} ; } ; } ; } ; } ; 
+} ; } ; } ; } ; } ;
 #endif
diff --git a/main/offapi/com/sun/star/configuration/backend/XLayerHandler.idl b/main/offapi/com/sun/star/configuration/backend/XLayerHandler.idl
index 4ccc0b6..b63763f 100644
--- a/main/offapi/com/sun/star/configuration/backend/XLayerHandler.idl
+++ b/main/offapi/com/sun/star/configuration/backend/XLayerHandler.idl
@@ -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,53 +7,53 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_configuration_backend_XLayerHandler_idl__ 
+#ifndef __com_sun_star_configuration_backend_XLayerHandler_idl__
 #define __com_sun_star_configuration_backend_XLayerHandler_idl__
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
 
-#ifndef __com_sun_star_configuration_backend_TemplateIdentifier_idl__ 
-#include <com/sun/star/configuration/backend/TemplateIdentifier.idl> 
-#endif 
- 
-#ifndef __com_sun_star_configuration_backend_MalformedDataException_idl__ 
-#include <com/sun/star/configuration/backend/MalformedDataException.idl> 
-#endif 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
 
-#ifndef __com_sun_star_lang_WrappedTargetException_idl__ 
-#include <com/sun/star/lang/WrappedTargetException.idl> 
-#endif 
+#ifndef __com_sun_star_configuration_backend_TemplateIdentifier_idl__
+#include <com/sun/star/configuration/backend/TemplateIdentifier.idl>
+#endif
+
+#ifndef __com_sun_star_configuration_backend_MalformedDataException_idl__
+#include <com/sun/star/configuration/backend/MalformedDataException.idl>
+#endif
+
+#ifndef __com_sun_star_lang_WrappedTargetException_idl__
+#include <com/sun/star/lang/WrappedTargetException.idl>
+#endif
 
 //=============================================================================
- 
+
 module com { module sun { module star { module configuration { module backend {
- 
-//============================================================================= 
- 
-/** receives a description of a configuration layer 
+
+//=============================================================================
+
+/** receives a description of a configuration layer
 	as a sequence of events.
 
     @since OpenOffice 1.1.2
  */
 published interface XLayerHandler: ::com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** receives notification that a layer description is started
 		for a component.
 
@@ -68,11 +68,11 @@
 		@throws com::sun::star::lang::WrappedTargetException
 			if an error occurs processing the event.
 	 */
-	void startLayer(  ) 
+	void startLayer(  )
 			raises( MalformedDataException,
-                    com::sun::star::lang::WrappedTargetException ); 
-	//------------------------------------------------------------------------- 
-	 
+                    com::sun::star::lang::WrappedTargetException );
+	//-------------------------------------------------------------------------
+
 	/** receives notification that a layer description is complete.
 
 		<p> Must match a previous call to <member>XLayerHandler::startLayer()</member>.
@@ -82,7 +82,7 @@
             <ul>
 			<li>if invalid data is detected in the layer</li>
 			<li>if there is a unfinished subnode in progress</li>
-			<li>if no layer is started at all</li>	
+			<li>if no layer is started at all</li>
 			<li>if the layer tries to override read-only or final data</li>
             </ul>
             <p><em>Not every implementation can detect each condition</em></p>
@@ -90,15 +90,15 @@
 		@throws com::sun::star::lang::WrappedTargetException
 			if an error occurs processing the event.
 	 */
-	void endLayer(  ) 
+	void endLayer(  )
 			raises( MalformedDataException,
-                    com::sun::star::lang::WrappedTargetException ); 
-	//------------------------------------------------------------------------- 
-	 
+                    com::sun::star::lang::WrappedTargetException );
+	//-------------------------------------------------------------------------
+
 	/** receives notification that a description of a node override is started.
 
-		<p> Subsequent calls describe overrides to properties and members 
-			or items of the node until a matching call to 
+		<p> Subsequent calls describe overrides to properties and members
+			or items of the node until a matching call to
 			<member>XLayerHandler::endNode()</member>is encountered.
 		</p>
 
@@ -108,15 +108,15 @@
 		@param aAttributes
 			specifies attribute values to be applied to the node.
 
-			<p> The value is a combination of 
+			<p> The value is a combination of
 				<type>NodeAttribute</type> flags.
 			</p>
-			<p>	The attributes are combined cumulatively with those 
+			<p>	The attributes are combined cumulatively with those
                 set on lower layers.
 			</p>
 
 		@param bClear
-			if <TRUE/>, specifies that the node should be cleared to an empty 
+			if <TRUE/>, specifies that the node should be cleared to an empty
             state by removing all non-mandatory children from lower layers prior
             to applying the overrides.
 
@@ -137,23 +137,23 @@
 		@see com::sun::star::configuration::backend::NodeAttribute
 	 */
 	void overrideNode( [in] string aName,
-					   [in] short  aAttributes, 
-                       [in] boolean bClear ) 
+					   [in] short  aAttributes,
+                       [in] boolean bClear )
 			raises( MalformedDataException,
-                    com::sun::star::lang::WrappedTargetException ); 
-	//------------------------------------------------------------------------- 
-	 
+                    com::sun::star::lang::WrappedTargetException );
+	//-------------------------------------------------------------------------
+
 	/** receives notification that a new item is started.
 
-		<p> The current node must be a set and 
+		<p> The current node must be a set and
 			a preexisting item (if any) must be removeable.
 		</p>
 		<p> The new item will be created from the default template
 			of the set.
 		</p>
 		<p> Subsequent calls describe the difference from the template
-			of properties and members or items of the node until 
-			a matching call to <member>XLayerHandler::endNode()</member> 
+			of properties and members or items of the node until
+			a matching call to <member>XLayerHandler::endNode()</member>
             is encountered.
 		</p>
 
@@ -163,7 +163,7 @@
 		@param aAttributes
 			specifies attribute values to be applied to the new node.
 
-			<p> The value is a combination of 
+			<p> The value is a combination of
 				<type>NodeAttribute</type> flags.  Note that
                 <member>NodeAttribute::FUSE</member> has an impact on the
                 semantics of this method.
@@ -175,7 +175,7 @@
 			<li>if there already was a change to a node of that name</li>
 			<li>if the template for the new node is not found</li>
 			<li>if an item of that name on a lower layer is not removeable</li>
-			<li>if the name is not a valid item name</li> 
+			<li>if the name is not a valid item name</li>
 			<li>if the attributes are not valid for the node</li>
             </ul>
             <p><em>Not every implementation can detect each condition</em></p>
@@ -186,20 +186,20 @@
 		@see com::sun::star::configuration::backend::NodeAttribute
 	 */
 	void addOrReplaceNode(	[in] string aName,
-							[in] short  aAttributes ) 
+							[in] short  aAttributes )
 			raises( MalformedDataException,
-                    com::sun::star::lang::WrappedTargetException ); 
-	//------------------------------------------------------------------------- 
-	 
-	/** receives notification that a new item based on a particular template 
+                    com::sun::star::lang::WrappedTargetException );
+	//-------------------------------------------------------------------------
+
+	/** receives notification that a new item based on a particular template
 		is started.
 
-		<p> The current node must be a set and 
+		<p> The current node must be a set and
 			a preexisting item (if any) must be removeable.
 		</p>
 		<p> Subsequent calls describe the difference from the template
-			of properties and members or items of the node until 
-			a matching call to <member>XLayerHandler::endNode()</member> 
+			of properties and members or items of the node until
+			a matching call to <member>XLayerHandler::endNode()</member>
             is encountered.
 		</p>
 
@@ -212,7 +212,7 @@
 		@param aAttributes
 			specifies attribute values to be applied to the new node.
 
-			<p> The value is a combination of 
+			<p> The value is a combination of
 				<type>NodeAttribute</type> flags.  Note that
                 <member>NodeAttribute::FUSE</member> has an impact on the
                 semantics of this method.
@@ -237,15 +237,15 @@
 	 */
 	void addOrReplaceNodeFromTemplate(	[in] string aName,
 										[in] TemplateIdentifier aTemplate,
-										[in] short  aAttributes ) 
+										[in] short  aAttributes )
 			raises( MalformedDataException,
-                    com::sun::star::lang::WrappedTargetException ); 
-	//------------------------------------------------------------------------- 
-	 
+                    com::sun::star::lang::WrappedTargetException );
+	//-------------------------------------------------------------------------
+
 	/** receives notification that a node description is complete.
 
-		<p> Must match the last open call to 
-			<member>XLayerHandler::overrideNode()</member>, 
+		<p> Must match the last open call to
+			<member>XLayerHandler::overrideNode()</member>,
 			<member>XLayerHandler::addOrReplaceNode()</member> or
 			<member>XLayerHandler::addOrReplaceNodeFromTemplate()</member>.
 		</p>
@@ -253,21 +253,21 @@
 		@throws com::sun::star::configuration::backend::MalformedDataException
             <ul>
 			<li>if invalid data is detected in the node</li>
-			<li>if no node is started at all</li>	
+			<li>if no node is started at all</li>
             </ul>
             <p><em>Not every implementation can detect each condition</em></p>
 
 		@throws com::sun::star::lang::WrappedTargetException
 			if an error occurs processing the event.
 	 */
-	void endNode(  ) 
+	void endNode(  )
 			raises( MalformedDataException,
-                    com::sun::star::lang::WrappedTargetException ); 
-	//------------------------------------------------------------------------- 
-	 
-	/** receives notification that a node is dropped from a set. 
+                    com::sun::star::lang::WrappedTargetException );
+	//-------------------------------------------------------------------------
 
-		<p> The current node must be a set and 
+	/** receives notification that a node is dropped from a set.
+
+		<p> The current node must be a set and
 			the item must be removeable.
 		</p>
 
@@ -287,15 +287,15 @@
 		@throws com::sun::star::lang::WrappedTargetException
 			if an error occurs processing the event.
 	 */
-	void dropNode( [in] string aName ) 
+	void dropNode( [in] string aName )
 			raises( MalformedDataException,
-                    com::sun::star::lang::WrappedTargetException ); 
-	//------------------------------------------------------------------------- 
-	 
+                    com::sun::star::lang::WrappedTargetException );
+	//-------------------------------------------------------------------------
+
 	/** receives notification that an existing property is modified.
 
-		<p> Subsequent calls describe new value(s) for the property until a 
-            matching call to <member>XLayerHandler::endProperty()</member> 
+		<p> Subsequent calls describe new value(s) for the property until a
+            matching call to <member>XLayerHandler::endProperty()</member>
             is encountered.
 		</p>
 
@@ -305,38 +305,38 @@
 		@param aAttributes
 			specifies the new attributes of the property.
 
-			<p> The value is a combination of 
+			<p> The value is a combination of
 				<type>NodeAttribute</type> flags.
 			</p>
-			<p>	The attributes are combined cumulatively with those 
+			<p>	The attributes are combined cumulatively with those
                 set on lower layers.
 			</p>
 
 		@param aType
 			specifies the type of the property.
 
-			<p> This must be the same type as is already defined in the schema 
+			<p> This must be the same type as is already defined in the schema
                 or lower layers, unless the previous type was unspecified
-                (as indicated by 
+                (as indicated by
                 <const scope="com::sun::star::uno">TypeClass::ANY</const>.)
 			</p>
-			<p> A <void/> type indicates that the type is unspecified 
-                in this layer. 
-                In this case any subsequent value may be of a generic type 
-                (e.g. <atom>string</atom> or - for list values - 
-                <atom dim="[]">string</atom>.) Such values may be 
-                converted to the type defined in the schema by 
+			<p> A <void/> type indicates that the type is unspecified
+                in this layer.
+                In this case any subsequent value may be of a generic type
+                (e.g. <atom>string</atom> or - for list values -
+                <atom dim="[]">string</atom>.) Such values may be
+                converted to the type defined in the schema by
                 the implementation.
 			</p>
 
 		@param bClear
-			if <TRUE/>, specifies that the property should be cleared to an empty 
+			if <TRUE/>, specifies that the property should be cleared to an empty
             state by discarding all values from lower layers prior
-            to applying the overrides. 
+            to applying the overrides.
 
 		@throws com::sun::star::configuration::backend::MalformedDataException
             <ul>
-			<li>if there isn't a group or extensible node in progress currently</li> 
+			<li>if there isn't a group or extensible node in progress currently</li>
 			<li>if there already was a change to a property of that name</li>
 			<li>if there is no property with that name</li>
 			<li>if the property is read-only</li>
@@ -352,27 +352,27 @@
 
 		@see com::sun::star::configuration::backend::NodeAttribute
 	 */
-	void overrideProperty(  [in] string aName, 
-			 			    [in] short aAttributes, 
-					        [in] type aType, 
-                            [in] boolean bClear ) 
+	void overrideProperty(  [in] string aName,
+			 			    [in] short aAttributes,
+					        [in] type aType,
+                            [in] boolean bClear )
 			raises( MalformedDataException,
-                    com::sun::star::lang::WrappedTargetException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** receives notification that the value of the current property 
+                    com::sun::star::lang::WrappedTargetException );
+
+	//-------------------------------------------------------------------------
+
+	/** receives notification that the value of the current property
         is overridden. .
 
 		@param aValue
 			specifies the new value of the property.
 
-			<p> The value must match the type of the current property. 
-				If the property does not have the 
+			<p> The value must match the type of the current property.
+				If the property does not have the
 				<const>SchemaAttribute::REQUIRED</const> flag set,
 				the value can be <void/>.
 			</p>
-			<p> If the current property is localized, this value applies 
+			<p> If the current property is localized, this value applies
                 to the default locale.
 			</p>
 
@@ -380,7 +380,7 @@
             <ul>
 			<li>if there isn't a property in progress currently</li>
 			<li>if there already was a change to the value of that property</li>
-			<li>if the value does not have the proper type</li> 
+			<li>if the value does not have the proper type</li>
 			<li>if the value is not valid for the property</li>
             </ul>
             <p><em>Not every implementation can detect each condition</em></p>
@@ -390,20 +390,20 @@
 
 		@see com::sun::star::configuration::backend::NodeAttribute
 	 */
-	void setPropertyValue(	[in] any aValue ) 
+	void setPropertyValue(	[in] any aValue )
 			raises( MalformedDataException,
-                    com::sun::star::lang::WrappedTargetException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** receives notification that the value of the current localized property 
+                    com::sun::star::lang::WrappedTargetException );
+
+	//-------------------------------------------------------------------------
+
+	/** receives notification that the value of the current localized property
         is overridden for a specific locale .
 
 		@param aValue
 			specifies the new value of the property.
 
-			<p> The value must match the type of the current property. 
-				If the property does not have the 
+			<p> The value must match the type of the current property.
+				If the property does not have the
 				<const>SchemaAttribute::REQUIRED</const> flag set,
 				the value can be <void/>.
 			</p>
@@ -427,36 +427,36 @@
 
 		@see com::sun::star::configuration::backend::NodeAttribute
 	 */
-	void setPropertyValueForLocale([in] any aValue, 
-			 					        [in] string aLocale ) 
+	void setPropertyValueForLocale([in] any aValue,
+			 					        [in] string aLocale )
 			raises( MalformedDataException,
-                    com::sun::star::lang::WrappedTargetException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+                    com::sun::star::lang::WrappedTargetException );
+
+	//-------------------------------------------------------------------------
+
 	/** receives notification that a property description is complete.
 
-		<p> Must match an open call to 
-			<member>XLayerHandler::overrideProperty()</member>, 
+		<p> Must match an open call to
+			<member>XLayerHandler::overrideProperty()</member>,
 		</p>
 
 		@throws com::sun::star::configuration::backend::MalformedDataException
             <ul>
 			<li>if invalid data is detected in the property</li>
-			<li>if no property is started at all</li>	
+			<li>if no property is started at all</li>
             </ul>
             <p><em>Not every implementation can detect each condition</em></p>
 
 		@throws com::sun::star::lang::WrappedTargetException
 			if an error occurs processing the event.
 	 */
-	void endProperty(  ) 
+	void endProperty(  )
 			raises( MalformedDataException,
-                    com::sun::star::lang::WrappedTargetException ); 
-	//------------------------------------------------------------------------- 
-	 
-	/** receives notification that a property having a <void/> value is added 
-        to the current node. 
+                    com::sun::star::lang::WrappedTargetException );
+	//-------------------------------------------------------------------------
+
+	/** receives notification that a property having a <void/> value is added
+        to the current node.
 
 		<p> The current node must be extensible.
 		</p>
@@ -467,12 +467,12 @@
 		@param aAttributes
 			specifies the attributes of the new property.
 
-			<p> The value is a combination of 
-				<type>NodeAttribute</type> flags and may also contain the 
+			<p> The value is a combination of
+				<type>NodeAttribute</type> flags and may also contain the
 				<const>SchemaAttribute::REQUIRED</const> flag.
 			</p>
-			<p>	<const>NodeAttribute::MANDATORY</const> need not be set, 
-				as dynamically added properties always are mandatory 
+			<p>	<const>NodeAttribute::MANDATORY</const> need not be set,
+				as dynamically added properties always are mandatory
 				in subsequent layers.
 			</p>
 
@@ -494,16 +494,16 @@
 
 		@see com::sun::star::configuration::backend::SchemaAttribute
 	 */
-	void addProperty(   [in] string aName, 
-			 		    [in] short aAttributes, 
-					    [in] type aType ) 
+	void addProperty(   [in] string aName,
+			 		    [in] short aAttributes,
+					    [in] type aType )
 			raises( MalformedDataException,
-                    com::sun::star::lang::WrappedTargetException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** receives notification that a property having a non-<void/> value 
-		is added to the current node. 
+                    com::sun::star::lang::WrappedTargetException );
+
+	//-------------------------------------------------------------------------
+
+	/** receives notification that a property having a non-<void/> value
+		is added to the current node.
 
 		<p> The current node must be extensible.
 		</p>
@@ -514,20 +514,20 @@
 		@param aAttributes
 			specifies the attributes of the new property.
 
-			<p> The value is a combination of 
-				<type>NodeAttribute</type> flags and may also contain the 
+			<p> The value is a combination of
+				<type>NodeAttribute</type> flags and may also contain the
 				<const>SchemaAttribute::REQUIRED</const> flag.
 			</p>
 			</p>
-			<p>	<const>NodeAttribute::MANDATORY</const> need not be set, 
-				as dynamic properties always are mandatory 
+			<p>	<const>NodeAttribute::MANDATORY</const> need not be set,
+				as dynamic properties always are mandatory
 				in subsequent layers.
 			</p>
 
 		@param aValue
 			specifies the value of the new property.
 
-			<p> The value also determines the type. 
+			<p> The value also determines the type.
 				Therefore the value must not be <void/>.
 			</p>
 
@@ -548,19 +548,19 @@
 
 		@see com::sun::star::configuration::backend::SchemaAttribute
 	 */
-	void addPropertyWithValue(  [in] string aName, 
-			 					[in] short aAttributes, 
-								[in] any aValue ) 
+	void addPropertyWithValue(  [in] string aName,
+			 					[in] short aAttributes,
+								[in] any aValue )
 			raises( MalformedDataException,
-                    com::sun::star::lang::WrappedTargetException ); 
- 
-	//------------------------------------------------------------------------- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; }; 
+                    com::sun::star::lang::WrappedTargetException );
 
-//============================================================================= 
- 
-#endif 
+	//-------------------------------------------------------------------------
+};
+
+//=============================================================================
+
+}; }; }; }; };
+
+//=============================================================================
+
+#endif
diff --git a/main/offapi/com/sun/star/configuration/backend/XLayerImporter.idl b/main/offapi/com/sun/star/configuration/backend/XLayerImporter.idl
index b3546da..3bf52a6 100644
--- a/main/offapi/com/sun/star/configuration/backend/XLayerImporter.idl
+++ b/main/offapi/com/sun/star/configuration/backend/XLayerImporter.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -25,19 +25,19 @@
 
 #ifndef __com_sun_star_uno_XInterface_idl__
 #include <com/sun/star/uno/XInterface.idl>
-#endif 
+#endif
 
 #ifndef __com_sun_star_configuration_backend_XLayer_idl__
 #include <com/sun/star/configuration/backend/XLayer.idl>
-#endif 
+#endif
 
 #ifndef __com_sun_star_configuration_backend_XBackend_idl__
 #include <com/sun/star/configuration/backend/XBackend.idl>
-#endif 
+#endif
 
 #ifndef __com_sun_star_configuration_backend_MalformedDataException_idl__
 #include <com/sun/star/configuration/backend/MalformedDataException.idl>
-#endif 
+#endif
 #ifndef __com_sun_star_lang_NullPointerException_idl__
 #include <com/sun/star/lang/NullPointerException.idl>
 #endif
@@ -48,19 +48,19 @@
 #include <com/sun/star/lang/WrappedTargetException.idl>
 #endif
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module configuration { module backend {
 
-//============================================================================= 
+//=============================================================================
 
 /** allows importing a layer into a <type>Backend</type>
-  
+
   @since OpenOffice 1.1.2
 */
-published interface XLayerImporter : ::com::sun::star::uno::XInterface 
+published interface XLayerImporter : ::com::sun::star::uno::XInterface
 {
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
     /** gets the target backend for importing.
 
@@ -71,7 +71,7 @@
 	*/
     XBackend getTargetBackend();
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
     /** sets the target backend for importing.
 
@@ -85,7 +85,7 @@
     void setTargetBackend([in] XBackend aBackend)
         raises (com::sun::star::lang::NullPointerException) ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
     /** Imports the layer given into the backend.
 
@@ -99,9 +99,9 @@
 
         @throws com::sun::star::configuration::backend::MalformedDataException
             if the layer passed is invalid
-        
+
         @throws com::sun::star::lang::IllegalArgumentException
-            if the layer passed is for a component 
+            if the layer passed is for a component
             that doesn't exist in the backend
 
         @throws com::sun::star::lang::WrappedTargetException
@@ -115,7 +115,7 @@
                 com::sun::star::lang::NullPointerException,
                 com::sun::star::lang::WrappedTargetException) ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
     /** Imports the layer given into the backend for a given entity.
 
@@ -132,9 +132,9 @@
 
         @throws com::sun::star::configuration::backend::MalformedDataException
             if the layer passed is invalid
-        
+
         @throws com::sun::star::lang::IllegalArgumentException
-            if the layer passed is for a component 
+            if the layer passed is for a component
             that doesn't exist in the backend
             or if the entity doesn't exist in the backend.
 
@@ -149,11 +149,11 @@
                 com::sun::star::lang::NullPointerException,
                 com::sun::star::lang::WrappedTargetException) ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 } ;
 
-//============================================================================= 
+//=============================================================================
 
-} ; } ; } ; } ; } ; 
+} ; } ; } ; } ; } ;
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/configuration/backend/XMultiLayerStratum.idl b/main/offapi/com/sun/star/configuration/backend/XMultiLayerStratum.idl
index 84721e4..0b29283 100644
--- a/main/offapi/com/sun/star/configuration/backend/XMultiLayerStratum.idl
+++ b/main/offapi/com/sun/star/configuration/backend/XMultiLayerStratum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -25,11 +25,11 @@
 
 #ifndef __com_sun_star_uno_XInterface_idl__
 #include <com/sun/star/uno/XInterface.idl>
-#endif 
+#endif
 
 #ifndef __com_sun_star_configuration_backend_XLayer_idl__
 #include <com/sun/star/configuration/backend/XLayer.idl>
-#endif 
+#endif
 
 #ifndef __com_sun_star_configuration_backend_XUpdatableLayer_idl__
 #include <com/sun/star/configuration/backend/XUpdatableLayer.idl>
@@ -41,23 +41,23 @@
 
 #ifndef __com_sun_star_lang_IllegalArgumentException_idl__
 #include <com/sun/star/lang/IllegalArgumentException.idl>
-#endif 
+#endif
 
 #ifndef __com_sun_star_lang_NoSupportException_idl__
 #include <com/sun/star/lang/NoSupportException.idl>
-#endif 
+#endif
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module configuration { module backend {
 
-//============================================================================= 
+//=============================================================================
 
-/** 
-  Handles access to a stratum consisting of multiple layers 
+/**
+  Handles access to a stratum consisting of multiple layers
   in a single configuration data repository
- 
-  <p> The interface provides access to data for multiple entities and 
+
+  <p> The interface provides access to data for multiple entities and
      timestamp-checking capabilities for efficient caching.
   </p>
 
@@ -68,33 +68,33 @@
 
   @since OpenOffice 1.1.2
 */
-published interface XMultiLayerStratum : ::com::sun::star::uno::XInterface 
+published interface XMultiLayerStratum : ::com::sun::star::uno::XInterface
 {
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
-    /** 
+    /**
       identifies the layers within this stratum which should be read and
       merged to determine data of a component for an entity
-     
 
-      @param aComponent 
+
+      @param aComponent
                 The name of the component to access.
 
-      @param aEntity    
-                The name of an entity on behalf of which data will be accessed. 
+      @param aEntity
+                The name of an entity on behalf of which data will be accessed.
 
-      @return   
+      @return
                 a list of layer identifiers that can be used to
                 retrieve <type>Layer</type> objects.
-                <p> The list ist ordered by priority. Typically 
-                   the most general layers (global defaults, 
-                   entire organization) are first, more specific layers 
-                   (associated to specific groups or roles) are next 
+                <p> The list ist ordered by priority. Typically
+                   the most general layers (global defaults,
+                   entire organization) are first, more specific layers
+                   (associated to specific groups or roles) are next
                    and the entity's own data is last.
                 </p>
 
       @throws   com::sun::star::lang::IllegalArgumentException
-                if the component identifier is invalid or 
+                if the component identifier is invalid or
                 if the entity doesn't exist.
 
       @throws   com::sun::star::configuration::backend::BackendAccessException
@@ -105,29 +105,29 @@
       @see com::sun::star::configuration::backend::XMultiLayerStratum::getMultipleLayers()
       @see com::sun::star::configuration::backend::XBackendEntities
 	*/
-    sequence<string> listLayerIds([in] string aComponent, 
-                                  [in] string aEntity) 
+    sequence<string> listLayerIds([in] string aComponent,
+                                  [in] string aEntity)
         raises (BackendAccessException,
                 com::sun::star::lang::IllegalArgumentException) ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
-    /** 
-      identifies the layer which should be modified 
+    /**
+      identifies the layer which should be modified
       to update data of a component on behalf of an entity.
 
-      <p> The layer id returned is one of the layer ids obtained from 
-         <member>XMultiLayerStratum::listLayerIds()</member> for the same 
-         component and entity. 
+      <p> The layer id returned is one of the layer ids obtained from
+         <member>XMultiLayerStratum::listLayerIds()</member> for the same
+         component and entity.
       </p>
 
-      @param aComponent 
+      @param aComponent
                 The name of the component to access.
 
-      @param aEntity    
-                The name of an entity on behalf of which data will be accessed.  
+      @param aEntity
+                The name of an entity on behalf of which data will be accessed.
 
-      @returns   
+      @returns
                 a layer identifier that can be used to obtain
                 an <type>UpdatableLayer</type> object.
 
@@ -150,92 +150,92 @@
                 com::sun::star::lang::NoSupportException,
                 com::sun::star::lang::IllegalArgumentException) ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
-    /** 
-      retrieves a layer associated to a layer id, if newer than indicated. 
-      
-      <p> A timestamp can be provided, which is used to indicate 
-         a point in time. The layer should be returned only if is modified 
-         since that time. 
+    /**
+      retrieves a layer associated to a layer id, if newer than indicated.
+
+      <p> A timestamp can be provided, which is used to indicate
+         a point in time. The layer should be returned only if is modified
+         since that time.
       </p>
 
-      @param aLayerId      
+      @param aLayerId
                 identifier of the layers to be accessed.
-                <p>Layer ids can be obtained from 
-                <member>XMultiLayerStratum::listLayerIds()</member> or  
-                <member>XMultiLayerStratum::getUpdateLayerId()</member>. 
+                <p>Layer ids can be obtained from
+                <member>XMultiLayerStratum::listLayerIds()</member> or
+                <member>XMultiLayerStratum::getUpdateLayerId()</member>.
                 </p>
 
-      @param aTimestamp    
+      @param aTimestamp
                 a timestamp for the layer.
-                
-                <p> An empty timestamp indicates, that the layer should be 
-                   retrieved irrespective of its modification time. 
+
+                <p> An empty timestamp indicates, that the layer should be
+                   retrieved irrespective of its modification time.
                 </p>
-                <p> The format and meaning of a timestamp depends on 
-                    the implementation. Timestamps can be obtained using 
+                <p> The format and meaning of a timestamp depends on
+                    the implementation. Timestamps can be obtained using
                     <member scope="com::sun::star::util">XTimeStamped::getTimestamp()</member>.
                 </p>
 
-      @returns   
-                a <type>Layer</type> object providing access to the layer data, 
-                <NULL/> if the layer is newer than indicated by the timestamp. 
+      @returns
+                a <type>Layer</type> object providing access to the layer data,
+                <NULL/> if the layer is newer than indicated by the timestamp.
 
       @throws   com::sun::star::lang::IllegalArgumentException
-                if the layer id is invalid or 
-                if the timestamp is invalid 
+                if the layer id is invalid or
+                if the timestamp is invalid
 
       @throws   com::sun::star::configuration::backend::BackendAccessException
                 if an error occurs while accessing the data.
 
       @see com::sun::star::util::XTimeStamped
 	*/
-    XLayer getLayer([in] string aLayerId, 
+    XLayer getLayer([in] string aLayerId,
                     [in] string aTimestamp)
         raises (BackendAccessException,
                 com::sun::star::lang::IllegalArgumentException) ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
-    /** 
-      retrieves the layers associated to a series of layer ids, 
-      if newer than indicated.   
-      <p> A timestamp can be provided, which is used to indicate 
-         a point in time. Only layers that are modified since that time 
-         should be returned. The same timestamp is used for all layers. 
+    /**
+      retrieves the layers associated to a series of layer ids,
+      if newer than indicated.
+      <p> A timestamp can be provided, which is used to indicate
+         a point in time. Only layers that are modified since that time
+         should be returned. The same timestamp is used for all layers.
       </p>
 
-      @param aLayerIds      
+      @param aLayerIds
                 identifiers of the layers to be accessed.
-                <p>Layer ids can be obtained from 
-                <member>XMultiLayerStratum::listLayerIds()</member>. 
+                <p>Layer ids can be obtained from
+                <member>XMultiLayerStratum::listLayerIds()</member>.
                 </p>
 
-      @param aTimestamp    
-                a timestamp for all of the layers.               
-                <p> An empty timestamp indicates, that the layers should be 
-                   retrieved irrespective of their modification time. 
+      @param aTimestamp
+                a timestamp for all of the layers.
+                <p> An empty timestamp indicates, that the layers should be
+                   retrieved irrespective of their modification time.
                 </p>
-                <p> The format and meaning of a timestamp depends on 
-                    the implementation. Timestamps can be obtained using 
+                <p> The format and meaning of a timestamp depends on
+                    the implementation. Timestamps can be obtained using
                     <member scope="com::sun::star::util">XTimeStamped::getTimestamp()</member>.
                 </p>
 
-      @returns   
-                a list of <type>Layer</type> objects 
-                providing access to the layer data.                
-                <p> The list has the same length as aLayerIds. Each layer 
-                   object is associated to the layer id in the corresponding 
+      @returns
+                a list of <type>Layer</type> objects
+                providing access to the layer data.
+                <p> The list has the same length as aLayerIds. Each layer
+                   object is associated to the layer id in the corresponding
                    position.
                 </p>
-                <p> For layers that are newer than indicated by the 
+                <p> For layers that are newer than indicated by the
                    timestamp, the list contains a <NULL/> element.
                 </p>
 
       @throws   com::sun::star::lang::IllegalArgumentException
-                if one of the layer ids is invalid or 
-                if the timestamp is invalid 
+                if one of the layer ids is invalid or
+                if the timestamp is invalid
 
       @throws   com::sun::star::configuration::backend::BackendAccessException
                 if an error occurs while accessing the data.
@@ -247,41 +247,41 @@
         raises (BackendAccessException,
                 com::sun::star::lang::IllegalArgumentException) ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
     /**
-      retrieves the layers associated to a series of layer ids, 
-      if newer than indicated for each layer.      
-      <p> For each layer an individual timestamp can be provided, 
-         which is used to indicate the last known version of the layer. 
+      retrieves the layers associated to a series of layer ids,
+      if newer than indicated for each layer.
+      <p> For each layer an individual timestamp can be provided,
+         which is used to indicate the last known version of the layer.
          Only layers that are modified since that time should be returned.
       </p>
 
-      @param aLayerIds      
-                identifiers of the layers to be accessed.               
-                <p>Layer ids can be obtained from 
-                <member>XMultiLayerStratum::listLayerIds()</member>. 
+      @param aLayerIds
+                identifiers of the layers to be accessed.
+                <p>Layer ids can be obtained from
+                <member>XMultiLayerStratum::listLayerIds()</member>.
                 </p>
 
-      @param aTimestamps    
+      @param aTimestamps
                 timestamps for each of the layers.
-                
-                <p> This list must have the same length as aLayerIds. 
-                    Timestamps are matched to layer ids by their position. 
+
+                <p> This list must have the same length as aLayerIds.
+                    Timestamps are matched to layer ids by their position.
                 </p>
-                <p> An empty timestamp indicates, that the associated layer 
+                <p> An empty timestamp indicates, that the associated layer
                    should be retrieved irrespective of its modification time.
                 </p>
-                <p> The format and meaning of a timestamp depends on 
-                    the implementation. Timestamps can be obtained using 
+                <p> The format and meaning of a timestamp depends on
+                    the implementation. Timestamps can be obtained using
                     <member scope="com::sun::star::util">XTimeStamped::getTimestamp()</member>.
                 </p>
 
-      @returns   
-                a list of <type>Layer</type> objects 
-                providing access to the layer data.                
-                <p> The list has the same length as aLayerIds. Each layer 
-                   object is associated to the layer id in the corresponding 
+      @returns
+                a list of <type>Layer</type> objects
+                providing access to the layer data.
+                <p> The list has the same length as aLayerIds. Each layer
+                   object is associated to the layer id in the corresponding
                    position.
                 </p>
                 <p> For layers that are newer than indicated by the corresponding
@@ -289,8 +289,8 @@
                 </p>
 
       @throws   com::sun::star::lang::IllegalArgumentException
-                if one of the layer ids is invalid or 
-                if one of the timestamps is invalid or 
+                if one of the layer ids is invalid or
+                if one of the timestamps is invalid or
                 if the lengths of the arguments don't match.
 
       @throws   com::sun::star::configuration::backend::BackendAccessException
@@ -303,20 +303,20 @@
         raises (BackendAccessException,
                 com::sun::star::lang::IllegalArgumentException) ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
     /**
-      retrieves a writable representation of the layer 
-      associated to a layer id. 
+      retrieves a writable representation of the layer
+      associated to a layer id.
 
-      @param aLayerId   
-                identifier of the layer to be accessed for writing.             
-                <p>A layer id for writing can be obtained from 
-                <member>XMultiLayerStratum::getUpdateLayerId()</member>. 
+      @param aLayerId
+                identifier of the layer to be accessed for writing.
+                <p>A layer id for writing can be obtained from
+                <member>XMultiLayerStratum::getUpdateLayerId()</member>.
                 </p>
 
-      @return   
-                an <type>UpdatableLayer</type> object providing 
+      @return
+                an <type>UpdatableLayer</type> object providing
                 write access to the layer
 
       @throws   com::sun::star::lang::IllegalArgumentException
@@ -332,12 +332,12 @@
         raises (BackendAccessException,
                 com::sun::star::lang::NoSupportException,
                 com::sun::star::lang::IllegalArgumentException) ;
-    
-	//------------------------------------------------------------------------- 
+
+	//-------------------------------------------------------------------------
 } ;
 
-//============================================================================= 
+//=============================================================================
 
 } ; } ; } ; } ; } ;
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/configuration/backend/XSchema.idl b/main/offapi/com/sun/star/configuration/backend/XSchema.idl
index a90c2d7..6fcdbf8 100644
--- a/main/offapi/com/sun/star/configuration/backend/XSchema.idl
+++ b/main/offapi/com/sun/star/configuration/backend/XSchema.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -25,46 +25,46 @@
 
 #ifndef __com_sun_star_uno_XInterface_idl__
 #include <com/sun/star/uno/XInterface.idl>
-#endif 
+#endif
 
 #ifndef __com_sun_star_configuration_backend_XSchemaHandler_idl__
 #include <com/sun/star/configuration/backend/XSchemaHandler.idl>
-#endif 
+#endif
 
 #ifndef __com_sun_star_lang_NullPointerException_idl__
 #include <com/sun/star/lang/NullPointerException.idl>
-#endif 
+#endif
 
 #ifndef __com_sun_star_lang_WrappedTargetException_idl__
 #include <com/sun/star/lang/WrappedTargetException.idl>
-#endif 
+#endif
 
 #ifndef __com_sun_star_configuration_backend_MalformedDataException_idl__
 #include <com/sun/star/configuration/backend/MalformedDataException.idl>
 #endif
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module configuration { module backend {
 
-//============================================================================= 
+//=============================================================================
 
-/** 
+/**
   Handles access to the elements of a component schema,
   i.e its templates and its component definition.
 
     @since OpenOffice 1.1.2
 */
-published interface XSchema : ::com::sun::star::uno::XInterface 
+published interface XSchema : ::com::sun::star::uno::XInterface
 {
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
-    /** 
-      Describes the full schema (templates + component) to a 
+    /**
+      Describes the full schema (templates + component) to a
       <type>XSchemaHandler</type>.
 
-      @param aHandler   
-            schema handler that will receive calls 
+      @param aHandler
+            schema handler that will receive calls
             describing the contents of the templates
             and the component definition
 
@@ -73,7 +73,7 @@
       @throws com::sun::star::lang::WrappedTargetException
               if an error occurs in the access to or processing of the data or
 			  if a subsequent call to any of the <type>XSchema</type>methods is made.
-			  The elements of a component schema are only parsed once,a repeat call 
+			  The elements of a component schema are only parsed once,a repeat call
 			  leads to exception.
       @throws com::sun::star::configuration::backend::MalformedDataException
               if the data read from the layer is rejected as invalid by the
@@ -84,13 +84,13 @@
                 com::sun::star::lang::WrappedTargetException,
                 MalformedDataException) ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
     /**
       Describes only the component definition to a <type>XSchemaHandler</type>.
 
-      @param aHandler   
-            schema handler that will receive calls 
+      @param aHandler
+            schema handler that will receive calls
             describing the contents of the component
             definition
 
@@ -99,7 +99,7 @@
       @throws com::sun::star::lang::WrappedTargetException
               if an error occurs in the access to or processing of the data or
 			  if a subsequent call to any of the <type>XSchema</type>methods is made.
-			  The elements of a component schema are only parsed once,a repeat call 
+			  The elements of a component schema are only parsed once,a repeat call
 			  leads to exception.
       @throws com::sun::star::configuration::backend::MalformedDataException
               if the data read from the layer is rejected as invalid by the
@@ -110,13 +110,13 @@
                 com::sun::star::lang::WrappedTargetException,
                 MalformedDataException) ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
-    /** 
+    /**
       Describes the component templates to a <type>XSchemaHandler</type>.
 
-      @param aHandler   
-            schema handler that will receive calls 
+      @param aHandler
+            schema handler that will receive calls
             describing the contents of the templates
 
       @throws com::sun::star::lang::NullPointerException
@@ -124,7 +124,7 @@
       @throws com::sun::star::lang::WrappedTargetException
               if an error occurs in the access to or processing of the data or
 			  if a subsequent call to any of the <type>XSchema</type>methods is made.
-			  The elements of a component schema are only parsed once,a repeat call 
+			  The elements of a component schema are only parsed once,a repeat call
 			  leads to exception.
       @throws com::sun::star::configuration::backend::MalformedDataException
               if the data read from the layer is rejected as invalid by the
@@ -135,10 +135,10 @@
                 com::sun::star::lang::WrappedTargetException,
                 MalformedDataException) ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 } ;
 
-//============================================================================= 
+//=============================================================================
 
 } ; } ; } ; } ; } ;
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/configuration/backend/XSchemaHandler.idl b/main/offapi/com/sun/star/configuration/backend/XSchemaHandler.idl
index b39c462..83eaf5d 100644
--- a/main/offapi/com/sun/star/configuration/backend/XSchemaHandler.idl
+++ b/main/offapi/com/sun/star/configuration/backend/XSchemaHandler.idl
@@ -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,52 +7,52 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_configuration_backend_XSchemaHandler_idl__ 
+#ifndef __com_sun_star_configuration_backend_XSchemaHandler_idl__
 #define __com_sun_star_configuration_backend_XSchemaHandler_idl__
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
 
-#ifndef __com_sun_star_configuration_backend_TemplateIdentifier_idl__ 
-#include <com/sun/star/configuration/backend/TemplateIdentifier.idl> 
-#endif 
- 
-#ifndef __com_sun_star_configuration_backend_MalformedDataException_idl__ 
-#include <com/sun/star/configuration/backend/MalformedDataException.idl> 
-#endif 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
 
-#ifndef __com_sun_star_lang_WrappedTargetException_idl__ 
-#include <com/sun/star/lang/WrappedTargetException.idl> 
-#endif 
+#ifndef __com_sun_star_configuration_backend_TemplateIdentifier_idl__
+#include <com/sun/star/configuration/backend/TemplateIdentifier.idl>
+#endif
+
+#ifndef __com_sun_star_configuration_backend_MalformedDataException_idl__
+#include <com/sun/star/configuration/backend/MalformedDataException.idl>
+#endif
+
+#ifndef __com_sun_star_lang_WrappedTargetException_idl__
+#include <com/sun/star/lang/WrappedTargetException.idl>
+#endif
 
 //=============================================================================
- 
+
 module com { module sun { module star { module configuration { module backend {
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
 /** receives a description of a configuration schema as a sequence of events.
 
     @since OpenOffice 1.1.2
  */
 published interface XSchemaHandler: ::com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** receives notification that a schema description is started.
 
 		<p> The schema descrption may comprise components templates or both.
@@ -66,9 +66,9 @@
 	 */
 	void startSchema( )
 			raises( MalformedDataException,
-                    com::sun::star::lang::WrappedTargetException ); 
-	//------------------------------------------------------------------------- 
-	 
+                    com::sun::star::lang::WrappedTargetException );
+	//-------------------------------------------------------------------------
+
 	/** receives notification that the current schema description is complete.
 
 		<p> Must match a previous call to <member>startSchema</member>.
@@ -87,9 +87,9 @@
 	 */
 	void endSchema(  )
 			raises( MalformedDataException,
-                    com::sun::star::lang::WrappedTargetException ); 
-	//------------------------------------------------------------------------- 
-	 
+                    com::sun::star::lang::WrappedTargetException );
+	//-------------------------------------------------------------------------
+
 	/** receives notification that the schema depends on templates
 		from a different component.
 
@@ -108,11 +108,11 @@
 		@throws com::sun::star::lang::WrappedTargetException
 			if an error occurs processing the event.
 	 */
-	void importComponent( [in] string aName ) 
+	void importComponent( [in] string aName )
 			raises( MalformedDataException,
-                    com::sun::star::lang::WrappedTargetException ); 
-	//------------------------------------------------------------------------- 
-	 
+                    com::sun::star::lang::WrappedTargetException );
+	//-------------------------------------------------------------------------
+
 	/** receives notification that a component description is started.
 
 		<p> Subsequent calls describe the schema of the component
@@ -136,11 +136,11 @@
 		@throws com::sun::star::lang::WrappedTargetException
 			if an error occurs processing the event.
 	 */
-	void startComponent( [in] string aName ) 
+	void startComponent( [in] string aName )
 			raises( MalformedDataException,
-                    com::sun::star::lang::WrappedTargetException ); 
-	//------------------------------------------------------------------------- 
-	 
+                    com::sun::star::lang::WrappedTargetException );
+	//-------------------------------------------------------------------------
+
 	/** receives notification that a component description is complete.
 
 		<p> Must match a previous call to <member>startComponent</member>.
@@ -158,11 +158,11 @@
 		@throws com::sun::star::lang::WrappedTargetException
 			if an error occurs processing the event.
 	 */
-	void endComponent(  ) 
+	void endComponent(  )
 			raises( MalformedDataException,
-                    com::sun::star::lang::WrappedTargetException ); 
-	//------------------------------------------------------------------------- 
-	 
+                    com::sun::star::lang::WrappedTargetException );
+	//-------------------------------------------------------------------------
+
 	/** receives notification that a template description is started for a group.
 
 		<p> Subsequent calls describe the members and properties of the template
@@ -176,11 +176,11 @@
 		@param aAttributes
 			specifies the attributes of the template.
 
-			<p> The value is a combination of 
+			<p> The value is a combination of
 				<type>SchemaAttribute</type> flags.
 			</p>
 			<p>	<const>SchemaAttribute::EXTENSIBLE</const> can be used
-				to describe a template for a node with an extensible 
+				to describe a template for a node with an extensible
 				set of properties.
 			</p>
 
@@ -201,11 +201,11 @@
 		@see com::sun::star::configuration::backend::SchemaAttribute
 	 */
 	void startGroupTemplate( [in] TemplateIdentifier aTemplate,
-							 [in] short  aAttributes  ) 
+							 [in] short  aAttributes  )
 			raises( MalformedDataException,
-                    com::sun::star::lang::WrappedTargetException ); 
-	//------------------------------------------------------------------------- 
-	 
+                    com::sun::star::lang::WrappedTargetException );
+	//-------------------------------------------------------------------------
+
 	/** receives notification that a template description is started for a set.
 
 		<p> Subsequent calls describe the members and properties of the template
@@ -219,11 +219,11 @@
 		@param aAttributes
 			specifies the attributes of the template.
 
-			<p> The value is a combination of 
+			<p> The value is a combination of
 				<type>SchemaAttribute</type> flags.
 			</p>
 			<p>	<const>SchemaAttribute::EXTENSIBLE</const> can be used
-				to describe a template for a node with an extensible 
+				to describe a template for a node with an extensible
 				set of properties.
 			</p>
 
@@ -248,12 +248,12 @@
 		@see com::sun::star::configuration::backend::SchemaAttribute
 	 */
 	void startSetTemplate(	[in] TemplateIdentifier aTemplate,
-							[in] short  aAttributes, 
-							[in] TemplateIdentifier aItemType  ) 
+							[in] short  aAttributes,
+							[in] TemplateIdentifier aItemType  )
 			raises( MalformedDataException,
-                    com::sun::star::lang::WrappedTargetException ); 
-	//------------------------------------------------------------------------- 
-	 
+                    com::sun::star::lang::WrappedTargetException );
+	//-------------------------------------------------------------------------
+
 	/** receives notification that a template description is complete.
 
 		<p> Must match a previous call to <member>startGroupTemplate</member>
@@ -272,11 +272,11 @@
 		@throws com::sun::star::lang::WrappedTargetException
 			if an error occurs processing the event.
 	 */
-	void endTemplate(  ) 
+	void endTemplate(  )
 			raises( MalformedDataException,
-                    com::sun::star::lang::WrappedTargetException ); 
-	//------------------------------------------------------------------------- 
-	 
+                    com::sun::star::lang::WrappedTargetException );
+	//-------------------------------------------------------------------------
+
 	/** receives notification that a group description is started.
 
 		<p> Subsequent calls describe the members and properties of the group
@@ -290,7 +290,7 @@
 		@param aAttributes
 			specifies the attributes of the node.
 
-			<p> The value is a combination of 
+			<p> The value is a combination of
 				<type>SchemaAttribute</type> flags.
 			</p>
 			<p>	<const>SchemaAttribute::EXTENSIBLE</const> can be used
@@ -301,7 +301,7 @@
             <ul>
 			<li>if there isn't a group node in progress currently</li>
 			<li>if there already is a node with that name</li>
-			<li>if the name is not a valid node name</li> 
+			<li>if the name is not a valid node name</li>
 			<li>if the attributes are not valid for a group</li>
             </ul>
             <p><em>Not every implementation can detect each condition</em></p>
@@ -312,11 +312,11 @@
 		@see com::sun::star::configuration::backend::SchemaAttribute
 	 */
 	void startGroup( [in] string aName,
-					 [in] short  aAttributes ) 
+					 [in] short  aAttributes )
 			raises( MalformedDataException,
-                    com::sun::star::lang::WrappedTargetException ); 
-	//------------------------------------------------------------------------- 
-	 
+                    com::sun::star::lang::WrappedTargetException );
+	//-------------------------------------------------------------------------
+
 	/** receives notification that a set description is started.
 
 		<p> Subsequent calls describe the item-types and properties of the set
@@ -330,7 +330,7 @@
 		@param aAttributes
 			specifies the attributes of the node.
 
-			<p> The value is a combination of 
+			<p> The value is a combination of
 				<type>SchemaAttribute</type> flags.
 			</p>
 			<p>	<const>SchemaAttribute::EXTENSIBLE</const> can be used
@@ -346,7 +346,7 @@
 			<li>if there already is a node with that name</li>
 			<li>if the item-type template is not found</li>
 			<li>if the name is not a valid node name</li>
-			<li>if the item-type is not a valid template identifier</li> 
+			<li>if the item-type is not a valid template identifier</li>
 			<li>if the attributes are not valid for a set</li>
             </ul>
             <p><em>Not every implementation can detect each condition</em></p>
@@ -357,12 +357,12 @@
 		@see com::sun::star::configuration::backend::SchemaAttribute
 	 */
 	void startSet( [in] string aName,
-				   [in] short  aAttributes, 
-				   [in] TemplateIdentifier aItemType ) 
+				   [in] short  aAttributes,
+				   [in] TemplateIdentifier aItemType )
 			raises( MalformedDataException,
-                    com::sun::star::lang::WrappedTargetException ); 
-	//------------------------------------------------------------------------- 
-	 
+                    com::sun::star::lang::WrappedTargetException );
+	//-------------------------------------------------------------------------
+
 	/** receives notification that a node description is complete.
 
 		<p> Must match the last open call to <member>startGroup</member>
@@ -380,12 +380,12 @@
 		@throws com::sun::star::lang::WrappedTargetException
 			if an error occurs processing the event.
 	 */
-	void endNode(  ) 
+	void endNode(  )
 			raises( MalformedDataException,
-                    com::sun::star::lang::WrappedTargetException ); 
-	//------------------------------------------------------------------------- 
-	 
-	/** receives notification that a property is added to the current node. 
+                    com::sun::star::lang::WrappedTargetException );
+	//-------------------------------------------------------------------------
+
+	/** receives notification that a property is added to the current node.
 
 		<p>	The property will have a default value of <NULL/>
 			(unless it is <const>SchemaAttribute::REQUIRED</const>).
@@ -397,7 +397,7 @@
 		@param aAttributes
 			specifies the attributes of the new property.
 
-			<p> The value is a combination of 
+			<p> The value is a combination of
 				<type>SchemaAttribute</type> flags.
 			</p>
 
@@ -409,50 +409,6 @@
 			<li>if there isn't a group or extensible node in progress currently</li>
 			<li>if a property with the same name already exists</li>
 			<li>if the specified type is not allowed</li>
-			<li>if the name is not a valid property name</li> 
-			<li>if the attributes are not valid for a property</li>
-            </ul>
-            <p><em>Not every implementation can detect each condition</em></p>
-
-		@throws com::sun::star::lang::WrappedTargetException
-			if an error occurs processing the event.
-
-		@see com::sun::star::configuration::backend::SchemaAttribute
-	 */
-	void addProperty( [in] string aName, 
-			 		  [in] short aAttributes, 
-					  [in] type aType ) 
-			raises( MalformedDataException,
-                    com::sun::star::lang::WrappedTargetException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** receives notification that a property having a default value 
-		is added to the current node. 
-
-		@param aName
-			specifies the name of the new property.
-
-		@param aAttributes
-			specifies the attributes of the new property.
-
-			<p> The value is a combination of 
-				<type>SchemaAttribute</type> flags.
-			</p>
-
-		@param aDefaultValue
-			specifies the value of the new property.
-
-			<p> The value also determines the type. 
-				Therefore the value must not be <void/>.
-			</p>
-
-		@throws com::sun::star::configuration::backend::MalformedDataException
-            <ul>
-			<li>if there isn't a group or extensible node in progress currently</li>
-			<li>if a property with the same name already exists</li>
-			<li>if the type of the default value is not an allowed type,
-			    or if the default value is <void/></li> 
 			<li>if the name is not a valid property name</li>
 			<li>if the attributes are not valid for a property</li>
             </ul>
@@ -463,15 +419,59 @@
 
 		@see com::sun::star::configuration::backend::SchemaAttribute
 	 */
-	void addPropertyWithDefault( [in] string aName, 
-			 					 [in] short aAttributes, 
-								 [in] any aDefaultValue ) 
+	void addProperty( [in] string aName,
+			 		  [in] short aAttributes,
+					  [in] type aType )
 			raises( MalformedDataException,
-                    com::sun::star::lang::WrappedTargetException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** receives notification that the current group has a child node 
+                    com::sun::star::lang::WrappedTargetException );
+
+	//-------------------------------------------------------------------------
+
+	/** receives notification that a property having a default value
+		is added to the current node.
+
+		@param aName
+			specifies the name of the new property.
+
+		@param aAttributes
+			specifies the attributes of the new property.
+
+			<p> The value is a combination of
+				<type>SchemaAttribute</type> flags.
+			</p>
+
+		@param aDefaultValue
+			specifies the value of the new property.
+
+			<p> The value also determines the type.
+				Therefore the value must not be <void/>.
+			</p>
+
+		@throws com::sun::star::configuration::backend::MalformedDataException
+            <ul>
+			<li>if there isn't a group or extensible node in progress currently</li>
+			<li>if a property with the same name already exists</li>
+			<li>if the type of the default value is not an allowed type,
+			    or if the default value is <void/></li>
+			<li>if the name is not a valid property name</li>
+			<li>if the attributes are not valid for a property</li>
+            </ul>
+            <p><em>Not every implementation can detect each condition</em></p>
+
+		@throws com::sun::star::lang::WrappedTargetException
+			if an error occurs processing the event.
+
+		@see com::sun::star::configuration::backend::SchemaAttribute
+	 */
+	void addPropertyWithDefault( [in] string aName,
+			 					 [in] short aAttributes,
+								 [in] any aDefaultValue )
+			raises( MalformedDataException,
+                    com::sun::star::lang::WrappedTargetException );
+
+	//-------------------------------------------------------------------------
+
+	/** receives notification that the current group has a child node
 		that is an instance of a specified template.
 
 		@param aName
@@ -492,18 +492,18 @@
 		@throws com::sun::star::lang::WrappedTargetException
 			if an error occurs processing the event.
 	 */
-	void addInstance( [in] string aName, 
-			 		  [in] TemplateIdentifier aTemplate ) 
+	void addInstance( [in] string aName,
+			 		  [in] TemplateIdentifier aTemplate )
 			raises( MalformedDataException,
-                    com::sun::star::lang::WrappedTargetException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** receives notification that the current set can contain items 
+                    com::sun::star::lang::WrappedTargetException );
+
+	//-------------------------------------------------------------------------
+
+	/** receives notification that the current set can contain items
 		that are instances of a specified template.
 
 		@param aItemType
-			specifies a template that is accepted as valid item type 
+			specifies a template that is accepted as valid item type
 			for the current set node.
 
 		@throws com::sun::star::configuration::backend::MalformedDataException
@@ -517,18 +517,18 @@
 		@throws com::sun::star::lang::WrappedTargetException
 			if an error occurs processing the event.
 	 */
-	void addItemType( [in] TemplateIdentifier aItemType ) 
+	void addItemType( [in] TemplateIdentifier aItemType )
 			raises( MalformedDataException,
-                    com::sun::star::lang::WrappedTargetException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; }; 
+                    com::sun::star::lang::WrappedTargetException );
 
-//============================================================================= 
- 
-#endif 
+	//-------------------------------------------------------------------------
+
+};
+
+//=============================================================================
+
+}; }; }; }; };
+
+//=============================================================================
+
+#endif
diff --git a/main/offapi/com/sun/star/configuration/backend/XSchemaSupplier.idl b/main/offapi/com/sun/star/configuration/backend/XSchemaSupplier.idl
index a974166..c44edd9 100644
--- a/main/offapi/com/sun/star/configuration/backend/XSchemaSupplier.idl
+++ b/main/offapi/com/sun/star/configuration/backend/XSchemaSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -25,11 +25,11 @@
 
 #ifndef __com_sun_star_uno_XInterface_idl__
 #include <com/sun/star/uno/XInterface.idl>
-#endif 
+#endif
 
 #ifndef __com_sun_star_configuration_backend_XSchema_idl__
 #include <com/sun/star/configuration/backend/XSchema.idl>
-#endif 
+#endif
 
 #ifndef __com_sun_star_configuration_backend_BackendAccessException_idl__
 #include <com/sun/star/configuration/backend/BackendAccessException.idl>
@@ -37,31 +37,31 @@
 
 #ifndef __com_sun_star_lang_IllegalArgumentException_idl__
 #include <com/sun/star/lang/IllegalArgumentException.idl>
-#endif 
+#endif
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module configuration { module backend {
 
-//============================================================================= 
+//=============================================================================
 
-/** 
+/**
   provides access to configuration component schemas.
 
   @since OpenOffice 1.1.2
 */
-published interface XSchemaSupplier : ::com::sun::star::uno::XInterface 
+published interface XSchemaSupplier : ::com::sun::star::uno::XInterface
 {
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
     /**
       Returns the schema information (component + templates)
       for a particular component.
 
-      @param aComponent 
+      @param aComponent
                 component whose schema will be accessed
 
-      @returns   
+      @returns
                 an object allowing access to the various parts of the schema,
                 <NULL/> if the component doesn't exist.
 
@@ -75,11 +75,11 @@
         raises (BackendAccessException,
                 com::sun::star::lang::IllegalArgumentException) ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 } ;
 
-//============================================================================= 
+//=============================================================================
 
 } ; } ; } ; } ; } ;
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/configuration/backend/XSingleLayerStratum.idl b/main/offapi/com/sun/star/configuration/backend/XSingleLayerStratum.idl
index 659fc9a..ea2c985 100644
--- a/main/offapi/com/sun/star/configuration/backend/XSingleLayerStratum.idl
+++ b/main/offapi/com/sun/star/configuration/backend/XSingleLayerStratum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -25,11 +25,11 @@
 
 #ifndef __com_sun_star_uno_XInterface_idl__
 #include <com/sun/star/uno/XInterface.idl>
-#endif 
+#endif
 
 #ifndef __com_sun_star_configuration_backend_XLayer_idl__
 #include <com/sun/star/configuration/backend/XLayer.idl>
-#endif 
+#endif
 
 #ifndef __com_sun_star_configuration_backend_XUpdatableLayer_idl__
 #include <com/sun/star/configuration/backend/XUpdatableLayer.idl>
@@ -41,23 +41,23 @@
 
 #ifndef __com_sun_star_lang_IllegalArgumentException_idl__
 #include <com/sun/star/lang/IllegalArgumentException.idl>
-#endif 
+#endif
 
 #ifndef __com_sun_star_lang_NoSupportException_idl__
 #include <com/sun/star/lang/NoSupportException.idl>
-#endif 
+#endif
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module configuration { module backend {
 
-//============================================================================= 
+//=============================================================================
 
-/** 
-  Handles access to a stratum consisting of a single layer 
+/**
+  Handles access to a stratum consisting of a single layer
   in a configuration data repository
- 
-  <p> The interface provides timestamp-checking capabilities 
+
+  <p> The interface provides timestamp-checking capabilities
      for efficient caching.
   </p>
 
@@ -67,38 +67,38 @@
 
   @since OpenOffice 1.1.2
 */
-published interface XSingleLayerStratum : ::com::sun::star::uno::XInterface 
+published interface XSingleLayerStratum : ::com::sun::star::uno::XInterface
 {
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
-    /** 
-        retrieves the layer data for a component, if newer than indicated. 
-      
-        <p> A timestamp can be provided, which is used to indicate 
-            a point in time. The layer should be returned only if is modified 
-            since that time. 
+    /**
+        retrieves the layer data for a component, if newer than indicated.
+
+        <p> A timestamp can be provided, which is used to indicate
+            a point in time. The layer should be returned only if is modified
+            since that time.
         </p>
 
-        @param aComponent 
+        @param aComponent
                 The name of the component to access.
 
-        @param aTimestamp    
+        @param aTimestamp
                 a timestamp for the layer.
-                
-                <p> An empty timestamp indicates, that the layer should be 
-                    retrieved irrespective of its modification time. 
+
+                <p> An empty timestamp indicates, that the layer should be
+                    retrieved irrespective of its modification time.
                 </p>
-                <p> The format and meaning of a timestamp depends on 
-                    the implementation. Timestamps can be obtained using 
+                <p> The format and meaning of a timestamp depends on
+                    the implementation. Timestamps can be obtained using
                     <member scope="com::sun::star::util">XTimeStamped::getTimestamp()</member>.
                 </p>
 
-      @returns   
-                a <type>Layer</type> object providing access to the layer data, 
-                <NULL/> if the layer is newer than indicated by the timestamp. 
+      @returns
+                a <type>Layer</type> object providing access to the layer data,
+                <NULL/> if the layer is newer than indicated by the timestamp.
 
       @throws   com::sun::star::lang::IllegalArgumentException
-                if the component identifier is invalid or 
+                if the component identifier is invalid or
                 if the timestamp is invalid.
 
       @throws   com::sun::star::configuration::backend::BackendAccessException
@@ -106,21 +106,21 @@
 
       @see com::sun::star::util::XTimeStamped
 	*/
-    XLayer getLayer([in] string aComponent, 
+    XLayer getLayer([in] string aComponent,
                     [in] string aTimestamp)
         raises (BackendAccessException,
                 com::sun::star::lang::IllegalArgumentException) ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
     /**
         retrieves a writable representation of the layer for a component.
 
-        @param aComponent 
+        @param aComponent
                 The name of the component to access.
-      
-        @return   
-                an <type>UpdatableLayer</type> object providing 
+
+        @return
+                an <type>UpdatableLayer</type> object providing
                 write access to the layer
 
         @throws   com::sun::star::lang::IllegalArgumentException
@@ -136,12 +136,12 @@
         raises (BackendAccessException,
                 com::sun::star::lang::NoSupportException,
                 com::sun::star::lang::IllegalArgumentException) ;
-    
-	//------------------------------------------------------------------------- 
+
+	//-------------------------------------------------------------------------
 } ;
 
-//============================================================================= 
+//=============================================================================
 
 } ; } ; } ; } ; } ;
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/configuration/backend/XUpdatableLayer.idl b/main/offapi/com/sun/star/configuration/backend/XUpdatableLayer.idl
index 0aedd98..ec381ea 100644
--- a/main/offapi/com/sun/star/configuration/backend/XUpdatableLayer.idl
+++ b/main/offapi/com/sun/star/configuration/backend/XUpdatableLayer.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,11 +30,11 @@
 
 #ifndef __com_sun_star_lang_NullPointerException_idl__
 #include <com/sun/star/lang/NullPointerException.idl>
-#endif 
+#endif
 
 #ifndef __com_sun_star_lang_WrappedTargetException_idl__
 #include <com/sun/star/lang/WrappedTargetException.idl>
-#endif 
+#endif
 
 #ifndef __com_sun_star_configuration_backend_MalformedDataException_idl__
 #include <com/sun/star/configuration/backend/MalformedDataException.idl>
@@ -52,7 +52,7 @@
 
     @since OpenOffice 1.1.2
   */
-published interface XUpdatableLayer : XLayer 
+published interface XUpdatableLayer : XLayer
 {
     //--------------------------------------------------------------------------
 
@@ -61,12 +61,12 @@
 	   parameter.
 
        <p> After the replacement has been performed, reading the
-           layer will return the new content. Some implementations 
+           layer will return the new content. Some implementations
            may not support this, so after an update
            <member>XLayer::readData()</member> may fail.
         </p>
 
-       @param aNewLayer 
+       @param aNewLayer
                replacement layer
 
        @throws com::sun::star::lang::NullPointerException
@@ -76,7 +76,7 @@
        @throws com::sun::star::configuration::backend::MalformedDataException
                if the layer contains invalid data.
 	 */
-	void replaceWith([in] XLayer aNewLayer) 
+	void replaceWith([in] XLayer aNewLayer)
         raises (com::sun::star::lang::NullPointerException,
                 com::sun::star::lang::WrappedTargetException,
                 MalformedDataException) ;
diff --git a/main/offapi/com/sun/star/configuration/backend/XUpdateHandler.idl b/main/offapi/com/sun/star/configuration/backend/XUpdateHandler.idl
index 66e9fe1..b883c16 100644
--- a/main/offapi/com/sun/star/configuration/backend/XUpdateHandler.idl
+++ b/main/offapi/com/sun/star/configuration/backend/XUpdateHandler.idl
@@ -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,57 +7,57 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_configuration_backend_XUpdateHandler_idl__ 
+#ifndef __com_sun_star_configuration_backend_XUpdateHandler_idl__
 #define __com_sun_star_configuration_backend_XUpdateHandler_idl__
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
 
-#ifndef __com_sun_star_configuration_backend_TemplateIdentifier_idl__ 
-#include <com/sun/star/configuration/backend/TemplateIdentifier.idl> 
-#endif 
- 
-#ifndef __com_sun_star_configuration_backend_MalformedDataException_idl__ 
-#include <com/sun/star/configuration/backend/MalformedDataException.idl> 
-#endif 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
 
-#ifndef __com_sun_star_lang_WrappedTargetException_idl__ 
-#include <com/sun/star/lang/WrappedTargetException.idl> 
-#endif 
+#ifndef __com_sun_star_configuration_backend_TemplateIdentifier_idl__
+#include <com/sun/star/configuration/backend/TemplateIdentifier.idl>
+#endif
 
-#ifndef __com_sun_star_lang_IllegalAccessException_idl__ 
-#include <com/sun/star/lang/IllegalAccessException.idl> 
-#endif 
+#ifndef __com_sun_star_configuration_backend_MalformedDataException_idl__
+#include <com/sun/star/configuration/backend/MalformedDataException.idl>
+#endif
+
+#ifndef __com_sun_star_lang_WrappedTargetException_idl__
+#include <com/sun/star/lang/WrappedTargetException.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IllegalAccessException_idl__
+#include <com/sun/star/lang/IllegalAccessException.idl>
+#endif
 
 //=============================================================================
- 
+
 module com { module sun { module star { module configuration { module backend {
- 
-//============================================================================= 
- 
-/** receives a description of a configuration update or layer 
+
+//=============================================================================
+
+/** receives a description of a configuration update or layer
 	as a sequence of events.
 
     @since OpenOffice 1.1.2
  */
 published interface XUpdateHandler: ::com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** receives notification that a update or description is started.
 
 		@throws com::sun::star::configuration::backend::MalformedDataException
@@ -65,19 +65,19 @@
 
 		@throws com::sun::star::lang::IllegalAccessException
             if the target layer is read-only
-            <p><em>Some implementations can only detect this when executing 
+            <p><em>Some implementations can only detect this when executing
                 <member>XUpdateHandler::endUpdate()</member></em>
             </p>
 
 		@throws com::sun::star::lang::WrappedTargetException
 			if an error occurs processing the event.
 	 */
-	void startUpdate(  ) 
+	void startUpdate(  )
 			raises( MalformedDataException,
-                    com::sun::star::lang::IllegalAccessException, 
-                    com::sun::star::lang::WrappedTargetException ); 
-	//------------------------------------------------------------------------- 
-	 
+                    com::sun::star::lang::IllegalAccessException,
+                    com::sun::star::lang::WrappedTargetException );
+	//-------------------------------------------------------------------------
+
 	/** receives notification that the current update description is complete.
 
 		<p> Must match a previous call to <member>XUpdateHandler::startUpdate()</member>.
@@ -98,16 +98,16 @@
 		@throws com::sun::star::lang::WrappedTargetException
 			if an error occurs processing the event.
 	 */
-	void endUpdate(  ) 
+	void endUpdate(  )
 			raises( MalformedDataException,
-                    com::sun::star::lang::IllegalAccessException, 
-                    com::sun::star::lang::WrappedTargetException ); 
-	//------------------------------------------------------------------------- 
-	 	 
+                    com::sun::star::lang::IllegalAccessException,
+                    com::sun::star::lang::WrappedTargetException );
+	//-------------------------------------------------------------------------
+
 	/** receives notification that a modification of a node is started.
 
-		<p> Subsequent calls describe changes to properties and items or 
-			members of the node until a matching call to 
+		<p> Subsequent calls describe changes to properties and items or
+			members of the node until a matching call to
 			<member>XUpdateHandler::endNode()</member> is encountered.
 		</p>
 
@@ -118,17 +118,17 @@
 			specifies attribute values to be applied to the node in the
             current layer.
 
-			<p> The value is a combination of 
+			<p> The value is a combination of
 				<type>NodeAttribute</type> flags.
 			</p>
-			<p>	Only attributes which are selected in aAttributeMask 
+			<p>	Only attributes which are selected in aAttributeMask
                 are changed.
 			</p>
 
 		@param aAttributeMask
 			specifies which attributes should be changed for the node.
 
-			<p> The value is a combination of 
+			<p> The value is a combination of
 				<type>NodeAttribute</type> flags.
 			</p>
 
@@ -139,7 +139,7 @@
 
 		@throws com::sun::star::configuration::backend::MalformedDataException
             <ul>
-			<li>if there isn't an update in progress at all</li> 
+			<li>if there isn't an update in progress at all</li>
             <li>if a node is not valid in this place</li>
 			<li>if there already was a change to that node</li>
 			<li>if there is no node with that name</li>
@@ -157,21 +157,21 @@
 	void modifyNode ( [in] string aName,
 					  [in] short  aAttributes,
 					  [in] short  aAttributeMask,
-                      [in] boolean bReset ) 
+                      [in] boolean bReset )
 			raises( MalformedDataException,
-                    com::sun::star::lang::WrappedTargetException ); 
-	//------------------------------------------------------------------------- 
-	 
+                    com::sun::star::lang::WrappedTargetException );
+	//-------------------------------------------------------------------------
+
 	/** receives notification that a node is started as a new item.
 
-		<p> The current node must be a set and 
+		<p> The current node must be a set and
 			a preexisting item (if any) must be removeable.
 		</p>
 		<p> The new item will be created from the default template
 			of the set.
 		</p>
 		<p> Subsequent calls describe the difference from the template
-			of properties, items or members of the node until a matching call 
+			of properties, items or members of the node until a matching call
 			to <member>XUpdateHandler::endNode()</member> is encountered.
 		</p>
 
@@ -181,7 +181,7 @@
 		@param aAttributes
 			specifies attribute values to be applied to the new node.
 
-			<p> The value is a combination of 
+			<p> The value is a combination of
 				<type>NodeAttribute</type> flags.  Note that
                 <member>NodeAttribute::FUSE</member> has an impact on the
                 semantics of this method.
@@ -204,19 +204,19 @@
 		@see com::sun::star::configuration::backend::NodeAttribute
 	 */
 	void addOrReplaceNode (	[in] string aName,
-							[in] short  aAttributes ) 
+							[in] short  aAttributes )
 			raises( MalformedDataException,
-                    com::sun::star::lang::WrappedTargetException ); 	 	 
-	//------------------------------------------------------------------------- 
-	 
-	/** receives notification that a node is started as a new item 
+                    com::sun::star::lang::WrappedTargetException );
+	//-------------------------------------------------------------------------
+
+	/** receives notification that a node is started as a new item
         based on a particular template.
 
-		<p> The current node must be a set and 
+		<p> The current node must be a set and
 			a preexisting item (if any) must be removeable.
 		</p>
 		<p> Subsequent calls describe the difference from the template
-			of properties or members of the node until a matching call 
+			of properties or members of the node until a matching call
 			to <member>XUpdateHandler::endNode()</member> is encountered.
 		</p>
 
@@ -229,7 +229,7 @@
 		@param aAttributes
 			specifies attribute values to be applied to the new node.
 
-			<p> The value is a combination of 
+			<p> The value is a combination of
 				<type>NodeAttribute</type> flags.  Note that
                 <member>NodeAttribute::FUSE</member> has an impact on the
                 semantics of this method.
@@ -256,35 +256,35 @@
 										[in] short  aAttributes,
 										[in] TemplateIdentifier aTemplate )
 			raises( MalformedDataException,
-                    com::sun::star::lang::WrappedTargetException ); 
-	//------------------------------------------------------------------------- 
-	 
+                    com::sun::star::lang::WrappedTargetException );
+	//-------------------------------------------------------------------------
+
 	/** receives notification that a node modification is complete.
 
-		<p> Must match the last open call to 
-			<member>XUpdateHandler::modifyNode()</member>, 
-			<member>XUpdateHandler::addOrReplaceNode()</member> or 
+		<p> Must match the last open call to
+			<member>XUpdateHandler::modifyNode()</member>,
+			<member>XUpdateHandler::addOrReplaceNode()</member> or
 			<member>XUpdateHandler::addOrReplaceNodeFromTemplate()</member>.
 		</p>
 
 		@throws com::sun::star::configuration::backend::MalformedDataException
             <ul>
 			<li>if invalid data is detected in the node</li>
-			<li>if no node is started at all</li>	
+			<li>if no node is started at all</li>
             </ul>
             <p><em>Not every implementation can detect each condition</em></p>
 
 		@throws com::sun::star::lang::WrappedTargetException
 			if an error occurs processing the event.
 	 */
-	void endNode( ) 
+	void endNode( )
 			raises( MalformedDataException,
-                    com::sun::star::lang::WrappedTargetException ); 
-	//------------------------------------------------------------------------- 
-	 
-	/** receives notification that an item is to be dropped from a set. 
+                    com::sun::star::lang::WrappedTargetException );
+	//-------------------------------------------------------------------------
 
-		<p> The current node must be a set and 
+	/** receives notification that an item is to be dropped from a set.
+
+		<p> The current node must be a set and
 			the item must be removeable.
 		</p>
 
@@ -304,15 +304,15 @@
 		@throws com::sun::star::lang::WrappedTargetException
 			if an error occurs processing the event.
 	 */
-	void removeNode( [in] string aName ) 
+	void removeNode( [in] string aName )
 			raises( MalformedDataException,
-                    com::sun::star::lang::WrappedTargetException ); 
-	//------------------------------------------------------------------------- 
-	 
+                    com::sun::star::lang::WrappedTargetException );
+	//-------------------------------------------------------------------------
+
 	/** receives notification that modification of an existing property is started. .
 
-		<p> Subsequent calls describe changes to the value(s) 
-			of the property until a matching call to 
+		<p> Subsequent calls describe changes to the value(s)
+			of the property until a matching call to
 			<member>XUpdateHandler::endProperty()</member> is encountered.
 		</p>
 
@@ -322,20 +322,20 @@
 		@param aAttributes
 			specifies new attributes of the property.
 
-			<p> The value is a combination of 
+			<p> The value is a combination of
 				<type>NodeAttribute</type> flags.
 			</p>
-			<p> Only attributes which are selected in aAttributeMask are changed. 
+			<p> Only attributes which are selected in aAttributeMask are changed.
 			</p>
-			<p>	<const>NodeAttribute::MANDATORY</const> need not be set 
-                and can't be removed, as dynamic properties always are mandatory 
+			<p>	<const>NodeAttribute::MANDATORY</const> need not be set
+                and can't be removed, as dynamic properties always are mandatory
 				in subsequent layers.
 			</p>
 
 		@param aAttributeMask
 			specifies which attributes should be changed for the property.
 
-			<p> The value is a combination of 
+			<p> The value is a combination of
 				<type>NodeAttribute</type> flags.
 			</p>
 
@@ -362,22 +362,22 @@
 
 		@see com::sun::star::configuration::backend::NodeAttribute
 	 */
-	void modifyProperty( [in] string aName, 
-			 	         [in] short aAttributes, 
-			 			 [in] short aAttributeMask, 
-						 [in] type aType ) 
+	void modifyProperty( [in] string aName,
+			 	         [in] short aAttributes,
+			 			 [in] short aAttributeMask,
+						 [in] type aType )
 			raises( MalformedDataException,
-                    com::sun::star::lang::WrappedTargetException ); 
-	//------------------------------------------------------------------------- 
-  	 
-	/** receives notification about a change to the value of 
+                    com::sun::star::lang::WrappedTargetException );
+	//-------------------------------------------------------------------------
+
+	/** receives notification about a change to the value of
         the current property.
 
 		@param aValue
 			specifies the new value of the property.
 
-			<p> The value must match the type of the existing property. 
-				If the property does not have the 
+			<p> The value must match the type of the existing property.
+				If the property does not have the
 				<const>SchemaAttribute::REQUIRED</const> flag set,
 				the value can be <void/>.
 			</p>
@@ -386,7 +386,7 @@
             <ul>
 			<li>if there isn't a property modification in progress currently</li>
 			<li>if there already was a change to this value</li>
-			<li>if the type of the value is not an allowed type</li> 
+			<li>if the type of the value is not an allowed type</li>
 			<li>if the value is not valid for the property</li>
             </ul>
             <p><em>Not every implementation can detect each condition</em></p>
@@ -396,19 +396,19 @@
 
 		@see com::sun::star::configuration::backend::NodeAttribute
 	 */
-	void setPropertyValue( [in] any aValue ) 
+	void setPropertyValue( [in] any aValue )
 			raises( MalformedDataException,
-                    com::sun::star::lang::WrappedTargetException ); 
-	//------------------------------------------------------------------------- 
-  	 
-	/** receives notification about a change to the value of 
+                    com::sun::star::lang::WrappedTargetException );
+	//-------------------------------------------------------------------------
+
+	/** receives notification about a change to the value of
         the current property for a specific locale.
 
 		@param aValue
 			specifies the new value of the property for the given locale.
 
-			<p> The value must match the type of the existing property. 
-				If the property does not have the 
+			<p> The value must match the type of the existing property.
+				If the property does not have the
 				<const>SchemaAttribute::REQUIRED</const> flag set,
 				the value can be <void/>.
 			</p>
@@ -418,7 +418,7 @@
 
 		@throws com::sun::star::configuration::backend::MalformedDataException
             <ul>
-			<li>if there isn't a property modification in progress currently</li> 
+			<li>if there isn't a property modification in progress currently</li>
 			<li>if the property is not localizable</li>
 			<li>if there already was a change to this value</li>
 			<li>if the type of the value is not an allowed type</li>
@@ -432,12 +432,12 @@
 
 		@see com::sun::star::configuration::backend::NodeAttribute
 	 */
-	void setPropertyValueForLocale( [in] any aValue, [in] string aLocale ) 
+	void setPropertyValueForLocale( [in] any aValue, [in] string aLocale )
 			raises( MalformedDataException,
-                    com::sun::star::lang::WrappedTargetException ); 
-	//------------------------------------------------------------------------- 
-  	 
-	/** receives notification that the value of the current property 
+                    com::sun::star::lang::WrappedTargetException );
+	//-------------------------------------------------------------------------
+
+	/** receives notification that the value of the current property
         should be reset to its default.
 
 		@throws com::sun::star::configuration::backend::MalformedDataException
@@ -452,12 +452,12 @@
 
 		@see com::sun::star::configuration::backend::NodeAttribute
 	 */
-	void resetPropertyValue( ) 
+	void resetPropertyValue( )
 			raises( MalformedDataException,
-                    com::sun::star::lang::WrappedTargetException ); 
-	//------------------------------------------------------------------------- 
-  	 
-	/** receives notification that the value of the current property 
+                    com::sun::star::lang::WrappedTargetException );
+	//-------------------------------------------------------------------------
+
+	/** receives notification that the value of the current property
         for a specific locale should be reset to its default.
 
 		@param aLocale
@@ -477,33 +477,33 @@
 
 		@see com::sun::star::configuration::backend::NodeAttribute
 	 */
-	void resetPropertyValueForLocale( [in] string aLocale ) 
+	void resetPropertyValueForLocale( [in] string aLocale )
 			raises( MalformedDataException,
-                    com::sun::star::lang::WrappedTargetException ); 
-	//------------------------------------------------------------------------- 
-	 
+                    com::sun::star::lang::WrappedTargetException );
+	//-------------------------------------------------------------------------
+
 	/** receives notification that a property modification is complete.
 
-		<p> Must match the last open call to 
+		<p> Must match the last open call to
 			<member>XUpdateHandler::modifyProperty()</member>.
 		</p>
 
 		@throws com::sun::star::configuration::backend::MalformedDataException
             <ul>
 			<li>if invalid data is detected in the property</li>
-			<li>if no property is started at all</li>	
+			<li>if no property is started at all</li>
             </ul>
             <p><em>Not every implementation can detect each condition</em></p>
 
 		@throws com::sun::star::lang::WrappedTargetException
 			if an error occurs processing the event.
 	 */
-	void endProperty( ) 
+	void endProperty( )
 			raises( MalformedDataException,
-                    com::sun::star::lang::WrappedTargetException ); 
-	//------------------------------------------------------------------------- 
-	 
-	/** receives notification that a property is reset to its default state. 
+                    com::sun::star::lang::WrappedTargetException );
+	//-------------------------------------------------------------------------
+
+	/** receives notification that a property is reset to its default state.
 
 		@param aName
 			specifies the name of the property.
@@ -512,7 +512,7 @@
             <ul>
 			<li>if there isn't a group or extensible node in progress currently</li>
 			<li>if there already was a change to a property of that name</li>
-			<li>if there is no property with that name, or if the property 
+			<li>if there is no property with that name, or if the property
 			    has no default</li>
 			<li>if the property is read-only</li>
 			<li>if the name is not a valid property name</li>
@@ -524,16 +524,16 @@
 
 		@see com::sun::star::configuration::backend::NodeAttribute
 	 */
-	void resetProperty(	[in] string aName ) 
+	void resetProperty(	[in] string aName )
 			raises( MalformedDataException,
-                    com::sun::star::lang::WrappedTargetException ); 
-	//------------------------------------------------------------------------- 
-	 
-	/** receives notification that a property having a value of <void/>
-		is added to the current node. 
+                    com::sun::star::lang::WrappedTargetException );
+	//-------------------------------------------------------------------------
 
-		<p> The current node must be extensible and 
-			a preexisting property (if any) must be 
+	/** receives notification that a property having a value of <void/>
+		is added to the current node.
+
+		<p> The current node must be extensible and
+			a preexisting property (if any) must be
             removeable in this layer.
 		</p>
 
@@ -543,13 +543,13 @@
 		@param aAttributes
 			specifies the attributes of the new property.
 
-			<p> The value is a combination of 
-				<type>NodeAttribute</type> flags and may also contain the 
+			<p> The value is a combination of
+				<type>NodeAttribute</type> flags and may also contain the
 				<const>SchemaAttribute::REQUIRED</const> flag.
 			</p>
 			</p>
-			<p>	<const>NodeAttribute::MANDATORY</const> need not be set, 
-				as dynamic properties always are mandatory 
+			<p>	<const>NodeAttribute::MANDATORY</const> need not be set,
+				as dynamic properties always are mandatory
 				in subsequent layers.
 			</p>
 
@@ -562,7 +562,7 @@
 			<li>if there already was a change to a property of that name</li>
 			<li>if a property of that name exists and is not removeable</li>
 			<li>if the specified type is not allowed</li>
-			<li>if the name is not a valid property name</li> 
+			<li>if the name is not a valid property name</li>
 			<li>if the attributes are not valid for the property</li>
             </ul>
             <p><em>Not every implementation can detect each condition</em></p>
@@ -572,18 +572,18 @@
 
 		@see com::sun::star::configuration::backend::SchemaAttribute
 	 */
-	void addOrReplaceProperty( [in] string aName, 
-			 				   [in] short aAttributes, 
-							   [in] type aType ) 
+	void addOrReplaceProperty( [in] string aName,
+			 				   [in] short aAttributes,
+							   [in] type aType )
 			raises( MalformedDataException,
-                    com::sun::star::lang::WrappedTargetException ); 
-	//------------------------------------------------------------------------- 
-	 
-	/** receives notification that a property having a non-<NULL/> value 
-		is added to the current node. 
+                    com::sun::star::lang::WrappedTargetException );
+	//-------------------------------------------------------------------------
 
-		<p> The current node must be extensible and 
-			a preexisting property (if any) must be 
+	/** receives notification that a property having a non-<NULL/> value
+		is added to the current node.
+
+		<p> The current node must be extensible and
+			a preexisting property (if any) must be
             removeable in this layer.
 		</p>
 
@@ -593,20 +593,20 @@
 		@param aAttributes
 			specifies the attributes of the new property.
 
-			<p> The value is a combination of 
-				<type>NodeAttribute</type> flags and may also contain the 
+			<p> The value is a combination of
+				<type>NodeAttribute</type> flags and may also contain the
 				<const>SchemaAttribute::REQUIRED</const> flag.
 			</p>
 			</p>
-			<p>	<const>NodeAttribute::MANDATORY</const> need not be set, 
-				as dynamic properties always are mandatory 
+			<p>	<const>NodeAttribute::MANDATORY</const> need not be set,
+				as dynamic properties always are mandatory
 				in subsequent layers.
 			</p>
 
 		@param aValue
 			specifies the value of the new property.
 
-			<p> The value also determines the type. 
+			<p> The value also determines the type.
 				Therefore the value must not be <void/>.
 			</p>
 
@@ -627,14 +627,14 @@
 
 		@see com::sun::star::configuration::backend::SchemaAttribute
 	 */
-	void addOrReplacePropertyWithValue(	[in] string aName, 
-			 							[in] short aAttributes, 
-										[in] any aValue ) 
+	void addOrReplacePropertyWithValue(	[in] string aName,
+			 							[in] short aAttributes,
+										[in] any aValue )
 			raises( MalformedDataException,
-                    com::sun::star::lang::WrappedTargetException ); 
-	//------------------------------------------------------------------------- 
-	 
-	/** receives notification that a property is dropped from the current node. 
+                    com::sun::star::lang::WrappedTargetException );
+	//-------------------------------------------------------------------------
+
+	/** receives notification that a property is dropped from the current node.
 
 		<p>The current node must be extensible and the property removeable.</p>
 
@@ -653,17 +653,17 @@
 		@throws com::sun::star::lang::WrappedTargetException
 			if an error occurs processing the event.
 	 */
-	void removeProperty( [in] string aName ) 
+	void removeProperty( [in] string aName )
 			raises( MalformedDataException,
-                    com::sun::star::lang::WrappedTargetException ); 
-	//------------------------------------------------------------------------- 
-	 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; }; 
+                    com::sun::star::lang::WrappedTargetException );
+	//-------------------------------------------------------------------------
 
-//============================================================================= 
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; }; };
+
+//=============================================================================
+
+#endif
diff --git a/main/offapi/com/sun/star/configuration/backend/XVersionedSchemaSupplier.idl b/main/offapi/com/sun/star/configuration/backend/XVersionedSchemaSupplier.idl
index 1b39aea..230a69a 100644
--- a/main/offapi/com/sun/star/configuration/backend/XVersionedSchemaSupplier.idl
+++ b/main/offapi/com/sun/star/configuration/backend/XVersionedSchemaSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -25,7 +25,7 @@
 
 #ifndef __com_sun_star_configuration_backend_XSchemaSupplier_idl__
 #include <com/sun/star/configuration/backend/XSchemaSupplier.idl>
-#endif 
+#endif
 
 #ifndef __com_sun_star_configuration_backend_BackendAccessException_idl__
 #include <com/sun/star/configuration/backend/BackendAccessException.idl>
@@ -33,43 +33,43 @@
 
 #ifndef __com_sun_star_lang_IllegalArgumentException_idl__
 #include <com/sun/star/lang/IllegalArgumentException.idl>
-#endif 
+#endif
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module configuration { module backend {
 
-//============================================================================= 
+//=============================================================================
 
-/** 
+/**
   provides access to versioned configuration component schemas.
 
   @since OpenOffice 2.0
 */
-interface XVersionedSchemaSupplier : XSchemaSupplier 
+interface XVersionedSchemaSupplier : XSchemaSupplier
 {
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
     /**
       Returns the schema version for a particular component.
 
-      @param aComponent 
+      @param aComponent
                 component whose schema version will be determined
 
-      @returns   
-                a <atom>string</atom> that identifies the schema version for 
+      @returns
+                a <atom>string</atom> that identifies the schema version for
                 the given component.
 
-                <p> The format of the version string is arbitrary. No meaning 
-                should be attached to it, unless an implementing service 
-                defines one. If no version can be determined, an empty 
+                <p> The format of the version string is arbitrary. No meaning
+                should be attached to it, unless an implementing service
+                defines one. If no version can be determined, an empty
                 <atom>string</atom> may be returned.
                 </p>
 
-                <p> Clients may assume that all instances of a schema with the 
+                <p> Clients may assume that all instances of a schema with the
                 same version are identical. The converse is not true.
-                In particular an implementation may return the same version 
-                string for all schemas it supplies (i.e. return a version for 
+                In particular an implementation may return the same version
+                string for all schemas it supplies (i.e. return a version for
                 the complete schema, including all components)
                 </p>
 
@@ -83,11 +83,11 @@
         raises (BackendAccessException,
                 com::sun::star::lang::IllegalArgumentException) ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 } ;
 
-//============================================================================= 
+//=============================================================================
 
 } ; } ; } ; } ; } ;
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/configuration/backend/xml/LayerParser.idl b/main/offapi/com/sun/star/configuration/backend/xml/LayerParser.idl
index d43f4e3..84f93c9 100644
--- a/main/offapi/com/sun/star/configuration/backend/xml/LayerParser.idl
+++ b/main/offapi/com/sun/star/configuration/backend/xml/LayerParser.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -25,70 +25,70 @@
 
 #ifndef __com_sun_star_configuration_backend_XLayer_idl__
 #include <com/sun/star/configuration/backend/XLayer.idl>
-#endif 
+#endif
 
 #ifndef __com_sun_star_io_XActiveDataSink_idl__
 #include <com/sun/star/io/XActiveDataSink.idl>
-#endif 
+#endif
 
 #ifndef __com_sun_star_lang_XInitialization_idl__
 #include <com/sun/star/lang/XInitialization.idl>
-#endif 
+#endif
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module configuration { module backend {
 module xml {
 
-//============================================================================= 
+//=============================================================================
 
 /**
     represents a configuration data layer that is stored in a stream in
     OOR Update XML format.
 
-    <p> The configuration layer xml from a given stream is parsed and fed to a 
-    <type scope="com::sun::star::configuration::backend">XLayerHandler</type>. 
+    <p> The configuration layer xml from a given stream is parsed and fed to a
+    <type scope="com::sun::star::configuration::backend">XLayerHandler</type>.
     </p>
-  
+
     @see com::sun::star::configuration::backend::xml::SchemaParser
         Service that represents a configuration schema stored in xml.
 
     @see com::sun::star::configuration::backend::xml::LayerWriter
-        Service that writes OOR Update XML for data described via 
-        <type scope="com::sun::star::configuration::backend">XLayerHandler</type>. 
+        Service that writes OOR Update XML for data described via
+        <type scope="com::sun::star::configuration::backend">XLayerHandler</type>.
 
     @since OpenOffice 1.1.2
 */
 published service LayerParser
 {
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
     /** provides access to the parsed layer data.
       */
     interface com::sun::star::configuration::backend::XLayer ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
     /** provides access to the source xml stream.
       */
     interface com::sun::star::io::XActiveDataSink ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
     /** allows initializing the source stream.
 
-        <p> The source can be passed 
-            as a <type scope="com::sun::star::io">XInputStream</type> or 
+        <p> The source can be passed
+            as a <type scope="com::sun::star::io">XInputStream</type> or
             as a <type scope="com::sun::star::xml::sax">InputSource</type>.
-        </p> 
+        </p>
       */
     interface com::sun::star::lang::XInitialization ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 } ;
 
-//============================================================================= 
+//=============================================================================
 } ;
-} ; } ; } ; } ; } ; 
+} ; } ; } ; } ; } ;
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/configuration/backend/xml/LayerWriter.idl b/main/offapi/com/sun/star/configuration/backend/xml/LayerWriter.idl
index a094fdc..bdb1901 100644
--- a/main/offapi/com/sun/star/configuration/backend/xml/LayerWriter.idl
+++ b/main/offapi/com/sun/star/configuration/backend/xml/LayerWriter.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -25,31 +25,31 @@
 
 #ifndef __com_sun_star_lang_XInitialization_idl__
 #include <com/sun/star/lang/XInitialization.idl>
-#endif 
+#endif
 
 #ifndef __com_sun_star_io_XActiveDataSource_idl__
 #include <com/sun/star/io/XActiveDataSource.idl>
-#endif 
+#endif
 
 #ifndef __com_sun_star_configuration_backend_XLayerHandler_idl__
 #include <com/sun/star/configuration/backend/XLayerHandler.idl>
-#endif 
+#endif
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module configuration { module backend {
 module xml {
 
-//============================================================================= 
+//=============================================================================
 
 /**
     can be used to parse a stream of configuration layer xml.
 
-    <p> The configuration layer data described to a 
+    <p> The configuration layer data described to a
     <type scope="com::sun::star::configuration::backend">XLayerHandler</type>
     is written to a stream as OOR Update XML.
     </p>
-  
+
     @see com::sun::star::configuration::backend::xml::LayerParser
         Service that parses configuration layer xml.
 
@@ -57,33 +57,33 @@
 */
 published service LayerWriter
 {
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
     /** accepts events describing the layer data.
       */
     interface com::sun::star::configuration::backend::XLayerHandler ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
     /** provides access to the target stream.
       */
     interface com::sun::star::io::XActiveDataSource ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
     /** allows initializing target stream.
 
-        <p> The target can be passed 
+        <p> The target can be passed
             as a <type scope="com::sun::star::io">XOutputStream</type>.
-        </p> 
+        </p>
       */
     interface com::sun::star::lang::XInitialization ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 } ;
 
-//============================================================================= 
+//=============================================================================
 } ;
-} ; } ; } ; } ; } ; 
+} ; } ; } ; } ; } ;
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/configuration/backend/xml/SchemaParser.idl b/main/offapi/com/sun/star/configuration/backend/xml/SchemaParser.idl
index c0a4748..a75179d 100644
--- a/main/offapi/com/sun/star/configuration/backend/xml/SchemaParser.idl
+++ b/main/offapi/com/sun/star/configuration/backend/xml/SchemaParser.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -25,30 +25,30 @@
 
 #ifndef __com_sun_star_configuration_backend_XSchema_idl__
 #include <com/sun/star/configuration/backend/XSchema.idl>
-#endif 
+#endif
 
 #ifndef __com_sun_star_io_XActiveDataSink_idl__
 #include <com/sun/star/io/XActiveDataSink.idl>
-#endif 
+#endif
 
 #ifndef __com_sun_star_lang_XInitialization_idl__
 #include <com/sun/star/lang/XInitialization.idl>
-#endif 
+#endif
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module configuration { module backend {
 module xml {
 
-//============================================================================= 
+//=============================================================================
 
 /** represents a configuration schema that is stored in a stream in
     OOR Schema XML format.
 
-    <p> The configuration schema xml from a given stream is parsed and fed to a 
-        <type scope="com::sun::star::configuration::backend">XSchemaHandler</type>. 
+    <p> The configuration schema xml from a given stream is parsed and fed to a
+        <type scope="com::sun::star::configuration::backend">XSchemaHandler</type>.
     </p>
-  
+
     @see com::sun::star::configuration::backend::xml::LayerParser
         Service that parses configuration layer xml.
 
@@ -56,34 +56,34 @@
 */
 published service SchemaParser
 {
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
     /** provides access to the parsed schema data.
       */
     interface com::sun::star::configuration::backend::XSchema ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
     /** provides access to the source xml stream.
       */
     interface com::sun::star::io::XActiveDataSink ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
     /** allows initializing the source stream.
 
-        <p> The source can be passed 
-            as a <type scope="com::sun::star::io">XInputStream</type> or 
+        <p> The source can be passed
+            as a <type scope="com::sun::star::io">XInputStream</type> or
             as a <type scope="com::sun::star::xml::sax">InputSource</type>.
-        </p> 
+        </p>
       */
     interface com::sun::star::lang::XInitialization ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 } ;
 
-//============================================================================= 
+//=============================================================================
 } ;
-} ; } ; } ; } ; } ; 
+} ; } ; } ; } ; } ;
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/configuration/bootstrap/BootstrapContext.idl b/main/offapi/com/sun/star/configuration/bootstrap/BootstrapContext.idl
index 1411999..5b11642 100644
--- a/main/offapi/com/sun/star/configuration/bootstrap/BootstrapContext.idl
+++ b/main/offapi/com/sun/star/configuration/bootstrap/BootstrapContext.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -25,50 +25,50 @@
 
 #ifndef __com_sun_star_uno_XComponentContext_idl__
 #include <com/sun/star/uno/XComponentContext.idl>
-#endif 
+#endif
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module configuration { module bootstrap {
 
-//============================================================================= 
+//=============================================================================
 
 /**
-    provides access to a component context that is enhanced with 
-    bootstrap parameters for configuration services from the 
+    provides access to a component context that is enhanced with
+    bootstrap parameters for configuration services from the
     associated metaconfiguration mechanism.
 
-    <p> The contained settings are used to initialize the 
+    <p> The contained settings are used to initialize the
         <type scope="com::sun::star::configuration">DefaultProvider</type> and
-        <type scope="com::sun::star::configuration::backend">DefaultBackend</type> of the 
-        component context. 
+        <type scope="com::sun::star::configuration::backend">DefaultBackend</type> of the
+        component context.
     </p>
-    <p> The implementation is usually available as a singleton in the context 
-        that it wraps.. 
+    <p> The implementation is usually available as a singleton in the context
+        that it wraps..
     </p>
 
     @since OpenOffice 1.1.2
 
     @deprecated
 */
-published service BootstrapContext 
+published service BootstrapContext
 {
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
     /**
       provides access to metaconfiguration data.
 
-      <p>Some values are retrieved from external metaconfiguration, 
+      <p>Some values are retrieved from external metaconfiguration,
         if they are not overridden in the wrapped context.
-      </p> 
+      </p>
       */
     interface com::sun::star::uno::XComponentContext ;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 } ;
 
-//============================================================================= 
+//=============================================================================
 
-} ; } ; } ; } ; } ; 
+} ; } ; } ; } ; } ;
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/datatransfer/DataFlavor.idl b/main/offapi/com/sun/star/datatransfer/DataFlavor.idl
index bc371bb..abae478 100644
--- a/main/offapi/com/sun/star/datatransfer/DataFlavor.idl
+++ b/main/offapi/com/sun/star/datatransfer/DataFlavor.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -36,15 +36,15 @@
 published struct DataFlavor
 {
 	//-------------------------------------------------------------------------
-	/** The MIME content-type (type/subtype) string describing the data format 
+	/** The MIME content-type (type/subtype) string describing the data format
 		of the object to transfer. MimeType must be conform to <a href="ftp://ftp.isi.edu/in-notes/rfc2045.txt">Rfc2045</a> and
-		<a href="ftp://ftp.isi.edu/in-notes/rfc2046.txt">Rfc2046</a>) 
-	*/	
+		<a href="ftp://ftp.isi.edu/in-notes/rfc2046.txt">Rfc2046</a>)
+	*/
 	string MimeType;
 
 	//-------------------------------------------------------------------------
 	/** A human presentable name for the data format.
-	*/	
+	*/
 	string HumanPresentableName;
 
 	//-------------------------------------------------------------------------
@@ -55,6 +55,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/datatransfer/DataFormatTranslator.idl b/main/offapi/com/sun/star/datatransfer/DataFormatTranslator.idl
index ff65d68..8a9499d 100644
--- a/main/offapi/com/sun/star/datatransfer/DataFormatTranslator.idl
+++ b/main/offapi/com/sun/star/datatransfer/DataFormatTranslator.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -34,15 +34,15 @@
 
 //=============================================================================
 
-module com { module sun { module star { module datatransfer { 
+module com { module sun { module star { module datatransfer {
 
 //=============================================================================
 
  published interface XDataFormatTranslator;
 
 //=============================================================================
-/** Different platforms use different types to describe data formats available 
-	during data exchange operations like clipboard or drag&drop. 
+/** Different platforms use different types to describe data formats available
+	during data exchange operations like clipboard or drag&drop.
 	Implementations of this service do convert system dependent data types to a
 	<type>DataFlavor</type> and vice versa.
 
diff --git a/main/offapi/com/sun/star/datatransfer/MimeContentTypeFactory.idl b/main/offapi/com/sun/star/datatransfer/MimeContentTypeFactory.idl
index 4ca1695..68b990b 100644
--- a/main/offapi/com/sun/star/datatransfer/MimeContentTypeFactory.idl
+++ b/main/offapi/com/sun/star/datatransfer/MimeContentTypeFactory.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -38,17 +38,17 @@
 
 //=============================================================================
 
-module com { module sun { module star { module datatransfer { 
+module com { module sun { module star { module datatransfer {
 
 //=============================================================================
 
  published interface XMimeContentTypeFactory;
 
 //=============================================================================
-/** Used to create an instance that implement the interface 
-	<type>XMimeContentType</type> from a string 
-	representation of such a MIME content-type that is conform to 
-	<a href="ftp://ftp.isi.edu/in-notes/rfc2045.txt">Rfc2045</a> and 
+/** Used to create an instance that implement the interface
+	<type>XMimeContentType</type> from a string
+	representation of such a MIME content-type that is conform to
+	<a href="ftp://ftp.isi.edu/in-notes/rfc2045.txt">Rfc2045</a> and
 	<a href="ftp://ftp.isi.edu/in-notes/rfc2046.txt">Rfc2046</a>.
 
 	@see com::sun::star::datatransfer::XMimeContentTypeFactory
@@ -56,11 +56,11 @@
 published service MimeContentTypeFactory
 {
 	//-------------------------------------------------------------------------
-	/** Creates an instance that implement the interface 
-		<type>XMimeContentType</type> from the string 
+	/** Creates an instance that implement the interface
+		<type>XMimeContentType</type> from the string
 		representation of such a MIME content-types that is conform to
 		<a href="ftp://ftp.isi.edu/in-notes/rfc2045.txt">Rfc2045</a>,
-		<a href="ftp://ftp.isi.edu/in-notes/rfc2046.txt">Rfc2046</a>. 
+		<a href="ftp://ftp.isi.edu/in-notes/rfc2046.txt">Rfc2046</a>.
 	*/
 	interface XMimeContentTypeFactory;
 
diff --git a/main/offapi/com/sun/star/datatransfer/UnsupportedFlavorException.idl b/main/offapi/com/sun/star/datatransfer/UnsupportedFlavorException.idl
index aa2a6f9..8253f15 100644
--- a/main/offapi/com/sun/star/datatransfer/UnsupportedFlavorException.idl
+++ b/main/offapi/com/sun/star/datatransfer/UnsupportedFlavorException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -33,7 +33,7 @@
 module com { module sun { module star { module datatransfer {
 
 //=============================================================================
-/** Exception will be thrown if there is a request for data in a 
+/** Exception will be thrown if there is a request for data in a
 	<type>DataFlavor</type> that is not supported by a data source.
 
 	@see com::sun::star::datatransfer::DataFlavor
@@ -45,6 +45,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/datatransfer/XDataFormatTranslator.idl b/main/offapi/com/sun/star/datatransfer/XDataFormatTranslator.idl
index aa3c772..70555f1 100644
--- a/main/offapi/com/sun/star/datatransfer/XDataFormatTranslator.idl
+++ b/main/offapi/com/sun/star/datatransfer/XDataFormatTranslator.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -36,13 +36,13 @@
 module com { module sun { module star { module datatransfer {
 
 //=============================================================================
-/** Interface to be implemented by objects used to translate a <type>DataFlavor</type> to 
-    a system dependent data transfer type and vice versa. 
+/** Interface to be implemented by objects used to translate a <type>DataFlavor</type> to
+    a system dependent data transfer type and vice versa.
 
-	<p>Different platforms use different types to describe data formats available 
+	<p>Different platforms use different types to describe data formats available
 	during data exchange operations like clipboard or drag&drop. Windows for instance
-	uses integer values to describe an available clipboard or drag&drop format, Unix 
-	X11 uses so called Atoms etc.</p>	 
+	uses integer values to describe an available clipboard or drag&drop format, Unix
+	X11 uses so called Atoms etc.</p>
 */
 
 published interface XDataFormatTranslator : com::sun::star::uno::XInterface
@@ -55,7 +55,7 @@
 
 		@returns
 		A system dependent data transfer type for the given <type>DataFlavor</type>
-		if there is one available. 
+		if there is one available.
 		<p>If the is no system dependent data type for a given <type>DataFlavor</type>
 		the returned any is empty.</p>
 	*/
@@ -67,7 +67,7 @@
 		@param aSysDataType
 		A system dependent data type. If aSysDataType is empty so is the returned <type>DataFlavor</type>.
 
-		@returns		
+		@returns
 		A <type>DataFlavor</type> for the given system dependent data transfer type.
 		<p>If there is no appropriate mapping for a system dependent data type, the returned <type>DataFlavor</type> will be empty.</p>
 	*/
diff --git a/main/offapi/com/sun/star/datatransfer/XMimeContentType.idl b/main/offapi/com/sun/star/datatransfer/XMimeContentType.idl
index 308ccfa..8fecb3f 100644
--- a/main/offapi/com/sun/star/datatransfer/XMimeContentType.idl
+++ b/main/offapi/com/sun/star/datatransfer/XMimeContentType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -36,8 +36,8 @@
 module com { module sun { module star { module datatransfer {
 
 //-------------------------------------------------------------------------
-/** An implementation of this interface represents a MIME content-type that 
-	is conform to <a href="ftp://ftp.isi.edu/in-notes/rfc2045.txt">Rfc2045</a> and 
+/** An implementation of this interface represents a MIME content-type that
+	is conform to <a href="ftp://ftp.isi.edu/in-notes/rfc2045.txt">Rfc2045</a> and
 	<a href="ftp://ftp.isi.edu/in-notes/rfc2046.txt">Rfc2046</a>.
 	Instances that implement this interface could be created using the
 	interface <type>XMimeContentTypeFactory</type>.
@@ -76,10 +76,10 @@
 		A list of the names of all parameters of the MIME content-type.
 	*/
 	sequence< string > getParameters( );
-	
+
 	//-------------------------------------------------------------------------
 	/** To query if a specific parameter is supported.
-	
+
 		@param aName
 		The name of the parameter to query for.
 
diff --git a/main/offapi/com/sun/star/datatransfer/XMimeContentTypeFactory.idl b/main/offapi/com/sun/star/datatransfer/XMimeContentTypeFactory.idl
index eec3665..2d5d3b8 100644
--- a/main/offapi/com/sun/star/datatransfer/XMimeContentTypeFactory.idl
+++ b/main/offapi/com/sun/star/datatransfer/XMimeContentTypeFactory.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -40,12 +40,12 @@
 module com { module sun { module star { module datatransfer {
 
 //-------------------------------------------------------------------------
-/** Implementations of this interface do create a 
+/** Implementations of this interface do create a
 	<type scope="com::sun::star::datatransfer">XMimeContentType</type> from
-	a given string that represents a MIME content-type 
-	(see <a href="ftp://ftp.isi.edu/in-notes/rfc2045.txt">Rfc2045</a> and 
+	a given string that represents a MIME content-type
+	(see <a href="ftp://ftp.isi.edu/in-notes/rfc2045.txt">Rfc2045</a> and
 	<a href="ftp://ftp.isi.edu/in-notes/rfc2046.txt">Rfc2046</a>).
-	
+
 */
 published interface XMimeContentTypeFactory : com::sun::star::uno::XInterface
 {
@@ -53,16 +53,16 @@
 	/** Creates an object that implements <type>XMimeContentType</type>.
 
 		@param aContentType
-		A string that represents a MIME content-type as specified in 
-		<a href="ftp://ftp.isi.edu/in-notes/rfc2045.txt">Rfc2045</a> and 
+		A string that represents a MIME content-type as specified in
+		<a href="ftp://ftp.isi.edu/in-notes/rfc2045.txt">Rfc2045</a> and
 		<a href="ftp://ftp.isi.edu/in-notes/rfc2046.txt">Rfc2046</a>.
 
 		@returns
 		An object that implements <type>XMimeContentType</type>.
-		
+
 		@throws com::sun::star::lang::IllegalArgumentException
-		if the string does not conform to 
-		<a href="ftp://ftp.isi.edu/in-notes/rfc2045.txt">Rfc2045</a> and 
+		if the string does not conform to
+		<a href="ftp://ftp.isi.edu/in-notes/rfc2045.txt">Rfc2045</a> and
 		<a href="ftp://ftp.isi.edu/in-notes/rfc2046.txt">Rfc2046</a>;
 		<p><strong>Exception:</strong> Quoted parameter values may contain spaces.</p>
 
diff --git a/main/offapi/com/sun/star/datatransfer/XSystemTransferable.idl b/main/offapi/com/sun/star/datatransfer/XSystemTransferable.idl
index 361d521..bec4291 100644
--- a/main/offapi/com/sun/star/datatransfer/XSystemTransferable.idl
+++ b/main/offapi/com/sun/star/datatransfer/XSystemTransferable.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -46,7 +46,7 @@
 		different platforms.
 
 		@param aProcessId
-		The argument aProcessId is a process identifier of the caller's process.		
+		The argument aProcessId is a process identifier of the caller's process.
 		The interface implementation must ensure that the system data object can be
 		used in that process. If the data object is not valid in the caller process
 		then the returned any must be empty.
@@ -62,7 +62,7 @@
 	*/
 	any getData( [in] sequence < byte > aProcessId);
 };
- 
-}; }; }; }; 
+
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/datatransfer/XTransferDataAccess.idl b/main/offapi/com/sun/star/datatransfer/XTransferDataAccess.idl
index bc9f312..ee173eb 100644
--- a/main/offapi/com/sun/star/datatransfer/XTransferDataAccess.idl
+++ b/main/offapi/com/sun/star/datatransfer/XTransferDataAccess.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -50,7 +50,7 @@
 	/** To query for the summarized data size in bytes of a sequence of <type>DataFlavor</type>.
 
 		@param aFlavorList
-		A squence of requested <type>DataFlavor</type>. 
+		A squence of requested <type>DataFlavor</type>.
 		<p>An unsupported <type>DataFlavor</type> will be ignored.</p>
 
 		@returns
@@ -62,11 +62,11 @@
 	/** To get all the data of a sequence of <type>DataFlavor</type>.
 
 		@param aFlavorList
-		The sequence of requested <type>DataFlavor</type>. 
+		The sequence of requested <type>DataFlavor</type>.
 		<p>An unsupported <type>DataFlavor</type> will be ignored.</p>
 
 		@returns
-		The data in the requested <type>DataFlavor</type>. 
+		The data in the requested <type>DataFlavor</type>.
 		<p>For unsupported <type>DataFlavor</type> an
 		empty any will be returned.</p>
  	*/
@@ -75,6 +75,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/datatransfer/XTransferable.idl b/main/offapi/com/sun/star/datatransfer/XTransferable.idl
index c1bbddb..570f150 100644
--- a/main/offapi/com/sun/star/datatransfer/XTransferable.idl
+++ b/main/offapi/com/sun/star/datatransfer/XTransferable.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -45,7 +45,7 @@
 module com { module sun { module star { module datatransfer {
 
 //=============================================================================
-/** Interface to be implemented by objects used to provide data for a data 
+/** Interface to be implemented by objects used to provide data for a data
 	transfer operation.
 
     @see com::sun::star::datatransfer::DataFlavor
@@ -54,20 +54,20 @@
 published interface XTransferable: com::sun::star::uno::XInterface
 {
 	//-------------------------------------------------------------------------
-	/** Called by a data consumer to obtain data from the source in a specified 
+	/** Called by a data consumer to obtain data from the source in a specified
 		format.
-		
+
 		@param aFlavor
-		Describes the requested data format 
+		Describes the requested data format
 
 		@returns
 		The data in the specified <type>DataFlavor</type>.
 
-		@throws com::sun::star::io::IOException 
+		@throws com::sun::star::io::IOException
 		if the data is no longer available in the requested flavor.
-			
+
 		@throws com::sun::star::datatransfer::UnsupportedFlavorException
-		if the requested <type>DataFlavor</type> is not supported.		
+		if the requested <type>DataFlavor</type> is not supported.
 	*/
 	any getTransferData( [in] DataFlavor aFlavor )
 		raises ( UnsupportedFlavorException, com::sun::star::io::IOException );
@@ -85,22 +85,22 @@
 	//-------------------------------------------------------------------------
 	/** Checks if the data object supports the specified data flavor.
 
-		@param aFlavor 
+		@param aFlavor
 		Describes the format that should be checked
 
 		@returns
 		A value of <TRUE/> if the <type>DataFlavor</type> is supported by the transfer source.
 		<p>A value of <FALSE/> if the <type>DataFlavor</type> is unsupported by the transfer source.</p>
-		
+
 		<br/><br/><p><strong>Note: </strong>This method is only for analogy with the JAVA Clipboard interface. To
-		avoid many calls, the caller should instead use 
-		<member scope="com::sun::star::datatransfer">XTransferable::getTransferDataFlavors()</member>.		
+		avoid many calls, the caller should instead use
+		<member scope="com::sun::star::datatransfer">XTransferable::getTransferDataFlavors()</member>.
 	*/
 	boolean isDataFlavorSupported( [in] DataFlavor aFlavor );
 };
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/datatransfer/XTransferableEx.idl b/main/offapi/com/sun/star/datatransfer/XTransferableEx.idl
index f49adfe..1fade44 100644
--- a/main/offapi/com/sun/star/datatransfer/XTransferableEx.idl
+++ b/main/offapi/com/sun/star/datatransfer/XTransferableEx.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -50,9 +50,9 @@
 	//-------------------------------------------------------------------------
 	/**	@param requestedFlavors
 		Sequence of <type>DataFlavor</type> of interest. Specify an empty sequence for interest
-		in all data flavors with top-level MIME content-types. To get all MIME 
+		in all data flavors with top-level MIME content-types. To get all MIME
 		content-types, call <member scope="com::sun::star::datatransfer">XTransferable::getTransferDataFlavors()</member>.
-	
+
 		@returns
 		The list of the matching supported <type>DataFlavor</type> that were requested. For
 		each requested top-level MIME content-type, all supported subtypes are returned.
@@ -62,6 +62,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/datatransfer/XTransferableSource.idl b/main/offapi/com/sun/star/datatransfer/XTransferableSource.idl
index 8e22b41..56c965b 100644
--- a/main/offapi/com/sun/star/datatransfer/XTransferableSource.idl
+++ b/main/offapi/com/sun/star/datatransfer/XTransferableSource.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -50,6 +50,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/datatransfer/XTransferableSupplier.idl b/main/offapi/com/sun/star/datatransfer/XTransferableSupplier.idl
index 7b20b50..efe15c0 100644
--- a/main/offapi/com/sun/star/datatransfer/XTransferableSupplier.idl
+++ b/main/offapi/com/sun/star/datatransfer/XTransferableSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/datatransfer/clipboard/ClipboardEvent.idl b/main/offapi/com/sun/star/datatransfer/clipboard/ClipboardEvent.idl
index 079339a..2fe94b2 100644
--- a/main/offapi/com/sun/star/datatransfer/clipboard/ClipboardEvent.idl
+++ b/main/offapi/com/sun/star/datatransfer/clipboard/ClipboardEvent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -52,6 +52,6 @@
 
 //=============================================================================
 
-}; }; }; }; }; 
+}; }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/datatransfer/clipboard/ClipboardManager.idl b/main/offapi/com/sun/star/datatransfer/clipboard/ClipboardManager.idl
index 1a8b4c1..0ba0253 100644
--- a/main/offapi/com/sun/star/datatransfer/clipboard/ClipboardManager.idl
+++ b/main/offapi/com/sun/star/datatransfer/clipboard/ClipboardManager.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -45,9 +45,9 @@
  published interface XClipboardManager;
 
 //=============================================================================
-/** The clipboard manager is a one-instance service that holds a list of all 
+/** The clipboard manager is a one-instance service that holds a list of all
 	known clipboard instances.
-	
+
 	@see XClipboardManager
 */
 published service ClipboardManager
diff --git a/main/offapi/com/sun/star/datatransfer/clipboard/GenericClipboard.idl b/main/offapi/com/sun/star/datatransfer/clipboard/GenericClipboard.idl
index 4d20316..7043f6c 100644
--- a/main/offapi/com/sun/star/datatransfer/clipboard/GenericClipboard.idl
+++ b/main/offapi/com/sun/star/datatransfer/clipboard/GenericClipboard.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/datatransfer/clipboard/RenderingCapabilities.idl b/main/offapi/com/sun/star/datatransfer/clipboard/RenderingCapabilities.idl
index b8d6e0e..cf3cddc 100644
--- a/main/offapi/com/sun/star/datatransfer/clipboard/RenderingCapabilities.idl
+++ b/main/offapi/com/sun/star/datatransfer/clipboard/RenderingCapabilities.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/datatransfer/clipboard/SystemClipboard.idl b/main/offapi/com/sun/star/datatransfer/clipboard/SystemClipboard.idl
index 93c7569..40f0942 100644
--- a/main/offapi/com/sun/star/datatransfer/clipboard/SystemClipboard.idl
+++ b/main/offapi/com/sun/star/datatransfer/clipboard/SystemClipboard.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -76,9 +76,9 @@
 
 	//-------------------------------------------------------------------------
 	/** Provides the ability to render the complete clipboard content. This
-		interface is only available if the method 
+		interface is only available if the method
 		<member scope="com::sun::star::datatransfer::clipboard">XClipboardEx::getRenderingCapabilities()</member>
-		returns Persistant		
+		returns Persistant
 	*/
 	[optional] interface XFlushableClipboard;
 
diff --git a/main/offapi/com/sun/star/datatransfer/clipboard/XClipboard.idl b/main/offapi/com/sun/star/datatransfer/clipboard/XClipboard.idl
index 856a0d9..18e1de0 100644
--- a/main/offapi/com/sun/star/datatransfer/clipboard/XClipboard.idl
+++ b/main/offapi/com/sun/star/datatransfer/clipboard/XClipboard.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -57,8 +57,8 @@
 	XTransferable getContents();
 
 	//-------------------------------------------------------------------------
-	/** Sets the current contents of the clipboard to the specified 
-		transferable object and registers the specified clipboard owner 
+	/** Sets the current contents of the clipboard to the specified
+		transferable object and registers the specified clipboard owner
 		as the owner of the new contents.
 
 		@param xTrans
@@ -69,10 +69,10 @@
 		<p>A NULL value is not allowed.</p>
 
 		@param xClipboardOwner
-		The new owner of the clipboard. 
+		The new owner of the clipboard.
 		<p>NULL is an acceptable value and means that the
 		caller is not interested in lost ownership notifications.</p>
-		
+
 		@see com::sun::star::datatransfer::XTransferable
 		@see com::sun::star::datatransfer::clipboard::XClipboardOwner
 	*/
@@ -80,10 +80,10 @@
 
 	//-------------------------------------------------------------------------
 	/** To get the name of the clipboard instance.
-		
+
 		@returns
-		The name of this clipboard object. 
-		<p>If the returned string is empty the 
+		The name of this clipboard object.
+		<p>If the returned string is empty the
 		clipboard instance ist the system clipboard.</p>
 	*/
 	string getName();
diff --git a/main/offapi/com/sun/star/datatransfer/clipboard/XClipboardEx.idl b/main/offapi/com/sun/star/datatransfer/clipboard/XClipboardEx.idl
index 0ddbab6..6169aff 100644
--- a/main/offapi/com/sun/star/datatransfer/clipboard/XClipboardEx.idl
+++ b/main/offapi/com/sun/star/datatransfer/clipboard/XClipboardEx.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/datatransfer/clipboard/XClipboardFactory.idl b/main/offapi/com/sun/star/datatransfer/clipboard/XClipboardFactory.idl
index 93ce7a9..b5f62e7 100644
--- a/main/offapi/com/sun/star/datatransfer/clipboard/XClipboardFactory.idl
+++ b/main/offapi/com/sun/star/datatransfer/clipboard/XClipboardFactory.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -37,11 +37,11 @@
 module com { module sun { module star { module datatransfer { module clipboard {
 
  published interface XClipboard;
-				
+
 //=============================================================================
 /** Should be implemented by a clipboard factory that simplifies the creation of
 	multiple clipboard instances.
- 
+
 	@see com::sun::star::datatransfer::clipboard::XClipboard
 */
 
@@ -51,10 +51,10 @@
 	/** Creates a new named clipboard instance.
 
 		@returns
-		A newly created instance of a <type>GenericClipboard</type> 
-		implementation. 
+		A newly created instance of a <type>GenericClipboard</type>
+		implementation.
 
-		@param aName 
+		@param aName
 		The name the clipboard should have.
 
 		@throws com::sun::star::lang::IllegalArgumentException
diff --git a/main/offapi/com/sun/star/datatransfer/clipboard/XClipboardListener.idl b/main/offapi/com/sun/star/datatransfer/clipboard/XClipboardListener.idl
index 89e7532..1316840 100644
--- a/main/offapi/com/sun/star/datatransfer/clipboard/XClipboardListener.idl
+++ b/main/offapi/com/sun/star/datatransfer/clipboard/XClipboardListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -38,7 +38,7 @@
 
 //=============================================================================
 /** Interface to be implemented to receive notifications on clipboard content
-	changes.	
+	changes.
 */
 
 published interface XClipboardListener: com::sun::star::lang::XEventListener
@@ -47,7 +47,7 @@
 	/** The content of the clipboard has changed.
 
 		@param event
-		The event object containing the new clipboard content. 
+		The event object containing the new clipboard content.
 
 		@see com::sun::star::datatransfer::clipboard::ClipboardEvent
 	*/
diff --git a/main/offapi/com/sun/star/datatransfer/clipboard/XClipboardManager.idl b/main/offapi/com/sun/star/datatransfer/clipboard/XClipboardManager.idl
index c165243..7da102e 100644
--- a/main/offapi/com/sun/star/datatransfer/clipboard/XClipboardManager.idl
+++ b/main/offapi/com/sun/star/datatransfer/clipboard/XClipboardManager.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -45,10 +45,10 @@
 module com { module sun { module star { module datatransfer { module clipboard {
 
  published interface XClipboard;
-				
+
 //=============================================================================
 /** This interface is used to retrieve, add, or remove clipboard instances.
- 
+
 	@see com::sun::star::datatransfer::clipboard::XClipboard
 */
 
@@ -56,12 +56,12 @@
 {
 	//-------------------------------------------------------------------------
 	/** Get a clipboard instance by name.
-		
-		@returns 
+
+		@returns
 		The clipboard object with the specified name.
 
-		@param aName 
-		The name of clipboard to return. To retrieve the default (system) 
+		@param aName
+		The name of clipboard to return. To retrieve the default (system)
 		clipboard, pass an empty string.
 
 		@throws com::sun::star::container::NoSuchElementException
@@ -74,7 +74,7 @@
 	/** Add a clipboard instance to the manager's list.
 
 		@param xClipboard
-		The clipboard to add. 
+		The clipboard to add.
 
 		@throws com::sun::star::IllegalArgumentException
 		if xClipboard is not a valid clipboard.
@@ -89,7 +89,7 @@
 	//-------------------------------------------------------------------------
 	/** Removes the clipboard with the specified name from the list.
 
-		@param aName 
+		@param aName
 		The name of the clipboard to remove.
     */
     void removeClipboard( [in] string aName );
@@ -97,7 +97,7 @@
 	//-------------------------------------------------------------------------
 	/** Get a list of a managed clipboards.
 
-		@returns 
+		@returns
 		A sequence of the names of all available clipboards.
      */
 	sequence < string > listClipboardNames();
diff --git a/main/offapi/com/sun/star/datatransfer/clipboard/XClipboardNotifier.idl b/main/offapi/com/sun/star/datatransfer/clipboard/XClipboardNotifier.idl
index dd01a06..f765622 100644
--- a/main/offapi/com/sun/star/datatransfer/clipboard/XClipboardNotifier.idl
+++ b/main/offapi/com/sun/star/datatransfer/clipboard/XClipboardNotifier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -48,7 +48,7 @@
 		@param listener
 		The object receiving the notifications.
 	*/
-	[oneway] void addClipboardListener( [in] XClipboardListener listener ); 
+	[oneway] void addClipboardListener( [in] XClipboardListener listener );
 
 	//-------------------------------------------------------------------------
 	/** Removes listener from notification list.
@@ -56,7 +56,7 @@
 		@param listener
 		The object to remove from notification list.
 	*/
-	[oneway] void removeClipboardListener( [in] XClipboardListener listener ); 
+	[oneway] void removeClipboardListener( [in] XClipboardListener listener );
 };
 
 //=============================================================================
diff --git a/main/offapi/com/sun/star/datatransfer/clipboard/XClipboardOwner.idl b/main/offapi/com/sun/star/datatransfer/clipboard/XClipboardOwner.idl
index 7c0651e..13c6018 100644
--- a/main/offapi/com/sun/star/datatransfer/clipboard/XClipboardOwner.idl
+++ b/main/offapi/com/sun/star/datatransfer/clipboard/XClipboardOwner.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -38,7 +38,7 @@
  published interface XClipboard;
 
 //=============================================================================
-/** The owner of a transferable object may pass this interface to the 
+/** The owner of a transferable object may pass this interface to the
 	clipboard instance.
 
 	@see com::sun::star::datatransfer::clipboard::XClipboard
diff --git a/main/offapi/com/sun/star/datatransfer/clipboard/XFlushableClipboard.idl b/main/offapi/com/sun/star/datatransfer/clipboard/XFlushableClipboard.idl
index b766bb7..3d7b77d 100644
--- a/main/offapi/com/sun/star/datatransfer/clipboard/XFlushableClipboard.idl
+++ b/main/offapi/com/sun/star/datatransfer/clipboard/XFlushableClipboard.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -33,13 +33,13 @@
 module com { module sun { module star { module datatransfer { module clipboard {
 
 //=============================================================================
-/** An interface for flushable clipboards may optionally be implemented by a 
-	system clipboard service.	
+/** An interface for flushable clipboards may optionally be implemented by a
+	system clipboard service.
 
 	@see com::sun::star::datatransfer::clipboard::SystemClipboard
 */
 
-	  
+
 published interface XFlushableClipboard: com::sun::star::uno::XInterface
 {
 	//-------------------------------------------------------------------------
diff --git a/main/offapi/com/sun/star/datatransfer/dnd/DNDConstants.idl b/main/offapi/com/sun/star/datatransfer/dnd/DNDConstants.idl
index 8e72eb3..1647839 100644
--- a/main/offapi/com/sun/star/datatransfer/dnd/DNDConstants.idl
+++ b/main/offapi/com/sun/star/datatransfer/dnd/DNDConstants.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -29,8 +29,8 @@
 module com { module sun { module star { module datatransfer { module dnd {
 
 //=============================================================================
-/** These values represent the type of action or actions to be performed by a 
-	Drag and Drop operation.  
+/** These values represent the type of action or actions to be performed by a
+	Drag and Drop operation.
 */
 
 published constants DNDConstants
@@ -38,7 +38,7 @@
 	//=============================================================================
 	/** No action.
 	*/
-	
+
 	const byte ACTION_NONE = 0x00;
 
 	//=============================================================================
@@ -46,31 +46,31 @@
 	*/
 
 	const byte ACTION_COPY = 0x01;
-	
+
 	//=============================================================================
 	/** Action move.
 	*/
 
 	const byte ACTION_MOVE = 0x02;
- 	
+
 	//=============================================================================
 	/** Action copy or move.
 	*/
 
 	const byte ACTION_COPY_OR_MOVE = 0x03;
-	
+
 	//=============================================================================
 	/** Action link.
 	*/
 
 	const byte ACTION_LINK = 0x04;
-	
+
 	//=============================================================================
 	/** Action reference.
 	*/
 
 	const byte ACTION_REFERENCE = 0x04;
-    
+
 	//=============================================================================
 	/** Action default.
 	*/
diff --git a/main/offapi/com/sun/star/datatransfer/dnd/DragGestureEvent.idl b/main/offapi/com/sun/star/datatransfer/dnd/DragGestureEvent.idl
index c5fb5ea..e294869 100644
--- a/main/offapi/com/sun/star/datatransfer/dnd/DragGestureEvent.idl
+++ b/main/offapi/com/sun/star/datatransfer/dnd/DragGestureEvent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -36,17 +36,17 @@
 
 //=============================================================================
 /** A DragGestureEvent is passed to the method <member>XDragGestureListener::dragGestureRecognized()</member>
- 	when a particular <type>XDragGestureRecognizer</type> detects that a platform 
+ 	when a particular <type>XDragGestureRecognizer</type> detects that a platform
  	dependent drag initiating gesture has occurred on the component that it is
- 	tracking. 	
+ 	tracking.
 */
 
 published struct DragGestureEvent: com::sun::star::lang::EventObject
 {
 	//-------------------------------------------------------------------------
-	/** The action selected by the user. 
+	/** The action selected by the user.
 		<p>Different constants may be combined using a logical OR.</p>
-		It's further possible to combine the ACTION_DEFAULT with one of the other 
+		It's further possible to combine the ACTION_DEFAULT with one of the other
 		actions defined in <type scope="com::sun::star::datatransfer::dnd">DNDConstants</type>.
 		This means the user did not press any key during the Drag and Drop operation
 		and the action that was combined with ACTION_DEFAULT is the system default action.</p>
diff --git a/main/offapi/com/sun/star/datatransfer/dnd/DragSourceDragEvent.idl b/main/offapi/com/sun/star/datatransfer/dnd/DragSourceDragEvent.idl
index b7e02e7..7b83e7a 100644
--- a/main/offapi/com/sun/star/datatransfer/dnd/DragSourceDragEvent.idl
+++ b/main/offapi/com/sun/star/datatransfer/dnd/DragSourceDragEvent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -33,12 +33,12 @@
 module com { module sun { module star { module datatransfer { module dnd {
 
 //=============================================================================
-/** The <type>DragSourceDragEvent</type> is delivered from an object that 
-	implements the <type>XDragSourceContext</type> to the 
-	currently registered drag source listener. 
+/** The <type>DragSourceDragEvent</type> is delivered from an object that
+	implements the <type>XDragSourceContext</type> to the
+	currently registered drag source listener.
 
 	<p>It contains state regarding the current state of the operation to enable
-	the operations initiator to provide the end user with the appropriate drag 
+	the operations initiator to provide the end user with the appropriate drag
 	over feedback.</p>
 
 	@see com::sun::star::datatransfer::dnd::XDragSourceListener
@@ -52,7 +52,7 @@
 		@see com::sun::star::datatransfer::dnd::DNDConstants
 	 */
 	byte DropAction;
-	
+
 	//-------------------------------------------------------------------------
 	/** The user's currently selected drop action.
 
diff --git a/main/offapi/com/sun/star/datatransfer/dnd/DragSourceDropEvent.idl b/main/offapi/com/sun/star/datatransfer/dnd/DragSourceDropEvent.idl
index 0a40ca7..18363d0 100644
--- a/main/offapi/com/sun/star/datatransfer/dnd/DragSourceDropEvent.idl
+++ b/main/offapi/com/sun/star/datatransfer/dnd/DragSourceDropEvent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -34,10 +34,10 @@
 
 //=============================================================================
 /** The <type>DragSourceDropEvent</type> is delivered from an object that implements
-	<type>XDragSourceContext</type> to its currently registered drag source listener's. 
+	<type>XDragSourceContext</type> to its currently registered drag source listener's.
 
-	<p>It contains sufficient information for the originator of the operation to 
-	provide appropriate feedback to the end user when the operation completes.</p> 
+	<p>It contains sufficient information for the originator of the operation to
+	provide appropriate feedback to the end user when the operation completes.</p>
 
 	@see com::sun::star::datatransfer::dnd::XDragSourceListener
 */
@@ -46,10 +46,10 @@
 {
 	//-------------------------------------------------------------------------
 	/** The action performed by the target on the subject of the drop.
-		
+
 		@see com::sun::star::datatransfer::dnd::DNDConstants
 	 */
-	 
+
 	byte DropAction;
 
 	//-------------------------------------------------------------------------
diff --git a/main/offapi/com/sun/star/datatransfer/dnd/DragSourceEvent.idl b/main/offapi/com/sun/star/datatransfer/dnd/DragSourceEvent.idl
index d4091f0..ad7ba31 100644
--- a/main/offapi/com/sun/star/datatransfer/dnd/DragSourceEvent.idl
+++ b/main/offapi/com/sun/star/datatransfer/dnd/DragSourceEvent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -39,7 +39,7 @@
 /** This class is the base class for <type>DragSourceDragEvent</type> and <type>DragSourceDropEvent</type>.
 
 	<p>To access the <type>XDragSource</type> that originated this event, use the
-	<member scope="com::sun::star::lang">EventObject::Source</member> member of 
+	<member scope="com::sun::star::lang">EventObject::Source</member> member of
 	this object.</p>
 */
 
@@ -50,7 +50,7 @@
 
 		@see com::sun::star::datatransfer::dnd::XDragSourceContext
 	 */
-	 
+
 	XDragSourceContext DragSourceContext;
 
 	//-------------------------------------------------------------------------
@@ -58,7 +58,7 @@
 
 		@see com::sun::star::datatransfer::dnd::XDragSource
 	 */
-	 
+
 	XDragSource DragSource;
 };
 
diff --git a/main/offapi/com/sun/star/datatransfer/dnd/DropTargetDragEnterEvent.idl b/main/offapi/com/sun/star/datatransfer/dnd/DropTargetDragEnterEvent.idl
index 261edf0..5b034d5 100644
--- a/main/offapi/com/sun/star/datatransfer/dnd/DropTargetDragEnterEvent.idl
+++ b/main/offapi/com/sun/star/datatransfer/dnd/DropTargetDragEnterEvent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -37,12 +37,12 @@
 module com { module sun { module star { module datatransfer { module dnd {
 
 //=============================================================================
-/** The <type>DropTargetDragEnterEvent</type> is delivered from the drop target to the 
-	currently registered drop target listeners whenever the logical cursor 
-	associated with a Drag and Drop operation enters the visible geometry 
+/** The <type>DropTargetDragEnterEvent</type> is delivered from the drop target to the
+	currently registered drop target listeners whenever the logical cursor
+	associated with a Drag and Drop operation enters the visible geometry
 	of a window associated with a drop target.
 
-	<p>It contains the <type scope="com::sun::star::datatransfer">DataFlavor</type> 
+	<p>It contains the <type scope="com::sun::star::datatransfer">DataFlavor</type>
 	types supported by the transferable object of the current Drag and Drop operation. </p>
 
 	@see com::sun::star::datatransfer::XTransferable
diff --git a/main/offapi/com/sun/star/datatransfer/dnd/DropTargetDragEvent.idl b/main/offapi/com/sun/star/datatransfer/dnd/DropTargetDragEvent.idl
index 3819dd2..2f6908d 100644
--- a/main/offapi/com/sun/star/datatransfer/dnd/DropTargetDragEvent.idl
+++ b/main/offapi/com/sun/star/datatransfer/dnd/DropTargetDragEvent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -35,11 +35,11 @@
  published interface XDropTargetDragContext;
 
 //=============================================================================
-/** The <type>DropTargetDragEvent</type> is delivered from the drop target 
-	to the currently registered drop target listener. 
+/** The <type>DropTargetDragEvent</type> is delivered from the drop target
+	to the currently registered drop target listener.
 
 	<p>It contains information regarding the current state of the operation to enable
-	the operations initiator to provide the end user with the appropriate drag 
+	the operations initiator to provide the end user with the appropriate drag
 	over feedback.</p>
 
 	@see com::sun::star::datatransfer::dnd::XDropTargetListener
@@ -54,15 +54,15 @@
 	 */
 
 	XDropTargetDragContext Context;
-	
+
 	//-------------------------------------------------------------------------
 	/** This value represents the currently selected drop action.
-		
+
 		@see com::sun::star::datatransfer::dnd::DNDConstants
 	 */
 
 	byte DropAction;
-	
+
 	//-------------------------------------------------------------------------
 	/** The cursor's current x location within the window's coordinates.
 	 */
@@ -79,7 +79,7 @@
 	/** This value represents the action or actions supported by the source.
 		This may be a combination of arbitrary source actions except ACTION_DEFAULT.
 		<p>To combine different actions use a logical OR.</p>
-		
+
 		@see com::sun::star::datatransfer::dnd::DNDConstants
 	 */
 
diff --git a/main/offapi/com/sun/star/datatransfer/dnd/DropTargetDropEvent.idl b/main/offapi/com/sun/star/datatransfer/dnd/DropTargetDropEvent.idl
index 2b6cc78..137ee8e 100644
--- a/main/offapi/com/sun/star/datatransfer/dnd/DropTargetDropEvent.idl
+++ b/main/offapi/com/sun/star/datatransfer/dnd/DropTargetDropEvent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -39,11 +39,11 @@
  published interface XDropTargetDropContext;
 
 //=============================================================================
-/** The <type>DropTargetDropEvent</type> is delivered from the drop target to 
-	its currently registered drop target listener. 
+/** The <type>DropTargetDropEvent</type> is delivered from the drop target to
+	its currently registered drop target listener.
 
-	<p>It contains sufficient information for the originator of the operation to 
-	provide appropriate feedback to the end user when the operation completes.</p> 
+	<p>It contains sufficient information for the originator of the operation to
+	provide appropriate feedback to the end user when the operation completes.</p>
 */
 
 published struct DropTargetDropEvent: com::sun::star::datatransfer::dnd::DropTargetEvent
@@ -55,9 +55,9 @@
 	 */
 
 	XDropTargetDropContext Context;
-	
+
 	//-------------------------------------------------------------------------
-	/** This value represents the action or actions selected by the user at 
+	/** This value represents the action or actions selected by the user at
 		the time of the drop.
 
 		<p>If more than one action is specified, the <type>XDropTargetListener</type>
diff --git a/main/offapi/com/sun/star/datatransfer/dnd/DropTargetEvent.idl b/main/offapi/com/sun/star/datatransfer/dnd/DropTargetEvent.idl
index c933535..d8db2c8 100644
--- a/main/offapi/com/sun/star/datatransfer/dnd/DropTargetEvent.idl
+++ b/main/offapi/com/sun/star/datatransfer/dnd/DropTargetEvent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -34,10 +34,10 @@
 
 //=============================================================================
 /** This class is the base class for <type>DropTargetDragEvent</type> and
- 	<type>DropTargetDropEvent</type>. 
+ 	<type>DropTargetDropEvent</type>.
 
 	<p>To access the <type>XDropTarget</type> that originated this event, use the
-	<member scope="com::sun::star::lang">EventObject::Source</member> member of 
+	<member scope="com::sun::star::lang">EventObject::Source</member> member of
 	this object.</p>
 */
 
diff --git a/main/offapi/com/sun/star/datatransfer/dnd/InvalidDNDOperationException.idl b/main/offapi/com/sun/star/datatransfer/dnd/InvalidDNDOperationException.idl
index febfaff..625e5d7 100644
--- a/main/offapi/com/sun/star/datatransfer/dnd/InvalidDNDOperationException.idl
+++ b/main/offapi/com/sun/star/datatransfer/dnd/InvalidDNDOperationException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -33,11 +33,11 @@
 module com { module sun { module star { module datatransfer { module dnd {
 
 //=============================================================================
-/** This exception is thrown by various methods in the datatransfer.dnd 
-	package. 
+/** This exception is thrown by various methods in the datatransfer.dnd
+	package.
 
 	<p>It is usually thrown to indicate that the target in question is unable
-	to undertake the requested operation at the present time, since the 
+	to undertake the requested operation at the present time, since the
 	underlying Drag and Drop system is not in the appropriate state.</p>
 */
 
diff --git a/main/offapi/com/sun/star/datatransfer/dnd/OleDragSource.idl b/main/offapi/com/sun/star/datatransfer/dnd/OleDragSource.idl
index ec96603..f938c31 100644
--- a/main/offapi/com/sun/star/datatransfer/dnd/OleDragSource.idl
+++ b/main/offapi/com/sun/star/datatransfer/dnd/OleDragSource.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -63,13 +63,13 @@
 	interface XDragSource;
 
 	//-------------------------------------------------------------------------
-	/** The service expects a byte sequence uniquely identifying the machine as 
+	/** The service expects a byte sequence uniquely identifying the machine as
 		the first, and only, parameter. This idenifier should be checked to
 		ensure that	the window ids used for creating DropTargets are valid for
 		the service, that is, come from the same machine.
 
 		<p>TODO: specify how such a machine id should look like.</p>
-	
+
 		The second parameter is a window handle of the native windows window.
 		Is is passed as an unsigned long.
 	*/
diff --git a/main/offapi/com/sun/star/datatransfer/dnd/OleDropTarget.idl b/main/offapi/com/sun/star/datatransfer/dnd/OleDropTarget.idl
index be8fd12..90cd21d 100644
--- a/main/offapi/com/sun/star/datatransfer/dnd/OleDropTarget.idl
+++ b/main/offapi/com/sun/star/datatransfer/dnd/OleDropTarget.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/datatransfer/dnd/X11DragSource.idl b/main/offapi/com/sun/star/datatransfer/dnd/X11DragSource.idl
index 9745a75..4427d31 100644
--- a/main/offapi/com/sun/star/datatransfer/dnd/X11DragSource.idl
+++ b/main/offapi/com/sun/star/datatransfer/dnd/X11DragSource.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -49,8 +49,8 @@
  published interface XDragSource;
 
 //=============================================================================
-/** This service connects the Java-like UNO Drag and Drop protocol to the 
-	X Drag and Drop protocol used on X-Servers to transfer data between 
+/** This service connects the Java-like UNO Drag and Drop protocol to the
+	X Drag and Drop protocol used on X-Servers to transfer data between
 	applications via Drag and Drop operations.
 
 	@see XDragSource
@@ -64,7 +64,7 @@
 	interface XDragSource;
 
 	//-------------------------------------------------------------------------
-	/** The service expects an instance of 
+	/** The service expects an instance of
 		<type scope="com::sun::star::awt">XDisplayConnection</type>
 		as the first parameter.
 	*/
diff --git a/main/offapi/com/sun/star/datatransfer/dnd/X11DropTarget.idl b/main/offapi/com/sun/star/datatransfer/dnd/X11DropTarget.idl
index 35435d5..dab9695 100644
--- a/main/offapi/com/sun/star/datatransfer/dnd/X11DropTarget.idl
+++ b/main/offapi/com/sun/star/datatransfer/dnd/X11DropTarget.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -49,8 +49,8 @@
  published interface XDropTarget;
 
 //=============================================================================
-/** This service connects the Java-like UNO Drag and Drop protocol to the 
-	X Drag and Drop protocol used on X-Servers to transfer data between 
+/** This service connects the Java-like UNO Drag and Drop protocol to the
+	X Drag and Drop protocol used on X-Servers to transfer data between
 	application via Drag and Drop operations.
 
 	@see XDragSource
@@ -65,7 +65,7 @@
 	interface XDropTarget;
 
 	//-------------------------------------------------------------------------
-	/** The service expects an instance of 
+	/** The service expects an instance of
 		<type scope="com::sun::star::awt">XDisplayConnection</type>
 	 	as the first parameter. The second parameter must be a long
 		that contains an XWindow window which shall be registered
diff --git a/main/offapi/com/sun/star/datatransfer/dnd/XAutoscroll.idl b/main/offapi/com/sun/star/datatransfer/dnd/XAutoscroll.idl
index ccf088c..1fd0a07 100644
--- a/main/offapi/com/sun/star/datatransfer/dnd/XAutoscroll.idl
+++ b/main/offapi/com/sun/star/datatransfer/dnd/XAutoscroll.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -35,19 +35,19 @@
 //=============================================================================
 /** Interface for autoscroll support.
 
-	<p>During Drag and Drop operations it is possible that a user may wish to drop the 
+	<p>During Drag and Drop operations it is possible that a user may wish to drop the
 	subject of the operation on a region of a scrollable GUI control that is
-	not currently visible to the user.</p>	
+	not currently visible to the user.</p>
 
 	<p>In such situations it is desirable that the GUI control detect this and
 	institute a scroll operation in order to make obscured region(s) visible to
 	the user. This feature is known as autoscrolling.</p>
 
-	<p>If a GUI control is both an active DropTarget and is also scrollable, 
+	<p>If a GUI control is both an active DropTarget and is also scrollable,
 	it can receive notifications of autoscrolling gestures by the user from
 	the Drag and Drop system by implementing this interface.</p>
 
-	<p>An autoscrolling gesture is initiated by the user by keeping the drag 
+	<p>An autoscrolling gesture is initiated by the user by keeping the drag
 	cursor motionless with a border region of the Component, referred to as
 	the "autoscrolling region", for a predefined period of time, this will
 	result in repeated scroll requests to the Component until the drag Cursor
@@ -65,18 +65,18 @@
 		@param cursorLocationY
 		Y location of the cursor in pixel.
 	*/
-	
+
 	[oneway] void autoscroll( [in] long cursorLocationX, [in] long cursorLocationY );
-    
+
     //-------------------------------------------------------------------------
 	/** Returns the regions describing the autoscrolling region.
 
-		@returns 
-		The regions describing the autoscrolling region or border 
+		@returns
+		The regions describing the autoscrolling region or border
 		relative to the geometry of the implementing component.
 	*/
-	
-	any getAutoscrollRegion(); 
+
+	any getAutoscrollRegion();
 };
 
 //=============================================================================
diff --git a/main/offapi/com/sun/star/datatransfer/dnd/XDragGestureListener.idl b/main/offapi/com/sun/star/datatransfer/dnd/XDragGestureListener.idl
index 7200453..45a6eb3 100644
--- a/main/offapi/com/sun/star/datatransfer/dnd/XDragGestureListener.idl
+++ b/main/offapi/com/sun/star/datatransfer/dnd/XDragGestureListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -37,10 +37,10 @@
 module com { module sun { module star { module datatransfer { module dnd {
 
 //=============================================================================
-/** This interface will be used by a <type>XDragGestureRecognizer</type> 
-	when it detects a drag initiating gesture. 
+/** This interface will be used by a <type>XDragGestureRecognizer</type>
+	when it detects a drag initiating gesture.
 
-    <p>The implementor of this interface is responsible for starting the drag 
+    <p>The implementor of this interface is responsible for starting the drag
     as a result of receiving such notification.</p>
 
 */
@@ -48,8 +48,8 @@
 published interface XDragGestureListener: com::sun::star::lang::XEventListener
 {
 	//-------------------------------------------------------------------------
-	/** A <type>XDragGestureRecognizer</type> has detected a platform-dependent 
-		drag initiating gesture and is notifying this listener in order 
+	/** A <type>XDragGestureRecognizer</type> has detected a platform-dependent
+		drag initiating gesture and is notifying this listener in order
 		for it to initiate the action for the user.
 
 	    @param dge
diff --git a/main/offapi/com/sun/star/datatransfer/dnd/XDragGestureRecognizer.idl b/main/offapi/com/sun/star/datatransfer/dnd/XDragGestureRecognizer.idl
index 2c89c8a..1f6f60e 100644
--- a/main/offapi/com/sun/star/datatransfer/dnd/XDragGestureRecognizer.idl
+++ b/main/offapi/com/sun/star/datatransfer/dnd/XDragGestureRecognizer.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -35,11 +35,11 @@
  published interface XDragGestureListener;
 
 //=============================================================================
-/** This interface is implemented by a view or window that supports drag 
+/** This interface is implemented by a view or window that supports drag
 	operations.
 
 	<p>Different to Java, the association between view and interface is fixed
-	and cannot be changed. Otherwise, the AWT messaging would have to be 
+	and cannot be changed. Otherwise, the AWT messaging would have to be
 	implemented for any window supporting Drag and Drop operations, which would
 	be a performance issue.</p>
 */
@@ -47,29 +47,29 @@
 published interface XDragGestureRecognizer: com::sun::star::uno::XInterface
 {
 	//-------------------------------------------------------------------------
-	/** Registers a new <type>XDragGestureListener</type>. 
+	/** Registers a new <type>XDragGestureListener</type>.
 
 	    @param dgl
-		The <type>XDragGestureListener</type> to register with this 
+		The <type>XDragGestureListener</type> to register with this
 		<type>XDragGestureRecognizer</type>.
 	*/
-	
+
     [oneway] void addDragGestureListener( [in] XDragGestureListener dgl );
-    
+
     //-------------------------------------------------------------------------
 	/** Unregisters the specified <type>XDragGestureListener</type>.
 
 	    @param dgl
-	    The <type>XDragGestureListener</type> to register with this 
+	    The <type>XDragGestureListener</type> to register with this
 		<type>XDragGestureRecognizer</type>.
 	*/
-	
+
     [oneway] void removeDragGestureListener( [in] XDragGestureListener dgl );
 
 	//-------------------------------------------------------------------------
 	/** Reset the recognizer. If it is currently recognizing a gesture, ignore it.
 	*/
-	
+
     void resetRecognizer();
 };
 
diff --git a/main/offapi/com/sun/star/datatransfer/dnd/XDragSource.idl b/main/offapi/com/sun/star/datatransfer/dnd/XDragSource.idl
index ccd6b4c..05433a4 100644
--- a/main/offapi/com/sun/star/datatransfer/dnd/XDragSource.idl
+++ b/main/offapi/com/sun/star/datatransfer/dnd/XDragSource.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -49,27 +49,27 @@
 //=============================================================================
 /** This interface is implemented by a view or window that supports drag
 	operations and will be received as part of a <type>DragGestureEvent</type>
-	through a <member scope="com::sun::star::datatransfer::dnd">XDragGestureListener::dragGestureRecognized()</member> 
+	through a <member scope="com::sun::star::datatransfer::dnd">XDragGestureListener::dragGestureRecognized()</member>
 	callback.
 
 	<p>Differently to Java, the association between view and interface is fixed
-	and can not be changed. Otherwise, the AWT messaging would have to be 
+	and can not be changed. Otherwise, the AWT messaging would have to be
 	implemented for any window supporting Drag and Drop operations, which would
 	be a real performance issue.</p>
 */
 
 published interface XDragSource: com::sun::star::uno::XInterface
 {
-  
+
     //-------------------------------------------------------------------------
 	/** In order to query if drag image support is available.
 
-		@returns 
-		A boolean indicating whether or not drag image support is 
-		available on the underlying platform. 
+		@returns
+		A boolean indicating whether or not drag image support is
+		available on the underlying platform.
 	*/
-	
-	boolean isDragImageSupported(); 
+
+	boolean isDragImageSupported();
 
 	//-------------------------------------------------------------------------
 	/** To get the default cursor for a specified drag action.
@@ -77,24 +77,24 @@
 		@param dragAction
 		A drag action as specified in <type>DNDConstants</type>.
 
-		@returns 
+		@returns
 		The default drag cursor for the specified drag action.
 		<p>The returned value may be used as parameter for the method
 		<member scope="com::sun::star::datatransfer::dnd">XDragSourceContext::setCursor()</member>.</p>
 	*/
-	
-	long getDefaultCursor( [in] byte dragAction ) 
+
+	long getDefaultCursor( [in] byte dragAction )
 		raises( com::sun::star::lang::IllegalArgumentException );
 
 	//-------------------------------------------------------------------------
 	/** Starts the drag operation.
 
-		<p>Note: this call does <em>not</em> block until the drag and drop 
+		<p>Note: this call does <em>not</em> block until the drag and drop
 		operation ends. If the Drag and Drop system is unable to initiate
 		a drag operation or if the user attempts to start a drag while an
 		existing drag operation is still executing, the action fails immediately.
-		This is indicated by calling 
-		<member scope="com::sun::star::datatransfer::dnd">XDragSourceListener::dragDropEnd()</member> 
+		This is indicated by calling
+		<member scope="com::sun::star::datatransfer::dnd">XDragSourceListener::dragDropEnd()</member>
 		on the parameter listener with a DragSourceDragEvent showing a failure.</p>
 
 		@param trigger
@@ -109,22 +109,22 @@
 
 		@param image
 		The initial drag image id or 0 as default.
-		
+
 		@param trans
 		The transferable object dragged.
 
 		@param listener
 		The <type>XDragSourceListener</type>.
-			
-		@see com::sun::star::datatransfer::XTransferable	
+
+		@see com::sun::star::datatransfer::XTransferable
 	*/
-	
+
 	[oneway] void startDrag(
 		[in] DragGestureEvent trigger,
 		[in] byte sourceActions,
-		[in] long cursor, 
+		[in] long cursor,
 		[in] long image,
-		[in] com::sun::star::datatransfer::XTransferable trans,	
+		[in] com::sun::star::datatransfer::XTransferable trans,
 		[in] XDragSourceListener listener );
 };
 
diff --git a/main/offapi/com/sun/star/datatransfer/dnd/XDragSourceContext.idl b/main/offapi/com/sun/star/datatransfer/dnd/XDragSourceContext.idl
index 67ef131..75af58d 100644
--- a/main/offapi/com/sun/star/datatransfer/dnd/XDragSourceContext.idl
+++ b/main/offapi/com/sun/star/datatransfer/dnd/XDragSourceContext.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -35,16 +35,16 @@
  published interface XDragSourceListener;
 
 //=============================================================================
-/** The drag source context class is responsible for managing the initiator side 
-	of the Drag and Drop protocol. 
+/** The drag source context class is responsible for managing the initiator side
+	of the Drag and Drop protocol.
 
-	<p>In particular, it is responsible for managing event notifications to the 
-	DragSourceListener and providing the Transferable state to enable the data 
+	<p>In particular, it is responsible for managing event notifications to the
+	DragSourceListener and providing the Transferable state to enable the data
 	transfer. </p>
 
 	<p>An instance of this class is created as a result of the method <member>XDragSource::startDrag()</member>
-	being successfully invoked. This instance is responsible 
-	for tracking the state of the operation on behalf of the drag source and 
+	being successfully invoked. This instance is responsible
+	for tracking the state of the operation on behalf of the drag source and
 	dispatching state changes to the drag source listener. </p>
 
 	@see com::sun::star::datatransfer::dnd::XDragSourceContext
@@ -56,10 +56,10 @@
 	//-------------------------------------------------------------------------
 	/** Get the identifier of the currently used cursor.
 
-		@returns 
+		@returns
 		The currently selected drag cursor.
 	*/
-	
+
 	long getCurrentCursor();
 
 	//-------------------------------------------------------------------------
@@ -70,29 +70,29 @@
 		<p>Invalid cursor identifiers will be ignored.</p>
 
 		@param cursorId
-		The identifier the drag source returned when registering the cursor. 
+		The identifier the drag source returned when registering the cursor.
 	*/
-	
+
 	[oneway] void setCursor( [in] long cursorId );
 
 	//-------------------------------------------------------------------------
-	/** This method sets the current drag image. 
+	/** This method sets the current drag image.
 
 		@param dragImage
 		The identifier the drag source returned when registering the image (0 = none).
 		Invalid identifier will be ignored.
 	*/
-	
+
 	[oneway] void setImage( [in] long imageId );
 
 	//-------------------------------------------------------------------------
-	/** This method notifies the context that the 
-		<type scope="com::sun::star::datatransfer">DataFlavor</type> types 
+	/** This method notifies the context that the
+		<type scope="com::sun::star::datatransfer">DataFlavor</type> types
 		of the transferable object have changed.
-		
-		@see com::sun::star::datatransfer::XTransferable	
+
+		@see com::sun::star::datatransfer::XTransferable
 	*/
-	
+
 	[oneway] void transferablesFlavorsChanged();
 };
 
diff --git a/main/offapi/com/sun/star/datatransfer/dnd/XDragSourceListener.idl b/main/offapi/com/sun/star/datatransfer/dnd/XDragSourceListener.idl
index 3af6863..a3c66c5 100644
--- a/main/offapi/com/sun/star/datatransfer/dnd/XDragSourceListener.idl
+++ b/main/offapi/com/sun/star/datatransfer/dnd/XDragSourceListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -51,7 +51,7 @@
 published interface XDragSourceListener: com::sun::star::lang::XEventListener
 {
 	//-------------------------------------------------------------------------
-	/** This method is invoked to signify that the Drag and Drop operation is 
+	/** This method is invoked to signify that the Drag and Drop operation is
 		complete.
 
 		@param dsde
@@ -63,19 +63,19 @@
   	//-------------------------------------------------------------------------
 	/** Called as the hotspot enters a platform dependent drop site.
 
-		<p><strong>NOTE:</strong> currently this notification can not be ensured by all 
+		<p><strong>NOTE:</strong> currently this notification can not be ensured by all
 		implementations. Do not rely on it ! </p>
 
 		@param dsde
 		The <type>DragSourceDragEvent</type>.
 	*/
-		
+
 	[oneway] void dragEnter( [in] DragSourceDragEvent dsde );
 
   	//-------------------------------------------------------------------------
 	/** Called as the hotspot exits a platform dependent drop site.
 
-		<p><strong>NOTE:</strong> Currently this notification can not be ensured by all 
+		<p><strong>NOTE:</strong> Currently this notification can not be ensured by all
 		implementations. Do not rely on it ! </p>
 
 		@param dse
@@ -94,7 +94,7 @@
 	[oneway] void dragOver( [in] DragSourceDragEvent dsde );
 
   	//-------------------------------------------------------------------------
-	/** Called when the user has modified the drop gesture.	
+	/** Called when the user has modified the drop gesture.
 
 		@param dsde
 		The <type>DragSourceEvent</type>.
diff --git a/main/offapi/com/sun/star/datatransfer/dnd/XDropTarget.idl b/main/offapi/com/sun/star/datatransfer/dnd/XDropTarget.idl
index 0e31978..39aa857 100644
--- a/main/offapi/com/sun/star/datatransfer/dnd/XDropTarget.idl
+++ b/main/offapi/com/sun/star/datatransfer/dnd/XDropTarget.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -39,11 +39,11 @@
  published interface XDropTargetListener;
 
 //=============================================================================
-/** This interface is implemented by a view or window that supports drop 
+/** This interface is implemented by a view or window that supports drop
 	operations.
 
 	<p>Differently to Java, the association between view and interface is fixed
-	and cannot be changed. Otherwise, the AWT messaging would have to be 
+	and cannot be changed. Otherwise, the AWT messaging would have to be
 	implemented for any window supporting Drag and Drop operations, which would
 	be a performance issue.</p>
 */
@@ -70,40 +70,40 @@
 	*/
 
 	[oneway] void removeDropTargetListener( [in] XDropTargetListener dtl );
-	
+
 	//-------------------------------------------------------------------------
 	/** Indicates either a drop target object is active or not.
-		
+
 		@returns
-		A boolean indicating whether or not this drop target object is 
+		A boolean indicating whether or not this drop target object is
 		currently active, that is ready to accept drops.
 	*/
-	
+
 	boolean isActive();
 
 	//-------------------------------------------------------------------------
-	/** Sets the drop target object active or inactive. 
+	/** Sets the drop target object active or inactive.
 
 		@param active
 		A value of <TRUE/> sets the drop target object active.
 		<p>A value of <FALSE/> sets the drop target object inactive.
 	*/
-	
+
 	void setActive( [in] boolean active );
 
 	//-------------------------------------------------------------------------
 	/** Determine the actions supported by a drop target.
-		
-		@returns 
+
+		@returns
 		The current action or actions supported by this drop target.
 
 		<p>By default this will include all drag and drop actions.</p>
-		
+
 		@see com::sun::star::datatransfer::dnd::DNDConstants
 	*/
-	
+
 	byte getDefaultActions();
-	
+
 	//-------------------------------------------------------------------------
 	/**	Sets the default acceptable actions for this drop target.
 
diff --git a/main/offapi/com/sun/star/datatransfer/dnd/XDropTargetDragContext.idl b/main/offapi/com/sun/star/datatransfer/dnd/XDropTargetDragContext.idl
index 343e509..0688ba8 100644
--- a/main/offapi/com/sun/star/datatransfer/dnd/XDropTargetDragContext.idl
+++ b/main/offapi/com/sun/star/datatransfer/dnd/XDropTargetDragContext.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -39,21 +39,21 @@
 //=============================================================================
 /** This interface is implemented by any drop target context object.
 
-	<p>A drop target context is created whenever the logical cursor associated 
-	with a Drag and Drop operation moves within the visible geometry of a 
+	<p>A drop target context is created whenever the logical cursor associated
+	with a Drag and Drop operation moves within the visible geometry of a
 	window associated with a drop target. </p>
-	
-	<p>The drop target context provides the mechanism for a potential receiver 
-	of a drop operation to both provide the end user with the appropriate drag 
+
+	<p>The drop target context provides the mechanism for a potential receiver
+	of a drop operation to both provide the end user with the appropriate drag
 	under feedback and effect the subsequent data transfer, if appropriate. </p>
 */
 
 published interface XDropTargetDragContext: com::sun::star::uno::XInterface
 {
 	//-------------------------------------------------------------------------
-	/** Accept the Drag. 
+	/** Accept the Drag.
 
-		<p>This method should be called from the methods of <type>XDropTargetListener</type> 
+		<p>This method should be called from the methods of <type>XDropTargetListener</type>
 		<ul>
 			<li><member>XDropTargetListener::dragEnter()</member></li>
 			<li><member>XDropTargetListener::dragOver()</member></li>
@@ -68,11 +68,11 @@
 		@see DNDConstants
 		@see DropTargetDragEvent
 	*/
-	       
+
 	[oneway] void acceptDrag( [in] byte dragOperation );
 
 	//-------------------------------------------------------------------------
-	/** Reject the drag as a result of examining the available 
+	/** Reject the drag as a result of examining the available
 		<type scope="com::sun::star::datatransfer">DataFlavor</type> types
 		received in the <member scope="com::sun::star::datatransfer::dnd">XDropTargetListener::dragEnter()</member> method.
 	*/
diff --git a/main/offapi/com/sun/star/datatransfer/dnd/XDropTargetDropContext.idl b/main/offapi/com/sun/star/datatransfer/dnd/XDropTargetDropContext.idl
index bb5fadb..e28ed70 100644
--- a/main/offapi/com/sun/star/datatransfer/dnd/XDropTargetDropContext.idl
+++ b/main/offapi/com/sun/star/datatransfer/dnd/XDropTargetDropContext.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -39,22 +39,22 @@
 //=============================================================================
 /** This interface is implemented by any drop target context object.
 
-	<p>A DropTargetContext is created whenever the logical cursor associated 
-	with a Drag and Drop operation moves within the visible geometry of a 
+	<p>A DropTargetContext is created whenever the logical cursor associated
+	with a Drag and Drop operation moves within the visible geometry of a
 	window associated with a DropTarget. </p>
 
-	<p>The drop target context provides the mechanism for a potential receiver 
-	of a drop operation to provide the end user with the appropriate drag 
+	<p>The drop target context provides the mechanism for a potential receiver
+	of a drop operation to provide the end user with the appropriate drag
 	under feedback and to effect the subsequent data transfer, if appropriate. </p>
 */
 
 published interface XDropTargetDropContext : com::sun::star::uno::XInterface
 {
 	//-------------------------------------------------------------------------
-	/** Accept the Drop. 
+	/** Accept the Drop.
 
-		<p>This method should be called from the 
-		<member scope="com::sun::star::datatransfer::dnd">XDropTargetListener::drop()</member> 
+		<p>This method should be called from the
+		<member scope="com::sun::star::datatransfer::dnd">XDropTargetListener::drop()</member>
 		method if the implementation wishes to accept the drop operation with the specified action.</p>
 
 		@param dragOperation
@@ -63,11 +63,11 @@
 		@see DNDConstants
 		@see DropTargetDragEvent
 	*/
-	       
+
 	[oneway] void acceptDrop( [in] byte dragOperation );
 
 	//-------------------------------------------------------------------------
-	/** Reject the drop as a result of examining the available 
+	/** Reject the drop as a result of examining the available
 		<type scope="com::sun::star::datatransfer">DataFlavor</type> types
 		received in the <member>XDropTargetListener::dragEnter()</member> method.
 	*/
@@ -75,7 +75,7 @@
 	[oneway] void rejectDrop();
 
 	//-------------------------------------------------------------------------
-	/** Signals that the drop is completed and if it was successful or not. 
+	/** Signals that the drop is completed and if it was successful or not.
 
 		@param success
 		A value of <TRUE/> means the drop completed successfully
diff --git a/main/offapi/com/sun/star/datatransfer/dnd/XDropTargetListener.idl b/main/offapi/com/sun/star/datatransfer/dnd/XDropTargetListener.idl
index 8b21cd1..f0ed68e 100644
--- a/main/offapi/com/sun/star/datatransfer/dnd/XDropTargetListener.idl
+++ b/main/offapi/com/sun/star/datatransfer/dnd/XDropTargetListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -41,11 +41,11 @@
 module com { module sun { module star { module datatransfer { module dnd {
 
 //=============================================================================
-/** This interface is the callback interface used by the drop target object to 
-	provide notification of Drag and Drop operations that involve the subject 
+/** This interface is the callback interface used by the drop target object to
+	provide notification of Drag and Drop operations that involve the subject
 	drop target.
 
-	<p>Methods of this interface may be implemented to provide "drag under" 
+	<p>Methods of this interface may be implemented to provide "drag under"
 	visual feedback to the user throughout the Drag and Drop operation.</p>
 */
 
@@ -61,7 +61,7 @@
 		Also, the implementor of <type>XDropTargetListener</type> should not assume
 		the <type>DropTargetDropEvent</type> to be meaningful after returning
 		from the <member>XDropTargetListener::drop()</member> method.</p>
-		
+
 		@param dtde
 		The <type>DropTargetDropEvent</type>.
 	*/
@@ -74,7 +74,7 @@
 		@param dtde
 		The <type>DropTargetDragEvent</type>.
 	*/
-		
+
 	[oneway] void dragEnter( [in] DropTargetDragEnterEvent dtdee );
 
   	//-------------------------------------------------------------------------
@@ -96,7 +96,7 @@
 	[oneway] void dragOver( [in] DropTargetDragEvent dtde );
 
   	//-------------------------------------------------------------------------
-	/** Called when the user has modified the drop gesture.	
+	/** Called when the user has modified the drop gesture.
 
 		@param dtde
 		The <type>DropTargetEvent</type>.
diff --git a/main/offapi/com/sun/star/deployment/DeploymentException.idl b/main/offapi/com/sun/star/deployment/DeploymentException.idl
index 1b2de6a..07548ea 100644
--- a/main/offapi/com/sun/star/deployment/DeploymentException.idl
+++ b/main/offapi/com/sun/star/deployment/DeploymentException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/deployment/ExtensionManager.idl b/main/offapi/com/sun/star/deployment/ExtensionManager.idl
index 08ba091..24e3efb 100644
--- a/main/offapi/com/sun/star/deployment/ExtensionManager.idl
+++ b/main/offapi/com/sun/star/deployment/ExtensionManager.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,12 +30,12 @@
 module com { module sun { module star { module deployment {
 
 /** the ExtensionManager service.
-    
+
     The component context entry is
     <code>
     /singletons/com.sun.star.deployment.ExtensionManager
     </code>.
-    
+
     @since OpenOffice 3.3
 */
 singleton ExtensionManager : XExtensionManager;
diff --git a/main/offapi/com/sun/star/deployment/ExtensionRemovedException.idl b/main/offapi/com/sun/star/deployment/ExtensionRemovedException.idl
index be0e000..4791384 100644
--- a/main/offapi/com/sun/star/deployment/ExtensionRemovedException.idl
+++ b/main/offapi/com/sun/star/deployment/ExtensionRemovedException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/deployment/InvalidRemovedParameterException.idl b/main/offapi/com/sun/star/deployment/InvalidRemovedParameterException.idl
index 64ef9f0..fa509c7 100644
--- a/main/offapi/com/sun/star/deployment/InvalidRemovedParameterException.idl
+++ b/main/offapi/com/sun/star/deployment/InvalidRemovedParameterException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/deployment/LicenseException.idl b/main/offapi/com/sun/star/deployment/LicenseException.idl
index 70e46ab..0697cd6 100644
--- a/main/offapi/com/sun/star/deployment/LicenseException.idl
+++ b/main/offapi/com/sun/star/deployment/LicenseException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,7 +30,7 @@
 module com { module sun { module star { module deployment {
 
 /** A LicenseException reflects the necessity of someone aggreeing to a license.
-    
+
     @since OpenOffice 2.0.4
  */
 exception LicenseException : com::sun::star::uno::Exception
@@ -41,7 +41,7 @@
         See <member>XPackage::getDisplayName</member>
      */
     string ExtensionName;
-    /** contains the text of the license. 
+    /** contains the text of the license.
     */
     string Text;
 
@@ -52,6 +52,6 @@
     string AcceptBy;
 };
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/deployment/PackageInformationProvider.idl b/main/offapi/com/sun/star/deployment/PackageInformationProvider.idl
index ec63f19..c05914b 100644
--- a/main/offapi/com/sun/star/deployment/PackageInformationProvider.idl
+++ b/main/offapi/com/sun/star/deployment/PackageInformationProvider.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/deployment/PackageRegistryBackend.idl b/main/offapi/com/sun/star/deployment/PackageRegistryBackend.idl
index d75d301..f118f8b 100644
--- a/main/offapi/com/sun/star/deployment/PackageRegistryBackend.idl
+++ b/main/offapi/com/sun/star/deployment/PackageRegistryBackend.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -35,7 +35,7 @@
     All <type>PackageRegistryBackend</type> objects
     are related to a <type>XPackageManager</type> instance.
     </p>
-    
+
     @since OpenOffice 2.0
 */
 service PackageRegistryBackend : XPackageRegistry
@@ -46,7 +46,7 @@
                context of registry, e.g. user, shared
     */
     createTransient( [in] string context );
-    
+
     /** Creates a persistent registry.
 
         @param context
diff --git a/main/offapi/com/sun/star/deployment/PlatformException.idl b/main/offapi/com/sun/star/deployment/PlatformException.idl
index 7b8fea7..ad58949 100644
--- a/main/offapi/com/sun/star/deployment/PlatformException.idl
+++ b/main/offapi/com/sun/star/deployment/PlatformException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -31,7 +31,7 @@
     interface XPackage;
 /** A DeploymentException indicates that the current platform
     is not supported.
-    
+
     @since OpenOffice 3.0
  */
 exception PlatformException : com::sun::star::uno::Exception
@@ -41,6 +41,6 @@
     XPackage package;
 };
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/deployment/Prerequisites.idl b/main/offapi/com/sun/star/deployment/Prerequisites.idl
index bcd85d7..5ccbbde 100644
--- a/main/offapi/com/sun/star/deployment/Prerequisites.idl
+++ b/main/offapi/com/sun/star/deployment/Prerequisites.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 #ifndef __com_sun_star_deployment_prerequisites_idl_
 #define __com_sun_star_deployment_prerequisites_idl_
 
diff --git a/main/offapi/com/sun/star/deployment/UpdateInformationProvider.idl b/main/offapi/com/sun/star/deployment/UpdateInformationProvider.idl
index 1565671..bae93be 100644
--- a/main/offapi/com/sun/star/deployment/UpdateInformationProvider.idl
+++ b/main/offapi/com/sun/star/deployment/UpdateInformationProvider.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -27,7 +27,7 @@
 
 /** Implementations of this service provide access to the root element
     of one or more update information files for a given sets of URLs.
-    
+
     @since OpenOffice 2.2
 */
 service UpdateInformationProvider : XUpdateInformationProvider;
diff --git a/main/offapi/com/sun/star/deployment/VersionException.idl b/main/offapi/com/sun/star/deployment/VersionException.idl
index 59a7fde..ad2fbd1 100644
--- a/main/offapi/com/sun/star/deployment/VersionException.idl
+++ b/main/offapi/com/sun/star/deployment/VersionException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -47,7 +47,7 @@
        the display name of the extension which is being installed.
     */
     string NewDisplayName;
-        
+
     /**
        represents the already installed version of the deployment unit.
 
diff --git a/main/offapi/com/sun/star/deployment/test/SmoketestCommandEnvironment.idl b/main/offapi/com/sun/star/deployment/test/SmoketestCommandEnvironment.idl
index b57543a..c1056ea 100644
--- a/main/offapi/com/sun/star/deployment/test/SmoketestCommandEnvironment.idl
+++ b/main/offapi/com/sun/star/deployment/test/SmoketestCommandEnvironment.idl
@@ -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,33 +7,33 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
-#ifndef _com_sun_star_deployment_test_SmoketestCommandEnvironment_idl_ 
-#define _com_sun_star_deployment_test_SmoketestCommandEnvironment_idl_ 
- 
+#ifndef _com_sun_star_deployment_test_SmoketestCommandEnvironment_idl_
+#define _com_sun_star_deployment_test_SmoketestCommandEnvironment_idl_
+
 
 #include <com/sun/star/ucb/XCommandEnvironment.idl>
- 
+
 
 module com { module sun { module star { module deployment { module test {
- /* The service is intended to be used in the smoketest to test the installation of 
-    an extension (com::sun::star::deployment::XPackageManager::addPackage). It may therefore 
+ /* The service is intended to be used in the smoketest to test the installation of
+    an extension (com::sun::star::deployment::XPackageManager::addPackage). It may therefore
     be constantly adapted to meet the need of the smoketest
  */
         service SmoketestCommandEnvironment: ::com::sun::star::ucb::XCommandEnvironment;
 };};};};};
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/deployment/thePackageManagerFactory.idl b/main/offapi/com/sun/star/deployment/thePackageManagerFactory.idl
index c719f02..35e9c78 100644
--- a/main/offapi/com/sun/star/deployment/thePackageManagerFactory.idl
+++ b/main/offapi/com/sun/star/deployment/thePackageManagerFactory.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -37,7 +37,7 @@
     /singletons/com.sun.star.deployment.thePackageManagerFactory
     </code>.
     </p>
-    
+
     @since OpenOffice 2.0
     @deprecated
         Use <type>XExtensionManager</type>.
diff --git a/main/offapi/com/sun/star/deployment/ui/LicenseDialog.idl b/main/offapi/com/sun/star/deployment/ui/LicenseDialog.idl
index d38985a..589658d 100644
--- a/main/offapi/com/sun/star/deployment/ui/LicenseDialog.idl
+++ b/main/offapi/com/sun/star/deployment/ui/LicenseDialog.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -31,14 +31,14 @@
 module com { module sun { module star { module deployment { module ui {
 
 /** The <type>LicenseDialog</type> is used to display a license text.
-    
+
     @since OpenOffice 2.0.4
 */
 service LicenseDialog : com::sun::star::ui::dialogs::XExecutableDialog
 {
     /** Create a GUI using the specific parent window and focus on the
         given context.
-        
+
         @param xParent
                parent window
 
diff --git a/main/offapi/com/sun/star/deployment/ui/PackageManagerDialog.idl b/main/offapi/com/sun/star/deployment/ui/PackageManagerDialog.idl
index b1442d8..8c4144c 100644
--- a/main/offapi/com/sun/star/deployment/ui/PackageManagerDialog.idl
+++ b/main/offapi/com/sun/star/deployment/ui/PackageManagerDialog.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -33,7 +33,7 @@
 /** The <type>PackageManagerDialog</type> is used to visually manage installed
     packages of the user and shared installation as well as currently open
     documents.
-    
+
     @since OpenOffice 2.0
 */
 service PackageManagerDialog : com::sun::star::ui::dialogs::XAsynchronousExecutableDialog
@@ -41,10 +41,10 @@
     /** Create a default GUI.
      */
     createDefault();
-    
+
     /** Create a GUI using the specific parent window and focus on the
         given context.
-        
+
         @param xParent
                parent window
         @param focussedContext
diff --git a/main/offapi/com/sun/star/deployment/ui/UpdateRequiredDialog.idl b/main/offapi/com/sun/star/deployment/ui/UpdateRequiredDialog.idl
index b9689a2..2002b0f 100644
--- a/main/offapi/com/sun/star/deployment/ui/UpdateRequiredDialog.idl
+++ b/main/offapi/com/sun/star/deployment/ui/UpdateRequiredDialog.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -31,14 +31,14 @@
 module com { module sun { module star { module deployment { module ui {
 
 /** The <type>UpdateRequiredDialog</type> is used to show a list of extensions not compatible with this office version.
-    
+
     @since OpenOffice 3.2
 */
 service UpdateRequiredDialog : com::sun::star::ui::dialogs::XExecutableDialog
 {
     /** Create a GUI using the specific parent window and focus on the
         given context.
-        
+
         @param xParent
                parent window
     */
diff --git a/main/offapi/com/sun/star/document/AmbigousFilterRequest.idl b/main/offapi/com/sun/star/document/AmbigousFilterRequest.idl
index 8ec9abb..17a5b15 100644
--- a/main/offapi/com/sun/star/document/AmbigousFilterRequest.idl
+++ b/main/offapi/com/sun/star/document/AmbigousFilterRequest.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/document/BrokenPackageRequest.idl b/main/offapi/com/sun/star/document/BrokenPackageRequest.idl
index 63be732..e448a63 100644
--- a/main/offapi/com/sun/star/document/BrokenPackageRequest.idl
+++ b/main/offapi/com/sun/star/document/BrokenPackageRequest.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/document/ChangedByOthersRequest.idl b/main/offapi/com/sun/star/document/ChangedByOthersRequest.idl
index d4602f4..6455efd 100644
--- a/main/offapi/com/sun/star/document/ChangedByOthersRequest.idl
+++ b/main/offapi/com/sun/star/document/ChangedByOthersRequest.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -40,7 +40,7 @@
 module com { module sun { module star { module document {
 
 //=============================================================================
-/** Is used for interaction handle to query user decision in case the document 
+/** Is used for interaction handle to query user decision in case the document
     being saved was already stored by another user during the editing.
 
     @since OpenOffice 3.1
diff --git a/main/offapi/com/sun/star/document/CorruptedFilterConfigurationException.idl b/main/offapi/com/sun/star/document/CorruptedFilterConfigurationException.idl
index fcccd62..ca54a15 100644
--- a/main/offapi/com/sun/star/document/CorruptedFilterConfigurationException.idl
+++ b/main/offapi/com/sun/star/document/CorruptedFilterConfigurationException.idl
@@ -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,33 +7,33 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_document_CorruptedFilterConfigurationException_idl__ 
-#define __com_sun_star_document_CorruptedFilterConfigurationException_idl__ 
- 
-#ifndef __com_sun_star_uno_RuntimeException_idl__ 
-#include <com/sun/star/uno/RuntimeException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module document {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_document_CorruptedFilterConfigurationException_idl__
+#define __com_sun_star_document_CorruptedFilterConfigurationException_idl__
+
+#ifndef __com_sun_star_uno_RuntimeException_idl__
+#include <com/sun/star/uno/RuntimeException.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module document {
+
+//=============================================================================
+
 /** This exception is thrown in case the global filter configuration
     does not exists or contains corrupted data.
 
@@ -44,10 +44,10 @@
     /** Instead of the message part of an exception, this value
         describe the type of corruption more in detail. */
     string Details;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/document/DocumentEvent.idl b/main/offapi/com/sun/star/document/DocumentEvent.idl
index 22bbb14..f28677d 100644
--- a/main/offapi/com/sun/star/document/DocumentEvent.idl
+++ b/main/offapi/com/sun/star/document/DocumentEvent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/document/DocumentInfo.idl b/main/offapi/com/sun/star/document/DocumentInfo.idl
index 16f35bf..2ad7d55 100644
--- a/main/offapi/com/sun/star/document/DocumentInfo.idl
+++ b/main/offapi/com/sun/star/document/DocumentInfo.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/document/DocumentProperties.idl b/main/offapi/com/sun/star/document/DocumentProperties.idl
index 52f4fb1..b284163 100644
--- a/main/offapi/com/sun/star/document/DocumentProperties.idl
+++ b/main/offapi/com/sun/star/document/DocumentProperties.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/document/DocumentRevisionListPersistence.idl b/main/offapi/com/sun/star/document/DocumentRevisionListPersistence.idl
index 5499de5..d3a301d 100644
--- a/main/offapi/com/sun/star/document/DocumentRevisionListPersistence.idl
+++ b/main/offapi/com/sun/star/document/DocumentRevisionListPersistence.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/document/EventDescriptor.idl b/main/offapi/com/sun/star/document/EventDescriptor.idl
index e62fd33..481c544 100644
--- a/main/offapi/com/sun/star/document/EventDescriptor.idl
+++ b/main/offapi/com/sun/star/document/EventDescriptor.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/document/EventObject.idl b/main/offapi/com/sun/star/document/EventObject.idl
index ff8ce3c..ec37d81 100644
--- a/main/offapi/com/sun/star/document/EventObject.idl
+++ b/main/offapi/com/sun/star/document/EventObject.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/document/Events.idl b/main/offapi/com/sun/star/document/Events.idl
index ceac08f..96a1d87 100644
--- a/main/offapi/com/sun/star/document/Events.idl
+++ b/main/offapi/com/sun/star/document/Events.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/document/ExtendedTypeDetection.idl b/main/offapi/com/sun/star/document/ExtendedTypeDetection.idl
index c7fb05e..f6e6c53 100644
--- a/main/offapi/com/sun/star/document/ExtendedTypeDetection.idl
+++ b/main/offapi/com/sun/star/document/ExtendedTypeDetection.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/document/FilterAdapter.idl b/main/offapi/com/sun/star/document/FilterAdapter.idl
index 629b0ae..378b0ae 100644
--- a/main/offapi/com/sun/star/document/FilterAdapter.idl
+++ b/main/offapi/com/sun/star/document/FilterAdapter.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -27,11 +27,11 @@
 #include <com/sun/star/document/XFilterAdapter.idl>
 #endif
 
-//=============================================================================  
-  
-module com {   module sun {   module star {   module document {   
-  
-//=============================================================================  
+//=============================================================================
+
+module com {   module sun {   module star {   module document {
+
+//=============================================================================
 	/* Provides access to user to filters written to use the FilterAdapter
 		@author Aidan Butler
 
diff --git a/main/offapi/com/sun/star/document/FilterOptionsRequest.idl b/main/offapi/com/sun/star/document/FilterOptionsRequest.idl
index e3a15b2..ee6326a 100644
--- a/main/offapi/com/sun/star/document/FilterOptionsRequest.idl
+++ b/main/offapi/com/sun/star/document/FilterOptionsRequest.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/document/HeaderFooterSettings.idl b/main/offapi/com/sun/star/document/HeaderFooterSettings.idl
index 0341aac..9af32ab 100644
--- a/main/offapi/com/sun/star/document/HeaderFooterSettings.idl
+++ b/main/offapi/com/sun/star/document/HeaderFooterSettings.idl
@@ -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.
- * 
+ *
  *************************************************************/
 
 
 #ifndef __com_sun_star_document_HeaderFooterSettings_idl__
 #define __com_sun_star_document_HeaderFooterSettings_idl__
 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
+#ifndef __com_sun_star_beans_XPropertySet_idl__
 #include <com/sun/star/beans/XPropertySet.idl>
 #endif
 
diff --git a/main/offapi/com/sun/star/document/LinkTarget.idl b/main/offapi/com/sun/star/document/LinkTarget.idl
index f0818b0..4dc22c7 100644
--- a/main/offapi/com/sun/star/document/LinkTarget.idl
+++ b/main/offapi/com/sun/star/document/LinkTarget.idl
@@ -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,59 +7,59 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_document_LinkTarget_idl__  
-#define __com_sun_star_document_LinkTarget_idl__  
-  
-#ifndef __com_sun_star_beans_XPropertySet_idl__  
-#include <com/sun/star/beans/XPropertySet.idl>  
-#endif  
-  
-#ifndef __com_sun_star_document_XLinkTargetSupplier_idl__  
-#include <com/sun/star/document/XLinkTargetSupplier.idl>  
-#endif  
-  
-  
-//=============================================================================  
-  
-module com {   module sun {   module star {   module document {   
-  
-//=============================================================================  
-  
+#ifndef __com_sun_star_document_LinkTarget_idl__
+#define __com_sun_star_document_LinkTarget_idl__
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+#ifndef __com_sun_star_document_XLinkTargetSupplier_idl__
+#include <com/sun/star/document/XLinkTargetSupplier.idl>
+#endif
+
+
+//=============================================================================
+
+module com {   module sun {   module star {   module document {
+
+//=============================================================================
+
 /** This service is implemented by objects inside a document object model that
 	can be the target of a link inside a document
  */
 published service LinkTarget
-{  
-	interface com::sun::star::beans::XPropertySet;  
-  
+{
+	interface com::sun::star::beans::XPropertySet;
+
 	/** a link target may have child objects which can be link targets too.
 		These are accessible by this optinonal interface.
 	 */
-	[optional] interface com::sun::star::document::XLinkTargetSupplier;  
-  
-	//-------------------------------------------------------------------------  
+	[optional] interface com::sun::star::document::XLinkTargetSupplier;
+
+	//-------------------------------------------------------------------------
 	/** contains a human readable name for this object that could be displayed in a user
 		interface.
 	 */
-	[readonly, property] string LinkDisplayName;  
-  
-};  
-  
-//=============================================================================  
-  
-}; }; }; };   
-  
-#endif  
+	[readonly, property] string LinkDisplayName;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/document/LinkTargets.idl b/main/offapi/com/sun/star/document/LinkTargets.idl
index 77a9b0c..427e446 100644
--- a/main/offapi/com/sun/star/document/LinkTargets.idl
+++ b/main/offapi/com/sun/star/document/LinkTargets.idl
@@ -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,48 +7,48 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_document_LinkTargets_idl__  
-#define __com_sun_star_document_LinkTargets_idl__  
-  
-#ifndef __com_sun_star_container_XNameAccess_idl__  
-#include <com/sun/star/container/XNameAccess.idl>  
-#endif  
-  
-  
-//=============================================================================  
-  
-module com {   module sun {   module star {   module document {   
-  
-//=============================================================================  
-  
+#ifndef __com_sun_star_document_LinkTargets_idl__
+#define __com_sun_star_document_LinkTargets_idl__
+
+#ifndef __com_sun_star_container_XNameAccess_idl__
+#include <com/sun/star/container/XNameAccess.idl>
+#endif
+
+
+//=============================================================================
+
+module com {   module sun {   module star {   module document {
+
+//=============================================================================
+
 /** This service gives access to a collection of names that are child links
 	of the parent object that supplied this service.
-	
+
 	<p>The <type scope="com::sun::star::container">XNameAccess</type> returns elements
 	of <type scope="com::sun::star::beans">XPropertySet</type> that implement
 	the service <type>LinkTarget</type>.  </p>
  */
 published service LinkTargets
-{  
-	interface com::sun::star::container::XNameAccess;  
-  
-};  
-  
-//=============================================================================  
-  
-}; }; }; };   
-  
-#endif  
+{
+	interface com::sun::star::container::XNameAccess;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/document/LinkUpdateModes.idl b/main/offapi/com/sun/star/document/LinkUpdateModes.idl
index e55c456..62aef41 100644
--- a/main/offapi/com/sun/star/document/LinkUpdateModes.idl
+++ b/main/offapi/com/sun/star/document/LinkUpdateModes.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -49,7 +49,7 @@
      */
     const long GLOBAL_SETTING = 3;
 };
-    
+
 //=============================================================================
 
 }; }; }; };
diff --git a/main/offapi/com/sun/star/document/LockFileIgnoreRequest.idl b/main/offapi/com/sun/star/document/LockFileIgnoreRequest.idl
index 2b46f3e..4ebd3cb 100644
--- a/main/offapi/com/sun/star/document/LockFileIgnoreRequest.idl
+++ b/main/offapi/com/sun/star/document/LockFileIgnoreRequest.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/document/LockedDocumentRequest.idl b/main/offapi/com/sun/star/document/LockedDocumentRequest.idl
index 1f8cc75..9f0c4c4 100644
--- a/main/offapi/com/sun/star/document/LockedDocumentRequest.idl
+++ b/main/offapi/com/sun/star/document/LockedDocumentRequest.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/document/LockedOnSavingRequest.idl b/main/offapi/com/sun/star/document/LockedOnSavingRequest.idl
index d68ae05..9d9a141 100644
--- a/main/offapi/com/sun/star/document/LockedOnSavingRequest.idl
+++ b/main/offapi/com/sun/star/document/LockedOnSavingRequest.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/document/MacroExecMode.idl b/main/offapi/com/sun/star/document/MacroExecMode.idl
index 8c3cfbf..495f5b9 100644
--- a/main/offapi/com/sun/star/document/MacroExecMode.idl
+++ b/main/offapi/com/sun/star/document/MacroExecMode.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -40,10 +40,10 @@
 	*/
 
 	const short NEVER_EXECUTE = 0;
-	
+
 	//-------------------------------------------------------------------------
 	/** Execute macros from secure list quietly.
-		
+
 		<p>
 		If a macro is not in the list a confirmation for it executing will
 		appear.
@@ -71,7 +71,7 @@
 
 	const short USE_CONFIG = 3;
 
-	
+
 	//-------------------------------------------------------------------------
 	/** A macro should be executed always no confirmation should be provided.
 	*/
diff --git a/main/offapi/com/sun/star/document/MediaDescriptor.idl b/main/offapi/com/sun/star/document/MediaDescriptor.idl
index 785bb9c..cb58e29 100644
--- a/main/offapi/com/sun/star/document/MediaDescriptor.idl
+++ b/main/offapi/com/sun/star/document/MediaDescriptor.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -141,7 +141,7 @@
         for a special component type. Format of that depends from real
         type of addressed component.
         </p>
-        
+
         <p>
         For extensibility, it is recommended to use values of type
         sequence<com.sun.star.beans.NamedValue> with this property.
@@ -167,11 +167,11 @@
     /** encryption information for encryption/decryption of documents
 
         <p>
-        It contains the necessary information for encryption/decryption of 
+        It contains the necessary information for encryption/decryption of
         a component (if necessary).
-        If neither password nor encryption data is specified, loading of 
+        If neither password nor encryption data is specified, loading of
         a password protected document will fail, storing will be done without
-        encryption. If both are provided, the encryption data is used 
+        encryption. If both are provided, the encryption data is used
         ( if the filter supports it ).
         </p>
         <p>
@@ -383,9 +383,9 @@
 
         <p>
         It contains a password for loading or storing a component (if necessary).
-        If neither password nor encryption data is specified, loading of 
+        If neither password nor encryption data is specified, loading of
         a password protected document will fail, storing will be done without
-        encryption. If both are provided, the encryption data is used 
+        encryption. If both are provided, the encryption data is used
         ( if the filter supports it ).
         </p>
      */
diff --git a/main/offapi/com/sun/star/document/NoSuchFilterRequest.idl b/main/offapi/com/sun/star/document/NoSuchFilterRequest.idl
index 950ca5a..b61d791 100644
--- a/main/offapi/com/sun/star/document/NoSuchFilterRequest.idl
+++ b/main/offapi/com/sun/star/document/NoSuchFilterRequest.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/document/OOXMLDocumentPropertiesImporter.idl b/main/offapi/com/sun/star/document/OOXMLDocumentPropertiesImporter.idl
index f3b370a..209d14b 100644
--- a/main/offapi/com/sun/star/document/OOXMLDocumentPropertiesImporter.idl
+++ b/main/offapi/com/sun/star/document/OOXMLDocumentPropertiesImporter.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -32,7 +32,7 @@
 module com { module sun { module star { module document {
 
 //=============================================================================
-    
+
 /** allows to import document properties from OOXML format
  */
 service OOXMLDocumentPropertiesImporter : XOOXMLDocumentPropertiesImporter;
diff --git a/main/offapi/com/sun/star/document/OfficeDocument.idl b/main/offapi/com/sun/star/document/OfficeDocument.idl
index e7d4535..e29608a 100644
--- a/main/offapi/com/sun/star/document/OfficeDocument.idl
+++ b/main/offapi/com/sun/star/document/OfficeDocument.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/document/OleEmbeddedServerRegistration.idl b/main/offapi/com/sun/star/document/OleEmbeddedServerRegistration.idl
index 2ebd716..2d3f553 100644
--- a/main/offapi/com/sun/star/document/OleEmbeddedServerRegistration.idl
+++ b/main/offapi/com/sun/star/document/OleEmbeddedServerRegistration.idl
@@ -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,53 +7,53 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_document_OleEmbeddedServerRegistration_idl__ 
-#define __com_sun_star_document_OleEmbeddedServerRegistration_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module document {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_document_OleEmbeddedServerRegistration_idl__
+#define __com_sun_star_document_OleEmbeddedServerRegistration_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module document {
+
+//=============================================================================
+
 /** registers embedded server for StarOffice documents
 	<p>
-	This service is only used to register embedded server support 
+	This service is only used to register embedded server support
 	for StarOffice documents.
 	</p>
 
 	 @since OpenOffice 1.1.2
  */
 published service OleEmbeddedServerRegistration
-{ 
+{
 
-	interface com::sun::star::uno::XInterface; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	interface com::sun::star::uno::XInterface;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/document/OwnLockOnDocumentRequest.idl b/main/offapi/com/sun/star/document/OwnLockOnDocumentRequest.idl
index 7236630..1d3ca44 100644
--- a/main/offapi/com/sun/star/document/OwnLockOnDocumentRequest.idl
+++ b/main/offapi/com/sun/star/document/OwnLockOnDocumentRequest.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/document/PDFDialog.idl b/main/offapi/com/sun/star/document/PDFDialog.idl
index 5916c02..2f32123 100644
--- a/main/offapi/com/sun/star/document/PDFDialog.idl
+++ b/main/offapi/com/sun/star/document/PDFDialog.idl
@@ -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,37 +7,37 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_document_PDFDialog_idl__ 
-#define __com_sun_star_document_PDFDialog_idl__ 
- 
+#ifndef __com_sun_star_document_PDFDialog_idl__
+#define __com_sun_star_document_PDFDialog_idl__
+
 #ifndef __com_sun_star_ui_dialogs_FilterOptionsDialog_idl__
-#include <com/sun/star/ui/dialogs/FilterOptionsDialog.idl> 
-#endif 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module document {  
- 
-//============================================================================= 
- 
+#include <com/sun/star/ui/dialogs/FilterOptionsDialog.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module document {
+
+//=============================================================================
+
 /** This service is for a PDFDialog
  */
 service PDFDialog
-{ 
-	service com::sun::star::ui::dialogs::FilterOptionsDialog; 
+{
+	service com::sun::star::ui::dialogs::FilterOptionsDialog;
 
 	//-------------------------------------------------------------------------
 	/** PDFDialog options can be set as sequence of
@@ -50,10 +50,10 @@
 	*/
 
 	//-------------------------------------------------------------------------
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/document/PrinterIndependentLayout.idl b/main/offapi/com/sun/star/document/PrinterIndependentLayout.idl
index 2a38265..c614795 100644
--- a/main/offapi/com/sun/star/document/PrinterIndependentLayout.idl
+++ b/main/offapi/com/sun/star/document/PrinterIndependentLayout.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -38,15 +38,15 @@
     /** use printer-dependent metrics for layout */
     const short DISABLED = 1;
 
-    /** use printer-independent metrics for layout, 
+    /** use printer-independent metrics for layout,
         assuming a generic 600dpi printer */
     const short LOW_RESOLUTION = 2;
-    
-    /** @deprecated ENABLED changed to LOW_RESOLUTION, 
+
+    /** @deprecated ENABLED changed to LOW_RESOLUTION,
                     to distinguish from HIGH_RESOLUTION */
     const short ENABLED = LOW_RESOLUTION;
 
-    /** use printer-independent metrics for layout, 
+    /** use printer-independent metrics for layout,
         assuming a generic high-resolution printer (4800dpi) */
     const short HIGH_RESOLUTION = 3;
 
@@ -54,7 +54,7 @@
     const short LIKE_PARENT = 4;
      */
 };
-    
+
 //=============================================================================
 
 }; }; }; };
diff --git a/main/offapi/com/sun/star/document/RedlineDisplayType.idl b/main/offapi/com/sun/star/document/RedlineDisplayType.idl
index a9997b3..a0bee08 100644
--- a/main/offapi/com/sun/star/document/RedlineDisplayType.idl
+++ b/main/offapi/com/sun/star/document/RedlineDisplayType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/document/Settings.idl b/main/offapi/com/sun/star/document/Settings.idl
index 6d723a4..879f9d1 100644
--- a/main/offapi/com/sun/star/document/Settings.idl
+++ b/main/offapi/com/sun/star/document/Settings.idl
@@ -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.
- * 
+ *
  *************************************************************/
 
 
 #ifndef __com_sun_star_document_Settings_idl__
 #define __com_sun_star_document_Settings_idl__
 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
+#ifndef __com_sun_star_beans_XPropertySet_idl__
 #include <com/sun/star/beans/XPropertySet.idl>
 #endif
 #ifndef __com_sun_star_i18n_XForbiddenCharacters_idl__
diff --git a/main/offapi/com/sun/star/document/StandaloneDocumentInfo.idl b/main/offapi/com/sun/star/document/StandaloneDocumentInfo.idl
index 7dae7b1..0dcaa89 100644
--- a/main/offapi/com/sun/star/document/StandaloneDocumentInfo.idl
+++ b/main/offapi/com/sun/star/document/StandaloneDocumentInfo.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/document/UpdateDocMode.idl b/main/offapi/com/sun/star/document/UpdateDocMode.idl
index 501e1dc..b4b0bf5 100644
--- a/main/offapi/com/sun/star/document/UpdateDocMode.idl
+++ b/main/offapi/com/sun/star/document/UpdateDocMode.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -40,7 +40,7 @@
 	*/
 
 	const short NO_UPDATE = 0;
-	
+
 	//-------------------------------------------------------------------------
 	/** Update document if it does not require a dialog.
 		Otherwise do not update. For example a link to a database
@@ -50,7 +50,7 @@
 	const short QUIET_UPDATE = 1;
 
 	//-------------------------------------------------------------------------
-	/** Produce update according to configuration settings. 
+	/** Produce update according to configuration settings.
 		If there are no settings use dialog.
 	*/
 
diff --git a/main/offapi/com/sun/star/document/XActionLockable.idl b/main/offapi/com/sun/star/document/XActionLockable.idl
index c219047..31d7e48 100644
--- a/main/offapi/com/sun/star/document/XActionLockable.idl
+++ b/main/offapi/com/sun/star/document/XActionLockable.idl
@@ -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,78 +7,78 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_document_XActionLockable_idl__  
-#define __com_sun_star_document_XActionLockable_idl__  
-  
-#ifndef __com_sun_star_uno_XInterface_idl__  
-#include <com/sun/star/uno/XInterface.idl>  
-#endif  
-  
-  
-//=============================================================================  
-  
-module com {   module sun {   module star {   module document {   
-  
-//=============================================================================  
-  
+#ifndef __com_sun_star_document_XActionLockable_idl__
+#define __com_sun_star_document_XActionLockable_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+module com {   module sun {   module star {   module document {
+
+//=============================================================================
+
 /** makes it possible to prevent object internal updates for a certain period
 	to be able to quickly change multiple parts of the objects, where the
 	updates would invalidate each other, anyway.
  */
 published interface XActionLockable: com::sun::star::uno::XInterface
-{  
-	//-------------------------------------------------------------------------  
+{
+	//-------------------------------------------------------------------------
 	/** @returns
 			<TRUE/> if at least one lock exists.
 	 */
-	boolean isActionLocked();  
-  
-	//-------------------------------------------------------------------------  
+	boolean isActionLocked();
+
+	//-------------------------------------------------------------------------
 	/** increments the lock count of the object by one.
 	 */
-	void addActionLock();  
-  
-	//-------------------------------------------------------------------------  
+	void addActionLock();
+
+	//-------------------------------------------------------------------------
 	/** decrements the lock count of the object by one.
 	 */
-	void removeActionLock();  
-  
-	//-------------------------------------------------------------------------  
+	void removeActionLock();
+
+	//-------------------------------------------------------------------------
 	/** sets the locking level.
-		
+
 		<p>This method is used for debugging purposes. The programming
 		environment can restore the locking after a break of a debug
 		session.</p>
 	 */
-	void setActionLocks( [in] short nLock );  
-  
-	//-------------------------------------------------------------------------  
+	void setActionLocks( [in] short nLock );
+
+	//-------------------------------------------------------------------------
 	/** resets the locking level.
-		
+
 		<p>This method is used for debugging purposes. The debugging
 		environment of a programming language can reset the locks
 		to allow refreshing of the view if a breakpoint is reached or
 		step execution is used. </p>
 	 */
-	short resetActionLocks();  
-  
-};  
-  
-//=============================================================================  
-  
-}; }; }; };   
-  
-#endif  
+	short resetActionLocks();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/document/XBinaryStreamResolver.idl b/main/offapi/com/sun/star/document/XBinaryStreamResolver.idl
index 2582309..2082a25 100644
--- a/main/offapi/com/sun/star/document/XBinaryStreamResolver.idl
+++ b/main/offapi/com/sun/star/document/XBinaryStreamResolver.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -33,48 +33,48 @@
 #include <com/sun/star/io/XOutputStream.idl>
 #endif
 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module document {  
- 
-//============================================================================= 
- 
-/** 
+//=============================================================================
+
+module com {  module sun {  module star {  module document {
+
+//=============================================================================
+
+/**
 	<p>This interface encapsulates functionality to get/resolve binary data streams.
 	It is used to transform binary data to an url or to transform an url to binary
-	data. The binary data is represented through input and output streams.</p> 
-	
-	<p>In the case of transforming an url to binary data, the <code>getInputStream</code> 
-	method is used. This returns a <type scope="com::sun::star::io">XInputStream</type> 
+	data. The binary data is represented through input and output streams.</p>
+
+	<p>In the case of transforming an url to binary data, the <code>getInputStream</code>
+	method is used. This returns a <type scope="com::sun::star::io">XInputStream</type>
 	from which the binary data, transformed from the given url, can be read.</p>
-	 
-	<p>In the case of transforming binary data to an url, a 
-	<type scope="com::sun::star::io">XOutputStream</type> is created first to write 
-	the binary data to. After this, the <code>resolveOutputStream</code> method can 
-	be used to transform the binary data, represented through the 
+
+	<p>In the case of transforming binary data to an url, a
+	<type scope="com::sun::star::io">XOutputStream</type> is created first to write
+	the binary data to. After this, the <code>resolveOutputStream</code> method can
+	be used to transform the binary data, represented through the
 	<type scope="com::sun::star::io">XOutputStream</type> interface, to an url.</p>
  */
 published interface XBinaryStreamResolver: com::sun::star::uno::XInterface
-{ 
+{
 	/** converts the given URL from the source URL namespace to an input stream,
 		from which binary data can be read
 	*/
 	com::sun::star::io::XInputStream getInputStream( [in] string aURL );
 
 	/** creates an output stream, to which binary data can be written.
-		After writing, an URL can be retrieved by a call to 
+		After writing, an URL can be retrieved by a call to
 		<method>XBinaryStreamResolver::resolveOutputStream</method>.
 	*/
 	com::sun::star::io::XOutputStream createOutputStream();
 
-	/** converts the output stream, data has been written to, to an URL in 
+	/** converts the output stream, data has been written to, to an URL in
 		source URL namespace.
 	*/
 	string resolveOutputStream( [in] com::sun::star::io::XOutputStream aBinaryStream );
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/document/XCodeNameQuery.idl b/main/offapi/com/sun/star/document/XCodeNameQuery.idl
index f867065..ae1ae25 100644
--- a/main/offapi/com/sun/star/document/XCodeNameQuery.idl
+++ b/main/offapi/com/sun/star/document/XCodeNameQuery.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 #ifndef __com_sun_star_document_XCodeNameQuery_idl__
 #define __com_sun_star_document_XCodeNameQuery_idl__
diff --git a/main/offapi/com/sun/star/document/XDocumentEventBroadcaster.idl b/main/offapi/com/sun/star/document/XDocumentEventBroadcaster.idl
index 7cd4e76..9308a5b 100644
--- a/main/offapi/com/sun/star/document/XDocumentEventBroadcaster.idl
+++ b/main/offapi/com/sun/star/document/XDocumentEventBroadcaster.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/document/XDocumentEventListener.idl b/main/offapi/com/sun/star/document/XDocumentEventListener.idl
index 75a9937..4144e61 100644
--- a/main/offapi/com/sun/star/document/XDocumentEventListener.idl
+++ b/main/offapi/com/sun/star/document/XDocumentEventListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/document/XDocumentInfo.idl b/main/offapi/com/sun/star/document/XDocumentInfo.idl
index 350e9ce..0e7da70 100644
--- a/main/offapi/com/sun/star/document/XDocumentInfo.idl
+++ b/main/offapi/com/sun/star/document/XDocumentInfo.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/document/XDocumentInfoSupplier.idl b/main/offapi/com/sun/star/document/XDocumentInfoSupplier.idl
index 28b1c50..d21471d 100644
--- a/main/offapi/com/sun/star/document/XDocumentInfoSupplier.idl
+++ b/main/offapi/com/sun/star/document/XDocumentInfoSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/document/XDocumentInsertable.idl b/main/offapi/com/sun/star/document/XDocumentInsertable.idl
index 292e3f0..c71102a 100644
--- a/main/offapi/com/sun/star/document/XDocumentInsertable.idl
+++ b/main/offapi/com/sun/star/document/XDocumentInsertable.idl
@@ -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,62 +7,62 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_document_XDocumentInsertable_idl__  
-#define __com_sun_star_document_XDocumentInsertable_idl__  
-  
-#ifndef __com_sun_star_uno_XInterface_idl__  
-#include <com/sun/star/uno/XInterface.idl>  
-#endif  
-  
-#ifndef __com_sun_star_beans_PropertyValue_idl__  
-#include <com/sun/star/beans/PropertyValue.idl>  
-#endif  
-  
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__  
-#include <com/sun/star/lang/IllegalArgumentException.idl>  
-#endif  
-  
-#ifndef __com_sun_star_io_IOException_idl__  
-#include <com/sun/star/io/IOException.idl>  
-#endif  
-  
-  
-//=============================================================================  
-  
-module com {   module sun {   module star {   module document {   
-  
-//=============================================================================  
-  
+#ifndef __com_sun_star_document_XDocumentInsertable_idl__
+#define __com_sun_star_document_XDocumentInsertable_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_beans_PropertyValue_idl__
+#include <com/sun/star/beans/PropertyValue.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+#ifndef __com_sun_star_io_IOException_idl__
+#include <com/sun/star/io/IOException.idl>
+#endif
+
+
+//=============================================================================
+
+module com {   module sun {   module star {   module document {
+
+//=============================================================================
+
 /** makes it possible to import a document from a given URL
 	into this document.
  */
 published interface XDocumentInsertable: com::sun::star::uno::XInterface
-{  
-	//-------------------------------------------------------------------------  
+{
+	//-------------------------------------------------------------------------
 	/** inserts the document that is specified by the URL.
 	 */
-	void insertDocumentFromURL( [in] string aURL,  
-			 [in] sequence<com::sun::star::beans::PropertyValue> aOptions )  
-			raises( com::sun::star::lang::IllegalArgumentException,  
-					com::sun::star::io::IOException );  
-  
-};  
-  
-//=============================================================================  
-  
-}; }; }; };   
-  
-#endif  
+	void insertDocumentFromURL( [in] string aURL,
+			 [in] sequence<com::sun::star::beans::PropertyValue> aOptions )
+			raises( com::sun::star::lang::IllegalArgumentException,
+					com::sun::star::io::IOException );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/document/XDocumentLanguages.idl b/main/offapi/com/sun/star/document/XDocumentLanguages.idl
index e634d64..9042db2 100644
--- a/main/offapi/com/sun/star/document/XDocumentLanguages.idl
+++ b/main/offapi/com/sun/star/document/XDocumentLanguages.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -50,7 +50,7 @@
 	 */
     sequence< com::sun::star::lang::Locale > getDocumentLanguages( [in] short nScriptTypes, [in] short nCount )
         raises( com::sun::star::lang::IllegalArgumentException );
-    
+
 };
 
 //=============================================================================
diff --git a/main/offapi/com/sun/star/document/XDocumentProperties.idl b/main/offapi/com/sun/star/document/XDocumentProperties.idl
index 5e0969f..178ee99 100644
--- a/main/offapi/com/sun/star/document/XDocumentProperties.idl
+++ b/main/offapi/com/sun/star/document/XDocumentProperties.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/document/XDocumentPropertiesSupplier.idl b/main/offapi/com/sun/star/document/XDocumentPropertiesSupplier.idl
index 3279d5b..7ac0169 100644
--- a/main/offapi/com/sun/star/document/XDocumentPropertiesSupplier.idl
+++ b/main/offapi/com/sun/star/document/XDocumentPropertiesSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/document/XDocumentRecovery.idl b/main/offapi/com/sun/star/document/XDocumentRecovery.idl
index 55e0ff5..993fdad 100644
--- a/main/offapi/com/sun/star/document/XDocumentRecovery.idl
+++ b/main/offapi/com/sun/star/document/XDocumentRecovery.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,7 +30,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module document { 
+module com { module sun { module star { module document {
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/document/XDocumentRevisionListPersistence.idl b/main/offapi/com/sun/star/document/XDocumentRevisionListPersistence.idl
index b9d87c6..070def8 100644
--- a/main/offapi/com/sun/star/document/XDocumentRevisionListPersistence.idl
+++ b/main/offapi/com/sun/star/document/XDocumentRevisionListPersistence.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/document/XDocumentSubStorageSupplier.idl b/main/offapi/com/sun/star/document/XDocumentSubStorageSupplier.idl
index d9968fa..932f0b9 100644
--- a/main/offapi/com/sun/star/document/XDocumentSubStorageSupplier.idl
+++ b/main/offapi/com/sun/star/document/XDocumentSubStorageSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/document/XEmbeddedObjectResolver.idl b/main/offapi/com/sun/star/document/XEmbeddedObjectResolver.idl
index c51653c..f4a4864 100644
--- a/main/offapi/com/sun/star/document/XEmbeddedObjectResolver.idl
+++ b/main/offapi/com/sun/star/document/XEmbeddedObjectResolver.idl
@@ -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,44 +7,44 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_document_XEmbeddedObjectResolver_idl__ 
-#define __com_sun_star_document_XEmbeddedObjectResolver_idl__ 
- 
+#ifndef __com_sun_star_document_XEmbeddedObjectResolver_idl__
+#define __com_sun_star_document_XEmbeddedObjectResolver_idl__
+
 #ifndef __com_sun_star_uno_XInterface_idl__
 #include <com/sun/star/uno/XInterface.idl>
 #endif
 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module document {  
- 
-//============================================================================= 
- 
+//=============================================================================
+
+module com {  module sun {  module star {  module document {
+
+//=============================================================================
+
 /** this interface converts embedded object URLs from one URL space to another.
  */
 published interface XEmbeddedObjectResolver: com::sun::star::uno::XInterface
-{ 
+{
 	/** converts the given URL from the source URL namespace to the destination
 		URL space of this instance.
 	*/
 	string resolveEmbeddedObjectURL( [in] string aURL );
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/document/XEmbeddedObjectSupplier.idl b/main/offapi/com/sun/star/document/XEmbeddedObjectSupplier.idl
index a3e9495..cedf265 100644
--- a/main/offapi/com/sun/star/document/XEmbeddedObjectSupplier.idl
+++ b/main/offapi/com/sun/star/document/XEmbeddedObjectSupplier.idl
@@ -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,50 +7,50 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_document_XEmbeddedObjectSupplier_idl__  
-#define __com_sun_star_document_XEmbeddedObjectSupplier_idl__  
-  
-#ifndef __com_sun_star_uno_XInterface_idl__  
-#include <com/sun/star/uno/XInterface.idl>  
-#endif  
-  
-#ifndef __com_sun_star_lang_XComponent_idl__  
-#include <com/sun/star/lang/XComponent.idl>  
-#endif  
-  
-  
-//=============================================================================  
-  
-module com {   module sun {   module star {   module document {   
-  
-//=============================================================================  
-  
+#ifndef __com_sun_star_document_XEmbeddedObjectSupplier_idl__
+#define __com_sun_star_document_XEmbeddedObjectSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_lang_XComponent_idl__
+#include <com/sun/star/lang/XComponent.idl>
+#endif
+
+
+//=============================================================================
+
+module com {   module sun {   module star {   module document {
+
+//=============================================================================
+
 /** represents something that provides an embedded object.
  */
 published interface XEmbeddedObjectSupplier: com::sun::star::uno::XInterface
-{  
-	//-------------------------------------------------------------------------  
+{
+	//-------------------------------------------------------------------------
 	/** returns the object which is embedded into this object.
 	 */
-	com::sun::star::lang::XComponent getEmbeddedObject();  
-  
-};  
-  
-//=============================================================================  
-  
-}; }; }; };   
-  
-#endif  
+	com::sun::star::lang::XComponent getEmbeddedObject();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/document/XEmbeddedObjectSupplier2.idl b/main/offapi/com/sun/star/document/XEmbeddedObjectSupplier2.idl
index 01ea449..58dc151 100644
--- a/main/offapi/com/sun/star/document/XEmbeddedObjectSupplier2.idl
+++ b/main/offapi/com/sun/star/document/XEmbeddedObjectSupplier2.idl
@@ -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,46 +7,46 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_document_XEmbeddedObjectSupplier2_idl__  
-#define __com_sun_star_document_XEmbeddedObjectSupplier2_idl__  
-  
-#ifndef __com_sun_star_embed_XEmbeddedObject_idl__  
-#include <com/sun/star/embed/XEmbeddedObject.idl>  
-#endif  
- 
-#ifndef __com_sun_star_graphic_XGraphic_idl__  
-#include <com/sun/star/graphic/XGraphic.idl>  
-#endif  
+#ifndef __com_sun_star_document_XEmbeddedObjectSupplier2_idl__
+#define __com_sun_star_document_XEmbeddedObjectSupplier2_idl__
 
-#ifndef __com_sun_star_document_XEmbeddedObjectSupplier_idl__  
-#include <com/sun/star/document/XEmbeddedObjectSupplier.idl>  
-#endif  
-  
-  
-//=============================================================================  
-  
-module com {   module sun {   module star {   module document {   
-  
-//=============================================================================  
-  
+#ifndef __com_sun_star_embed_XEmbeddedObject_idl__
+#include <com/sun/star/embed/XEmbeddedObject.idl>
+#endif
+
+#ifndef __com_sun_star_graphic_XGraphic_idl__
+#include <com/sun/star/graphic/XGraphic.idl>
+#endif
+
+#ifndef __com_sun_star_document_XEmbeddedObjectSupplier_idl__
+#include <com/sun/star/document/XEmbeddedObjectSupplier.idl>
+#endif
+
+
+//=============================================================================
+
+module com {   module sun {   module star {   module document {
+
+//=============================================================================
+
 /** represents something that provides an embedded object.
  */
 interface XEmbeddedObjectSupplier2: com::sun::star::document::XEmbeddedObjectSupplier
-{  
-	//-------------------------------------------------------------------------  
+{
+	//-------------------------------------------------------------------------
 	/** returns the object which is embedded into this object.
 
 		<p>
@@ -54,22 +54,22 @@
 		embedded object, but the embedded object itself.
 		</p>
 	 */
-	com::sun::star::embed::XEmbeddedObject getExtendedControlOverEmbeddedObject();  
-  
-	//-------------------------------------------------------------------------  
+	com::sun::star::embed::XEmbeddedObject getExtendedControlOverEmbeddedObject();
+
+	//-------------------------------------------------------------------------
 	/** allows to control the aspect of the object.
 	 */
 	[attribute] hyper Aspect;
 
-	//-------------------------------------------------------------------------  
+	//-------------------------------------------------------------------------
 	/** allows to get the replacement image of the object.
 	 */
 	[attribute,readonly] com::sun::star::graphic::XGraphic ReplacementGraphic;
 
-};  
-  
-//=============================================================================  
-  
-}; }; }; };   
-  
+};
+
+//=============================================================================
+
+}; }; }; };
+
 #endif
diff --git a/main/offapi/com/sun/star/document/XEmbeddedScripts.idl b/main/offapi/com/sun/star/document/XEmbeddedScripts.idl
index dbdf494..0980ddb 100644
--- a/main/offapi/com/sun/star/document/XEmbeddedScripts.idl
+++ b/main/offapi/com/sun/star/document/XEmbeddedScripts.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,7 +30,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module document { 
+module com { module sun { module star { module document {
 
 //=============================================================================
 
@@ -61,7 +61,7 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/document/XEventBroadcaster.idl b/main/offapi/com/sun/star/document/XEventBroadcaster.idl
index 2ab9ed6..fc73a3f 100644
--- a/main/offapi/com/sun/star/document/XEventBroadcaster.idl
+++ b/main/offapi/com/sun/star/document/XEventBroadcaster.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/document/XEventListener.idl b/main/offapi/com/sun/star/document/XEventListener.idl
index 2bf0129..a2644b7 100644
--- a/main/offapi/com/sun/star/document/XEventListener.idl
+++ b/main/offapi/com/sun/star/document/XEventListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/document/XEventsSupplier.idl b/main/offapi/com/sun/star/document/XEventsSupplier.idl
index 26ef74f..b1ccbc6 100644
--- a/main/offapi/com/sun/star/document/XEventsSupplier.idl
+++ b/main/offapi/com/sun/star/document/XEventsSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/document/XExporter.idl b/main/offapi/com/sun/star/document/XExporter.idl
index 8eb0841..b23ba0b 100644
--- a/main/offapi/com/sun/star/document/XExporter.idl
+++ b/main/offapi/com/sun/star/document/XExporter.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/document/XExtendedFilterDetection.idl b/main/offapi/com/sun/star/document/XExtendedFilterDetection.idl
index 3f263e7..58b72da 100644
--- a/main/offapi/com/sun/star/document/XExtendedFilterDetection.idl
+++ b/main/offapi/com/sun/star/document/XExtendedFilterDetection.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/document/XFilter.idl b/main/offapi/com/sun/star/document/XFilter.idl
index ea61108..52b8afb 100644
--- a/main/offapi/com/sun/star/document/XFilter.idl
+++ b/main/offapi/com/sun/star/document/XFilter.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/document/XFilterAdapter.idl b/main/offapi/com/sun/star/document/XFilterAdapter.idl
index fc6868d..e7ebf52 100644
--- a/main/offapi/com/sun/star/document/XFilterAdapter.idl
+++ b/main/offapi/com/sun/star/document/XFilterAdapter.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -31,17 +31,17 @@
 #include <com/sun/star/io/XInputStream.idl>
 #include <com/sun/star/io/XOutputStream.idl>
 
-//=============================================================================  
-  
-module com {   module sun {   module star {   module document {   
-  
-//=============================================================================  
+//=============================================================================
 
-	  /** This is an interface that can be used to link a filter to the 
+module com {   module sun {   module star {   module document {
+
+//=============================================================================
+
+	  /** This is an interface that can be used to link a filter to the
 		FilterAdapter
-              
+
         @throws com::sun::star::uno::RuntimeException
-        
+
         @since OpenOffice 1.1.2
       */
 published interface XFilterAdapter : com::sun::star::uno::XInterface
diff --git a/main/offapi/com/sun/star/document/XGraphicObjectResolver.idl b/main/offapi/com/sun/star/document/XGraphicObjectResolver.idl
index 9835769..998f443 100644
--- a/main/offapi/com/sun/star/document/XGraphicObjectResolver.idl
+++ b/main/offapi/com/sun/star/document/XGraphicObjectResolver.idl
@@ -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,44 +7,44 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_document_XGraphicObjectResolver_idl__ 
-#define __com_sun_star_document_XGraphicObjectResolver_idl__ 
- 
+#ifndef __com_sun_star_document_XGraphicObjectResolver_idl__
+#define __com_sun_star_document_XGraphicObjectResolver_idl__
+
 #ifndef __com_sun_star_uno_XInterface_idl__
 #include <com/sun/star/uno/XInterface.idl>
 #endif
 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module document {  
- 
-//============================================================================= 
- 
+//=============================================================================
+
+module com {  module sun {  module star {  module document {
+
+//=============================================================================
+
 /** this interface converts graphic object URLs from one URL space to another.
  */
 published interface XGraphicObjectResolver: com::sun::star::uno::XInterface
-{ 
+{
 	/** converts the given URL from the source URL namespace to the destination
 		URL space of this instance.
 	*/
 	string resolveGraphicObjectURL( [in] string aURL );
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/document/XImporter.idl b/main/offapi/com/sun/star/document/XImporter.idl
index e156062..6b3e8d2 100644
--- a/main/offapi/com/sun/star/document/XImporter.idl
+++ b/main/offapi/com/sun/star/document/XImporter.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/document/XInteractionFilterOptions.idl b/main/offapi/com/sun/star/document/XInteractionFilterOptions.idl
index d634129..5fb7cd8 100644
--- a/main/offapi/com/sun/star/document/XInteractionFilterOptions.idl
+++ b/main/offapi/com/sun/star/document/XInteractionFilterOptions.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/document/XInteractionFilterSelect.idl b/main/offapi/com/sun/star/document/XInteractionFilterSelect.idl
index b2d448e..25ff752 100644
--- a/main/offapi/com/sun/star/document/XInteractionFilterSelect.idl
+++ b/main/offapi/com/sun/star/document/XInteractionFilterSelect.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/document/XLinkAuthorizer.idl b/main/offapi/com/sun/star/document/XLinkAuthorizer.idl
index a8a4298..06595d0 100644
--- a/main/offapi/com/sun/star/document/XLinkAuthorizer.idl
+++ b/main/offapi/com/sun/star/document/XLinkAuthorizer.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/document/XLinkTargetSupplier.idl b/main/offapi/com/sun/star/document/XLinkTargetSupplier.idl
index ba04f4f..e4a84e1 100644
--- a/main/offapi/com/sun/star/document/XLinkTargetSupplier.idl
+++ b/main/offapi/com/sun/star/document/XLinkTargetSupplier.idl
@@ -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,55 +7,55 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_document_XLinkTargetSupplier_idl__  
-#define __com_sun_star_document_XLinkTargetSupplier_idl__  
-  
-#ifndef __com_sun_star_uno_XInterface_idl__  
-#include <com/sun/star/uno/XInterface.idl>  
-#endif  
-  
-#ifndef __com_sun_star_container_XNameAccess_idl__  
-#include <com/sun/star/container/XNameAccess.idl>  
-#endif  
-  
-  
-//=============================================================================  
-  
-module com {   module sun {   module star {   module document {   
-  
-//=============================================================================  
-  
+#ifndef __com_sun_star_document_XLinkTargetSupplier_idl__
+#define __com_sun_star_document_XLinkTargetSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_container_XNameAccess_idl__
+#include <com/sun/star/container/XNameAccess.idl>
+#endif
+
+
+//=============================================================================
+
+module com {   module sun {   module star {   module document {
+
+//=============================================================================
+
 /** interface is supplied by objects inside a document object model that have
 	children that can be the target of a link inside a document.
-	
+
 	<p>These targets implement the service <type>LinkTarget</type>.  </p>
  */
 published interface XLinkTargetSupplier: com::sun::star::uno::XInterface
-{  
-	//-------------------------------------------------------------------------  
-	/** @returns 
-			the names of possible links to children of this object inside  a 
+{
+	//-------------------------------------------------------------------------
+	/** @returns
+			the names of possible links to children of this object inside  a
 			document object model. It implements the service  <type>LinkTargets</type>.
 	 */
-	com::sun::star::container::XNameAccess getLinks();  
-  
-};  
-  
-//=============================================================================  
-  
-}; }; }; };   
-  
-#endif  
+	com::sun::star::container::XNameAccess getLinks();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/document/XMLBasicExporter.idl b/main/offapi/com/sun/star/document/XMLBasicExporter.idl
index 583755d..7d9266d 100644
--- a/main/offapi/com/sun/star/document/XMLBasicExporter.idl
+++ b/main/offapi/com/sun/star/document/XMLBasicExporter.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -41,14 +41,14 @@
 module com { module sun { module star { module document {
 
 //=============================================================================
-    
+
 /** Filter for exporting Basic macros to the OpenOffice.org file format.
 
-    <p>First the <method>XExporter::setSourceDocument</method> method must be 
+    <p>First the <method>XExporter::setSourceDocument</method> method must be
     called in order to provide the export component with the source document
     from which the data should be exported. After that, the export is started
     by calling the <method>XFilter::filter</method> method.</p>
-    
+
     @since OpenOffice 2.0
  */
 published service XMLBasicExporter
@@ -56,19 +56,19 @@
 	//-------------------------------------------------------------------------
 
     /** sets the source document for this filter.
-     */    
+     */
     interface com::sun::star::document::XExporter;
 
 	//-------------------------------------------------------------------------
 
     /** filters the document.
-     */    
+     */
     interface com::sun::star::document::XFilter;
 
 	//-------------------------------------------------------------------------
 
     /** initializes the component.
-     */    
+     */
 	[optional] interface com::sun::star::lang::XInitialization;
 
 };
diff --git a/main/offapi/com/sun/star/document/XMLBasicImporter.idl b/main/offapi/com/sun/star/document/XMLBasicImporter.idl
index cfde2c5..150d177 100644
--- a/main/offapi/com/sun/star/document/XMLBasicImporter.idl
+++ b/main/offapi/com/sun/star/document/XMLBasicImporter.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -27,8 +27,8 @@
 #include <com/sun/star/document/XImporter.idl>
 #endif
 
-#ifndef __com_sun_star_xml_sax_XDocumentHandler_idl__ 
-#include <com/sun/star/xml/sax/XDocumentHandler.idl> 
+#ifndef __com_sun_star_xml_sax_XDocumentHandler_idl__
+#include <com/sun/star/xml/sax/XDocumentHandler.idl>
 #endif
 
 
@@ -37,15 +37,15 @@
 module com { module sun { module star { module document {
 
 //=============================================================================
-    
+
 /** Filter for importing Basic macros from the OpenOffice.org file format.
 
-    <p>The <method>XImporter::setTargetDocument</method> method must be 
+    <p>The <method>XImporter::setTargetDocument</method> method must be
     called in order to provide the import component with the target document
     to which the data should be imported.
     The <type scope="com::sun::star::xml::sax">XDocumentHandler</type>
     interface is used to stream the XML data into the filter.</p>
-        
+
     @since OpenOffice 2.0
  */
 published service XMLBasicImporter
@@ -53,15 +53,15 @@
 	//-------------------------------------------------------------------------
 
     /** sets the target document for this filter.
-     */    
+     */
     interface com::sun::star::document::XImporter;
 
 	//-------------------------------------------------------------------------
 
     /** receives notification of general document events.
-     */    
+     */
     interface com::sun::star::xml::sax::XDocumentHandler;
-    
+
 };
 
 //=============================================================================
diff --git a/main/offapi/com/sun/star/document/XMLOasisBasicExporter.idl b/main/offapi/com/sun/star/document/XMLOasisBasicExporter.idl
index 1934cad..bad5297 100644
--- a/main/offapi/com/sun/star/document/XMLOasisBasicExporter.idl
+++ b/main/offapi/com/sun/star/document/XMLOasisBasicExporter.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -41,14 +41,14 @@
 module com { module sun { module star { module document {
 
 //=============================================================================
-    
+
 /** Filter for exporting Basic macros to the OASIS Open Office file format.
 
-    <p>First the <method>XExporter::setSourceDocument</method> method must be 
+    <p>First the <method>XExporter::setSourceDocument</method> method must be
     called in order to provide the export component with the source document
     from which the data should be exported. After that, the export is started
     by calling the <method>XFilter::filter</method> method.</p>
-    
+
     @since OpenOffice 2.0
  */
 published service XMLOasisBasicExporter
@@ -56,19 +56,19 @@
 	//-------------------------------------------------------------------------
 
     /** sets the source document for this filter.
-     */    
+     */
     interface com::sun::star::document::XExporter;
 
 	//-------------------------------------------------------------------------
 
     /** filters the document.
-     */    
+     */
     interface com::sun::star::document::XFilter;
 
 	//-------------------------------------------------------------------------
 
     /** initializes the component.
-     */    
+     */
 	[optional] interface com::sun::star::lang::XInitialization;
 
 };
diff --git a/main/offapi/com/sun/star/document/XMLOasisBasicImporter.idl b/main/offapi/com/sun/star/document/XMLOasisBasicImporter.idl
index cc216c7..1fb2cc9 100644
--- a/main/offapi/com/sun/star/document/XMLOasisBasicImporter.idl
+++ b/main/offapi/com/sun/star/document/XMLOasisBasicImporter.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -27,8 +27,8 @@
 #include <com/sun/star/document/XImporter.idl>
 #endif
 
-#ifndef __com_sun_star_xml_sax_XDocumentHandler_idl__ 
-#include <com/sun/star/xml/sax/XDocumentHandler.idl> 
+#ifndef __com_sun_star_xml_sax_XDocumentHandler_idl__
+#include <com/sun/star/xml/sax/XDocumentHandler.idl>
 #endif
 
 
@@ -37,15 +37,15 @@
 module com { module sun { module star { module document {
 
 //=============================================================================
-    
+
 /** Filter for importing Basic macros from the OASIS Open Office file format.
 
-    <p>The <method>XImporter::setTargetDocument</method> method must be 
+    <p>The <method>XImporter::setTargetDocument</method> method must be
     called in order to provide the import component with the target document
     to which the data should be imported.
     The <type scope="com::sun::star::xml::sax">XDocumentHandler</type>
     interface is used to stream the XML data into the filter.</p>
-        
+
     @since OpenOffice 2.0
  */
 published service XMLOasisBasicImporter
@@ -53,15 +53,15 @@
 	//-------------------------------------------------------------------------
 
     /** sets the target document for this filter.
-     */    
+     */
     interface com::sun::star::document::XImporter;
 
 	//-------------------------------------------------------------------------
 
     /** receives notification of general document events.
-     */    
+     */
     interface com::sun::star::xml::sax::XDocumentHandler;
-    
+
 };
 
 //=============================================================================
diff --git a/main/offapi/com/sun/star/document/XMimeTypeInfo.idl b/main/offapi/com/sun/star/document/XMimeTypeInfo.idl
index 5449802..4665a4b 100644
--- a/main/offapi/com/sun/star/document/XMimeTypeInfo.idl
+++ b/main/offapi/com/sun/star/document/XMimeTypeInfo.idl
@@ -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,53 +7,53 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_document_XMimeTypeInfo_idl__ 
-#define __com_sun_star_document_XMimeTypeInfo_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module document {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_document_XMimeTypeInfo_idl__
+#define __com_sun_star_document_XMimeTypeInfo_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module document {
+
+//=============================================================================
+
 /** provides information regarding which MIME types are supported by a filter.
  */
 published interface XMimeTypeInfo: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	  
+{
+	//-------------------------------------------------------------------------
+
 	/** asks whether a MIME type is supported or not.
 	 */
-	boolean supportsMimeType( [in] string MimeTypeName ); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns 
-			a sequence of the names of all supported MIME types. 
+	boolean supportsMimeType( [in] string MimeTypeName );
+
+	//-------------------------------------------------------------------------
+
+	/** @returns
+			a sequence of the names of all supported MIME types.
 	 */
-	sequence<string> getSupportedMimeTypeNames(); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	sequence<string> getSupportedMimeTypeNames();
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/document/XOOXMLDocumentPropertiesImporter.idl b/main/offapi/com/sun/star/document/XOOXMLDocumentPropertiesImporter.idl
index 1774e41..257af32 100644
--- a/main/offapi/com/sun/star/document/XOOXMLDocumentPropertiesImporter.idl
+++ b/main/offapi/com/sun/star/document/XOOXMLDocumentPropertiesImporter.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/document/XRedlinesSupplier.idl b/main/offapi/com/sun/star/document/XRedlinesSupplier.idl
index c88afbe..7ce9cbc 100644
--- a/main/offapi/com/sun/star/document/XRedlinesSupplier.idl
+++ b/main/offapi/com/sun/star/document/XRedlinesSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -38,9 +38,9 @@
 published interface XRedlinesSupplier: com::sun::star::uno::XInterface
 {
 	//-------------------------------------------------------------------------
-	/** @returns 
+	/** @returns
             an enumeration access that provides access to the redline objects of the document.
-            
+
             <p>The returned objects implent at least the interface
             <type scope="com::sun::star::beans">XPropertySet</type>.
             Specific objects may support other interfaces as well.</p>
diff --git a/main/offapi/com/sun/star/document/XScriptInvocationContext.idl b/main/offapi/com/sun/star/document/XScriptInvocationContext.idl
index fc2c4aa..175937e 100644
--- a/main/offapi/com/sun/star/document/XScriptInvocationContext.idl
+++ b/main/offapi/com/sun/star/document/XScriptInvocationContext.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -31,7 +31,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module document { 
+module com { module sun { module star { module document {
 
 //=============================================================================
 
@@ -62,7 +62,7 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/document/XStandaloneDocumentInfo.idl b/main/offapi/com/sun/star/document/XStandaloneDocumentInfo.idl
index f323ad7..a4ba5c3 100644
--- a/main/offapi/com/sun/star/document/XStandaloneDocumentInfo.idl
+++ b/main/offapi/com/sun/star/document/XStandaloneDocumentInfo.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/document/XStorageBasedDocument.idl b/main/offapi/com/sun/star/document/XStorageBasedDocument.idl
index 47010ee..1469485 100644
--- a/main/offapi/com/sun/star/document/XStorageBasedDocument.idl
+++ b/main/offapi/com/sun/star/document/XStorageBasedDocument.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/document/XStorageChangeListener.idl b/main/offapi/com/sun/star/document/XStorageChangeListener.idl
index b3249e7..3bda564 100644
--- a/main/offapi/com/sun/star/document/XStorageChangeListener.idl
+++ b/main/offapi/com/sun/star/document/XStorageChangeListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/document/XTypeDetection.idl b/main/offapi/com/sun/star/document/XTypeDetection.idl
index 4801030..93ba97e 100644
--- a/main/offapi/com/sun/star/document/XTypeDetection.idl
+++ b/main/offapi/com/sun/star/document/XTypeDetection.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/document/XViewDataSupplier.idl b/main/offapi/com/sun/star/document/XViewDataSupplier.idl
index 7cce865..0f71d7b 100644
--- a/main/offapi/com/sun/star/document/XViewDataSupplier.idl
+++ b/main/offapi/com/sun/star/document/XViewDataSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/drawing/AccessibleDrawDocumentView.idl b/main/offapi/com/sun/star/drawing/AccessibleDrawDocumentView.idl
index 51ec92b..275c7c4 100644
--- a/main/offapi/com/sun/star/drawing/AccessibleDrawDocumentView.idl
+++ b/main/offapi/com/sun/star/drawing/AccessibleDrawDocumentView.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -54,10 +54,10 @@
     outside the currently visible area, the user has to issue these requests
     manually or programmatically through the usual channels, e.g. pressing
     keys or selecting menu entries.</li>
-    <li>The hierarchy exposed through the 
+    <li>The hierarchy exposed through the
     <type scope="::com::sun::star::accessibility">XAccessibleContext</type>
     interface does not necessarily correspond directly to the underlying
-    draw page structure.  Internal nodes in this hierarchy are introduced 
+    draw page structure.  Internal nodes in this hierarchy are introduced
     by group shapes, 3D scenes, and OLE objects.</li>
     <li>The view modes editing view, outline view, slides view, notes view,
     handout view, and presentation view are not exposed explicitly.
@@ -69,8 +69,8 @@
 */
 published service AccessibleDrawDocumentView
 {
-    /** Base interface for being accessible.  It gives access to the 
-        <type scope="::com::sun::star::accessibility">XAccessibleContext</type> 
+    /** Base interface for being accessible.  It gives access to the
+        <type scope="::com::sun::star::accessibility">XAccessibleContext</type>
         interface.
     */
     interface ::com::sun::star::accessibility::XAccessible;
@@ -83,22 +83,22 @@
             scope="com::sun::star::accessibility"
                 >AccessibleRole::DOCUMENT</const>.</li>
         <li>Name: Its name is "AccessibleDrawDocumentView",
-        "AccessibleOutlineView", or "slide window".</li> 
-        <li>Description: The description is "Draw Document", "Accessible 
+        "AccessibleOutlineView", or "slide window".</li>
+        <li>Description: The description is "Draw Document", "Accessible
         Draw Document Outline", or "slide window".</li>
         <li>Children: The shapes of the current draw page that are currently
             visible are direct and indirect children of (an object
-            implementing) 
+            implementing)
             this service.  Group shapes, 3D scenes, and OLE objects
             introduce further levels into the hierarchy.  If the visibility
-            of shapes changes--due to 
+            of shapes changes--due to
             scrolling, switching the current draw page, or changing the view
             mode--the appropriate listeners are called and the user gets
             informed of this.</li>
         <li>Parent: The parent will usually be the window that contains the
             draw document view.  It has to be set via implementation dependend
             ways.</li>
-        <li>Relations: Relations are set and modified from the outside.</li> 
+        <li>Relations: Relations are set and modified from the outside.</li>
         <li>States: <const scope="com::sun::star::accessibility"
                 >AccessibleStateType::DEFUNC</const> is set if a document view
                 becomes obsolete like when the window, which displays the view,
diff --git a/main/offapi/com/sun/star/drawing/AccessibleGraphControl.idl b/main/offapi/com/sun/star/drawing/AccessibleGraphControl.idl
index 7cb6fef..0e0286d 100644
--- a/main/offapi/com/sun/star/drawing/AccessibleGraphControl.idl
+++ b/main/offapi/com/sun/star/drawing/AccessibleGraphControl.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -41,15 +41,15 @@
 /** The service describes the accessible graph controls that are used in the
     image map of the Draw and Impress applications and the contour dialog of
     the Writer application.
-    
+
     <p>The children of graph controls are shapes that define contrours.</p>
 
 	 @since OpenOffice 1.1.2
  */
 published service AccessibleGraphControl
 {
-    /** Base interface for being accessible.  It gives access to the 
-        <type scope="::com::sun::star::accessibility">XAccessibleContext</type> 
+    /** Base interface for being accessible.  It gives access to the
+        <type scope="::com::sun::star::accessibility">XAccessibleContext</type>
         interface.
     */
     interface ::com::sun::star::accessibility::XAccessible;
@@ -58,7 +58,7 @@
     */
     interface ::com::sun::star::accessibility::XAccessibleContext;
 
-	/** This interface describes the graphical representation of an image 
+	/** This interface describes the graphical representation of an image
 	  	bullet.
 	 */
 	interface ::com::sun::star::accessibility::XAccessibleComponent;
diff --git a/main/offapi/com/sun/star/drawing/AccessibleGraphicShape.idl b/main/offapi/com/sun/star/drawing/AccessibleGraphicShape.idl
index 5ec660b..a4ce0b3 100644
--- a/main/offapi/com/sun/star/drawing/AccessibleGraphicShape.idl
+++ b/main/offapi/com/sun/star/drawing/AccessibleGraphicShape.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -49,9 +49,9 @@
 published service AccessibleGraphicShape
 {
     /** Give access to information of generic shapes.
-      
+
         <p>See <type>AccessibleShape</type> for documentation and support of
-        the interfaces 
+        the interfaces
         <type scope="::com::sun::star::accessibility">XAccessible</type>,
         <type scope="::com::sun::star::accessibility">XAccessibleContext</type>,
         and
@@ -64,25 +64,25 @@
     /**  Give access to image specific information.
 
         <p>The support of the <type
-        scope="::com::sun::star::accessibility" 
+        scope="::com::sun::star::accessibility"
         >XAccessibleImage</type> interface
         requires the shape to provide a description of the displayed image
         and the image's size in the screen coordinate system (pixel).  At
         the time being this interface does not provide information that is
         not available through the <type>AccessibleShape</type> service:
-        the size returned by the 
-        <member scope="::com::sun::star::accessibility" 
+        the size returned by the
+        <member scope="::com::sun::star::accessibility"
         >XAccessibleImage::getWidth</member> and <member
-        scope="::com::sun::star::accessibility"  
+        scope="::com::sun::star::accessibility"
         >XAccessibleImage::getHeight</member> functions is the same as that
         returned by the <member
-        scope="::com::sun::star::accessibility"  
+        scope="::com::sun::star::accessibility"
         >XAccessibleComponent::getSize</member> function; the description
         returned by <member
-        scope="::com::sun::star::accessibility"  
+        scope="::com::sun::star::accessibility"
         >XAccessibleImage::getAccessibleImageDescription</member> function
         is the same as the one returned by the <member
-        scope="::com::sun::star::accessibility"  
+        scope="::com::sun::star::accessibility"
         >XAccessibleContext::getAccessibleDescription</member> function.
         This makes the additional interface for
         the time being basically an indicator of graphic shapes.  This may
diff --git a/main/offapi/com/sun/star/drawing/AccessibleImageBullet.idl b/main/offapi/com/sun/star/drawing/AccessibleImageBullet.idl
index 7dc202b..50f4aa0 100644
--- a/main/offapi/com/sun/star/drawing/AccessibleImageBullet.idl
+++ b/main/offapi/com/sun/star/drawing/AccessibleImageBullet.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -51,13 +51,13 @@
 	/** This interface gives access to an image bullet within a text
 	  	paragraph fragment that is at least partially visible on the
 	  	screen.
-		
+
 		<ul>
-			<li>The parent returned by 
+			<li>The parent returned by
                 <method scope="::com::sun::star::accessibility"
                 >XAccessibleContext::getAccessibleParent</method>
 				is the accessible object of a text paragraph.
-			<li>There are no children returned by 
+			<li>There are no children returned by
 				<method scope="::com::sun::star::accessibility"
                 >XAccessibleContext::getAccessibleChild</method>.
 			<li>The role is <const scope="::com::sun::star::accessibility"
@@ -65,12 +65,12 @@
 			<li>The name is "image bullet" (or the equivalent term
 				in application's language).
 			<li>The description contains the term "image bullet" (or the equivalent
-				term in application's language) and the number of the paragraph 
-                within this bullet appears.  
+				term in application's language) and the number of the paragraph
+                within this bullet appears.
 			<li>There are no relations.
-			<li>The following states are supported by the 
+			<li>The following states are supported by the
 				<type scope="::com::sun::star::accessibility"
-                >XAccessibleStateSet</type> returned by 
+                >XAccessibleStateSet</type> returned by
 				<method scope="::com::sun::star::accessibility"
                 >XAccessibleContext::getAccessibleStateSet</method>.
 				<ul>
@@ -79,7 +79,7 @@
                         the document window has been closed or the image bullet
                         is not existing any longer).
 					<li><const scope="::com::sun::star::accessibility"
-                        >AccessibleStateType::ENABLED</const> (always 
+                        >AccessibleStateType::ENABLED</const> (always
                         contained)
 					<li><const scope="::com::sun::star::accessibility"
                         >AccessibleStateType::SHOWING</const>
@@ -93,7 +93,7 @@
 	 */
 	interface ::com::sun::star::accessibility::XAccessibleContext;
 
-	/** This interface describes the graphical representation of an image 
+	/** This interface describes the graphical representation of an image
 	  	bullet.
 	 */
 	interface ::com::sun::star::accessibility::XAccessibleComponent;
diff --git a/main/offapi/com/sun/star/drawing/AccessibleOLEShape.idl b/main/offapi/com/sun/star/drawing/AccessibleOLEShape.idl
index 8c9a5ab..904f822 100644
--- a/main/offapi/com/sun/star/drawing/AccessibleOLEShape.idl
+++ b/main/offapi/com/sun/star/drawing/AccessibleOLEShape.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -58,10 +58,10 @@
 published service AccessibleOLEShape
 {
     /** Give access to information of generic shapes.
-      
+
         <p>See <type>AccessibleShape</type> for basic documentation and
         support of the <type
-        scope="::com::sun::star::accessibility" 
+        scope="::com::sun::star::accessibility"
         >XAccessibleContext</type>, and
         <type scope="::com::sun::star::accessibility"
         >XAccessibleComponent</type> interfaces.
diff --git a/main/offapi/com/sun/star/drawing/AccessibleShape.idl b/main/offapi/com/sun/star/drawing/AccessibleShape.idl
index beb82ba..5f9ad20 100644
--- a/main/offapi/com/sun/star/drawing/AccessibleShape.idl
+++ b/main/offapi/com/sun/star/drawing/AccessibleShape.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -68,7 +68,7 @@
 */
 published service AccessibleShape
 {
-    /** Base interface for being accessible.  It gives access to the 
+    /** Base interface for being accessible.  It gives access to the
         <type scope="::com::sun::star::accessibility">XAccessibleContext</type>
         interface.
     */
@@ -79,7 +79,7 @@
         <p>You can access the following information for the shape being made
         accessible:
         <ul>
-        <li>Role: The role of all shapes is <const 
+        <li>Role: The role of all shapes is <const
             scope="com::sun::star::accessibility"
             >AccessibleRole::SHAPE</const>.</li>
         <li>Name: The name of a shape is its localized type name.</li>
@@ -99,7 +99,7 @@
         <li>Relations: Are set and maintained from the outside.  See the
         service description of the object that has accessible shapes as
         children for details.</li>
-        <li>States: The states supported by this service are: 
+        <li>States: The states supported by this service are:
             <ul>
             <li><p><const scope="com::sun::star::accessibility"
                 >AccessibleStateType::DEFUNC</const> is set if an accessible
@@ -111,15 +111,15 @@
                 the AT-Tool does not care for the events indicating
                 this.</p>
                 <p>Usually an object that has the <const
-                scope="com::sun::star::accessibility" 
+                scope="com::sun::star::accessibility"
                 >AccessibleStateType::DEFUNC</const> state set has already
                 been disposed and subsequent calls to this object result in
-                <type scope="::com::sun::star::lang">DisposedException</type> 
+                <type scope="::com::sun::star::lang">DisposedException</type>
                 exceptions.</p>
                 <p>If this state is set then no other of the states below is
                 set.  This  is also true for the states that are otherwise
                 always set (which  makes 'always' more of a sort of
-                'normally').</p></li> 
+                'normally').</p></li>
             <li><const scope="com::sun::star::accessibility"
                 >AccessibleStateType::EDITABLE</const></li> is always set.
                 This state is interpreted to mean that not only text but
@@ -132,11 +132,11 @@
                 >AccessibleStateType::FOCUSED</const> is set according to
                 whether the shape currently has the focus.</li>
             <li><const scope="com::sun::star::accessibility"
-                >AccessibleStateType::MULTI_LINE</const> is set if a shape 
+                >AccessibleStateType::MULTI_LINE</const> is set if a shape
                 supports the <type scope="::com::sun::star::accessibility"
                 >XAccessibleText</type> interface.</li>
             <li><const scope="com::sun::star::accessibility"
-                >AccessibleStateType::OPAQUE</const> is set for certain shapes 
+                >AccessibleStateType::OPAQUE</const> is set for certain shapes
                 with certain attributes like for a filled rectangle.</li>
             <li><const scope="com::sun::star::accessibility"
                 >AccessibleStateType::RESIZABLE</const> is always set.</li>
@@ -151,7 +151,7 @@
                 >AccessibleStateType::VISIBLE</const> is always set.</li>
             </ul>
         <li>Locale: The shape returns the locale of its parent.</li>
-        <li>Property change listeners: Property change listeners that are 
+        <li>Property change listeners: Property change listeners that are
             registered with a shape are informed of the usual events.</li>
         </ul>
     */
@@ -160,14 +160,14 @@
     /** Give access to the graphical representation of a shape.
 
         <p>The bounding box returned by the <method
-        scope="::com::sun::star::accessibility" 
+        scope="::com::sun::star::accessibility"
         >XAccessibleComponent::getBounds</method> function returns the
         shape's bounding box clipped at its parent's bounding box</p>
 
         <p>An accessible shape tries as best as it can to return proper
         values for calls to the
         <method scope="::com::sun::star::accessibility"
-        >XAccessibleExtendedComponent::getForeground</method> and 
+        >XAccessibleExtendedComponent::getForeground</method> and
         <method scope="::com::sun::star::accessibility"
         >XAccessibleExtendedComponent::getBackground</method> functions.
         If the shape is painted with a uniform and non-transparent color
@@ -179,9 +179,9 @@
     interface ::com::sun::star::accessibility::XAccessibleComponent;
 
     /** Give extended access to the graphical representation of a shape.
-        
+
         <p>The functions <method
-        scope="::com::sun::star::accessibility" 
+        scope="::com::sun::star::accessibility"
         >XAccessibleExtendedComponent::getFont</method>,
         <method scope="::com::sun::star::accessibility"
         >XAccessibleExtendedComponent::getTitledBorderText</method>, and
diff --git a/main/offapi/com/sun/star/drawing/AccessibleSlideView.idl b/main/offapi/com/sun/star/drawing/AccessibleSlideView.idl
index 52906d8..f20e576 100644
--- a/main/offapi/com/sun/star/drawing/AccessibleSlideView.idl
+++ b/main/offapi/com/sun/star/drawing/AccessibleSlideView.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/drawing/AccessibleSlideViewObject.idl b/main/offapi/com/sun/star/drawing/AccessibleSlideViewObject.idl
index 89b48fc..66db4fa 100644
--- a/main/offapi/com/sun/star/drawing/AccessibleSlideViewObject.idl
+++ b/main/offapi/com/sun/star/drawing/AccessibleSlideViewObject.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/drawing/Alignment.idl b/main/offapi/com/sun/star/drawing/Alignment.idl
index 7feb862..3c06b18 100644
--- a/main/offapi/com/sun/star/drawing/Alignment.idl
+++ b/main/offapi/com/sun/star/drawing/Alignment.idl
@@ -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,93 +7,93 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_Alignment_idl__ 
-#define __com_sun_star_drawing_Alignment_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_Alignment_idl__
+#define __com_sun_star_drawing_Alignment_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: enum com::sun::star::drawing::Alignment
 /** The <type>Alignment</type> enumeration is a general way to specify the
 	alignment of an object or sub-object relative to another object.
  */
 published enum Alignment
-{ 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR Alignment::	TOP_LEFT, 
-	
+{
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR Alignment::	TOP_LEFT,
+
 	// DocMerge: empty anyway
-	TOP_LEFT, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR Alignment::	TOP, 
-	
+	TOP_LEFT,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR Alignment::	TOP,
+
 	// DocMerge: empty anyway
-	TOP, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR Alignment::	TOP_RIGHT, 
-	
+	TOP,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR Alignment::	TOP_RIGHT,
+
 	// DocMerge: empty anyway
-	TOP_RIGHT, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR Alignment::	LEFT, 
-	
+	TOP_RIGHT,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR Alignment::	LEFT,
+
 	// DocMerge: empty anyway
-	LEFT, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR Alignment::	CENTER, 
-	
+	LEFT,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR Alignment::	CENTER,
+
 	// DocMerge: empty anyway
-	CENTER, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR Alignment::	RIGHT, 
-	
+	CENTER,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR Alignment::	RIGHT,
+
 	// DocMerge: empty anyway
-	RIGHT, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR Alignment::	BOTTOM_LEFT, 
-	
+	RIGHT,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR Alignment::	BOTTOM_LEFT,
+
 	// DocMerge: empty anyway
-	BOTTOM_LEFT, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR Alignment::	BOTTOM, 
-	
+	BOTTOM_LEFT,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR Alignment::	BOTTOM,
+
 	// DocMerge: empty anyway
-	BOTTOM, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR Alignment::	BOTTOM_RIGHT 
-	
+	BOTTOM,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR Alignment::	BOTTOM_RIGHT
+
 	// DocMerge: empty anyway
-	BOTTOM_RIGHT 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	BOTTOM_RIGHT
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/AppletShape.idl b/main/offapi/com/sun/star/drawing/AppletShape.idl
index 9d34ae9..4310bbc 100644
--- a/main/offapi/com/sun/star/drawing/AppletShape.idl
+++ b/main/offapi/com/sun/star/drawing/AppletShape.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -33,7 +33,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module drawing { 
+module com { module sun { module star { module drawing {
 
 //=============================================================================
 /** This <type>Shape</type> encapsulates an applet.
@@ -43,28 +43,28 @@
 */
 published service AppletShape
 {
-	/** basic service for position, size and z-order. 
-		
+	/** basic service for position, size and z-order.
+
 		<p>A <type>AppletShape</type> cannot be rotated.
 	 */
 	service com::sun::star::drawing::Shape;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** This property specifies the base URI for the applet.
-		
+
 		<p>If this property is empty, then it defaults the same base URI as for
 		the current document.
 	*/
 	[property] string AppletCodeBase;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** this is an optional name for the applet.
 	*/
 	[property] string AppletName;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** This property specifies one of the following:
 		<br>The name of the class file that contains the compiled applet subclass.
@@ -72,14 +72,14 @@
 	*/
 	[property] string AppletCode;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** This sequence contains paramaters that are passed to the applet
 		when it is initialized.
 	*/
 	[property] sequence< com::sun::star::beans::PropertyValue > AppletCommands;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** This property specifies whether or not the applet can be scripted.
 	*/
@@ -88,6 +88,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/drawing/Arrangement.idl b/main/offapi/com/sun/star/drawing/Arrangement.idl
index c88a09d..a62419a 100644
--- a/main/offapi/com/sun/star/drawing/Arrangement.idl
+++ b/main/offapi/com/sun/star/drawing/Arrangement.idl
@@ -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,29 +7,29 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_Arrangement_idl__ 
-#define __com_sun_star_drawing_Arrangement_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_Arrangement_idl__
+#define __com_sun_star_drawing_Arrangement_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: enum com::sun::star::drawing::Arrangement
 /** With this enumeration you can arrange the relative position of an object
 	within the other objects.
@@ -37,39 +37,39 @@
 	@deprecated
  */
 published enum Arrangement
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::Arrangement::FRONT
 	/** Move this object in front of all other objects.
 	 */
-	FRONT, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	FRONT,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::Arrangement::MORE_FRONT
 	/** Move this object one object more to the front.
 	 */
-	MORE_FRONT, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	MORE_FRONT,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::Arrangement::MORE_BACK
 	/** Move this object one object more to the back.
 	 */
-	MORE_BACK, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	MORE_BACK,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::Arrangement::BACK
 	/** Move this object behind all other objects.
 	 */
-	BACK 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	BACK
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/Background.idl b/main/offapi/com/sun/star/drawing/Background.idl
index c92921f..313e8a8 100644
--- a/main/offapi/com/sun/star/drawing/Background.idl
+++ b/main/offapi/com/sun/star/drawing/Background.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -29,7 +29,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module drawing { 
+module com { module sun { module star { module drawing {
 
 //=============================================================================
 
@@ -44,6 +44,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/drawing/BezierPoint.idl b/main/offapi/com/sun/star/drawing/BezierPoint.idl
index 128268f..a2c81f7 100644
--- a/main/offapi/com/sun/star/drawing/BezierPoint.idl
+++ b/main/offapi/com/sun/star/drawing/BezierPoint.idl
@@ -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,36 +7,36 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_BezierPoint_idl__ 
-#define __com_sun_star_drawing_BezierPoint_idl__ 
- 
-#ifndef __com_sun_star_awt_Point_idl__ 
-#include <com/sun/star/awt/Point.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_BezierPoint_idl__
+#define __com_sun_star_drawing_BezierPoint_idl__
+
+#ifndef __com_sun_star_awt_Point_idl__
+#include <com/sun/star/awt/Point.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: struct com::sun::star::drawing::BezierPoint
 /** This is a point on a bezier curve.
-	
+
 	<p>The two control points specify how the bezier curve
 	goes through the given position.</p>
 
@@ -47,26 +47,26 @@
 	// DocMerge from xml: field com::sun::star::drawing::BezierPoint::Position
 	/** This is the position of this point.
 	 */
-	com::sun::star::awt::Point Position; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::awt::Point Position;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: field com::sun::star::drawing::BezierPoint::ControlPoint1
 	/** This is the position of the first control point.
 	 */
-	com::sun::star::awt::Point ControlPoint1; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::awt::Point ControlPoint1;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: field com::sun::star::drawing::BezierPoint::ControlPoint2
 	/** This is the position of the second control point.
 	 */
-	com::sun::star::awt::Point ControlPoint2; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::awt::Point ControlPoint2;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/BitmapMode.idl b/main/offapi/com/sun/star/drawing/BitmapMode.idl
index 832a36c..c181e71 100644
--- a/main/offapi/com/sun/star/drawing/BitmapMode.idl
+++ b/main/offapi/com/sun/star/drawing/BitmapMode.idl
@@ -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,55 +7,55 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_BitmapMode_idl__ 
-#define __com_sun_star_drawing_BitmapMode_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_BitmapMode_idl__
+#define __com_sun_star_drawing_BitmapMode_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** The <type>BitmapMode</type> selects an algorithm for filling an area with
 	a bitmap.
  */
 published enum BitmapMode
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** the bitmap is repeated over the fill area.
 	 */
-	REPEAT, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	REPEAT,
+
+	//-------------------------------------------------------------------------
+
 	/** the bitmap is stretched to fill the area.
 	 */
-	STRETCH, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	STRETCH,
+
+	//-------------------------------------------------------------------------
+
 	/** the bitmap is painted in its original or selected size.
 	 */
-	NO_REPEAT 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	NO_REPEAT
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/BitmapTable.idl b/main/offapi/com/sun/star/drawing/BitmapTable.idl
index 329162c..2615ffb 100644
--- a/main/offapi/com/sun/star/drawing/BitmapTable.idl
+++ b/main/offapi/com/sun/star/drawing/BitmapTable.idl
@@ -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,36 +7,36 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_BitmapTable_idl__ 
-#define __com_sun_star_drawing_BitmapTable_idl__ 
- 
-#ifndef __com_sun_star_container_XNameContainer_idl__ 
-#include <com/sun/star/container/XNameContainer.idl> 
+#ifndef __com_sun_star_drawing_BitmapTable_idl__
+#define __com_sun_star_drawing_BitmapTable_idl__
+
+#ifndef __com_sun_star_container_XNameContainer_idl__
+#include <com/sun/star/container/XNameContainer.idl>
 #endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
 
 /** this is a container for URLs to bitmaps.
 
 	<p>It is used for example to access the bitmaps that
-	are used inside a document for filling. 
+	are used inside a document for filling.
 
 	@see DrawingDocumentFactory
 	@see FillStyle::FillBitmapURL
@@ -52,8 +52,8 @@
 	interface com::sun::star::container::XNameContainer;
 };
 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/BoundVolume.idl b/main/offapi/com/sun/star/drawing/BoundVolume.idl
index df64faf..09f45e4 100644
--- a/main/offapi/com/sun/star/drawing/BoundVolume.idl
+++ b/main/offapi/com/sun/star/drawing/BoundVolume.idl
@@ -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,49 +7,49 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_BoundVolume_idl__ 
-#define __com_sun_star_drawing_BoundVolume_idl__ 
- 
-#ifndef __com_sun_star_drawing_Position3D_idl__ 
+#ifndef __com_sun_star_drawing_BoundVolume_idl__
+#define __com_sun_star_drawing_BoundVolume_idl__
+
+#ifndef __com_sun_star_drawing_Position3D_idl__
 #include <com/sun/star/drawing/Position3D.idl>
 #endif
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** specifies a three-dimensional boundary volume with two positions.
  */
 published struct BoundVolume
 {
 	/** this is the minimum position inside the boundary volume.
 	 */
-	Position3D min; 
- 
-	//------------------------------------------------------------------------- 
+	Position3D min;
+
+	//-------------------------------------------------------------------------
 
 	/** this is the maximum position inside the boundary volume.
 	 */
-	Position3D max; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	Position3D max;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/CameraGeometry.idl b/main/offapi/com/sun/star/drawing/CameraGeometry.idl
index e1f6f9e..052e576 100644
--- a/main/offapi/com/sun/star/drawing/CameraGeometry.idl
+++ b/main/offapi/com/sun/star/drawing/CameraGeometry.idl
@@ -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,37 +7,37 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
-#ifndef __com_sun_star_drawing_CameraGeometry_idl__ 
-#define __com_sun_star_drawing_CameraGeometry_idl__ 
+#ifndef __com_sun_star_drawing_CameraGeometry_idl__
+#define __com_sun_star_drawing_CameraGeometry_idl__
 
-#ifndef __com_sun_star_drawing_Direction3D_idl__ 
+#ifndef __com_sun_star_drawing_Direction3D_idl__
 #include <com/sun/star/drawing/Direction3D.idl>
-#endif 
+#endif
 
 #ifndef __com_sun_star_drawing_Position3D_idl__
 #include <com/sun/star/drawing/Position3D.idl>
 #endif
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** specifies a three-dimensional camera.
  */
 published struct CameraGeometry
@@ -50,10 +50,10 @@
 
 	/** is the camera up direction */
 	Direction3D	vup;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/CanvasFeature.idl b/main/offapi/com/sun/star/drawing/CanvasFeature.idl
index 831655f..79c3f6d 100644
--- a/main/offapi/com/sun/star/drawing/CanvasFeature.idl
+++ b/main/offapi/com/sun/star/drawing/CanvasFeature.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/drawing/CaptionEscapeDirection.idl b/main/offapi/com/sun/star/drawing/CaptionEscapeDirection.idl
index edc1bf3..ef5e549 100644
--- a/main/offapi/com/sun/star/drawing/CaptionEscapeDirection.idl
+++ b/main/offapi/com/sun/star/drawing/CaptionEscapeDirection.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/drawing/CaptionShape.idl b/main/offapi/com/sun/star/drawing/CaptionShape.idl
index fcef496..a33b23f 100644
--- a/main/offapi/com/sun/star/drawing/CaptionShape.idl
+++ b/main/offapi/com/sun/star/drawing/CaptionShape.idl
@@ -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,80 +7,80 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_CaptionShape_idl__ 
-#define __com_sun_star_drawing_CaptionShape_idl__ 
- 
-#ifndef __com_sun_star_drawing_Shape_idl__ 
-#include <com/sun/star/drawing/Shape.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_Text_idl__ 
-#include <com/sun/star/drawing/Text.idl> 
-#endif 
+#ifndef __com_sun_star_drawing_CaptionShape_idl__
+#define __com_sun_star_drawing_CaptionShape_idl__
 
-#ifndef __com_sun_star_drawing_FillProperties_idl__ 
-#include <com/sun/star/drawing/FillProperties.idl> 
-#endif 
+#ifndef __com_sun_star_drawing_Shape_idl__
+#include <com/sun/star/drawing/Shape.idl>
+#endif
 
-#ifndef __com_sun_star_drawing_LineProperties_idl__ 
-#include <com/sun/star/drawing/LineProperties.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_ShadowProperties_idl__ 
-#include <com/sun/star/drawing/ShadowProperties.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_RotationDescriptor_idl__ 
-#include <com/sun/star/drawing/RotationDescriptor.idl> 
-#endif 
+#ifndef __com_sun_star_drawing_Text_idl__
+#include <com/sun/star/drawing/Text.idl>
+#endif
 
-#ifndef __com_sun_star_awt_Point_idl__ 
-#include <com/sun/star/awt/Point.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_FillProperties_idl__
+#include <com/sun/star/drawing/FillProperties.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_LineProperties_idl__
+#include <com/sun/star/drawing/LineProperties.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_ShadowProperties_idl__
+#include <com/sun/star/drawing/ShadowProperties.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_RotationDescriptor_idl__
+#include <com/sun/star/drawing/RotationDescriptor.idl>
+#endif
+
+#ifndef __com_sun_star_awt_Point_idl__
+#include <com/sun/star/awt/Point.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** The <type>CaptionShape</type> represents a rectangular drawing shape
 	with an additional set of lines. It can be used as a description for
 	a fixed point inside a drawing.
  */
 published service CaptionShape
-{ 
+{
 	/** the position and size is only used for the
 		caption area
 	*/
-	service com::sun::star::drawing::Shape; 
+	service com::sun::star::drawing::Shape;
 
 	service com::sun::star::drawing::FillProperties;
 
 	service com::sun::star::drawing::LineProperties;
 
-	service com::sun::star::drawing::ShadowProperties; 
-	
-	service com::sun::star::drawing::Text; 
-	
-	service com::sun::star::drawing::RotationDescriptor;  
+	service com::sun::star::drawing::ShadowProperties;
+
+	service com::sun::star::drawing::Text;
+
+	service com::sun::star::drawing::RotationDescriptor;
 
 	/** This is the radius of the caption area corners.
 	 */
-	[property] long CornerRadius; 
+	[property] long CornerRadius;
 
 	/** The caption point property specify the position of
 		the point that is captioned. A set of lines are
@@ -144,10 +144,10 @@
 		the best possible length for the caption line.
 	*/
 	[property] boolean CaptionIsFitLineLength;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/CaptionType.idl b/main/offapi/com/sun/star/drawing/CaptionType.idl
index 90a740c..a448d38 100644
--- a/main/offapi/com/sun/star/drawing/CaptionType.idl
+++ b/main/offapi/com/sun/star/drawing/CaptionType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -42,7 +42,7 @@
 	const short straight = 0;
 
 	//-------------------------------------------------------------------------
-	/** the caption line is the shortest line from the caption area edge to 
+	/** the caption line is the shortest line from the caption area edge to
 		the caption point.
 	*/
 	const short angled = 1;
diff --git a/main/offapi/com/sun/star/drawing/CircleKind.idl b/main/offapi/com/sun/star/drawing/CircleKind.idl
index a569cf3..d9822bd 100644
--- a/main/offapi/com/sun/star/drawing/CircleKind.idl
+++ b/main/offapi/com/sun/star/drawing/CircleKind.idl
@@ -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,66 +7,66 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_CircleKind_idl__ 
-#define __com_sun_star_drawing_CircleKind_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_CircleKind_idl__
+#define __com_sun_star_drawing_CircleKind_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: enum com::sun::star::drawing::CircleKind
 /** This enumeration defines a circle.
  */
 published enum CircleKind
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::CircleKind::FULL
 	/** a full circle
 	 */
-	FULL, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	FULL,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::CircleKind::SECTION
 	/** a circle with a cut connected by a line
 	 */
-	SECTION, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	SECTION,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::CircleKind::CUT
 	/** a circle with a cut connected by two lines
 	 */
-	CUT, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	CUT,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::CircleKind::ARC
 	/** a circle with an open cut
 	 */
-	ARC 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	ARC
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/ClosedBezierShape.idl b/main/offapi/com/sun/star/drawing/ClosedBezierShape.idl
index 3de49c6..7e5eed6 100644
--- a/main/offapi/com/sun/star/drawing/ClosedBezierShape.idl
+++ b/main/offapi/com/sun/star/drawing/ClosedBezierShape.idl
@@ -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,78 +7,78 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_ClosedBezierShape_idl__ 
-#define __com_sun_star_drawing_ClosedBezierShape_idl__ 
+#ifndef __com_sun_star_drawing_ClosedBezierShape_idl__
+#define __com_sun_star_drawing_ClosedBezierShape_idl__
 
-#ifndef __com_sun_star_drawing_LineShape_idl__ 
-#include <com/sun/star/drawing/LineShape.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_LineProperties_idl__ 
-#include <com/sun/star/drawing/LineProperties.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_FillProperties_idl__ 
-#include <com/sun/star/drawing/FillProperties.idl> 
-#endif 
-  
-#ifndef __com_sun_star_drawing_PolyPolygonBezierDescriptor_idl__ 
-#include <com/sun/star/drawing/PolyPolygonBezierDescriptor.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_Text_idl__ 
-#include <com/sun/star/drawing/Text.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_ShadowProperties_idl__ 
-#include <com/sun/star/drawing/ShadowProperties.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_RotationDescriptor_idl__ 
-#include <com/sun/star/drawing/RotationDescriptor.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_LineShape_idl__
+#include <com/sun/star/drawing/LineShape.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_LineProperties_idl__
+#include <com/sun/star/drawing/LineProperties.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_FillProperties_idl__
+#include <com/sun/star/drawing/FillProperties.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_PolyPolygonBezierDescriptor_idl__
+#include <com/sun/star/drawing/PolyPolygonBezierDescriptor.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_Text_idl__
+#include <com/sun/star/drawing/Text.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_ShadowProperties_idl__
+#include <com/sun/star/drawing/ShadowProperties.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_RotationDescriptor_idl__
+#include <com/sun/star/drawing/RotationDescriptor.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** This service is for a closed bezier shape.
  */
 published service ClosedBezierShape
-{ 
+{
 	service com::sun::star::drawing::Shape;
 
 	service com::sun::star::drawing::LineProperties;
-	
+
 	service com::sun::star::drawing::FillProperties;
 
 	service com::sun::star::drawing::PolyPolygonBezierDescriptor;
-	
+
 	service com::sun::star::drawing::Text;
-	
+
 	service com::sun::star::drawing::ShadowProperties;
-	
+
 	service com::sun::star::drawing::RotationDescriptor;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/ColorMode.idl b/main/offapi/com/sun/star/drawing/ColorMode.idl
index 3f19af5..278245c 100644
--- a/main/offapi/com/sun/star/drawing/ColorMode.idl
+++ b/main/offapi/com/sun/star/drawing/ColorMode.idl
@@ -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,68 +7,68 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_ColorMode_idl__ 
-#define __com_sun_star_drawing_ColorMode_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_ColorMode_idl__
+#define __com_sun_star_drawing_ColorMode_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: enum com::sun::star::drawing::ColorMode
 /** The <type>ColorMode</type> defines the output style of colors
 	for a graphic.
  */
 published enum ColorMode
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::ColorMode::STANDARD
 	/** the graphic is rendered in the default color style of the output
 		device,
 	 */
-	STANDARD, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	STANDARD,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::ColorMode::GREYS
 	/** the graphic is rendered in greyscales on the output device,
 	 */
-	GREYS, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	GREYS,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::ColorMode::MONO
 	/** the graphic is rendered in black and white only,
 	 */
-	MONO, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	MONO,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::ColorMode::WATERMARK
 	/** the graphic is rendered in a watermark like style,
 	 */
-	WATERMARK 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	WATERMARK
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/ConnectionType.idl b/main/offapi/com/sun/star/drawing/ConnectionType.idl
index ec2dda3..cb78698 100644
--- a/main/offapi/com/sun/star/drawing/ConnectionType.idl
+++ b/main/offapi/com/sun/star/drawing/ConnectionType.idl
@@ -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,81 +7,81 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_ConnectionType_idl__ 
-#define __com_sun_star_drawing_ConnectionType_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_ConnectionType_idl__
+#define __com_sun_star_drawing_ConnectionType_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: enum com::sun::star::drawing::ConnectionType
 /** the direction where the
 	connection line leaves the connection point.
  */
 published enum ConnectionType
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::ConnectionType::AUTO
 	/** the connection point is chosen automatically,
 	 */
-	AUTO, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	AUTO,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::ConnectionType::LEFT
 	/** the connection line leaves the connected object to the left,
 	 */
-	LEFT, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	LEFT,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::ConnectionType::TOP
 	/** the connection line leaves the connected object from the top,
 	 */
-	TOP, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	TOP,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::ConnectionType::RIGHT
 	/** the connection line leaves the connected object to the right,
 	 */
-	RIGHT, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	RIGHT,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::ConnectionType::BOTTOM
 	/** the connection line leaves the connected object from the bottom,
 	 */
-	BOTTOM, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	BOTTOM,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::ConnectionType::SPECIAL
 	/** not implemented, yet.
 	 */
-	SPECIAL 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	SPECIAL
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/ConnectorProperties.idl b/main/offapi/com/sun/star/drawing/ConnectorProperties.idl
index 208de99..8148f5c 100644
--- a/main/offapi/com/sun/star/drawing/ConnectorProperties.idl
+++ b/main/offapi/com/sun/star/drawing/ConnectorProperties.idl
@@ -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,71 +7,71 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_ConnectorProperties_idl__ 
-#define __com_sun_star_drawing_ConnectorProperties_idl__ 
- 
-#ifndef __com_sun_star_drawing_ConnectorType_idl__ 
-#include <com/sun/star/drawing/ConnectorType.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_ConnectorProperties_idl__
+#define __com_sun_star_drawing_ConnectorProperties_idl__
+
+#ifndef __com_sun_star_drawing_ConnectorType_idl__
+#include <com/sun/star/drawing/ConnectorType.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** This is a set of properties to describe the style for rendering connector.
  */
 published service ConnectorProperties
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** This property contains the kind of the connector.
 	 */
-	[property] com::sun::star::drawing::ConnectorType EdgeKind; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] com::sun::star::drawing::ConnectorType EdgeKind;
+
+	//-------------------------------------------------------------------------
+
 	/** This property contains the horizontal distance of node 1.
 	 */
-	[property] long EdgeNode1HorzDist; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] long EdgeNode1HorzDist;
+
+	//-------------------------------------------------------------------------
+
 	/** This property contains the vertical distance of node 1.
 	 */
-	[property] long EdgeNode1VertDist; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] long EdgeNode1VertDist;
+
+	//-------------------------------------------------------------------------
+
 	/** This property contains the horizontal distance of node 2.
 	 */
-	[property] long EdgeNode2HorzDist; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] long EdgeNode2HorzDist;
+
+	//-------------------------------------------------------------------------
+
 	/** This property contains the vertical distance of node 2.
 	 */
-	[property] long EdgeNode2VertDist; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[property] long EdgeNode2VertDist;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/ConnectorShape.idl b/main/offapi/com/sun/star/drawing/ConnectorShape.idl
index fa25116..27d8e41 100644
--- a/main/offapi/com/sun/star/drawing/ConnectorShape.idl
+++ b/main/offapi/com/sun/star/drawing/ConnectorShape.idl
@@ -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,75 +7,75 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_ConnectorShape_idl__ 
-#define __com_sun_star_drawing_ConnectorShape_idl__ 
- 
-#ifndef __com_sun_star_drawing_XConnectorShape_idl__ 
-#include <com/sun/star/drawing/XConnectorShape.idl> 
-#endif 
+#ifndef __com_sun_star_drawing_ConnectorShape_idl__
+#define __com_sun_star_drawing_ConnectorShape_idl__
 
-#ifndef __com_sun_star_drawing_ConnectorProperties_idl__ 
-#include <com/sun/star/drawing/ConnectorProperties.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_Shape_idl__ 
-#include <com/sun/star/drawing/Shape.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_LineProperties_idl__ 
-#include <com/sun/star/drawing/LineProperties.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_Text_idl__ 
-#include <com/sun/star/drawing/Text.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_ShadowProperties_idl__ 
-#include <com/sun/star/drawing/ShadowProperties.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_RotationDescriptor_idl__ 
-#include <com/sun/star/drawing/RotationDescriptor.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_XConnectorShape_idl__
+#include <com/sun/star/drawing/XConnectorShape.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_ConnectorProperties_idl__
+#include <com/sun/star/drawing/ConnectorProperties.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_Shape_idl__
+#include <com/sun/star/drawing/Shape.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_LineProperties_idl__
+#include <com/sun/star/drawing/LineProperties.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_Text_idl__
+#include <com/sun/star/drawing/Text.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_ShadowProperties_idl__
+#include <com/sun/star/drawing/ShadowProperties.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_RotationDescriptor_idl__
+#include <com/sun/star/drawing/RotationDescriptor.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** This service is for a <type>ConnectorShape</type>, a specialized <type>Shape</type>,
 	which can be connected to other <type>Shape</type>s or <type>GluePoint</type>s.
  */
 published service ConnectorShape
-{ 
-	service com::sun::star::drawing::Shape; 
+{
+	service com::sun::star::drawing::Shape;
 
-	service com::sun::star::drawing::LineProperties; 
+	service com::sun::star::drawing::LineProperties;
 
-	service com::sun::star::drawing::ConnectorProperties; 
-	
-	service com::sun::star::drawing::ShadowProperties; 
+	service com::sun::star::drawing::ConnectorProperties;
 
-	service com::sun::star::drawing::Text; 
-	
-	service com::sun::star::drawing::RotationDescriptor; 
+	service com::sun::star::drawing::ShadowProperties;
 
-	//------------------------------------------------------------------------- 
+	service com::sun::star::drawing::Text;
+
+	service com::sun::star::drawing::RotationDescriptor;
+
+	//-------------------------------------------------------------------------
 
 	/** this property either holds the shape that the start point of this
 		connector is connected to, or is empty when the start point of the
@@ -83,65 +83,65 @@
 	*/
 	[property] com::sun::star::drawing::XShape StartShape;
 
-	//------------------------------------------------------------------------- 
-	
+	//-------------------------------------------------------------------------
+
 	/** this property holds the index of the glue point the start point of
 		this connector is glued on.
 	*/
 	[property] long StartGluePointIndex;
 
-	//------------------------------------------------------------------------- 
-	
+	//-------------------------------------------------------------------------
+
 	/** this is the position of the connectors start point in 100th/mm. For
 		unconnected start points you can get and set the position. For
 		connected start points you can only get the position.
 	*/
 	[property] com::sun::star::awt::Point StartPosition;
 
-	//------------------------------------------------------------------------- 
-	
+	//-------------------------------------------------------------------------
+
 	/** this property either holds the shape that the end point of this
 		connector is connected to, or is empty when the end point of the
 		connector is not connected to a shape.
 	*/
 	[property] com::sun::star::drawing::XShape EndShape;
 
-	//------------------------------------------------------------------------- 
-	
+	//-------------------------------------------------------------------------
+
 	/** this property holds the index of the glue point the end point of
 		this connector is glued on.
 	*/
 	[property] com::sun::star::awt::Point EndPosition;
 
-	//------------------------------------------------------------------------- 
-	
+	//-------------------------------------------------------------------------
+
 	/** this is the position of the connectors end point in 100th/mm. For
 		unconnected end points you can get and set the position. For
 		connected end points you can only get the position.
 	*/
 	[property] long EndGluePointIndex;
 
-	//------------------------------------------------------------------------- 
-	 
+	//-------------------------------------------------------------------------
+
 	/** This property contains the distance of line 1.
 	 */
-	[property] long EdgeLine1Delta; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] long EdgeLine1Delta;
+
+	//-------------------------------------------------------------------------
+
 	/** This property contains the distance of line 2.
 	 */
-	[property] long EdgeLine2Delta; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] long EdgeLine2Delta;
+
+	//-------------------------------------------------------------------------
+
 	/** This property contains the distance of line 3.
 	 */
-	[property] long EdgeLine3Delta; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[property] long EdgeLine3Delta;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/ConnectorType.idl b/main/offapi/com/sun/star/drawing/ConnectorType.idl
index 9d78b2b..964384e 100644
--- a/main/offapi/com/sun/star/drawing/ConnectorType.idl
+++ b/main/offapi/com/sun/star/drawing/ConnectorType.idl
@@ -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,67 +7,67 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_ConnectorType_idl__ 
-#define __com_sun_star_drawing_ConnectorType_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_ConnectorType_idl__
+#define __com_sun_star_drawing_ConnectorType_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: enum com::sun::star::drawing::ConnectorType
 /** The <type>ConnectorType</type> specifies the appearance of a connector.
  */
 published enum ConnectorType
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::ConnectorType::STANDARD
 	/** the connector is drawn with three lines, with the middle line
 		perpendicular to the other two
 	 */
-	STANDARD, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	STANDARD,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::ConnectorType::CURVE
 	/** the ConnectorShape is drawn as a curve
 	 */
-	CURVE, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	CURVE,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::ConnectorType::LINE
 	/** the ConnectorShape is drawn as a straight line
 	 */
-	LINE, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	LINE,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::ConnectorType::LINES
 	/** the connector is drawn with three lines
 	 */
-	LINES 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	LINES
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/ControlShape.idl b/main/offapi/com/sun/star/drawing/ControlShape.idl
index 7bd92dc..99e4dc3 100644
--- a/main/offapi/com/sun/star/drawing/ControlShape.idl
+++ b/main/offapi/com/sun/star/drawing/ControlShape.idl
@@ -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,50 +7,50 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_ControlShape_idl__ 
-#define __com_sun_star_drawing_ControlShape_idl__ 
- 
-#ifndef __com_sun_star_drawing_Shape_idl__ 
-#include <com/sun/star/drawing/Shape.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_XControlShape_idl__ 
-#include <com/sun/star/drawing/XControlShape.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_ControlShape_idl__
+#define __com_sun_star_drawing_ControlShape_idl__
+
+#ifndef __com_sun_star_drawing_Shape_idl__
+#include <com/sun/star/drawing/Shape.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_XControlShape_idl__
+#include <com/sun/star/drawing/XControlShape.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** This service is for a <type>Shape</type> which contains a control.
 	<p>
-	@see Shape 
+	@see Shape
 	@see XControlShape
  */
 published service ControlShape
-{ 
-	service com::sun::star::drawing::Shape; 
-	interface com::sun::star::drawing::XControlShape; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+	service com::sun::star::drawing::Shape;
+	interface com::sun::star::drawing::XControlShape;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/CoordinateSequence.idl b/main/offapi/com/sun/star/drawing/CoordinateSequence.idl
index a6608ff..f41f851 100644
--- a/main/offapi/com/sun/star/drawing/CoordinateSequence.idl
+++ b/main/offapi/com/sun/star/drawing/CoordinateSequence.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -26,7 +26,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module drawing { 
+module com { module sun { module star { module drawing {
 
 //=============================================================================
 /**
@@ -35,6 +35,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/drawing/CoordinateSequenceSequence.idl b/main/offapi/com/sun/star/drawing/CoordinateSequenceSequence.idl
index 98dcb2d..4cde522 100644
--- a/main/offapi/com/sun/star/drawing/CoordinateSequenceSequence.idl
+++ b/main/offapi/com/sun/star/drawing/CoordinateSequenceSequence.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -29,7 +29,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module drawing { 
+module com { module sun { module star { module drawing {
 
 //=============================================================================
 /**
@@ -38,6 +38,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/drawing/CustomShape.idl b/main/offapi/com/sun/star/drawing/CustomShape.idl
index 5490e8e..0e9b999 100644
--- a/main/offapi/com/sun/star/drawing/CustomShape.idl
+++ b/main/offapi/com/sun/star/drawing/CustomShape.idl
@@ -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,71 +7,71 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_CustomShape_idl__ 
-#define __com_sun_star_drawing_CustomShape_idl__ 
- 
-#ifndef __com_sun_star_drawing_Shape_idl__ 
-#include <com/sun/star/drawing/Shape.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_FillProperties_idl__ 
-#include <com/sun/star/drawing/FillProperties.idl> 
-#endif 
+#ifndef __com_sun_star_drawing_CustomShape_idl__
+#define __com_sun_star_drawing_CustomShape_idl__
 
-#ifndef __com_sun_star_drawing_LineProperties_idl__ 
-#include <com/sun/star/drawing/LineProperties.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_ShadowProperties_idl__ 
-#include <com/sun/star/drawing/ShadowProperties.idl> 
-#endif 
+#ifndef __com_sun_star_drawing_Shape_idl__
+#include <com/sun/star/drawing/Shape.idl>
+#endif
 
-#ifndef __com_sun_star_drawing_Text_idl__ 
-#include <com/sun/star/drawing/Text.idl> 
-#endif 
+#ifndef __com_sun_star_drawing_FillProperties_idl__
+#include <com/sun/star/drawing/FillProperties.idl>
+#endif
 
-#ifndef __com_sun_star_drawing_RotationDescriptor_idl__ 
-#include <com/sun/star/drawing/RotationDescriptor.idl> 
-#endif 
- 
+#ifndef __com_sun_star_drawing_LineProperties_idl__
+#include <com/sun/star/drawing/LineProperties.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_ShadowProperties_idl__
+#include <com/sun/star/drawing/ShadowProperties.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_Text_idl__
+#include <com/sun/star/drawing/Text.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_RotationDescriptor_idl__
+#include <com/sun/star/drawing/RotationDescriptor.idl>
+#endif
+
 #ifndef __com_sun_star_beans_PropertyValue_idl__
 #include <com/sun/star/beans/PropertyValue.idl>
 #endif
 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+//=============================================================================
+
+module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** This service is for a CustomShape
  */
 service CustomShape
-{ 
-	service com::sun::star::drawing::Shape; 
+{
+	service com::sun::star::drawing::Shape;
 
-	service com::sun::star::drawing::FillProperties; 
+	service com::sun::star::drawing::FillProperties;
 
-	service com::sun::star::drawing::LineProperties; 
+	service com::sun::star::drawing::LineProperties;
 
-	service com::sun::star::drawing::ShadowProperties; 
+	service com::sun::star::drawing::ShadowProperties;
 
-	service com::sun::star::drawing::Text; 
-	
-	service com::sun::star::drawing::RotationDescriptor; 
+	service com::sun::star::drawing::Text;
+
+	service com::sun::star::drawing::RotationDescriptor;
 
 	//-------------------------------------------------------------------------
 	/** This property contains the CustomShapeEngine service name that has to
@@ -88,7 +88,7 @@
 	//-------------------------------------------------------------------------
 	/** This property describes the geometry of the CustomShape. The CustomShapeEngine
 	    that is used should be able to get on with the content of this property.
-	    
+
 	    If the CustomShapeEngine property is "com.sun.star.drawing.EnhancedCustomShapeEngine",
 	    then this property is containing properties as they are specified in the service
 	    com.sun.star.drawing.EnhancedCustomShapeGeometry
@@ -102,10 +102,10 @@
 	[optional, property] string CustomShapeReplacementURL;
 
 	//-------------------------------------------------------------------------
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/CustomShapeEngine.idl b/main/offapi/com/sun/star/drawing/CustomShapeEngine.idl
index 550b843..2b21639 100644
--- a/main/offapi/com/sun/star/drawing/CustomShapeEngine.idl
+++ b/main/offapi/com/sun/star/drawing/CustomShapeEngine.idl
@@ -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,53 +7,53 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_CustomShapeEngine_idl__ 
-#define __com_sun_star_drawing_CustomShapeEngine_idl__ 
- 
-#ifndef __com_sun_star_lang_XInitialization_idl__ 
-#include <com/sun/star/lang/XInitialization.idl> 
-#endif 
- 
+#ifndef __com_sun_star_drawing_CustomShapeEngine_idl__
+#define __com_sun_star_drawing_CustomShapeEngine_idl__
+
+#ifndef __com_sun_star_lang_XInitialization_idl__
+#include <com/sun/star/lang/XInitialization.idl>
+#endif
+
 #ifndef __com_sun_star_drawing_XCustomShapeEngine_idl__
 #include <com/sun/star/drawing/XCustomShapeEngine.idl>
 #endif
 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+//=============================================================================
+
+module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** This service is for a CustomShape
  */
 service CustomShapeEngine
-{ 
+{
 	/** initializing the CustomShapeEngine
 
 	 */
 	interface ::com::sun::star::lang::XInitialization;
 
-	/** 
+	/**
 
 	 */
 	interface com::sun::star::drawing::XCustomShapeEngine;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/DashStyle.idl b/main/offapi/com/sun/star/drawing/DashStyle.idl
index df9a18c..2d4458c 100644
--- a/main/offapi/com/sun/star/drawing/DashStyle.idl
+++ b/main/offapi/com/sun/star/drawing/DashStyle.idl
@@ -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,68 +7,68 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_DashStyle_idl__ 
-#define __com_sun_star_drawing_DashStyle_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_DashStyle_idl__
+#define __com_sun_star_drawing_DashStyle_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: enum com::sun::star::drawing::DashStyle
 /** This enumeration defines the style of a dash on a line.
  */
 published enum DashStyle
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::DashStyle::RECT
 	/** the dash is a rectangle
 	 */
-	RECT, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	RECT,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::DashStyle::ROUND
 	/** the dash is a point
 	 */
-	ROUND, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	ROUND,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::DashStyle::RECTRELATIVE
 	/** the dash is a rectangle, with the size of the dash given in
 		relation to the length of the line
 	 */
-	RECTRELATIVE, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	RECTRELATIVE,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::DashStyle::ROUNDRELATIVE
 	/** the dash is a point, with the size of the dash given in relation
 		to the length of the line
 	 */
-	ROUNDRELATIVE 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	ROUNDRELATIVE
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/DashTable.idl b/main/offapi/com/sun/star/drawing/DashTable.idl
index 224c8dd..b98fb60 100644
--- a/main/offapi/com/sun/star/drawing/DashTable.idl
+++ b/main/offapi/com/sun/star/drawing/DashTable.idl
@@ -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,36 +7,36 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_DashTable_idl__ 
-#define __com_sun_star_drawing_DashTable_idl__ 
- 
-#ifndef __com_sun_star_container_XNameContainer_idl__ 
-#include <com/sun/star/container/XNameContainer.idl> 
+#ifndef __com_sun_star_drawing_DashTable_idl__
+#define __com_sun_star_drawing_DashTable_idl__
+
+#ifndef __com_sun_star_container_XNameContainer_idl__
+#include <com/sun/star/container/XNameContainer.idl>
 #endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
 
 /** this is a container for <type>LineDash</type>s
 
 	<p>It is used for example to access the <type>LineDash</type>s that
-	are used inside a document. 
+	are used inside a document.
 
 	@see DrawingDocumentFactory
 	@see LineDash
@@ -52,8 +52,8 @@
 	interface com::sun::star::container::XNameContainer;
 };
 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/Defaults.idl b/main/offapi/com/sun/star/drawing/Defaults.idl
index d94cae2..ea28486 100644
--- a/main/offapi/com/sun/star/drawing/Defaults.idl
+++ b/main/offapi/com/sun/star/drawing/Defaults.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -50,7 +50,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module drawing { 
+module com { module sun { module star { module drawing {
 
 //=============================================================================
 
@@ -70,6 +70,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/drawing/Direction3D.idl b/main/offapi/com/sun/star/drawing/Direction3D.idl
index 314ff06..2dc3fb5 100644
--- a/main/offapi/com/sun/star/drawing/Direction3D.idl
+++ b/main/offapi/com/sun/star/drawing/Direction3D.idl
@@ -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,53 +7,53 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_Direction3D_idl__ 
-#define __com_sun_star_drawing_Direction3D_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_Direction3D_idl__
+#define __com_sun_star_drawing_Direction3D_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: struct com::sun::star::drawing::Direction3D
 /** specifies a 3-dimensional vector.
  */
 published struct Direction3D
 {
 	// DocMerge: empty anyway
-	double DirectionX; 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR Direction3D::DirectionY 
-	
+	double DirectionX;
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR Direction3D::DirectionY
+
 	// DocMerge: empty anyway
-	double DirectionY; 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR Direction3D::DirectionZ 
-	
+	double DirectionY;
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR Direction3D::DirectionZ
+
 	// DocMerge: empty anyway
-	double DirectionZ; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	double DirectionZ;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/DocumentSettings.idl b/main/offapi/com/sun/star/drawing/DocumentSettings.idl
index ffeac8c..7a22bf2 100644
--- a/main/offapi/com/sun/star/drawing/DocumentSettings.idl
+++ b/main/offapi/com/sun/star/drawing/DocumentSettings.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -64,7 +64,7 @@
     /** is the numerator for the logical scale of the document
      */
     [optional, property] long ScaleNumerator;
-    
+
 	/** is the denominator for the logical scale of the document
      */
     [optional, property] long ScaleDenominator;
@@ -92,7 +92,7 @@
     /** If this is true, the distance between two paragraphs is
 		the sum of ParaTopMargin of the previous and ParaBottomMargin of
 		the next paragraph. If false, only the greater of the two is
-		chosen. 
+		chosen.
      */
     [optional, property] boolean ParagraphSummation;
 
diff --git a/main/offapi/com/sun/star/drawing/DoubleSequence.idl b/main/offapi/com/sun/star/drawing/DoubleSequence.idl
index ff568fd..cff35a6 100644
--- a/main/offapi/com/sun/star/drawing/DoubleSequence.idl
+++ b/main/offapi/com/sun/star/drawing/DoubleSequence.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -26,7 +26,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module drawing { 
+module com { module sun { module star { module drawing {
 
 //=============================================================================
 /**
@@ -35,6 +35,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/drawing/DoubleSequenceSequence.idl b/main/offapi/com/sun/star/drawing/DoubleSequenceSequence.idl
index ec78fc2..3bef90a 100644
--- a/main/offapi/com/sun/star/drawing/DoubleSequenceSequence.idl
+++ b/main/offapi/com/sun/star/drawing/DoubleSequenceSequence.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -29,7 +29,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module drawing { 
+module com { module sun { module star { module drawing {
 
 //=============================================================================
 /**
@@ -38,6 +38,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/drawing/DrawPage.idl b/main/offapi/com/sun/star/drawing/DrawPage.idl
index a1e9a0c..a80a686 100644
--- a/main/offapi/com/sun/star/drawing/DrawPage.idl
+++ b/main/offapi/com/sun/star/drawing/DrawPage.idl
@@ -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,62 +7,62 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_DrawPage_idl__ 
-#define __com_sun_star_drawing_DrawPage_idl__ 
- 
-#ifndef __com_sun_star_drawing_GenericDrawPage_idl__ 
-#include <com/sun/star/drawing/GenericDrawPage.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_XMasterPageTarget_idl__ 
-#include <com/sun/star/drawing/XMasterPageTarget.idl> 
-#endif 
+#ifndef __com_sun_star_drawing_DrawPage_idl__
+#define __com_sun_star_drawing_DrawPage_idl__
 
-#ifndef __com_sun_star_form_XFormsSupplier_idl__ 
-#include <com/sun/star/form/XFormsSupplier.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_GenericDrawPage_idl__
+#include <com/sun/star/drawing/GenericDrawPage.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_XMasterPageTarget_idl__
+#include <com/sun/star/drawing/XMasterPageTarget.idl>
+#endif
+
+#ifndef __com_sun_star_form_XFormsSupplier_idl__
+#include <com/sun/star/form/XFormsSupplier.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: service com::sun::star::drawing::DrawPage
 /** This service specifies a page for the actual draw pages to contain
 	the drawings.
-	@see	GenericDrawPage 
+	@see	GenericDrawPage
 	@see	DrawPages
  */
 published service DrawPage
-{ 
- 
-	 
+{
+
+
 	// DocMerge from xml: service com::sun::star::drawing::DrawPage: service com::sun::star::drawing::GenericDrawPage
-	/** This service describes the base functionality that every 
+	/** This service describes the base functionality that every
 				draw/master page has.
 	 */
-	service com::sun::star::drawing::GenericDrawPage; 
- 
-	 
+	service com::sun::star::drawing::GenericDrawPage;
+
+
 	// DocMerge from xml: service com::sun::star::drawing::DrawPage: interface com::sun::star::drawing::XMasterPageTarget
 	/** provides the link to a <type>MasterPage</type>.
 	 */
-	interface com::sun::star::drawing::XMasterPageTarget; 
+	interface com::sun::star::drawing::XMasterPageTarget;
 
 	/** provides access to the hierarchy of form components belonging to the draw page.
 
@@ -73,11 +73,11 @@
 		@see com::sun::star::form::FormComponents
 		@see com::sun::star::form::Forms
 	*/
-	[optional] interface com::sun::star::form::XFormsSupplier; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[optional] interface com::sun::star::form::XFormsSupplier;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/DrawPages.idl b/main/offapi/com/sun/star/drawing/DrawPages.idl
index 6b3f659..21702b2 100644
--- a/main/offapi/com/sun/star/drawing/DrawPages.idl
+++ b/main/offapi/com/sun/star/drawing/DrawPages.idl
@@ -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,69 +7,69 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_DrawPages_idl__ 
-#define __com_sun_star_drawing_DrawPages_idl__ 
- 
-#ifndef __com_sun_star_drawing_XDrawPages_idl__ 
-#include <com/sun/star/drawing/XDrawPages.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_XDrawPageSummarizer_idl__ 
-#include <com/sun/star/drawing/XDrawPageSummarizer.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_XDrawPageExpander_idl__ 
-#include <com/sun/star/drawing/XDrawPageExpander.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_DrawPages_idl__
+#define __com_sun_star_drawing_DrawPages_idl__
+
+#ifndef __com_sun_star_drawing_XDrawPages_idl__
+#include <com/sun/star/drawing/XDrawPages.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_XDrawPageSummarizer_idl__
+#include <com/sun/star/drawing/XDrawPageSummarizer.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_XDrawPageExpander_idl__
+#include <com/sun/star/drawing/XDrawPageExpander.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: service com::sun::star::drawing::DrawPages
 /** provides access to a container of <type>DrawPage</type>s
 	and makes it possible for you to manipulate them.
-	
+
 	@see XDrawPagesSupplier
 	@see DrawingDocument
  */
 published service DrawPages
-{ 
+{
 	/** lets you access and create <type>DrawPage</type>s
 	 */
-	interface com::sun::star::drawing::XDrawPages; 
- 
-	 
-	/** This optional interface makes it possible to summarize the 
+	interface com::sun::star::drawing::XDrawPages;
+
+
+	/** This optional interface makes it possible to summarize the
 				pages in this collection.
 	 */
-	[optional] interface com::sun::star::drawing::XDrawPageSummarizer; 
- 
-	 
+	[optional] interface com::sun::star::drawing::XDrawPageSummarizer;
+
+
 	/** This optional interface can be used for expanding a summarized page.
 	 */
-	[optional] interface com::sun::star::drawing::XDrawPageExpander; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[optional] interface com::sun::star::drawing::XDrawPageExpander;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/DrawViewMode.idl b/main/offapi/com/sun/star/drawing/DrawViewMode.idl
index e5b75f0..71a3acb 100644
--- a/main/offapi/com/sun/star/drawing/DrawViewMode.idl
+++ b/main/offapi/com/sun/star/drawing/DrawViewMode.idl
@@ -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,62 +7,62 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_DrawViewMode_idl__ 
-#define __com_sun_star_drawing_DrawViewMode_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_DrawViewMode_idl__
+#define __com_sun_star_drawing_DrawViewMode_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: enum com::sun::star::drawing::DrawViewMode
-/** This enumeration specifies the viewmode of a view in a presentation 
+/** This enumeration specifies the viewmode of a view in a presentation
 	document.
 
 	@deprecated
  */
 published enum DrawViewMode
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::DrawViewMode::DRAW
 	/** The view shows the drawing pages.
 	 */
-	DRAW, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	DRAW,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::DrawViewMode::NOTES
 	/** The view shows the notes pages.
 	 */
-	NOTES, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	NOTES,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::DrawViewMode::HANDOUT
 	/** The view shows the handout pages,
 	 */
-	HANDOUT 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	HANDOUT
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/DrawingDocument.idl b/main/offapi/com/sun/star/drawing/DrawingDocument.idl
index 0ae5814..417dda3 100644
--- a/main/offapi/com/sun/star/drawing/DrawingDocument.idl
+++ b/main/offapi/com/sun/star/drawing/DrawingDocument.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/drawing/DrawingDocumentDrawView.idl b/main/offapi/com/sun/star/drawing/DrawingDocumentDrawView.idl
index 8d527a6..f2003df 100644
--- a/main/offapi/com/sun/star/drawing/DrawingDocumentDrawView.idl
+++ b/main/offapi/com/sun/star/drawing/DrawingDocumentDrawView.idl
@@ -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,45 +7,45 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_DrawingDocumentDrawView_idl__ 
-#define __com_sun_star_drawing_DrawingDocumentDrawView_idl__ 
- 
-#ifndef __com_sun_star_drawing_XDrawView_idl__ 
-#include <com/sun/star/drawing/XDrawView.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
-#ifndef __com_sun_star_frame_Controller_idl__ 
-#include <com/sun/star/frame/Controller.idl> 
-#endif 
- 
-#ifndef __com_sun_star_view_XSelectionSupplier_idl__ 
-#include <com/sun/star/view/XSelectionSupplier.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_XServiceInfo_idl__ 
-#include <com/sun/star/lang/XServiceInfo.idl> 
-#endif 
+#ifndef __com_sun_star_drawing_DrawingDocumentDrawView_idl__
+#define __com_sun_star_drawing_DrawingDocumentDrawView_idl__
 
-#ifndef __com_sun_star_drawing_XDrawPage_idl__ 
-#include <com/sun/star/drawing/XDrawPage.idl> 
-#endif 
+#ifndef __com_sun_star_drawing_XDrawView_idl__
+#include <com/sun/star/drawing/XDrawView.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+#ifndef __com_sun_star_frame_Controller_idl__
+#include <com/sun/star/frame/Controller.idl>
+#endif
+
+#ifndef __com_sun_star_view_XSelectionSupplier_idl__
+#include <com/sun/star/view/XSelectionSupplier.idl>
+#endif
+
+#ifndef __com_sun_star_lang_XServiceInfo_idl__
+#include <com/sun/star/lang/XServiceInfo.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_XDrawPage_idl__
+#include <com/sun/star/drawing/XDrawPage.idl>
+#endif
 
 #ifndef __com_sun_star_awt_XWindow_idl__
 #include <com/sun/star/awt/XWindow.idl>
@@ -55,30 +55,30 @@
 #include <com/sun/star/awt/Point.idl>
 #endif
 
-//============================================================================= 
+//=============================================================================
 module com {  module sun {  module star {  module view {
     published interface XFormLayerAccess;
 }; }; }; };
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** This componend integrates a view to a <type>DrawPage</type>s or
 	<type>MasterPage</type> from a <type>DrawingDocument</type>.
  */
 published service DrawingDocumentDrawView
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 
 	/** this services offers the  integration of this component into the
 		desktop.
 	*/
 	service com::sun::star::frame::Controller;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** lets you access the window for this view
 
@@ -90,59 +90,59 @@
     */
     [optional] interface com::sun::star::view::XFormLayerAccess;
 
-	//------------------------------------------------------------------------- 
-	 
+	//-------------------------------------------------------------------------
+
 	/** lets you set/get the current page displayed by this
 		view.
 	 */
-	interface com::sun::star::drawing::XDrawView; 
+	interface com::sun::star::drawing::XDrawView;
 
-	//------------------------------------------------------------------------- 
- 
-	 
+	//-------------------------------------------------------------------------
+
+
 	/** lets you access the properties of this service.
 	 */
-	interface com::sun::star::beans::XPropertySet; 
+	interface com::sun::star::beans::XPropertySet;
 
-	//------------------------------------------------------------------------- 
- 
-	 
-	/** gives you access to the selected entities of this 
+	//-------------------------------------------------------------------------
+
+
+	/** gives you access to the selected entities of this
 				view.
 	 */
-	interface com::sun::star::view::XSelectionSupplier; 
- 
+	interface com::sun::star::view::XSelectionSupplier;
 
-	//------------------------------------------------------------------------- 
-	 
-	/** provides the names of the services implemented by  
+
+	//-------------------------------------------------------------------------
+
+	/** provides the names of the services implemented by
 				this instance.
 	 */
-	interface com::sun::star::lang::XServiceInfo; 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** If the view is in masterpage mode, the view shows the masterpages 
+	interface com::sun::star::lang::XServiceInfo;
+
+	//-------------------------------------------------------------------------
+
+	/** If the view is in masterpage mode, the view shows the masterpages
 		of this model.
 	 */
-	[property] boolean IsMasterPageMode; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean IsMasterPageMode;
+
+	//-------------------------------------------------------------------------
+
 	/** If the view is in layer mode, the user can modify the layer of the
 		model of this view in the user interface.
 	 */
-	[property] boolean IsLayerMode; 
- 
+	[property] boolean IsLayerMode;
 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** This is the drawing page that is currently visible.
 	 */
 	[property] XDrawPage CurrentPage;
 
-	//------------------------------------------------------------------------- 
-	 
+	//-------------------------------------------------------------------------
+
 	/** This is the area that is currently visible.
 	 */
 	[readonly, property] com::sun::star::awt::Rectangle VisibleArea;
@@ -189,10 +189,10 @@
 
         [optional, property] ::com::sun::star::drawing::XDrawSubController SubController;
     */
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/EllipseShape.idl b/main/offapi/com/sun/star/drawing/EllipseShape.idl
index 3dbe643..7bd4b49 100644
--- a/main/offapi/com/sun/star/drawing/EllipseShape.idl
+++ b/main/offapi/com/sun/star/drawing/EllipseShape.idl
@@ -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,94 +7,94 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_EllipseShape_idl__ 
-#define __com_sun_star_drawing_EllipseShape_idl__ 
+#ifndef __com_sun_star_drawing_EllipseShape_idl__
+#define __com_sun_star_drawing_EllipseShape_idl__
 
-#ifndef __com_sun_star_drawing_Shape_idl__ 
-#include <com/sun/star/drawing/Shape.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_LineProperties_idl__ 
-#include <com/sun/star/drawing/LineProperties.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_FillProperties_idl__ 
-#include <com/sun/star/drawing/FillProperties.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_Text_idl__ 
-#include <com/sun/star/drawing/Text.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_ShadowProperties_idl__ 
-#include <com/sun/star/drawing/ShadowProperties.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_RotationDescriptor_idl__ 
-#include <com/sun/star/drawing/RotationDescriptor.idl> 
-#endif 
+#ifndef __com_sun_star_drawing_Shape_idl__
+#include <com/sun/star/drawing/Shape.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_LineProperties_idl__
+#include <com/sun/star/drawing/LineProperties.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_FillProperties_idl__
+#include <com/sun/star/drawing/FillProperties.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_Text_idl__
+#include <com/sun/star/drawing/Text.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_ShadowProperties_idl__
+#include <com/sun/star/drawing/ShadowProperties.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_RotationDescriptor_idl__
+#include <com/sun/star/drawing/RotationDescriptor.idl>
+#endif
 
 #ifndef __com_sun_star_drawing_CircleKind_idl__
 #include <com/sun/star/drawing/CircleKind.idl>
 #endif
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** This service is for an ellipse or circle shape.
  */
 published service EllipseShape
-{ 
-	service com::sun::star::drawing::Shape; 
+{
+	service com::sun::star::drawing::Shape;
 
-	service com::sun::star::drawing::LineProperties; 
-	
-	service com::sun::star::drawing::FillProperties; 
-	
-	service com::sun::star::drawing::Text; 
-	
-	service com::sun::star::drawing::ShadowProperties; 
-	
-	service com::sun::star::drawing::RotationDescriptor; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	service com::sun::star::drawing::LineProperties;
+
+	service com::sun::star::drawing::FillProperties;
+
+	service com::sun::star::drawing::Text;
+
+	service com::sun::star::drawing::ShadowProperties;
+
+	service com::sun::star::drawing::RotationDescriptor;
+
+	//-------------------------------------------------------------------------
+
 	/** This is the kind of circle.
 	 */
-	[property] com::sun::star::drawing::CircleKind CircleKind; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] com::sun::star::drawing::CircleKind CircleKind;
+
+	//-------------------------------------------------------------------------
+
 	/** If the kind specifies an open circle, this is the start angle.
 	 */
-	[property] long CircleStartAngle; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] long CircleStartAngle;
+
+	//-------------------------------------------------------------------------
+
 	/** If the kind specifies an open circle, this is the end angle.
 	 */
-	[property] long CircleEndAngle; 
+	[property] long CircleEndAngle;
 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/EnhancedCustomShapeAdjustmentValue.idl b/main/offapi/com/sun/star/drawing/EnhancedCustomShapeAdjustmentValue.idl
index 7517a02..f553a23 100644
--- a/main/offapi/com/sun/star/drawing/EnhancedCustomShapeAdjustmentValue.idl
+++ b/main/offapi/com/sun/star/drawing/EnhancedCustomShapeAdjustmentValue.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -27,12 +27,12 @@
 #include <com/sun/star/beans/PropertyState.idl>
 #endif
 
-//============================================================================= 
- 
+//=============================================================================
+
 module com {  module sun {  module star {  module drawing {
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
 /** specifies a single AdjustmentValue
  */
 struct EnhancedCustomShapeAdjustmentValue
@@ -44,10 +44,10 @@
 	/**
 	*/
 	::com::sun::star::beans::PropertyState State;
-}; 
- 
-//============================================================================= 
- 
+};
+
+//=============================================================================
+
 }; }; }; };
- 
-#endif 
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/EnhancedCustomShapeExtrusion.idl b/main/offapi/com/sun/star/drawing/EnhancedCustomShapeExtrusion.idl
index 35efe41..6ff321d 100644
--- a/main/offapi/com/sun/star/drawing/EnhancedCustomShapeExtrusion.idl
+++ b/main/offapi/com/sun/star/drawing/EnhancedCustomShapeExtrusion.idl
@@ -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,41 +7,41 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 #ifndef __com_sun_star_drawing_EnhancedCustomShapeExtrusion_idl__
 #define __com_sun_star_drawing_EnhancedCustomShapeExtrusion_idl__
 
-#ifndef __com_sun_star_awt_Size_idl__ 
+#ifndef __com_sun_star_awt_Size_idl__
 #include <com/sun/star/awt/Size.idl>
 #endif
-#ifndef __com_sun_star_awt_Point_idl__ 
+#ifndef __com_sun_star_awt_Point_idl__
 #include <com/sun/star/awt/Point.idl>
 #endif
 #ifndef __com_sun_star_beans_PropertyValue_idl__
 #include <com/sun/star/beans/PropertyValue.idl>
 #endif
-#ifndef __com_sun_star_drawing_Position3D_idl__ 
+#ifndef __com_sun_star_drawing_Position3D_idl__
 #include <com/sun/star/drawing/Position3D.idl>
 #endif
-#ifndef __com_sun_star_drawing_Direction3D_idl__ 
+#ifndef __com_sun_star_drawing_Direction3D_idl__
 #include <com/sun/star/drawing/Direction3D.idl>
 #endif
-#ifndef __com_sun_star_drawing_ProjectionMode_idl__ 
+#ifndef __com_sun_star_drawing_ProjectionMode_idl__
 #include <com/sun/star/drawing/ProjectionMode.idl>
 #endif
-#ifndef __com_sun_star_drawing_ShadeMode_idl__ 
+#ifndef __com_sun_star_drawing_ShadeMode_idl__
 #include <com/sun/star/drawing/ShadeMode.idl>
 #endif
 #ifndef __com_sun_star_drawing_EnhancedCustomShapeParameterPair_idl__
@@ -50,7 +50,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module drawing { 
+module com { module sun { module star { module drawing {
 
 //=============================================================================
 /**
@@ -119,14 +119,14 @@
 	/** This property defines the shade mode.
 	*/
 	[optional, property] ::com::sun::star::drawing::ShadeMode ShadeMode;
-	
-	/**	This attributes specifies the rotation angle about the x-axis in grad. 
-	    The order of rotation is: z-axis, y-axis and then x-axis. The z-axis is 
+
+	/**	This attributes specifies the rotation angle about the x-axis in grad.
+	    The order of rotation is: z-axis, y-axis and then x-axis. The z-axis is
 		specified by the draw:rotate-angle.
 	*/
 	[optional, property] ::com::sun::star::drawing::EnhancedCustomShapeParameterPair RotateAngle;
 
-	/** This attribute specifies the position of the rotate center 
+	/** This attribute specifies the position of the rotate center
 	    in terms of shape size fractions, if the property is omitted, then
 		the geometrical center of the shape is used (this is the default).
 	*/
@@ -166,6 +166,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/drawing/EnhancedCustomShapeGeometry.idl b/main/offapi/com/sun/star/drawing/EnhancedCustomShapeGeometry.idl
index aa70d86..8d543d4 100644
--- a/main/offapi/com/sun/star/drawing/EnhancedCustomShapeGeometry.idl
+++ b/main/offapi/com/sun/star/drawing/EnhancedCustomShapeGeometry.idl
@@ -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.
- * 
+ *
  *************************************************************/
 
 
 #ifndef __com_sun_star_drawing_EnhancedCustomShapeGeometry_idl__
 #define __com_sun_star_drawing_EnhancedCustomShapeGeometry_idl__
 
-#ifndef __com_sun_star_awt_Rectangle_idl__ 
+#ifndef __com_sun_star_awt_Rectangle_idl__
 #include <com/sun/star/awt/Rectangle.idl>
 #endif
 #ifndef __com_sun_star_beans_PropertyValue_idl__
@@ -32,20 +32,20 @@
 #ifndef __com_sun_star_beans_PropertyValues_idl__
 #include <com/sun/star/beans/PropertyValues.idl>
 #endif
-#ifndef __com_sun_star_drawing_EnhancedCustomShapeHandle_idl__ 
+#ifndef __com_sun_star_drawing_EnhancedCustomShapeHandle_idl__
 #include <com/sun/star/drawing/EnhancedCustomShapeHandle.idl>
 #endif
-#ifndef __com_sun_star_drawing_EnhancedCustomShapeAdjustmentValue_idl__ 
+#ifndef __com_sun_star_drawing_EnhancedCustomShapeAdjustmentValue_idl__
 #include <com/sun/star/drawing/EnhancedCustomShapeAdjustmentValue.idl>
 #endif
 
 //=============================================================================
 
-module com { module sun { module star { module drawing { 
+module com { module sun { module star { module drawing {
 
 //=============================================================================
 /**
-  This service may be represented by a ::com::sun::star::beans::PropertyValue []. 
+  This service may be represented by a ::com::sun::star::beans::PropertyValue [].
 */
 
 service EnhancedCustomShapeGeometry
@@ -109,6 +109,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/drawing/EnhancedCustomShapeGluePointType.idl b/main/offapi/com/sun/star/drawing/EnhancedCustomShapeGluePointType.idl
index 9c52876..f2ec7f9 100644
--- a/main/offapi/com/sun/star/drawing/EnhancedCustomShapeGluePointType.idl
+++ b/main/offapi/com/sun/star/drawing/EnhancedCustomShapeGluePointType.idl
@@ -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,42 +7,42 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_EnhancedCustomShapeGluePointType_idl__ 
-#define __com_sun_star_drawing_EnhancedCustomShapeGluePointType_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_EnhancedCustomShapeGluePointType_idl__
+#define __com_sun_star_drawing_EnhancedCustomShapeGluePointType_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** defines which gluepoints are being offered by the EnhancedCustomShape
  */
 constants EnhancedCustomShapeGluePointType
-{ 
-	/** no gluepoints are offered 
+{
+	/** no gluepoints are offered
 	 */
 	const short NONE = 0;
- 
-	/** gluepoints are offered for each segment 
+
+	/** gluepoints are offered for each segment
 	 */
 	const short SEGMENTS = 1;
- 
-	/** only glue points of the GluePoints property from the 
+
+	/** only glue points of the GluePoints property from the
 	    com::sun:star::drawing::EnhancedCustomShapePath are offered
 	 */
 	const short CUSTOM = 2;
@@ -50,10 +50,10 @@
 	/** standard top, left, right, bottom glue points are offered
 	 */
 	const short RECT = 3;
- }; 
- 
-//============================================================================= 
- 
+ };
+
+//=============================================================================
+
 }; }; }; };
- 
-#endif 
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/EnhancedCustomShapeHandle.idl b/main/offapi/com/sun/star/drawing/EnhancedCustomShapeHandle.idl
index 6226f35..39557f5 100644
--- a/main/offapi/com/sun/star/drawing/EnhancedCustomShapeHandle.idl
+++ b/main/offapi/com/sun/star/drawing/EnhancedCustomShapeHandle.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -27,12 +27,12 @@
 #include <com/sun/star/drawing/EnhancedCustomShapeParameterPair.idl>
 #endif
 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+//=============================================================================
+
+module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /**
   This service may be represented by a ::com::sun::star::beans::PropertyValue [].
 */
@@ -64,22 +64,22 @@
 	*/
 	[optional, property] ::com::sun::star::drawing::EnhancedCustomShapeParameterPair Polar;
 
-	/** RefX, if this attribute is set, it specifies the index of the adjustment 
+	/** RefX, if this attribute is set, it specifies the index of the adjustment
 		value which is connected to the horizontal position of the handle
 	*/
 	[optional, property] long RefX;
 
-	/** RefY, if this attribute is set, it specifies the index of the adjustment 
+	/** RefY, if this attribute is set, it specifies the index of the adjustment
 		value which is connected to the vertical position of the handle
 	*/
 	[optional, property] long RefY;
 
-	/** RefAngle, if this attribute is set, it specifies the index of the adjustment 
+	/** RefAngle, if this attribute is set, it specifies the index of the adjustment
 		value which is connected to the angle of the handle
 	*/
 	[optional, property] long RefAngle;
 
-	/** RefR, if this attribute is set, it specifies the index of the adjustment 
+	/** RefR, if this attribute is set, it specifies the index of the adjustment
 		value which is connected to the radius of the handle
 	*/
 	[optional, property] long RefR;
@@ -99,18 +99,18 @@
 	/** If the attribute RangeYMaximum is set, it specifies the vertical maximum range of the handle.
 	*/
 	[optional, property] ::com::sun::star::drawing::EnhancedCustomShapeParameter RangeYMaximum;
-	
-	/** If this attribute is set, it specifies the minimum radius range that can be used for a polar handle. 
+
+	/** If this attribute is set, it specifies the minimum radius range that can be used for a polar handle.
 	*/
 	[optional, property] ::com::sun::star::drawing::EnhancedCustomShapeParameter RadiusRangeMinimum;
 
-	/** If this attribute is set, it specifies the maximum radius range that can be used for a polar handle. 
+	/** If this attribute is set, it specifies the maximum radius range that can be used for a polar handle.
 	*/
 	[optional, property] ::com::sun::star::drawing::EnhancedCustomShapeParameter RadiusRangeMaximum;
 };
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
 }; }; }; };
- 
-#endif 
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/EnhancedCustomShapeParameter.idl b/main/offapi/com/sun/star/drawing/EnhancedCustomShapeParameter.idl
index 838fb34..ffb9328 100644
--- a/main/offapi/com/sun/star/drawing/EnhancedCustomShapeParameter.idl
+++ b/main/offapi/com/sun/star/drawing/EnhancedCustomShapeParameter.idl
@@ -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,28 +7,28 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 #ifndef __com_sun_star_drawing_EnhancedCustomShapeParameter_idl__
 #define __com_sun_star_drawing_EnhancedCustomShapeParameter_idl__
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
  module com {  module sun {  module star {  module drawing {
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
 /** specifies a single value which is used with EnhancedCustomShapes
  */
 struct EnhancedCustomShapeParameter
@@ -40,10 +40,10 @@
 	/**
 	*/
 	short	Type;
-}; 
- 
-//============================================================================= 
- 
+};
+
+//=============================================================================
+
 }; }; }; };
- 
-#endif 
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/EnhancedCustomShapeParameterPair.idl b/main/offapi/com/sun/star/drawing/EnhancedCustomShapeParameterPair.idl
index 1e3d153..52f34d1 100644
--- a/main/offapi/com/sun/star/drawing/EnhancedCustomShapeParameterPair.idl
+++ b/main/offapi/com/sun/star/drawing/EnhancedCustomShapeParameterPair.idl
@@ -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,45 +7,45 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 #ifndef __com_sun_star_drawing_EnhancedCustomShapeParameterPair_idl__
 #define __com_sun_star_drawing_EnhancedCustomShapeParameterPair_idl__
-  
-#ifndef __com_sun_star_drawing_EnhancedCustomShapeParameter_idl__ 
+
+#ifndef __com_sun_star_drawing_EnhancedCustomShapeParameter_idl__
 #include <com/sun/star/drawing/EnhancedCustomShapeParameter.idl>
 #endif
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** specifies the coordinates used with EnhancedCustomShapes
  */
 struct EnhancedCustomShapeParameterPair
 {
 	::com::sun::star::drawing::EnhancedCustomShapeParameter	First;
- 
+
 	//-------------------------------------------------------------------------
 
 	::com::sun::star::drawing::EnhancedCustomShapeParameter	Second;
 };
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
 }; }; }; };
- 
-#endif 
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/EnhancedCustomShapeParameterType.idl b/main/offapi/com/sun/star/drawing/EnhancedCustomShapeParameterType.idl
index 8b704e6..a8fa6f1 100644
--- a/main/offapi/com/sun/star/drawing/EnhancedCustomShapeParameterType.idl
+++ b/main/offapi/com/sun/star/drawing/EnhancedCustomShapeParameterType.idl
@@ -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,45 +7,45 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 #ifndef __com_sun_star_drawing_EnhancedCustomShapeParameterType_idl__
 #define __com_sun_star_drawing_EnhancedCustomShapeParameterType_idl__
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** defines how a EnhancedCustomShapeParameter has to be interpreted
  */
 constants EnhancedCustomShapeParameterType
-{ 
+{
 	/** the value of the point component is normal, the Coordinate is taken as it is
 	 */
 	const short NORMAL = 0;
- 
+
 	/** the value of the point component has to be interpreted as index to a Equation
 	 */
 	const short EQUATION = 1;
- 
+
 	/** the value of the point component has to be interpreted as index into the list of AdjustmentValues
 	 */
 	const short ADJUSTMENT = 2;
- 
+
 	/** the logical left border of the CustomShape is used
 	 */
 	const short LEFT = 3;
@@ -93,10 +93,10 @@
 	/** The logical height of the shape is used.
 	 */
 	const short LOGHEIGHT = 14;
-}; 
- 
-//============================================================================= 
- 
+};
+
+//=============================================================================
+
  }; }; }; };
- 
-#endif 
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/EnhancedCustomShapePath.idl b/main/offapi/com/sun/star/drawing/EnhancedCustomShapePath.idl
index 4ba111c..552989f 100644
--- a/main/offapi/com/sun/star/drawing/EnhancedCustomShapePath.idl
+++ b/main/offapi/com/sun/star/drawing/EnhancedCustomShapePath.idl
@@ -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,26 +7,26 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 #ifndef __com_sun_star_drawing_EnhancedCustomShapePath_idl__
 #define __com_sun_star_drawing_EnhancedCustomShapePath_idl__
 
-#ifndef __com_sun_star_awt_Size_idl__ 
+#ifndef __com_sun_star_awt_Size_idl__
 #include <com/sun/star/awt/Size.idl>
 #endif
-#ifndef __com_sun_star_awt_Point_idl__ 
+#ifndef __com_sun_star_awt_Point_idl__
 #include <com/sun/star/awt/Point.idl>
 #endif
 #ifndef __com_sun_star_beans_PropertyValue_idl__
@@ -45,7 +45,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module drawing { 
+module com { module sun { module star { module drawing {
 
 //=============================================================================
 /**
@@ -73,7 +73,7 @@
 	[optional, property] long StretchY;
 
 	/** This property specifies the text frames that can be used with the shape. In general
-	   the first text frame is used, except the shape is containing vertical text, then the object 
+	   the first text frame is used, except the shape is containing vertical text, then the object
 	   tries to use the second text frame. The default text frame will be as big as the shape.
 	*/
 	[optional, property] sequence<::com::sun::star::drawing::EnhancedCustomShapeTextFrame> TextFrames;
@@ -109,6 +109,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/drawing/EnhancedCustomShapeSegment.idl b/main/offapi/com/sun/star/drawing/EnhancedCustomShapeSegment.idl
index e76340f..5dcf49f 100644
--- a/main/offapi/com/sun/star/drawing/EnhancedCustomShapeSegment.idl
+++ b/main/offapi/com/sun/star/drawing/EnhancedCustomShapeSegment.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -27,13 +27,13 @@
 #include <com/sun/star/drawing/EnhancedCustomShapeSegmentCommand.idl>
 #endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
-/** 
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
+/**
  */
 struct EnhancedCustomShapeSegment
 {
@@ -41,9 +41,9 @@
 
 	short Count;
 };
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
 }; }; }; };
- 
-#endif 
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/EnhancedCustomShapeSegmentCommand.idl b/main/offapi/com/sun/star/drawing/EnhancedCustomShapeSegmentCommand.idl
index 2e126d7..86cc49a 100644
--- a/main/offapi/com/sun/star/drawing/EnhancedCustomShapeSegmentCommand.idl
+++ b/main/offapi/com/sun/star/drawing/EnhancedCustomShapeSegmentCommand.idl
@@ -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,33 +7,33 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 #ifndef __com_sun_star_drawing_EnhancedCustomShapeSegmentInformationCommand_idl__
 #define __com_sun_star_drawing_EnhancedCustomShapeSegmentInformationCommand_idl__
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
-/** 
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
+/**
  */
 constants EnhancedCustomShapeSegmentCommand
-{ 
+{
 	/**
 	 */
 	const short UNKNOWN = 0;
@@ -41,15 +41,15 @@
 	/**
 	 */
 	const short MOVETO = 1;
- 
+
 	/**
 	 */
 	const short LINETO = 2;
- 
+
 	/**
 	 */
 	const short CURVETO = 3;
- 
+
 	/**
 	 */
 	const short CLOSESUBPATH = 4;
@@ -101,10 +101,10 @@
 	/**
 	 */
 	const short QUADRATICCURVETO = 16;
-}; 
- 
-//============================================================================= 
- 
+};
+
+//=============================================================================
+
 }; }; }; };
- 
-#endif 
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/EnhancedCustomShapeTextFrame.idl b/main/offapi/com/sun/star/drawing/EnhancedCustomShapeTextFrame.idl
index 8456360..b660ff6 100644
--- a/main/offapi/com/sun/star/drawing/EnhancedCustomShapeTextFrame.idl
+++ b/main/offapi/com/sun/star/drawing/EnhancedCustomShapeTextFrame.idl
@@ -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,46 +7,46 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 #ifndef __com_sun_star_drawing_EnhancedCustomShapeTextFrame_idl__
 #define __com_sun_star_drawing_EnhancedCustomShapeTextFrame_idl__
-  
-#ifndef __com_sun_star_drawing_EnhancedCustomShapeParameterPair_idl__ 
+
+#ifndef __com_sun_star_drawing_EnhancedCustomShapeParameterPair_idl__
 #include <com/sun/star/drawing/EnhancedCustomShapeParameterPair.idl>
 #endif
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** specifies the coordinates used with EnhancedCustomShapes
  */
 struct EnhancedCustomShapeTextFrame
 {
 	::com::sun::star::drawing::EnhancedCustomShapeParameterPair	TopLeft;
- 
+
 	//-------------------------------------------------------------------------
 
 	::com::sun::star::drawing::EnhancedCustomShapeParameterPair	BottomRight;
 
 };
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
 }; }; }; };
- 
-#endif 
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/EnhancedCustomShapeTextPath.idl b/main/offapi/com/sun/star/drawing/EnhancedCustomShapeTextPath.idl
index 0d0a726..36ba3d0 100644
--- a/main/offapi/com/sun/star/drawing/EnhancedCustomShapeTextPath.idl
+++ b/main/offapi/com/sun/star/drawing/EnhancedCustomShapeTextPath.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -29,7 +29,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module drawing { 
+module com { module sun { module star { module drawing {
 
 //=============================================================================
 /**
@@ -53,6 +53,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/drawing/EnhancedCustomShapeTextPathMode.idl b/main/offapi/com/sun/star/drawing/EnhancedCustomShapeTextPathMode.idl
index ce8608e..4278e8a 100644
--- a/main/offapi/com/sun/star/drawing/EnhancedCustomShapeTextPathMode.idl
+++ b/main/offapi/com/sun/star/drawing/EnhancedCustomShapeTextPathMode.idl
@@ -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,46 +7,46 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_EnhancedCustomShapeTextPathMode_idl__ 
-#define __com_sun_star_drawing_EnhancedCustomShapeTextPathMode_idl__ 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_EnhancedCustomShapeTextPathMode_idl__
+#define __com_sun_star_drawing_EnhancedCustomShapeTextPathMode_idl__
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 enum EnhancedCustomShapeTextPathMode
-{ 
+{
 	/** the text is drawn along the path without scaling.
 	 */
 	NORMAL,
- 
+
 	/** the text is fit to the path.
 	 */
 	PATH,
- 
+
 	/** the text is fit to the bounding box of the shape.
 	 */
 	SHAPE
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/EscapeDirection.idl b/main/offapi/com/sun/star/drawing/EscapeDirection.idl
index c55de22..1b04c08 100644
--- a/main/offapi/com/sun/star/drawing/EscapeDirection.idl
+++ b/main/offapi/com/sun/star/drawing/EscapeDirection.idl
@@ -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,65 +7,65 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_EscapeDirection_idl__ 
-#define __com_sun_star_drawing_EscapeDirection_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_EscapeDirection_idl__
+#define __com_sun_star_drawing_EscapeDirection_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** This enumeration defines the escape direction a connector takes on
 	a glue point.
  */
 published enum EscapeDirection
-{ 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR EscapeDirection::	SMART, 
-	SMART, 
+{
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR EscapeDirection::	SMART,
+	SMART,
 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR EscapeDirection::	LEFT, 
-	LEFT, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR EscapeDirection::	RIGHT, 
-	RIGHT, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR EscapeDirection::	UP, 
-	UP, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR EscapeDirection::	DOWN 
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR EscapeDirection::	LEFT,
+	LEFT,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR EscapeDirection::	RIGHT,
+	RIGHT,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR EscapeDirection::	UP,
+	UP,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR EscapeDirection::	DOWN
 	DOWN,
 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR EscapeDirection::	HORIZONTAL 
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR EscapeDirection::	HORIZONTAL
 	HORIZONTAL,
-	 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR EscapeDirection::	VERTICAL 
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR EscapeDirection::	VERTICAL
 	VERTICAL
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/FillProperties.idl b/main/offapi/com/sun/star/drawing/FillProperties.idl
index ef03043..73c1d18 100644
--- a/main/offapi/com/sun/star/drawing/FillProperties.idl
+++ b/main/offapi/com/sun/star/drawing/FillProperties.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/drawing/FillStyle.idl b/main/offapi/com/sun/star/drawing/FillStyle.idl
index b5ec1a4..b4f40e4 100644
--- a/main/offapi/com/sun/star/drawing/FillStyle.idl
+++ b/main/offapi/com/sun/star/drawing/FillStyle.idl
@@ -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,78 +7,78 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_FillStyle_idl__ 
-#define __com_sun_star_drawing_FillStyle_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_FillStyle_idl__
+#define __com_sun_star_drawing_FillStyle_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: enum com::sun::star::drawing::FillStyle
 /** specifies how an area will be filled.
  */
 published enum FillStyle
-{ 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR FillStyle::	NONE, 
-	
+{
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR FillStyle::	NONE,
+
 	// DocMerge from xml: value com::sun::star::drawing::FillStyle::NONE
 	/** the area is not filled.
 	 */
-	NONE, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR FillStyle::	SOLID, 
-	
+	NONE,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR FillStyle::	SOLID,
+
 	// DocMerge from xml: value com::sun::star::drawing::FillStyle::SOLID
 	/** use a solid color to fill the area.
 	 */
-	SOLID, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR FillStyle::	GRADIENT, 
-	
+	SOLID,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR FillStyle::	GRADIENT,
+
 	// DocMerge from xml: value com::sun::star::drawing::FillStyle::GRADIENT
 	/** use a gradient color to fill the area.
 	 */
-	GRADIENT, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR FillStyle::	HATCH, 
-	
+	GRADIENT,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR FillStyle::	HATCH,
+
 	// DocMerge from xml: value com::sun::star::drawing::FillStyle::HATCH
 	/** use a hatch to fill the area.
 	 */
-	HATCH, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR FillStyle::	BITMAP 
-	
+	HATCH,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR FillStyle::	BITMAP
+
 	// DocMerge from xml: value com::sun::star::drawing::FillStyle::BITMAP
 	/** use a bitmap to fill the  area.
 	 */
-	BITMAP 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	BITMAP
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/FlagSequence.idl b/main/offapi/com/sun/star/drawing/FlagSequence.idl
index 69e5c14..d61ea56 100644
--- a/main/offapi/com/sun/star/drawing/FlagSequence.idl
+++ b/main/offapi/com/sun/star/drawing/FlagSequence.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -29,7 +29,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module drawing { 
+module com { module sun { module star { module drawing {
 
 //=============================================================================
 /**
@@ -38,6 +38,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/drawing/FlagSequenceSequence.idl b/main/offapi/com/sun/star/drawing/FlagSequenceSequence.idl
index 94b7a72..3650c8c 100644
--- a/main/offapi/com/sun/star/drawing/FlagSequenceSequence.idl
+++ b/main/offapi/com/sun/star/drawing/FlagSequenceSequence.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -29,7 +29,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module drawing { 
+module com { module sun { module star { module drawing {
 
 //=============================================================================
 /**
@@ -39,6 +39,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/drawing/GenericDrawPage.idl b/main/offapi/com/sun/star/drawing/GenericDrawPage.idl
index d9f1ee1..7c79bce 100644
--- a/main/offapi/com/sun/star/drawing/GenericDrawPage.idl
+++ b/main/offapi/com/sun/star/drawing/GenericDrawPage.idl
@@ -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,72 +7,72 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_GenericDrawPage_idl__ 
-#define __com_sun_star_drawing_GenericDrawPage_idl__ 
- 
-#ifndef __com_sun_star_drawing_XShapes_idl__ 
-#include <com/sun/star/drawing/XShapes.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_XShapeGrouper_idl__ 
-#include <com/sun/star/drawing/XShapeGrouper.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_XShapeCombiner_idl__ 
-#include <com/sun/star/drawing/XShapeCombiner.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_XShapeBinder_idl__ 
-#include <com/sun/star/drawing/XShapeBinder.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XNamed_idl__ 
-#include <com/sun/star/container/XNamed.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_XServiceInfo_idl__ 
-#include <com/sun/star/lang/XServiceInfo.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
-#ifndef __com_sun_star_view_PaperOrientation_idl__ 
-#include <com/sun/star/view/PaperOrientation.idl> 
-#endif 
- 
+#ifndef __com_sun_star_drawing_GenericDrawPage_idl__
+#define __com_sun_star_drawing_GenericDrawPage_idl__
+
+#ifndef __com_sun_star_drawing_XShapes_idl__
+#include <com/sun/star/drawing/XShapes.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_XShapeGrouper_idl__
+#include <com/sun/star/drawing/XShapeGrouper.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_XShapeCombiner_idl__
+#include <com/sun/star/drawing/XShapeCombiner.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_XShapeBinder_idl__
+#include <com/sun/star/drawing/XShapeBinder.idl>
+#endif
+
+#ifndef __com_sun_star_container_XNamed_idl__
+#include <com/sun/star/container/XNamed.idl>
+#endif
+
+#ifndef __com_sun_star_lang_XServiceInfo_idl__
+#include <com/sun/star/lang/XServiceInfo.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+#ifndef __com_sun_star_view_PaperOrientation_idl__
+#include <com/sun/star/view/PaperOrientation.idl>
+#endif
+
 #ifndef __com_sun_star_container_XNameContainer_idl__
 #include <com/sun/star/container/XNameContainer.idl>
 #endif
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: service com::sun::star::drawing::GenericDrawPage
 /** This abstract service is implemented by every page of a
-	<type>DrawingDocument</type>. 
-	
-	
-	
+	<type>DrawingDocument</type>.
+
+
+
 	@example create and insert a couple of <type>LineShape</type>s:
-	
+
 	<listing>
 	xPage = xDoc.DrawPages(0)
 	for x% = 0 to 200
@@ -86,121 +86,121 @@
 	</listing>
  */
 published service GenericDrawPage
-{ 
- 
-	 
+{
+
+
 	// DocMerge from xml: service com::sun::star::drawing::GenericDrawPage: interface com::sun::star::drawing::XShapes
-	/** manages the <type>Shape</type>s of this page. 
-				 
-				<p>It also lets you add new <type>Shape</type>s. The program currently 
-				requires that these <type>Shape</type>s be created by the factory of 
-				the	document. 
-				 
+	/** manages the <type>Shape</type>s of this page.
+
+				<p>It also lets you add new <type>Shape</type>s. The program currently
+				requires that these <type>Shape</type>s be created by the factory of
+				the	document.
+
 				@see	<type>DrawingDocument</type>
 	 */
-	interface com::sun::star::drawing::XShapes; 
- 
-	 
+	interface com::sun::star::drawing::XShapes;
+
+
 	// DocMerge from xml: service com::sun::star::drawing::GenericDrawPage: interface com::sun::star::drawing::XShapeGrouper
-	/** With this interface you can group/ungroup a collection of 
+	/** With this interface you can group/ungroup a collection of
 				<type>Shape</type>s.
 	 */
-	interface com::sun::star::drawing::XShapeGrouper; 
- 
-	 
+	interface com::sun::star::drawing::XShapeGrouper;
+
+
 	// DocMerge from xml: service com::sun::star::drawing::GenericDrawPage: interface com::sun::star::drawing::XShapeCombiner
-	/** With this interface you can combine/split a collection of 
+	/** With this interface you can combine/split a collection of
 				<type>Shape</type>s.
 	 */
-	[optional] interface com::sun::star::drawing::XShapeCombiner; 
- 
-	 
+	[optional] interface com::sun::star::drawing::XShapeCombiner;
+
+
 	// DocMerge from xml: service com::sun::star::drawing::GenericDrawPage: interface com::sun::star::drawing::XShapeBinder
-	/** With this interface you can bind/unbind a collection of 
+	/** With this interface you can bind/unbind a collection of
 				<type>Shape</type>s.
 	 */
-	[optional] interface com::sun::star::drawing::XShapeBinder; 
- 
-	 
+	[optional] interface com::sun::star::drawing::XShapeBinder;
+
+
 	// DocMerge from xml: service com::sun::star::drawing::GenericDrawPage: interface com::sun::star::container::XNamed
-	/** Gets or sets the name of this page. 
-				 
+	/** Gets or sets the name of this page.
+
 				<p>Duplicated pagenames inside a document are not allowed.
 	 */
-	[optional] interface com::sun::star::container::XNamed; 
- 
-	 
+	[optional] interface com::sun::star::container::XNamed;
+
+
 	// DocMerge from xml: service com::sun::star::drawing::GenericDrawPage: interface com::sun::star::lang::XServiceInfo
-	/** returns the services implemented by this 
+	/** returns the services implemented by this
 				instance.
 	 */
-	interface com::sun::star::lang::XServiceInfo; 
- 
-	 
+	interface com::sun::star::lang::XServiceInfo;
+
+
 	// DocMerge from xml: service com::sun::star::drawing::GenericDrawPage: interface com::sun::star::beans::XPropertySet
-	/** gives you access to the properties of this 
+	/** gives you access to the properties of this
 				<type>DrawPage</type>.
 	 */
-	[optional] interface com::sun::star::beans::XPropertySet; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[optional] interface com::sun::star::beans::XPropertySet;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::drawing::GenericDrawPage::BorderBottom
 	/** This is the border at the bottom.
 	 */
-        [optional, property] long BorderBottom; 
- 
-	//------------------------------------------------------------------------- 
-	 
+        [optional, property] long BorderBottom;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::drawing::GenericDrawPage::BorderLeft
 	/** This is the border at the left.
 	 */
-        [optional, property] long BorderLeft; 
- 
-	//------------------------------------------------------------------------- 
-	 
+        [optional, property] long BorderLeft;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::drawing::GenericDrawPage::BorderRight
 	/** This is the border at the right.
 	 */
-        [optional, property] long BorderRight; 
- 
-	//------------------------------------------------------------------------- 
-	 
+        [optional, property] long BorderRight;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::drawing::GenericDrawPage::BorderTop
 	/** This is the border at the top.
 	 */
-        [optional, property] long BorderTop; 
- 
-	//------------------------------------------------------------------------- 
-	 
+        [optional, property] long BorderTop;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::drawing::GenericDrawPage::Height
 	/** This is the height.
 	 */
-        [optional, property] long Height; 
- 
-	//------------------------------------------------------------------------- 
-	 
+        [optional, property] long Height;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::drawing::GenericDrawPage::Width
 	/** This is the width.
 	 */
-        [optional, property] long Width; 
- 
-	//------------------------------------------------------------------------- 
-	 
+        [optional, property] long Width;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::drawing::GenericDrawPage::Number
 	/** This is the number of this page, starting with 1.
 	 */
-        [optional, readonly, property] short Number; 
- 
-	//------------------------------------------------------------------------- 
-	 
+        [optional, readonly, property] short Number;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::drawing::GenericDrawPage::Orientation
 	/** This is the orientation of this page.
 	 */
-        [optional, property] com::sun::star::view::PaperOrientation Orientation; 
+        [optional, property] com::sun::star::view::PaperOrientation Orientation;
 
-	//------------------------------------------------------------------------- 
- 
+	//-------------------------------------------------------------------------
+
 	/** this property stores xml attributes.
 		They will be saved to and restored from automatic styles inside xml files.
 
@@ -208,7 +208,7 @@
 	*/
 	[optional, property] com::sun::star::container::XNameContainer UserDefinedAttributes;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** this property is true if the avveraged background filling colors luminance
 		is belove an application specified threshold value. This can be used to
@@ -216,7 +216,7 @@
 	*/
 	[readonly, optional, property] boolean IsBackgroundDark;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** this index access defines a navigation order for the top level shapes
 		inside this page.
@@ -225,9 +225,9 @@
 	*/
 	[optional, property] com::sun::star::container::XIndexAccess NavigationOrder;
 };
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/GenericDrawingDocument.idl b/main/offapi/com/sun/star/drawing/GenericDrawingDocument.idl
index 81e556a..6e284fa 100644
--- a/main/offapi/com/sun/star/drawing/GenericDrawingDocument.idl
+++ b/main/offapi/com/sun/star/drawing/GenericDrawingDocument.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/drawing/GluePoint.idl b/main/offapi/com/sun/star/drawing/GluePoint.idl
index a820f64..a55fb02 100644
--- a/main/offapi/com/sun/star/drawing/GluePoint.idl
+++ b/main/offapi/com/sun/star/drawing/GluePoint.idl
@@ -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,38 +7,38 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_GluePoint_idl__ 
-#define __com_sun_star_drawing_GluePoint_idl__ 
- 
-#ifndef __com_sun_star_awt_Point_idl__ 
-#include <com/sun/star/awt/Point.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_GluePoint_idl__
+#define __com_sun_star_drawing_GluePoint_idl__
+
+#ifndef __com_sun_star_awt_Point_idl__
+#include <com/sun/star/awt/Point.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: struct com::sun::star::drawing::GluePoint
 /** A <type>GluePoint</type> could be attached to a shape or to a page.
-	
-	
-	
+
+
+
 	<p>If a <type>GluePoint</type> is attached to a shape, it is moved when
 	the shape moves.
 	The ends of connectors can be attached to <type>GluePoint</type>.</p>
@@ -51,36 +51,36 @@
 	// DocMerge from xml: field com::sun::star::drawing::GluePoint::Position
 	/** This is the position of this <type>GluePoint</type>.
 	 */
-	com::sun::star::awt::Point Position; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::awt::Point Position;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: field com::sun::star::drawing::GluePoint::EscapeDirection
 	/** This is the direction in which the connector line leaves the
 		<type>GluePoint</type>.
 	 */
-	short EscapeDirection; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	short EscapeDirection;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: field com::sun::star::drawing::GluePoint::PositionAbsolute
 	/** If this is <TRUE/>, then the position of this <type>GluePoint</type> is
 		absolute on	a page and is not relative to a shape.
 	 */
-	boolean PositionAbsolute; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	boolean PositionAbsolute;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: field com::sun::star::drawing::GluePoint::Alignment
 	/** The alignment of a <code>GluePoint</code> defines how the position of
 		the point is affected by resizing the parent <code>Shape</code>.
 	 */
-	short Alignment; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	short Alignment;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/GluePoint2.idl b/main/offapi/com/sun/star/drawing/GluePoint2.idl
index 191cb59..f274fcd 100644
--- a/main/offapi/com/sun/star/drawing/GluePoint2.idl
+++ b/main/offapi/com/sun/star/drawing/GluePoint2.idl
@@ -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,22 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_GluePoint2_idl__ 
-#define __com_sun_star_drawing_GluePoint2_idl__ 
- 
+#ifndef __com_sun_star_drawing_GluePoint2_idl__
+#define __com_sun_star_drawing_GluePoint2_idl__
+
 #ifndef __com_sun_star_drawing_Alignment_idl__
 #include <com/sun/star/drawing/Alignment.idl>
 #endif
@@ -31,16 +31,16 @@
 #include <com/sun/star/awt/Point.idl>
 #endif
 
-#ifndef __com_sun_star_drawing_EscapeDirection_idl__ 
+#ifndef __com_sun_star_drawing_EscapeDirection_idl__
 #include <com/sun/star/drawing/EscapeDirection.idl>
 #endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** This struct defines the attributes of a glue point.
 	<p>A glue point is a position inside a drawing shape where an edge
 	of a connector shape can be connected.</p>
@@ -53,8 +53,8 @@
 
     <!-- Dennis: Is the % correct? -->
 	 */
-	com::sun::star::awt::Point Position; 
-	
+	com::sun::star::awt::Point Position;
+
 	/** if this flag is set to true, the position of this glue point
 		is given in 1/100% values instead of 1/100cm. */
 	boolean IsRelative;
@@ -75,10 +75,10 @@
 		point. Some shapes may have default glue points attached
 		to them which cannot be altered or removed. */
 	boolean IsUserDefined;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/GradientTable.idl b/main/offapi/com/sun/star/drawing/GradientTable.idl
index a0bc1f0..7d4e9cf 100644
--- a/main/offapi/com/sun/star/drawing/GradientTable.idl
+++ b/main/offapi/com/sun/star/drawing/GradientTable.idl
@@ -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,36 +7,36 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_GradientTable_idl__ 
-#define __com_sun_star_drawing_GradientTable_idl__ 
- 
-#ifndef __com_sun_star_container_XNameContainer_idl__ 
-#include <com/sun/star/container/XNameContainer.idl> 
+#ifndef __com_sun_star_drawing_GradientTable_idl__
+#define __com_sun_star_drawing_GradientTable_idl__
+
+#ifndef __com_sun_star_container_XNameContainer_idl__
+#include <com/sun/star/container/XNameContainer.idl>
 #endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
 
 /** this is a container for <type scope="com::sun::star::awt">Gradient</type>s
 
 	<p>It is used for example to access the <type scope="com::sun::star::awt">Gradient</type>s that
-	are used inside a document. 
+	are used inside a document.
 
 	@see DrawingDocumentFactory
 	@see com::sun::star::awt::Gradient
@@ -52,8 +52,8 @@
 	interface com::sun::star::container::XNameContainer;
 };
 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/GraphicExportFilter.idl b/main/offapi/com/sun/star/drawing/GraphicExportFilter.idl
index 5615bb0..129bfc7 100644
--- a/main/offapi/com/sun/star/drawing/GraphicExportFilter.idl
+++ b/main/offapi/com/sun/star/drawing/GraphicExportFilter.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -35,14 +35,14 @@
 #include <com/sun/star/document/XMimeTypeInfo.idl>
 #endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
 
 /** a component that supports this service lets you export pages, shapes, or
-	groups of shapes from a <type>DrawingDocument</type> to a file in one of the 
+	groups of shapes from a <type>DrawingDocument</type> to a file in one of the
 	file formats supported by the component.
 */
 published service GraphicExportFilter
@@ -101,8 +101,8 @@
 	interface ::com::sun::star::document::XMimeTypeInfo;
 };
 
-//============================================================================= 
- 
-}; }; }; };  
+//=============================================================================
+
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/drawing/GraphicFilterRequest.idl b/main/offapi/com/sun/star/drawing/GraphicFilterRequest.idl
index 1b2288b..6814e66 100644
--- a/main/offapi/com/sun/star/drawing/GraphicFilterRequest.idl
+++ b/main/offapi/com/sun/star/drawing/GraphicFilterRequest.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/drawing/GraphicObjectShape.idl b/main/offapi/com/sun/star/drawing/GraphicObjectShape.idl
index 8fdebec..e6202ae 100644
--- a/main/offapi/com/sun/star/drawing/GraphicObjectShape.idl
+++ b/main/offapi/com/sun/star/drawing/GraphicObjectShape.idl
@@ -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,38 +7,38 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_GraphicObjectShape_idl__ 
-#define __com_sun_star_drawing_GraphicObjectShape_idl__ 
- 
-#ifndef __com_sun_star_drawing_Shape_idl__ 
-#include <com/sun/star/drawing/Shape.idl> 
-#endif 
-  
-#ifndef __com_sun_star_drawing_Text_idl__ 
-#include <com/sun/star/drawing/Text.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_ShadowProperties_idl__ 
-#include <com/sun/star/drawing/ShadowProperties.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_RotationDescriptor_idl__ 
-#include <com/sun/star/drawing/RotationDescriptor.idl> 
-#endif 
- 
+#ifndef __com_sun_star_drawing_GraphicObjectShape_idl__
+#define __com_sun_star_drawing_GraphicObjectShape_idl__
+
+#ifndef __com_sun_star_drawing_Shape_idl__
+#include <com/sun/star/drawing/Shape.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_Text_idl__
+#include <com/sun/star/drawing/Text.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_ShadowProperties_idl__
+#include <com/sun/star/drawing/ShadowProperties.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_RotationDescriptor_idl__
+#include <com/sun/star/drawing/RotationDescriptor.idl>
+#endif
+
 #ifndef __com_sun_star_awt_XBitmap_idl__
 #include <com/sun/star/awt/XBitmap.idl>
 #endif
@@ -46,7 +46,7 @@
 #ifndef com_sun_star_graphic_XGraphic_idl
 #include <com/sun/star/graphic/XGraphic.idl>
 #endif
- 
+
 #ifndef __com_sun_star_drawing_ColorMode_idl__
 #include <com/sun/star/drawing/ColorMode.idl>
 #endif
@@ -55,24 +55,24 @@
 #include <com/sun/star/container/XIndexContainer.idl>
 #endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** This service is for a graphic shape.
  */
 published service GraphicObjectShape
-{ 
-	service com::sun::star::drawing::Shape; 
-	
-	service com::sun::star::drawing::Text; 
-	
-	service com::sun::star::drawing::ShadowProperties; 
-	
-	service com::sun::star::drawing::RotationDescriptor; 
- 
+{
+	service com::sun::star::drawing::Shape;
+
+	service com::sun::star::drawing::Text;
+
+	service com::sun::star::drawing::ShadowProperties;
+
+	service com::sun::star::drawing::RotationDescriptor;
+
 	//-------------------------------------------------------------------------
 	/** This is an url to the source bitmap for this graphic shape.
 	*/
@@ -147,10 +147,10 @@
 	/** This is the graphic that represents this graphic shape
 	*/
 	[optional, property] com::sun::star::graphic::XGraphic Graphic;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/GroupShape.idl b/main/offapi/com/sun/star/drawing/GroupShape.idl
index d01b320..8029356 100644
--- a/main/offapi/com/sun/star/drawing/GroupShape.idl
+++ b/main/offapi/com/sun/star/drawing/GroupShape.idl
@@ -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,47 +7,47 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_GroupShape_idl__ 
-#define __com_sun_star_drawing_GroupShape_idl__ 
- 
-#ifndef __com_sun_star_drawing_XShapeGroup_idl__ 
-#include <com/sun/star/drawing/XShapeGroup.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_XShapes_idl__ 
-#include <com/sun/star/drawing/XShapes.idl> 
-#endif 
+#ifndef __com_sun_star_drawing_GroupShape_idl__
+#define __com_sun_star_drawing_GroupShape_idl__
 
-#ifndef __com_sun_star_drawing_Shape_idl__ 
-#include <com/sun/star/drawing/Shape.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_XShapeGroup_idl__
+#include <com/sun/star/drawing/XShapeGroup.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_XShapes_idl__
+#include <com/sun/star/drawing/XShapes.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_Shape_idl__
+#include <com/sun/star/drawing/Shape.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** This service is for a group of <type>Shape</type>s.
-		@see XShapeGroup 
-		@see XShapes 
+		@see XShapeGroup
+		@see XShapes
  */
 published service GroupShape
-{ 
+{
 	/** Since a GroupShape is also a shape, it has to support this service
 	*/
 	service com::sun::star::drawing::Shape;
@@ -55,17 +55,17 @@
 	/** this is a ui feature for entering and leaving the group for
 		editing.
 	*/
-	interface com::sun::star::drawing::XShapeGroup; 
- 
-	 
+	interface com::sun::star::drawing::XShapeGroup;
+
+
 	/** lets you access the <type>Shape</type>s in this Group.
 	 */
-	interface com::sun::star::drawing::XShapes; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	interface com::sun::star::drawing::XShapes;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/Hatch.idl b/main/offapi/com/sun/star/drawing/Hatch.idl
index 9c6c13f..c8e0497 100644
--- a/main/offapi/com/sun/star/drawing/Hatch.idl
+++ b/main/offapi/com/sun/star/drawing/Hatch.idl
@@ -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,40 +7,40 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_Hatch_idl__ 
-#define __com_sun_star_drawing_Hatch_idl__ 
- 
-#ifndef __com_sun_star_drawing_HatchStyle_idl__ 
-#include <com/sun/star/drawing/HatchStyle.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_Color_idl__ 
-#include <com/sun/star/util/Color.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_Hatch_idl__
+#define __com_sun_star_drawing_Hatch_idl__
+
+#ifndef __com_sun_star_drawing_HatchStyle_idl__
+#include <com/sun/star/drawing/HatchStyle.idl>
+#endif
+
+#ifndef __com_sun_star_util_Color_idl__
+#include <com/sun/star/util/Color.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: struct com::sun::star::drawing::Hatch
 /** This struct defines the appearance of a hatch.
-	
+
 	<p>A hatch is a texture made of straight lines.</p>
  */
 published struct Hatch
@@ -49,33 +49,33 @@
 	/** The <type>HatchStyle</type> defines the kind of lines used to draw
 		this hatch.
 	 */
-	com::sun::star::drawing::HatchStyle Style; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::drawing::HatchStyle Style;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: field com::sun::star::drawing::Hatch::Color
 	/** This is the color of the hatch lines.
 	 */
-	com::sun::star::util::Color Color; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::util::Color Color;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: field com::sun::star::drawing::Hatch::Distance
 	/** This is the distance between the lines in the hatch.
 	 */
-	long Distance; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	long Distance;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: field com::sun::star::drawing::Hatch::Angle
 	/** You can rotate the lines of the hatch with this angle.
 	 */
-	long Angle; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	long Angle;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/HatchStyle.idl b/main/offapi/com/sun/star/drawing/HatchStyle.idl
index 1b62b10..bcfb21b 100644
--- a/main/offapi/com/sun/star/drawing/HatchStyle.idl
+++ b/main/offapi/com/sun/star/drawing/HatchStyle.idl
@@ -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,59 +7,59 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_HatchStyle_idl__ 
-#define __com_sun_star_drawing_HatchStyle_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_HatchStyle_idl__
+#define __com_sun_star_drawing_HatchStyle_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: enum com::sun::star::drawing::HatchStyle
 /** The <type>HatchStyle</type> defines the style of the lines in a hatch.
  */
 published enum HatchStyle
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::HatchStyle::SINGLE
 	/** the hatch consists of a single horizontal line
 	 */
-	SINGLE, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	SINGLE,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::HatchStyle::DOUBLE
 	/** the hatch has a horizontal and a vertical line
 	 */
-	DOUBLE, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	DOUBLE,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::HatchStyle::TRIPLE
 	/** the hatch has a horizontal, a vertical and a diagonal line
 	 */
-	TRIPLE 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	TRIPLE
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/HatchTable.idl b/main/offapi/com/sun/star/drawing/HatchTable.idl
index 841f1b7..594f839 100644
--- a/main/offapi/com/sun/star/drawing/HatchTable.idl
+++ b/main/offapi/com/sun/star/drawing/HatchTable.idl
@@ -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,36 +7,36 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_HatchTable_idl__ 
-#define __com_sun_star_drawing_HatchTable_idl__ 
- 
-#ifndef __com_sun_star_container_XNameContainer_idl__ 
-#include <com/sun/star/container/XNameContainer.idl> 
+#ifndef __com_sun_star_drawing_HatchTable_idl__
+#define __com_sun_star_drawing_HatchTable_idl__
+
+#ifndef __com_sun_star_container_XNameContainer_idl__
+#include <com/sun/star/container/XNameContainer.idl>
 #endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
 
 /** this is a container for <type>Hatch</type>s
 
 	<p>It is used for example to access the <type>Hatch</type>s that
-	are used inside a document. 
+	are used inside a document.
 
 	@see DrawingDocumentFactory
 	@see Hatch
@@ -52,8 +52,8 @@
 	interface com::sun::star::container::XNameContainer;
 };
 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/HomogenMatrix.idl b/main/offapi/com/sun/star/drawing/HomogenMatrix.idl
index ae08295..307a302 100644
--- a/main/offapi/com/sun/star/drawing/HomogenMatrix.idl
+++ b/main/offapi/com/sun/star/drawing/HomogenMatrix.idl
@@ -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,63 +7,63 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_HomogenMatrix_idl__ 
-#define __com_sun_star_drawing_HomogenMatrix_idl__ 
- 
-#ifndef __com_sun_star_drawing_HomogenMatrixLine_idl__ 
-#include <com/sun/star/drawing/HomogenMatrixLine.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_HomogenMatrix_idl__
+#define __com_sun_star_drawing_HomogenMatrix_idl__
+
+#ifndef __com_sun_star_drawing_HomogenMatrixLine_idl__
+#include <com/sun/star/drawing/HomogenMatrixLine.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: struct com::sun::star::drawing::HomogenMatrix
 /** specifies a homogenous matrix by three homogenous lines
  */
 published struct HomogenMatrix
 {
 	// DocMerge: empty anyway
-	com::sun::star::drawing::HomogenMatrixLine Line1; 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR HomogenMatrix::Line2 
-	
+	com::sun::star::drawing::HomogenMatrixLine Line1;
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR HomogenMatrix::Line2
+
 	// DocMerge: empty anyway
-	com::sun::star::drawing::HomogenMatrixLine Line2; 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR HomogenMatrix::Line3 
-	
+	com::sun::star::drawing::HomogenMatrixLine Line2;
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR HomogenMatrix::Line3
+
 	// DocMerge: empty anyway
-	com::sun::star::drawing::HomogenMatrixLine Line3; 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR HomogenMatrix::Line4 
-	
+	com::sun::star::drawing::HomogenMatrixLine Line3;
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR HomogenMatrix::Line4
+
 	// DocMerge: empty anyway
-	com::sun::star::drawing::HomogenMatrixLine Line4; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::drawing::HomogenMatrixLine Line4;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/HomogenMatrix3.idl b/main/offapi/com/sun/star/drawing/HomogenMatrix3.idl
index a056220..3b1921d 100644
--- a/main/offapi/com/sun/star/drawing/HomogenMatrix3.idl
+++ b/main/offapi/com/sun/star/drawing/HomogenMatrix3.idl
@@ -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,53 +7,53 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_HomogenMatrix3_idl__ 
-#define __com_sun_star_drawing_HomogenMatrix3_idl__ 
- 
-#ifndef __com_sun_star_drawing_HomogenMatrixLine3_idl__ 
-#include <com/sun/star/drawing/HomogenMatrixLine3.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_HomogenMatrix3_idl__
+#define __com_sun_star_drawing_HomogenMatrix3_idl__
+
+#ifndef __com_sun_star_drawing_HomogenMatrixLine3_idl__
+#include <com/sun/star/drawing/HomogenMatrixLine3.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: struct com::sun::star::drawing::HomogenMatrix
 /** specifies a homogenous matrix by three homogenous lines
  */
 published struct HomogenMatrix3
 {
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR HomogenMatrix3::Line1
-	com::sun::star::drawing::HomogenMatrixLine3 Line1; 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR HomogenMatrix3::Line2 
-	com::sun::star::drawing::HomogenMatrixLine3 Line2; 
- 
-	//------------------------------------------------------------------------- 
+	com::sun::star::drawing::HomogenMatrixLine3 Line1;
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR HomogenMatrix3::Line2
+	com::sun::star::drawing::HomogenMatrixLine3 Line2;
+
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR HomogenMatrix3::Line3
 	com::sun::star::drawing::HomogenMatrixLine3 Line3;
- }; 
- 
-//============================================================================= 
- 
-}; }; }; };  
+ };
 
-#endif 
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/HomogenMatrix4.idl b/main/offapi/com/sun/star/drawing/HomogenMatrix4.idl
index 25b930c..d4557d0 100644
--- a/main/offapi/com/sun/star/drawing/HomogenMatrix4.idl
+++ b/main/offapi/com/sun/star/drawing/HomogenMatrix4.idl
@@ -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,57 +7,57 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_HomogenMatrix4_idl__ 
-#define __com_sun_star_drawing_HomogenMatrix4_idl__ 
- 
-#ifndef __com_sun_star_drawing_HomogenMatrixLine4_idl__ 
-#include <com/sun/star/drawing/HomogenMatrixLine4.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_HomogenMatrix4_idl__
+#define __com_sun_star_drawing_HomogenMatrix4_idl__
+
+#ifndef __com_sun_star_drawing_HomogenMatrixLine4_idl__
+#include <com/sun/star/drawing/HomogenMatrixLine4.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: struct com::sun::star::drawing::HomogenMatrix
 /** specifies a homogenous matrix by four homogenous lines.
  */
 published struct HomogenMatrix4
 {
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR HomogenMatrix4::Line1
-	com::sun::star::drawing::HomogenMatrixLine4 Line1; 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR HomogenMatrix4::Line2 
-	com::sun::star::drawing::HomogenMatrixLine4 Line2; 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR HomogenMatrix4::Line3 
-	com::sun::star::drawing::HomogenMatrixLine4 Line3; 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR HomogenMatrix4::Line4 
-	com::sun::star::drawing::HomogenMatrixLine4 Line4; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::drawing::HomogenMatrixLine4 Line1;
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR HomogenMatrix4::Line2
+	com::sun::star::drawing::HomogenMatrixLine4 Line2;
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR HomogenMatrix4::Line3
+	com::sun::star::drawing::HomogenMatrixLine4 Line3;
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR HomogenMatrix4::Line4
+	com::sun::star::drawing::HomogenMatrixLine4 Line4;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/HomogenMatrixLine.idl b/main/offapi/com/sun/star/drawing/HomogenMatrixLine.idl
index 4e71b7a..d41ab3a 100644
--- a/main/offapi/com/sun/star/drawing/HomogenMatrixLine.idl
+++ b/main/offapi/com/sun/star/drawing/HomogenMatrixLine.idl
@@ -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,59 +7,59 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_HomogenMatrixLine_idl__ 
-#define __com_sun_star_drawing_HomogenMatrixLine_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_HomogenMatrixLine_idl__
+#define __com_sun_star_drawing_HomogenMatrixLine_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: struct com::sun::star::drawing::HomogenMatrixLine
 /** specifies a single line for a <type>HomogenMatrix</type>.
  */
 published struct HomogenMatrixLine
 {
 	// DocMerge: empty anyway
-	double Column1; 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR HomogenMatrixLine::Column2 
-	
+	double Column1;
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR HomogenMatrixLine::Column2
+
 	// DocMerge: empty anyway
-	double Column2; 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR HomogenMatrixLine::Column3 
-	
+	double Column2;
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR HomogenMatrixLine::Column3
+
 	// DocMerge: empty anyway
-	double Column3; 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR HomogenMatrixLine::Column4 
-	
+	double Column3;
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR HomogenMatrixLine::Column4
+
 	// DocMerge: empty anyway
-	double Column4; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	double Column4;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/HomogenMatrixLine3.idl b/main/offapi/com/sun/star/drawing/HomogenMatrixLine3.idl
index efdf0b6..179684a 100644
--- a/main/offapi/com/sun/star/drawing/HomogenMatrixLine3.idl
+++ b/main/offapi/com/sun/star/drawing/HomogenMatrixLine3.idl
@@ -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,48 +7,48 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_HomogenMatrixLine3_idl__ 
-#define __com_sun_star_drawing_HomogenMatrixLine3_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_HomogenMatrixLine3_idl__
+#define __com_sun_star_drawing_HomogenMatrixLine3_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** specifies a single line for a <type>HomogenMatrix3</type>.
  */
 published struct HomogenMatrixLine3
 {
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR HomogenMatrixLine3::Column1 
-	double Column1; 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR HomogenMatrixLine3::Column2 
-	double Column2; 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR HomogenMatrixLine3::Column3 
-	double Column3; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR HomogenMatrixLine3::Column1
+	double Column1;
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR HomogenMatrixLine3::Column2
+	double Column2;
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR HomogenMatrixLine3::Column3
+	double Column3;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/HomogenMatrixLine4.idl b/main/offapi/com/sun/star/drawing/HomogenMatrixLine4.idl
index 33327cb..4e6d71b 100644
--- a/main/offapi/com/sun/star/drawing/HomogenMatrixLine4.idl
+++ b/main/offapi/com/sun/star/drawing/HomogenMatrixLine4.idl
@@ -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,52 +7,52 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_HomogenMatrixLine4_idl__ 
-#define __com_sun_star_drawing_HomogenMatrixLine4_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_HomogenMatrixLine4_idl__
+#define __com_sun_star_drawing_HomogenMatrixLine4_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** specifies a single line for a <type>HomogenMatrix4</type>.
  */
 published struct HomogenMatrixLine4
 {
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR HomogenMatrixLine4::Column1 
-	double Column1; 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR HomogenMatrixLine4::Column2 
-	double Column2; 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR HomogenMatrixLine4::Column3 
-	double Column3; 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR HomogenMatrixLine4::Column4 
-	double Column4;  
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR HomogenMatrixLine4::Column1
+	double Column1;
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR HomogenMatrixLine4::Column2
+	double Column2;
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR HomogenMatrixLine4::Column3
+	double Column3;
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR HomogenMatrixLine4::Column4
+	double Column4;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/HorizontalDimensioning.idl b/main/offapi/com/sun/star/drawing/HorizontalDimensioning.idl
index 5e6c193..b0c95ab 100644
--- a/main/offapi/com/sun/star/drawing/HorizontalDimensioning.idl
+++ b/main/offapi/com/sun/star/drawing/HorizontalDimensioning.idl
@@ -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,68 +7,68 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_HorizontalDimensioning_idl__ 
-#define __com_sun_star_drawing_HorizontalDimensioning_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_HorizontalDimensioning_idl__
+#define __com_sun_star_drawing_HorizontalDimensioning_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: enum com::sun::star::drawing::HorizontalDimensioning
 /** The <type>HorizontalDimensioning</type> specifies the horizontal position
 	of the text	of a dimensioning shape.
  */
 published enum HorizontalDimensioning
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::HorizontalDimensioning::AUTO
 	/** Set this to have the application select the best horizontal
 		position for the text.
 	 */
-	AUTO, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	AUTO,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::HorizontalDimensioning::LEFT
 	/** The text is positioned to the left.
 	 */
-	LEFT, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	LEFT,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::HorizontalDimensioning::CENTERED
 	/** The text is positioned at the center.
 	 */
-	CENTERED, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	CENTERED,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::HorizontalDimensioning::RIGHT
 	/** The text is positioned to the right.
 	 */
-	RIGHT 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	RIGHT
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/Layer.idl b/main/offapi/com/sun/star/drawing/Layer.idl
index 346d142..37d8cd6 100644
--- a/main/offapi/com/sun/star/drawing/Layer.idl
+++ b/main/offapi/com/sun/star/drawing/Layer.idl
@@ -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,95 +7,95 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_Layer_idl__ 
-#define __com_sun_star_drawing_Layer_idl__ 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_Layer_idl__
+#define __com_sun_star_drawing_Layer_idl__
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: service com::sun::star::drawing::Layer
-/** A layer is an entity inside a document which contains shapes. 
-	
-	
+/** A layer is an entity inside a document which contains shapes.
+
+
 	<p>There could be zero or more <type>Shape</type>s attached to
 	such a layer.
-	
+
 	</p>
 	<p>The properties of a <type>Layer</type> instance affect all <type>Shape</type>s
 	attached to the Layer.
-	
+
 	</p>
 
-	@see	DrawingDocument 
+	@see	DrawingDocument
 	@see LayerManager
  */
 published service Layer
-{ 
- 
-	 
+{
+
+
 	// DocMerge from xml: service com::sun::star::drawing::Layer: interface com::sun::star::beans::XPropertySet
-	/** The properties in this set affect all <type>Shape</type>s attached to 
+	/** The properties in this set affect all <type>Shape</type>s attached to
 				this Layer.
 	 */
-	interface com::sun::star::beans::XPropertySet; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	interface com::sun::star::beans::XPropertySet;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::drawing::Layer::Name
-	/** The name of a <type>Layer</type> is used to identify the 
+	/** The name of a <type>Layer</type> is used to identify the
 		<type>Layer</type> in the user interface.
 	 */
-	[property] string Name; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] string Name;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::drawing::Layer::IsVisible
 	/** If a <type>Layer</type> is not visible, the objects in this
 		<type>Layer</type> are not shown in the user interface.
 	 */
-	[property] boolean IsVisible; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean IsVisible;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::drawing::Layer::IsPrintable
 	/** If a <type>Layer</type> is not printable, the objects in
 		this <type>Layer</type> are not printed.
 	 */
-	[property] boolean IsPrintable; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean IsPrintable;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::drawing::Layer::IsLocked
 	/** If a <type>Layer</type> is locked, the objects in this
 		<type>Layer</type> cannot be edited in the user interface.
 	 */
-	[property] boolean IsLocked; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
+	[property] boolean IsLocked;
 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/LayerManager.idl b/main/offapi/com/sun/star/drawing/LayerManager.idl
index 270044a..54cf9cc 100644
--- a/main/offapi/com/sun/star/drawing/LayerManager.idl
+++ b/main/offapi/com/sun/star/drawing/LayerManager.idl
@@ -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,69 +7,69 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_LayerManager_idl__ 
-#define __com_sun_star_drawing_LayerManager_idl__ 
- 
-#ifndef __com_sun_star_drawing_XLayerManager_idl__ 
-#include <com/sun/star/drawing/XLayerManager.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XNameAccess_idl__ 
-#include <com/sun/star/container/XNameAccess.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_LayerManager_idl__
+#define __com_sun_star_drawing_LayerManager_idl__
+
+#ifndef __com_sun_star_drawing_XLayerManager_idl__
+#include <com/sun/star/drawing/XLayerManager.idl>
+#endif
+
+#ifndef __com_sun_star_container_XNameAccess_idl__
+#include <com/sun/star/container/XNameAccess.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: service com::sun::star::drawing::LayerManager
 /** This service is provided by documents to support <type>Layer</type>s.
 
 	@see DrawingDocument
  */
 published service LayerManager
-{ 
- 
-	 
+{
+
+
 	// DocMerge from xml: service com::sun::star::drawing::LayerManager: interface com::sun::star::drawing::XLayerManager
-	/** gives you access to the existing <type>Layer</type>s by 
-				index and makes it possible to add and remove <type>Layer</type>s and 
-				to attach <type>Shape</type>s to <type>Layer</type>s. 
-				 
-				<p>The contents of the collection all support <type>Layer</type> 
+	/** gives you access to the existing <type>Layer</type>s by
+				index and makes it possible to add and remove <type>Layer</type>s and
+				to attach <type>Shape</type>s to <type>Layer</type>s.
+
+				<p>The contents of the collection all support <type>Layer</type>
 				returned by <type>XLayer</type>.
 	 */
-	interface com::sun::star::drawing::XLayerManager; 
- 
-	 
+	interface com::sun::star::drawing::XLayerManager;
+
+
 	// DocMerge from xml: service com::sun::star::drawing::LayerManager: interface com::sun::star::container::XNameAccess
-	/** gives access to the existing <type>Layer</type>s by name. 
-				 
-				<p>The contents of the collection all support <type>Layer</type> 
+	/** gives access to the existing <type>Layer</type>s by name.
+
+				<p>The contents of the collection all support <type>Layer</type>
 				returned by <type>XLayer</type>.
 	 */
-	interface com::sun::star::container::XNameAccess; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	interface com::sun::star::container::XNameAccess;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/LayerType.idl b/main/offapi/com/sun/star/drawing/LayerType.idl
index e24ce28..18b8a98 100644
--- a/main/offapi/com/sun/star/drawing/LayerType.idl
+++ b/main/offapi/com/sun/star/drawing/LayerType.idl
@@ -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,66 +7,66 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_LayerType_idl__ 
-#define __com_sun_star_drawing_LayerType_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_LayerType_idl__
+#define __com_sun_star_drawing_LayerType_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: enum com::sun::star::drawing::LayerType
 /** This enumeration specifies the type of a drawing layer.
  */
 published enum LayerType
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::LayerType::LAYOUT
 	/** This is the layer for all standard shapes.
 	 */
-	LAYOUT, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	LAYOUT,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::LayerType::CONTROLSA
 	/** This is the layer for the controls.
 	 */
-	CONTROLSA, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	CONTROLSA,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::LayerType::DIMENSIONIANG_LINES
 	/** This is the layer for all measure shapes.
 	 */
-	DIMENSIONIANG_LINES, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	DIMENSIONIANG_LINES,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::LayerType::USER_DEFINED
 	/** There can be zero or more layers of this type.
 	 */
-	USER_DEFINED 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	USER_DEFINED
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/LineCap.idl b/main/offapi/com/sun/star/drawing/LineCap.idl
index 1584820..96d4ec6 100644
--- a/main/offapi/com/sun/star/drawing/LineCap.idl
+++ b/main/offapi/com/sun/star/drawing/LineCap.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 #ifndef __com_sun_star_drawing_LineCap_idl__
diff --git a/main/offapi/com/sun/star/drawing/LineDash.idl b/main/offapi/com/sun/star/drawing/LineDash.idl
index 209fb6c..53b2674 100644
--- a/main/offapi/com/sun/star/drawing/LineDash.idl
+++ b/main/offapi/com/sun/star/drawing/LineDash.idl
@@ -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,33 +7,33 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_LineDash_idl__ 
-#define __com_sun_star_drawing_LineDash_idl__ 
- 
-#ifndef __com_sun_star_drawing_DashStyle_idl__ 
-#include <com/sun/star/drawing/DashStyle.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_LineDash_idl__
+#define __com_sun_star_drawing_LineDash_idl__
+
+#ifndef __com_sun_star_drawing_DashStyle_idl__
+#include <com/sun/star/drawing/DashStyle.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: struct com::sun::star::drawing::LineDash
 /** A <type>LineDash</type> defines a non-continuous line.
  */
@@ -42,48 +42,48 @@
 	// DocMerge from xml: field com::sun::star::drawing::LineDash::Style
 	/** This sets the style of this <type>LineDash</type>.
 	 */
-	com::sun::star::drawing::DashStyle Style; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::drawing::DashStyle Style;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: field com::sun::star::drawing::LineDash::Dots
 	/** This is the number of dots in this <type>LineDash</type>.
 	 */
-	short Dots; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	short Dots;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: field com::sun::star::drawing::LineDash::DotLen
 	/** This is the length of a dot.
 	 */
-	long DotLen; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	long DotLen;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: field com::sun::star::drawing::LineDash::Dashes
 	/** This is the number of dashes.
 	 */
-	short Dashes; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	short Dashes;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: field com::sun::star::drawing::LineDash::DashLen
 	/** This is the length of a single dash.
 	 */
-	long DashLen; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	long DashLen;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: field com::sun::star::drawing::LineDash::Distance
 	/** This is the distance between the dots.
 	 */
-	long Distance; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
+	long Distance;
 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/LineEndType.idl b/main/offapi/com/sun/star/drawing/LineEndType.idl
index 3becace..89c2643 100644
--- a/main/offapi/com/sun/star/drawing/LineEndType.idl
+++ b/main/offapi/com/sun/star/drawing/LineEndType.idl
@@ -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,29 +7,29 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_LineEndType_idl__ 
-#define __com_sun_star_drawing_LineEndType_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_LineEndType_idl__
+#define __com_sun_star_drawing_LineEndType_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: enum com::sun::star::drawing::LineEndType
 /** The <type>LineEndType</type> specifies the appearance of the bullet at the
 	end of a line.
@@ -37,51 +37,51 @@
 	@deprecated
  */
 published enum LineEndType
-{ 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR LineEndType::	NONE, 
-	
+{
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR LineEndType::	NONE,
+
 	// DocMerge from xml: value com::sun::star::drawing::LineEndType::NONE
 	/** the line has no special end.
 	 */
-	NONE, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR LineEndType::	ARROW, 
-	
+	NONE,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR LineEndType::	ARROW,
+
 	// DocMerge from xml: value com::sun::star::drawing::LineEndType::ARROW
 	/** the line uses an arrow for the line end.
 	 */
-	ARROW, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR LineEndType::	CIRCLE, 
-	
+	ARROW,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR LineEndType::	CIRCLE,
+
 	// DocMerge from xml: value com::sun::star::drawing::LineEndType::CIRCLE
 	/** the line uses a circle for the line end.
 	 */
-	CIRCLE, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR LineEndType::	SQUARE, 
-	
+	CIRCLE,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR LineEndType::	SQUARE,
+
 	// DocMerge from xml: value com::sun::star::drawing::LineEndType::SQUARE
 	/** the line uses a square for the line end.
 	 */
-	SQUARE, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR LineEndType::	SPECIAL 
-	
+	SQUARE,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR LineEndType::	SPECIAL
+
 	// DocMerge from xml: value com::sun::star::drawing::LineEndType::SPECIAL
 	/** deprecated
 	 */
-	SPECIAL 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	SPECIAL
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/LineJoint.idl b/main/offapi/com/sun/star/drawing/LineJoint.idl
index fe784ea..a748888 100644
--- a/main/offapi/com/sun/star/drawing/LineJoint.idl
+++ b/main/offapi/com/sun/star/drawing/LineJoint.idl
@@ -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,63 +7,63 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_LineJoint_idl__ 
-#define __com_sun_star_drawing_LineJoint_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_LineJoint_idl__
+#define __com_sun_star_drawing_LineJoint_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: enum com::sun::star::drawing::LineJoint
 /** The <type>LineJoint</type> defines rendering of joints between thick lines
  */
 published enum LineJoint
-{ 
-	 
+{
+
 	// DocMerge from xml: value com::sun::star::drawing::LineJoint::NONE
 	/** the joint between lines will not be connected
 	 */
-	NONE, 
-	 
+	NONE,
+
 	// DocMerge from xml: value com::sun::star::drawing::LineJoint::MIDDLE
 	/** the middle value between the joints is used
 	 */
-	MIDDLE, 
-	 
+	MIDDLE,
+
 	// DocMerge from xml: value com::sun::star::drawing::LineJoint::BEVEL
 	/** the edges of the thick lines will be joined by lines
 	 */
-	BEVEL, 
-	 
+	BEVEL,
+
 	// DocMerge from xml: value com::sun::star::drawing::LineJoint::MITER
 	/** the lines join at intersections
 	 */
-	MITER, 
-	 
+	MITER,
+
 	// DocMerge from xml: value com::sun::star::drawing::LineJoint::ROUND
 	/** the lines join with an arc
 	 */
-	ROUND 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	ROUND
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/LineProperties.idl b/main/offapi/com/sun/star/drawing/LineProperties.idl
index 24f8175..173acb6 100644
--- a/main/offapi/com/sun/star/drawing/LineProperties.idl
+++ b/main/offapi/com/sun/star/drawing/LineProperties.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/drawing/LineShape.idl b/main/offapi/com/sun/star/drawing/LineShape.idl
index 4147a50..6aac629 100644
--- a/main/offapi/com/sun/star/drawing/LineShape.idl
+++ b/main/offapi/com/sun/star/drawing/LineShape.idl
@@ -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,71 +7,71 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_LineShape_idl__ 
-#define __com_sun_star_drawing_LineShape_idl__ 
- 
-#ifndef __com_sun_star_drawing_Shape_idl__ 
-#include <com/sun/star/drawing/Shape.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_LineProperties_idl__ 
-#include <com/sun/star/drawing/LineProperties.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_PolyPolygonDescriptor_idl__ 
-#include <com/sun/star/drawing/PolyPolygonDescriptor.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_Text_idl__ 
-#include <com/sun/star/drawing/Text.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_ShadowProperties_idl__ 
-#include <com/sun/star/drawing/ShadowProperties.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_RotationDescriptor_idl__ 
-#include <com/sun/star/drawing/RotationDescriptor.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_LineShape_idl__
+#define __com_sun_star_drawing_LineShape_idl__
+
+#ifndef __com_sun_star_drawing_Shape_idl__
+#include <com/sun/star/drawing/Shape.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_LineProperties_idl__
+#include <com/sun/star/drawing/LineProperties.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_PolyPolygonDescriptor_idl__
+#include <com/sun/star/drawing/PolyPolygonDescriptor.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_Text_idl__
+#include <com/sun/star/drawing/Text.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_ShadowProperties_idl__
+#include <com/sun/star/drawing/ShadowProperties.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_RotationDescriptor_idl__
+#include <com/sun/star/drawing/RotationDescriptor.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** This service is for a simple <type>Shape</type> with lines.
  */
 published service LineShape
-{ 
+{
 	service com::sun::star::drawing::Shape;
-	
-	service com::sun::star::drawing::LineProperties; 
-	
-	service com::sun::star::drawing::PolyPolygonDescriptor; 
-	
+
+	service com::sun::star::drawing::LineProperties;
+
+	service com::sun::star::drawing::PolyPolygonDescriptor;
+
 	service com::sun::star::drawing::Text;
-	
-	service com::sun::star::drawing::ShadowProperties; 
-	
-	service com::sun::star::drawing::RotationDescriptor; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+
+	service com::sun::star::drawing::ShadowProperties;
+
+	service com::sun::star::drawing::RotationDescriptor;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/LineStyle.idl b/main/offapi/com/sun/star/drawing/LineStyle.idl
index 5e62ed8..14f9dd6 100644
--- a/main/offapi/com/sun/star/drawing/LineStyle.idl
+++ b/main/offapi/com/sun/star/drawing/LineStyle.idl
@@ -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,63 +7,63 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_LineStyle_idl__ 
-#define __com_sun_star_drawing_LineStyle_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_LineStyle_idl__
+#define __com_sun_star_drawing_LineStyle_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: enum com::sun::star::drawing::LineStyle
 /** specifies the appearance of the lines of a
 	shape.
  */
 published enum LineStyle
-{ 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR LineStyle::	NONE, 
-	
+{
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR LineStyle::	NONE,
+
 	// DocMerge from xml: value com::sun::star::drawing::LineStyle::NONE
 	/** the line is hidden.
 	 */
-	NONE, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR LineStyle::	SOLID, 
-	
+	NONE,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR LineStyle::	SOLID,
+
 	// DocMerge from xml: value com::sun::star::drawing::LineStyle::SOLID
 	/** the line is solid.
 	 */
-	SOLID, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR LineStyle::	DASH 
-	
+	SOLID,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR LineStyle::	DASH
+
 	// DocMerge from xml: value com::sun::star::drawing::LineStyle::DASH
 	/** the line use dashes.
 	 */
-	DASH 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	DASH
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/MarkerTable.idl b/main/offapi/com/sun/star/drawing/MarkerTable.idl
index 622fb34..22b2b95 100644
--- a/main/offapi/com/sun/star/drawing/MarkerTable.idl
+++ b/main/offapi/com/sun/star/drawing/MarkerTable.idl
@@ -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,36 +7,36 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_MarkerTable_idl__ 
-#define __com_sun_star_drawing_MarkerTable_idl__ 
- 
-#ifndef __com_sun_star_container_XNameContainer_idl__ 
-#include <com/sun/star/container/XNameContainer.idl> 
+#ifndef __com_sun_star_drawing_MarkerTable_idl__
+#define __com_sun_star_drawing_MarkerTable_idl__
+
+#ifndef __com_sun_star_container_XNameContainer_idl__
+#include <com/sun/star/container/XNameContainer.idl>
 #endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
 
 /** this is a container for <type>PointSequence</type>s
 
 	<p>It is used for example to access the line ends that
-	are used inside a document. 
+	are used inside a document.
 
 	@see DrawingDocumentFactory
 	@see PointSequence
@@ -52,8 +52,8 @@
 	interface com::sun::star::container::XNameContainer;
 };
 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/MasterPage.idl b/main/offapi/com/sun/star/drawing/MasterPage.idl
index ac08741..d8bd435 100644
--- a/main/offapi/com/sun/star/drawing/MasterPage.idl
+++ b/main/offapi/com/sun/star/drawing/MasterPage.idl
@@ -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,38 +7,38 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_MasterPage_idl__ 
-#define __com_sun_star_drawing_MasterPage_idl__ 
- 
-#ifndef __com_sun_star_drawing_GenericDrawPage_idl__ 
-#include <com/sun/star/drawing/GenericDrawPage.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_MasterPage_idl__
+#define __com_sun_star_drawing_MasterPage_idl__
+
+#ifndef __com_sun_star_drawing_GenericDrawPage_idl__
+#include <com/sun/star/drawing/GenericDrawPage.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: service com::sun::star::drawing::MasterPage
-/** This service is a single master page inside a drawing document. 
-	
-	
-	<p>It serves as a background page for zero or more <type>DrawPage</type>s. 
+/** This service is a single master page inside a drawing document.
+
+
+	<p>It serves as a background page for zero or more <type>DrawPage</type>s.
 	Since this service is derived from the service <type>GenericDrawPage</type>,
 	it can be used as a draw page with three differences:
 	</p>
@@ -54,19 +54,19 @@
 	</ol>
  */
 published service MasterPage
-{ 
- 
-	 
+{
+
+
 	// DocMerge from xml: service com::sun::star::drawing::MasterPage: service com::sun::star::drawing::GenericDrawPage
-	/** This service describes the base functionality that every 
+	/** This service describes the base functionality that every
 				draw/master page has.
 	 */
-	service com::sun::star::drawing::GenericDrawPage; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	service com::sun::star::drawing::GenericDrawPage;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/MasterPages.idl b/main/offapi/com/sun/star/drawing/MasterPages.idl
index 7e5ca97..4dd9cf8 100644
--- a/main/offapi/com/sun/star/drawing/MasterPages.idl
+++ b/main/offapi/com/sun/star/drawing/MasterPages.idl
@@ -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,49 +7,49 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_MasterPages_idl__ 
-#define __com_sun_star_drawing_MasterPages_idl__ 
- 
-#ifndef __com_sun_star_drawing_XDrawPages_idl__ 
-#include <com/sun/star/drawing/XDrawPages.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_MasterPages_idl__
+#define __com_sun_star_drawing_MasterPages_idl__
+
+#ifndef __com_sun_star_drawing_XDrawPages_idl__
+#include <com/sun/star/drawing/XDrawPages.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** provides access to a container of <type>MasterPage</type>s
 	and makes it possible for them to be manipulated.
-	
+
 	@see XMasterPagesSupplier
 	@see DrawingDocument
  */
 published service MasterPages
-{ 
+{
 	/** lets you access and create <type>MasterPage</type>s
 	 */
-	interface com::sun::star::drawing::XDrawPages; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	interface com::sun::star::drawing::XDrawPages;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/MeasureKind.idl b/main/offapi/com/sun/star/drawing/MeasureKind.idl
index ca17bf2..5cc11b9 100644
--- a/main/offapi/com/sun/star/drawing/MeasureKind.idl
+++ b/main/offapi/com/sun/star/drawing/MeasureKind.idl
@@ -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,58 +7,58 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_MeasureKind_idl__ 
-#define __com_sun_star_drawing_MeasureKind_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_MeasureKind_idl__
+#define __com_sun_star_drawing_MeasureKind_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: enum com::sun::star::drawing::MeasureKind
 /** determines whether a measured shape is a standard
 	measure or a radius measure.
-	
+
 	@deprecated
  */
 published enum MeasureKind
-{ 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR MeasureKind::	STANDARD, 
-	
+{
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR MeasureKind::	STANDARD,
+
 	// DocMerge from xml: value com::sun::star::drawing::MeasureKind::STANDARD
 	/** use the length measurement.
 	 */
-	STANDARD, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR MeasureKind::	RADIUS 
-	
+	STANDARD,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR MeasureKind::	RADIUS
+
 	// DocMerge from xml: value com::sun::star::drawing::MeasureKind::RADIUS
 	/** use the radius measurement.
 		This option cannot be used from the GUI Interface.
 	 */
-	RADIUS 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	RADIUS
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/MeasureProperties.idl b/main/offapi/com/sun/star/drawing/MeasureProperties.idl
index 86bd830..be3cbae 100644
--- a/main/offapi/com/sun/star/drawing/MeasureProperties.idl
+++ b/main/offapi/com/sun/star/drawing/MeasureProperties.idl
@@ -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,143 +7,143 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_MeasureProperties_idl__ 
-#define __com_sun_star_drawing_MeasureProperties_idl__ 
- 
-#ifndef __com_sun_star_drawing_MeasureKind_idl__ 
-#include <com/sun/star/drawing/MeasureKind.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_MeasureTextHorzPos_idl__ 
-#include <com/sun/star/drawing/MeasureTextHorzPos.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_MeasureTextVertPos_idl__ 
-#include <com/sun/star/drawing/MeasureTextVertPos.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_MeasureProperties_idl__
+#define __com_sun_star_drawing_MeasureProperties_idl__
+
+#ifndef __com_sun_star_drawing_MeasureKind_idl__
+#include <com/sun/star/drawing/MeasureKind.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_MeasureTextHorzPos_idl__
+#include <com/sun/star/drawing/MeasureTextHorzPos.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_MeasureTextVertPos_idl__
+#include <com/sun/star/drawing/MeasureTextVertPos.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** This service describes a <type>MeasureShape</type>.
  */
 published service MeasureProperties
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** If this property is <TRUE/>, the measure is drawn below the
 		reference edge instead of above it.
 	 */
-	[property] boolean MeasureBelowReferenceEdge; 
- 
-	//------------------------------------------------------------------------- 
+	[property] boolean MeasureBelowReferenceEdge;
+
+	//-------------------------------------------------------------------------
 	/** This is the length of the first help line.
 	 */
-	[property] long MeasureHelpLine1Length; 
- 
-	//------------------------------------------------------------------------- 
+	[property] long MeasureHelpLine1Length;
+
+	//-------------------------------------------------------------------------
 	/** This is the length of the second help line.
 	 */
-	[property] long MeasureHelpLine2Length; 
- 
-	//------------------------------------------------------------------------- 
+	[property] long MeasureHelpLine2Length;
+
+	//-------------------------------------------------------------------------
 	/** This is the distance from the measure line to the start of the
 		help lines.
 	 */
-	[property] long MeasureHelpLineDistance; 
- 
-	//------------------------------------------------------------------------- 
+	[property] long MeasureHelpLineDistance;
+
+	//-------------------------------------------------------------------------
 	/** This is the overhang of the two help lines.
 	 */
-	[property] long MeasureHelpLineOverhang; 
- 
-	//------------------------------------------------------------------------- 
+	[property] long MeasureHelpLineOverhang;
+
+	//-------------------------------------------------------------------------
 	/** This enumeration specifies the <type>MeasureKind</type>.
 	 */
-	[property] com::sun::star::drawing::MeasureKind MeasureKind; 
- 
-	//------------------------------------------------------------------------- 
+	[property] com::sun::star::drawing::MeasureKind MeasureKind;
+
+	//-------------------------------------------------------------------------
 	/** This is the distance from the reference edge to the measure line.
 	 */
-	[property] long MeasureLineDistance; 
- 
-	//------------------------------------------------------------------------- 
+	[property] long MeasureLineDistance;
+
+	//-------------------------------------------------------------------------
 	/** This is the overhang of the reference line over the help lines.
 	 */
-	[property] long MeasureOverhang; 
- 
-	//------------------------------------------------------------------------- 
+	[property] long MeasureOverhang;
+
+	//-------------------------------------------------------------------------
 	/** If this is <TRUE/>, the unit of measure is shown in the measure text.
 	 */
-	[property] boolean MeasureShowUnit; 
- 
-	//------------------------------------------------------------------------- 
+	[property] boolean MeasureShowUnit;
+
+	//-------------------------------------------------------------------------
 	/** If this is <TRUE/>, the angle of the measure is set automatically.
 	 */
-	[property] boolean MeasureTextAutoAngle; 
- 
-	//------------------------------------------------------------------------- 
+	[property] boolean MeasureTextAutoAngle;
+
+	//-------------------------------------------------------------------------
 	/** This is the automatic angle.
 	 */
-	[property] long MeasureTextAutoAngleView; 
- 
-	//------------------------------------------------------------------------- 
+	[property] long MeasureTextAutoAngleView;
+
+	//-------------------------------------------------------------------------
 	/** This is the fixed angle.
 	 */
-	[property] long MeasureTextFixedAngle; 
- 
-	//------------------------------------------------------------------------- 
+	[property] long MeasureTextFixedAngle;
+
+	//-------------------------------------------------------------------------
 	/** This is the horizontal position of the measure text.
 	 */
-	[property] com::sun::star::drawing::MeasureTextHorzPos MeasureTextHorizontalPosition; 
- 
-	//------------------------------------------------------------------------- 
+	[property] com::sun::star::drawing::MeasureTextHorzPos MeasureTextHorizontalPosition;
+
+	//-------------------------------------------------------------------------
 	/** This is the vertical position of the text.
 	 */
-	[property] com::sun::star::drawing::MeasureTextVertPos MeasureTextVerticalPosition;  
+	[property] com::sun::star::drawing::MeasureTextVertPos MeasureTextVerticalPosition;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	/** If this value is <TRUE/>, the measure has a fixed angle.
 	 */
-	[property] boolean MeasureTextIsFixedAngle; 
- 
-	//------------------------------------------------------------------------- 
+	[property] boolean MeasureTextIsFixedAngle;
+
+	//-------------------------------------------------------------------------
 	/** If this value is <TRUE/>, the text is rotated 90 degrees.
 	 */
-	[property] boolean MeasureTextRotate90; 
- 
-	//------------------------------------------------------------------------- 
+	[property] boolean MeasureTextRotate90;
+
+	//-------------------------------------------------------------------------
 	/** If this value is <TRUE/>, the text is printed upside down.
 	 */
-	[property] boolean MeasureTextUpsideDown; 
+	[property] boolean MeasureTextUpsideDown;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	/** This value is the number of decimal places that is used to format the
 		measure value.
 
 		@since OpenOffice 1.1.2
 	 */
-	[optional, property] short MeasureDecimalPlaces; 
- }; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[optional, property] short MeasureDecimalPlaces;
+ };
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/MeasureShape.idl b/main/offapi/com/sun/star/drawing/MeasureShape.idl
index 22917d1..a26a483 100644
--- a/main/offapi/com/sun/star/drawing/MeasureShape.idl
+++ b/main/offapi/com/sun/star/drawing/MeasureShape.idl
@@ -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,83 +7,83 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_MeasureShape_idl__ 
-#define __com_sun_star_drawing_MeasureShape_idl__ 
- 
-#ifndef __com_sun_star_drawing_Shape_idl__ 
-#include <com/sun/star/drawing/Shape.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_MeasureProperties_idl__ 
-#include <com/sun/star/drawing/MeasureProperties.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_Text_idl__ 
-#include <com/sun/star/drawing/Text.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_ShadowProperties_idl__ 
-#include <com/sun/star/drawing/ShadowProperties.idl> 
-#endif 
+#ifndef __com_sun_star_drawing_MeasureShape_idl__
+#define __com_sun_star_drawing_MeasureShape_idl__
 
-#ifndef __com_sun_star_drawing_LineProperties_idl__ 
-#include <com/sun/star/drawing/LineProperties.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_RotationDescriptor_idl__ 
-#include <com/sun/star/drawing/RotationDescriptor.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_Point_idl__ 
-#include <com/sun/star/awt/Point.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_Shape_idl__
+#include <com/sun/star/drawing/Shape.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_MeasureProperties_idl__
+#include <com/sun/star/drawing/MeasureProperties.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_Text_idl__
+#include <com/sun/star/drawing/Text.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_ShadowProperties_idl__
+#include <com/sun/star/drawing/ShadowProperties.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_LineProperties_idl__
+#include <com/sun/star/drawing/LineProperties.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_RotationDescriptor_idl__
+#include <com/sun/star/drawing/RotationDescriptor.idl>
+#endif
+
+#ifndef __com_sun_star_awt_Point_idl__
+#include <com/sun/star/awt/Point.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** This service is for a dimensioning shape.
  */
 published service MeasureShape
-{ 
-	service com::sun::star::drawing::Shape; 
+{
+	service com::sun::star::drawing::Shape;
 
 	service com::sun::star::drawing::MeasureProperties;
 
-	service com::sun::star::drawing::LineProperties; 
-	
-	service com::sun::star::drawing::Text; 
-	
-	service com::sun::star::drawing::ShadowProperties; 
-	
-	service com::sun::star::drawing::RotationDescriptor; 
+	service com::sun::star::drawing::LineProperties;
+
+	service com::sun::star::drawing::Text;
+
+	service com::sun::star::drawing::ShadowProperties;
+
+	service com::sun::star::drawing::RotationDescriptor;
 
 	/** this point is the start of the measured distance */
 	[property] com::sun::star::awt::Point StartPosition;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** this point is the end of the measured distance */
 	[property] com::sun::star::awt::Point EndPosition;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/MeasureTextHorzPos.idl b/main/offapi/com/sun/star/drawing/MeasureTextHorzPos.idl
index 94af5b6..7623d2c 100644
--- a/main/offapi/com/sun/star/drawing/MeasureTextHorzPos.idl
+++ b/main/offapi/com/sun/star/drawing/MeasureTextHorzPos.idl
@@ -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,64 +7,64 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_MeasureTextHorzPos_idl__ 
-#define __com_sun_star_drawing_MeasureTextHorzPos_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_MeasureTextHorzPos_idl__
+#define __com_sun_star_drawing_MeasureTextHorzPos_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: enum com::sun::star::drawing::MeasureTextHorzPos
 /** This enumeration defines the relative horizontal placement of the text
 	inside a measure shape.
  */
 published enum MeasureTextHorzPos
-{ 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR MeasureTextHorzPos::	AUTO, 
-	
-	// DocMerge: empty anyway
-	AUTO, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR MeasureTextHorzPos::	LEFTOUTSIDE, 
-	
-	// DocMerge: empty anyway
-	LEFTOUTSIDE, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR MeasureTextHorzPos::	INSIDE, 
-	
-	// DocMerge: empty anyway
-	INSIDE, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR MeasureTextHorzPos::	RIGHTOUTSIDE 
-	
-	// DocMerge: empty anyway
-	RIGHTOUTSIDE 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
+{
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR MeasureTextHorzPos::	AUTO,
 
-#endif 
+	// DocMerge: empty anyway
+	AUTO,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR MeasureTextHorzPos::	LEFTOUTSIDE,
+
+	// DocMerge: empty anyway
+	LEFTOUTSIDE,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR MeasureTextHorzPos::	INSIDE,
+
+	// DocMerge: empty anyway
+	INSIDE,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR MeasureTextHorzPos::	RIGHTOUTSIDE
+
+	// DocMerge: empty anyway
+	RIGHTOUTSIDE
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/MeasureTextVertPos.idl b/main/offapi/com/sun/star/drawing/MeasureTextVertPos.idl
index 19d27be..851ccd6 100644
--- a/main/offapi/com/sun/star/drawing/MeasureTextVertPos.idl
+++ b/main/offapi/com/sun/star/drawing/MeasureTextVertPos.idl
@@ -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,69 +7,69 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_MeasureTextVertPos_idl__ 
-#define __com_sun_star_drawing_MeasureTextVertPos_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_MeasureTextVertPos_idl__
+#define __com_sun_star_drawing_MeasureTextVertPos_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: enum com::sun::star::drawing::MeasureTextVertPos
 /** This enumeration defines the relative vertical placement of the text
 	inside a measure shape.
  */
 published enum MeasureTextVertPos
-{ 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR MeasureTextVertPos::	AUTO, 
-	
+{
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR MeasureTextVertPos::	AUTO,
+
 	// DocMerge: empty anyway
-	AUTO, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR MeasureTextVertPos::	EAST, 
-	
+	AUTO,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR MeasureTextVertPos::	EAST,
+
 	// DocMerge: empty anyway
-	EAST, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR MeasureTextVertPos::	BREAKEDLINE, 
-	
+	EAST,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR MeasureTextVertPos::	BREAKEDLINE,
+
 	// DocMerge: empty anyway
-	BREAKEDLINE, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR MeasureTextVertPos::	WEST, 
-	
+	BREAKEDLINE,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR MeasureTextVertPos::	WEST,
+
 	// DocMerge: empty anyway
-	WEST, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR MeasureTextVertPos::	CENTERED 
-	
+	WEST,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR MeasureTextVertPos::	CENTERED
+
 	// DocMerge: empty anyway
-	CENTERED 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	CENTERED
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/MirrorAxis.idl b/main/offapi/com/sun/star/drawing/MirrorAxis.idl
index f2ffdcd..e35ba9a 100644
--- a/main/offapi/com/sun/star/drawing/MirrorAxis.idl
+++ b/main/offapi/com/sun/star/drawing/MirrorAxis.idl
@@ -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,52 +7,52 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_MirrorAxis_idl__ 
-#define __com_sun_star_drawing_MirrorAxis_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_MirrorAxis_idl__
+#define __com_sun_star_drawing_MirrorAxis_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: enum com::sun::star::drawing::MirrorAxis
 /** defines an axis for simple mirroring.
  */
 published enum MirrorAxis
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::MirrorAxis::VERTICAL
 	/** mirror to the vertical axis
 	 */
-	VERTICAL, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	VERTICAL,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::MirrorAxis::HORIZONTAL
 	/** mirror to the horizontal axis
 	 */
-	HORIZONTAL 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	HORIZONTAL
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/NormalsKind.idl b/main/offapi/com/sun/star/drawing/NormalsKind.idl
index 66d690b..fa7615d 100644
--- a/main/offapi/com/sun/star/drawing/NormalsKind.idl
+++ b/main/offapi/com/sun/star/drawing/NormalsKind.idl
@@ -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,62 +7,62 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_NormalsKind_idl__ 
-#define __com_sun_star_drawing_NormalsKind_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_NormalsKind_idl__
+#define __com_sun_star_drawing_NormalsKind_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: enum com::sun::star::drawing::NormalsKind
 /** specifies in which way the standard normals
 	for an object are produced.
  */
 published enum NormalsKind
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::NormalsKind::SPECIFIC
 	/** does not produce standard normals, but leaves
 		the object-specific ones untouched.
 	 */
-	SPECIFIC, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	SPECIFIC,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::NormalsKind::FLAT
 	/** forces one normal per flat part.
 	 */
-	FLAT, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	FLAT,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::NormalsKind::SPHERE
 	/** forces normals to think that the object is a
 		sphere.
 	 */
-	SPHERE 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	SPHERE
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/OLE2Shape.idl b/main/offapi/com/sun/star/drawing/OLE2Shape.idl
index 9d7e7d4..32188ce 100644
--- a/main/offapi/com/sun/star/drawing/OLE2Shape.idl
+++ b/main/offapi/com/sun/star/drawing/OLE2Shape.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -37,7 +37,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module drawing { 
+module com { module sun { module star { module drawing {
 
 //=============================================================================
 /** This service is for an ole shape.
@@ -46,7 +46,7 @@
 {
 	service com::sun::star::drawing::Shape;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** If you get this property you get the CLSID of the OLE2 document stream
 		contained in this OLE2 shape. If you set it, an empty OLE2 document stream
@@ -54,24 +54,24 @@
 	*/
 	[property] string CLSID;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** this is the internal storage name that keeps this OLE2 persist.
 	*/
 	[property] string PersistName;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** This is the model for the OLE2 inside this shape.
 		<p>This property returns an empty reference if the ole2 is not an
 		Office component.
-	
+
 	*/
 	[readonly, property] com::sun::star::frame::XModel Model;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
-	/** This property returns <TRUE/> for all OLE2 that are internal 
+	/** This property returns <TRUE/> for all OLE2 that are internal
 		Office components.
 	*/
 	[readonly, property] boolean IsInternal;
@@ -79,6 +79,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/drawing/OpenBezierShape.idl b/main/offapi/com/sun/star/drawing/OpenBezierShape.idl
index fda281e..f197e91 100644
--- a/main/offapi/com/sun/star/drawing/OpenBezierShape.idl
+++ b/main/offapi/com/sun/star/drawing/OpenBezierShape.idl
@@ -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,73 +7,73 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_OpenBezierShape_idl__ 
-#define __com_sun_star_drawing_OpenBezierShape_idl__ 
- 
-#ifndef __com_sun_star_drawing_Shape_idl__ 
-#include <com/sun/star/drawing/Shape.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_LineProperties_idl__ 
-#include <com/sun/star/drawing/LineProperties.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_PolyPolygonBezierDescriptor_idl__ 
-#include <com/sun/star/drawing/PolyPolygonBezierDescriptor.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_Text_idl__ 
-#include <com/sun/star/drawing/Text.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_ShadowProperties_idl__ 
-#include <com/sun/star/drawing/ShadowProperties.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_RotationDescriptor_idl__ 
-#include <com/sun/star/drawing/RotationDescriptor.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_OpenBezierShape_idl__
+#define __com_sun_star_drawing_OpenBezierShape_idl__
+
+#ifndef __com_sun_star_drawing_Shape_idl__
+#include <com/sun/star/drawing/Shape.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_LineProperties_idl__
+#include <com/sun/star/drawing/LineProperties.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_PolyPolygonBezierDescriptor_idl__
+#include <com/sun/star/drawing/PolyPolygonBezierDescriptor.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_Text_idl__
+#include <com/sun/star/drawing/Text.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_ShadowProperties_idl__
+#include <com/sun/star/drawing/ShadowProperties.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_RotationDescriptor_idl__
+#include <com/sun/star/drawing/RotationDescriptor.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** This service is for an open bezier shape.
  */
 published service OpenBezierShape
-{ 
-	service com::sun::star::drawing::Shape; 
-	
-	service com::sun::star::drawing::LineProperties; 
-	
-	service com::sun::star::drawing::PolyPolygonBezierDescriptor; 
-	
-	service com::sun::star::drawing::Text; 
-	
-	service com::sun::star::drawing::ShadowProperties; 
-	
-	service com::sun::star::drawing::RotationDescriptor; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+	service com::sun::star::drawing::Shape;
+
+	service com::sun::star::drawing::LineProperties;
+
+	service com::sun::star::drawing::PolyPolygonBezierDescriptor;
+
+	service com::sun::star::drawing::Text;
+
+	service com::sun::star::drawing::ShadowProperties;
+
+	service com::sun::star::drawing::RotationDescriptor;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/PageShape.idl b/main/offapi/com/sun/star/drawing/PageShape.idl
index 542a2ed..82ffd6d 100644
--- a/main/offapi/com/sun/star/drawing/PageShape.idl
+++ b/main/offapi/com/sun/star/drawing/PageShape.idl
@@ -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,33 +7,33 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_PageShape_idl__ 
-#define __com_sun_star_drawing_PageShape_idl__ 
- 
-#ifndef __com_sun_star_drawing_Shape_idl__ 
-#include <com/sun/star/drawing/Shape.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_PageShape_idl__
+#define __com_sun_star_drawing_PageShape_idl__
+
+#ifndef __com_sun_star_drawing_Shape_idl__
+#include <com/sun/star/drawing/Shape.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: service com::sun::star::drawing::PageShape
 /** This service is for a page shape.
 	A page shape displays a preview of another page. These shapes
@@ -42,10 +42,10 @@
 	the printing position and order of pages
  */
 published service PageShape
-{ 
+{
 	// DocMerge: empty anyway
-	service com::sun::star::drawing::Shape; 
- 
+	service com::sun::star::drawing::Shape;
+
 	/** this is the page number that is used for the preview.
 		For page shapes on notes pages, this can't be changed.
 		For page shapes on handout pages, this value only
@@ -53,10 +53,10 @@
 		shapes on the page.
 	*/
 	[optional, property] long PageNumber;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/PluginShape.idl b/main/offapi/com/sun/star/drawing/PluginShape.idl
index c23c2a3..5b1469e 100644
--- a/main/offapi/com/sun/star/drawing/PluginShape.idl
+++ b/main/offapi/com/sun/star/drawing/PluginShape.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -33,7 +33,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module drawing { 
+module com { module sun { module star { module drawing {
 
 //=============================================================================
 /** This <type>Shape</type> encapsulates a plugin.
@@ -43,26 +43,26 @@
 */
 published service PluginShape
 {
-	/** basic service for position, size and z-order. 
-		
+	/** basic service for position, size and z-order.
+
 		<p>A <type>PluginShape</type> cannot be rotated.
 	 */
 	service com::sun::star::drawing::Shape;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** This property specifies the media-type to which this plugin should
 		be registered.
 	*/
 	[property] string PluginMimeType;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** This property specifies the url to the binary object.
 	*/
 	[property] string PluginURL;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** This sequence contains paramaters that are passed to the application
 		that renders the plugin when it is initialized.
@@ -72,6 +72,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/drawing/PointSequence.idl b/main/offapi/com/sun/star/drawing/PointSequence.idl
index 46d0d9e..54dbf04 100644
--- a/main/offapi/com/sun/star/drawing/PointSequence.idl
+++ b/main/offapi/com/sun/star/drawing/PointSequence.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -29,7 +29,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module drawing { 
+module com { module sun { module star { module drawing {
 
 //=============================================================================
 /**
@@ -38,6 +38,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/drawing/PointSequenceSequence.idl b/main/offapi/com/sun/star/drawing/PointSequenceSequence.idl
index 94907b4..7f385d6 100644
--- a/main/offapi/com/sun/star/drawing/PointSequenceSequence.idl
+++ b/main/offapi/com/sun/star/drawing/PointSequenceSequence.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -29,7 +29,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module drawing { 
+module com { module sun { module star { module drawing {
 
 //=============================================================================
 /**
@@ -38,6 +38,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/drawing/PolyLineShape.idl b/main/offapi/com/sun/star/drawing/PolyLineShape.idl
index c595f20..1cabdb1 100644
--- a/main/offapi/com/sun/star/drawing/PolyLineShape.idl
+++ b/main/offapi/com/sun/star/drawing/PolyLineShape.idl
@@ -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,73 +7,73 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_PolyLineShape_idl__ 
-#define __com_sun_star_drawing_PolyLineShape_idl__ 
- 
-#ifndef __com_sun_star_drawing_Shape_idl__ 
-#include <com/sun/star/drawing/Shape.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_LineProperties_idl__ 
-#include <com/sun/star/drawing/LineProperties.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_PolyPolygonDescriptor_idl__ 
-#include <com/sun/star/drawing/PolyPolygonDescriptor.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_Text_idl__ 
-#include <com/sun/star/drawing/Text.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_ShadowProperties_idl__ 
-#include <com/sun/star/drawing/ShadowProperties.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_RotationDescriptor_idl__ 
-#include <com/sun/star/drawing/RotationDescriptor.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_PolyLineShape_idl__
+#define __com_sun_star_drawing_PolyLineShape_idl__
+
+#ifndef __com_sun_star_drawing_Shape_idl__
+#include <com/sun/star/drawing/Shape.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_LineProperties_idl__
+#include <com/sun/star/drawing/LineProperties.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_PolyPolygonDescriptor_idl__
+#include <com/sun/star/drawing/PolyPolygonDescriptor.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_Text_idl__
+#include <com/sun/star/drawing/Text.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_ShadowProperties_idl__
+#include <com/sun/star/drawing/ShadowProperties.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_RotationDescriptor_idl__
+#include <com/sun/star/drawing/RotationDescriptor.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** This service is for a polyline shape.
 	<p>A polyline has one or more straight lines.</p>
  */
 published service PolyLineShape
-{ 
-	service com::sun::star::drawing::Shape; 
-	
-	service com::sun::star::drawing::LineProperties; 
-	
-	service com::sun::star::drawing::PolyPolygonDescriptor; 
-	
-	service com::sun::star::drawing::Text; 
-	
-	service com::sun::star::drawing::ShadowProperties; 
-	
-	service com::sun::star::drawing::RotationDescriptor;  
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+	service com::sun::star::drawing::Shape;
+
+	service com::sun::star::drawing::LineProperties;
+
+	service com::sun::star::drawing::PolyPolygonDescriptor;
+
+	service com::sun::star::drawing::Text;
+
+	service com::sun::star::drawing::ShadowProperties;
+
+	service com::sun::star::drawing::RotationDescriptor;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/PolyPolygonBezierCoords.idl b/main/offapi/com/sun/star/drawing/PolyPolygonBezierCoords.idl
index 93f9c60..36cdbe9 100644
--- a/main/offapi/com/sun/star/drawing/PolyPolygonBezierCoords.idl
+++ b/main/offapi/com/sun/star/drawing/PolyPolygonBezierCoords.idl
@@ -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,55 +7,55 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_PolyPolygonBezierCoords_idl__ 
-#define __com_sun_star_drawing_PolyPolygonBezierCoords_idl__ 
- 
-#ifndef __com_sun_star_drawing_PointSequenceSequence_idl__ 
-#include <com/sun/star/drawing/PointSequenceSequence.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_FlagSequenceSequence_idl__ 
-#include <com/sun/star/drawing/FlagSequenceSequence.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_PolyPolygonBezierCoords_idl__
+#define __com_sun_star_drawing_PolyPolygonBezierCoords_idl__
+
+#ifndef __com_sun_star_drawing_PointSequenceSequence_idl__
+#include <com/sun/star/drawing/PointSequenceSequence.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_FlagSequenceSequence_idl__
+#include <com/sun/star/drawing/FlagSequenceSequence.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: struct com::sun::star::drawing::PolyPolygonBezierCoords
 /** specifies the coordinates for a poly polygon bezier.
  */
 published struct PolyPolygonBezierCoords
 {
 	// DocMerge: empty anyway
-	com::sun::star::drawing::PointSequenceSequence Coordinates; 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR PolyPolygonBezierCoords::Flags 
-	
+	com::sun::star::drawing::PointSequenceSequence Coordinates;
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR PolyPolygonBezierCoords::Flags
+
 	// DocMerge: empty anyway
-	com::sun::star::drawing::FlagSequenceSequence Flags; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::drawing::FlagSequenceSequence Flags;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/PolyPolygonBezierDescriptor.idl b/main/offapi/com/sun/star/drawing/PolyPolygonBezierDescriptor.idl
index e9a98e1..48a2ca0 100644
--- a/main/offapi/com/sun/star/drawing/PolyPolygonBezierDescriptor.idl
+++ b/main/offapi/com/sun/star/drawing/PolyPolygonBezierDescriptor.idl
@@ -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,64 +7,64 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_PolyPolygonBezierDescriptor_idl__ 
-#define __com_sun_star_drawing_PolyPolygonBezierDescriptor_idl__ 
- 
-#ifndef __com_sun_star_drawing_PolygonKind_idl__ 
-#include <com/sun/star/drawing/PolygonKind.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_PolyPolygonBezierCoords_idl__ 
-#include <com/sun/star/drawing/PolyPolygonBezierCoords.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_PolyPolygonBezierDescriptor_idl__
+#define __com_sun_star_drawing_PolyPolygonBezierDescriptor_idl__
+
+#ifndef __com_sun_star_drawing_PolygonKind_idl__
+#include <com/sun/star/drawing/PolygonKind.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_PolyPolygonBezierCoords_idl__
+#include <com/sun/star/drawing/PolyPolygonBezierCoords.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** This service describes a polypolygonbezier.
-	<p>A polypolygonbezier consists of multiple bezier polygons combined 
+	<p>A polypolygonbezier consists of multiple bezier polygons combined
 	in one.</p>
  */
 published service PolyPolygonBezierDescriptor
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** This is the type of this polygon.
 	 */
-	[readonly, property] com::sun::star::drawing::PolygonKind PolygonKind; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[readonly, property] com::sun::star::drawing::PolygonKind PolygonKind;
+
+	//-------------------------------------------------------------------------
+
 	/** These are the bezier points of this polygon.
 	 */
-	[property] com::sun::star::drawing::PolyPolygonBezierCoords PolyPolygonBezier; 
+	[property] com::sun::star::drawing::PolyPolygonBezierCoords PolyPolygonBezier;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** These are the untransformed bezier coordinates of this polygon.
 	 */
 	[property] com::sun::star::drawing::PolyPolygonBezierCoords Geometry;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/PolyPolygonBezierShape.idl b/main/offapi/com/sun/star/drawing/PolyPolygonBezierShape.idl
index 61d36ee..9c88a18 100644
--- a/main/offapi/com/sun/star/drawing/PolyPolygonBezierShape.idl
+++ b/main/offapi/com/sun/star/drawing/PolyPolygonBezierShape.idl
@@ -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,79 +7,79 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_PolyPolygonBezierShape_idl__ 
-#define __com_sun_star_drawing_PolyPolygonBezierShape_idl__ 
- 
-#ifndef __com_sun_star_drawing_Shape_idl__ 
-#include <com/sun/star/drawing/Shape.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_LineProperties_idl__ 
-#include <com/sun/star/drawing/LineProperties.idl> 
-#endif 
+#ifndef __com_sun_star_drawing_PolyPolygonBezierShape_idl__
+#define __com_sun_star_drawing_PolyPolygonBezierShape_idl__
 
-#ifndef __com_sun_star_drawing_FillProperties_idl__ 
-#include <com/sun/star/drawing/FillProperties.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_PolyPolygonBezierDescriptor_idl__ 
-#include <com/sun/star/drawing/PolyPolygonBezierDescriptor.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_Text_idl__ 
-#include <com/sun/star/drawing/Text.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_ShadowProperties_idl__ 
-#include <com/sun/star/drawing/ShadowProperties.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_RotationDescriptor_idl__ 
-#include <com/sun/star/drawing/RotationDescriptor.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_Shape_idl__
+#include <com/sun/star/drawing/Shape.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_LineProperties_idl__
+#include <com/sun/star/drawing/LineProperties.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_FillProperties_idl__
+#include <com/sun/star/drawing/FillProperties.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_PolyPolygonBezierDescriptor_idl__
+#include <com/sun/star/drawing/PolyPolygonBezierDescriptor.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_Text_idl__
+#include <com/sun/star/drawing/Text.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_ShadowProperties_idl__
+#include <com/sun/star/drawing/ShadowProperties.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_RotationDescriptor_idl__
+#include <com/sun/star/drawing/RotationDescriptor.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: service com::sun::star::drawing::PolyPolygonBezierShape
 /** This service specifies a polypolygon bezier shape.
  */
 published service PolyPolygonBezierShape
-{ 
-	service com::sun::star::drawing::Shape; 
-	
-	service com::sun::star::drawing::LineProperties; 
+{
+	service com::sun::star::drawing::Shape;
 
-	service com::sun::star::drawing::FillProperties; 
-	
-	service com::sun::star::drawing::PolyPolygonBezierDescriptor; 
-	
-	service com::sun::star::drawing::Text; 
-	
-	service com::sun::star::drawing::ShadowProperties; 
-	
-	service com::sun::star::drawing::RotationDescriptor;  
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	service com::sun::star::drawing::LineProperties;
+
+	service com::sun::star::drawing::FillProperties;
+
+	service com::sun::star::drawing::PolyPolygonBezierDescriptor;
+
+	service com::sun::star::drawing::Text;
+
+	service com::sun::star::drawing::ShadowProperties;
+
+	service com::sun::star::drawing::RotationDescriptor;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/PolyPolygonDescriptor.idl b/main/offapi/com/sun/star/drawing/PolyPolygonDescriptor.idl
index bcae4e7..f5f3d52 100644
--- a/main/offapi/com/sun/star/drawing/PolyPolygonDescriptor.idl
+++ b/main/offapi/com/sun/star/drawing/PolyPolygonDescriptor.idl
@@ -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,63 +7,63 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_PolyPolygonDescriptor_idl__ 
-#define __com_sun_star_drawing_PolyPolygonDescriptor_idl__ 
- 
-#ifndef __com_sun_star_drawing_PolygonKind_idl__ 
-#include <com/sun/star/drawing/PolygonKind.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_PointSequenceSequence_idl__ 
-#include <com/sun/star/drawing/PointSequenceSequence.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_PolyPolygonDescriptor_idl__
+#define __com_sun_star_drawing_PolyPolygonDescriptor_idl__
+
+#ifndef __com_sun_star_drawing_PolygonKind_idl__
+#include <com/sun/star/drawing/PolygonKind.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_PointSequenceSequence_idl__
+#include <com/sun/star/drawing/PointSequenceSequence.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** This service describes a polypolygon.
 	<p>A polypolygon consists of multiple polygons combined in one.</p>
  */
 published service PolyPolygonDescriptor
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** This is the type of polygon.
 	 */
-	[readonly, property] com::sun::star::drawing::PolygonKind PolygonKind; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[readonly, property] com::sun::star::drawing::PolygonKind PolygonKind;
+
+	//-------------------------------------------------------------------------
+
 	/** These are the reference points for this polygon.
 	 */
-	[property] com::sun::star::drawing::PointSequenceSequence PolyPolygon; 
+	[property] com::sun::star::drawing::PointSequenceSequence PolyPolygon;
 
-	//------------------------------------------------------------------------- 
- 
+	//-------------------------------------------------------------------------
+
 	/** These are the untransformed points of this polygon.
 	 */
 	[property] com::sun::star::drawing::PointSequenceSequence Geometry;
 };
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/PolyPolygonShape.idl b/main/offapi/com/sun/star/drawing/PolyPolygonShape.idl
index 541c3a2..b6ccbb0 100644
--- a/main/offapi/com/sun/star/drawing/PolyPolygonShape.idl
+++ b/main/offapi/com/sun/star/drawing/PolyPolygonShape.idl
@@ -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,81 +7,81 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_PolyPolygonShape_idl__ 
-#define __com_sun_star_drawing_PolyPolygonShape_idl__ 
- 
-#ifndef __com_sun_star_drawing_Shape_idl__ 
-#include <com/sun/star/drawing/Shape.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_LineProperties_idl__ 
-#include <com/sun/star/drawing/LineProperties.idl> 
-#endif 
+#ifndef __com_sun_star_drawing_PolyPolygonShape_idl__
+#define __com_sun_star_drawing_PolyPolygonShape_idl__
 
-#ifndef __com_sun_star_drawing_FillProperties_idl__ 
-#include <com/sun/star/drawing/FillProperties.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_PolyPolygonDescriptor_idl__ 
-#include <com/sun/star/drawing/PolyPolygonDescriptor.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_Text_idl__ 
-#include <com/sun/star/drawing/Text.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_ShadowProperties_idl__ 
-#include <com/sun/star/drawing/ShadowProperties.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_RotationDescriptor_idl__ 
-#include <com/sun/star/drawing/RotationDescriptor.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_Shape_idl__
+#include <com/sun/star/drawing/Shape.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_LineProperties_idl__
+#include <com/sun/star/drawing/LineProperties.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_FillProperties_idl__
+#include <com/sun/star/drawing/FillProperties.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_PolyPolygonDescriptor_idl__
+#include <com/sun/star/drawing/PolyPolygonDescriptor.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_Text_idl__
+#include <com/sun/star/drawing/Text.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_ShadowProperties_idl__
+#include <com/sun/star/drawing/ShadowProperties.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_RotationDescriptor_idl__
+#include <com/sun/star/drawing/RotationDescriptor.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** This service is for a polygon shape.
-	<p>A polypolygon has 2 or more straight lines, with the first and 
+	<p>A polypolygon has 2 or more straight lines, with the first and
 	last point connected by a straight line.</p>
  */
 published service PolyPolygonShape
-{ 
-	service com::sun::star::drawing::Shape; 
-	
-	service com::sun::star::drawing::LineProperties; 
+{
+	service com::sun::star::drawing::Shape;
 
-	service com::sun::star::drawing::FillProperties; 
-	
-	service com::sun::star::drawing::PolyPolygonDescriptor; 
-	
-	service com::sun::star::drawing::Text; 
-	
-	service com::sun::star::drawing::ShadowProperties; 
-	
-	service com::sun::star::drawing::RotationDescriptor; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	service com::sun::star::drawing::LineProperties;
+
+	service com::sun::star::drawing::FillProperties;
+
+	service com::sun::star::drawing::PolyPolygonDescriptor;
+
+	service com::sun::star::drawing::Text;
+
+	service com::sun::star::drawing::ShadowProperties;
+
+	service com::sun::star::drawing::RotationDescriptor;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/PolyPolygonShape3D.idl b/main/offapi/com/sun/star/drawing/PolyPolygonShape3D.idl
index bc926a5..9540462 100644
--- a/main/offapi/com/sun/star/drawing/PolyPolygonShape3D.idl
+++ b/main/offapi/com/sun/star/drawing/PolyPolygonShape3D.idl
@@ -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,57 +7,57 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_PolyPolygonShape3D_idl__ 
-#define __com_sun_star_drawing_PolyPolygonShape3D_idl__ 
- 
-#ifndef __com_sun_star_drawing_DoubleSequenceSequence_idl__ 
-#include <com/sun/star/drawing/DoubleSequenceSequence.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_PolyPolygonShape3D_idl__
+#define __com_sun_star_drawing_PolyPolygonShape3D_idl__
+
+#ifndef __com_sun_star_drawing_DoubleSequenceSequence_idl__
+#include <com/sun/star/drawing/DoubleSequenceSequence.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: struct com::sun::star::drawing::PolyPolygonShape3D
 /** specifies the coordinates of a 3-dimensional poly polygon.
  */
 published struct PolyPolygonShape3D
 {
 	// DocMerge: empty anyway
-	com::sun::star::drawing::DoubleSequenceSequence SequenceX; 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR PolyPolygonShape3D::SequenceY 
-	
+	com::sun::star::drawing::DoubleSequenceSequence SequenceX;
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR PolyPolygonShape3D::SequenceY
+
 	// DocMerge: empty anyway
-	com::sun::star::drawing::DoubleSequenceSequence SequenceY; 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR PolyPolygonShape3D::SequenceZ 
-	
+	com::sun::star::drawing::DoubleSequenceSequence SequenceY;
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR PolyPolygonShape3D::SequenceZ
+
 	// DocMerge: empty anyway
-	com::sun::star::drawing::DoubleSequenceSequence SequenceZ; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::drawing::DoubleSequenceSequence SequenceZ;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/PolygonFlags.idl b/main/offapi/com/sun/star/drawing/PolygonFlags.idl
index 5ea2889..9c23b82 100644
--- a/main/offapi/com/sun/star/drawing/PolygonFlags.idl
+++ b/main/offapi/com/sun/star/drawing/PolygonFlags.idl
@@ -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,70 +7,70 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_PolygonFlags_idl__ 
-#define __com_sun_star_drawing_PolygonFlags_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_PolygonFlags_idl__
+#define __com_sun_star_drawing_PolygonFlags_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: enum com::sun::star::drawing::PolygonFlags
 /** defines how a bezier curve goes through a point.
  */
 published enum PolygonFlags
-{ 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR PolygonFlags::	NORMAL, 
-	
+{
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR PolygonFlags::	NORMAL,
+
 	// DocMerge from xml: value com::sun::star::drawing::PolygonFlags::NORMAL
 	/** the point is normal, from the curve discussion view.
 	 */
-	NORMAL, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR PolygonFlags::	SMOOTH, 
-	
+	NORMAL,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR PolygonFlags::	SMOOTH,
+
 	// DocMerge from xml: value com::sun::star::drawing::PolygonFlags::SMOOTH
 	/** the point is smooth, the first derivation from the curve discussion view.
 	 */
-	SMOOTH, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR PolygonFlags::	CONTROL, 
-	
+	SMOOTH,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR PolygonFlags::	CONTROL,
+
 	// DocMerge from xml: value com::sun::star::drawing::PolygonFlags::CONTROL
 	/** the point is a control point, to control the curve from the user interface.
 	 */
-	CONTROL, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR PolygonFlags::	SYMMETRIC 
-	
+	CONTROL,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR PolygonFlags::	SYMMETRIC
+
 	// DocMerge from xml: value com::sun::star::drawing::PolygonFlags::SYMMETRIC
 	/** the point is symmetric, the second derivation from the curve discussion view.
 	 */
-	SYMMETRIC 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	SYMMETRIC
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/PolygonKind.idl b/main/offapi/com/sun/star/drawing/PolygonKind.idl
index c1b295f..2074d18 100644
--- a/main/offapi/com/sun/star/drawing/PolygonKind.idl
+++ b/main/offapi/com/sun/star/drawing/PolygonKind.idl
@@ -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,101 +7,101 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_PolygonKind_idl__ 
-#define __com_sun_star_drawing_PolygonKind_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_PolygonKind_idl__
+#define __com_sun_star_drawing_PolygonKind_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: enum com::sun::star::drawing::PolygonKind
 /** This enumeration defines the type of polygon.
  */
 published enum PolygonKind
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::PolygonKind::LINE
 	/** This is the PolygonKind for a LineShape.
 	 */
-	LINE, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	LINE,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::PolygonKind::POLY
 	/** This is the PolygonKind for a PolyPolygonShape.
 	 */
-	POLY, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	POLY,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::PolygonKind::PLIN
 	/** This is the PolygonKind for a PolyLineShape.
 	 */
-	PLIN, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	PLIN,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::PolygonKind::PATHLINE
 	/** This is the PolygonKind for an OpenBezierShape.
 	 */
-	PATHLINE, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	PATHLINE,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::PolygonKind::PATHFILL
 	/** This is the PolygonKind for a ClosedBezierShape.
 	 */
-	PATHFILL, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	PATHFILL,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::PolygonKind::FREELINE
 	/** This is the PolygonKind for an OpenFreeHandShape.
 	 */
-	FREELINE, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	FREELINE,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::PolygonKind::FREEFILL
 	/** This is the PolygonKind for a ClosedFreeHandShape.
 	 */
-	FREEFILL, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	FREEFILL,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::PolygonKind::PATHPOLY
 	/** This is the PolygonKind for a PolyPolygonPathShape.
 	 */
-	PATHPOLY, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	PATHPOLY,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::PolygonKind::PATHPLIN
 	/** This is the PolygonKind for a PolyLinePathShape.
 	 */
-	PATHPLIN 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	PATHPLIN
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/Position3D.idl b/main/offapi/com/sun/star/drawing/Position3D.idl
index ec9fa5c..cb75333 100644
--- a/main/offapi/com/sun/star/drawing/Position3D.idl
+++ b/main/offapi/com/sun/star/drawing/Position3D.idl
@@ -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,29 +7,29 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_Position3D_idl__ 
-#define __com_sun_star_drawing_Position3D_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_Position3D_idl__
+#define __com_sun_star_drawing_Position3D_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: struct com::sun::star::drawing::Position3D
 /** specifies a 3-dimensional point.
  */
@@ -38,28 +38,28 @@
 	// DocMerge from xml: field com::sun::star::drawing::Position3D::PositionX
 	/** the position on the X-Axis in the 3D room in 100th of millimeters
 	 */
-	double PositionX; 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR Position3D::PositionY 
-	
+	double PositionX;
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR Position3D::PositionY
+
 	// DocMerge from xml: field com::sun::star::drawing::Position3D::PositionY
 	/** the position on the Y-Axis in the 3D room in 100th of millimeters
 	 */
-	double PositionY; 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR Position3D::PositionZ 
-	
+	double PositionY;
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR Position3D::PositionZ
+
 	// DocMerge from xml: field com::sun::star::drawing::Position3D::PositionZ
 	/** the position on the Z-Axis in the 3D room in 100th of millimeters
 	 */
-	double PositionZ; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	double PositionZ;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/ProjectionMode.idl b/main/offapi/com/sun/star/drawing/ProjectionMode.idl
index 32aa767..4ed3cc5 100644
--- a/main/offapi/com/sun/star/drawing/ProjectionMode.idl
+++ b/main/offapi/com/sun/star/drawing/ProjectionMode.idl
@@ -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,55 +7,55 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_ProjectionMode_idl__ 
-#define __com_sun_star_drawing_ProjectionMode_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_ProjectionMode_idl__
+#define __com_sun_star_drawing_ProjectionMode_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: enum com::sun::star::drawing::ProjectionMode
 /** defines whether the 3D objects are to be
 	drawn in perspective or parallel projection.
  */
 published enum ProjectionMode
-{ 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR ProjectionMode::	PARALLEL, 
-	
+{
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR ProjectionMode::	PARALLEL,
+
 	// DocMerge from xml: value com::sun::star::drawing::ProjectionMode::PARALLEL
 	/** the 3D objects are drawn in the parallel projection.
 	 */
-	PARALLEL, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR ProjectionMode::	PERSPECTIVE 
-	
+	PARALLEL,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR ProjectionMode::	PERSPECTIVE
+
 	// DocMerge from xml: value com::sun::star::drawing::ProjectionMode::PERSPECTIVE
 	/** the 3D objects are drawn in the perspective projection.
 	 */
-	PERSPECTIVE 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	PERSPECTIVE
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/RectanglePoint.idl b/main/offapi/com/sun/star/drawing/RectanglePoint.idl
index 718cc38..56a1c8d 100644
--- a/main/offapi/com/sun/star/drawing/RectanglePoint.idl
+++ b/main/offapi/com/sun/star/drawing/RectanglePoint.idl
@@ -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,110 +7,110 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_RectanglePoint_idl__ 
-#define __com_sun_star_drawing_RectanglePoint_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_RectanglePoint_idl__
+#define __com_sun_star_drawing_RectanglePoint_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: enum com::sun::star::drawing::RectanglePoint
 /** specifies one of nine points in a rectangle.
  */
 published enum RectanglePoint
-{ 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR RectanglePoint::	LEFT_TOP, 
-	
+{
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR RectanglePoint::	LEFT_TOP,
+
 	// DocMerge from xml: value com::sun::star::drawing::RectanglePoint::LEFT_TOP
 	/** specify to the point on the left side from the top of the rectangle.
 	 */
-	LEFT_TOP, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR RectanglePoint::	MIDDLE_TOP, 
-	
+	LEFT_TOP,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR RectanglePoint::	MIDDLE_TOP,
+
 	// DocMerge from xml: value com::sun::star::drawing::RectanglePoint::MIDDLE_TOP
 	/** specify to the point on the middle of the top from the rectangle.
 	 */
-	MIDDLE_TOP, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR RectanglePoint::	RIGHT_TOP, 
-	
+	MIDDLE_TOP,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR RectanglePoint::	RIGHT_TOP,
+
 	// DocMerge from xml: value com::sun::star::drawing::RectanglePoint::RIGHT_TOP
 	/** specify to the point on the right side from the top of the rectangle.
 	 */
-	RIGHT_TOP, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR RectanglePoint::	LEFT_MIDDLE, 
-	
+	RIGHT_TOP,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR RectanglePoint::	LEFT_MIDDLE,
+
 	// DocMerge from xml: value com::sun::star::drawing::RectanglePoint::LEFT_MIDDLE
 	/** specify to the point on the middle of the left side from the rectangle.
 	 */
-	LEFT_MIDDLE, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR RectanglePoint::	MIDDLE_MIDDLE, 
-	
+	LEFT_MIDDLE,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR RectanglePoint::	MIDDLE_MIDDLE,
+
 	// DocMerge from xml: value com::sun::star::drawing::RectanglePoint::MIDDLE_MIDDLE
 	/** specify to the point on the center from the rectangle.
 	 */
-	MIDDLE_MIDDLE, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR RectanglePoint::	RIGHT_MIDDLE, 
-	
+	MIDDLE_MIDDLE,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR RectanglePoint::	RIGHT_MIDDLE,
+
 	// DocMerge from xml: value com::sun::star::drawing::RectanglePoint::RIGHT_MIDDLE
 	/** specify to the point on the middle of the right side from the rectangle.
 	 */
-	RIGHT_MIDDLE, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR RectanglePoint::	LEFT_BOTTOM, 
-	
+	RIGHT_MIDDLE,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR RectanglePoint::	LEFT_BOTTOM,
+
 	// DocMerge from xml: value com::sun::star::drawing::RectanglePoint::LEFT_BOTTOM
 	/** specify to the point on the bottom of the left side from the rectangle.
 	 */
-	LEFT_BOTTOM, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR RectanglePoint::	MIDDLE_BOTTOM, 
-	
+	LEFT_BOTTOM,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR RectanglePoint::	MIDDLE_BOTTOM,
+
 	// DocMerge from xml: value com::sun::star::drawing::RectanglePoint::MIDDLE_BOTTOM
 	/** specify to the point on the middle of the bottom from the rectangle.
 	 */
-	MIDDLE_BOTTOM, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR RectanglePoint::	RIGHT_BOTTOM 
-	
+	MIDDLE_BOTTOM,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR RectanglePoint::	RIGHT_BOTTOM
+
 	// DocMerge from xml: value com::sun::star::drawing::RectanglePoint::RIGHT_BOTTOM
 	/** specify to the point on the bottom of the right side from the rectangle.
 	 */
-	RIGHT_BOTTOM 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	RIGHT_BOTTOM
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/RectangleShape.idl b/main/offapi/com/sun/star/drawing/RectangleShape.idl
index 0921f28..8edeff2 100644
--- a/main/offapi/com/sun/star/drawing/RectangleShape.idl
+++ b/main/offapi/com/sun/star/drawing/RectangleShape.idl
@@ -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,57 +7,57 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_RectangleShape_idl__ 
-#define __com_sun_star_drawing_RectangleShape_idl__ 
- 
-#ifndef __com_sun_star_drawing_Shape_idl__ 
-#include <com/sun/star/drawing/Shape.idl> 
-#endif 
+#ifndef __com_sun_star_drawing_RectangleShape_idl__
+#define __com_sun_star_drawing_RectangleShape_idl__
 
-#ifndef __com_sun_star_drawing_FillProperties_idl__ 
-#include <com/sun/star/drawing/FillProperties.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_LineProperties_idl__ 
-#include <com/sun/star/drawing/LineProperties.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_Text_idl__ 
-#include <com/sun/star/drawing/Text.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_ShadowProperties_idl__ 
-#include <com/sun/star/drawing/ShadowProperties.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_RotationDescriptor_idl__ 
-#include <com/sun/star/drawing/RotationDescriptor.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_Shape_idl__
+#include <com/sun/star/drawing/Shape.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_FillProperties_idl__
+#include <com/sun/star/drawing/FillProperties.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_LineProperties_idl__
+#include <com/sun/star/drawing/LineProperties.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_Text_idl__
+#include <com/sun/star/drawing/Text.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_ShadowProperties_idl__
+#include <com/sun/star/drawing/ShadowProperties.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_RotationDescriptor_idl__
+#include <com/sun/star/drawing/RotationDescriptor.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** This service is for a rectangle <type>Shape</type>.
  */
 published service RectangleShape
-{ 
+{
 	service com::sun::star::drawing::Shape;
 
 	service com::sun::star::drawing::FillProperties;
@@ -70,16 +70,16 @@
 
 	service com::sun::star::drawing::RotationDescriptor;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** For <type>Shape</type>s with rounded corners, this is the radius
 		of the corners.
 	 */
-	[property] long CornerRadius; 
- }; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[property] long CornerRadius;
+ };
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/RotationDescriptor.idl b/main/offapi/com/sun/star/drawing/RotationDescriptor.idl
index 7145d9c..4007fb9 100644
--- a/main/offapi/com/sun/star/drawing/RotationDescriptor.idl
+++ b/main/offapi/com/sun/star/drawing/RotationDescriptor.idl
@@ -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,29 +7,29 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_RotationDescriptor_idl__ 
-#define __com_sun_star_drawing_RotationDescriptor_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_RotationDescriptor_idl__
+#define __com_sun_star_drawing_RotationDescriptor_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** This abstract service specifies the general characteristics of an optional
 	rotation and shearing for a <type>Shape</type>.
 
@@ -39,9 +39,9 @@
 	@deprecated
  */
 published service RotationDescriptor
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** This is the angle for rotation of this <type>Shape</type>.
 		The shape is rotated counter-clockwise around the center
 		of the bounding box.
@@ -52,21 +52,21 @@
 		property of the service <type>Shape</type> instead.
 		@deprecated
 	*/
-	[property] long RotateAngle; 
-  
-	//------------------------------------------------------------------------- 
-	 
+	[property] long RotateAngle;
+
+	//-------------------------------------------------------------------------
+
 	/** This is the amount of shearing for this <type>Shape</type>.
 		The shape is sheared counter-clockwise around the center
 		of the bounding box
 
 		@deprecated
 	*/
-	[optional, property] long ShearAngle;  
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[optional, property] long ShearAngle;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/ShadeMode.idl b/main/offapi/com/sun/star/drawing/ShadeMode.idl
index 769d2a8..79124a0 100644
--- a/main/offapi/com/sun/star/drawing/ShadeMode.idl
+++ b/main/offapi/com/sun/star/drawing/ShadeMode.idl
@@ -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,69 +7,69 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_ShadeMode_idl__ 
-#define __com_sun_star_drawing_ShadeMode_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_ShadeMode_idl__
+#define __com_sun_star_drawing_ShadeMode_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: enum com::sun::star::drawing::ShadeMode
 /** The <type>ShadeMode</type> determines the quality of displaying the object.
  */
 published enum ShadeMode
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::ShadeMode::FLAT
 	/** With <const>FLAT</const> shading, the faces of the object are
 		rendered in a solid color.
 	 */
-	FLAT, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	FLAT,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::ShadeMode::PHONG
 	/** With <const>PHONG</const> shading, the normal itself is interpolated
 		to get more realistic colors and light reflections.
 	 */
-	PHONG, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	PHONG,
+
+	//-------------------------------------------------------------------------
+
 	/** With <const>SMOOTH</const> shading, the colors of the lit vertiecs is
 		interpolated.
 	 */
-	SMOOTH, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	SMOOTH,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge: empty anyway
-	/** <const>DRAFT</const> is a special mode which uses a BSP tree and 
+	/** <const>DRAFT</const> is a special mode which uses a BSP tree and
 				triangle subdivision for displaying.
 	 */
-	DRAFT 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	DRAFT
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/ShadowProperties.idl b/main/offapi/com/sun/star/drawing/ShadowProperties.idl
index 270e2d3..60ab489 100644
--- a/main/offapi/com/sun/star/drawing/ShadowProperties.idl
+++ b/main/offapi/com/sun/star/drawing/ShadowProperties.idl
@@ -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,75 +7,75 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_ShadowProperties_idl__ 
-#define __com_sun_star_drawing_ShadowProperties_idl__ 
- 
+#ifndef __com_sun_star_drawing_ShadowProperties_idl__
+#define __com_sun_star_drawing_ShadowProperties_idl__
+
 #ifndef __com_sun_star_util_Color_idl__
 #include <com/sun/star/util/Color.idl>
 #endif
 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** This is a set of properties to describe the style for rendering a shadow.
  */
 published service ShadowProperties
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** enables/disables the shadow of a <type>Shape</type>.	
+{
+	//-------------------------------------------------------------------------
+
+	/** enables/disables the shadow of a <type>Shape</type>.
 		<p>The other shadow properties are only applied if this is
 		set to <TRUE/>.</p>
 	 */
-	[property] boolean Shadow; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean Shadow;
+
+	//-------------------------------------------------------------------------
+
 	/** This is the color of the shadow of this <type>Shape</type>.
 	 */
-	[property] com::sun::star::util::Color ShadowColor; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] com::sun::star::util::Color ShadowColor;
+
+	//-------------------------------------------------------------------------
+
 	/** This defines the degree of transparence of the shadow in percent.
 	 */
-	[property] short ShadowTransparence; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] short ShadowTransparence;
+
+	//-------------------------------------------------------------------------
+
 	/** This is the horizontal distance of the left edge of the
 		<type>Shape</type> to the shadow.
 	 */
-	[property] long ShadowXDistance; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] long ShadowXDistance;
+
+	//-------------------------------------------------------------------------
+
 	/** This is the vertical distance of the top edge of the
 		<type>Shape</type> to the shadow.
 	 */
-	[property] long ShadowYDistance; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[property] long ShadowYDistance;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/Shape.idl b/main/offapi/com/sun/star/drawing/Shape.idl
index a9197b4..cc3e9a7 100644
--- a/main/offapi/com/sun/star/drawing/Shape.idl
+++ b/main/offapi/com/sun/star/drawing/Shape.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -135,7 +135,7 @@
 		on screen outputs. Please note that the <type>Shape</type> may still
 		be visible when printed, see <member>Printable</member>.
 	 */
-	[optional, property] boolean Visible; 
+	[optional, property] boolean Visible;
 
 	//-------------------------------------------------------------------------
 
diff --git a/main/offapi/com/sun/star/drawing/ShapeCollection.idl b/main/offapi/com/sun/star/drawing/ShapeCollection.idl
index 4c8da7a..3dc6a65 100644
--- a/main/offapi/com/sun/star/drawing/ShapeCollection.idl
+++ b/main/offapi/com/sun/star/drawing/ShapeCollection.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -33,7 +33,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module drawing { 
+module com { module sun { module star { module drawing {
 
 //=============================================================================
 /** This service describes a generic container to manage collections of
@@ -57,6 +57,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/drawing/Shapes.idl b/main/offapi/com/sun/star/drawing/Shapes.idl
index a893ae7..585e7ce 100644
--- a/main/offapi/com/sun/star/drawing/Shapes.idl
+++ b/main/offapi/com/sun/star/drawing/Shapes.idl
@@ -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,45 +7,45 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_Shapes_idl__ 
-#define __com_sun_star_drawing_Shapes_idl__ 
- 
-#ifndef __com_sun_star_drawing_XShapes_idl__ 
-#include <com/sun/star/drawing/XShapes.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_Shapes_idl__
+#define __com_sun_star_drawing_Shapes_idl__
+
+#ifndef __com_sun_star_drawing_XShapes_idl__
+#include <com/sun/star/drawing/XShapes.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: service com::sun::star::drawing::Shapes
 /** This service is for a generic collection of shapes.
  */
 published service Shapes
-{ 
+{
 	// DocMerge: empty anyway
-	interface com::sun::star::drawing::XShapes; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	interface com::sun::star::drawing::XShapes;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/SlideRenderer.idl b/main/offapi/com/sun/star/drawing/SlideRenderer.idl
index 31b1081..340eef6 100644
--- a/main/offapi/com/sun/star/drawing/SlideRenderer.idl
+++ b/main/offapi/com/sun/star/drawing/SlideRenderer.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/drawing/SlideSorter.idl b/main/offapi/com/sun/star/drawing/SlideSorter.idl
index 9778f4d..0e60bda 100644
--- a/main/offapi/com/sun/star/drawing/SlideSorter.idl
+++ b/main/offapi/com/sun/star/drawing/SlideSorter.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/drawing/SnapObjectType.idl b/main/offapi/com/sun/star/drawing/SnapObjectType.idl
index 6e97ee5..b80b75d 100644
--- a/main/offapi/com/sun/star/drawing/SnapObjectType.idl
+++ b/main/offapi/com/sun/star/drawing/SnapObjectType.idl
@@ -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,56 +7,56 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_SnapObjectType_idl__ 
-#define __com_sun_star_drawing_SnapObjectType_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_SnapObjectType_idl__
+#define __com_sun_star_drawing_SnapObjectType_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: enum com::sun::star::drawing::SnapObjectType
 /** @deprecated
  */
 published enum SnapObjectType
-{ 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR SnapObjectType::	POINT, 
-	
+{
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR SnapObjectType::	POINT,
+
 	// DocMerge: empty anyway
-	POINT, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR SnapObjectType::	VERTICAL, 
-	
+	POINT,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR SnapObjectType::	VERTICAL,
+
 	// DocMerge: empty anyway
-	VERTICAL, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR SnapObjectType::	HORIZONTAL 
-	
+	VERTICAL,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR SnapObjectType::	HORIZONTAL
+
 	// DocMerge: empty anyway
-	HORIZONTAL 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	HORIZONTAL
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/Text.idl b/main/offapi/com/sun/star/drawing/Text.idl
index f6f7ef2..24afd62 100644
--- a/main/offapi/com/sun/star/drawing/Text.idl
+++ b/main/offapi/com/sun/star/drawing/Text.idl
@@ -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,54 +7,54 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_Text_idl__ 
-#define __com_sun_star_drawing_Text_idl__ 
- 
-#ifndef __com_sun_star_text_XText_idl__ 
-#include <com/sun/star/text/XText.idl> 
-#endif 
-  
-#ifndef __com_sun_star_drawing_TextProperties_idl__ 
+#ifndef __com_sun_star_drawing_Text_idl__
+#define __com_sun_star_drawing_Text_idl__
+
+#ifndef __com_sun_star_text_XText_idl__
+#include <com/sun/star/text/XText.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_TextProperties_idl__
 #include <com/sun/star/drawing/TextProperties.idl>
 #endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** This abstract service specifies the general characteristics of an optional
 	text inside a <type>Shape</type>.
  */
 published service Text
-{ 
-	/** With this interface you can modify the text of this 
+{
+	/** With this interface you can modify the text of this
 				<type>Shape<type>.
 	 */
-	interface com::sun::star::text::XText; 
- 
+	interface com::sun::star::text::XText;
+
 	/** The properties in this service describe the style for rendering
 		a shapes text area.
 	 */
-	service com::sun::star::drawing::TextProperties;	 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	service com::sun::star::drawing::TextProperties;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/TextAdjust.idl b/main/offapi/com/sun/star/drawing/TextAdjust.idl
index e30aee30..d528205 100644
--- a/main/offapi/com/sun/star/drawing/TextAdjust.idl
+++ b/main/offapi/com/sun/star/drawing/TextAdjust.idl
@@ -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,79 +7,79 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_TextAdjust_idl__ 
-#define __com_sun_star_drawing_TextAdjust_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_TextAdjust_idl__
+#define __com_sun_star_drawing_TextAdjust_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: enum com::sun::star::drawing::TextAdjust
-/** This enumeration specifies the position of a text inside a shape in 
-	relation to the shape. 
-	
-	@deprecated	
-	
+/** This enumeration specifies the position of a text inside a shape in
+	relation to the shape.
+
+	@deprecated
+
 	<p>This counts for the complete text, not individual lines. </p>
  */
 published enum TextAdjust
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::TextAdjust::LEFT
 	/** The left edge of the text is adjusted to the left edge of the shape.
 	 */
-	LEFT, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	LEFT,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::TextAdjust::CENTER
 	/** The text is centered inside the shape.
 	 */
-	CENTER, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	CENTER,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::TextAdjust::RIGHT
 	/** The right edge of the text is adjusted to the right edge of the shape.
 	 */
-	RIGHT, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	RIGHT,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::TextAdjust::BLOCK
 	/** The text extends from the left to the right edge of the shape.
 	 */
-	BLOCK, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	BLOCK,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::TextAdjust::STRETCH
 	/** The text is stretched so that the longest line goes from the left
 		to the right edge of the shape.
 	 */
-	STRETCH 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	STRETCH
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/TextAnimationDirection.idl b/main/offapi/com/sun/star/drawing/TextAnimationDirection.idl
index 3175e51..a58096c 100644
--- a/main/offapi/com/sun/star/drawing/TextAnimationDirection.idl
+++ b/main/offapi/com/sun/star/drawing/TextAnimationDirection.idl
@@ -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,62 +7,62 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_TextAnimationDirection_idl__ 
-#define __com_sun_star_drawing_TextAnimationDirection_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_TextAnimationDirection_idl__
+#define __com_sun_star_drawing_TextAnimationDirection_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: enum com::sun::star::drawing::TextAnimationDirection
 /** This enumeration defines the movement direction of a scrolltext.
  */
 published enum TextAnimationDirection
-{ 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR TextAnimationDirection::	LEFT, 
-	
+{
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR TextAnimationDirection::	LEFT,
+
 	// DocMerge: empty anyway
-	LEFT, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR TextAnimationDirection::	RIGHT, 
-	
+	LEFT,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR TextAnimationDirection::	RIGHT,
+
 	// DocMerge: empty anyway
-	RIGHT, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR TextAnimationDirection::	UP, 
-	
+	RIGHT,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR TextAnimationDirection::	UP,
+
 	// DocMerge: empty anyway
-	UP, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR TextAnimationDirection::	DOWN 
-	
+	UP,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR TextAnimationDirection::	DOWN
+
 	// DocMerge: empty anyway
-	DOWN 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	DOWN
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/TextAnimationKind.idl b/main/offapi/com/sun/star/drawing/TextAnimationKind.idl
index ead6c64..eb257bf 100644
--- a/main/offapi/com/sun/star/drawing/TextAnimationKind.idl
+++ b/main/offapi/com/sun/star/drawing/TextAnimationKind.idl
@@ -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,73 +7,73 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_TextAnimationKind_idl__ 
-#define __com_sun_star_drawing_TextAnimationKind_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_TextAnimationKind_idl__
+#define __com_sun_star_drawing_TextAnimationKind_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: enum com::sun::star::drawing::TextAnimationKind
 /** This enumeration specifies the type of animation for a text.
  */
 published enum TextAnimationKind
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::TextAnimationKind::NONE
 	/** Don't animate this text.
 	 */
-	NONE, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	NONE,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::TextAnimationKind::BLINK
 	/** Let this text switch its state from visibile to nonvisible continuously.
 	 */
-	BLINK, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	BLINK,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::TextAnimationKind::SCROLL
 	/** Let this text scroll.
 	 */
-	SCROLL, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	SCROLL,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::TextAnimationKind::ALTERNATE
 	/** Scroll the text from one side to the other and back.
 	 */
-	ALTERNATE, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	ALTERNATE,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::TextAnimationKind::SLIDE
 	/** Scroll the text from one side to the final position and stop there.
 	 */
-	SLIDE 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
+	SLIDE
 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/TextFitToSizeType.idl b/main/offapi/com/sun/star/drawing/TextFitToSizeType.idl
index 2d51f9d..75e291d 100644
--- a/main/offapi/com/sun/star/drawing/TextFitToSizeType.idl
+++ b/main/offapi/com/sun/star/drawing/TextFitToSizeType.idl
@@ -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,63 +7,63 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_TextFitToSizeType_idl__ 
-#define __com_sun_star_drawing_TextFitToSizeType_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_TextFitToSizeType_idl__
+#define __com_sun_star_drawing_TextFitToSizeType_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: enum com::sun::star::drawing::TextFitToSizeType
-/** This enumeration specifies how the text within a shape relates to the 
+/** This enumeration specifies how the text within a shape relates to the
 	size of the shape.
  */
 published enum TextFitToSizeType
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** the text size is only defined by the font properties
 	*/
-	NONE, 
- 
-	//------------------------------------------------------------------------- 
+	NONE,
+
+	//-------------------------------------------------------------------------
 
 	/** if the shape is scaled, the text character size is scaled proportional
 	*/
-	PROPORTIONAL, 
+	PROPORTIONAL,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** like <code>PROPORTIONAL</code>, but the width of each text row is
 		also scaled proportional.
 	*/
-	ALLLINES, 
- 
-	//------------------------------------------------------------------------- 
+	ALLLINES,
+
+	//-------------------------------------------------------------------------
 
 	/** if the shape is scaled, the font attributes are scaled and hard set
 		on the text */
-	RESIZEATTR 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	RESIZEATTR
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/TextHorizontalAdjust.idl b/main/offapi/com/sun/star/drawing/TextHorizontalAdjust.idl
index 3d0b840..839ae76 100644
--- a/main/offapi/com/sun/star/drawing/TextHorizontalAdjust.idl
+++ b/main/offapi/com/sun/star/drawing/TextHorizontalAdjust.idl
@@ -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,62 +7,62 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_TextHorizontalAdjust_idl__ 
-#define __com_sun_star_drawing_TextHorizontalAdjust_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
-/** This enumeration specifies the horizontal position of text inside a shape in 
-	relation to the shape. 
+#ifndef __com_sun_star_drawing_TextHorizontalAdjust_idl__
+#define __com_sun_star_drawing_TextHorizontalAdjust_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
+/** This enumeration specifies the horizontal position of text inside a shape in
+	relation to the shape.
 	<p>This counts for the complete text, not individual lines. </p>
  */
 published enum TextHorizontalAdjust
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** The left edge of the text is adjusted to the left edge of the shape.
 	 */
-	LEFT, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	LEFT,
+
+	//-------------------------------------------------------------------------
+
 	/** The text is centered inside the shape.
 	 */
-	CENTER, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	CENTER,
+
+	//-------------------------------------------------------------------------
+
 	/** The right edge of the text is adjusted to the right edge of the shape.
 	 */
-	RIGHT, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	RIGHT,
+
+	//-------------------------------------------------------------------------
+
 	/** The text extends from the left to the right edge of the shape.
 	 */
 	BLOCK
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/TextProperties.idl b/main/offapi/com/sun/star/drawing/TextProperties.idl
index 84ba99b..4c6f267 100644
--- a/main/offapi/com/sun/star/drawing/TextProperties.idl
+++ b/main/offapi/com/sun/star/drawing/TextProperties.idl
@@ -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,323 +7,323 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_TextProperties_idl__ 
-#define __com_sun_star_drawing_TextProperties_idl__ 
+#ifndef __com_sun_star_drawing_TextProperties_idl__
+#define __com_sun_star_drawing_TextProperties_idl__
 
-#ifndef __com_sun_star_container_XIndexReplace_idl__ 
-#include <com/sun/star/container/XIndexReplace.idl> 
-#endif 
- 
-#ifndef __com_sun_star_style_CharacterProperties_idl__ 
-#include <com/sun/star/style/CharacterProperties.idl> 
-#endif 
+#ifndef __com_sun_star_container_XIndexReplace_idl__
+#include <com/sun/star/container/XIndexReplace.idl>
+#endif
 
-#ifndef __com_sun_star_style_CharacterPropertiesAsian_idl__ 
-#include <com/sun/star/style/CharacterPropertiesAsian.idl> 
-#endif 
+#ifndef __com_sun_star_style_CharacterProperties_idl__
+#include <com/sun/star/style/CharacterProperties.idl>
+#endif
 
-#ifndef __com_sun_star_style_CharacterPropertiesComplex_idl__ 
-#include <com/sun/star/style/CharacterPropertiesComplex.idl> 
-#endif 
- 
-#ifndef __com_sun_star_style_ParagraphProperties_idl__ 
-#include <com/sun/star/style/ParagraphProperties.idl> 
-#endif 
+#ifndef __com_sun_star_style_CharacterPropertiesAsian_idl__
+#include <com/sun/star/style/CharacterPropertiesAsian.idl>
+#endif
 
-#ifndef __com_sun_star_style_ParagraphPropertiesAsian_idl__ 
-#include <com/sun/star/style/ParagraphPropertiesAsian.idl> 
-#endif 
+#ifndef __com_sun_star_style_CharacterPropertiesComplex_idl__
+#include <com/sun/star/style/CharacterPropertiesComplex.idl>
+#endif
 
-#ifndef __com_sun_star_style_ParagraphPropertiesComplex_idl__ 
-#include <com/sun/star/style/ParagraphPropertiesComplex.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_TextFitToSizeType_idl__ 
-#include <com/sun/star/drawing/TextFitToSizeType.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_TextAdjust_idl__ 
-#include <com/sun/star/drawing/TextAdjust.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_TextAnimationDirection_idl__ 
-#include <com/sun/star/drawing/TextAnimationDirection.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_TextAnimationKind_idl__ 
-#include <com/sun/star/drawing/TextAnimationKind.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_TextVerticalAdjust_idl__ 
-#include <com/sun/star/drawing/TextVerticalAdjust.idl> 
-#endif 
+#ifndef __com_sun_star_style_ParagraphProperties_idl__
+#include <com/sun/star/style/ParagraphProperties.idl>
+#endif
 
-#ifndef __com_sun_star_drawing_TextHorizontalAdjust_idl__ 
-#include <com/sun/star/drawing/TextHorizontalAdjust.idl> 
-#endif 
+#ifndef __com_sun_star_style_ParagraphPropertiesAsian_idl__
+#include <com/sun/star/style/ParagraphPropertiesAsian.idl>
+#endif
 
-#ifndef __com_sun_star_text_WritingMode_idl__ 
-#include <com/sun/star/text/WritingMode.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_style_ParagraphPropertiesComplex_idl__
+#include <com/sun/star/style/ParagraphPropertiesComplex.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_TextFitToSizeType_idl__
+#include <com/sun/star/drawing/TextFitToSizeType.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_TextAdjust_idl__
+#include <com/sun/star/drawing/TextAdjust.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_TextAnimationDirection_idl__
+#include <com/sun/star/drawing/TextAnimationDirection.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_TextAnimationKind_idl__
+#include <com/sun/star/drawing/TextAnimationKind.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_TextVerticalAdjust_idl__
+#include <com/sun/star/drawing/TextVerticalAdjust.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_TextHorizontalAdjust_idl__
+#include <com/sun/star/drawing/TextHorizontalAdjust.idl>
+#endif
+
+#ifndef __com_sun_star_text_WritingMode_idl__
+#include <com/sun/star/text/WritingMode.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 
 /** This is a set of properties to describe the style for rendering the
 	text area inside a shape.
  */
 published service TextProperties
-{ 
-	/** The properties in this service set default formats for text 
+{
+	/** The properties in this service set default formats for text
 		inside the <type>Shape</type>.
 	 */
-	service com::sun::star::style::CharacterProperties; 
- 
-	//------------------------------------------------------------------------- 
+	service com::sun::star::style::CharacterProperties;
 
-	/** The properties in this service set default formats for asian text 
-		inside the <type>Shape</type>.
-	 */
-	[optional] service com::sun::star::style::CharacterPropertiesAsian; 
- 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
-	/** The properties in this service set default formats for complex text 
+	/** The properties in this service set default formats for asian text
 		inside the <type>Shape</type>.
 	 */
-	[optional] service com::sun::star::style::CharacterPropertiesComplex; 
- 
-	//------------------------------------------------------------------------- 
+	[optional] service com::sun::star::style::CharacterPropertiesAsian;
 
-	/** The properties in this service set default formats for text  
-		inside the <type>Shape</type>.
-	 */
-	service com::sun::star::style::ParagraphProperties; 
- 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
-	/** The properties in this service set default formats for asian text  
+	/** The properties in this service set default formats for complex text
 		inside the <type>Shape</type>.
 	 */
-	[optional] service com::sun::star::style::ParagraphPropertiesAsian; 
- 
-	//------------------------------------------------------------------------- 
+	[optional] service com::sun::star::style::CharacterPropertiesComplex;
 
-	/** The properties in this service set default formats for complex text  
+	//-------------------------------------------------------------------------
+
+	/** The properties in this service set default formats for text
 		inside the <type>Shape</type>.
 	 */
-	[optional] service com::sun::star::style::ParagraphPropertiesComplex; 
-	//------------------------------------------------------------------------- 
-	 
+	service com::sun::star::style::ParagraphProperties;
+
+	//-------------------------------------------------------------------------
+
+	/** The properties in this service set default formats for asian text
+		inside the <type>Shape</type>.
+	 */
+	[optional] service com::sun::star::style::ParagraphPropertiesAsian;
+
+	//-------------------------------------------------------------------------
+
+	/** The properties in this service set default formats for complex text
+		inside the <type>Shape</type>.
+	 */
+	[optional] service com::sun::star::style::ParagraphPropertiesComplex;
+	//-------------------------------------------------------------------------
+
 	/** If this is <TRUE/>, numbering is ON for the text of
 		this <type>Shape</type>.
 	 */
-	[optional, property] boolean IsNumbering; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[optional, property] boolean IsNumbering;
+
+	//-------------------------------------------------------------------------
+
 	/** describes the numbering levels.
 		<p>The different rules accessible with this
 		<type scope="com::sun::star::container">XIndexReplace</type> interface
 		are sequences of property values as described in the service
 		<type scope="com::sun::star::style">NumberingRule</type>.</p>
 	 */
-	[optional, property] com::sun::star::container::XIndexReplace NumberingRules; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[optional, property] com::sun::star::container::XIndexReplace NumberingRules;
+
+	//-------------------------------------------------------------------------
+
 	/** If this value is <TRUE/>, the height of the <type>Shape</type> is
 		automatically expanded/shrunk when text is added to or removed from
 		the <type>Shape</type>.
 	 */
-	[property] boolean TextAutoGrowHeight; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean TextAutoGrowHeight;
+
+	//-------------------------------------------------------------------------
+
 	/** If this value is <TRUE/>, the width of the <type>Shape</type> is
 		automatically expanded/shrunk when text is added to or removed from
 		the <type>Shape</type>.
 	 */
-	[property] boolean TextAutoGrowWidth; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean TextAutoGrowWidth;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::drawing::Text::TextContourFrame
 	/** If this value is <TRUE/>, the left edge of every line of text is
 		aligned with the left edge of this <type>Shape</type>.
 	 */
-	[property] boolean TextContourFrame; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean TextContourFrame;
+
+	//-------------------------------------------------------------------------
+
 	/** With this set to <TRUE/>, the text inside of the <type>Shape</type>
 		is stretched to fit into the <type>Shape</type>.
 	 */
-	[property] com::sun::star::drawing::TextFitToSizeType TextFitToSize; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] com::sun::star::drawing::TextFitToSizeType TextFitToSize;
+
+	//-------------------------------------------------------------------------
+
 	/** adjusts the horizontal position of the text inside of
 		the <type>Shape</type>.
 	 */
-	[property] com::sun::star::drawing::TextHorizontalAdjust TextHorizontalAdjust; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] com::sun::star::drawing::TextHorizontalAdjust TextHorizontalAdjust;
+
+	//-------------------------------------------------------------------------
+
 	/** adjusts the vertical position of the text inside of
 		the <type>Shape</type>.
 	 */
-	[property] com::sun::star::drawing::TextVerticalAdjust TextVerticalAdjust; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] com::sun::star::drawing::TextVerticalAdjust TextVerticalAdjust;
+
+	//-------------------------------------------------------------------------
+
 	/** This is the distance from the left edge of the <type>Shape</type>
 		to the left edge of the text.
 		<p>This is only useful if <member>Text::TextHorizontalAdjust</member> is
 		<const>BLOCK</const> or <const>STRETCH</const> or if
 		<member>Text::TextFitSize</member> is <TRUE/>.</p>
 	 */
-	[property] long TextLeftDistance; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] long TextLeftDistance;
+
+	//-------------------------------------------------------------------------
+
 	/** This is the distance from the right edge of the <type>Shape</type>
 		to the right edge of the text.
-		
+
 		<p>This is only useful if <member>Text::TextHorizontalAdjust</member> is
 		<const>BLOCK</const> or <const>STRETCH</const>
 		or if <member>Text::TextFitSize</member> is <TRUE/>.</p>
 	 */
-	[property] long TextRightDistance; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] long TextRightDistance;
+
+	//-------------------------------------------------------------------------
+
 	/** This is the distance from the upper edge of the <type>Shape</type> to
-		the upper edge of the text.  
-				
+		the upper edge of the text.
+
 		<p>This is only useful if <member>Text::TextVerticalAdjust</member> is
 		<const>BLOCK</const> or if <member>Text::TextFitSize</member> is
 		<TRUE/>.</p>
 	 */
-	[property] long TextUpperDistance; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] long TextUpperDistance;
+
+	//-------------------------------------------------------------------------
+
 	/** This is the distance from the lower edge of the <type>Shape</type> to the
-		lower edge of the text.  
-		
-		
-		
+		lower edge of the text.
+
+
+
 		<p>This is only useful if <member>Text::TextVerticalAdjust</member> is
 		<const>BLOCK</const> or if <member>Text::TextFitSize</member> is
 		<TRUE/>.</p>
 	 */
-	[property] long TextLowerDistance; 
- 
-	//------------------------------------------------------------------------- 
+	[property] long TextLowerDistance;
+
+	//-------------------------------------------------------------------------
 
 	/** with this property you can set the maximum height for a shape with text.
 		On edit, the auto grow feature will not grow the object higher than
 		the value of this property.
 	*/
-	[property] long TextMaximumFrameHeight; 
- 
-	//------------------------------------------------------------------------- 
+	[property] long TextMaximumFrameHeight;
+
+	//-------------------------------------------------------------------------
 
 	/** with this property you can set the maximum width for a shape with text.
 		On edit, the auto grow feature will not grow the objects wider than
 		the value of this property.
 	*/
-	[property] long TextMaximumFrameWidth; 
- 
-	//------------------------------------------------------------------------- 
+	[property] long TextMaximumFrameWidth;
+
+	//-------------------------------------------------------------------------
 
 	/** with this property you can set the minimum height for a shape with text.
 		On edit, the auto grow feature will not shrink the objects height smaller
 		than the value of this property.
 	*/
-	[property] long TextMinimumFrameHeight; 
- 
-	//------------------------------------------------------------------------- 
+	[property] long TextMinimumFrameHeight;
+
+	//-------------------------------------------------------------------------
 
 	/** with this property you can set the minimum width for a shape with text.
 		On edit, the auto grow feature will not shrink the object width smaller
 		than the value of this property.
 	*/
-	[property] long TextMinimumFrameWidth; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] long TextMinimumFrameWidth;
+
+	//-------------------------------------------------------------------------
+
 	/** This is the number of pixels the text is moved in each animation step.
 	 */
-	[property] short TextAnimationAmount; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] short TextAnimationAmount;
+
+	//-------------------------------------------------------------------------
+
 	/** This number defines how many times the text animation is repeated.
 		<p>If this is set to zero, the repeat is endless.</p>
 	 */
-	[property] short TextAnimationCount; 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** This is the delay in thousandths of a second between each  
+	[property] short TextAnimationCount;
+
+	//-------------------------------------------------------------------------
+
+	/** This is the delay in thousandths of a second between each
 		of the animation steps.
 	 */
-	[property] short TextAnimationDelay; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] short TextAnimationDelay;
+
+	//-------------------------------------------------------------------------
+
 	/** This enumeration defines the direction in which the text moves.
 	 */
-	[property] com::sun::star::drawing::TextAnimationDirection TextAnimationDirection; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] com::sun::star::drawing::TextAnimationDirection TextAnimationDirection;
+
+	//-------------------------------------------------------------------------
+
 	/** This value defines the type of animation.
 	 */
-	[property] com::sun::star::drawing::TextAnimationKind TextAnimationKind; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] com::sun::star::drawing::TextAnimationKind TextAnimationKind;
+
+	//-------------------------------------------------------------------------
+
 	/** If this value is <TRUE/>, the text is visible at the start of the
 		animation.
 	 */
-	[property] boolean TextAnimationStartInside; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean TextAnimationStartInside;
+
+	//-------------------------------------------------------------------------
+
 	/** If this value is <TRUE/>, the text is visible at the end of the
 		animation.
 	 */
-	[property] boolean TextAnimationStopInside; 
+	[property] boolean TextAnimationStopInside;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** This value selects the writing mode for the text.
 	 */
-	[property] ::com::sun::star::text::WritingMode TextWritingMode; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
+	[property] ::com::sun::star::text::WritingMode TextWritingMode;
+};
 
-#endif 
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/TextShape.idl b/main/offapi/com/sun/star/drawing/TextShape.idl
index f660da5..bf92efd 100644
--- a/main/offapi/com/sun/star/drawing/TextShape.idl
+++ b/main/offapi/com/sun/star/drawing/TextShape.idl
@@ -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,76 +7,76 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_TextShape_idl__ 
-#define __com_sun_star_drawing_TextShape_idl__ 
- 
-#ifndef __com_sun_star_drawing_Shape_idl__ 
-#include <com/sun/star/drawing/Shape.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_Text_idl__ 
-#include <com/sun/star/drawing/Text.idl> 
-#endif 
+#ifndef __com_sun_star_drawing_TextShape_idl__
+#define __com_sun_star_drawing_TextShape_idl__
 
-#ifndef __com_sun_star_drawing_FillProperties_idl__ 
-#include <com/sun/star/drawing/FillProperties.idl> 
-#endif 
+#ifndef __com_sun_star_drawing_Shape_idl__
+#include <com/sun/star/drawing/Shape.idl>
+#endif
 
-#ifndef __com_sun_star_drawing_LineProperties_idl__ 
-#include <com/sun/star/drawing/LineProperties.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_ShadowProperties_idl__ 
-#include <com/sun/star/drawing/ShadowProperties.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_RotationDescriptor_idl__ 
-#include <com/sun/star/drawing/RotationDescriptor.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_Text_idl__
+#include <com/sun/star/drawing/Text.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_FillProperties_idl__
+#include <com/sun/star/drawing/FillProperties.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_LineProperties_idl__
+#include <com/sun/star/drawing/LineProperties.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_ShadowProperties_idl__
+#include <com/sun/star/drawing/ShadowProperties.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_RotationDescriptor_idl__
+#include <com/sun/star/drawing/RotationDescriptor.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** This service is for a text shape.
  */
 published service TextShape
-{ 
-	service com::sun::star::drawing::Shape; 
+{
+	service com::sun::star::drawing::Shape;
 
 	service com::sun::star::drawing::FillProperties;
 
 	service com::sun::star::drawing::LineProperties;
 
-	service com::sun::star::drawing::ShadowProperties; 
-	
-	service com::sun::star::drawing::Text; 
-	
-	service com::sun::star::drawing::RotationDescriptor;  
+	service com::sun::star::drawing::ShadowProperties;
+
+	service com::sun::star::drawing::Text;
+
+	service com::sun::star::drawing::RotationDescriptor;
 
 	/** This is the radius of the corners.
 	 */
-	[property] long CornerRadius; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[property] long CornerRadius;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/TextVerticalAdjust.idl b/main/offapi/com/sun/star/drawing/TextVerticalAdjust.idl
index 1a97dbc..585838d 100644
--- a/main/offapi/com/sun/star/drawing/TextVerticalAdjust.idl
+++ b/main/offapi/com/sun/star/drawing/TextVerticalAdjust.idl
@@ -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,65 +7,65 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_TextVerticalAdjust_idl__ 
-#define __com_sun_star_drawing_TextVerticalAdjust_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
-/** This enumeration specifies the vertical position of text inside a shape in 
-	relation to the shape. 	
+#ifndef __com_sun_star_drawing_TextVerticalAdjust_idl__
+#define __com_sun_star_drawing_TextVerticalAdjust_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
+/** This enumeration specifies the vertical position of text inside a shape in
+	relation to the shape.
 	<p>This counts for the complete text, not individual lines. </p>
  */
 published enum TextVerticalAdjust
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::TextAdjust::LEFT
 	/** The top edge of the text is adjusted to the top edge of the shape.
 	 */
-	TOP, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	TOP,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::TextAdjust::CENTER
 	/** The text is centered inside the shape.
 	 */
-	CENTER, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	CENTER,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::TextAdjust::RIGHT
 	/** The bottom edge of the text is adjusted to the bottom edge of the shape.
 	 */
 	BOTTOM,
 
-	//------------------------------------------------------------------------- 
-	 
+	//-------------------------------------------------------------------------
+
 	/** The text extends from the top to the bottom edge of the shape.
 	 */
 	BLOCK
- }; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+ };
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/TextureKind.idl b/main/offapi/com/sun/star/drawing/TextureKind.idl
index a6abc35..d9087ca 100644
--- a/main/offapi/com/sun/star/drawing/TextureKind.idl
+++ b/main/offapi/com/sun/star/drawing/TextureKind.idl
@@ -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,56 +7,56 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_TextureKind_idl__ 
-#define __com_sun_star_drawing_TextureKind_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_TextureKind_idl__
+#define __com_sun_star_drawing_TextureKind_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: enum com::sun::star::drawing::TextureKind
 /** These enumeration values specify how the texture is applied.
 	@deprecated
  */
 published enum TextureKind
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::TextureKind::LUMINANCE
 	/** With <type>TextureKind</type> <const>LUMINANCE</const>, the texture
 		and the lighting information are	mixed to produce the image, so a
 		lit, textured object is achieved.
 	 */
-	LUMINANCE, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	LUMINANCE,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::TextureKind::COLOR
 	/** With this mode the lighting is ignored and only the
 		texture color information is used.
 	 */
-	COLOR 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	COLOR
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/TextureKind2.idl b/main/offapi/com/sun/star/drawing/TextureKind2.idl
index 128ceed..759ed5a 100644
--- a/main/offapi/com/sun/star/drawing/TextureKind2.idl
+++ b/main/offapi/com/sun/star/drawing/TextureKind2.idl
@@ -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,55 +7,55 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_TextureKind2_idl__ 
-#define __com_sun_star_drawing_TextureKind2_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_TextureKind2_idl__
+#define __com_sun_star_drawing_TextureKind2_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** These enumeration values specify how the texture is applied.
  */
 published enum TextureKind2
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** With <type>TextureKind</type> <const>LUMINANCE</const>, the texture
 		and the lighting information are	mixed to produce the image, so a
 		lit, textured object is achieved.
 	 */
-	LUMINANCE, 
- 
+	LUMINANCE,
+
 	/** With <type>TextureKind</type> <const>INTENSITY</const>, each texture
 		pixel is used as an intensity value.
 	 */
 	INTENSITY,
-	//------------------------------------------------------------------------- 
-	 
+	//-------------------------------------------------------------------------
+
 	/** With this mode, the lighting is ignored and only the
 		texture color information is used.
 	 */
-	COLOR  
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	COLOR
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/TextureMode.idl b/main/offapi/com/sun/star/drawing/TextureMode.idl
index 6a21688..3033f57 100644
--- a/main/offapi/com/sun/star/drawing/TextureMode.idl
+++ b/main/offapi/com/sun/star/drawing/TextureMode.idl
@@ -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,60 +7,60 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_TextureMode_idl__ 
-#define __com_sun_star_drawing_TextureMode_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_TextureMode_idl__
+#define __com_sun_star_drawing_TextureMode_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: enum com::sun::star::drawing::TextureMode
 /** The <type>TextureMode</type> defines in which way the texture color data
 	replaces the object color data.
  */
 published enum TextureMode
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::TextureMode::REPLACE
 	/** This is the standard mode.
 	 */
-	REPLACE, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	REPLACE,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::TextureMode::MODULATE
 	/** This mixes up colors in a way defined by the texture bitmap.
 	 */
-	MODULATE, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	MODULATE,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::TextureMode::BLEND
 	/** This mixes both data sources in a fixed ratio.
 	 */
-	BLEND 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	BLEND
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/TextureProjectionMode.idl b/main/offapi/com/sun/star/drawing/TextureProjectionMode.idl
index 62e2b54..848bbd7 100644
--- a/main/offapi/com/sun/star/drawing/TextureProjectionMode.idl
+++ b/main/offapi/com/sun/star/drawing/TextureProjectionMode.idl
@@ -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,65 +7,65 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_TextureProjectionMode_idl__ 
-#define __com_sun_star_drawing_TextureProjectionMode_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_TextureProjectionMode_idl__
+#define __com_sun_star_drawing_TextureProjectionMode_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: enum com::sun::star::drawing::TextureProjectionMode
-/** defines how the texture is mapped to the object. 
-	
-	
-	
+/** defines how the texture is mapped to the object.
+
+
+
 	<p>It can be set independently for X and Y texture directions.</p>
  */
 published enum TextureProjectionMode
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::TextureProjectionMode::OBJECTSPECIFIC
-	/** This value specifies that the standard object projection method is 
+	/** This value specifies that the standard object projection method is
 		used.
 	 */
-	OBJECTSPECIFIC, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	OBJECTSPECIFIC,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::TextureProjectionMode::PARALLEL
-	/** This value specifies a flat parallel projection in the specified 
+	/** This value specifies a flat parallel projection in the specified
 		degree of freedom (X or Y).
 	 */
-	PARALLEL, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	PARALLEL,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::TextureProjectionMode::SPHERE
 	/** This value forces projection to wrapping in X and/or Y.
 	 */
-	SPHERE 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	SPHERE
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/TransparencyGradientTable.idl b/main/offapi/com/sun/star/drawing/TransparencyGradientTable.idl
index 0a7dc9c..c5a7590 100644
--- a/main/offapi/com/sun/star/drawing/TransparencyGradientTable.idl
+++ b/main/offapi/com/sun/star/drawing/TransparencyGradientTable.idl
@@ -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,36 +7,36 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_TransparencyGradientTable_idl__ 
-#define __com_sun_star_drawing_TransparencyGradientTable_idl__ 
- 
-#ifndef __com_sun_star_container_XNameContainer_idl__ 
-#include <com/sun/star/container/XNameContainer.idl> 
+#ifndef __com_sun_star_drawing_TransparencyGradientTable_idl__
+#define __com_sun_star_drawing_TransparencyGradientTable_idl__
+
+#ifndef __com_sun_star_container_XNameContainer_idl__
+#include <com/sun/star/container/XNameContainer.idl>
 #endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
 
 /** this is a container for <type scope="com::sun::star::awt">Gradient</type>s
 
 	<p>It is used for example to access the <type scope="com::sun::star::awt">Gradient</type>s that
-	are used inside a document for fill transparency. 
+	are used inside a document for fill transparency.
 
 	@see DrawingDocumentFactory
 	@see com::sun::star::awt::Gradient
@@ -52,8 +52,8 @@
 	interface com::sun::star::container::XNameContainer;
 };
 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/VerticalDimensioning.idl b/main/offapi/com/sun/star/drawing/VerticalDimensioning.idl
index 698c6fb..c23f4bc 100644
--- a/main/offapi/com/sun/star/drawing/VerticalDimensioning.idl
+++ b/main/offapi/com/sun/star/drawing/VerticalDimensioning.idl
@@ -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,68 +7,68 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_VerticalDimensioning_idl__ 
-#define __com_sun_star_drawing_VerticalDimensioning_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_VerticalDimensioning_idl__
+#define __com_sun_star_drawing_VerticalDimensioning_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: enum com::sun::star::drawing::VerticalDimensioning
 /** specifies the vertical position of
 	the text of a dimensioning shape.
  */
 published enum VerticalDimensioning
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::VerticalDimensioning::AUTO
 	/** Set this to have the application select the best horizontal
 		position for the text.
 	 */
-	AUTO, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	AUTO,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::VerticalDimensioning::TOP
 	/** The text is positioned above the main line.
 	 */
-	TOP, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	TOP,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::VerticalDimensioning::CENTERED
 	/** The text is positioned over the main line.
 	 */
-	CENTERED, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	CENTERED,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::drawing::VerticalDimensioning::BOTTOM
 	/** The text is positioned below the main line.
 	 */
-	BOTTOM 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	BOTTOM
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/XConnectableShape.idl b/main/offapi/com/sun/star/drawing/XConnectableShape.idl
index f34d9d3..5bafc8f 100644
--- a/main/offapi/com/sun/star/drawing/XConnectableShape.idl
+++ b/main/offapi/com/sun/star/drawing/XConnectableShape.idl
@@ -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,61 +7,61 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_XConnectableShape_idl__ 
-#define __com_sun_star_drawing_XConnectableShape_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_Point_idl__ 
-#include <com/sun/star/awt/Point.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_XConnectableShape_idl__
+#define __com_sun_star_drawing_XConnectableShape_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_awt_Point_idl__
+#include <com/sun/star/awt/Point.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** @deprecated
 */
 published interface XConnectableShape: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR XConnectableShape::canConnect 
-	
+{
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR XConnectableShape::canConnect
+
 	// DocMerge: empty anyway
-	boolean canConnect( [in] com::sun::star::awt::Point nPos, 
-			 [in] boolean bCreateGluePoint, 
-			 [in] long nMaxDist ); 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR XConnectableShape::doConnect 
-	
+	boolean canConnect( [in] com::sun::star::awt::Point nPos,
+			 [in] boolean bCreateGluePoint,
+			 [in] long nMaxDist );
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR XConnectableShape::doConnect
+
 	// DocMerge: empty anyway
-	boolean doConnect( [in] com::sun::star::awt::Point nPos, 
-			 [in] boolean bCreateGluePoint, 
-			 [in] long nMaxDist ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	boolean doConnect( [in] com::sun::star::awt::Point nPos,
+			 [in] boolean bCreateGluePoint,
+			 [in] long nMaxDist );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/XConnectorShape.idl b/main/offapi/com/sun/star/drawing/XConnectorShape.idl
index b0b0065..3591efc 100644
--- a/main/offapi/com/sun/star/drawing/XConnectorShape.idl
+++ b/main/offapi/com/sun/star/drawing/XConnectorShape.idl
@@ -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,81 +7,81 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_XConnectorShape_idl__ 
-#define __com_sun_star_drawing_XConnectorShape_idl__ 
- 
-#ifndef __com_sun_star_drawing_XShape_idl__ 
-#include <com/sun/star/drawing/XShape.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_XConnectableShape_idl__ 
-#include <com/sun/star/drawing/XConnectableShape.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_ConnectionType_idl__ 
-#include <com/sun/star/drawing/ConnectionType.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_XConnectorShape_idl__
+#define __com_sun_star_drawing_XConnectorShape_idl__
+
+#ifndef __com_sun_star_drawing_XShape_idl__
+#include <com/sun/star/drawing/XShape.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_XConnectableShape_idl__
+#include <com/sun/star/drawing/XConnectableShape.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_ConnectionType_idl__
+#include <com/sun/star/drawing/ConnectionType.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** @deprecated
  */
 published interface XConnectorShape: com::sun::star::drawing::XShape
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::drawing::XConnectorShape::connectStart
 	/** connects the start of this instance
 	 */
-	void connectStart( [in] com::sun::star::drawing::XConnectableShape xShape, 
-			 [in] com::sun::star::drawing::ConnectionType nPos ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void connectStart( [in] com::sun::star::drawing::XConnectableShape xShape,
+			 [in] com::sun::star::drawing::ConnectionType nPos );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::drawing::XConnectorShape::connectEnd
 	/** connects the end of this instance.
 	 */
-	void connectEnd( [in] com::sun::star::drawing::XConnectableShape xShape, 
-			 [in] com::sun::star::drawing::ConnectionType nPos ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void connectEnd( [in] com::sun::star::drawing::XConnectableShape xShape,
+			 [in] com::sun::star::drawing::ConnectionType nPos );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::drawing::XConnectorShape::disconnectBegin
 	/** disconnects the given <type>Shape</type> from the start of
 		this instance.
 	 */
-	void disconnectBegin( [in] com::sun::star::drawing::XConnectableShape xShape ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void disconnectBegin( [in] com::sun::star::drawing::XConnectableShape xShape );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::drawing::XConnectorShape::disconnectEnd
-	/** disconnects the given <type>Shape</type> from the end of 
+	/** disconnects the given <type>Shape</type> from the end of
 		this instance.
 	 */
-	void disconnectEnd( [in] com::sun::star::drawing::XConnectableShape xShape ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void disconnectEnd( [in] com::sun::star::drawing::XConnectableShape xShape );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/XControlShape.idl b/main/offapi/com/sun/star/drawing/XControlShape.idl
index c74967f..e04cced 100644
--- a/main/offapi/com/sun/star/drawing/XControlShape.idl
+++ b/main/offapi/com/sun/star/drawing/XControlShape.idl
@@ -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,46 +7,46 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_XControlShape_idl__ 
-#define __com_sun_star_drawing_XControlShape_idl__ 
- 
-#ifndef __com_sun_star_drawing_XShape_idl__ 
-#include <com/sun/star/drawing/XShape.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XControlModel_idl__ 
-#include <com/sun/star/awt/XControlModel.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_XControlShape_idl__
+#define __com_sun_star_drawing_XControlShape_idl__
+
+#ifndef __com_sun_star_drawing_XShape_idl__
+#include <com/sun/star/drawing/XShape.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XControlModel_idl__
+#include <com/sun/star/awt/XControlModel.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** is implemented by a <type>ControlShape</type> to access the controls model.
 
 	@see com::sun::star::drawing::ControlShape
 	@see com::sun::star::awt::UnoControlModel
 */
 published interface XControlShape: com::sun::star::drawing::XShape
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** returns the control model of this <type>Shape</type>.
 
 		@return
@@ -54,25 +54,25 @@
 			to this <type>ControlShape</type>, than its returned.
 			Otherwise you get an empty reference.
 	 */
-	com::sun::star::awt::XControlModel getControl(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::awt::XControlModel getControl();
+
+	//-------------------------------------------------------------------------
+
 	/** sets the control model for this <type>Shape</type>.
 
 		@param xControl
 			this will be the new control model that is
 			displayed with this shape. You may change
 			the model more than once during the lifetime
-			of a <type>ControlShape</type> 
-	
+			of a <type>ControlShape</type>
+
 	 */
-	[oneway] void setControl( [in] com::sun::star::awt::XControlModel xControl ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[oneway] void setControl( [in] com::sun::star::awt::XControlModel xControl );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/XCustomShapeEngine.idl b/main/offapi/com/sun/star/drawing/XCustomShapeEngine.idl
index 8e32d1e..7aaef42 100644
--- a/main/offapi/com/sun/star/drawing/XCustomShapeEngine.idl
+++ b/main/offapi/com/sun/star/drawing/XCustomShapeEngine.idl
@@ -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,62 +7,62 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_XCustomShapeEngine_idl__ 
-#define __com_sun_star_drawing_XCustomShapeEngine_idl__ 
+#ifndef __com_sun_star_drawing_XCustomShapeEngine_idl__
+#define __com_sun_star_drawing_XCustomShapeEngine_idl__
 
-#ifndef __com_sun_star_awt_Rectangle_idl__ 
-#include <com/sun/star/awt/Rectangle.idl> 
-#endif 
-#ifndef __com_sun_star_drawing_PolyPolygonBezierCoords_idl__ 
+#ifndef __com_sun_star_awt_Rectangle_idl__
+#include <com/sun/star/awt/Rectangle.idl>
+#endif
+#ifndef __com_sun_star_drawing_PolyPolygonBezierCoords_idl__
 #include <com/sun/star/drawing/PolyPolygonBezierCoords.idl>
 #endif
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
-#ifndef __com_sun_star_drawing_XShape_idl__ 
-#include <com/sun/star/drawing/XShape.idl> 
-#endif 
-#ifndef __com_sun_star_drawing_XCustomShapeHandle_idl__ 
-#include <com/sun/star/drawing/XCustomShapeHandle.idl> 
-#endif 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+#ifndef __com_sun_star_drawing_XShape_idl__
+#include <com/sun/star/drawing/XShape.idl>
+#endif
+#ifndef __com_sun_star_drawing_XCustomShapeHandle_idl__
+#include <com/sun/star/drawing/XCustomShapeHandle.idl>
+#endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** The XCustomShapeEngine
  */
 interface XCustomShapeEngine: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** 
+{
+	//-------------------------------------------------------------------------
+
+	/**
 		@returns
 			a the shape that is representing the CustomShape
 	 */
-	com::sun::star::drawing::XShape render(); 
+	com::sun::star::drawing::XShape render();
 
-	/** 
+	/**
 		@returns the text bound of the shape
 	*/
 	com::sun::star::awt::Rectangle getTextBounds();
 
-	/** 
+	/**
 		@returns the line geometry of the object
 	*/
 	com::sun::star::drawing::PolyPolygonBezierCoords getLineGeometry();
@@ -71,12 +71,12 @@
 		@returns
 			a collection of interaction handles
 	 */
-	sequence<com::sun::star::drawing::XCustomShapeHandle> getInteraction(); 
+	sequence<com::sun::star::drawing::XCustomShapeHandle> getInteraction();
 
- }; 
- 
-//============================================================================= 
- 
+ };
+
+//=============================================================================
+
 }; }; }; };
- 
-#endif 
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/XCustomShapeHandle.idl b/main/offapi/com/sun/star/drawing/XCustomShapeHandle.idl
index 946f088..d0fb4bd 100644
--- a/main/offapi/com/sun/star/drawing/XCustomShapeHandle.idl
+++ b/main/offapi/com/sun/star/drawing/XCustomShapeHandle.idl
@@ -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,57 +7,57 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_XCustomShapeHandle_idl__ 
-#define __com_sun_star_drawing_XCustomShapeHandle_idl__ 
+#ifndef __com_sun_star_drawing_XCustomShapeHandle_idl__
+#define __com_sun_star_drawing_XCustomShapeHandle_idl__
 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
 
-#ifndef __com_sun_star_awt_Point_idl__ 
-#include <com/sun/star/awt/Point.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_Point_idl__
+#include <com/sun/star/awt/Point.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** The XCustomShapeHandle
  */
 interface XCustomShapeHandle: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** is getting the actual handle position
 
 		@returns
 			a the actual handle position
 	 */
-	com::sun::star::awt::Point getPosition(); 
+	com::sun::star::awt::Point getPosition();
 
 	/** is setting a new position for the handle
 	 */
-	void setControllerPosition( [in] com::sun::star::awt::Point aPoint ); 
+	void setControllerPosition( [in] com::sun::star::awt::Point aPoint );
 
- }; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+ };
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/XDrawPage.idl b/main/offapi/com/sun/star/drawing/XDrawPage.idl
index bacda7c..624cf50 100644
--- a/main/offapi/com/sun/star/drawing/XDrawPage.idl
+++ b/main/offapi/com/sun/star/drawing/XDrawPage.idl
@@ -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,41 +7,41 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_XDrawPage_idl__ 
-#define __com_sun_star_drawing_XDrawPage_idl__ 
- 
-#ifndef __com_sun_star_drawing_XShapes_idl__ 
-#include <com/sun/star/drawing/XShapes.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_XDrawPage_idl__
+#define __com_sun_star_drawing_XDrawPage_idl__
+
+#ifndef __com_sun_star_drawing_XShapes_idl__
+#include <com/sun/star/drawing/XShapes.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** identifies an <type>XShapes</type> as a <type>DrawPage</type>.
  */
 published interface XDrawPage: com::sun::star::drawing::XShapes
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/XDrawPageDuplicator.idl b/main/offapi/com/sun/star/drawing/XDrawPageDuplicator.idl
index d3ee6d9..99d2edf 100644
--- a/main/offapi/com/sun/star/drawing/XDrawPageDuplicator.idl
+++ b/main/offapi/com/sun/star/drawing/XDrawPageDuplicator.idl
@@ -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,43 +7,43 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_XDrawPageDuplicator_idl__ 
-#define __com_sun_star_drawing_XDrawPageDuplicator_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_XDrawPage_idl__ 
-#include <com/sun/star/drawing/XDrawPage.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_XDrawPageDuplicator_idl__
+#define __com_sun_star_drawing_XDrawPageDuplicator_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_XDrawPage_idl__
+#include <com/sun/star/drawing/XDrawPage.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** makes it possible to duplicate pages within the same document.
  */
 published interface XDrawPageDuplicator: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** creates a duplicate of a <type>DrawPage</type> or <type>MasterPage</type>,
 		including the <type>Shape</type>s on that page and inserts it into the
 		same model.
@@ -55,14 +55,14 @@
 		@return
 			a newly created <type>DrawPage</type> or <type>MasterPage</type>
 			that as all properties and copies of all <type>Shape</type>s from
-			the source page. 
+			the source page.
 	 */
-	com::sun::star::drawing::XDrawPage duplicate( [in] com::sun::star::drawing::XDrawPage xPage ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::drawing::XDrawPage duplicate( [in] com::sun::star::drawing::XDrawPage xPage );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/XDrawPageExpander.idl b/main/offapi/com/sun/star/drawing/XDrawPageExpander.idl
index b1c67f1..2f49e39 100644
--- a/main/offapi/com/sun/star/drawing/XDrawPageExpander.idl
+++ b/main/offapi/com/sun/star/drawing/XDrawPageExpander.idl
@@ -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,63 +7,63 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_XDrawPageExpander_idl__ 
-#define __com_sun_star_drawing_XDrawPageExpander_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_XDrawPages_idl__ 
-#include <com/sun/star/drawing/XDrawPages.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_XDrawPage_idl__ 
-#include <com/sun/star/drawing/XDrawPage.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_XDrawPageExpander_idl__
+#define __com_sun_star_drawing_XDrawPageExpander_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_XDrawPages_idl__
+#include <com/sun/star/drawing/XDrawPages.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_XDrawPage_idl__
+#include <com/sun/star/drawing/XDrawPage.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** is implemented by documents that can expand the contents
 	of a summary on a <type>DrawPage</type> into a collection of
 	<type>DrawPage</type>s.
-	
+
 	@see XDrawPageSummarizer
 
 	@deprecated
  */
 published interface XDrawPageExpander: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** creates a collection of <type>DrawPage</type>s from the
 		summary inside the given <type>DrawPage</type> and adds
 		them to the same model as the source <type>DrawPage</type>.
 	*/
-	com::sun::star::drawing::XDrawPages expand( [in] com::sun::star::drawing::XDrawPage xPage ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::drawing::XDrawPages expand( [in] com::sun::star::drawing::XDrawPage xPage );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/XDrawPageSummarizer.idl b/main/offapi/com/sun/star/drawing/XDrawPageSummarizer.idl
index 18549a2..6f2c299 100644
--- a/main/offapi/com/sun/star/drawing/XDrawPageSummarizer.idl
+++ b/main/offapi/com/sun/star/drawing/XDrawPageSummarizer.idl
@@ -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,61 +7,61 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_XDrawPageSummarizer_idl__ 
-#define __com_sun_star_drawing_XDrawPageSummarizer_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_XDrawPage_idl__ 
-#include <com/sun/star/drawing/XDrawPage.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_XDrawPages_idl__ 
-#include <com/sun/star/drawing/XDrawPages.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_XDrawPageSummarizer_idl__
+#define __com_sun_star_drawing_XDrawPageSummarizer_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_XDrawPage_idl__
+#include <com/sun/star/drawing/XDrawPage.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_XDrawPages_idl__
+#include <com/sun/star/drawing/XDrawPages.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::drawing::XDrawPageSummarizer
-/** is implemented by documents that can create summaries 
+/** is implemented by documents that can create summaries
 	of their <type>DrawPage</type>s.
 
 	@deprecated
  */
 published interface XDrawPageSummarizer: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::drawing::XDrawPageSummarizer::summarize
 	/** creates a new <type>DrawPage</type> with a summary of all
 		<type>DrawPage</type>s in the given collection.
 	 */
-	com::sun::star::drawing::XDrawPage summarize( [in] com::sun::star::drawing::XDrawPages xPages ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
+	com::sun::star::drawing::XDrawPage summarize( [in] com::sun::star::drawing::XDrawPages xPages );
 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/XDrawPageSupplier.idl b/main/offapi/com/sun/star/drawing/XDrawPageSupplier.idl
index 6768639..a67c4e6 100644
--- a/main/offapi/com/sun/star/drawing/XDrawPageSupplier.idl
+++ b/main/offapi/com/sun/star/drawing/XDrawPageSupplier.idl
@@ -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,40 +7,40 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_XDrawPageSupplier_idl__ 
-#define __com_sun_star_drawing_XDrawPageSupplier_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_XDrawPage_idl__ 
-#include <com/sun/star/drawing/XDrawPage.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_XDrawPageSupplier_idl__
+#define __com_sun_star_drawing_XDrawPageSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_XDrawPage_idl__
+#include <com/sun/star/drawing/XDrawPage.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::drawing::XDrawPageSupplier
 /** represents something that provides a <type>DrawPage</type>.
-	
+
 	<p>This interface is provided if the container only supports exactly
 	one <type>DrawPage</type>. For containers which support multiple
 	<type>DrawPage</type>s interface <type>XDrawPagesSupplier</type> is
@@ -49,18 +49,18 @@
 	@deprecated
  */
 published interface XDrawPageSupplier: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::drawing::XDrawPageSupplier::getDrawPage
 	/** returns the <type>DrawPage</type>.
 	 */
-	com::sun::star::drawing::XDrawPage getDrawPage(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::drawing::XDrawPage getDrawPage();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/XDrawPages.idl b/main/offapi/com/sun/star/drawing/XDrawPages.idl
index 92aa917..2d2c021 100644
--- a/main/offapi/com/sun/star/drawing/XDrawPages.idl
+++ b/main/offapi/com/sun/star/drawing/XDrawPages.idl
@@ -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,37 +7,37 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_XDrawPages_idl__ 
-#define __com_sun_star_drawing_XDrawPages_idl__ 
- 
-#ifndef __com_sun_star_container_XIndexAccess_idl__ 
-#include <com/sun/star/container/XIndexAccess.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_XDrawPage_idl__ 
-#include <com/sun/star/drawing/XDrawPage.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_XDrawPages_idl__
+#define __com_sun_star_drawing_XDrawPages_idl__
+
+#ifndef __com_sun_star_container_XIndexAccess_idl__
+#include <com/sun/star/container/XIndexAccess.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_XDrawPage_idl__
+#include <com/sun/star/drawing/XDrawPage.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** gives access to a container of <type>DrawPage</type>s or <type>MasterPage</type>s.
 
 	<p>The pages are stored in an index container. The order is determined by
@@ -48,9 +48,9 @@
 	at a model that contains <type>DrawPage</type>s or <type>MasterPage</type>s
 */
 published interface XDrawPages: com::sun::star::container::XIndexAccess
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** creates and inserts a new <type>DrawPage</type> or <type>MasterPage</type>
 		into this container
 
@@ -62,10 +62,10 @@
 			the newly created and already inserted <type>DrawPage</type> or
 			<type>MasterPage</type>.
 	*/
-	com::sun::star::drawing::XDrawPage insertNewByIndex( [in] long nIndex ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::drawing::XDrawPage insertNewByIndex( [in] long nIndex );
+
+	//-------------------------------------------------------------------------
+
 	/** removes a <type>DrawPage</type> or <type>MasterPage</type> from this
 		container.
 
@@ -74,12 +74,12 @@
 			contained and will be removed from this container. It will
 			also be disposed and shouldn't be used any further.
 	*/
-	void remove( [in] com::sun::star::drawing::XDrawPage xPage ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void remove( [in] com::sun::star::drawing::XDrawPage xPage );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/XDrawPagesSupplier.idl b/main/offapi/com/sun/star/drawing/XDrawPagesSupplier.idl
index 3974cab..8f77829 100644
--- a/main/offapi/com/sun/star/drawing/XDrawPagesSupplier.idl
+++ b/main/offapi/com/sun/star/drawing/XDrawPagesSupplier.idl
@@ -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,51 +7,51 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_XDrawPagesSupplier_idl__ 
-#define __com_sun_star_drawing_XDrawPagesSupplier_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_XDrawPages_idl__ 
-#include <com/sun/star/drawing/XDrawPages.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_XDrawPagesSupplier_idl__
+#define __com_sun_star_drawing_XDrawPagesSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_XDrawPages_idl__
+#include <com/sun/star/drawing/XDrawPages.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** must be supported to provide access to a multi-page drawing-layer.
 */
 published interface XDrawPagesSupplier: com::sun::star::uno::XInterface
-{ 
+{
 
-	/** @returns 
+	/** @returns
 				an indexed container with the service <type>DrawPages</type>.
 	 */
-	com::sun::star::drawing::XDrawPages getDrawPages(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::drawing::XDrawPages getDrawPages();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/XDrawSubController.idl b/main/offapi/com/sun/star/drawing/XDrawSubController.idl
index 5e0529b..660259d 100644
--- a/main/offapi/com/sun/star/drawing/XDrawSubController.idl
+++ b/main/offapi/com/sun/star/drawing/XDrawSubController.idl
@@ -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,41 +7,41 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
-#ifndef __com_sun_star_drawing_XDrawSubController_idl__ 
-#define __com_sun_star_drawing_XDrawSubController_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XFastPropertySet_idl__ 
-#include <com/sun/star/beans/XFastPropertySet.idl> 
-#endif 
-#ifndef __com_sun_star_drawing_XDrawView_idl__ 
-#include <com/sun/star/drawing/XDrawView.idl> 
-#endif 
-#ifndef __com_sun_star_view_XSelectionSupplier_idl__ 
-#include <com/sun/star/view/XSelectionSupplier.idl> 
-#endif 
- 
- 
- 
-module com {  module sun {  module star {  module drawing {  
- 
+#ifndef __com_sun_star_drawing_XDrawSubController_idl__
+#define __com_sun_star_drawing_XDrawSubController_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XFastPropertySet_idl__
+#include <com/sun/star/beans/XFastPropertySet.idl>
+#endif
+#ifndef __com_sun_star_drawing_XDrawView_idl__
+#include <com/sun/star/drawing/XDrawView.idl>
+#endif
+#ifndef __com_sun_star_view_XSelectionSupplier_idl__
+#include <com/sun/star/view/XSelectionSupplier.idl>
+#endif
+
+
+
+module com {  module sun {  module star {  module drawing {
+
 
 /** View dependent part of the Draw and Impress controller.
     <p>During the lifetime of an Impress application the
@@ -60,10 +60,10 @@
         the sub controller.  Property change listeners are handled by the
         controller.
     */
-	interface com::sun::star::beans::XFastPropertySet; 
-}; 
- 
+	interface com::sun::star::beans::XFastPropertySet;
+};
 
-}; }; }; };  
 
-#endif 
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/XDrawView.idl b/main/offapi/com/sun/star/drawing/XDrawView.idl
index 5b79673..607b02c 100644
--- a/main/offapi/com/sun/star/drawing/XDrawView.idl
+++ b/main/offapi/com/sun/star/drawing/XDrawView.idl
@@ -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,65 +7,65 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_XDrawView_idl__ 
-#define __com_sun_star_drawing_XDrawView_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_XDrawPage_idl__ 
-#include <com/sun/star/drawing/XDrawPage.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_XDrawView_idl__
+#define __com_sun_star_drawing_XDrawView_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_XDrawPage_idl__
+#include <com/sun/star/drawing/XDrawPage.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** is implemented by views that display <type>DrawPage</type>s or <type>MasterPage</type>s.
  */
 published interface XDrawView: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** changes the current page.
 
 		@param xPage
 			this <type>DrawPage</type> or <type>MasterPage</type> will be
 			displayed inside this view.
 	 */
-	void setCurrentPage( [in] com::sun::star::drawing::XDrawPage xPage ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void setCurrentPage( [in] com::sun::star::drawing::XDrawPage xPage );
+
+	//-------------------------------------------------------------------------
+
 	/** returns the current page.
 
 		@return
 			the <type>DrawPage</type> or <type>MasterPage</type> that is
 			currently displayed.
 	 */
-	com::sun::star::drawing::XDrawPage getCurrentPage(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
+	com::sun::star::drawing::XDrawPage getCurrentPage();
 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/XEnhancedCustomShapeDefaulter.idl b/main/offapi/com/sun/star/drawing/XEnhancedCustomShapeDefaulter.idl
index 74911b8..d5e119d 100644
--- a/main/offapi/com/sun/star/drawing/XEnhancedCustomShapeDefaulter.idl
+++ b/main/offapi/com/sun/star/drawing/XEnhancedCustomShapeDefaulter.idl
@@ -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,40 +7,40 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_XEnhancedCustomShapeDefaulter_idl__ 
-#define __com_sun_star_drawing_XEnhancedCustomShapeDefaulter_idl__ 
+#ifndef __com_sun_star_drawing_XEnhancedCustomShapeDefaulter_idl__
+#define __com_sun_star_drawing_XEnhancedCustomShapeDefaulter_idl__
 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
 #endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 
 /**
  */
 interface XEnhancedCustomShapeDefaulter: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 
-	/** 
+	/**
 
 	This interface allows to create shape properties for the given "ShapeType".
 	The "ShapeType" string can be empty then the current "ShapeType" of the
@@ -48,7 +48,7 @@
 
 		"non-primitive",
 		"rectangle",
-		"round-rectangle", 
+		"round-rectangle",
 		"ellipse",
 		"diamond",
 		"isosceles-triangle"
@@ -57,7 +57,7 @@
 		"trapezoid",
 		"hexagon",
 		"octagon",
-		"cross", 
+		"cross",
 		"star5",
 		"right-arrow",
 		"mso-spt14",
@@ -66,7 +66,7 @@
 		"mso-spt17",
 		"mso-spt18",
 		"mso-spt19",
-		"mso-spt20", 
+		"mso-spt20",
 		"mso-spt21",
 		"can",
 		"ring",
@@ -252,7 +252,7 @@
 
 	SJ: following shape types can't be created with this method, they
 	are part of the gallery (soon they also will be added)
-	// gallery: quadrat		
+	// gallery: quadrat
 	// gallery: round-quadrat
 	// gallery: circle
 	// gallery: circle-pie
@@ -278,14 +278,14 @@
 	// gallery: fontwork-arch-right-curve
 	// gallery: fontwork-arch-left-pour
 	// gallery: fontwork-arch-right-pour
-	
+
 	 */
 	void createCustomShapeDefaults( [ in ] string aShapeType );
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/XGluePointsSupplier.idl b/main/offapi/com/sun/star/drawing/XGluePointsSupplier.idl
index b5a87e3..0f672f2 100644
--- a/main/offapi/com/sun/star/drawing/XGluePointsSupplier.idl
+++ b/main/offapi/com/sun/star/drawing/XGluePointsSupplier.idl
@@ -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,48 +7,48 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_XGluePointsSupplier_idl__ 
-#define __com_sun_star_drawing_XGluePointsSupplier_idl__ 
- 
-#ifndef __com_sun_star_container_XIndexContainer_idl__ 
-#include <com/sun/star/container/XIndexContainer.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_XGluePointsSupplier_idl__
+#define __com_sun_star_drawing_XGluePointsSupplier_idl__
+
+#ifndef __com_sun_star_container_XIndexContainer_idl__
+#include <com/sun/star/container/XIndexContainer.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** must be supported to provide access to a container of <type>GluePoint2</type>.
  */
 published interface XGluePointsSupplier: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** 
+{
+	//-------------------------------------------------------------------------
+
+	/**
 		@return
 				a container of <type>GluePoint2</type> structs.
 	 */
-	com::sun::star::container::XIndexContainer getGluePoints(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::container::XIndexContainer getGluePoints();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/XLayer.idl b/main/offapi/com/sun/star/drawing/XLayer.idl
index 84046f4..04b025c 100644
--- a/main/offapi/com/sun/star/drawing/XLayer.idl
+++ b/main/offapi/com/sun/star/drawing/XLayer.idl
@@ -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,41 +7,41 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_XLayer_idl__ 
-#define __com_sun_star_drawing_XLayer_idl__ 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_XLayer_idl__
+#define __com_sun_star_drawing_XLayer_idl__
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** identifies the object as a <type>Layer</type>.
  */
 published interface XLayer: com::sun::star::beans::XPropertySet
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/XLayerManager.idl b/main/offapi/com/sun/star/drawing/XLayerManager.idl
index 4002392..ad550ac 100644
--- a/main/offapi/com/sun/star/drawing/XLayerManager.idl
+++ b/main/offapi/com/sun/star/drawing/XLayerManager.idl
@@ -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,54 +7,54 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_XLayerManager_idl__ 
-#define __com_sun_star_drawing_XLayerManager_idl__ 
- 
-#ifndef __com_sun_star_container_XIndexAccess_idl__ 
-#include <com/sun/star/container/XIndexAccess.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_XLayer_idl__ 
-#include <com/sun/star/drawing/XLayer.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_NoSuchElementException_idl__ 
-#include <com/sun/star/container/NoSuchElementException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_XShape_idl__ 
-#include <com/sun/star/drawing/XShape.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_XLayerManager_idl__
+#define __com_sun_star_drawing_XLayerManager_idl__
+
+#ifndef __com_sun_star_container_XIndexAccess_idl__
+#include <com/sun/star/container/XIndexAccess.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_XLayer_idl__
+#include <com/sun/star/drawing/XLayer.idl>
+#endif
+
+#ifndef __com_sun_star_container_NoSuchElementException_idl__
+#include <com/sun/star/container/NoSuchElementException.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_XShape_idl__
+#include <com/sun/star/drawing/XShape.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** This interface makes it possible to access and manage the
 	<type>Layer</type>s	of a document.
 
 	@see LayerManager
  */
 published interface XLayerManager: com::sun::star::container::XIndexAccess
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** creates a new <type>Layer</type>
 
 		@param nIndex
@@ -63,21 +63,21 @@
 		@returns
 			the new created <type>Layer</type>
 	 */
-	com::sun::star::drawing::XLayer insertNewByIndex( [in] long nIndex ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::drawing::XLayer insertNewByIndex( [in] long nIndex );
+
+	//-------------------------------------------------------------------------
+
 	/** removes a <type>Layer</type> and all <type>Shape</type>s on
 		this <type>Layer</type>.
 
 		@param xLayer
 			this <type>Layer</type> will be removed and disposed
 	 */
-	void remove( [in] com::sun::star::drawing::XLayer xLayer ) 
-			raises( com::sun::star::container::NoSuchElementException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void remove( [in] com::sun::star::drawing::XLayer xLayer )
+			raises( com::sun::star::container::NoSuchElementException );
+
+	//-------------------------------------------------------------------------
+
 	/** attaches a <type>Shape</type> to the given <type>Layer</type>.
 
 		@param xShape
@@ -86,27 +86,27 @@
 		@param xLayer
 			this is the <type>Layer</type> that will be attached to a <type>Shape</type>
 	 */
-	void attachShapeToLayer( [in] com::sun::star::drawing::XShape xShape, 
-			 [in] com::sun::star::drawing::XLayer xLayer ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void attachShapeToLayer( [in] com::sun::star::drawing::XShape xShape,
+			 [in] com::sun::star::drawing::XLayer xLayer );
+
+	//-------------------------------------------------------------------------
+
 	/** queries the <type>Layer</type> that a <type>Shape</type> is attached to
 
-		@param xShape 
+		@param xShape
 			specifies the <type>Shape</type> for which the layer is requested.
 
-		@returns 
-			the <type>Layer</type> to which the <type>Shape</type> is 
-			attached. 
-				 
+		@returns
+			the <type>Layer</type> to which the <type>Shape</type> is
+			attached.
+
 	 */
-	com::sun::star::drawing::XLayer getLayerForShape( [in] com::sun::star::drawing::XShape xShape ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::drawing::XLayer getLayerForShape( [in] com::sun::star::drawing::XShape xShape );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/XLayerSupplier.idl b/main/offapi/com/sun/star/drawing/XLayerSupplier.idl
index 24d5d84..912e6b2 100644
--- a/main/offapi/com/sun/star/drawing/XLayerSupplier.idl
+++ b/main/offapi/com/sun/star/drawing/XLayerSupplier.idl
@@ -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,55 +7,55 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_XLayerSupplier_idl__ 
-#define __com_sun_star_drawing_XLayerSupplier_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XNameAccess_idl__ 
-#include <com/sun/star/container/XNameAccess.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_XLayerSupplier_idl__
+#define __com_sun_star_drawing_XLayerSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_container_XNameAccess_idl__
+#include <com/sun/star/container/XNameAccess.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** gives access to a <type>LayerManager</type>.
 
 	@see 		LayerManager
  */
 published interface XLayerSupplier: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns  
+{
+	//-------------------------------------------------------------------------
+
+	/** @returns
 				the <type>LayerManager</type>.
 	 */
-	com::sun::star::container::XNameAccess getLayerManager(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
+	com::sun::star::container::XNameAccess getLayerManager();
 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/XMasterPageTarget.idl b/main/offapi/com/sun/star/drawing/XMasterPageTarget.idl
index bb0db09..9cb861d 100644
--- a/main/offapi/com/sun/star/drawing/XMasterPageTarget.idl
+++ b/main/offapi/com/sun/star/drawing/XMasterPageTarget.idl
@@ -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,63 +7,63 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_XMasterPageTarget_idl__ 
-#define __com_sun_star_drawing_XMasterPageTarget_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_XDrawPage_idl__ 
-#include <com/sun/star/drawing/XDrawPage.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_XMasterPageTarget_idl__
+#define __com_sun_star_drawing_XMasterPageTarget_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_XDrawPage_idl__
+#include <com/sun/star/drawing/XDrawPage.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** is implemented by objects that can be linked to a
 	<type>MasterPage</type>.
 
 	@see DrawPage
  */
 published interface XMasterPageTarget: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** @returns the <type>MasterPage</type> linked to this object.
 	 */
-	com::sun::star::drawing::XDrawPage getMasterPage(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::drawing::XDrawPage getMasterPage();
+
+	//-------------------------------------------------------------------------
+
 	/** links a <type>MasterPage</type> to this object.
 
 		@param xMasterPage
 			the <type>MasterPage</type> that is linked to this object
 	 */
-	void setMasterPage( [in] com::sun::star::drawing::XDrawPage xMasterPage ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void setMasterPage( [in] com::sun::star::drawing::XDrawPage xMasterPage );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/XMasterPagesSupplier.idl b/main/offapi/com/sun/star/drawing/XMasterPagesSupplier.idl
index 3f94616..9e944f2 100644
--- a/main/offapi/com/sun/star/drawing/XMasterPagesSupplier.idl
+++ b/main/offapi/com/sun/star/drawing/XMasterPagesSupplier.idl
@@ -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,53 +7,53 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_XMasterPagesSupplier_idl__ 
-#define __com_sun_star_drawing_XMasterPagesSupplier_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_XDrawPages_idl__ 
-#include <com/sun/star/drawing/XDrawPages.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_XMasterPagesSupplier_idl__
+#define __com_sun_star_drawing_XMasterPagesSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_XDrawPages_idl__
+#include <com/sun/star/drawing/XDrawPages.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** must be supported to provide access to the
 	<type>MasterPage</type>s of a multi-page drawing-layer.
  */
 published interface XMasterPagesSupplier: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns 
+{
+	//-------------------------------------------------------------------------
+
+	/** @returns
 				an indexed container with the service <type>MasterPages</type>.
 	 */
-	com::sun::star::drawing::XDrawPages getMasterPages(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
+	com::sun::star::drawing::XDrawPages getMasterPages();
 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/XPresenterHelper.idl b/main/offapi/com/sun/star/drawing/XPresenterHelper.idl
index 1aabe3e..b0f89a0 100644
--- a/main/offapi/com/sun/star/drawing/XPresenterHelper.idl
+++ b/main/offapi/com/sun/star/drawing/XPresenterHelper.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -112,7 +112,7 @@
             When an explicit service name is given then a new object of this
             service is created.  This service name lets the caller select a
             specific canvas implementation, e.g. with or without hardware
-            acceleration. 
+            acceleration.
     */
     ::com::sun::star::rendering::XCanvas createCanvas (
         [in] ::com::sun::star::awt::XWindow xWindow,
diff --git a/main/offapi/com/sun/star/drawing/XSelectionFunction.idl b/main/offapi/com/sun/star/drawing/XSelectionFunction.idl
index 8ac8c97..7ed376b 100644
--- a/main/offapi/com/sun/star/drawing/XSelectionFunction.idl
+++ b/main/offapi/com/sun/star/drawing/XSelectionFunction.idl
@@ -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,64 +7,64 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_XSelectionFunction_idl__ 
-#define __com_sun_star_drawing_XSelectionFunction_idl__ 
- 
-#ifndef __com_sun_star_container_XIndexAccess_idl__ 
-#include <com/sun/star/container/XIndexAccess.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_XComponent_idl__ 
-#include <com/sun/star/lang/XComponent.idl> 
-#endif  
+#ifndef __com_sun_star_drawing_XSelectionFunction_idl__
+#define __com_sun_star_drawing_XSelectionFunction_idl__
 
-#ifndef __com_sun_star_lang_XServiceInfo_idl__ 
-#include <com/sun/star/lang/XServiceInfo.idl> 
-#endif  
+#ifndef __com_sun_star_container_XIndexAccess_idl__
+#include <com/sun/star/container/XIndexAccess.idl>
+#endif
 
-#ifndef __com_sun_star_frame_XDispatch_idl__ 
-#include <com/sun/star/frame/XDispatch.idl> 
-#endif  
+#ifndef __com_sun_star_lang_XComponent_idl__
+#include <com/sun/star/lang/XComponent.idl>
+#endif
 
-#ifndef __com_sun_star_awt_XKeyHandler_idl__ 
-#include <com/sun/star/awt/XKeyHandler.idl> 
-#endif  
+#ifndef __com_sun_star_lang_XServiceInfo_idl__
+#include <com/sun/star/lang/XServiceInfo.idl>
+#endif
 
-#ifndef __com_sun_star_awt_XMouseClickHandler_idl__ 
-#include <com/sun/star/awt/XMouseClickHandler.idl> 
-#endif  
+#ifndef __com_sun_star_frame_XDispatch_idl__
+#include <com/sun/star/frame/XDispatch.idl>
+#endif
 
-#ifndef __com_sun_star_awt_XMouseMotionHandler_idl__ 
-#include <com/sun/star/awt/XMouseMotionHandler.idl> 
-#endif  
+#ifndef __com_sun_star_awt_XKeyHandler_idl__
+#include <com/sun/star/awt/XKeyHandler.idl>
+#endif
 
-#ifndef __com_sun_star_view_XSelectionChangeListener_idl__ 
+#ifndef __com_sun_star_awt_XMouseClickHandler_idl__
+#include <com/sun/star/awt/XMouseClickHandler.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XMouseMotionHandler_idl__
+#include <com/sun/star/awt/XMouseMotionHandler.idl>
+#endif
+
+#ifndef __com_sun_star_view_XSelectionChangeListener_idl__
 #include <com/sun/star/view/XSelectionChangeListener.idl>
 #endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /**
  */
 published interface XSelectionFunction
-{ 
+{
 	interface ::com::sun::star::lang::XComponent;
 	interface ::com::sun::star::lang::XServiceInfo;
 	interface ::com::sun::star::frame::XDispatch;
@@ -73,9 +73,9 @@
 	interface ::com::sun::star::awt::XMouseMotionHandler;
 	interface ::com::sun::star::view::XSelectionChangeListener;
 };
- 
-//============================================================================= 
- 
-}; }; }; };  
 
-#endif 
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/XShape.idl b/main/offapi/com/sun/star/drawing/XShape.idl
index 0935579..53bc532 100644
--- a/main/offapi/com/sun/star/drawing/XShape.idl
+++ b/main/offapi/com/sun/star/drawing/XShape.idl
@@ -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,91 +7,91 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_XShape_idl__ 
-#define __com_sun_star_drawing_XShape_idl__ 
- 
-#ifndef __com_sun_star_drawing_XShapeDescriptor_idl__ 
-#include <com/sun/star/drawing/XShapeDescriptor.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_Point_idl__ 
-#include <com/sun/star/awt/Point.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_Size_idl__ 
-#include <com/sun/star/awt/Size.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_PropertyVetoException_idl__ 
-#include <com/sun/star/beans/PropertyVetoException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_XShape_idl__
+#define __com_sun_star_drawing_XShape_idl__
+
+#ifndef __com_sun_star_drawing_XShapeDescriptor_idl__
+#include <com/sun/star/drawing/XShapeDescriptor.idl>
+#endif
+
+#ifndef __com_sun_star_awt_Point_idl__
+#include <com/sun/star/awt/Point.idl>
+#endif
+
+#ifndef __com_sun_star_awt_Size_idl__
+#include <com/sun/star/awt/Size.idl>
+#endif
+
+#ifndef __com_sun_star_beans_PropertyVetoException_idl__
+#include <com/sun/star/beans/PropertyVetoException.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** lets you do a basic transformation on a <type>Shape</type> and
 	get its type.
  */
 published interface XShape: com::sun::star::drawing::XShapeDescriptor
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** gets the current position of this object.
 
 		@returns
 			the position of the top left edge in 100/th mm
 	 */
-	com::sun::star::awt::Point getPosition(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::awt::Point getPosition();
+
+	//-------------------------------------------------------------------------
+
 	/** sets the current position of this object
 
 		@param aPosition
 			the position of the top left edge in 100/th mm
 	 */
-	void setPosition( [in] com::sun::star::awt::Point aPosition ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void setPosition( [in] com::sun::star::awt::Point aPosition );
+
+	//-------------------------------------------------------------------------
+
 	/** gets the size of this object.
 
 		@returns
 			the size in 100/th mm
 	 */
-	com::sun::star::awt::Size getSize(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::awt::Size getSize();
+
+	//-------------------------------------------------------------------------
+
 	/** sets the size of this object.
 
 		@param aSize
 			the size in 100/th mm
 	 */
-	void setSize( [in] com::sun::star::awt::Size aSize ) 
-			raises( com::sun::star::beans::PropertyVetoException ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void setSize( [in] com::sun::star::awt::Size aSize )
+			raises( com::sun::star::beans::PropertyVetoException );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/XShapeAligner.idl b/main/offapi/com/sun/star/drawing/XShapeAligner.idl
index 4a19b0a..093498d 100644
--- a/main/offapi/com/sun/star/drawing/XShapeAligner.idl
+++ b/main/offapi/com/sun/star/drawing/XShapeAligner.idl
@@ -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,41 +7,41 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_XShapeAligner_idl__ 
-#define __com_sun_star_drawing_XShapeAligner_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_XShapes_idl__ 
-#include <com/sun/star/drawing/XShapes.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_Alignment_idl__ 
-#include <com/sun/star/drawing/Alignment.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_XShapeAligner_idl__
+#define __com_sun_star_drawing_XShapeAligner_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_XShapes_idl__
+#include <com/sun/star/drawing/XShapes.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_Alignment_idl__
+#include <com/sun/star/drawing/Alignment.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::drawing::XShapeAligner
 /** Objects implementing this interface can be used to align
 	<type>Shape</type>s.
@@ -49,19 +49,19 @@
 	@deprecated
  */
 published interface XShapeAligner: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::drawing::XShapeAligner::alignShapes
 	/** aligns the specified <type>Shape</type>s.
 	 */
-	void alignShapes( [inout] com::sun::star::drawing::XShapes aShapes, 
-			 [in] com::sun::star::drawing::Alignment eType ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void alignShapes( [inout] com::sun::star::drawing::XShapes aShapes,
+			 [in] com::sun::star::drawing::Alignment eType );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/XShapeArranger.idl b/main/offapi/com/sun/star/drawing/XShapeArranger.idl
index ec814be..04cb408 100644
--- a/main/offapi/com/sun/star/drawing/XShapeArranger.idl
+++ b/main/offapi/com/sun/star/drawing/XShapeArranger.idl
@@ -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,45 +7,45 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_XShapeArranger_idl__ 
-#define __com_sun_star_drawing_XShapeArranger_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_XShapes_idl__ 
-#include <com/sun/star/drawing/XShapes.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_Arrangement_idl__ 
-#include <com/sun/star/drawing/Arrangement.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_XShape_idl__ 
-#include <com/sun/star/drawing/XShape.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_XShapeArranger_idl__
+#define __com_sun_star_drawing_XShapeArranger_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_XShapes_idl__
+#include <com/sun/star/drawing/XShapes.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_Arrangement_idl__
+#include <com/sun/star/drawing/Arrangement.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_XShape_idl__
+#include <com/sun/star/drawing/XShape.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::drawing::XShapeArranger
 /** Objects implementing this interface can be used to arrange
 	<type>Shape</type>s.
@@ -53,64 +53,64 @@
 	@deprecated
  */
 published interface XShapeArranger: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::drawing::XShapeArranger::arrange
 	/** applies the specified <type>Arrangement</type> to
 		the specified collection of <type>Shape</type>s.
 	 */
-	void arrange( [in] com::sun::star::drawing::XShapes xShapes, 
-			 [in] com::sun::star::drawing::Arrangement eType ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void arrange( [in] com::sun::star::drawing::XShapes xShapes,
+			 [in] com::sun::star::drawing::Arrangement eType );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::drawing::XShapeArranger::bringToFront
-	/** moves the specified <type>Shape</type>s by a specified number 
+	/** moves the specified <type>Shape</type>s by a specified number
 		of objects more to the front.
 	 */
-	void bringToFront( [in] com::sun::star::drawing::XShapes xShapes, 
-			 [in] short nSteps ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void bringToFront( [in] com::sun::star::drawing::XShapes xShapes,
+			 [in] short nSteps );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::drawing::XShapeArranger::sendToBack
 	/** moves the specified <type>Shape</type>s
 		<var>nSteps</var> objects more to the back.
 	 */
-	void sendToBack( [in] com::sun::star::drawing::XShapes xShapes, 
-			 [in] short nSteps ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void sendToBack( [in] com::sun::star::drawing::XShapes xShapes,
+			 [in] short nSteps );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::drawing::XShapeArranger::setBehindShape
 	/** moves the specified collection of <type>Shape</type>s
 		behind the specified single <type>Shape</type>.
 	 */
-	void setBehindShape( [in] com::sun::star::drawing::XShapes xShapes, 
-			 [in] com::sun::star::drawing::XShape xShape ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void setBehindShape( [in] com::sun::star::drawing::XShapes xShapes,
+			 [in] com::sun::star::drawing::XShape xShape );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::drawing::XShapeArranger::setInFrontOf
 	/** moves the specified collection of <type>Shape</type>s in
 		front of the specified single <type>Shape</type>.
 	 */
-	void setInFrontOf( [in] com::sun::star::drawing::XShapes xShapes, 
-			 [in] com::sun::star::drawing::XShape xShape ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void setInFrontOf( [in] com::sun::star::drawing::XShapes xShapes,
+			 [in] com::sun::star::drawing::XShape xShape );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::drawing::XShapeArranger::reverseOrder
 	/** reverses the order of the specified collection of
 		<type>Shape</type>s.
 	 */
-	void reverseOrder( [in] com::sun::star::drawing::XShapes xShapes ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void reverseOrder( [in] com::sun::star::drawing::XShapes xShapes );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/XShapeBinder.idl b/main/offapi/com/sun/star/drawing/XShapeBinder.idl
index 57b2645..b900ecc 100644
--- a/main/offapi/com/sun/star/drawing/XShapeBinder.idl
+++ b/main/offapi/com/sun/star/drawing/XShapeBinder.idl
@@ -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,47 +7,47 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_XShapeBinder_idl__ 
-#define __com_sun_star_drawing_XShapeBinder_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_XShape_idl__ 
-#include <com/sun/star/drawing/XShape.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_XShapes_idl__ 
-#include <com/sun/star/drawing/XShapes.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_XShapeBinder_idl__
+#define __com_sun_star_drawing_XShapeBinder_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_XShape_idl__
+#include <com/sun/star/drawing/XShape.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_XShapes_idl__
+#include <com/sun/star/drawing/XShapes.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** connects or breaks the lines of <type>Shape</type>s
  */
 published interface XShapeBinder: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** binds <type>Shape</type>s together.
 
 		@param xShapes
@@ -61,10 +61,10 @@
 			line segment from the supplied <type>Shape</type>s. It is also added
 			to the <type>GenericDrawPage</type> of the source <type>Shape</type>s.
 	 */
-	com::sun::star::drawing::XShape bind( [in] com::sun::star::drawing::XShapes xShapes ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::drawing::XShape bind( [in] com::sun::star::drawing::XShapes xShapes );
+
+	//-------------------------------------------------------------------------
+
 	/** breaks a <type>Shape</type> into its line segments
 
 		@param xShape
@@ -73,12 +73,12 @@
 			new <type>PolyPolygonBezierShape</type> shapes. The original <type>Shape</type>
 			will be removed from its <type>GenericDrawPage</type> and disposed.
 	 */
-	void unbind( [in] com::sun::star::drawing::XShape xShape ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void unbind( [in] com::sun::star::drawing::XShape xShape );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/XShapeCombiner.idl b/main/offapi/com/sun/star/drawing/XShapeCombiner.idl
index 80a972c..1c882dc 100644
--- a/main/offapi/com/sun/star/drawing/XShapeCombiner.idl
+++ b/main/offapi/com/sun/star/drawing/XShapeCombiner.idl
@@ -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,49 +7,49 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_XShapeCombiner_idl__ 
-#define __com_sun_star_drawing_XShapeCombiner_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_XShape_idl__ 
-#include <com/sun/star/drawing/XShape.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_XShapes_idl__ 
-#include <com/sun/star/drawing/XShapes.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_XShapeCombiner_idl__
+#define __com_sun_star_drawing_XShapeCombiner_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_XShape_idl__
+#include <com/sun/star/drawing/XShape.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_XShapes_idl__
+#include <com/sun/star/drawing/XShapes.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** specifies the combine/split functionality.
  */
 published interface XShapeCombiner: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** combines <type>Shape</type>s
-		
+
 		@param xShapes
 			the <type>Shape</type>s inside this container are converted
 			to <type>PolyPolygonBezierShape</type>s and are than combined
@@ -61,27 +61,27 @@
 			a newly created <type>PolyPolygonBezierShape</type> which contains all
 			converted <type>PolyPolygonBezierShape</type> combined. It is also added
 			to the <type>GenericDrawPage</type> of the source <type>Shape</type>s.
-			
+
 	 */
-	com::sun::star::drawing::XShape combine( [in] com::sun::star::drawing::XShapes xShapes ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::drawing::XShape combine( [in] com::sun::star::drawing::XShapes xShapes );
+
+	//-------------------------------------------------------------------------
+
 	/** splits <type>Shape</type>s.
 
 		@param xShapes
-			the <type>Shape</type> is converted to a 
+			the <type>Shape</type> is converted to a
 			<type>PolyPolygonBezierShape</type>s and then splited into
 			several <type>PolyPolygonBezierShape</type>s
 			The <type>Shape</types>s in xShape will be removed from the
 			<type>GenericDrawPage</type> and disposed.
 	 */
-	void split( [in] com::sun::star::drawing::XShape xGroup ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void split( [in] com::sun::star::drawing::XShape xGroup );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/XShapeDescriptor.idl b/main/offapi/com/sun/star/drawing/XShapeDescriptor.idl
index ca756dc..35d97df 100644
--- a/main/offapi/com/sun/star/drawing/XShapeDescriptor.idl
+++ b/main/offapi/com/sun/star/drawing/XShapeDescriptor.idl
@@ -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,50 +7,50 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_XShapeDescriptor_idl__ 
-#define __com_sun_star_drawing_XShapeDescriptor_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_XShapeDescriptor_idl__
+#define __com_sun_star_drawing_XShapeDescriptor_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** offers some settings which are allowed even for objects which are not yet inserted into a draw page.
 
 	@deprecated
 		replaced by <type scope="com::sun::star::lang">XServiceName</type>
  */
 published interface XShapeDescriptor: com::sun::star::uno::XInterface
-{ 
+{
 	/**
 		@returns
 			the programmatic name of the shape type.
 	*/
-	string getShapeType(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	string getShapeType();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/XShapeGroup.idl b/main/offapi/com/sun/star/drawing/XShapeGroup.idl
index fa99d79..dc37977 100644
--- a/main/offapi/com/sun/star/drawing/XShapeGroup.idl
+++ b/main/offapi/com/sun/star/drawing/XShapeGroup.idl
@@ -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,74 +7,74 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_XShapeGroup_idl__ 
-#define __com_sun_star_drawing_XShapeGroup_idl__ 
- 
-#ifndef __com_sun_star_drawing_XShape_idl__ 
-#include <com/sun/star/drawing/XShape.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_XShapeGroup_idl__
+#define __com_sun_star_drawing_XShapeGroup_idl__
+
+#ifndef __com_sun_star_drawing_XShape_idl__
+#include <com/sun/star/drawing/XShape.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** is implemented by <type>Shape</type>s that contain other
 	<type>Shape</type>s.
 
 	@deprecated
  */
 published interface XShapeGroup: com::sun::star::drawing::XShape
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::drawing::XShapeGroup::enterGroup
-	/** enters the group which enables the editing function 
+	/** enters the group which enables the editing function
 		for the parts of a grouped <type>Shape</type>. Then the parts can
 		be edited instead of the group as a whole.
-		
-		
-		
+
+
+
 		<p>This affects only the user interface. The behavior is not
 		specified if this instance is not visible on any view. In this case
 		it may or may not work.</p>
 	 */
-	void enterGroup(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void enterGroup();
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::drawing::XShapeGroup::leaveGroup
-	/** leaves the group, which disables the editing function 
+	/** leaves the group, which disables the editing function
 		for the parts of a grouped <type>Shape</type>. Then only the
 		group as a whole can be edited.
-		
-		
-		
+
+
+
 		<p>This affects only the user interface. The behavior is not
 		specified if this instance is not visible on any view. In this case
 		it may or may not work.</p>
 	 */
-	void leaveGroup(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void leaveGroup();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/XShapeGrouper.idl b/main/offapi/com/sun/star/drawing/XShapeGrouper.idl
index 2e0dc76..464b914 100644
--- a/main/offapi/com/sun/star/drawing/XShapeGrouper.idl
+++ b/main/offapi/com/sun/star/drawing/XShapeGrouper.idl
@@ -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,51 +7,51 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_XShapeGrouper_idl__ 
-#define __com_sun_star_drawing_XShapeGrouper_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_XShapeGroup_idl__ 
-#include <com/sun/star/drawing/XShapeGroup.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_XShapes_idl__ 
-#include <com/sun/star/drawing/XShapes.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_XShapeGrouper_idl__
+#define __com_sun_star_drawing_XShapeGrouper_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_XShapeGroup_idl__
+#include <com/sun/star/drawing/XShapeGroup.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_XShapes_idl__
+#include <com/sun/star/drawing/XShapes.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** specifies the group/ungroup functionality.
  */
 published interface XShapeGrouper: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** groups the <type>Shape</type>s inside a collection.
 
         <p>Grouping of objects in text documents works only if none
-        of the objects has an anchor of type 
+        of the objects has an anchor of type
         <member scope="com::sun::star::text::TextContentAnchorType">AS_CHARACTER</member>
         </p>.
 
@@ -65,24 +65,24 @@
 			<type>GenericDrawPage</type> of the <type>Shape</type>s
 			in xShapes.
 	 */
-	com::sun::star::drawing::XShapeGroup group( [in] com::sun::star::drawing::XShapes xShapes ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::drawing::XShapeGroup group( [in] com::sun::star::drawing::XShapes xShapes );
+
+	//-------------------------------------------------------------------------
+
 	/** ungroups a given <type>GroupShape</type>.
 
 		@param aGroup
 			moves all <type>Shape</type>s from this <type>GroupShape</type>
 			to the parent <type>XShapes</type> of the <type>GroupShape</type>.
-			The <type>GroupShape</type> is than removed from the 
+			The <type>GroupShape</type> is than removed from the
 			<type>GenericDrawPage</type> and disposed.
 	 */
-	void ungroup( [in] com::sun::star::drawing::XShapeGroup aGroup ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void ungroup( [in] com::sun::star::drawing::XShapeGroup aGroup );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/XShapeMirror.idl b/main/offapi/com/sun/star/drawing/XShapeMirror.idl
index b38a397..21f6fb6 100644
--- a/main/offapi/com/sun/star/drawing/XShapeMirror.idl
+++ b/main/offapi/com/sun/star/drawing/XShapeMirror.idl
@@ -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,72 +7,72 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_XShapeMirror_idl__ 
-#define __com_sun_star_drawing_XShapeMirror_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_XShapes_idl__ 
-#include <com/sun/star/drawing/XShapes.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_MirrorAxis_idl__ 
-#include <com/sun/star/drawing/MirrorAxis.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_XShape_idl__ 
-#include <com/sun/star/drawing/XShape.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_XShapeMirror_idl__
+#define __com_sun_star_drawing_XShapeMirror_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_XShapes_idl__
+#include <com/sun/star/drawing/XShapes.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_MirrorAxis_idl__
+#include <com/sun/star/drawing/MirrorAxis.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_XShape_idl__
+#include <com/sun/star/drawing/XShape.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** Objects implementing this interface can be used to mirror
 	<type>Shape</type>s.
 
 	@deprecated
  */
 published interface XShapeMirror: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** mirrors the given <type>Shape</type>s
 		at the given axis.
 	 */
-	void mirror( [inout] com::sun::star::drawing::XShapes aShapes, 
-			 [in] com::sun::star::drawing::MirrorAxis eAxis ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void mirror( [inout] com::sun::star::drawing::XShapes aShapes,
+			 [in] com::sun::star::drawing::MirrorAxis eAxis );
+
+	//-------------------------------------------------------------------------
+
 	/** mirrors the given <type>Shape</type>s at
 		the given axis.
 	 */
-	void mirrorAtAxis( [inout] com::sun::star::drawing::XShapes aShapes, 
-			 [in] com::sun::star::drawing::XShape aLine ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void mirrorAtAxis( [inout] com::sun::star::drawing::XShapes aShapes,
+			 [in] com::sun::star::drawing::XShape aLine );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/XShapes.idl b/main/offapi/com/sun/star/drawing/XShapes.idl
index 77b68d3..6eb055c 100644
--- a/main/offapi/com/sun/star/drawing/XShapes.idl
+++ b/main/offapi/com/sun/star/drawing/XShapes.idl
@@ -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,69 +7,69 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_XShapes_idl__ 
-#define __com_sun_star_drawing_XShapes_idl__ 
- 
-#ifndef __com_sun_star_container_XIndexAccess_idl__ 
-#include <com/sun/star/container/XIndexAccess.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_XShape_idl__ 
-#include <com/sun/star/drawing/XShape.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_XShapes_idl__
+#define __com_sun_star_drawing_XShapes_idl__
+
+#ifndef __com_sun_star_container_XIndexAccess_idl__
+#include <com/sun/star/container/XIndexAccess.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_XShape_idl__
+#include <com/sun/star/drawing/XShape.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 /** makes it possible to access, add, and remove the
 	<type>Shape</type>s in a collection.
-	
-	@see DrawPage 
+
+	@see DrawPage
 	@see MasterPage
 	@see DrawingDocumentDrawView
  */
 published interface XShapes: com::sun::star::container::XIndexAccess
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** inserts a <type>Shape</type> into this collection.
 
 		@param xShape
 			a <type>Shape</type> that will be inserted.
 	 */
-	void add( [in] com::sun::star::drawing::XShape xShape ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void add( [in] com::sun::star::drawing::XShape xShape );
+
+	//-------------------------------------------------------------------------
+
 	/** removes a <type>Shape</type> from this collection.
 
 		@param xShape
 			the <type>Shape</type> will be removed from the
 			collection and disposed.
 	 */
-	void remove( [in] com::sun::star::drawing::XShape xShape ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
+	void remove( [in] com::sun::star::drawing::XShape xShape );
 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/XSlidePreviewCache.idl b/main/offapi/com/sun/star/drawing/XSlidePreviewCache.idl
index 117dec5..43e43a9 100644
--- a/main/offapi/com/sun/star/drawing/XSlidePreviewCache.idl
+++ b/main/offapi/com/sun/star/drawing/XSlidePreviewCache.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/drawing/XSlidePreviewCacheListener.idl b/main/offapi/com/sun/star/drawing/XSlidePreviewCacheListener.idl
index b51dd51..4ffd7e9 100644
--- a/main/offapi/com/sun/star/drawing/XSlidePreviewCacheListener.idl
+++ b/main/offapi/com/sun/star/drawing/XSlidePreviewCacheListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/drawing/XSlideRenderer.idl b/main/offapi/com/sun/star/drawing/XSlideRenderer.idl
index 4d1056d..72b0ef3 100644
--- a/main/offapi/com/sun/star/drawing/XSlideRenderer.idl
+++ b/main/offapi/com/sun/star/drawing/XSlideRenderer.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -90,7 +90,7 @@
         [in] com::sun::star::awt::Size aMaximumPreviewPixelSize,
         [in] short nSuperSampleFactor,
         [in] com::sun::star::rendering::XCanvas xCanvas);
-    
+
     /** Return a size that has the given aspect ratio and shares either the
         width or the height with the given maximum size.
         @param nSlideAspectRatio
diff --git a/main/offapi/com/sun/star/drawing/XSlideSorterBase.idl b/main/offapi/com/sun/star/drawing/XSlideSorterBase.idl
index c846f6a..8507a41 100644
--- a/main/offapi/com/sun/star/drawing/XSlideSorterBase.idl
+++ b/main/offapi/com/sun/star/drawing/XSlideSorterBase.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/drawing/XUniversalShapeDescriptor.idl b/main/offapi/com/sun/star/drawing/XUniversalShapeDescriptor.idl
index 2082c57..5536b17 100644
--- a/main/offapi/com/sun/star/drawing/XUniversalShapeDescriptor.idl
+++ b/main/offapi/com/sun/star/drawing/XUniversalShapeDescriptor.idl
@@ -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,48 +7,48 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_drawing_XUniversalShapeDescriptor_idl__ 
-#define __com_sun_star_drawing_XUniversalShapeDescriptor_idl__ 
- 
-#ifndef __com_sun_star_drawing_XShapeDescriptor_idl__ 
-#include <com/sun/star/drawing/XShapeDescriptor.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module drawing {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_drawing_XUniversalShapeDescriptor_idl__
+#define __com_sun_star_drawing_XUniversalShapeDescriptor_idl__
+
+#ifndef __com_sun_star_drawing_XShapeDescriptor_idl__
+#include <com/sun/star/drawing/XShapeDescriptor.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module drawing {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::drawing::XUniversalShapeDescriptor
 /** @deprecated
  */
 published interface XUniversalShapeDescriptor: com::sun::star::drawing::XShapeDescriptor
-{ 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR XUniversalShapeDescriptor::setShapeType 
-	
+{
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR XUniversalShapeDescriptor::setShapeType
+
 	// DocMerge: empty anyway
-	void setShapeType( [in] string aShapeTypeName ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void setShapeType( [in] string aShapeTypeName );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/drawing/framework/AnchorBindingMode.idl b/main/offapi/com/sun/star/drawing/framework/AnchorBindingMode.idl
index 1047a90..915f8c9 100644
--- a/main/offapi/com/sun/star/drawing/framework/AnchorBindingMode.idl
+++ b/main/offapi/com/sun/star/drawing/framework/AnchorBindingMode.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/drawing/framework/BasicPaneFactory.idl b/main/offapi/com/sun/star/drawing/framework/BasicPaneFactory.idl
index b4efdbe..fc2831f 100644
--- a/main/offapi/com/sun/star/drawing/framework/BasicPaneFactory.idl
+++ b/main/offapi/com/sun/star/drawing/framework/BasicPaneFactory.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/drawing/framework/BasicToolBarFactory.idl b/main/offapi/com/sun/star/drawing/framework/BasicToolBarFactory.idl
index d2815d5..da38cc9 100644
--- a/main/offapi/com/sun/star/drawing/framework/BasicToolBarFactory.idl
+++ b/main/offapi/com/sun/star/drawing/framework/BasicToolBarFactory.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/drawing/framework/BasicViewFactory.idl b/main/offapi/com/sun/star/drawing/framework/BasicViewFactory.idl
index 7929150..5ed9d86 100644
--- a/main/offapi/com/sun/star/drawing/framework/BasicViewFactory.idl
+++ b/main/offapi/com/sun/star/drawing/framework/BasicViewFactory.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/drawing/framework/BorderType.idl b/main/offapi/com/sun/star/drawing/framework/BorderType.idl
index e3a251f..ae838d8 100644
--- a/main/offapi/com/sun/star/drawing/framework/BorderType.idl
+++ b/main/offapi/com/sun/star/drawing/framework/BorderType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/drawing/framework/Configuration.idl b/main/offapi/com/sun/star/drawing/framework/Configuration.idl
index dd2e80f..4295809 100644
--- a/main/offapi/com/sun/star/drawing/framework/Configuration.idl
+++ b/main/offapi/com/sun/star/drawing/framework/Configuration.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -35,7 +35,7 @@
     <p>Most likely use is the <member
     scope="XConfigurationController">restoreConfiguration()</member>
     method.</p>
-    
+
     @see XConfiguration
         for a description of the configuration.
 */
diff --git a/main/offapi/com/sun/star/drawing/framework/ConfigurationChangeEvent.idl b/main/offapi/com/sun/star/drawing/framework/ConfigurationChangeEvent.idl
index a10aa39..bf9fbd6 100644
--- a/main/offapi/com/sun/star/drawing/framework/ConfigurationChangeEvent.idl
+++ b/main/offapi/com/sun/star/drawing/framework/ConfigurationChangeEvent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/drawing/framework/ConfigurationController.idl b/main/offapi/com/sun/star/drawing/framework/ConfigurationController.idl
index 3967c26..8ada7c8 100644
--- a/main/offapi/com/sun/star/drawing/framework/ConfigurationController.idl
+++ b/main/offapi/com/sun/star/drawing/framework/ConfigurationController.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -40,7 +40,7 @@
     configuration controller.
 
     <p>This service is used at the moment by the
-    <type>XControllerManager</type> to create a configuration controller. 
+    <type>XControllerManager</type> to create a configuration controller.
     This allows developers to replace the default implementation of the
     configuration controller with their own.  This may not be a useful
     feature.  Furthermore the sub controllers may need a tighter coupling
diff --git a/main/offapi/com/sun/star/drawing/framework/ModuleController.idl b/main/offapi/com/sun/star/drawing/framework/ModuleController.idl
index 106893c..9978238 100644
--- a/main/offapi/com/sun/star/drawing/framework/ModuleController.idl
+++ b/main/offapi/com/sun/star/drawing/framework/ModuleController.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -42,7 +42,7 @@
     <p>The <type>ModuleController</type> object for an application can be
     obtained via the <type>XControllerManager</type> interface.</type>
 */
-service ModuleController : XModuleController 
+service ModuleController : XModuleController
 {
     /** Create a new instance of a <type>ModuleController</type> as sub
         controller of the given <type>XController</type> object.
diff --git a/main/offapi/com/sun/star/drawing/framework/ResourceActivationMode.idl b/main/offapi/com/sun/star/drawing/framework/ResourceActivationMode.idl
index db5d07f..d819912 100644
--- a/main/offapi/com/sun/star/drawing/framework/ResourceActivationMode.idl
+++ b/main/offapi/com/sun/star/drawing/framework/ResourceActivationMode.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/drawing/framework/ResourceId.idl b/main/offapi/com/sun/star/drawing/framework/ResourceId.idl
index c83842f..4fbdb12 100644
--- a/main/offapi/com/sun/star/drawing/framework/ResourceId.idl
+++ b/main/offapi/com/sun/star/drawing/framework/ResourceId.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/drawing/framework/TabBarButton.idl b/main/offapi/com/sun/star/drawing/framework/TabBarButton.idl
index d8e7b98..8a172c0 100644
--- a/main/offapi/com/sun/star/drawing/framework/TabBarButton.idl
+++ b/main/offapi/com/sun/star/drawing/framework/TabBarButton.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -27,7 +27,7 @@
 module com { module sun { module star { module drawing { module framework {
 
 interface XResourceId;
-                                                
+
 /** Descriptor of a tab bar button.  Tab bar buttons are typically used to
     offer the user the choice between different views to be disiplayed in
     one pane.
diff --git a/main/offapi/com/sun/star/drawing/framework/XConfiguration.idl b/main/offapi/com/sun/star/drawing/framework/XConfiguration.idl
index 07a17a2..bfc1458 100644
--- a/main/offapi/com/sun/star/drawing/framework/XConfiguration.idl
+++ b/main/offapi/com/sun/star/drawing/framework/XConfiguration.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/drawing/framework/XConfigurationChangeListener.idl b/main/offapi/com/sun/star/drawing/framework/XConfigurationChangeListener.idl
index 875b8a9..d9cfeca 100644
--- a/main/offapi/com/sun/star/drawing/framework/XConfigurationChangeListener.idl
+++ b/main/offapi/com/sun/star/drawing/framework/XConfigurationChangeListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/drawing/framework/XConfigurationChangeRequest.idl b/main/offapi/com/sun/star/drawing/framework/XConfigurationChangeRequest.idl
index 3d81c8d..36b4b75 100644
--- a/main/offapi/com/sun/star/drawing/framework/XConfigurationChangeRequest.idl
+++ b/main/offapi/com/sun/star/drawing/framework/XConfigurationChangeRequest.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/drawing/framework/XConfigurationController.idl b/main/offapi/com/sun/star/drawing/framework/XConfigurationController.idl
index 1e3471f..e966570 100644
--- a/main/offapi/com/sun/star/drawing/framework/XConfigurationController.idl
+++ b/main/offapi/com/sun/star/drawing/framework/XConfigurationController.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/drawing/framework/XConfigurationControllerBroadcaster.idl b/main/offapi/com/sun/star/drawing/framework/XConfigurationControllerBroadcaster.idl
index 8d7e86d..8e3ab70 100644
--- a/main/offapi/com/sun/star/drawing/framework/XConfigurationControllerBroadcaster.idl
+++ b/main/offapi/com/sun/star/drawing/framework/XConfigurationControllerBroadcaster.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/drawing/framework/XConfigurationControllerRequestQueue.idl b/main/offapi/com/sun/star/drawing/framework/XConfigurationControllerRequestQueue.idl
index ef9c4c7..ac05a26 100644
--- a/main/offapi/com/sun/star/drawing/framework/XConfigurationControllerRequestQueue.idl
+++ b/main/offapi/com/sun/star/drawing/framework/XConfigurationControllerRequestQueue.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/drawing/framework/XControllerManager.idl b/main/offapi/com/sun/star/drawing/framework/XControllerManager.idl
index 5b3b5e2..fab6899 100644
--- a/main/offapi/com/sun/star/drawing/framework/XControllerManager.idl
+++ b/main/offapi/com/sun/star/drawing/framework/XControllerManager.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -37,7 +37,7 @@
     framework.
     <p>The <type>XControllerManager</type> interface is typically
     implemented by the same object that implements <type
-    scope="com::sun::star::frame">XController</type>.</p> 
+    scope="com::sun::star::frame">XController</type>.</p>
 */
 interface XControllerManager
 {
diff --git a/main/offapi/com/sun/star/drawing/framework/XModuleController.idl b/main/offapi/com/sun/star/drawing/framework/XModuleController.idl
index a4e622d..bda1dbc 100644
--- a/main/offapi/com/sun/star/drawing/framework/XModuleController.idl
+++ b/main/offapi/com/sun/star/drawing/framework/XModuleController.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/drawing/framework/XPane.idl b/main/offapi/com/sun/star/drawing/framework/XPane.idl
index a6ba081..8eb9660 100644
--- a/main/offapi/com/sun/star/drawing/framework/XPane.idl
+++ b/main/offapi/com/sun/star/drawing/framework/XPane.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/drawing/framework/XPane2.idl b/main/offapi/com/sun/star/drawing/framework/XPane2.idl
index 0872062..3ebdec1 100644
--- a/main/offapi/com/sun/star/drawing/framework/XPane2.idl
+++ b/main/offapi/com/sun/star/drawing/framework/XPane2.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -57,7 +57,7 @@
         object is usually set at the topmost window.  However, the details
         are implementation dependent.
         @param xAccessible
-            May be an empty reference.  
+            May be an empty reference.
     */
     void setAccessible ([in] ::com::sun::star::accessibility::XAccessible xAccessible);
 
diff --git a/main/offapi/com/sun/star/drawing/framework/XPaneBorderPainter.idl b/main/offapi/com/sun/star/drawing/framework/XPaneBorderPainter.idl
index dea3f6b..02e803f 100644
--- a/main/offapi/com/sun/star/drawing/framework/XPaneBorderPainter.idl
+++ b/main/offapi/com/sun/star/drawing/framework/XPaneBorderPainter.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/drawing/framework/XRelocatableResource.idl b/main/offapi/com/sun/star/drawing/framework/XRelocatableResource.idl
index c70b6d9..cfd8c04 100644
--- a/main/offapi/com/sun/star/drawing/framework/XRelocatableResource.idl
+++ b/main/offapi/com/sun/star/drawing/framework/XRelocatableResource.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/drawing/framework/XResource.idl b/main/offapi/com/sun/star/drawing/framework/XResource.idl
index f247f01..be0af7c 100644
--- a/main/offapi/com/sun/star/drawing/framework/XResource.idl
+++ b/main/offapi/com/sun/star/drawing/framework/XResource.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/drawing/framework/XResourceFactory.idl b/main/offapi/com/sun/star/drawing/framework/XResourceFactory.idl
index daea7cc..060addc 100644
--- a/main/offapi/com/sun/star/drawing/framework/XResourceFactory.idl
+++ b/main/offapi/com/sun/star/drawing/framework/XResourceFactory.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/drawing/framework/XResourceFactoryManager.idl b/main/offapi/com/sun/star/drawing/framework/XResourceFactoryManager.idl
index 7449eba..a2e7478 100644
--- a/main/offapi/com/sun/star/drawing/framework/XResourceFactoryManager.idl
+++ b/main/offapi/com/sun/star/drawing/framework/XResourceFactoryManager.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/drawing/framework/XResourceId.idl b/main/offapi/com/sun/star/drawing/framework/XResourceId.idl
index 5fa69cb..3ec5b50 100644
--- a/main/offapi/com/sun/star/drawing/framework/XResourceId.idl
+++ b/main/offapi/com/sun/star/drawing/framework/XResourceId.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/drawing/framework/XTabBar.idl b/main/offapi/com/sun/star/drawing/framework/XTabBar.idl
index 623e2db..31e028e 100644
--- a/main/offapi/com/sun/star/drawing/framework/XTabBar.idl
+++ b/main/offapi/com/sun/star/drawing/framework/XTabBar.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/drawing/framework/XToolBar.idl b/main/offapi/com/sun/star/drawing/framework/XToolBar.idl
index 80fe079..eb7bc94 100644
--- a/main/offapi/com/sun/star/drawing/framework/XToolBar.idl
+++ b/main/offapi/com/sun/star/drawing/framework/XToolBar.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/drawing/framework/XView.idl b/main/offapi/com/sun/star/drawing/framework/XView.idl
index c54f04e..392a1fb 100644
--- a/main/offapi/com/sun/star/drawing/framework/XView.idl
+++ b/main/offapi/com/sun/star/drawing/framework/XView.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/embed/Actions.idl b/main/offapi/com/sun/star/embed/Actions.idl
index db0a036..228a540 100644
--- a/main/offapi/com/sun/star/embed/Actions.idl
+++ b/main/offapi/com/sun/star/embed/Actions.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -29,7 +29,7 @@
 
 //============================================================================
 /** This constant set contains possible actions that could be approved by
-<type>ActionsApproval</type> implementation. 
+<type>ActionsApproval</type> implementation.
 */
 published constants Actions
 {
@@ -37,7 +37,7 @@
 	/** "Prevent Close" - throws veto excetion if target object is going to
 		close.
 
-		<p> 
+		<p>
 		Usually a <type scope="com::sun::star::util">XCloseListener</type>
 		implementation could use this constant to request approval to throw
 		veto exception.
@@ -49,7 +49,7 @@
 	/** "Prevent Termination" - throws veto excetion if target object is going
 		to terminate.
 
-		<p> 
+		<p>
 		Usually a <type scope="com::sun::star::frame">XTerminateListener</type>
 		implementation could use this constant to request approval to throw
 		veto exception.
diff --git a/main/offapi/com/sun/star/embed/Aspects.idl b/main/offapi/com/sun/star/embed/Aspects.idl
index eb631c1..2bcfe0e 100644
--- a/main/offapi/com/sun/star/embed/Aspects.idl
+++ b/main/offapi/com/sun/star/embed/Aspects.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/embed/BaseStorage.idl b/main/offapi/com/sun/star/embed/BaseStorage.idl
index a776a68..442aaa1 100644
--- a/main/offapi/com/sun/star/embed/BaseStorage.idl
+++ b/main/offapi/com/sun/star/embed/BaseStorage.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,11 +24,11 @@
 #ifndef __com_sun_star_embed_BaseStorage_idl__
 #define __com_sun_star_embed_BaseStorage_idl__
 
-#ifndef __com_sun_star_embed_XStorage_idl__ 
+#ifndef __com_sun_star_embed_XStorage_idl__
 #include <com/sun/star/embed/XStorage.idl>
 #endif
 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
+#ifndef __com_sun_star_beans_XPropertySet_idl__
 #include <com/sun/star/beans/XPropertySet.idl>
 #endif
 
diff --git a/main/offapi/com/sun/star/embed/ElementModes.idl b/main/offapi/com/sun/star/embed/ElementModes.idl
index bff73f0..4dce89d 100644
--- a/main/offapi/com/sun/star/embed/ElementModes.idl
+++ b/main/offapi/com/sun/star/embed/ElementModes.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/embed/EmbedMapUnits.idl b/main/offapi/com/sun/star/embed/EmbedMapUnits.idl
index ca7201d..6df3559 100644
--- a/main/offapi/com/sun/star/embed/EmbedMapUnits.idl
+++ b/main/offapi/com/sun/star/embed/EmbedMapUnits.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/embed/EmbedMisc.idl b/main/offapi/com/sun/star/embed/EmbedMisc.idl
index e693b90..019348f 100644
--- a/main/offapi/com/sun/star/embed/EmbedMisc.idl
+++ b/main/offapi/com/sun/star/embed/EmbedMisc.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/embed/EmbedStates.idl b/main/offapi/com/sun/star/embed/EmbedStates.idl
index 8d57969..77929e7 100644
--- a/main/offapi/com/sun/star/embed/EmbedStates.idl
+++ b/main/offapi/com/sun/star/embed/EmbedStates.idl
@@ -49,7 +49,7 @@
 
 	//------------------------------------------------------------------------
 	/** "Running" - the object is connected and loaded.
-	
+
 		<p>
 		The object has a connection to the container client and a component
 		loaded from persistent entry. In case of internal document it also
diff --git a/main/offapi/com/sun/star/embed/EmbedUpdateModes.idl b/main/offapi/com/sun/star/embed/EmbedUpdateModes.idl
index 8f12dc0..7dd04fe8 100644
--- a/main/offapi/com/sun/star/embed/EmbedUpdateModes.idl
+++ b/main/offapi/com/sun/star/embed/EmbedUpdateModes.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/embed/EmbedVerbs.idl b/main/offapi/com/sun/star/embed/EmbedVerbs.idl
index c5bbf86..c568e6e 100644
--- a/main/offapi/com/sun/star/embed/EmbedVerbs.idl
+++ b/main/offapi/com/sun/star/embed/EmbedVerbs.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/embed/EmbeddedObjectDescriptor.idl b/main/offapi/com/sun/star/embed/EmbeddedObjectDescriptor.idl
index 9bd9e8f..5632073 100644
--- a/main/offapi/com/sun/star/embed/EmbeddedObjectDescriptor.idl
+++ b/main/offapi/com/sun/star/embed/EmbeddedObjectDescriptor.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/embed/EntryInitModes.idl b/main/offapi/com/sun/star/embed/EntryInitModes.idl
index 459fe7d..f8771a2 100644
--- a/main/offapi/com/sun/star/embed/EntryInitModes.idl
+++ b/main/offapi/com/sun/star/embed/EntryInitModes.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/embed/FileSystemStorage.idl b/main/offapi/com/sun/star/embed/FileSystemStorage.idl
index 2d98658..00f0aff 100644
--- a/main/offapi/com/sun/star/embed/FileSystemStorage.idl
+++ b/main/offapi/com/sun/star/embed/FileSystemStorage.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,7 +24,7 @@
 #ifndef __com_sun_star_embed_FileSystemStorage_idl__
 #define __com_sun_star_embed_FileSystemStorage_idl__
 
-#ifndef __com_sun_star_embed_BaseStorage_idl__ 
+#ifndef __com_sun_star_embed_BaseStorage_idl__
 #include <com/sun/star/embed/BaseStorage.idl>
 #endif
 
@@ -100,7 +100,7 @@
 				This property is not optional for this service.
 			</dd>
 		</dl>
-				
+
 	 */
 	service BaseStorage;
 };
diff --git a/main/offapi/com/sun/star/embed/FileSystemStorageFactory.idl b/main/offapi/com/sun/star/embed/FileSystemStorageFactory.idl
index 9f33867..4264399 100644
--- a/main/offapi/com/sun/star/embed/FileSystemStorageFactory.idl
+++ b/main/offapi/com/sun/star/embed/FileSystemStorageFactory.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,7 +24,7 @@
 #ifndef __com_sun_star_embed_FileSystemStorageFactory_idl__
 #define __com_sun_star_embed_FileSystemStorageFactory_idl__
 
-#ifndef __com_sun_star_lang_XSingleServiceFactory_idl__ 
+#ifndef __com_sun_star_lang_XSingleServiceFactory_idl__
 #include <com/sun/star/lang/XSingleServiceFactory.idl>
 #endif
 
@@ -51,7 +51,7 @@
 		</p>
 
 		<p>
-		In case 
+		In case
 		<method scope="com::sun::star::lang">XSingleServiceFactory::createInstanceWithArguments</method>
 		call is used a sequence of the following parameters can be used:
 		</p>
@@ -62,13 +62,13 @@
 					  specifies source of the object, it must be a string
 					  containing URL.
 			</dd>
-			
+
 			<dt>parameter 2</dt>
 			<dd>
 					  specifies mode the storage should be open in, can take
 					  values from <type>ElementModes</type> constant set.
 			</dd>
-			
+
 			<dt>parameter 3</dt>
 			<dd>
 					  allowes to provide
diff --git a/main/offapi/com/sun/star/embed/InsertedObjectInfo.idl b/main/offapi/com/sun/star/embed/InsertedObjectInfo.idl
index 6f387bd..d7ac92f 100644
--- a/main/offapi/com/sun/star/embed/InsertedObjectInfo.idl
+++ b/main/offapi/com/sun/star/embed/InsertedObjectInfo.idl
@@ -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,22 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_embed_InsertedObjectInfo_idl__ 
-#define __com_sun_star_embed_InsertedObjectInfo_idl__ 
- 
+#ifndef __com_sun_star_embed_InsertedObjectInfo_idl__
+#define __com_sun_star_embed_InsertedObjectInfo_idl__
+
 #ifndef __com_sun_star_beans_NamedValue_idl__
 #include <com/sun/star/beans/NamedValue.idl>
 #endif
@@ -31,25 +31,25 @@
 #include <com/sun/star/embed/XEmbeddedObject.idl>
 #endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module embed {  
- 
-//============================================================================= 
- 
+//=============================================================================
+
+ module com {  module sun {  module star {  module embed {
+
+//=============================================================================
+
 /** is intended to provide result of creation of an embedded object by dialog.
  */
 published struct InsertedObjectInfo
 {
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	/** The new created embedded object.
 	 */
 	XEmbeddedObject Object;
 
- 	//------------------------------------------------------------------------- 
+ 	//-------------------------------------------------------------------------
 	/** Container related options selected by user.
 
-		<p> 
+		<p>
 		A dialog related to embedded object creation usually allows user
 		to make some choiches that can be container related. This information
 		can be provided by this member.
@@ -57,10 +57,10 @@
 	 */
 	sequence < ::com::sun::star::beans::NamedValue > Options;
 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/embed/InstanceLocker.idl b/main/offapi/com/sun/star/embed/InstanceLocker.idl
index 9f09491..06f52f7 100644
--- a/main/offapi/com/sun/star/embed/InstanceLocker.idl
+++ b/main/offapi/com/sun/star/embed/InstanceLocker.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -46,7 +46,7 @@
 //-----------------------------------------------------------------------------
 /** The main task of this service is to prevent closing, terminating and/or
 	etc. of controlled object.
-	
+
 	<p>
 	After creation the service adds a listener of requested type
 	( close, terminate and/or etc. ) to the controlled object and let
@@ -65,7 +65,7 @@
 				specifies the actions that should be done ( prevent closing,
 				prevent termination and/or etc. ). It must not be empty and can
 				currently contain following values or their combination:
-				<type>Actions</type>::PREVENT_CLOSE and 
+				<type>Actions</type>::PREVENT_CLOSE and
 				<type>Actions</type>::PREVENT_TERMINATION.
 	 */
 	InstanceLockerCtor1( [in] com::sun::star::uno::XInterface xInstance,
@@ -84,7 +84,7 @@
 				specifies the actions that should be done ( prevent closing,
 				prevent termination and/or etc. ). It must not be empty and can
 				currently contain following values or their combination:
-				<type>Actions</type>::PREVENT_CLOSE and 
+				<type>Actions</type>::PREVENT_CLOSE and
 				<type>Actions</type>::PREVENT_TERMINATION.
 
 		@param xApprove
diff --git a/main/offapi/com/sun/star/embed/InvalidStorageException.idl b/main/offapi/com/sun/star/embed/InvalidStorageException.idl
index 97b186f..b38a09e 100644
--- a/main/offapi/com/sun/star/embed/InvalidStorageException.idl
+++ b/main/offapi/com/sun/star/embed/InvalidStorageException.idl
@@ -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,33 +7,33 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_embed_InvalidStorageException_idl__ 
-#define __com_sun_star_embed_InvalidStorageException_idl__ 
- 
-#ifndef __com_sun_star_io_IOException_idl__ 
-#include <com/sun/star/io/IOException.idl> 
-#endif 
- 
- 
+#ifndef __com_sun_star_embed_InvalidStorageException_idl__
+#define __com_sun_star_embed_InvalidStorageException_idl__
+
+#ifndef __com_sun_star_io_IOException_idl__
+#include <com/sun/star/io/IOException.idl>
+#endif
+
+
 //============================================================================
- 
- module com {  module sun {  module star {  module embed {  
- 
+
+ module com {  module sun {  module star {  module embed {
+
 //============================================================================
- 
+
 /** This exception can be thrown in case a storage is invalid.
 
 	<p>
@@ -41,11 +41,11 @@
 	</p>
  */
 published exception InvalidStorageException: com::sun::star::io::IOException
-{ 
-}; 
- 
+{
+};
+
 //============================================================================
- 
-}; }; }; };  
- 
+
+}; }; }; };
+
 #endif
diff --git a/main/offapi/com/sun/star/embed/LinkageMisuseException.idl b/main/offapi/com/sun/star/embed/LinkageMisuseException.idl
index 2c5b408..aa7c689 100644
--- a/main/offapi/com/sun/star/embed/LinkageMisuseException.idl
+++ b/main/offapi/com/sun/star/embed/LinkageMisuseException.idl
@@ -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,33 +7,33 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_embed_LinkageMisuseException_idl__ 
-#define __com_sun_star_embed_LinkageMisuseException_idl__ 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
- 
+#ifndef __com_sun_star_embed_LinkageMisuseException_idl__
+#define __com_sun_star_embed_LinkageMisuseException_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+
 //============================================================================
- 
- module com {  module sun {  module star {  module embed {  
- 
+
+ module com {  module sun {  module star {  module embed {
+
 //============================================================================
- 
+
 /** This exception can be thrown in case a linked object is misused.
 
 	<p>
@@ -41,11 +41,11 @@
 	</p>
  */
 published exception LinkageMisuseException: com::sun::star::uno::Exception
-{ 
-}; 
- 
+{
+};
+
 //============================================================================
- 
-}; }; }; };  
- 
+
+}; }; }; };
+
 #endif
diff --git a/main/offapi/com/sun/star/embed/NeedsRunningStateException.idl b/main/offapi/com/sun/star/embed/NeedsRunningStateException.idl
index 1a9e1ee..43075cd 100644
--- a/main/offapi/com/sun/star/embed/NeedsRunningStateException.idl
+++ b/main/offapi/com/sun/star/embed/NeedsRunningStateException.idl
@@ -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,33 +7,33 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_embed_NeedsRunningStateException_idl__ 
-#define __com_sun_star_embed_NeedsRunningStateException_idl__ 
- 
-#ifndef __com_sun_star_embed_WrongStateException_idl__ 
-#include <com/sun/star/embed/WrongStateException.idl> 
-#endif 
- 
- 
+#ifndef __com_sun_star_embed_NeedsRunningStateException_idl__
+#define __com_sun_star_embed_NeedsRunningStateException_idl__
+
+#ifndef __com_sun_star_embed_WrongStateException_idl__
+#include <com/sun/star/embed/WrongStateException.idl>
+#endif
+
+
 //============================================================================
- 
- module com {  module sun {  module star {  module embed {  
- 
+
+ module com {  module sun {  module star {  module embed {
+
 //============================================================================
- 
+
 /** This exception can be thrown in case a list of accepted verbs of states is
 	requested and the object is in loaded state and this information can be
 	retrieved only when the object is in running state.
@@ -44,11 +44,11 @@
 	detected only after object is switched to running state.
  */
 published exception NeedsRunningStateException: WrongStateException
-{ 
-}; 
- 
+{
+};
+
 //============================================================================
- 
-}; }; }; };  
- 
+
+}; }; }; };
+
 #endif
diff --git a/main/offapi/com/sun/star/embed/NoVisualAreaSizeException.idl b/main/offapi/com/sun/star/embed/NoVisualAreaSizeException.idl
index 915e73a..87d3462 100644
--- a/main/offapi/com/sun/star/embed/NoVisualAreaSizeException.idl
+++ b/main/offapi/com/sun/star/embed/NoVisualAreaSizeException.idl
@@ -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,42 +7,42 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_embed_NoVisualAreaSizeException_idl__ 
-#define __com_sun_star_embed_NoVisualAreaSizeException_idl__ 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
- 
+#ifndef __com_sun_star_embed_NoVisualAreaSizeException_idl__
+#define __com_sun_star_embed_NoVisualAreaSizeException_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+
 //============================================================================
- 
- module com {  module sun {  module star {  module embed {  
- 
+
+ module com {  module sun {  module star {  module embed {
+
 //============================================================================
- 
+
 /** This exception can be thrown in case the object can not provide own visual
 	area currently.
  */
 published exception NoVisualAreaSizeException: com::sun::star::uno::Exception
-{ 
-}; 
- 
+{
+};
+
 //============================================================================
- 
-}; }; }; };  
- 
+
+}; }; }; };
+
 #endif
diff --git a/main/offapi/com/sun/star/embed/OLESimpleStorage.idl b/main/offapi/com/sun/star/embed/OLESimpleStorage.idl
index 6394cd8..80254cb 100644
--- a/main/offapi/com/sun/star/embed/OLESimpleStorage.idl
+++ b/main/offapi/com/sun/star/embed/OLESimpleStorage.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/embed/ObjectSaveVetoException.idl b/main/offapi/com/sun/star/embed/ObjectSaveVetoException.idl
index e3acda0..42f0bfb 100644
--- a/main/offapi/com/sun/star/embed/ObjectSaveVetoException.idl
+++ b/main/offapi/com/sun/star/embed/ObjectSaveVetoException.idl
@@ -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,44 +7,44 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_embed_ObjectSaveVetoException_idl__ 
-#define __com_sun_star_embed_ObjectSaveVetoException_idl__ 
- 
-#ifndef __com_sun_star_io_IOException_idl__ 
-#include <com/sun/star/io/IOException.idl> 
-#endif 
- 
- 
+#ifndef __com_sun_star_embed_ObjectSaveVetoException_idl__
+#define __com_sun_star_embed_ObjectSaveVetoException_idl__
+
+#ifndef __com_sun_star_io_IOException_idl__
+#include <com/sun/star/io/IOException.idl>
+#endif
+
+
 //============================================================================
- 
- module com {  module sun {  module star {  module embed {  
- 
+
+ module com {  module sun {  module star {  module embed {
+
 //============================================================================
- 
+
 /** This exception can be thrown in case container wants to avoid objects
 	saving.
 
 	@see XEmbeddedClient
  */
 published exception ObjectSaveVetoException: com::sun::star::uno::Exception
-{ 
-}; 
- 
+{
+};
+
 //============================================================================
- 
-}; }; }; };  
- 
+
+}; }; }; };
+
 #endif
diff --git a/main/offapi/com/sun/star/embed/StateChangeInProgressException.idl b/main/offapi/com/sun/star/embed/StateChangeInProgressException.idl
index 1ad5f51..e9eb010 100644
--- a/main/offapi/com/sun/star/embed/StateChangeInProgressException.idl
+++ b/main/offapi/com/sun/star/embed/StateChangeInProgressException.idl
@@ -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,33 +7,33 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_embed_StateChangeInProgressException_idl__ 
-#define __com_sun_star_embed_StateChangeInProgressException_idl__ 
- 
-#ifndef __com_sun_star_embed_WrongStateException_idl__ 
-#include <com/sun/star/embed/WrongStateException.idl> 
-#endif 
- 
- 
+#ifndef __com_sun_star_embed_StateChangeInProgressException_idl__
+#define __com_sun_star_embed_StateChangeInProgressException_idl__
+
+#ifndef __com_sun_star_embed_WrongStateException_idl__
+#include <com/sun/star/embed/WrongStateException.idl>
+#endif
+
+
 //============================================================================
- 
- module com {  module sun {  module star {  module embed {  
- 
+
+ module com {  module sun {  module star {  module embed {
+
 //============================================================================
- 
+
 /** This exception can be thrown in case the object does not allow
 	to call requested functionality currently because the object is changing
 	state.
@@ -48,10 +48,10 @@
 		</p>
 	 */
 	long TargetState;
-}; 
- 
+};
+
 //============================================================================
- 
-}; }; }; };  
- 
+
+}; }; }; };
+
 #endif
diff --git a/main/offapi/com/sun/star/embed/Storage.idl b/main/offapi/com/sun/star/embed/Storage.idl
index cb8ef9c..485af0c 100644
--- a/main/offapi/com/sun/star/embed/Storage.idl
+++ b/main/offapi/com/sun/star/embed/Storage.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,35 +24,35 @@
 #ifndef __com_sun_star_embed_Storage_idl__
 #define __com_sun_star_embed_Storage_idl__
 
-#ifndef __com_sun_star_embed_BaseStorage_idl__ 
+#ifndef __com_sun_star_embed_BaseStorage_idl__
 #include <com/sun/star/embed/BaseStorage.idl>
 #endif
 
-#ifndef __com_sun_star_embed_XEncryptionProtectedSource_idl__ 
+#ifndef __com_sun_star_embed_XEncryptionProtectedSource_idl__
 #include <com/sun/star/embed/XEncryptionProtectedSource.idl>
 #endif
 
-#ifndef __com_sun_star_embed_XTransactedObject_idl__ 
+#ifndef __com_sun_star_embed_XTransactedObject_idl__
 #include <com/sun/star/embed/XTransactedObject.idl>
 #endif
 
-#ifndef __com_sun_star_embed_XTransactionBroadcaster_idl__ 
+#ifndef __com_sun_star_embed_XTransactionBroadcaster_idl__
 #include <com/sun/star/embed/XTransactionBroadcaster.idl>
 #endif
 
-#ifndef __com_sun_star_util_XModifiable_idl__ 
+#ifndef __com_sun_star_util_XModifiable_idl__
 #include <com/sun/star/util/XModifiable.idl>
 #endif
 
-#ifndef __com_sun_star_container_XNameAccess_idl__ 
+#ifndef __com_sun_star_container_XNameAccess_idl__
 #include <com/sun/star/container/XNameAccess.idl>
 #endif
 
-#ifndef __com_sun_star_lang_XComponent_idl__ 
+#ifndef __com_sun_star_lang_XComponent_idl__
 #include <com/sun/star/lang/XComponent.idl>
 #endif
 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
+#ifndef __com_sun_star_beans_XPropertySet_idl__
 #include <com/sun/star/beans/XPropertySet.idl>
 #endif
 
@@ -228,7 +228,7 @@
 						the requested substorage. The latest committed version
 						of child storage will be used. So in case the child
 						storage was not committed after it was changed, the
-						changes will not appear in the new created storage. 
+						changes will not appear in the new created storage.
 						</p>
 
 						<p>
@@ -249,7 +249,7 @@
 				to retrieve it.
 			</dd>
 		</dl>
-				
+
 	 */
 	service BaseStorage;
 
@@ -274,7 +274,7 @@
 
 	// -----------------------------------------------------------------------
 	/** allows to set password to a root storage.
-	
+
 		<p>
 		This interface can be supported by a storage to allow to set
 		a common storage password. This password is used as default password
diff --git a/main/offapi/com/sun/star/embed/StorageFactory.idl b/main/offapi/com/sun/star/embed/StorageFactory.idl
index 35aa2ad..c09acdc 100644
--- a/main/offapi/com/sun/star/embed/StorageFactory.idl
+++ b/main/offapi/com/sun/star/embed/StorageFactory.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,7 +24,7 @@
 #ifndef __com_sun_star_embed_StorageFactory_idl__
 #define __com_sun_star_embed_StorageFactory_idl__
 
-#ifndef __com_sun_star_lang_XSingleServiceFactory_idl__ 
+#ifndef __com_sun_star_lang_XSingleServiceFactory_idl__
 #include <com/sun/star/lang/XSingleServiceFactory.idl>
 #endif
 
@@ -50,7 +50,7 @@
 		</p>
 
 		<p>
-		In case 
+		In case
 		<method scope="com::sun::star::lang">XSingleServiceFactory::createInstanceWithArguments</method>
 		call is used a sequence of the following parameters can be used:
 		</p>
@@ -69,13 +69,13 @@
 					  the <type scope="com::sun::star::io">XSeekable</type>
 					  interface must be supported.
 			</dd>
-			
+
 			<dt>parameter 2</dt>
 			<dd>
 					  specifies mode the storage should be open in, can take
 					  values from <type>ElementModes</type> constant set.
 			</dd>
-			
+
 			<dt>parameter 3</dt>
 			<dd>
                       this paramenter represents
diff --git a/main/offapi/com/sun/star/embed/StorageFormats.idl b/main/offapi/com/sun/star/embed/StorageFormats.idl
index d4ef766..19ef8bf 100644
--- a/main/offapi/com/sun/star/embed/StorageFormats.idl
+++ b/main/offapi/com/sun/star/embed/StorageFormats.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/embed/StorageStream.idl b/main/offapi/com/sun/star/embed/StorageStream.idl
index 0fe90b1..892d8f7 100644
--- a/main/offapi/com/sun/star/embed/StorageStream.idl
+++ b/main/offapi/com/sun/star/embed/StorageStream.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,23 +24,23 @@
 #ifndef __com_sun_star_embed_StorageStream_idl__
 #define __com_sun_star_embed_StorageStream_idl__
 
-#ifndef __com_sun_star_embed_XEncryptionProtectedSource_idl__ 
+#ifndef __com_sun_star_embed_XEncryptionProtectedSource_idl__
 #include <com/sun/star/embed/XEncryptionProtectedSource.idl>
 #endif
 
-#ifndef __com_sun_star_lang_XComponent_idl__ 
+#ifndef __com_sun_star_lang_XComponent_idl__
 #include <com/sun/star/lang/XComponent.idl>
 #endif
 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
+#ifndef __com_sun_star_beans_XPropertySet_idl__
 #include <com/sun/star/beans/XPropertySet.idl>
 #endif
 
-#ifndef __com_sun_star_io_XStream_idl__ 
+#ifndef __com_sun_star_io_XStream_idl__
 #include <com/sun/star/io/XStream.idl>
 #endif
 
-#ifndef __com_sun_star_io_XSeekable_idl__ 
+#ifndef __com_sun_star_io_XSeekable_idl__
 #include <com/sun/star/io/XSeekable.idl>
 #endif
 
@@ -68,7 +68,7 @@
 		implementations.
 
 		<p>
-		In case the storage stream is open readonly the returned reference 
+		In case the storage stream is open readonly the returned reference
 		to <type scope="com::sun::star::io">XOutputStream</type> will be
 		empty.
 		</p>
@@ -99,7 +99,7 @@
 		call or by explicit closing of input and output ( if provided )
 		streams implementations with
 		<member scope="com::sun::star::io">XInputStream::closeInput()</member>
-		and 
+		and
 		<member scope="com::sun::star::io">XOutputStream::closeOutput()</member>
 		calls.
 		</p>
@@ -126,10 +126,10 @@
 	/** allows to get access to stream properties.
 	 */
 	interface ::com::sun::star::beans::XPropertySet;
-	
+
 	// -----------------------------------------------------------------------
 	/** allows to seek to a specified position within the stream.
-		
+
 		<p>
 		This interface must be supported in case either seekable readonly
 		or read-write access is requested.
@@ -140,11 +140,11 @@
 
 	// -----------------------------------------------------------------------
 	/** allows to set password to the stream.
-	
+
 		<p>
 		This interface must be supported by a stream with readwrite access
 		to allow to set a password that should be used next time the
-		stream is stored. 
+		stream is stored.
 		</p>
 
 		<p>
diff --git a/main/offapi/com/sun/star/embed/StorageWrappedTargetException.idl b/main/offapi/com/sun/star/embed/StorageWrappedTargetException.idl
index 63ec4dc..93230ef 100644
--- a/main/offapi/com/sun/star/embed/StorageWrappedTargetException.idl
+++ b/main/offapi/com/sun/star/embed/StorageWrappedTargetException.idl
@@ -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,42 +7,42 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_embed_StorageWrappedTargetException_idl__ 
-#define __com_sun_star_embed_StorageWrappedTargetException_idl__ 
- 
-#ifndef __com_sun_star_lang_WrappedTargetException_idl__ 
-#include <com/sun/star/lang/WrappedTargetException.idl> 
-#endif 
- 
- 
+#ifndef __com_sun_star_embed_StorageWrappedTargetException_idl__
+#define __com_sun_star_embed_StorageWrappedTargetException_idl__
+
+#ifndef __com_sun_star_lang_WrappedTargetException_idl__
+#include <com/sun/star/lang/WrappedTargetException.idl>
+#endif
+
+
 //============================================================================
- 
- module com {  module sun {  module star {  module embed {  
- 
+
+ module com {  module sun {  module star {  module embed {
+
 //============================================================================
- 
+
 /** This exception can wrap an exception thrown during <type>XStorage</type>
 	methods execution.
  */
 published exception StorageWrappedTargetException: com::sun::star::lang::WrappedTargetException
-{ 
-}; 
- 
+{
+};
+
 //============================================================================
- 
-}; }; }; };  
- 
+
+}; }; }; };
+
 #endif
diff --git a/main/offapi/com/sun/star/embed/UnreachableStateException.idl b/main/offapi/com/sun/star/embed/UnreachableStateException.idl
index 7d8fb5f..67bad86 100644
--- a/main/offapi/com/sun/star/embed/UnreachableStateException.idl
+++ b/main/offapi/com/sun/star/embed/UnreachableStateException.idl
@@ -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,33 +7,33 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_embed_UnreachableStateException_idl__ 
-#define __com_sun_star_embed_UnreachableStateException_idl__ 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
- 
+#ifndef __com_sun_star_embed_UnreachableStateException_idl__
+#define __com_sun_star_embed_UnreachableStateException_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+
 //============================================================================
- 
- module com {  module sun {  module star {  module embed {  
- 
+
+ module com {  module sun {  module star {  module embed {
+
 //============================================================================
- 
+
 /** This exception can be thrown in case specified state can not be reached.
  */
 published exception UnreachableStateException: com::sun::star::uno::Exception
@@ -47,10 +47,10 @@
 	/** The state that could not be reached.
 	 */
 	long NextState;
-}; 
- 
+};
+
 //============================================================================
- 
-}; }; }; };  
- 
+
+}; }; }; };
+
 #endif
diff --git a/main/offapi/com/sun/star/embed/UseBackupException.idl b/main/offapi/com/sun/star/embed/UseBackupException.idl
index da8d704..d121d7b 100644
--- a/main/offapi/com/sun/star/embed/UseBackupException.idl
+++ b/main/offapi/com/sun/star/embed/UseBackupException.idl
@@ -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,33 +7,33 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_embed_UseBackupException_idl__ 
-#define __com_sun_star_embed_UseBackupException_idl__ 
- 
-#ifndef __com_sun_star_io_IOException_idl__ 
-#include <com/sun/star/io/IOException.idl> 
-#endif 
- 
- 
+#ifndef __com_sun_star_embed_UseBackupException_idl__
+#define __com_sun_star_embed_UseBackupException_idl__
+
+#ifndef __com_sun_star_io_IOException_idl__
+#include <com/sun/star/io/IOException.idl>
+#endif
+
+
 //============================================================================
- 
- module com {  module sun {  module star {  module embed {  
- 
+
+ module com {  module sun {  module star {  module embed {
+
 //============================================================================
- 
+
 /** This exception can be thrown in case a storage commit is failed.
 	<p>
 	If a commit process of a storage failes on last transfer and the original
@@ -52,10 +52,10 @@
 	/** The URL of the temporary file the storage is based on now.
 	 */
 	string TemporaryFileURL;
-}; 
- 
+};
+
 //============================================================================
- 
-}; }; }; };  
- 
+
+}; }; }; };
+
 #endif
diff --git a/main/offapi/com/sun/star/embed/VerbAttributes.idl b/main/offapi/com/sun/star/embed/VerbAttributes.idl
index 83774f5..6a48be6 100644
--- a/main/offapi/com/sun/star/embed/VerbAttributes.idl
+++ b/main/offapi/com/sun/star/embed/VerbAttributes.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/embed/VerbDescriptor.idl b/main/offapi/com/sun/star/embed/VerbDescriptor.idl
index 64f34c7..608fb56 100644
--- a/main/offapi/com/sun/star/embed/VerbDescriptor.idl
+++ b/main/offapi/com/sun/star/embed/VerbDescriptor.idl
@@ -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,29 +7,29 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_embed_VerbDescriptor_idl__ 
-#define __com_sun_star_embed_VerbDescriptor_idl__ 
- 
- 
+#ifndef __com_sun_star_embed_VerbDescriptor_idl__
+#define __com_sun_star_embed_VerbDescriptor_idl__
+
+
 //============================================================================
- 
- module com {  module sun {  module star {  module embed {  
- 
+
+ module com {  module sun {  module star {  module embed {
+
 //============================================================================
- 
+
 /** describes a verb.
  */
 published struct VerbDescriptor
@@ -37,7 +37,7 @@
 	//------------------------------------------------------------------------
 	/** specifies the id of the verb.
 	 */
-	long VerbID; 
+	long VerbID;
 
  	//------------------------------------------------------------------------
 	/** specifies the name of the verb.
@@ -60,12 +60,12 @@
 		It can take values from <type>VerbAttributes</type>.
 		</p>
 	 */
-	long VerbAttributes; 
+	long VerbAttributes;
 
-}; 
- 
+};
+
 //============================================================================
- 
-}; }; }; };  
- 
-#endif 
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/embed/VisualRepresentation.idl b/main/offapi/com/sun/star/embed/VisualRepresentation.idl
index 7c4ba39..e4f1cdd 100644
--- a/main/offapi/com/sun/star/embed/VisualRepresentation.idl
+++ b/main/offapi/com/sun/star/embed/VisualRepresentation.idl
@@ -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,50 +7,50 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_embed_VisualRepresentation_idl__ 
-#define __com_sun_star_embed_VisualRepresentation_idl__ 
- 
+#ifndef __com_sun_star_embed_VisualRepresentation_idl__
+#define __com_sun_star_embed_VisualRepresentation_idl__
+
 #ifndef __com_sun_star_datatransfer_DataFlavor_idl__
 #include <com/sun/star/datatransfer/DataFlavor.idl>
 #endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module embed {  
- 
-//============================================================================= 
- 
+//=============================================================================
+
+ module com {  module sun {  module star {  module embed {
+
+//=============================================================================
+
 /** can contain a graphical representation in an arbitrary format.
  */
 published struct VisualRepresentation
 {
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	/** The format of the visual representation.
 	 */
 	::com::sun::star::datatransfer::DataFlavor Flavor;
 
- 	//------------------------------------------------------------------------- 
+ 	//-------------------------------------------------------------------------
 	/** The data in the format specified by <member>Flavor</member>.
 	 */
 	any Data;
 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/embed/WrongStateException.idl b/main/offapi/com/sun/star/embed/WrongStateException.idl
index 5ff3415..e5a431c 100644
--- a/main/offapi/com/sun/star/embed/WrongStateException.idl
+++ b/main/offapi/com/sun/star/embed/WrongStateException.idl
@@ -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,42 +7,42 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_embed_WrongStateException_idl__ 
-#define __com_sun_star_embed_WrongStateException_idl__ 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
- 
+#ifndef __com_sun_star_embed_WrongStateException_idl__
+#define __com_sun_star_embed_WrongStateException_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+
 //============================================================================
- 
- module com {  module sun {  module star {  module embed {  
- 
+
+ module com {  module sun {  module star {  module embed {
+
 //============================================================================
- 
+
 /** This exception can be thrown in case the object's state does not allow
 	to call requested functionality.
  */
 published exception WrongStateException: com::sun::star::uno::Exception
-{ 
-}; 
- 
+{
+};
+
 //============================================================================
- 
-}; }; }; };  
- 
+
+}; }; }; };
+
 #endif
diff --git a/main/offapi/com/sun/star/embed/XActionsApproval.idl b/main/offapi/com/sun/star/embed/XActionsApproval.idl
index 2de99b4..c0ffd9c 100644
--- a/main/offapi/com/sun/star/embed/XActionsApproval.idl
+++ b/main/offapi/com/sun/star/embed/XActionsApproval.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -51,7 +51,7 @@
 			of the actions should be documented by the object that is going
 			to use this interface for approval as for example
 			<type>InstanceLocker</type> does.
-			
+
 		@return
 			returns <TRUE/> in case the specified action is approved.
 	 */
diff --git a/main/offapi/com/sun/star/embed/XClassifiedObject.idl b/main/offapi/com/sun/star/embed/XClassifiedObject.idl
index fadea99..00a7834 100644
--- a/main/offapi/com/sun/star/embed/XClassifiedObject.idl
+++ b/main/offapi/com/sun/star/embed/XClassifiedObject.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -43,7 +43,7 @@
 {
 	// -----------------------------------------------------------------------
     /** retrieves class ID of the object.
-		
+
 		@return
 			unique class ID of the object
 	 */
@@ -51,7 +51,7 @@
 
 	// -----------------------------------------------------------------------
     /** retrieves symbolic name for the object type to be used in UI.
-		
+
 		@return
 			the symbolic name for the object
 	 */
@@ -59,7 +59,7 @@
 
 	// -----------------------------------------------------------------------
     /** sets the class ID and symbolic name to an object.
-		
+
 		@param aClassID
 			the new class ID
 
diff --git a/main/offapi/com/sun/star/embed/XCommonEmbedPersist.idl b/main/offapi/com/sun/star/embed/XCommonEmbedPersist.idl
index ab83217..4467e34 100644
--- a/main/offapi/com/sun/star/embed/XCommonEmbedPersist.idl
+++ b/main/offapi/com/sun/star/embed/XCommonEmbedPersist.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/embed/XComponentSupplier.idl b/main/offapi/com/sun/star/embed/XComponentSupplier.idl
index d4b41d0..7328651 100644
--- a/main/offapi/com/sun/star/embed/XComponentSupplier.idl
+++ b/main/offapi/com/sun/star/embed/XComponentSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/embed/XEmbedObjectClipboardCreator.idl b/main/offapi/com/sun/star/embed/XEmbedObjectClipboardCreator.idl
index 932e343..79a17cd 100644
--- a/main/offapi/com/sun/star/embed/XEmbedObjectClipboardCreator.idl
+++ b/main/offapi/com/sun/star/embed/XEmbedObjectClipboardCreator.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -86,7 +86,7 @@
 
         @param aObjectArgs
             optional parameters for the object persistence initialization
-            see also 
+            see also
 			<type>EmbeddedObjectDescriptor</type>
 
 		@returns
diff --git a/main/offapi/com/sun/star/embed/XEmbedObjectCreator.idl b/main/offapi/com/sun/star/embed/XEmbedObjectCreator.idl
index 70aa1eb..c5f33a0 100644
--- a/main/offapi/com/sun/star/embed/XEmbedObjectCreator.idl
+++ b/main/offapi/com/sun/star/embed/XEmbedObjectCreator.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -82,7 +82,7 @@
 
         @param aObjectArgs
             optional parameters for the object persistence initialization
-            see also 
+            see also
 			<type>EmbeddedObjectDescriptor</type>
 
 		@throws ::com::sun::star::lang::IllegalArgumentException
@@ -112,7 +112,7 @@
 		from the entry. In case a persistent representation of a link is
 		specified, the result object will be a link.
 		</p>
-		
+
 		@param xStorage
 			a parent storage the entry should be opened in
 
@@ -159,7 +159,7 @@
 		<p> In case specified entry exists it's contents are ignored and will
 		be overwritten on storing.
 		</p>
-		
+
 		@param xStorage
 			a parent storage the entry should be created/opened in
 
diff --git a/main/offapi/com/sun/star/embed/XEmbedObjectFactory.idl b/main/offapi/com/sun/star/embed/XEmbedObjectFactory.idl
index 0edbfb5..fb70c88 100644
--- a/main/offapi/com/sun/star/embed/XEmbedObjectFactory.idl
+++ b/main/offapi/com/sun/star/embed/XEmbedObjectFactory.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -67,7 +67,7 @@
 		This method can be used to have a full control over persistence
 		initialization of a object.
 		</p>
-	
+
         <p>
         If the service implementation does not support
         <type>XEmbedObjectCreator</type> interface, it must accept the empty
diff --git a/main/offapi/com/sun/star/embed/XEmbedPersist.idl b/main/offapi/com/sun/star/embed/XEmbedPersist.idl
index 686c0bd..ab7ba7b 100644
--- a/main/offapi/com/sun/star/embed/XEmbedPersist.idl
+++ b/main/offapi/com/sun/star/embed/XEmbedPersist.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -67,7 +67,7 @@
 {
 	//------------------------------------------------------------------------
     /** provides object with a parent storage and a name for object's entry.
-		
+
 		<p>
 		An entry with the specified name should be created/opened inside
 		provided storage. It can be a storage or a stream. For example,
@@ -80,7 +80,7 @@
 		The linked object can be initialized by factory in different way
 		( internally ).
 		</p>
-		
+
 		<p>
 		It is also possible to switch object persistent representation through
 		this call. Actually this is the way, this call can be used by user
@@ -228,7 +228,7 @@
 		@param bUseNew
 			<TRUE/> the new storage should be used
 			<FALSE/> the old one
-			
+
         @throws com::sun::star::embed::WrongStateException
 			the object is in wrong state
 
diff --git a/main/offapi/com/sun/star/embed/XEmbeddedClient.idl b/main/offapi/com/sun/star/embed/XEmbeddedClient.idl
index fb3d38a..2d3a269 100644
--- a/main/offapi/com/sun/star/embed/XEmbeddedClient.idl
+++ b/main/offapi/com/sun/star/embed/XEmbeddedClient.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -52,7 +52,7 @@
 {
 	//------------------------------------------------------------------------
     /** asks client to let the object store itself.
-	
+
         @throws com::sun::star::uno::ObjectSaveVetoException
 			in case container wants to avoid saving of object
 
diff --git a/main/offapi/com/sun/star/embed/XEmbeddedObject.idl b/main/offapi/com/sun/star/embed/XEmbeddedObject.idl
index b761171..bc8847d 100644
--- a/main/offapi/com/sun/star/embed/XEmbeddedObject.idl
+++ b/main/offapi/com/sun/star/embed/XEmbeddedObject.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -126,7 +126,7 @@
 	//
 	//------------------------------------------------------------------------
     /** changes the state of the object to the requested one.
-	
+
         @param nNewState
 		    specifies the new state, can take values from the constant set
 			<type scope="com::sun::star::embed">EmbedStates</type>
@@ -177,7 +177,7 @@
 
 	//------------------------------------------------------------------------
     /** lets object perform an action referenced by nVerbID.
-	
+
         @param nVerbID
 		    specifies an action to perform, can take values from
 			<type>EmbedVerbs</type>
@@ -270,7 +270,7 @@
 
 	//------------------------------------------------------------------------
     /** retrieves the status of the object.
-	
+
 		@param nAspect
 			the aspect specifying the form of object representation
 
diff --git a/main/offapi/com/sun/star/embed/XEncryptionProtectedSource.idl b/main/offapi/com/sun/star/embed/XEncryptionProtectedSource.idl
index 9521e8c..010a03a 100644
--- a/main/offapi/com/sun/star/embed/XEncryptionProtectedSource.idl
+++ b/main/offapi/com/sun/star/embed/XEncryptionProtectedSource.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -51,7 +51,7 @@
 	 */
 	void setEncryptionPassword( [in] string sPassword )
 		raises( ::com::sun::star::io::IOException );
-	
+
 	// -----------------------------------------------------------------------
 	/** removes encryption from the object.
 
diff --git a/main/offapi/com/sun/star/embed/XEncryptionProtectedSource2.idl b/main/offapi/com/sun/star/embed/XEncryptionProtectedSource2.idl
index f6e2d90..18c535a 100644
--- a/main/offapi/com/sun/star/embed/XEncryptionProtectedSource2.idl
+++ b/main/offapi/com/sun/star/embed/XEncryptionProtectedSource2.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/embed/XEncryptionProtectedStorage.idl b/main/offapi/com/sun/star/embed/XEncryptionProtectedStorage.idl
index 2a37c41..2163f50 100644
--- a/main/offapi/com/sun/star/embed/XEncryptionProtectedStorage.idl
+++ b/main/offapi/com/sun/star/embed/XEncryptionProtectedStorage.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -59,7 +59,7 @@
         <p>
         The algorithms will of course be used only for streams that have been
         marked to be encrypted. If no stream in the storage is marked to be
-        encrypted, the algorithms-related information may have no effect to 
+        encrypted, the algorithms-related information may have no effect to
         the result package.
         </p>
 
@@ -86,7 +86,7 @@
                     an exception should be thrown to indicate the error;
                     it should take values from
                     <type scope="com::sun::star::xml:crypto">CipherID</type>.
-            </dd>       
+            </dd>
             <dt>ChecksumAlgorithm</dt>
             <dd>
                     specifies the algorithm that was used to generate
diff --git a/main/offapi/com/sun/star/embed/XExtendedStorageStream.idl b/main/offapi/com/sun/star/embed/XExtendedStorageStream.idl
index 8090ab1..6b80bfe 100644
--- a/main/offapi/com/sun/star/embed/XExtendedStorageStream.idl
+++ b/main/offapi/com/sun/star/embed/XExtendedStorageStream.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -75,7 +75,7 @@
 
 	// -----------------------------------------------------------------------
 	/** allows to seek to a specified position within the stream.
-		
+
 		<p>
 		This interface must be supported in case either seekable readonly
 		or read-write access is requested.
@@ -85,11 +85,11 @@
 
 	// -----------------------------------------------------------------------
 	/** allows to set password to the stream.
-	
+
 		<p>
 		This interface must be supported by a stream with readwrite access
 		to allow to set a password that should be used next time the
-		stream is stored if the encryption is supported. 
+		stream is stored if the encryption is supported.
 		</p>
 
 		<p>
@@ -112,7 +112,7 @@
 
 	// -----------------------------------------------------------------------
 	/** allows to register a listener for transaction actions.
-		
+
 		<p>
 		If <type>XTransactedObject</type> interface is implemented this
 		interface must be implemented as well.
diff --git a/main/offapi/com/sun/star/embed/XHatchWindow.idl b/main/offapi/com/sun/star/embed/XHatchWindow.idl
index 1b292de..62cac12 100644
--- a/main/offapi/com/sun/star/embed/XHatchWindow.idl
+++ b/main/offapi/com/sun/star/embed/XHatchWindow.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/embed/XHatchWindowController.idl b/main/offapi/com/sun/star/embed/XHatchWindowController.idl
index 41d634f..3decce4 100644
--- a/main/offapi/com/sun/star/embed/XHatchWindowController.idl
+++ b/main/offapi/com/sun/star/embed/XHatchWindowController.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/embed/XHatchWindowFactory.idl b/main/offapi/com/sun/star/embed/XHatchWindowFactory.idl
index 6c0cd4b..303cec3 100644
--- a/main/offapi/com/sun/star/embed/XHatchWindowFactory.idl
+++ b/main/offapi/com/sun/star/embed/XHatchWindowFactory.idl
@@ -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,21 +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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_embed_XHatchWindowFactory_idl__ 
-#define __com_sun_star_embed_XHatchWindowFactory_idl__ 
+#ifndef __com_sun_star_embed_XHatchWindowFactory_idl__
+#define __com_sun_star_embed_XHatchWindowFactory_idl__
 
 #ifndef __com_sun_star_embed_XHatchWindow_idl__
 #include <com/sun/star/embed/XHatchWindow.idl>
@@ -44,11 +44,11 @@
 #endif
 
 //============================================================================
- 
- module com {  module sun {  module star {  module embed {  
- 
+
+ module com {  module sun {  module star {  module embed {
+
 //============================================================================
- 
+
 /** creates a hatch window implementation.
  */
 published interface XHatchWindowFactory: com::sun::star::uno::XInterface
@@ -70,17 +70,17 @@
 
 		@throws ::com::sun::star::IllegalArgumentException
 			one of arguments is illegal
-			
+
 	 */
 	::com::sun::star::embed::XHatchWindow createHatchWindowInstance(
 			[in] com::sun::star::awt::XWindowPeer xParent,
 			[in] com::sun::star::awt::Rectangle aBounds,
 			[in] com::sun::star::awt::Size aSize )
 		raises( ::com::sun::star::lang::IllegalArgumentException );
-}; 
- 
+};
+
 //============================================================================
- 
-}; }; }; };  
- 
-#endif 
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/embed/XHierarchicalStorageAccess.idl b/main/offapi/com/sun/star/embed/XHierarchicalStorageAccess.idl
index dd6b23e..6bb65bd 100644
--- a/main/offapi/com/sun/star/embed/XHierarchicalStorageAccess.idl
+++ b/main/offapi/com/sun/star/embed/XHierarchicalStorageAccess.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -107,14 +107,14 @@
 
 		@param sStreamPath
 			the path to the substream that should be open
-	
+
 		@param nOpenMode
 			a mode the stream should be open in,
 			can be a combination of <type>ElementModes</type> values
 
 		@throws ::com::sun::star::embed::InvalidStorageException
 			this storage is in invalid state for any reason
-	
+
 		@throws ::com::sun::star::lang::IllegalArgumentException
 			one of provided arguments is illegal
 
@@ -144,7 +144,7 @@
 		If storage does not allow any encryption this method will always throw
 		<type scope="com::sun::star::packages">NoEncryptionException</type>.
 		</p>
-	
+
 		<p>
 		In case the stream is open in readonly mode the
 		<method scope="com::sun::star::io">XStream::getOutputStream</method>
@@ -153,7 +153,7 @@
 
 		@param sStreamPath
 			the path to the substream that should be open
-	
+
 		@param nOpenMode
 			a mode the stream should be open in,
 			can be a combination of <type>ElementModes</type> values
@@ -197,7 +197,7 @@
 
 		@param sElementPath
 			the path to the element to remove
-	
+
 		@throws ::com::sun::star::embed::InvalidStorageException
 			this storage is in invalid state for eny reason
 
@@ -206,7 +206,7 @@
 
 		@throws ::com::sun::star::container::NoSuchElementException
 			there is no element with such name
-		
+
 		@throws ::com::sun::star::io::IOException
 			in case of io errors during removing
 
diff --git a/main/offapi/com/sun/star/embed/XHierarchicalStorageAccess2.idl b/main/offapi/com/sun/star/embed/XHierarchicalStorageAccess2.idl
index 32b6441..bb738a0 100644
--- a/main/offapi/com/sun/star/embed/XHierarchicalStorageAccess2.idl
+++ b/main/offapi/com/sun/star/embed/XHierarchicalStorageAccess2.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -48,7 +48,7 @@
 		If storage does not allow any encryption this method will always throw
 		<type scope="com::sun::star::packages">NoEncryptionException</type>.
 		</p>
-	
+
 		<p>
 		In case the stream is open in readonly mode the
 		<method scope="com::sun::star::io">XStream::getOutputStream</method>
@@ -57,7 +57,7 @@
 
 		@param sStreamPath
 			the path to the substream that should be open
-	
+
 		@param nOpenMode
 			a mode the stream should be open in,
 			can be a combination of <type>ElementModes</type> values
diff --git a/main/offapi/com/sun/star/embed/XInplaceClient.idl b/main/offapi/com/sun/star/embed/XInplaceClient.idl
index 03c0080..d728cf5 100644
--- a/main/offapi/com/sun/star/embed/XInplaceClient.idl
+++ b/main/offapi/com/sun/star/embed/XInplaceClient.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -110,7 +110,7 @@
 	//------------------------------------------------------------------------
     /** notifies container through the client that the object is
 		UI-deactivated.
-		
+
 		<p>
 		After this notification the container can restore it's own UI and take focus.
 		</p>
@@ -122,12 +122,12 @@
 		raises( ::com::sun::star::embed::WrongStateException );
 
 	//------------------------------------------------------------------------
-	/** allows to retrieve the 
+	/** allows to retrieve the
 		<type scope="com::sun::star::frame">LayoutManager</type> of the
 		container.
-		
+
 		@return
-			reference to object representing the 
+			reference to object representing the
 			<type scope="com::sun::star::frame">LayoutManager</type> of the
 			container
 
@@ -139,7 +139,7 @@
 
 	//------------------------------------------------------------------------
 	/** allows to retrieve the container's dispatch provider.
-		
+
 		@return
 			reference to object implementing the
 			<type scope="com::sun::star::frame">XDispatchProvider</type>
@@ -176,7 +176,7 @@
 		<p>
 		The rectangle is provided in object's parent window coordinates in
 		pixels. The intersection of position and clip rectangles specifies
-		the visible part of the object. 
+		the visible part of the object.
 		</p>
 
 		@return
diff --git a/main/offapi/com/sun/star/embed/XInplaceObject.idl b/main/offapi/com/sun/star/embed/XInplaceObject.idl
index 25495a6..72f903a 100644
--- a/main/offapi/com/sun/star/embed/XInplaceObject.idl
+++ b/main/offapi/com/sun/star/embed/XInplaceObject.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/embed/XInsertObjectDialog.idl b/main/offapi/com/sun/star/embed/XInsertObjectDialog.idl
index 75423de..97f1dae 100644
--- a/main/offapi/com/sun/star/embed/XInsertObjectDialog.idl
+++ b/main/offapi/com/sun/star/embed/XInsertObjectDialog.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/embed/XLinkCreator.idl b/main/offapi/com/sun/star/embed/XLinkCreator.idl
index 5ac9e6e..d1cfdd7 100644
--- a/main/offapi/com/sun/star/embed/XLinkCreator.idl
+++ b/main/offapi/com/sun/star/embed/XLinkCreator.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -61,7 +61,7 @@
 published interface XLinkCreator: com::sun::star::uno::XInterface
 {
 	//-------------------------------------------------------------------------
-    /** creates a new object based on 
+    /** creates a new object based on
 		<type scope="com::sun::star::document">MediaDescriptor</type>
 		and initializes it as a link.
 
diff --git a/main/offapi/com/sun/star/embed/XLinkFactory.idl b/main/offapi/com/sun/star/embed/XLinkFactory.idl
index 74ed931..638a82d 100644
--- a/main/offapi/com/sun/star/embed/XLinkFactory.idl
+++ b/main/offapi/com/sun/star/embed/XLinkFactory.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -64,7 +64,7 @@
 		This method can be used to have a full control over persistence
 		initialization of a link.
 		</p>
-		
+
 		@param aClassID
 			the class id of the new object
 
diff --git a/main/offapi/com/sun/star/embed/XLinkageSupport.idl b/main/offapi/com/sun/star/embed/XLinkageSupport.idl
index 7a21a7c..d2ec4a0 100644
--- a/main/offapi/com/sun/star/embed/XLinkageSupport.idl
+++ b/main/offapi/com/sun/star/embed/XLinkageSupport.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -55,7 +55,7 @@
 	//------------------------------------------------------------------------
     /** breaks the link and provides the object with a parent storage and a
 		name for object's entry
-	
+
 		<p>
 		This method can be used only for links implementations that implement
 		the whole set of embedded object interfaces. Usually the sets of
diff --git a/main/offapi/com/sun/star/embed/XOLESimpleStorage.idl b/main/offapi/com/sun/star/embed/XOLESimpleStorage.idl
index 2153220..0e9bbe3 100644
--- a/main/offapi/com/sun/star/embed/XOLESimpleStorage.idl
+++ b/main/offapi/com/sun/star/embed/XOLESimpleStorage.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -84,10 +84,10 @@
     interface XTransactedObject;
 
 	//------------------------------------------------------------------------
-	/** interface <type>XClassifiedObject</type> represents common 
+	/** interface <type>XClassifiedObject</type> represents common
 		functionality for embedded objects
 
-		<p>the <type>XClassifiedObject</type> interface allows to set/get the 
+		<p>the <type>XClassifiedObject</type> interface allows to set/get the
 		ClassID of the storage.</p>
 	*/
     interface XClassifiedObject;
diff --git a/main/offapi/com/sun/star/embed/XOptimizedStorage.idl b/main/offapi/com/sun/star/embed/XOptimizedStorage.idl
index f6eced6..52d8f4c 100644
--- a/main/offapi/com/sun/star/embed/XOptimizedStorage.idl
+++ b/main/offapi/com/sun/star/embed/XOptimizedStorage.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -79,8 +79,8 @@
 #include <com/sun/star/beans/UnknownPropertyException.idl>
 #endif
 
-#ifndef __com_sun_star_beans_PropertyVetoException_idl__ 
-#include <com/sun/star/beans/PropertyVetoException.idl> 
+#ifndef __com_sun_star_beans_PropertyVetoException_idl__
+#include <com/sun/star/beans/PropertyVetoException.idl>
 #endif
 
 //============================================================================
@@ -170,13 +170,13 @@
 		of the supported by element properties.
 	 */
 	any getElementPropertyValue( [in] string sElementName,
-								 [in] string sPropertyName ) 
+								 [in] string sPropertyName )
 		raises( ::com::sun::star::embed::InvalidStorageException,
 				::com::sun::star::lang::IllegalArgumentException,
 				::com::sun::star::container::NoSuchElementException,
 				::com::sun::star::io::IOException,
-				::com::sun::star::beans::UnknownPropertyException, 
-				::com::sun::star::beans::PropertyVetoException, 
+				::com::sun::star::beans::UnknownPropertyException,
+				::com::sun::star::beans::PropertyVetoException,
 				::com::sun::star::embed::StorageWrappedTargetException );
 
 	// -----------------------------------------------------------------------
diff --git a/main/offapi/com/sun/star/embed/XPackageStructureCreator.idl b/main/offapi/com/sun/star/embed/XPackageStructureCreator.idl
index d4cbd1f..1c06e05 100644
--- a/main/offapi/com/sun/star/embed/XPackageStructureCreator.idl
+++ b/main/offapi/com/sun/star/embed/XPackageStructureCreator.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/embed/XPersistanceHolder.idl b/main/offapi/com/sun/star/embed/XPersistanceHolder.idl
index dd3c83d..3c9de1d 100644
--- a/main/offapi/com/sun/star/embed/XPersistanceHolder.idl
+++ b/main/offapi/com/sun/star/embed/XPersistanceHolder.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/embed/XRelationshipAccess.idl b/main/offapi/com/sun/star/embed/XRelationshipAccess.idl
index d21cd55..abc685c 100644
--- a/main/offapi/com/sun/star/embed/XRelationshipAccess.idl
+++ b/main/offapi/com/sun/star/embed/XRelationshipAccess.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -189,7 +189,7 @@
 
 		@param sID
 			the value of "ID" tag
-		
+
 		@param aEntry
 			a sequence, each element of the sequence represents tag,
 			<type scope="::com::sun::star::beans">StringPair</type>::First
@@ -221,7 +221,7 @@
 
 		@param sID
 			the value of "ID" tag
-	
+
 		@throws ::com::sun::star::container::NoSuchElementException
 			in case there is no entry with specified tag
 
diff --git a/main/offapi/com/sun/star/embed/XStateChangeBroadcaster.idl b/main/offapi/com/sun/star/embed/XStateChangeBroadcaster.idl
index 4e77610..d102528 100644
--- a/main/offapi/com/sun/star/embed/XStateChangeBroadcaster.idl
+++ b/main/offapi/com/sun/star/embed/XStateChangeBroadcaster.idl
@@ -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,56 +7,56 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_embed_XStateChangeBroadcaster_idl__ 
-#define __com_sun_star_embed_XStateChangeBroadcaster_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_embed_XStateChangeListener_idl__ 
-#include <com/sun/star/embed/XStateChangeListener.idl> 
-#endif 
- 
- 
+#ifndef __com_sun_star_embed_XStateChangeBroadcaster_idl__
+#define __com_sun_star_embed_XStateChangeBroadcaster_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_embed_XStateChangeListener_idl__
+#include <com/sun/star/embed/XStateChangeListener.idl>
+#endif
+
+
 //============================================================================
- 
-module com {  module sun {  module star {  module embed {  
- 
+
+module com {  module sun {  module star {  module embed {
+
 //============================================================================
- 
+
 /** broadcasts message in case embedded object object changes it's state.
  */
 published interface XStateChangeBroadcaster: com::sun::star::uno::XInterface
-{ 
+{
 	//------------------------------------------------------------------------
 	/** adds the specified listener to receive events about states change
 	 */
 	void addStateChangeListener(
-			[in] com::sun::star::embed::XStateChangeListener xListener ); 
- 
+			[in] com::sun::star::embed::XStateChangeListener xListener );
+
 	//------------------------------------------------------------------------
 	/** removes the specified listener
 	 */
 	void removeStateChangeListener(
-			[in] com::sun::star::embed::XStateChangeListener xListener ); 
-}; 
- 
+			[in] com::sun::star::embed::XStateChangeListener xListener );
+};
+
 //============================================================================
- 
-}; }; }; };  
- 
-#endif 
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/embed/XStateChangeListener.idl b/main/offapi/com/sun/star/embed/XStateChangeListener.idl
index 68aaa38..c4faab5 100644
--- a/main/offapi/com/sun/star/embed/XStateChangeListener.idl
+++ b/main/offapi/com/sun/star/embed/XStateChangeListener.idl
@@ -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,45 +7,45 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_embed_XStateChangeListener_idl__ 
-#define __com_sun_star_embed_XStateChangeListener_idl__ 
- 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_EventObject_idl__ 
-#include <com/sun/star/lang/EventObject.idl> 
-#endif 
- 
-#ifndef __com_sun_star_embed_WrongStateException_idl__ 
-#include <com/sun/star/embed/WrongStateException.idl> 
-#endif 
- 
+#ifndef __com_sun_star_embed_XStateChangeListener_idl__
+#define __com_sun_star_embed_XStateChangeListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
+
+#ifndef __com_sun_star_embed_WrongStateException_idl__
+#include <com/sun/star/embed/WrongStateException.idl>
+#endif
+
 //============================================================================
- 
-module com {  module sun {  module star {  module embed {  
- 
+
+module com {  module sun {  module star {  module embed {
+
 //============================================================================
- 
+
 /** makes it possible to receive events when an embedded object changes it's
 	state.
  */
 published interface XStateChangeListener: com::sun::star::lang::XEventListener
-{ 
+{
 	//------------------------------------------------------------------------
 	/** is called just before the object changes state.
 
@@ -88,10 +88,10 @@
 	void stateChanged( [in] com::sun::star::lang::EventObject aEvent,
 						[in] long nOldState,
 						[in] long nNewState );
-}; 
- 
+};
+
 //============================================================================
- 
-}; }; }; };  
- 
+
+}; }; }; };
+
 #endif
diff --git a/main/offapi/com/sun/star/embed/XStorage.idl b/main/offapi/com/sun/star/embed/XStorage.idl
index be67608..f5b28a3 100644
--- a/main/offapi/com/sun/star/embed/XStorage.idl
+++ b/main/offapi/com/sun/star/embed/XStorage.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -159,14 +159,14 @@
 
 		@param sStreamName
 			the name of the substream that should be open
-	
+
 		@param nOpenMode
 			a mode the stream should be open in,
 			can be a combination of <type>ElementModes</type> values
 
 		@throws ::com::sun::star::embed::InvalidStorageException
 			this storage is in invalid state for any reason
-	
+
 		@throws ::com::sun::star::lang::IllegalArgumentException
 			one of provided arguments is illegal
 
@@ -195,7 +195,7 @@
 		If storage does not allow any encryption this method will always throw
 		<type scope="com::sun::star::packages">NoEncryptionException</type>.
 		</p>
-	
+
 		<p>
 		In case the stream is open in readonly mode the
 		<method scope="com::sun::star::io">XStream::getOutputStream</method>
@@ -204,7 +204,7 @@
 
 		@param sStreamName
 			the name of the substream that should be open
-	
+
 		@param nOpenMode
 			a mode the stream should be open in,
 			can be a combination of <type>ElementModes</type> values
@@ -290,7 +290,7 @@
 
 		@param sStreamName
 			the name of the substream that should be copied
-	
+
 		@throws ::com::sun::star::embed::InvalidStorageException
 			this storage is in invalid state for any reason
 
@@ -334,7 +334,7 @@
 
 		@param sStreamName
 			the name of the substream that should be copied
-	
+
 		@param sPassword
 			this parameter allowes to specify a reading password for the
 			stream, the password must be a correct one, otherwise an
@@ -378,16 +378,16 @@
 
 		@param xStorage
 			the target storage that will be filled in with copy.
-	
+
 		@throws ::com::sun::star::embed::InvalidStorageException
 			this storage is in invalid state for any reason
-	
+
 		@throws ::com::sun::star::lang::IllegalArgumentException
 			one of provided arguments is illegal
-	
+
 		@throws ::com::sun::star::io::IOException
 			in case of io errors during copying
-	
+
 		@throws ::com::sun::star::embed::StorageWrappedTargetException
 			wraps other exceptions
 
@@ -499,7 +499,7 @@
 
 		@param sElementName
 			the name of the element to remove
-	
+
 		@throws ::com::sun::star::embed::InvalidStorageException
 			this storage is in invalid state for eny reason
 
@@ -508,7 +508,7 @@
 
 		@throws ::com::sun::star::container::NoSuchElementException
 			there is no element with such name
-		
+
 		@throws ::com::sun::star::io::IOException
 			in case of io errors during removing
 
@@ -543,7 +543,7 @@
 
 		@throws ::com::sun::star::container::ElementExistException
 			an element with new name already exists in this storage
-		
+
 		@throws ::com::sun::star::io::IOException
 			in case of io errors during renaming
 
@@ -584,7 +584,7 @@
 
 		@throws ::com::sun::star::container::ElementExistException
 			an element with specified destination name already exists in destination storage
-		
+
 		@throws ::com::sun::star::io::IOException
 			in case of io errors during copying
 
@@ -628,7 +628,7 @@
 
 		@throws ::com::sun::star::container::ElementExistException
 			an element with specified destination name already exists in destination storage
-		
+
 		@throws ::com::sun::star::io::IOException
 			in case of io errors during moving
 
diff --git a/main/offapi/com/sun/star/embed/XStorage2.idl b/main/offapi/com/sun/star/embed/XStorage2.idl
index a2cda88..4e806d6 100644
--- a/main/offapi/com/sun/star/embed/XStorage2.idl
+++ b/main/offapi/com/sun/star/embed/XStorage2.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -48,7 +48,7 @@
 		If storage does not allow any encryption this method will always throw
 		<type scope="com::sun::star::packages">NoEncryptionException</type>.
 		</p>
-	
+
 		<p>
 		In case the stream is open in readonly mode the
 		<method scope="com::sun::star::io">XStream::getOutputStream</method>
@@ -57,7 +57,7 @@
 
 		@param sStreamName
 			the name of the substream that should be open
-	
+
 		@param nOpenMode
 			a mode the stream should be open in,
 			can be a combination of <type>ElementModes</type> values
@@ -118,7 +118,7 @@
 
 		@param sStreamName
 			the name of the substream that should be copied
-	
+
 		@param aEncryptionData
 			this parameter allowes to specify an encryption data for the
 			stream, the encryption data must be correct, otherwise an
diff --git a/main/offapi/com/sun/star/embed/XStorageRawAccess.idl b/main/offapi/com/sun/star/embed/XStorageRawAccess.idl
index b70b969..547f5cc 100644
--- a/main/offapi/com/sun/star/embed/XStorageRawAccess.idl
+++ b/main/offapi/com/sun/star/embed/XStorageRawAccess.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -92,7 +92,7 @@
 
 		@param sStreamName
 			the name of the substream that should be open
-	
+
 		@throws ::com::sun::star::embed::InvalidStorageException
 			this storage is in invalid state for any reason
 
@@ -100,7 +100,7 @@
 			one of provided arguments is illegal
 
 		@throws ::com::sun::star::container::NoSuchElementException
-			there is no element with specified name 
+			there is no element with specified name
 
 		@throws ::com::sun::star::io::IOException
 			in case of io errors during stream opening
@@ -139,7 +139,7 @@
 
 		@param sStreamName
 			the name of the substream that should be open
-	
+
 		@param xInputStream
 			a raw stream representing encrypted stream
 
@@ -153,7 +153,7 @@
 			the stream is not an encrypted one
 
 		@throws ::com::sun::star::container::NoSuchElementException
-			there is no element with specified name 
+			there is no element with specified name
 
 		@throws ::com::sun::star::io::IOException
 			in case of io errors during stream opening
@@ -190,7 +190,7 @@
 
 		@param sStreamName
 			the name of the substream that should be open
-	
+
 		@param xInputStream
 			a raw stream representing encrypted stream
 
diff --git a/main/offapi/com/sun/star/embed/XTransactedObject.idl b/main/offapi/com/sun/star/embed/XTransactedObject.idl
index ac5a6ac..4bd93df 100644
--- a/main/offapi/com/sun/star/embed/XTransactedObject.idl
+++ b/main/offapi/com/sun/star/embed/XTransactedObject.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -31,10 +31,10 @@
 #include <com/sun/star/io/IOException.idl>
 #endif
 
-#ifndef __com_sun_star_lang_WrappedTargetException_idl__ 
-#include <com/sun/star/lang/WrappedTargetException.idl> 
-#endif 
- 
+#ifndef __com_sun_star_lang_WrappedTargetException_idl__
+#include <com/sun/star/lang/WrappedTargetException.idl>
+#endif
+
 //============================================================================
 
  module com {  module sun {  module star {  module embed {
diff --git a/main/offapi/com/sun/star/embed/XTransactionBroadcaster.idl b/main/offapi/com/sun/star/embed/XTransactionBroadcaster.idl
index 35b3b98..5e23ea9 100644
--- a/main/offapi/com/sun/star/embed/XTransactionBroadcaster.idl
+++ b/main/offapi/com/sun/star/embed/XTransactionBroadcaster.idl
@@ -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,57 +7,57 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_embed_XTransactionBroadcaster_idl__ 
-#define __com_sun_star_embed_XTransactionBroadcaster_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_embed_XTransactionListener_idl__ 
-#include <com/sun/star/embed/XTransactionListener.idl> 
-#endif 
- 
- 
+#ifndef __com_sun_star_embed_XTransactionBroadcaster_idl__
+#define __com_sun_star_embed_XTransactionBroadcaster_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_embed_XTransactionListener_idl__
+#include <com/sun/star/embed/XTransactionListener.idl>
+#endif
+
+
 //============================================================================
- 
-module com {  module sun {  module star {  module embed {  
- 
+
+module com {  module sun {  module star {  module embed {
+
 //============================================================================
- 
+
 /** broadcasts message in case transacted object is committed or reverted.
  */
 published interface XTransactionBroadcaster: com::sun::star::uno::XInterface
-{ 
+{
 	//------------------------------------------------------------------------
 	/** adds the specified listener to receive events about commits and
 		reverts.
 	 */
 	void addTransactionListener(
-			[in] com::sun::star::embed::XTransactionListener aListener ); 
- 
+			[in] com::sun::star::embed::XTransactionListener aListener );
+
 	//------------------------------------------------------------------------
 	/** removes the specified listener.
 	 */
 	void removeTransactionListener(
-			[in] com::sun::star::embed::XTransactionListener aListener ); 
-}; 
- 
+			[in] com::sun::star::embed::XTransactionListener aListener );
+};
+
 //============================================================================
- 
-}; }; }; };  
- 
-#endif 
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/embed/XTransactionListener.idl b/main/offapi/com/sun/star/embed/XTransactionListener.idl
index 43c6e0d..0561dee 100644
--- a/main/offapi/com/sun/star/embed/XTransactionListener.idl
+++ b/main/offapi/com/sun/star/embed/XTransactionListener.idl
@@ -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,45 +7,45 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_embed_XTransactionListener_idl__ 
-#define __com_sun_star_embed_XTransactionListener_idl__ 
- 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_EventObject_idl__ 
-#include <com/sun/star/lang/EventObject.idl> 
-#endif 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
+#ifndef __com_sun_star_embed_XTransactionListener_idl__
+#define __com_sun_star_embed_XTransactionListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
 //============================================================================
- 
-module com {  module sun {  module star {  module embed {  
- 
+
+module com {  module sun {  module star {  module embed {
+
 //============================================================================
- 
+
 /** makes it possible to receive events when a transacted object is committed
 	or reverted.
  */
 published interface XTransactionListener: com::sun::star::lang::XEventListener
-{ 
+{
 	//------------------------------------------------------------------------
 	/** is called just before the object is committed.
 	 */
@@ -55,7 +55,7 @@
 	//------------------------------------------------------------------------
 	/** is called after the object is committed.
 	 */
-	void commited( [in] com::sun::star::lang::EventObject aEvent ); 
+	void commited( [in] com::sun::star::lang::EventObject aEvent );
 
 	//------------------------------------------------------------------------
 	/** is called just before the object is reverted.
@@ -66,11 +66,11 @@
 	//------------------------------------------------------------------------
 	/** is called after the object is reverted.
 	 */
-	void reverted( [in] com::sun::star::lang::EventObject aEvent ); 
-}; 
- 
+	void reverted( [in] com::sun::star::lang::EventObject aEvent );
+};
+
 //============================================================================
- 
-}; }; }; };  
- 
+
+}; }; }; };
+
 #endif
diff --git a/main/offapi/com/sun/star/embed/XTransferableSupplier.idl b/main/offapi/com/sun/star/embed/XTransferableSupplier.idl
index e697b25..fb71bcd 100644
--- a/main/offapi/com/sun/star/embed/XTransferableSupplier.idl
+++ b/main/offapi/com/sun/star/embed/XTransferableSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -32,14 +32,14 @@
  module com {  module sun {  module star {  module embed {
 
 //============================================================================
-/** provide access to a 
+/** provide access to a
 	<type scope="com::sun::star::datatransfer">XTransferable</type>
 	implementation from the object.
  */
 published interface XTransferableSupplier: com::sun::star::uno::XInterface
 {
 	//------------------------------------------------------------------------
-    /** allows to get access to 
+    /** allows to get access to
 		<type scope="com::sun::star::datatransfer">XTransferable</type>
 		implementation.
 
diff --git a/main/offapi/com/sun/star/embed/XVisualObject.idl b/main/offapi/com/sun/star/embed/XVisualObject.idl
index 3d9254b..2de5191 100644
--- a/main/offapi/com/sun/star/embed/XVisualObject.idl
+++ b/main/offapi/com/sun/star/embed/XVisualObject.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/embed/XWindowSupplier.idl b/main/offapi/com/sun/star/embed/XWindowSupplier.idl
index c11ff2e..3e163f9 100644
--- a/main/offapi/com/sun/star/embed/XWindowSupplier.idl
+++ b/main/offapi/com/sun/star/embed/XWindowSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/form/DataAwareControlModel.idl b/main/offapi/com/sun/star/form/DataAwareControlModel.idl
index 49400a3..d17594c 100644
--- a/main/offapi/com/sun/star/form/DataAwareControlModel.idl
+++ b/main/offapi/com/sun/star/form/DataAwareControlModel.idl
@@ -187,4 +187,4 @@
 
 }; }; }; };
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/form/DataSelectionType.idl b/main/offapi/com/sun/star/form/DataSelectionType.idl
index 55b4e6f..270bd5a 100644
--- a/main/offapi/com/sun/star/form/DataSelectionType.idl
+++ b/main/offapi/com/sun/star/form/DataSelectionType.idl
@@ -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,48 +7,48 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_DataSelectionType_idl__ 
-#define __com_sun_star_form_DataSelectionType_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_DataSelectionType_idl__
+#define __com_sun_star_form_DataSelectionType_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {
+
+//=============================================================================
+
 // DocMerge from xml: enum com::sun::star::form::DataSelectionType
 /** describes the type of datasource used for a form.
 	<p>Please do <em><b>not</b></em> use anymore, this enum is deprecated.
 	@deprecated
  */
 published enum DataSelectionType
-{ 
-	TABLE, 
-	QUERY, 
-	SQL, 
-	SQLPASSTHROUGH 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+{
+	TABLE,
+	QUERY,
+	SQL,
+	SQLPASSTHROUGH
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/form/DatabaseDeleteEvent.idl b/main/offapi/com/sun/star/form/DatabaseDeleteEvent.idl
index 1955e60..20cd3e8 100644
--- a/main/offapi/com/sun/star/form/DatabaseDeleteEvent.idl
+++ b/main/offapi/com/sun/star/form/DatabaseDeleteEvent.idl
@@ -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,45 +7,45 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_DatabaseDeleteEvent_idl__ 
-#define __com_sun_star_form_DatabaseDeleteEvent_idl__ 
- 
-#ifndef __com_sun_star_lang_EventObject_idl__ 
-#include <com/sun/star/lang/EventObject.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_DatabaseDeleteEvent_idl__
+#define __com_sun_star_form_DatabaseDeleteEvent_idl__
+
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {
+
+//=============================================================================
+
 /** is fired if a database record is going to be deleted.
 	<p>Please do <em><b>not</b></em> use anymore, this struct is deprecated.
 	@deprecated
  */
 published struct DatabaseDeleteEvent: com::sun::star::lang::EventObject
-{ 
-	sequence<any> Bookmarks; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
+{
+	sequence<any> Bookmarks;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/form/DatabaseParameterEvent.idl b/main/offapi/com/sun/star/form/DatabaseParameterEvent.idl
index dfb104b..936432b 100644
--- a/main/offapi/com/sun/star/form/DatabaseParameterEvent.idl
+++ b/main/offapi/com/sun/star/form/DatabaseParameterEvent.idl
@@ -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,41 +7,41 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_DatabaseParameterEvent_idl__ 
-#define __com_sun_star_form_DatabaseParameterEvent_idl__ 
- 
-#ifndef __com_sun_star_lang_EventObject_idl__ 
-#include <com/sun/star/lang/EventObject.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XIndexAccess_idl__ 
-#include <com/sun/star/container/XIndexAccess.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_DatabaseParameterEvent_idl__
+#define __com_sun_star_form_DatabaseParameterEvent_idl__
+
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
+
+#ifndef __com_sun_star_container_XIndexAccess_idl__
+#include <com/sun/star/container/XIndexAccess.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {
+
+//=============================================================================
+
 /** is fired if values for parameters are needed.
  */
 published struct DatabaseParameterEvent: com::sun::star::lang::EventObject
-{ 
+{
 	/** specifies the list of parameters which are required for opening a result set.
 
 		<p>Usually, a <type scope="com::sun::star::form::component">DataForm</type> fires this
@@ -53,14 +53,14 @@
 		@see com::sun::star::sdb::RowSet
 		@see com::sun::star::form::component::DataForm
 	 */
-	com::sun::star::container::XIndexAccess Parameters; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	com::sun::star::container::XIndexAccess Parameters;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/form/ErrorEvent.idl b/main/offapi/com/sun/star/form/ErrorEvent.idl
index 9c71538..347040c 100644
--- a/main/offapi/com/sun/star/form/ErrorEvent.idl
+++ b/main/offapi/com/sun/star/form/ErrorEvent.idl
@@ -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,33 +7,33 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_ErrorEvent_idl__ 
-#define __com_sun_star_form_ErrorEvent_idl__ 
- 
-#ifndef __com_sun_star_lang_EventObject_idl__ 
-#include <com/sun/star/lang/EventObject.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_ErrorEvent_idl__
+#define __com_sun_star_form_ErrorEvent_idl__
+
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {
+
+//=============================================================================
+
 // DocMerge from xml: struct com::sun::star::form::ErrorEvent
 /** occurs in case of fired database exceptions triggered by
 	a database form.
@@ -41,16 +41,16 @@
 	@deprecated
  */
 published struct ErrorEvent: com::sun::star::lang::EventObject
-{ 
-	any Reason; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+{
+	any Reason;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/form/FormButtonType.idl b/main/offapi/com/sun/star/form/FormButtonType.idl
index da02871..dd622ac 100644
--- a/main/offapi/com/sun/star/form/FormButtonType.idl
+++ b/main/offapi/com/sun/star/form/FormButtonType.idl
@@ -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,67 +7,67 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_FormButtonType_idl__ 
-#define __com_sun_star_form_FormButtonType_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_FormButtonType_idl__
+#define __com_sun_star_form_FormButtonType_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {
+
+//=============================================================================
+
 /** specifies the action to execute when a button is pressed.
 	@see com::sun::star::form::component::CommandButton
  */
 published enum FormButtonType
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** requires the button to act like a common push button, means no special action is triggered.
 	 */
-	PUSH, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	PUSH,
+
+	//-------------------------------------------------------------------------
+
 	/** When the button is clicked, it performs a submit on its containing form.
 	 */
-	SUBMIT, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	SUBMIT,
+
+	//-------------------------------------------------------------------------
+
 	/** When the button is clicked, it performs a reset on its containing form.
 	 */
-	RESET, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	RESET,
+
+	//-------------------------------------------------------------------------
+
 	/** When the button is clicked, an URL set for the button is opened.
 		@see com::sun::star::form::component::CommandButton::TargetURL
 		@see com::sun::star::form::component::CommandButton::TargetFrame
 	 */
-	URL 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	URL
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/form/FormComponent.idl b/main/offapi/com/sun/star/form/FormComponent.idl
index 27e1b62..5e88682 100644
--- a/main/offapi/com/sun/star/form/FormComponent.idl
+++ b/main/offapi/com/sun/star/form/FormComponent.idl
@@ -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,78 +7,78 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_FormComponent_idl__ 
-#define __com_sun_star_form_FormComponent_idl__ 
- 
-#ifndef __com_sun_star_form_XFormComponent_idl__ 
-#include <com/sun/star/form/XFormComponent.idl> 
-#endif 
-#ifndef __com_sun_star_lang_XComponent_idl__ 
-#include <com/sun/star/lang/XComponent.idl> 
-#endif 
-#ifndef __com_sun_star_container_XNamed_idl__ 
-#include <com/sun/star/container/XNamed.idl> 
-#endif 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
-#ifndef __com_sun_star_io_XPersistObject_idl__ 
-#include <com/sun/star/io/XPersistObject.idl> 
-#endif 
-#ifndef __com_sun_star_beans_PropertyBag_idl__ 
-#include <com/sun/star/beans/PropertyBag.idl> 
+#ifndef __com_sun_star_form_FormComponent_idl__
+#define __com_sun_star_form_FormComponent_idl__
+
+#ifndef __com_sun_star_form_XFormComponent_idl__
+#include <com/sun/star/form/XFormComponent.idl>
+#endif
+#ifndef __com_sun_star_lang_XComponent_idl__
+#include <com/sun/star/lang/XComponent.idl>
+#endif
+#ifndef __com_sun_star_container_XNamed_idl__
+#include <com/sun/star/container/XNamed.idl>
+#endif
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+#ifndef __com_sun_star_io_XPersistObject_idl__
+#include <com/sun/star/io/XPersistObject.idl>
+#endif
+#ifndef __com_sun_star_beans_PropertyBag_idl__
+#include <com/sun/star/beans/PropertyBag.idl>
 #endif
 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {
+
+//=============================================================================
+
 /** specifies a component which can be part of a form.
 
-	@see FormControlModel 
+	@see FormControlModel
 	@see com::sun::star::form::component::Form
  */
 published service FormComponent
-{ 
+{
 	/** identifies the component as a candidate for being part of a form.
 		<p>This interface also provides the access to the component's parent.</p>
 	 */
-	interface com::sun::star::form::XFormComponent; 
- 
-	 
+	interface com::sun::star::form::XFormComponent;
+
+
 	/** allows life-time control of form components.
 	 */
-	interface com::sun::star::lang::XComponent; 
- 
-	 
+	interface com::sun::star::lang::XComponent;
+
+
 	/** Each FormComponent must supply a name for identification.
 	 */
-	interface com::sun::star::container::XNamed; 
-	
+	interface com::sun::star::container::XNamed;
+
 	/** gives access to the properties.
 	*/
-	interface com::sun::star::beans::XPropertySet; 
- 
-	 
+	interface com::sun::star::beans::XPropertySet;
+
+
 	/** Each FormComponent must be able to be stored into and read from a stream.
 	 */
-	interface com::sun::star::io::XPersistObject; 
+	interface com::sun::star::io::XPersistObject;
 
     /** allows to associate arbitrary properties with the form component
 
@@ -103,23 +103,23 @@
         @since OpenOffice 2.3
     */
     [optional] service com::sun::star::beans::PropertyBag;
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** the name of the component.
 
         <p>Note that the name accessed here is the same as when using the
 		<type scope="com::sun::star::container">XNamed</type> interface.</p>
 	 */
-	[property] string Name; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	[property] string Name;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/form/FormComponentType.idl b/main/offapi/com/sun/star/form/FormComponentType.idl
index b2e6d38..037499d 100644
--- a/main/offapi/com/sun/star/form/FormComponentType.idl
+++ b/main/offapi/com/sun/star/form/FormComponentType.idl
@@ -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,134 +7,134 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_FormComponentType_idl__ 
-#define __com_sun_star_form_FormComponentType_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_FormComponentType_idl__
+#define __com_sun_star_form_FormComponentType_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {
+
+//=============================================================================
+
 /** These constants specify the class types used to identify a component.
  */
 published constants FormComponentType
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** This generic identifier is for controls which cannot be identified by 
+{
+	//-------------------------------------------------------------------------
+
+	/** This generic identifier is for controls which cannot be identified by
 				an other specific identifier.
 	 */
-	const short CONTROL = 1; 
- 
+	const short CONTROL = 1;
+
 	/** specifies a control that is used to begin, interrupt, or end a process.
 	*/
-	const short COMMANDBUTTON = 2; 
- 
+	const short COMMANDBUTTON = 2;
+
 	/** specifies a control that acts like a radio button. Grouped together, such radio buttons
-		present a set of two or more mutually exclusive choices to the user. 
+		present a set of two or more mutually exclusive choices to the user.
 	*/
-	const short RADIOBUTTON = 3; 
- 
+	const short RADIOBUTTON = 3;
+
 	/** specifies a control that displays an image that responds to mouse clicks.
 	*/
-	const short IMAGEBUTTON = 4; 
- 
-	/** specifies a control that is used to check or uncheck to turn an option on or off. 
+	const short IMAGEBUTTON = 4;
+
+	/** specifies a control that is used to check or uncheck to turn an option on or off.
 	*/
-	const short CHECKBOX = 5; 
- 
+	const short CHECKBOX = 5;
+
 	/** specifies a control that displays a list from which the user can select one or more items.
 	*/
-	const short LISTBOX = 6; 
- 
+	const short LISTBOX = 6;
+
 	/** specifies a control that is used when a list box combined with a static text control or an edit
 		control is needed.
 	*/
-	const short COMBOBOX = 7; 
- 
+	const short COMBOBOX = 7;
+
 	/** specifies a control that displays a frame around a group of controls with or without a caption.
 	*/
-	const short GROUPBOX = 8; 
- 
-	/** specifies a control that is a text component that allows for the editing of a single line of text. 
+	const short GROUPBOX = 8;
+
+	/** specifies a control that is a text component that allows for the editing of a single line of text.
 	*/
-	const short TEXTFIELD = 9; 
- 
+	const short TEXTFIELD = 9;
+
 	/** specifies a control to display a fixed text, usually used to label other controls.
 	*/
-	const short FIXEDTEXT = 10; 
- 
+	const short FIXEDTEXT = 10;
+
 	/** is a table like control to display database data.
 	*/
-	const short GRIDCONTROL = 11; 
- 
+	const short GRIDCONTROL = 11;
+
 	/** specifies an control which can be used to enter text, extended by an (user-startable) file dialog
 		to browse for files.
 	*/
-	const short FILECONTROL = 12; 
- 
+	const short FILECONTROL = 12;
+
 	/** specifies a control that should not be visible.
 	*/
-	const short HIDDENCONTROL = 13; 
- 
+	const short HIDDENCONTROL = 13;
+
 	/** specifies a control to display an image.
 	*/
-	const short IMAGECONTROL = 14; 
- 
+	const short IMAGECONTROL = 14;
+
 	/** specifies a control to display and edit a date value.
 	*/
-	const short DATEFIELD = 15; 
- 
+	const short DATEFIELD = 15;
+
 	/** specifies a control to display and edit a time value.
 	*/
-	const short TIMEFIELD = 16; 
- 
+	const short TIMEFIELD = 16;
+
 	/** specifies a field to display and edit a numeric value.
 	*/
-	const short NUMERICFIELD = 17; 
- 
+	const short NUMERICFIELD = 17;
+
 	/** specifies a field to display and edit a currency value.
 	*/
-	const short CURRENCYFIELD = 18; 
- 
+	const short CURRENCYFIELD = 18;
+
 	/** specifies a control to display and edit a string according to a pattern.
 	*/
-	const short PATTERNFIELD = 19; 
- 
+	const short PATTERNFIELD = 19;
+
 	/** specifies a control to display and edit, in the form of a scrollbar, a value from a continuous value range
 	*/
-	const short SCROLLBAR = 20; 
- 
+	const short SCROLLBAR = 20;
+
 	/** specifies a control to edit, in the form of a spin field, a value from a continuous range of values
 	*/
-	const short SPINBUTTON = 21; 
- 
+	const short SPINBUTTON = 21;
+
 	/** specifies a control which provides controller functionality for the <type scope="com::sun::star::form::component">DataForm</type>
         it belongs to, such as functionality to navigate or filter this form.
 	*/
-	const short NAVIGATIONBAR = 22; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	const short NAVIGATIONBAR = 22;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/form/FormComponents.idl b/main/offapi/com/sun/star/form/FormComponents.idl
index dc92e9f..7fd7e7e 100644
--- a/main/offapi/com/sun/star/form/FormComponents.idl
+++ b/main/offapi/com/sun/star/form/FormComponents.idl
@@ -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,48 +7,48 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_FormComponents_idl__ 
-#define __com_sun_star_form_FormComponents_idl__ 
- 
-#ifndef __com_sun_star_container_XNameContainer_idl__ 
-#include <com/sun/star/container/XNameContainer.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XIndexContainer_idl__ 
-#include <com/sun/star/container/XIndexContainer.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XEnumerationAccess_idl__ 
-#include <com/sun/star/container/XEnumerationAccess.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XContainer_idl__ 
-#include <com/sun/star/container/XContainer.idl> 
-#endif 
+#ifndef __com_sun_star_form_FormComponents_idl__
+#define __com_sun_star_form_FormComponents_idl__
 
-#include <com/sun/star/script/XEventAttacherManager.idl> 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_container_XNameContainer_idl__
+#include <com/sun/star/container/XNameContainer.idl>
+#endif
+
+#ifndef __com_sun_star_container_XIndexContainer_idl__
+#include <com/sun/star/container/XIndexContainer.idl>
+#endif
+
+#ifndef __com_sun_star_container_XEnumerationAccess_idl__
+#include <com/sun/star/container/XEnumerationAccess.idl>
+#endif
+
+#ifndef __com_sun_star_container_XContainer_idl__
+#include <com/sun/star/container/XContainer.idl>
+#endif
+
+#include <com/sun/star/script/XEventAttacherManager.idl>
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {
+
+//=============================================================================
+
 /** specifies the capabilities of a collection of <type>FormComponent</type>s.
-	
+
 	<p>The collection must provide the possibility of adding and removing
 	components by name and by index. The name of a component is not
 	necessarily unique, so the collection must be able to handle duplicate
@@ -57,22 +57,22 @@
 	@see FormComponent
  */
 published service FormComponents
-{ 
+{
 	/** allows to register listeners to be notified of changes in the container.
 	*/
-	interface com::sun::star::container::XContainer; 
-	
+	interface com::sun::star::container::XContainer;
+
 	/** allows to add/remove elements by name.
 	*/
-	interface com::sun::star::container::XNameContainer; 
-	
+	interface com::sun::star::container::XNameContainer;
+
 	/** gives access to the elements by index.
 	*/
-	interface com::sun::star::container::XIndexContainer; 
-	
+	interface com::sun::star::container::XIndexContainer;
+
 	/** creates an enumeration of the elements.
 	*/
-	interface com::sun::star::container::XEnumerationAccess; 
+	interface com::sun::star::container::XEnumerationAccess;
 
 	/** This interface has to be implemented to supply the scripting environment
 		for the contained components.
@@ -91,13 +91,13 @@
         inserted/removed elements into/from the container.</p>
 	 */
 	interface com::sun::star::script::XEventAttacherManager;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/form/FormControlModel.idl b/main/offapi/com/sun/star/form/FormControlModel.idl
index f1a1d2a..938a754 100644
--- a/main/offapi/com/sun/star/form/FormControlModel.idl
+++ b/main/offapi/com/sun/star/form/FormControlModel.idl
@@ -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,100 +7,100 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_FormControlModel_idl__ 
-#define __com_sun_star_form_FormControlModel_idl__ 
- 
-#ifndef __com_sun_star_awt_UnoControlModel_idl__ 
-#include <com/sun/star/awt/UnoControlModel.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_FormComponent_idl__ 
-#include <com/sun/star/form/FormComponent.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XFastPropertySet_idl__ 
-#include <com/sun/star/beans/XFastPropertySet.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XPropertyState_idl__ 
-#include <com/sun/star/beans/XPropertyState.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_FormControlModel_idl__
+#define __com_sun_star_form_FormControlModel_idl__
+
+#ifndef __com_sun_star_awt_UnoControlModel_idl__
+#include <com/sun/star/awt/UnoControlModel.idl>
+#endif
+
+#ifndef __com_sun_star_form_FormComponent_idl__
+#include <com/sun/star/form/FormComponent.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XFastPropertySet_idl__
+#include <com/sun/star/beans/XFastPropertySet.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XPropertyState_idl__
+#include <com/sun/star/beans/XPropertyState.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {
+
+//=============================================================================
+
 /** specifies a control model within a form.
 
 	<p>Note that the model-view-paradigm is used for form controls, too.</p>
  */
 published service FormControlModel
-{ 
-	service com::sun::star::awt::UnoControlModel; 
-	
-	service com::sun::star::form::FormComponent; 
- 
-	/** This optional interface gives an efficient access to all 
+{
+	service com::sun::star::awt::UnoControlModel;
+
+	service com::sun::star::form::FormComponent;
+
+	/** This optional interface gives an efficient access to all
 				properties at once or an ability to set more than one property at once.
 	 */
-	[optional] interface com::sun::star::beans::XFastPropertySet; 
- 
-	 
-	/** This optional interface gives access to the state of the 
-				properties, e.g. whether a default value 
+	[optional] interface com::sun::star::beans::XFastPropertySet;
+
+
+	/** This optional interface gives access to the state of the
+				properties, e.g. whether a default value
 				is to be used or not for a certain property.
 	 */
-	[optional] interface com::sun::star::beans::XPropertyState; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[optional] interface com::sun::star::beans::XPropertyState;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the ID for classification of the component.
 		@see FormComponentType
 	 */
-	[readonly, property] short ClassId; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[readonly, property] short ClassId;
+
+	//-------------------------------------------------------------------------
+
 	/** determines the relative taborder of the control associated with the model.
-		
+
 		<p>The default -1 is used to indicate that the tab-order of this control should be
 		determined automatically.</p>
-		
+
 		<p>Each component which supports a tabstop must provide a
 		<member>FormControlModel::TabIndex</member> property.</p>
 
 		<p>Normally, a <type>FormController</type> instance is evaluating this property.</p>
 	 */
-	[optional, property] short TabIndex; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[optional, property] short TabIndex;
+
+	//-------------------------------------------------------------------------
+
 	/** used for additional information.
 		<p>No semantics is given for this property, it will usually be used by the creator of a document
 		containing form controls.</p>
 	 */
-	[property] string Tag; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[property] string Tag;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/form/FormController.idl b/main/offapi/com/sun/star/form/FormController.idl
index cb49c0b..2884aeb 100644
--- a/main/offapi/com/sun/star/form/FormController.idl
+++ b/main/offapi/com/sun/star/form/FormController.idl
@@ -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,104 +7,104 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_FormController_idl__ 
-#define __com_sun_star_form_FormController_idl__ 
- 
-#ifndef __com_sun_star_form_XFormController_idl__ 
-#include <com/sun/star/form/XFormController.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XTabController_idl__ 
-#include <com/sun/star/awt/XTabController.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XChild_idl__ 
-#include <com/sun/star/container/XChild.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_XComponent_idl__ 
-#include <com/sun/star/lang/XComponent.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XEnumerationAccess_idl__ 
-#include <com/sun/star/container/XEnumerationAccess.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_XModifyBroadcaster_idl__ 
-#include <com/sun/star/util/XModifyBroadcaster.idl> 
-#endif 
+#ifndef __com_sun_star_form_FormController_idl__
+#define __com_sun_star_form_FormController_idl__
 
-#ifndef __com_sun_star_form_XConfirmDeleteBroadcaster_idl__ 
-#include <com/sun/star/form/XConfirmDeleteBroadcaster.idl> 
+#ifndef __com_sun_star_form_XFormController_idl__
+#include <com/sun/star/form/XFormController.idl>
 #endif
 
-#ifndef __com_sun_star_sdb_XSQLErrorBroadcaster_idl__ 
-#include <com/sun/star/sdb/XSQLErrorBroadcaster.idl> 
+#ifndef __com_sun_star_awt_XTabController_idl__
+#include <com/sun/star/awt/XTabController.idl>
 #endif
 
-#ifndef __com_sun_star_sdb_XRowSetApproveBroadcaster_idl__ 
-#include <com/sun/star/sdb/XRowSetApproveBroadcaster.idl> 
+#ifndef __com_sun_star_container_XChild_idl__
+#include <com/sun/star/container/XChild.idl>
 #endif
- 
-#ifndef __com_sun_star_form_XDatabaseParameterBroadcaster_idl__ 
-#include <com/sun/star/form/XDatabaseParameterBroadcaster.idl> 
+
+#ifndef __com_sun_star_lang_XComponent_idl__
+#include <com/sun/star/lang/XComponent.idl>
+#endif
+
+#ifndef __com_sun_star_container_XEnumerationAccess_idl__
+#include <com/sun/star/container/XEnumerationAccess.idl>
+#endif
+
+#ifndef __com_sun_star_util_XModifyBroadcaster_idl__
+#include <com/sun/star/util/XModifyBroadcaster.idl>
+#endif
+
+#ifndef __com_sun_star_form_XConfirmDeleteBroadcaster_idl__
+#include <com/sun/star/form/XConfirmDeleteBroadcaster.idl>
+#endif
+
+#ifndef __com_sun_star_sdb_XSQLErrorBroadcaster_idl__
+#include <com/sun/star/sdb/XSQLErrorBroadcaster.idl>
+#endif
+
+#ifndef __com_sun_star_sdb_XRowSetApproveBroadcaster_idl__
+#include <com/sun/star/sdb/XRowSetApproveBroadcaster.idl>
+#endif
+
+#ifndef __com_sun_star_form_XDatabaseParameterBroadcaster_idl__
+#include <com/sun/star/form/XDatabaseParameterBroadcaster.idl>
 #endif
 
 #ifndef __com_sun_star_form_FormControllerDispatcher_idl__
 #include <com/sun/star/form/FormControllerDispatcher.idl>
 #endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  
- 
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {
+
 module runtime {
     published interface XFormOperations;
 };
 
-//============================================================================= 
+//=============================================================================
 
 /** is superseded by <type scope="com::sun::star::form::runtime">FormController</type>.
     @deprecated
 */
 published service FormController
-{ 
+{
     [optional] service FormControllerDispatcher;
     [optional, property] ::com::sun::star::form::runtime::XFormOperations FormOperations;
 
 	/** is used for notifying the (de)activation of the controller.
 	 */
-	interface com::sun::star::form::XFormController; 
- 
-	interface com::sun::star::awt::XTabController; 
-	interface com::sun::star::container::XChild; 
-	interface com::sun::star::lang::XComponent; 
-	interface com::sun::star::container::XEnumerationAccess; 
-	interface com::sun::star::util::XModifyBroadcaster; 
+	interface com::sun::star::form::XFormController;
+
+	interface com::sun::star::awt::XTabController;
+	interface com::sun::star::container::XChild;
+	interface com::sun::star::lang::XComponent;
+	interface com::sun::star::container::XEnumerationAccess;
+	interface com::sun::star::util::XModifyBroadcaster;
 	interface com::sun::star::form::XConfirmDeleteBroadcaster;
 	interface com::sun::star::sdb::XSQLErrorBroadcaster;
 	interface com::sun::star::sdb::XRowSetApproveBroadcaster;
 	interface com::sun::star::form::XDatabaseParameterBroadcaster;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/form/FormControllerDispatcher.idl b/main/offapi/com/sun/star/form/FormControllerDispatcher.idl
index b21e395..1e713f8 100644
--- a/main/offapi/com/sun/star/form/FormControllerDispatcher.idl
+++ b/main/offapi/com/sun/star/form/FormControllerDispatcher.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/form/FormSubmitEncoding.idl b/main/offapi/com/sun/star/form/FormSubmitEncoding.idl
index 8b2cf47..d0f8d02 100644
--- a/main/offapi/com/sun/star/form/FormSubmitEncoding.idl
+++ b/main/offapi/com/sun/star/form/FormSubmitEncoding.idl
@@ -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,61 +7,61 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_FormSubmitEncoding_idl__ 
-#define __com_sun_star_form_FormSubmitEncoding_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_FormSubmitEncoding_idl__
+#define __com_sun_star_form_FormSubmitEncoding_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {
+
+//=============================================================================
+
 /** specify the MIME encoding to be used when form data is submitted.
  */
 published enum FormSubmitEncoding
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** Specifies to use "application/x-www-form-urlencoded" as submit encoding.
 		<p>Usually used if the FormSubmitMethod attribute has the value POST.
 		</p>
 	 */
-	URL, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	URL,
+
+	//-------------------------------------------------------------------------
+
 	/** Specifies to use "multipart/form-data" as submit encoding.
 		<p>Usually used when the form contains a file upload element.</p>
 	 */
-	MULTIPART, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	MULTIPART,
+
+	//-------------------------------------------------------------------------
+
 	/** specifies to use "text/plain"
 		<p>Usually used if the FormSubmitMethod attribute has the value POST and
 		the content should be reviewed as full text.</p>
 	 */
-	TEXT 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	TEXT
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/form/FormSubmitMethod.idl b/main/offapi/com/sun/star/form/FormSubmitMethod.idl
index 88e9058..f8d0a9c 100644
--- a/main/offapi/com/sun/star/form/FormSubmitMethod.idl
+++ b/main/offapi/com/sun/star/form/FormSubmitMethod.idl
@@ -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,53 +7,53 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_FormSubmitMethod_idl__ 
-#define __com_sun_star_form_FormSubmitMethod_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_FormSubmitMethod_idl__
+#define __com_sun_star_form_FormSubmitMethod_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {
+
+//=============================================================================
+
 /** specifies how information is sent to a program invoked by submitting a form.
  */
 published enum FormSubmitMethod
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** specifies to append the input information of a form to the target 
+{
+	//-------------------------------------------------------------------------
+
+	/** specifies to append the input information of a form to the target
 		URL as parameters.
 	 */
-	GET, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	GET,
+
+	//-------------------------------------------------------------------------
+
 	/** speficies to send the input information in a data body.
 	*/
-	POST 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	POST
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/form/Forms.idl b/main/offapi/com/sun/star/form/Forms.idl
index 63ba96a..74dc9de 100644
--- a/main/offapi/com/sun/star/form/Forms.idl
+++ b/main/offapi/com/sun/star/form/Forms.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -35,7 +35,7 @@
 #include <com/sun/star/container/XEnumerationAccess.idl>
 #endif
 
-#ifndef __com_sun_star_form_FormComponents_idl__ 
+#ifndef __com_sun_star_form_FormComponents_idl__
 #include <com/sun/star/form/FormComponents.idl>
 #endif
 
diff --git a/main/offapi/com/sun/star/form/ListSourceType.idl b/main/offapi/com/sun/star/form/ListSourceType.idl
index ac05e45..8d05dd9 100644
--- a/main/offapi/com/sun/star/form/ListSourceType.idl
+++ b/main/offapi/com/sun/star/form/ListSourceType.idl
@@ -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,79 +7,79 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_ListSourceType_idl__ 
-#define __com_sun_star_form_ListSourceType_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_ListSourceType_idl__
+#define __com_sun_star_form_ListSourceType_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {
+
+//=============================================================================
+
 /** describes the kind of data source used to fill the list data of a listbox or a combobox control.
 	@see com::sun::star::form::component::ListBox
 	@see com::sun::star::form::component::ComboBox
  */
 published enum ListSourceType
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** The control should be filled with a list of string values.
 	 */
-	VALUELIST, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	VALUELIST,
+
+	//-------------------------------------------------------------------------
+
 	/** The control should be filled with the data of a table.
 	 */
-	TABLE, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	TABLE,
+
+	//-------------------------------------------------------------------------
+
 	/** The control should be filled with the results of a database query.
 	 */
-	QUERY, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	QUERY,
+
+	//-------------------------------------------------------------------------
+
 	/** The control should be filled with the results of a database statement.
 	 */
-	SQL, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	SQL,
+
+	//-------------------------------------------------------------------------
+
 	/** The control should be filled with the results of a database statement,
 		which is not evaluated by the database engine.
 	 */
-	SQLPASSTHROUGH, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	SQLPASSTHROUGH,
+
+	//-------------------------------------------------------------------------
+
 	/** The control should be filled with the field names of a database table.
 	 */
-	TABLEFIELDS 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	TABLEFIELDS
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/form/NavigationBarMode.idl b/main/offapi/com/sun/star/form/NavigationBarMode.idl
index 9044724..8bc5241 100644
--- a/main/offapi/com/sun/star/form/NavigationBarMode.idl
+++ b/main/offapi/com/sun/star/form/NavigationBarMode.idl
@@ -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,35 +7,35 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_NavigationBarMode_idl__ 
-#define __com_sun_star_form_NavigationBarMode_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_NavigationBarMode_idl__
+#define __com_sun_star_form_NavigationBarMode_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {
+
+//=============================================================================
+
 /** describes in which way the navigation of the records of a database form is performed.
  */
 published enum NavigationBarMode
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** no navigation bar is provided and navigation on the current
 		form is only possible with the keyboard (TAB/SHIFT TAB).
 
@@ -45,18 +45,18 @@
 
 		@see TabulatorCycle
 	 */
-	NONE, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	NONE,
+
+	//-------------------------------------------------------------------------
+
 	/** a navigation bar is provided and navigation will be performed
 		on the current/active form.
 		<p>This is the default and most often encountered mode.</p>
 	 */
-	CURRENT, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	CURRENT,
+
+	//-------------------------------------------------------------------------
+
 	/** a navigation bar is provided and navigation will be performed
 		on the parent of the current/active form.
 
@@ -65,15 +65,15 @@
 		no need to use the navigation bar for the form, but rather for it's parent.
 		</p>
 	 */
-	PARENT 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	PARENT
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/form/TabulatorCycle.idl b/main/offapi/com/sun/star/form/TabulatorCycle.idl
index 85d128f..08310be 100644
--- a/main/offapi/com/sun/star/form/TabulatorCycle.idl
+++ b/main/offapi/com/sun/star/form/TabulatorCycle.idl
@@ -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,29 +7,29 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_TabulatorCycle_idl__ 
-#define __com_sun_star_form_TabulatorCycle_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_TabulatorCycle_idl__
+#define __com_sun_star_form_TabulatorCycle_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {
+
+//=============================================================================
+
 /** specifies how the TAB key should be used in a form.
 
 	<p>If the last control of a form is focused, and the user pressed the TAB key, there are
@@ -46,35 +46,35 @@
 	@see FormController
  */
 published enum TabulatorCycle
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** pressing the TAB key from the last control moves the focus to
 		the first control in the tab order of the next record.
 	 */
-	RECORDS, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	RECORDS,
+
+	//-------------------------------------------------------------------------
+
 	/** pressing the TAB key from the last control moves the focus to
 		the first control in the tab order of the same record.
 	 */
-	CURRENT, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	CURRENT,
+
+	//-------------------------------------------------------------------------
+
 	/** pressing the TAB key from the last control of a form moves
 		the focus to the first control of the next form in the tab order.
 	 */
-	PAGE 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	PAGE
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/form/XApproveActionBroadcaster.idl b/main/offapi/com/sun/star/form/XApproveActionBroadcaster.idl
index fdba0d6..1a54344 100644
--- a/main/offapi/com/sun/star/form/XApproveActionBroadcaster.idl
+++ b/main/offapi/com/sun/star/form/XApproveActionBroadcaster.idl
@@ -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,71 +7,71 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_XApproveActionBroadcaster_idl__ 
-#define __com_sun_star_form_XApproveActionBroadcaster_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_XApproveActionListener_idl__ 
-#include <com/sun/star/form/XApproveActionListener.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_XApproveActionBroadcaster_idl__
+#define __com_sun_star_form_XApproveActionBroadcaster_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_form_XApproveActionListener_idl__
+#include <com/sun/star/form/XApproveActionListener.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {
+
+//=============================================================================
+
 /** allows to probably veto actions to be performed on components.
 
-	<p> Usually, a component which supports the 
-	<type>XApproveActionBroadcaster</type> interface implements 
+	<p> Usually, a component which supports the
+	<type>XApproveActionBroadcaster</type> interface implements
 	<type scope="com::sun::star::awt">XActionListener</type> as well.</p>
  */
 published interface XApproveActionBroadcaster: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** adds the specified listener to receive the <member>XApproveActionListener::approveAction</member>
 		event.
 
 		@param aListener
 			 the listener to be added
 	 */
-	[oneway] void addApproveActionListener( [in] com::sun::star::form::XApproveActionListener aListener ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void addApproveActionListener( [in] com::sun::star::form::XApproveActionListener aListener );
+
+	//-------------------------------------------------------------------------
+
 	/** removes the specified listener
 
 		@param aListener
 			 the listener to be removed
 	 */
-	[oneway] void removeApproveActionListener( [in] com::sun::star::form::XApproveActionListener aListener ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	[oneway] void removeApproveActionListener( [in] com::sun::star::form::XApproveActionListener aListener );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/form/XApproveActionListener.idl b/main/offapi/com/sun/star/form/XApproveActionListener.idl
index 15dca47..e5ec48e 100644
--- a/main/offapi/com/sun/star/form/XApproveActionListener.idl
+++ b/main/offapi/com/sun/star/form/XApproveActionListener.idl
@@ -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,39 +7,39 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_XApproveActionListener_idl__ 
-#define __com_sun_star_form_XApproveActionListener_idl__ 
- 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_EventObject_idl__ 
-#include <com/sun/star/lang/EventObject.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_XApproveActionListener_idl__
+#define __com_sun_star_form_XApproveActionListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {
+
+//=============================================================================
+
 /** can be implemented to listen and probably veto actions to be performed on components.
-	
+
 	<p>An example for an action would be the click of a
 		CommandButton.</p>
 
@@ -48,9 +48,9 @@
 	@see com::sun::star::form::control::CommandButton
  */
 published interface XApproveActionListener: com::sun::star::lang::XEventListener
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** is invoked when an action is performed.
 
 		@param aEvent
@@ -59,15 +59,15 @@
 		@returns
 			<TRUE/> when the action is permitted, otherwise <FALSE/>.
 	 */
-	boolean approveAction( [in] com::sun::star::lang::EventObject aEvent ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	boolean approveAction( [in] com::sun::star::lang::EventObject aEvent );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/form/XBoundComponent.idl b/main/offapi/com/sun/star/form/XBoundComponent.idl
index 00ccd1e..bf2e79a 100644
--- a/main/offapi/com/sun/star/form/XBoundComponent.idl
+++ b/main/offapi/com/sun/star/form/XBoundComponent.idl
@@ -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,35 +7,35 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_XBoundComponent_idl__ 
-#define __com_sun_star_form_XBoundComponent_idl__ 
- 
-#ifndef __com_sun_star_form_XUpdateBroadcaster_idl__ 
-#include <com/sun/star/form/XUpdateBroadcaster.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_XBoundComponent_idl__
+#define __com_sun_star_form_XBoundComponent_idl__
+
+#ifndef __com_sun_star_form_XUpdateBroadcaster_idl__
+#include <com/sun/star/form/XUpdateBroadcaster.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {
+
+//=============================================================================
+
 /**	specifies a (form) component which is bound to a data source.
-	
+
 	<p>The interface provides the possibility of committing its respective
 	data to a data source it is bound to. A <member>commit</member> will be
 	performed by the environment (usually, a <type>FormController</type>).<br/>
@@ -49,23 +49,23 @@
 	@see com::sun::star::form::XUpdateListener
  */
 published interface XBoundComponent: com::sun::star::form::XUpdateBroadcaster
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** commits the content of the component into the data source it is bound to.
 
 		@returns
 			<TRUE/> when the commitment was successful, otherwise <FALSE/>.
 	 */
-	boolean commit(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	boolean commit();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/form/XBoundControl.idl b/main/offapi/com/sun/star/form/XBoundControl.idl
index a3a5328..456d512 100644
--- a/main/offapi/com/sun/star/form/XBoundControl.idl
+++ b/main/offapi/com/sun/star/form/XBoundControl.idl
@@ -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,64 +7,64 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_XBoundControl_idl__ 
-#define __com_sun_star_form_XBoundControl_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_XBoundControl_idl__
+#define __com_sun_star_form_XBoundControl_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {
+
+//=============================================================================
+
 /** allows locking the input on components.
  */
 
 published interface XBoundControl: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** determines whether the input is currently locked or not.
 
 		@returns
 			<TRUE/> when it is currently locked, otherwise <FALSE/>.
 	 */
-	boolean getLock(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	boolean getLock();
+
+	//-------------------------------------------------------------------------
+
 	/** is used for altering the current lock state of the
 		component.
 
 		@param bLock
 			the new lock state.
 	 */
-	[oneway] void setLock( [in] boolean bLock ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	[oneway] void setLock( [in] boolean bLock );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/form/XChangeBroadcaster.idl b/main/offapi/com/sun/star/form/XChangeBroadcaster.idl
index b8c3ba9..b2155f1 100644
--- a/main/offapi/com/sun/star/form/XChangeBroadcaster.idl
+++ b/main/offapi/com/sun/star/form/XChangeBroadcaster.idl
@@ -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,48 +7,48 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_XChangeBroadcaster_idl__ 
-#define __com_sun_star_form_XChangeBroadcaster_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_XChangeListener_idl__ 
-#include <com/sun/star/form/XChangeListener.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_XChangeBroadcaster_idl__
+#define __com_sun_star_form_XChangeBroadcaster_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_form_XChangeListener_idl__
+#include <com/sun/star/form/XChangeListener.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {
+
+//=============================================================================
+
 /** provides functionality to notify listeners of data changes.
 
 	<p>The concrete semantics of a change (i.e. the conditions for when a change event
 	is fired) must be specified in the service description of the providing service.</p>
-	
+
 	@see XChangeListener
  */
 published interface XChangeBroadcaster: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** adds the specified listener to receive the "changed" event.
 
 		@param aListener
@@ -56,10 +56,10 @@
 
 		@see com::sun::star::form::XChangeListener
 	 */
-	[oneway] void addChangeListener( [in] com::sun::star::form::XChangeListener aListener ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void addChangeListener( [in] com::sun::star::form::XChangeListener aListener );
+
+	//-------------------------------------------------------------------------
+
 	/** removes the specified listener.
 
 		@param aListener
@@ -67,15 +67,15 @@
 
 		@see com::sun::star::form::XChangeListener
 	 */
-	[oneway] void removeChangeListener( [in] com::sun::star::form::XChangeListener aListener ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	[oneway] void removeChangeListener( [in] com::sun::star::form::XChangeListener aListener );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/form/XChangeListener.idl b/main/offapi/com/sun/star/form/XChangeListener.idl
index b7e5be6..446d1bd 100644
--- a/main/offapi/com/sun/star/form/XChangeListener.idl
+++ b/main/offapi/com/sun/star/form/XChangeListener.idl
@@ -66,4 +66,4 @@
 
 =============================================================================*/
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/form/XConfirmDeleteBroadcaster.idl b/main/offapi/com/sun/star/form/XConfirmDeleteBroadcaster.idl
index 05723f9..b696ab2 100644
--- a/main/offapi/com/sun/star/form/XConfirmDeleteBroadcaster.idl
+++ b/main/offapi/com/sun/star/form/XConfirmDeleteBroadcaster.idl
@@ -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,45 +7,45 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_XConfirmDeleteBroadcaster_idl__ 
-#define __com_sun_star_form_XConfirmDeleteBroadcaster_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_XConfirmDeleteListener_idl__ 
-#include <com/sun/star/form/XConfirmDeleteListener.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_XConfirmDeleteBroadcaster_idl__
+#define __com_sun_star_form_XConfirmDeleteBroadcaster_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_form_XConfirmDeleteListener_idl__
+#include <com/sun/star/form/XConfirmDeleteListener.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {
+
+//=============================================================================
+
 /** provides the possibility of receiving an event for confirming deletions of
 	rows in a <type scope="com::sun::star::form::component">DataForm</type>.
 
 	@see XConfirmDeleteListener
  */
 published interface XConfirmDeleteBroadcaster: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 
 	/** remembers the specified listener to receive an event for confirming deletions
 
@@ -57,10 +57,10 @@
 
 		@see com::sun::star::form::XConfirmDeleteListener
 	 */
-	[oneway] void addConfirmDeleteListener( [in] com::sun::star::form::XConfirmDeleteListener aListener ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void addConfirmDeleteListener( [in] com::sun::star::form::XConfirmDeleteListener aListener );
+
+	//-------------------------------------------------------------------------
+
 	/** removes the specified listener.
 
 		@param aListener
@@ -68,15 +68,15 @@
 
 		@see com::sun::star::form::XConfirmDeleteListener
 	 */
-	[oneway] void removeConfirmDeleteListener( [in] com::sun::star::form::XConfirmDeleteListener aListener ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	[oneway] void removeConfirmDeleteListener( [in] com::sun::star::form::XConfirmDeleteListener aListener );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/form/XConfirmDeleteListener.idl b/main/offapi/com/sun/star/form/XConfirmDeleteListener.idl
index 2c292b7..25b3f63 100644
--- a/main/offapi/com/sun/star/form/XConfirmDeleteListener.idl
+++ b/main/offapi/com/sun/star/form/XConfirmDeleteListener.idl
@@ -65,4 +65,4 @@
 
 =============================================================================*/
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/form/XDatabaseParameterBroadcaster.idl b/main/offapi/com/sun/star/form/XDatabaseParameterBroadcaster.idl
index 5f22789..5dd63bf 100644
--- a/main/offapi/com/sun/star/form/XDatabaseParameterBroadcaster.idl
+++ b/main/offapi/com/sun/star/form/XDatabaseParameterBroadcaster.idl
@@ -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,40 +7,40 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_XDatabaseParameterBroadcaster_idl__ 
-#define __com_sun_star_form_XDatabaseParameterBroadcaster_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_XDatabaseParameterListener_idl__ 
-#include <com/sun/star/form/XDatabaseParameterListener.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_XDatabaseParameterBroadcaster_idl__
+#define __com_sun_star_form_XDatabaseParameterBroadcaster_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_form_XDatabaseParameterListener_idl__
+#include <com/sun/star/form/XDatabaseParameterListener.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {
+
+//=============================================================================
+
 /** provides the possibility of receiving an event for configuration of parameters.
 	<p>This interface is usually implemented by components which are to execute a statement,
-	and may need parameter information. For example, the 
+	and may need parameter information. For example, the
 	<type scope="com::sun::star::form::component">DataForm</type> is such a component. When it is
 	bound to a statement which contains parameters, or to a query which is based upon a parametrized
 	statement, it needs values to fill in the parameters with actual values when it is being loaded.
@@ -48,32 +48,32 @@
 	can fill them in.</p>
  */
 published interface XDatabaseParameterBroadcaster: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** adds the specified listener, to allow it to fill in necessary parameter values.
 		@param aListener
 			the listener to add.
 		@see com::sun::star::form::XDatabaseParameterListener
 	 */
-	[oneway] void addParameterListener( [in] com::sun::star::form::XDatabaseParameterListener aListener ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void addParameterListener( [in] com::sun::star::form::XDatabaseParameterListener aListener );
+
+	//-------------------------------------------------------------------------
+
 	/** removes the specified listener.
 		@param aListener
 			the listener to remove.
 		@see com::sun::star::form::XDatabaseParameterListener
 	 */
-	[oneway] void removeParameterListener( [in] com::sun::star::form::XDatabaseParameterListener aListener ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	[oneway] void removeParameterListener( [in] com::sun::star::form::XDatabaseParameterListener aListener );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/form/XDatabaseParameterBroadcaster2.idl b/main/offapi/com/sun/star/form/XDatabaseParameterBroadcaster2.idl
index 9c8cdc4d..46c5e41 100644
--- a/main/offapi/com/sun/star/form/XDatabaseParameterBroadcaster2.idl
+++ b/main/offapi/com/sun/star/form/XDatabaseParameterBroadcaster2.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/form/XDatabaseParameterListener.idl b/main/offapi/com/sun/star/form/XDatabaseParameterListener.idl
index 1dd1100..65c7c11 100644
--- a/main/offapi/com/sun/star/form/XDatabaseParameterListener.idl
+++ b/main/offapi/com/sun/star/form/XDatabaseParameterListener.idl
@@ -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,43 +7,43 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_XDatabaseParameterListener_idl__ 
-#define __com_sun_star_form_XDatabaseParameterListener_idl__ 
- 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_DatabaseParameterEvent_idl__ 
-#include <com/sun/star/form/DatabaseParameterEvent.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_XDatabaseParameterListener_idl__
+#define __com_sun_star_form_XDatabaseParameterListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+#ifndef __com_sun_star_form_DatabaseParameterEvent_idl__
+#include <com/sun/star/form/DatabaseParameterEvent.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {
+
+//=============================================================================
+
 /** allows to intercept value request for parametrized SQL statements.
  */
 published interface XDatabaseParameterListener: com::sun::star::lang::XEventListener
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** is invoked when there is a need for parameter values
 
 		@param aEvent
@@ -54,15 +54,15 @@
 
 		@see com::sun::star::form::DatabaseParameterEvent
 	 */
-	boolean approveParameter( [in] com::sun::star::form::DatabaseParameterEvent aEvent ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	boolean approveParameter( [in] com::sun::star::form::DatabaseParameterEvent aEvent );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/form/XDeleteListener.idl b/main/offapi/com/sun/star/form/XDeleteListener.idl
index 86b1d31..b89483b 100644
--- a/main/offapi/com/sun/star/form/XDeleteListener.idl
+++ b/main/offapi/com/sun/star/form/XDeleteListener.idl
@@ -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,40 +7,40 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_XDeleteListener_idl__ 
-#define __com_sun_star_form_XDeleteListener_idl__ 
- 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_EventObject_idl__ 
-#include <com/sun/star/lang/EventObject.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_XDeleteListener_idl__
+#define __com_sun_star_form_XDeleteListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {
+
+//=============================================================================
+
 /** This is the listener interface for receiving "approveDelete" and
 	"deleted" events posted by a database form.
-	
+
 	<p> "approveDelete" may be used to abort a deletion of the current data
 	record.</p>
 
@@ -50,27 +50,27 @@
 	@deprecated
  */
 published interface XDeleteListener: com::sun::star::lang::XEventListener
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** is invoked when the current record of the database form will be deleted.
 	 */
-	boolean approveDelete( [in] com::sun::star::lang::EventObject aEvent ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	boolean approveDelete( [in] com::sun::star::lang::EventObject aEvent );
+
+	//-------------------------------------------------------------------------
+
 	/** is invoked when a database form has finished the delete processing and
 		the data has been successfully deleted from the datasource.
 	 */
-	void deleted( [in] com::sun::star::lang::EventObject aEvent ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	void deleted( [in] com::sun::star::lang::EventObject aEvent );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/form/XErrorBroadcaster.idl b/main/offapi/com/sun/star/form/XErrorBroadcaster.idl
index 1cafd98..974ceda 100644
--- a/main/offapi/com/sun/star/form/XErrorBroadcaster.idl
+++ b/main/offapi/com/sun/star/form/XErrorBroadcaster.idl
@@ -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,65 +7,65 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_XErrorBroadcaster_idl__ 
-#define __com_sun_star_form_XErrorBroadcaster_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_XErrorListener_idl__ 
-#include <com/sun/star/form/XErrorListener.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_XErrorBroadcaster_idl__
+#define __com_sun_star_form_XErrorBroadcaster_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_form_XErrorListener_idl__
+#include <com/sun/star/form/XErrorListener.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {
+
+//=============================================================================
+
 /** provides the possibility of receiving database error events.
-	
+
 	<p>Please do <em><b>not</b></em> use anymore, this interface is superseeded
 	by <type scope="com::sun::star::sdb">XSQLErrorBroadcaster</type>.</p>
 
 	@deprecated
  */
 published interface XErrorBroadcaster: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** adds the specified listener to be notified of errors.
 	 */
-	[oneway] void addErrorListener( [in] com::sun::star::form::XErrorListener aListener ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void addErrorListener( [in] com::sun::star::form::XErrorListener aListener );
+
+	//-------------------------------------------------------------------------
+
 	/** removes the specified listener.
 	 */
-	[oneway] void removeErrorListener( [in] com::sun::star::form::XErrorListener aListener ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	[oneway] void removeErrorListener( [in] com::sun::star::form::XErrorListener aListener );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/form/XErrorListener.idl b/main/offapi/com/sun/star/form/XErrorListener.idl
index 310120c..b7e6f57 100644
--- a/main/offapi/com/sun/star/form/XErrorListener.idl
+++ b/main/offapi/com/sun/star/form/XErrorListener.idl
@@ -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,64 +7,64 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_XErrorListener_idl__ 
-#define __com_sun_star_form_XErrorListener_idl__ 
- 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_ErrorEvent_idl__ 
-#include <com/sun/star/form/ErrorEvent.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_XErrorListener_idl__
+#define __com_sun_star_form_XErrorListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+#ifndef __com_sun_star_form_ErrorEvent_idl__
+#include <com/sun/star/form/ErrorEvent.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {
+
+//=============================================================================
+
 /** used to be notified when errors in a database form happen.
-	
+
 	<p>Each time an exception is triggered by a database form, the error
 	event is posted to the error listeners. This event may be used to
 	configure the error handling of a database form.</p>
-	
+
 	<p>Please do <em><b>not</b></em> use anymore, this interface is superseeded
 	by <type scope="com::sun::star::sdb">XSQLErrorListener</type>.</p>
-	
+
 	@deprecated
  */
 published interface XErrorListener: com::sun::star::lang::XEventListener
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** is invoked when a database action performed by a database form raises
 		an exception.
 	 */
-	void errorOccured( [in] com::sun::star::form::ErrorEvent aEvent ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	void errorOccured( [in] com::sun::star::form::ErrorEvent aEvent );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/form/XForm.idl b/main/offapi/com/sun/star/form/XForm.idl
index d418ad4..f7759ec 100644
--- a/main/offapi/com/sun/star/form/XForm.idl
+++ b/main/offapi/com/sun/star/form/XForm.idl
@@ -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,33 +7,33 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_XForm_idl__ 
-#define __com_sun_star_form_XForm_idl__ 
- 
-#ifndef __com_sun_star_form_XFormComponent_idl__ 
-#include <com/sun/star/form/XFormComponent.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_XForm_idl__
+#define __com_sun_star_form_XForm_idl__
+
+#ifndef __com_sun_star_form_XFormComponent_idl__
+#include <com/sun/star/form/XFormComponent.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {
+
+//=============================================================================
+
 /** identifies a <type>FormComponent</type> as being a (sub-) form.
 
 	<p>This interface does not really provide an own functionality, it is only for easier
@@ -42,14 +42,14 @@
 	@see XFormComponent
  */
 published interface XForm: com::sun::star::form::XFormComponent
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/form/XFormComponent.idl b/main/offapi/com/sun/star/form/XFormComponent.idl
index f4becf7..6e01677 100644
--- a/main/offapi/com/sun/star/form/XFormComponent.idl
+++ b/main/offapi/com/sun/star/form/XFormComponent.idl
@@ -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,49 +7,49 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_XFormComponent_idl__ 
-#define __com_sun_star_form_XFormComponent_idl__ 
- 
-#ifndef __com_sun_star_container_XChild_idl__ 
-#include <com/sun/star/container/XChild.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_XFormComponent_idl__
+#define __com_sun_star_form_XFormComponent_idl__
+
+#ifndef __com_sun_star_container_XChild_idl__
+#include <com/sun/star/container/XChild.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {
+
+//=============================================================================
+
 /** describes a component which may be part of a form.
-	
+
 	<p>This interface does not really provide an own functionality, it is only for easier
 	runtime identification of form components.</p>
 
 	@see XForm
  */
 published interface XFormComponent: com::sun::star::container::XChild
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/form/XFormController.idl b/main/offapi/com/sun/star/form/XFormController.idl
index edf4257..39448e0 100644
--- a/main/offapi/com/sun/star/form/XFormController.idl
+++ b/main/offapi/com/sun/star/form/XFormController.idl
@@ -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,57 +7,57 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_XFormController_idl__ 
-#define __com_sun_star_form_XFormController_idl__ 
- 
-#ifndef __com_sun_star_awt_XTabController_idl__ 
-#include <com/sun/star/awt/XTabController.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XControl_idl__ 
-#include <com/sun/star/awt/XControl.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_XFormControllerListener_idl__ 
-#include <com/sun/star/form/XFormControllerListener.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_XFormController_idl__
+#define __com_sun_star_form_XFormController_idl__
+
+#ifndef __com_sun_star_awt_XTabController_idl__
+#include <com/sun/star/awt/XTabController.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XControl_idl__
+#include <com/sun/star/awt/XControl.idl>
+#endif
+
+#ifndef __com_sun_star_form_XFormControllerListener_idl__
+#include <com/sun/star/form/XFormControllerListener.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {
+
+//=============================================================================
+
 /** is superseded by <type scope="com::sun::star::form::runtime">XFormController</type>.
     @deprecated
  */
 published interface XFormController: com::sun::star::awt::XTabController
-{ 
-    ::com::sun::star::awt::XControl getCurrentControl(); 
-    [oneway] void addActivateListener( [in] ::com::sun::star::form::XFormControllerListener l ); 
-    [oneway] void removeActivateListener( [in] ::com::sun::star::form::XFormControllerListener l ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+{
+    ::com::sun::star::awt::XControl getCurrentControl();
+    [oneway] void addActivateListener( [in] ::com::sun::star::form::XFormControllerListener l );
+    [oneway] void removeActivateListener( [in] ::com::sun::star::form::XFormControllerListener l );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/form/XFormControllerListener.idl b/main/offapi/com/sun/star/form/XFormControllerListener.idl
index f5c0601..9caa30c 100644
--- a/main/offapi/com/sun/star/form/XFormControllerListener.idl
+++ b/main/offapi/com/sun/star/form/XFormControllerListener.idl
@@ -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,74 +7,74 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_XFormControllerListener_idl__ 
-#define __com_sun_star_form_XFormControllerListener_idl__ 
- 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_EventObject_idl__ 
-#include <com/sun/star/lang/EventObject.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_XFormControllerListener_idl__
+#define __com_sun_star_form_XFormControllerListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {
+
+//=============================================================================
+
 /** allows to be notified when the activation status of a <type>FormController</type> changes.
-	
-	<p> A form controller is activated if a form control gains the 
+
+	<p> A form controller is activated if a form control gains the
 	focus and none of its controls currently owned the focus before.</p>
 
 	@see      XFormController
  */
 published interface XFormControllerListener: com::sun::star::lang::XEventListener
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** is invoked when a control of the controller gained the focus and 
+{
+	//-------------------------------------------------------------------------
+
+	/** is invoked when a control of the controller gained the focus and
 		the controller was not previously activated.
 
 		@param rEvent
 			the event happened.
 	 */
-	[oneway] void formActivated( [in] com::sun::star::lang::EventObject rEvent ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void formActivated( [in] com::sun::star::lang::EventObject rEvent );
+
+	//-------------------------------------------------------------------------
+
 	/** is invoked when a control of the "XFormController" lost the focus
-		and no control of the controller received the focus. In other 
+		and no control of the controller received the focus. In other
 		words, no control of the controller owns the focus.
 
 		@param rEvent
 			the event happened.
 	 */
-	[oneway] void formDeactivated( [in] com::sun::star::lang::EventObject rEvent ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	[oneway] void formDeactivated( [in] com::sun::star::lang::EventObject rEvent );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/form/XFormsSupplier.idl b/main/offapi/com/sun/star/form/XFormsSupplier.idl
index c4b86d0..43e2625 100644
--- a/main/offapi/com/sun/star/form/XFormsSupplier.idl
+++ b/main/offapi/com/sun/star/form/XFormsSupplier.idl
@@ -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,45 +7,45 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_XFormsSupplier_idl__ 
-#define __com_sun_star_form_XFormsSupplier_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XNameContainer_idl__ 
-#include <com/sun/star/container/XNameContainer.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_XFormsSupplier_idl__
+#define __com_sun_star_form_XFormsSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_container_XNameContainer_idl__
+#include <com/sun/star/container/XNameContainer.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {
+
+//=============================================================================
+
 /** provides the access to a collection of forms.
  */
 published interface XFormsSupplier: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** accesses the forms.
-		
+
 		@example StarBASIC
 		<listing>
 		REM  *****  BASIC  *****
@@ -76,7 +76,7 @@
 				xForm = thisComponent.createInstance( "com.sun.star.form.component.DataForm" )
 				xForm.Name = "SampleForm"
 				thisComponent.DrawPage.Forms.insertByIndex( 0, xForm )
-			End If	
+			End If
 			' insert the control model into the first form of the forms collection of the
 			' draw page of the document
 			thisComponent.DrawPage.Forms.getByIndex(0).insertByIndex( 0, xControlModel )
@@ -87,15 +87,15 @@
 		@returns
 			the container of all the top-level forms belonging to the component.
 	 */
-	com::sun::star::container::XNameContainer getForms(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	com::sun::star::container::XNameContainer getForms();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/form/XFormsSupplier2.idl b/main/offapi/com/sun/star/form/XFormsSupplier2.idl
index ce2ec03..b25d705 100644
--- a/main/offapi/com/sun/star/form/XFormsSupplier2.idl
+++ b/main/offapi/com/sun/star/form/XFormsSupplier2.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/form/XGrid.idl b/main/offapi/com/sun/star/form/XGrid.idl
index 8a59abb..465acf2 100644
--- a/main/offapi/com/sun/star/form/XGrid.idl
+++ b/main/offapi/com/sun/star/form/XGrid.idl
@@ -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,34 +7,34 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_XGrid_idl__ 
-#define __com_sun_star_form_XGrid_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  
- 
-//============================================================================= 
- 
-/** provides the possibility of setting and retrieving the position 
+#ifndef __com_sun_star_form_XGrid_idl__
+#define __com_sun_star_form_XGrid_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {
+
+//=============================================================================
+
+/** provides the possibility of setting and retrieving the position
 	of the current cell in a grid control.
 
 	<p>Note that a grid control does not allow free control over the current row:
@@ -50,26 +50,26 @@
 	@deprecated
  */
 published interface XGrid: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** retrieves the current column position.
 	 */
-	short getCurrentColumnPosition(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	short getCurrentColumnPosition();
+
+	//-------------------------------------------------------------------------
+
 	/** sets the current column position.
 	 */
-	[oneway] void setCurrentColumnPosition( [in] short nPos ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	[oneway] void setCurrentColumnPosition( [in] short nPos );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/form/XGridColumnFactory.idl b/main/offapi/com/sun/star/form/XGridColumnFactory.idl
index 124077e..425ba95 100644
--- a/main/offapi/com/sun/star/form/XGridColumnFactory.idl
+++ b/main/offapi/com/sun/star/form/XGridColumnFactory.idl
@@ -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,41 +7,41 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_XGridColumnFactory_idl__ 
-#define __com_sun_star_form_XGridColumnFactory_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_XGridColumnFactory_idl__
+#define __com_sun_star_form_XGridColumnFactory_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {
+
+//=============================================================================
+
 /** allows to create columns to be added into a grid control model.
 
 	<p>Grid columns (more precise: models of grid columns) are direct children of
@@ -52,9 +52,9 @@
 	@see com::sun::star::form::component::GridControl
  */
 published interface XGridColumnFactory: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** creates a new column object
 
 		@param aColumnType
@@ -64,26 +64,26 @@
 			the new column object
 
 		@throws com::sun::star::lang::IllegalArgumentException
-			if <arg>aColumnType</arg> is not available.			
+			if <arg>aColumnType</arg> is not available.
 	 */
-	com::sun::star::beans::XPropertySet createColumn( [in] string aColumnType ) 
-			raises( com::sun::star::lang::IllegalArgumentException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::beans::XPropertySet createColumn( [in] string aColumnType )
+			raises( com::sun::star::lang::IllegalArgumentException );
+
+	//-------------------------------------------------------------------------
+
 	/** returns a list of available column types.
 
 		@returns
 			a list of column types.
 	 */
-	sequence<string> getColumnTypes(); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	sequence<string> getColumnTypes();
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/form/XGridControl.idl b/main/offapi/com/sun/star/form/XGridControl.idl
index 75ec7b4..c43c209 100644
--- a/main/offapi/com/sun/star/form/XGridControl.idl
+++ b/main/offapi/com/sun/star/form/XGridControl.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,7 +30,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module form { 
+module com { module sun { module star { module form {
 
 //=============================================================================
 
@@ -59,7 +59,7 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/form/XGridControlListener.idl b/main/offapi/com/sun/star/form/XGridControlListener.idl
index aa39bec..5a31f50 100644
--- a/main/offapi/com/sun/star/form/XGridControlListener.idl
+++ b/main/offapi/com/sun/star/form/XGridControlListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -28,7 +28,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module form { 
+module com { module sun { module star { module form {
 
 //=============================================================================
 
@@ -47,7 +47,7 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/form/XGridFieldDataSupplier.idl b/main/offapi/com/sun/star/form/XGridFieldDataSupplier.idl
index df8d38c..2b5f916 100644
--- a/main/offapi/com/sun/star/form/XGridFieldDataSupplier.idl
+++ b/main/offapi/com/sun/star/form/XGridFieldDataSupplier.idl
@@ -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,39 +7,39 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_XGridFieldDataSupplier_idl__ 
-#define __com_sun_star_form_XGridFieldDataSupplier_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_reflection_XIdlClass_idl__ 
-#include <com/sun/star/reflection/XIdlClass.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_XGridFieldDataSupplier_idl__
+#define __com_sun_star_form_XGridFieldDataSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_reflection_XIdlClass_idl__
+#include <com/sun/star/reflection/XIdlClass.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {
+
+//=============================================================================
+
 /** provides access to the data of a GridControl
-	
+
 	<p>You can retrieve the data type information and the data in a row.</p>
 
 	<p>This interface allows to retrieve data even for rows which are not current, which is quite useful,
@@ -53,8 +53,8 @@
 	@deprecated
  */
 published interface XGridFieldDataSupplier: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** checks whether or not the content of the grid's columns can be retrieved in the requested format.
 
 		<p>Not every cell content can be retrieved in every representation. For example, in a text column,
@@ -69,9 +69,9 @@
 		@see DataAwareControlModel
 		@see XGridFieldDataSupplier::queryFieldData
 	*/
-	sequence<boolean> queryFieldDataType( [in] type xType ); 
- 
-	//------------------------------------------------------------------------- 
+	sequence<boolean> queryFieldDataType( [in] type xType );
+
+	//-------------------------------------------------------------------------
 	/** retrieves the actual column data for the given row
 
 		<p>If a column does not support the requested type, <NULL/> is returned at the respective
@@ -79,15 +79,15 @@
 
 		@see XGridFieldDataSupplier::queryFieldDataType
 	*/
-	sequence<any> queryFieldData( [in] long nRow, 
-			 [in] type xType ); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	sequence<any> queryFieldData( [in] long nRow,
+			 [in] type xType );
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/form/XGridPeer.idl b/main/offapi/com/sun/star/form/XGridPeer.idl
index 221497c..f0a49ea 100644
--- a/main/offapi/com/sun/star/form/XGridPeer.idl
+++ b/main/offapi/com/sun/star/form/XGridPeer.idl
@@ -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,40 +7,40 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_XGridPeer_idl__ 
-#define __com_sun_star_form_XGridPeer_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XIndexContainer_idl__ 
-#include <com/sun/star/container/XIndexContainer.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  
- 
-//============================================================================= 
- 
-/** represents the window peer of a GridControl and allows you to set 
+#ifndef __com_sun_star_form_XGridPeer_idl__
+#define __com_sun_star_form_XGridPeer_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_container_XIndexContainer_idl__
+#include <com/sun/star/container/XIndexContainer.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {
+
+//=============================================================================
+
+/** represents the window peer of a GridControl and allows you to set
 	and retrieve the model data.
-	
+
 	<p>Usually, the columns used are the columns as supplied by the grid control model.</p>
 
 	<p>You should use this interface only if you know exactly what you are doing. Tampering
@@ -51,26 +51,26 @@
 	@see com::sun::star::form::component::GridControl
  */
 published interface XGridPeer: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** retrieves the currently used column definitions of the peer.
 	 */
-	com::sun::star::container::XIndexContainer getColumns(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::container::XIndexContainer getColumns();
+
+	//-------------------------------------------------------------------------
+
 	/** sets the column definition for the peer.
 	 */
-	[oneway] void setColumns( [in] com::sun::star::container::XIndexContainer aColumns ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	[oneway] void setColumns( [in] com::sun::star::container::XIndexContainer aColumns );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/form/XImageProducerSupplier.idl b/main/offapi/com/sun/star/form/XImageProducerSupplier.idl
index a34ef6b..f75a5a2 100644
--- a/main/offapi/com/sun/star/form/XImageProducerSupplier.idl
+++ b/main/offapi/com/sun/star/form/XImageProducerSupplier.idl
@@ -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,59 +7,59 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_XImageProducerSupplier_idl__ 
-#define __com_sun_star_form_XImageProducerSupplier_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XImageProducer_idl__ 
-#include <com/sun/star/awt/XImageProducer.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_XImageProducerSupplier_idl__
+#define __com_sun_star_form_XImageProducerSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XImageProducer_idl__
+#include <com/sun/star/awt/XImageProducer.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {
+
+//=============================================================================
+
 /** provides the access to an image producer.
 
 	@see com::sun::star::awt::XImageProducer
  */
 published interface XImageProducerSupplier: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** accesses the image producer.
 
 		@returns
 			the image producer.
 	 */
-	com::sun::star::awt::XImageProducer getImageProducer(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	com::sun::star::awt::XImageProducer getImageProducer();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/form/XInsertListener.idl b/main/offapi/com/sun/star/form/XInsertListener.idl
index f964c7f..77c34b7 100644
--- a/main/offapi/com/sun/star/form/XInsertListener.idl
+++ b/main/offapi/com/sun/star/form/XInsertListener.idl
@@ -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,39 +7,39 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_XInsertListener_idl__ 
-#define __com_sun_star_form_XInsertListener_idl__ 
- 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_EventObject_idl__ 
-#include <com/sun/star/lang/EventObject.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_XInsertListener_idl__
+#define __com_sun_star_form_XInsertListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {
+
+//=============================================================================
+
 /** allows to receive notifications about insertions into a database form.
-	
+
 	<p>Please do <em><b>not</b></em> use anymore, this interface is deprecated, and
 	superseeded by functionality from the <type scope="com::sun::star::form::component">DataForm</type>
 	service, as well as the <type scope="com::sun::star::sdbc">XRowSetListener</type> and
@@ -48,26 +48,26 @@
 	@deprecated
  */
 published interface XInsertListener: com::sun::star::lang::XEventListener
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** is invoked when a database form starts inserting a record.
 	 */
-	void inserting( [in] com::sun::star::lang::EventObject aEvent ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void inserting( [in] com::sun::star::lang::EventObject aEvent );
+
+	//-------------------------------------------------------------------------
+
 	/** is invoked after a database form has inserted a record to a data source.
 	 */
-	void inserted( [in] com::sun::star::lang::EventObject aEvent ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	void inserted( [in] com::sun::star::lang::EventObject aEvent );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/form/XLoadListener.idl b/main/offapi/com/sun/star/form/XLoadListener.idl
index f92a563..e08ab32 100644
--- a/main/offapi/com/sun/star/form/XLoadListener.idl
+++ b/main/offapi/com/sun/star/form/XLoadListener.idl
@@ -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,39 +7,39 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_XLoadListener_idl__ 
-#define __com_sun_star_form_XLoadListener_idl__ 
- 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_EventObject_idl__ 
-#include <com/sun/star/lang/EventObject.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_XLoadListener_idl__
+#define __com_sun_star_form_XLoadListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {
+
+//=============================================================================
+
 /** receives load-related events from a loadable object.
-	
+
 	<p>The interface is typically implemented by data-bound components,
 	which want to listen to the data source that contains their database
 	form.</p>
@@ -48,18 +48,18 @@
 	@see DataAwareControlModel
  */
 published interface XLoadListener: com::sun::star::lang::XEventListener
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** is invoked when the object has successfully connected to a datasource.
 
 		@param aEvent
 			the event happened.
 	 */
-	[oneway] void loaded( [in] com::sun::star::lang::EventObject aEvent ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void loaded( [in] com::sun::star::lang::EventObject aEvent );
+
+	//-------------------------------------------------------------------------
+
 	/** is invoked when the object is about to be unloaded.
 		<p>Components may use this to stop any other event processing related to
 		the event source before the object is unloaded.</p>
@@ -67,19 +67,19 @@
 		@param aEvent
 			the event happened.
 	 */
-	[oneway] void unloading( [in] com::sun::star::lang::EventObject aEvent ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void unloading( [in] com::sun::star::lang::EventObject aEvent );
+
+	//-------------------------------------------------------------------------
+
 	/** is invoked after the object has disconnected from a datasource.
 
 		@param aEvent
 			the event happened.
 	 */
-	[oneway] void unloaded( [in] com::sun::star::lang::EventObject aEvent ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void unloaded( [in] com::sun::star::lang::EventObject aEvent );
+
+	//-------------------------------------------------------------------------
+
 	/** is invoked when the object is about to be reloaded.
 
 		<p>Components may use this to stop any other event processing related
@@ -88,23 +88,23 @@
 		@param aEvent
 			the event happened.
 	 */
-	[oneway] void reloading( [in] com::sun::star::lang::EventObject aEvent ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void reloading( [in] com::sun::star::lang::EventObject aEvent );
+
+	//-------------------------------------------------------------------------
+
 	/** is invoked when the object has been reloaded.
 
 		@param aEvent
 			the event happened.
 	 */
-	[oneway] void reloaded( [in] com::sun::star::lang::EventObject aEvent ); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	[oneway] void reloaded( [in] com::sun::star::lang::EventObject aEvent );
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/form/XLoadable.idl b/main/offapi/com/sun/star/form/XLoadable.idl
index 6507d08..ee7bf13 100644
--- a/main/offapi/com/sun/star/form/XLoadable.idl
+++ b/main/offapi/com/sun/star/form/XLoadable.idl
@@ -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,36 +7,36 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_XLoadable_idl__ 
-#define __com_sun_star_form_XLoadable_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_XLoadListener_idl__ 
-#include <com/sun/star/form/XLoadListener.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_XLoadable_idl__
+#define __com_sun_star_form_XLoadable_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_form_XLoadListener_idl__
+#include <com/sun/star/form/XLoadListener.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {
+
+//=============================================================================
+
 /** provides functionality to implement objects which may be loaded.
 
 	<p>The object is typically implemented by high-level objects which can connect to a data source.</p>
@@ -44,60 +44,60 @@
 	@see XLoadListener
  */
 published interface XLoadable: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** loads the data.
 
         <p>If the data is already loaded (->isLoaded), then the method returns silently.
         In this case, you should use ->reload.</p>
 	 */
-	[oneway] void load(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void load();
+
+	//-------------------------------------------------------------------------
+
 	/** unloads the data.
 	 */
-	[oneway] void unload(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void unload();
+
+	//-------------------------------------------------------------------------
+
 	/** does a smart refresh of the object.
 
 		<p>The final state will be the same as if unload and load were called, but reload
 		is the more efficient way to do the same. If the object isn't loaded, nothing happens.</p>
 	 */
-	[oneway] void reload(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void reload();
+
+	//-------------------------------------------------------------------------
+
 	/** returns if the object is in loaded state.
 	 */
-	boolean isLoaded(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	boolean isLoaded();
+
+	//-------------------------------------------------------------------------
+
 	/** adds the specified listener to receive load-related events
 
 		@param aListener
 			the listener to add.
 	 */
-	[oneway] void addLoadListener( [in] com::sun::star::form::XLoadListener aListener ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void addLoadListener( [in] com::sun::star::form::XLoadListener aListener );
+
+	//-------------------------------------------------------------------------
+
 	/** removes the specified listener.
 
 		@param aListener
 			the listener to remove.
 	 */
-	[oneway] void removeLoadListener( [in] com::sun::star::form::XLoadListener aListener ); 
-}; 
- 
-}; }; }; }; 
- 
-#endif 
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
+	[oneway] void removeLoadListener( [in] com::sun::star::form::XLoadListener aListener );
+};
+
+}; }; }; };
+
+#endif
+
+/*=============================================================================
+
+=============================================================================*/
diff --git a/main/offapi/com/sun/star/form/XPositioningListener.idl b/main/offapi/com/sun/star/form/XPositioningListener.idl
index a9f2e3c..c2d9c51 100644
--- a/main/offapi/com/sun/star/form/XPositioningListener.idl
+++ b/main/offapi/com/sun/star/form/XPositioningListener.idl
@@ -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,39 +7,39 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_XPositioningListener_idl__ 
-#define __com_sun_star_form_XPositioningListener_idl__ 
- 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_EventObject_idl__ 
-#include <com/sun/star/lang/EventObject.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_XPositioningListener_idl__
+#define __com_sun_star_form_XPositioningListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {
+
+//=============================================================================
+
 /** allows to receive notifications about cursor movements into a database form.
-	
+
 	<p>Please do <em><b>not</b></em> use anymore, this interface is deprecated, and
 	superseeded by functionality from the <type scope="com::sun::star::form::component">DataForm</type>
 	service, as well as the <type scope="com::sun::star::sdbc">XRowSetListener</type>.</p>
@@ -47,20 +47,20 @@
 	@deprecated
  */
 published interface XPositioningListener: com::sun::star::lang::XEventListener
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** is invoked when the database form has been positioned on a data record.
 	 */
-	[oneway] void positioned( [in] com::sun::star::lang::EventObject aEvent ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	[oneway] void positioned( [in] com::sun::star::lang::EventObject aEvent );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/form/XReset.idl b/main/offapi/com/sun/star/form/XReset.idl
index df8530d..7a82a14 100644
--- a/main/offapi/com/sun/star/form/XReset.idl
+++ b/main/offapi/com/sun/star/form/XReset.idl
@@ -78,4 +78,4 @@
 
 =============================================================================*/
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/form/XResetListener.idl b/main/offapi/com/sun/star/form/XResetListener.idl
index d13a60f..9585f15 100644
--- a/main/offapi/com/sun/star/form/XResetListener.idl
+++ b/main/offapi/com/sun/star/form/XResetListener.idl
@@ -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,40 +7,40 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_XResetListener_idl__ 
-#define __com_sun_star_form_XResetListener_idl__ 
- 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_EventObject_idl__ 
-#include <com/sun/star/lang/EventObject.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_XResetListener_idl__
+#define __com_sun_star_form_XResetListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {
+
+//=============================================================================
+
 /** is the interface for receiving notifications about reset events.
-	
-	<p>The listener is called if a component implementing the 
+
+	<p>The listener is called if a component implementing the
 	<type>XReset</type> interface performs a reset.</br>
 	Order of events:
 	<ul><li>a reset is triggered on a component</li>
@@ -49,39 +49,39 @@
 		<li>the component calls <member>XReset::resetted</member> on all its listeners</li>
 	</ul>
 	</p>
-	
+
 	@see      XReset
  */
 published interface XResetListener: com::sun::star::lang::XEventListener
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** is invoked before a component is reset.
-		
+
 		@param rEvent
 			the event happened.
 
 		@returns
 			<TRUE/> when reset was approved, <FALSE/> when the reset operation should be cancelled.
 	 */
-	boolean approveReset( [in] com::sun::star::lang::EventObject rEvent ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	boolean approveReset( [in] com::sun::star::lang::EventObject rEvent );
+
+	//-------------------------------------------------------------------------
+
 	/** is invoked when a component has been reset.
 
 		@param rEvent
 			the event happened.
 	 */
-	[oneway] void resetted( [in] com::sun::star::lang::EventObject rEvent ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	[oneway] void resetted( [in] com::sun::star::lang::EventObject rEvent );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/form/XRestoreListener.idl b/main/offapi/com/sun/star/form/XRestoreListener.idl
index 8ccbc2b..d7badda 100644
--- a/main/offapi/com/sun/star/form/XRestoreListener.idl
+++ b/main/offapi/com/sun/star/form/XRestoreListener.idl
@@ -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,39 +7,39 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_XRestoreListener_idl__ 
-#define __com_sun_star_form_XRestoreListener_idl__ 
- 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_EventObject_idl__ 
-#include <com/sun/star/lang/EventObject.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_XRestoreListener_idl__
+#define __com_sun_star_form_XRestoreListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {
+
+//=============================================================================
+
 /** receives notifications about data being restored.
-	
+
 	<p>Such a notification is typically sent when the user cancels updating the
 	current record of a database form
 	without saving the data. After restoring, the user operates on the original data.</p>
@@ -47,24 +47,24 @@
 	<p>Please do <em><b>not</b></em> use anymore, this interface is deprecated, and
 	superseeded by functionality from the <type scope="com::sun::star::form::component">DataForm</type>
 	and <type scope="com::sun::star::sdb">RowSet</type> services</p>
-	
+
 	@deprecated
  */
 published interface XRestoreListener: com::sun::star::lang::XEventListener
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** is invoked when a modified record has been restored
 	 */
-	void restored( [in] com::sun::star::lang::EventObject aEvent ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	void restored( [in] com::sun::star::lang::EventObject aEvent );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/form/XSubmit.idl b/main/offapi/com/sun/star/form/XSubmit.idl
index 0c43153..f201bf2 100644
--- a/main/offapi/com/sun/star/form/XSubmit.idl
+++ b/main/offapi/com/sun/star/form/XSubmit.idl
@@ -99,4 +99,4 @@
 /*=============================================================================
 
 =============================================================================*/
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/form/XSubmitListener.idl b/main/offapi/com/sun/star/form/XSubmitListener.idl
index 4f18097..8f488e1 100644
--- a/main/offapi/com/sun/star/form/XSubmitListener.idl
+++ b/main/offapi/com/sun/star/form/XSubmitListener.idl
@@ -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,39 +7,39 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_XSubmitListener_idl__ 
-#define __com_sun_star_form_XSubmitListener_idl__ 
- 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_EventObject_idl__ 
-#include <com/sun/star/lang/EventObject.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_XSubmitListener_idl__
+#define __com_sun_star_form_XSubmitListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {
+
+//=============================================================================
+
 /** receives notifications about data being submitted.
-	
+
 	<p>The submission may be cancelled, so the listener has the possibility
 	of verifying the data before submission.</p>
 
@@ -50,9 +50,9 @@
         interface. New implementations should use the latter, if possible.
  */
 published interface XSubmitListener: com::sun::star::lang::XEventListener
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** is invoked when a component is about to submit it's data.
 
 		@param aEvent
@@ -61,15 +61,15 @@
 		@returns
 			<TRUE/> when submitting was approved, otherwise <FALSE/>.
 	 */
-	boolean approveSubmit( [in] com::sun::star::lang::EventObject rEvent ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	boolean approveSubmit( [in] com::sun::star::lang::EventObject rEvent );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/form/XUpdateBroadcaster.idl b/main/offapi/com/sun/star/form/XUpdateBroadcaster.idl
index 22eb297..a84bcf4 100644
--- a/main/offapi/com/sun/star/form/XUpdateBroadcaster.idl
+++ b/main/offapi/com/sun/star/form/XUpdateBroadcaster.idl
@@ -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,37 +7,37 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_XUpdateBroadcaster_idl__ 
-#define __com_sun_star_form_XUpdateBroadcaster_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_XUpdateListener_idl__ 
-#include <com/sun/star/form/XUpdateListener.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_XUpdateBroadcaster_idl__
+#define __com_sun_star_form_XUpdateBroadcaster_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_form_XUpdateListener_idl__
+#include <com/sun/star/form/XUpdateListener.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {
+
+//=============================================================================
+
 /** is the broadcaster interface for sending "approveUpdate" and "updated" events.
 
 	<p>The component supporting this interface must do approval calls
@@ -48,33 +48,33 @@
 	@see XUpdateListener
  */
 published interface XUpdateBroadcaster: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** adds the specified listener to receive the events "approveUpdate"
 		and "updated".
 		@param aListener
 			the listener to add.
 		@see com::sun::star::form::XUpdateListener
 	 */
-	[oneway] void addUpdateListener( [in] com::sun::star::form::XUpdateListener aListener ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void addUpdateListener( [in] com::sun::star::form::XUpdateListener aListener );
+
+	//-------------------------------------------------------------------------
+
 	/** removes the specified listener.
 		@param aListener
 			the listener to remove.
 		@see com::sun::star::form::XUpdateListener
 	 */
-	[oneway] void removeUpdateListener( [in] com::sun::star::form::XUpdateListener aListener ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	[oneway] void removeUpdateListener( [in] com::sun::star::form::XUpdateListener aListener );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/form/XUpdateListener.idl b/main/offapi/com/sun/star/form/XUpdateListener.idl
index 2b86cc1..7e2a1dd 100644
--- a/main/offapi/com/sun/star/form/XUpdateListener.idl
+++ b/main/offapi/com/sun/star/form/XUpdateListener.idl
@@ -80,4 +80,4 @@
 
 =============================================================================*/
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/form/binding/BindableControlModel.idl b/main/offapi/com/sun/star/form/binding/BindableControlModel.idl
index 5a04a52..ee6c8fa 100644
--- a/main/offapi/com/sun/star/form/binding/BindableControlModel.idl
+++ b/main/offapi/com/sun/star/form/binding/BindableControlModel.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -27,7 +27,7 @@
 #ifndef __com_sun_star_form_binding_XBindableValue_idl__
 #include <com/sun/star/form/binding/XBindableValue.idl>
 #endif
-#ifndef __com_sun_star_form_FormControlModel_idl__ 
+#ifndef __com_sun_star_form_FormControlModel_idl__
 #include <com/sun/star/form/FormControlModel.idl>
 #endif
 
@@ -49,7 +49,7 @@
         binding is also established at the clone. Effectively, this means that
         both control model instances share the same binding instance.</p>
     */
-	service com::sun::star::form::FormControlModel; 
+	service com::sun::star::form::FormControlModel;
 
     /** specifies support for being bound to an external value
 
diff --git a/main/offapi/com/sun/star/form/binding/BindableDataAwareControlModel.idl b/main/offapi/com/sun/star/form/binding/BindableDataAwareControlModel.idl
index c37b33e..e6621e4 100644
--- a/main/offapi/com/sun/star/form/binding/BindableDataAwareControlModel.idl
+++ b/main/offapi/com/sun/star/form/binding/BindableDataAwareControlModel.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/form/binding/BindableDatabaseCheckBox.idl b/main/offapi/com/sun/star/form/binding/BindableDatabaseCheckBox.idl
index 81dffbc..0702234 100644
--- a/main/offapi/com/sun/star/form/binding/BindableDatabaseCheckBox.idl
+++ b/main/offapi/com/sun/star/form/binding/BindableDatabaseCheckBox.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/form/binding/BindableDatabaseComboBox.idl b/main/offapi/com/sun/star/form/binding/BindableDatabaseComboBox.idl
index 0ef4042..3d366b6 100644
--- a/main/offapi/com/sun/star/form/binding/BindableDatabaseComboBox.idl
+++ b/main/offapi/com/sun/star/form/binding/BindableDatabaseComboBox.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/form/binding/BindableDatabaseDateField.idl b/main/offapi/com/sun/star/form/binding/BindableDatabaseDateField.idl
index 3e6f430..9df8b6d 100644
--- a/main/offapi/com/sun/star/form/binding/BindableDatabaseDateField.idl
+++ b/main/offapi/com/sun/star/form/binding/BindableDatabaseDateField.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/form/binding/BindableDatabaseFormattedField.idl b/main/offapi/com/sun/star/form/binding/BindableDatabaseFormattedField.idl
index b813b73..f1a00de 100644
--- a/main/offapi/com/sun/star/form/binding/BindableDatabaseFormattedField.idl
+++ b/main/offapi/com/sun/star/form/binding/BindableDatabaseFormattedField.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/form/binding/BindableDatabaseListBox.idl b/main/offapi/com/sun/star/form/binding/BindableDatabaseListBox.idl
index ea4fab8..749f790 100644
--- a/main/offapi/com/sun/star/form/binding/BindableDatabaseListBox.idl
+++ b/main/offapi/com/sun/star/form/binding/BindableDatabaseListBox.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/form/binding/BindableDatabaseNumericField.idl b/main/offapi/com/sun/star/form/binding/BindableDatabaseNumericField.idl
index 7339693..6fbc020 100644
--- a/main/offapi/com/sun/star/form/binding/BindableDatabaseNumericField.idl
+++ b/main/offapi/com/sun/star/form/binding/BindableDatabaseNumericField.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/form/binding/BindableDatabaseRadioButton.idl b/main/offapi/com/sun/star/form/binding/BindableDatabaseRadioButton.idl
index cdf87d2..70ee4c8 100644
--- a/main/offapi/com/sun/star/form/binding/BindableDatabaseRadioButton.idl
+++ b/main/offapi/com/sun/star/form/binding/BindableDatabaseRadioButton.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/form/binding/BindableDatabaseTextField.idl b/main/offapi/com/sun/star/form/binding/BindableDatabaseTextField.idl
index a27165a..a02bfcd 100644
--- a/main/offapi/com/sun/star/form/binding/BindableDatabaseTextField.idl
+++ b/main/offapi/com/sun/star/form/binding/BindableDatabaseTextField.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/form/binding/BindableDatabaseTimeField.idl b/main/offapi/com/sun/star/form/binding/BindableDatabaseTimeField.idl
index f0aada5..809cd59 100644
--- a/main/offapi/com/sun/star/form/binding/BindableDatabaseTimeField.idl
+++ b/main/offapi/com/sun/star/form/binding/BindableDatabaseTimeField.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/form/binding/BindableIntegerValueRange.idl b/main/offapi/com/sun/star/form/binding/BindableIntegerValueRange.idl
index b187325..c3bbcaf 100644
--- a/main/offapi/com/sun/star/form/binding/BindableIntegerValueRange.idl
+++ b/main/offapi/com/sun/star/form/binding/BindableIntegerValueRange.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/form/binding/IncompatibleTypesException.idl b/main/offapi/com/sun/star/form/binding/IncompatibleTypesException.idl
index 527e2be..7ff4deb 100644
--- a/main/offapi/com/sun/star/form/binding/IncompatibleTypesException.idl
+++ b/main/offapi/com/sun/star/form/binding/IncompatibleTypesException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/form/binding/InvalidBindingStateException.idl b/main/offapi/com/sun/star/form/binding/InvalidBindingStateException.idl
index 5545edb..928f6c6 100644
--- a/main/offapi/com/sun/star/form/binding/InvalidBindingStateException.idl
+++ b/main/offapi/com/sun/star/form/binding/InvalidBindingStateException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/form/binding/ListEntryEvent.idl b/main/offapi/com/sun/star/form/binding/ListEntryEvent.idl
index 056b3ec..b1d8d8d 100644
--- a/main/offapi/com/sun/star/form/binding/ListEntryEvent.idl
+++ b/main/offapi/com/sun/star/form/binding/ListEntryEvent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/form/binding/ListEntrySource.idl b/main/offapi/com/sun/star/form/binding/ListEntrySource.idl
index ae9e96e..0d16446 100644
--- a/main/offapi/com/sun/star/form/binding/ListEntrySource.idl
+++ b/main/offapi/com/sun/star/form/binding/ListEntrySource.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/form/binding/ValueBinding.idl b/main/offapi/com/sun/star/form/binding/ValueBinding.idl
index 0d89c31..d0151e2 100644
--- a/main/offapi/com/sun/star/form/binding/ValueBinding.idl
+++ b/main/offapi/com/sun/star/form/binding/ValueBinding.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/form/binding/XBindableValue.idl b/main/offapi/com/sun/star/form/binding/XBindableValue.idl
index 5d7e0d1..c98dada 100644
--- a/main/offapi/com/sun/star/form/binding/XBindableValue.idl
+++ b/main/offapi/com/sun/star/form/binding/XBindableValue.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/form/binding/XListEntryListener.idl b/main/offapi/com/sun/star/form/binding/XListEntryListener.idl
index f807a3e..949848d 100644
--- a/main/offapi/com/sun/star/form/binding/XListEntryListener.idl
+++ b/main/offapi/com/sun/star/form/binding/XListEntryListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/form/binding/XListEntrySink.idl b/main/offapi/com/sun/star/form/binding/XListEntrySink.idl
index 27b65a9..13fe7c1 100644
--- a/main/offapi/com/sun/star/form/binding/XListEntrySink.idl
+++ b/main/offapi/com/sun/star/form/binding/XListEntrySink.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/form/binding/XListEntrySource.idl b/main/offapi/com/sun/star/form/binding/XListEntrySource.idl
index 65a9c13..0b9923e 100644
--- a/main/offapi/com/sun/star/form/binding/XListEntrySource.idl
+++ b/main/offapi/com/sun/star/form/binding/XListEntrySource.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/form/binding/XValueBinding.idl b/main/offapi/com/sun/star/form/binding/XValueBinding.idl
index b89b371..adb8b7b 100644
--- a/main/offapi/com/sun/star/form/binding/XValueBinding.idl
+++ b/main/offapi/com/sun/star/form/binding/XValueBinding.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/form/component/CheckBox.idl b/main/offapi/com/sun/star/form/component/CheckBox.idl
index 295f309..73fef36 100644
--- a/main/offapi/com/sun/star/form/component/CheckBox.idl
+++ b/main/offapi/com/sun/star/form/component/CheckBox.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/form/component/ComboBox.idl b/main/offapi/com/sun/star/form/component/ComboBox.idl
index 4c714e1..c84a326 100644
--- a/main/offapi/com/sun/star/form/component/ComboBox.idl
+++ b/main/offapi/com/sun/star/form/component/ComboBox.idl
@@ -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,50 +7,50 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_component_ComboBox_idl__ 
-#define __com_sun_star_form_component_ComboBox_idl__ 
- 
-#ifndef __com_sun_star_awt_UnoControlComboBoxModel_idl__ 
-#include <com/sun/star/awt/UnoControlComboBoxModel.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_FormControlModel_idl__ 
-#include <com/sun/star/form/FormControlModel.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_XReset_idl__ 
-#include <com/sun/star/form/XReset.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  module component { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_component_ComboBox_idl__
+#define __com_sun_star_form_component_ComboBox_idl__
+
+#ifndef __com_sun_star_awt_UnoControlComboBoxModel_idl__
+#include <com/sun/star/awt/UnoControlComboBoxModel.idl>
+#endif
+
+#ifndef __com_sun_star_form_FormControlModel_idl__
+#include <com/sun/star/form/FormControlModel.idl>
+#endif
+
+#ifndef __com_sun_star_form_XReset_idl__
+#include <com/sun/star/form/XReset.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {  module component {
+
+//=============================================================================
+
 /** specifies a component which allows the input of text or selection
 	of text from a list of text values.
  */
 published service ComboBox
-{ 
-	service com::sun::star::awt::UnoControlComboBoxModel; 
-	
-	service com::sun::star::form::FormControlModel; 
-	
+{
+	service com::sun::star::awt::UnoControlComboBoxModel;
+
+	service com::sun::star::form::FormControlModel;
+
 	/** can be used to reset the control to it's default text.
 
 		@see ComboBox::DefaultText
@@ -64,11 +64,11 @@
 		@see com::sun::star::awt::UnoControlComboBoxModel::Text
 		@see com::sun::star::form::XReset
 	 */
-	[property] string DefaultText; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; }; 
- 
-#endif 
+	[property] string DefaultText;
+};
+
+//=============================================================================
+
+}; }; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/form/component/CommandButton.idl b/main/offapi/com/sun/star/form/component/CommandButton.idl
index 8a7c6e7..6be1964 100644
--- a/main/offapi/com/sun/star/form/component/CommandButton.idl
+++ b/main/offapi/com/sun/star/form/component/CommandButton.idl
@@ -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,47 +7,47 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_component_CommandButton_idl__ 
-#define __com_sun_star_form_component_CommandButton_idl__ 
- 
-#include <com/sun/star/form/FormControlModel.idl> 
-#include <com/sun/star/awt/UnoControlButtonModel.idl> 
-#include <com/sun/star/form/XImageProducerSupplier.idl> 
-#include <com/sun/star/form/XApproveActionBroadcaster.idl> 
-#include <com/sun/star/form/FormButtonType.idl> 
-#include <com/sun/star/form/XReset.idl> 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  module component { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_component_CommandButton_idl__
+#define __com_sun_star_form_component_CommandButton_idl__
+
+#include <com/sun/star/form/FormControlModel.idl>
+#include <com/sun/star/awt/UnoControlButtonModel.idl>
+#include <com/sun/star/form/XImageProducerSupplier.idl>
+#include <com/sun/star/form/XApproveActionBroadcaster.idl>
+#include <com/sun/star/form/FormButtonType.idl>
+#include <com/sun/star/form/XReset.idl>
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {  module component {
+
+//=============================================================================
+
 /** specifies the control model for a clickable button which is part of a form
 	component hierarchy.
 
 	@see ImageButton
  */
 published service CommandButton
-{ 
-	service com::sun::star::awt::UnoControlButtonModel; 
+{
+	service com::sun::star::awt::UnoControlButtonModel;
 
-	service com::sun::star::form::FormControlModel; 
-	 
+	service com::sun::star::form::FormControlModel;
+
 	/** supplies the image producer when the button is to display an image.
 
 		<p>If the <member scope="com::sun::star::awt">UnoControlButtonModel::ImageURL</member> points to the location of an
@@ -57,14 +57,14 @@
 		<p>Usually, a control belonging to the model will use this interface to obtain the
 		image to be painted</p>
 	 */
-	interface com::sun::star::form::XImageProducerSupplier; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	interface com::sun::star::form::XImageProducerSupplier;
+
+	//-------------------------------------------------------------------------
+
 	/** describes the action to be executed by the button when pressed.
 	 */
-	[property] com::sun::star::form::FormButtonType ButtonType; 
- 
+	[property] com::sun::star::form::FormButtonType ButtonType;
+
 	/** describes the frame, where to open the document specified by the TargetURL.
 
 		<p>This property is evaluated if the button is of type URL.</p>
@@ -72,15 +72,15 @@
 		<p>As always, there is a number of target names which have a special meaning, and force
 		a special <type scope="com::sun::star::frame">Frame</type> to be used.</p>
 	 */
-	[property] string TargetFrame; 
+	[property] string TargetFrame;
 
 	/** specifies the URL, which should be opened if the button was clicked.
-		
+
 		<p>This property is evaluated if the button is of type URL.</p>
 
 		@see com::sun::star::form::FormButtonType
 	 */
-	[property] string TargetURL; 
+	[property] string TargetURL;
 
     /** specifies the default toggle state for the button, used when it is reset.
 
@@ -103,10 +103,10 @@
         property <member>DefaultState</member> must be present.</p>
     */
     [optional] interface ::com::sun::star::form::XReset;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; }; 
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/form/component/CurrencyField.idl b/main/offapi/com/sun/star/form/component/CurrencyField.idl
index e6d0bb9..37071b7 100644
--- a/main/offapi/com/sun/star/form/component/CurrencyField.idl
+++ b/main/offapi/com/sun/star/form/component/CurrencyField.idl
@@ -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,50 +7,50 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_component_CurrencyField_idl__ 
-#define __com_sun_star_form_component_CurrencyField_idl__ 
- 
-#ifndef __com_sun_star_awt_UnoControlCurrencyFieldModel_idl__ 
-#include <com/sun/star/awt/UnoControlCurrencyFieldModel.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_FormControlModel_idl__ 
-#include <com/sun/star/form/FormControlModel.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_XReset_idl__ 
-#include <com/sun/star/form/XReset.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  module component {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_component_CurrencyField_idl__
+#define __com_sun_star_form_component_CurrencyField_idl__
+
+#ifndef __com_sun_star_awt_UnoControlCurrencyFieldModel_idl__
+#include <com/sun/star/awt/UnoControlCurrencyFieldModel.idl>
+#endif
+
+#ifndef __com_sun_star_form_FormControlModel_idl__
+#include <com/sun/star/form/FormControlModel.idl>
+#endif
+
+#ifndef __com_sun_star_form_XReset_idl__
+#include <com/sun/star/form/XReset.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {  module component {
+
+//=============================================================================
+
 /** This service specifies the ControlModel for an edit field which
 	contains a currency value.
  */
 published service CurrencyField
-{ 
-	service com::sun::star::awt::UnoControlCurrencyFieldModel; 
+{
+	service com::sun::star::awt::UnoControlCurrencyFieldModel;
 
 	service com::sun::star::form::FormControlModel;
-	
+
 	/** can be used to reset the control to it's default state.
 
 		@see CurrencyField::DefaultValue
@@ -62,12 +62,12 @@
 		@see com::sun::star::awt::UnoControlCurrencyFieldModel::Value
 		@see com::sun::star::form::XReset
 	 */
-	[property] double DefaultValue; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; };  
- 
-#endif 
+	[property] double DefaultValue;
+
+};
+
+//=============================================================================
+
+}; }; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/form/component/DatabaseCheckBox.idl b/main/offapi/com/sun/star/form/component/DatabaseCheckBox.idl
index c2832d7..0fc5396 100644
--- a/main/offapi/com/sun/star/form/component/DatabaseCheckBox.idl
+++ b/main/offapi/com/sun/star/form/component/DatabaseCheckBox.idl
@@ -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,37 +7,37 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_component_DatabaseCheckBox_idl__ 
-#define __com_sun_star_form_component_DatabaseCheckBox_idl__ 
- 
-#ifndef __com_sun_star_form_component_CheckBox_idl__ 
-#include <com/sun/star/form/component/CheckBox.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_DataAwareControlModel_idl__ 
-#include <com/sun/star/form/DataAwareControlModel.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  module component {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_component_DatabaseCheckBox_idl__
+#define __com_sun_star_form_component_DatabaseCheckBox_idl__
+
+#ifndef __com_sun_star_form_component_CheckBox_idl__
+#include <com/sun/star/form/component/CheckBox.idl>
+#endif
+
+#ifndef __com_sun_star_form_DataAwareControlModel_idl__
+#include <com/sun/star/form/DataAwareControlModel.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {  module component {
+
+//=============================================================================
+
 /** This service specifies a check box which is data-aware, and can be bound to a database field.
 
 	<p>Mostly, you will create data-aware checkboxes as tristate checkboxes, because this
@@ -46,15 +46,15 @@
 	@see ::com::sun::star::awt::UnoControlCheckBoxModel::TriState
  */
 published service DatabaseCheckBox
-{ 
-	service com::sun::star::form::component::CheckBox; 
-	
-	service com::sun::star::form::DataAwareControlModel; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; };  
- 
-#endif 
+{
+	service com::sun::star::form::component::CheckBox;
+
+	service com::sun::star::form::DataAwareControlModel;
+
+};
+
+//=============================================================================
+
+}; }; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/form/component/DatabaseComboBox.idl b/main/offapi/com/sun/star/form/component/DatabaseComboBox.idl
index 65d525f..4be34d1 100644
--- a/main/offapi/com/sun/star/form/component/DatabaseComboBox.idl
+++ b/main/offapi/com/sun/star/form/component/DatabaseComboBox.idl
@@ -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,41 +7,41 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_component_DatabaseComboBox_idl__ 
-#define __com_sun_star_form_component_DatabaseComboBox_idl__ 
- 
-#ifndef __com_sun_star_form_component_ComboBox_idl__ 
-#include <com/sun/star/form/component/ComboBox.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_DataAwareControlModel_idl__ 
-#include <com/sun/star/form/DataAwareControlModel.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_ListSourceType_idl__ 
-#include <com/sun/star/form/ListSourceType.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  module component { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_component_DatabaseComboBox_idl__
+#define __com_sun_star_form_component_DatabaseComboBox_idl__
+
+#ifndef __com_sun_star_form_component_ComboBox_idl__
+#include <com/sun/star/form/component/ComboBox.idl>
+#endif
+
+#ifndef __com_sun_star_form_DataAwareControlModel_idl__
+#include <com/sun/star/form/DataAwareControlModel.idl>
+#endif
+
+#ifndef __com_sun_star_form_ListSourceType_idl__
+#include <com/sun/star/form/ListSourceType.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {  module component {
+
+//=============================================================================
+
 /** This service specifies a combo box which is data-aware, and can be bound to a database field.
 
 	<p>Like most other data aware controls, such a combo box will display the actual content
@@ -50,13 +50,13 @@
 	a database, too.</p>
  */
 published service DatabaseComboBox
-{ 
-	service com::sun::star::form::component::ComboBox; 
-	
-	service com::sun::star::form::DataAwareControlModel; 
- 
-	//------------------------------------------------------------------------- 
-	 
+{
+	service com::sun::star::form::component::ComboBox;
+
+	service com::sun::star::form::DataAwareControlModel;
+
+	//-------------------------------------------------------------------------
+
 	/** determines if an empty text should be treated as a <NULL/> value.
 
 		<p>When the user enters text into a combo box, and after this, the control
@@ -67,26 +67,26 @@
 		<p>If the property is set to <TRUE/>, and an empty text is to be committed, this is
 		converted into <NULL/>, else it is written as empty string.</p>
 	 */
-	[property] boolean ConvertEmptyToNull; 
+	[property] boolean ConvertEmptyToNull;
 
 	/** describes the source of items in the combo box' list.
 
 		<p>The concrete meaning of this property depends on the value of <member>ListSourceType</member></p>
 	 */
-	[property] string ListSource; 
-	//------------------------------------------------------------------------- 
-	 
+	[property] string ListSource;
+	//-------------------------------------------------------------------------
+
 	/** specifies the kind of list source.
-		
+
 		<p>Note: A value of <member scope="com::sun::star::form">ListSourceType::VALUELIST</member>
 		is not valid for a combo box. It won't be rejected when setting it, but controls will usually ignore it
 		and leave the list empty.</p>
 	 */
-	[property] com::sun::star::form::ListSourceType ListSourceType; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; }; 
- 
-#endif 
+	[property] com::sun::star::form::ListSourceType ListSourceType;
+};
+
+//=============================================================================
+
+}; }; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/form/component/DatabaseCurrencyField.idl b/main/offapi/com/sun/star/form/component/DatabaseCurrencyField.idl
index 5e2e52b..bc9d8c1 100644
--- a/main/offapi/com/sun/star/form/component/DatabaseCurrencyField.idl
+++ b/main/offapi/com/sun/star/form/component/DatabaseCurrencyField.idl
@@ -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,49 +7,49 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_component_DatabaseCurrencyField_idl__ 
-#define __com_sun_star_form_component_DatabaseCurrencyField_idl__ 
- 
-#ifndef __com_sun_star_form_component_CurrencyField_idl__ 
-#include <com/sun/star/form/component/CurrencyField.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_DataAwareControlModel_idl__ 
-#include <com/sun/star/form/DataAwareControlModel.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  module component {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_component_DatabaseCurrencyField_idl__
+#define __com_sun_star_form_component_DatabaseCurrencyField_idl__
+
+#ifndef __com_sun_star_form_component_CurrencyField_idl__
+#include <com/sun/star/form/component/CurrencyField.idl>
+#endif
+
+#ifndef __com_sun_star_form_DataAwareControlModel_idl__
+#include <com/sun/star/form/DataAwareControlModel.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {  module component {
+
+//=============================================================================
+
 /** This service specifies a currency field which is data-aware, and can be bound to a database field.
  */
 published service DatabaseCurrencyField
-{ 
-	service com::sun::star::form::component::CurrencyField; 
-	
-	service com::sun::star::form::DataAwareControlModel; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; };  
- 
-#endif 
+{
+	service com::sun::star::form::component::CurrencyField;
+
+	service com::sun::star::form::DataAwareControlModel;
+
+};
+
+//=============================================================================
+
+}; }; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/form/component/DatabaseDateField.idl b/main/offapi/com/sun/star/form/component/DatabaseDateField.idl
index 4d8211e..77ab147 100644
--- a/main/offapi/com/sun/star/form/component/DatabaseDateField.idl
+++ b/main/offapi/com/sun/star/form/component/DatabaseDateField.idl
@@ -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,49 +7,49 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_component_DatabaseDateField_idl__ 
-#define __com_sun_star_form_component_DatabaseDateField_idl__ 
- 
-#ifndef __com_sun_star_form_component_DateField_idl__ 
-#include <com/sun/star/form/component/DateField.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_DataAwareControlModel_idl__ 
-#include <com/sun/star/form/DataAwareControlModel.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  module component {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_component_DatabaseDateField_idl__
+#define __com_sun_star_form_component_DatabaseDateField_idl__
+
+#ifndef __com_sun_star_form_component_DateField_idl__
+#include <com/sun/star/form/component/DateField.idl>
+#endif
+
+#ifndef __com_sun_star_form_DataAwareControlModel_idl__
+#include <com/sun/star/form/DataAwareControlModel.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {  module component {
+
+//=============================================================================
+
 /** This service specifies a date field which is data-aware, and can be bound to a database field.
  */
 published service DatabaseDateField
 {
-	service com::sun::star::form::component::DateField; 
+	service com::sun::star::form::component::DateField;
 
-	service com::sun::star::form::DataAwareControlModel; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; };  
- 
-#endif 
+	service com::sun::star::form::DataAwareControlModel;
+
+};
+
+//=============================================================================
+
+}; }; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/form/component/DatabaseFormattedField.idl b/main/offapi/com/sun/star/form/component/DatabaseFormattedField.idl
index d6fdaee..92d3036 100644
--- a/main/offapi/com/sun/star/form/component/DatabaseFormattedField.idl
+++ b/main/offapi/com/sun/star/form/component/DatabaseFormattedField.idl
@@ -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,47 +7,47 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_component_DatabaseFormattedField_idl__ 
-#define __com_sun_star_form_component_DatabaseFormattedField_idl__ 
- 
-#ifndef __com_sun_star_form_component_FormattedField_idl__ 
-#include <com/sun/star/form/component/FormattedField.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_DataAwareControlModel_idl__ 
-#include <com/sun/star/form/DataAwareControlModel.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  module component {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_component_DatabaseFormattedField_idl__
+#define __com_sun_star_form_component_DatabaseFormattedField_idl__
+
+#ifndef __com_sun_star_form_component_FormattedField_idl__
+#include <com/sun/star/form/component/FormattedField.idl>
+#endif
+
+#ifndef __com_sun_star_form_DataAwareControlModel_idl__
+#include <com/sun/star/form/DataAwareControlModel.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {  module component {
+
+//=============================================================================
+
 /** This service specifies a formatted field model which is data-aware, and can be bound to a database field.
  */
 published service DatabaseFormattedField
-{ 
-	service com::sun::star::form::component::FormattedField; 
-	
-	service com::sun::star::form::DataAwareControlModel; 
- 
-	//------------------------------------------------------------------------- 
-	 
+{
+	service com::sun::star::form::component::FormattedField;
+
+	service com::sun::star::form::DataAwareControlModel;
+
+	//-------------------------------------------------------------------------
+
 	/** determines if an empty text should be treated as a <NULL/> value.
 
 		<p>When the user enters text into a formatted field control, and after this, the control
@@ -58,12 +58,12 @@
 		<p>If the property is set to <TRUE/>, and an empty text is to be committed, this is
 		converted into <NULL/>, else it is written as empty string.</p>
 	 */
-	[property] boolean ConvertEmptyToNull; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; };  
- 
-#endif 
+	[property] boolean ConvertEmptyToNull;
+
+};
+
+//=============================================================================
+
+}; }; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/form/component/DatabaseImageControl.idl b/main/offapi/com/sun/star/form/component/DatabaseImageControl.idl
index 1711c13..7ab5aa0 100644
--- a/main/offapi/com/sun/star/form/component/DatabaseImageControl.idl
+++ b/main/offapi/com/sun/star/form/component/DatabaseImageControl.idl
@@ -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,41 +7,41 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_component_DatabaseImageControl_idl__ 
-#define __com_sun_star_form_component_DatabaseImageControl_idl__ 
- 
-#ifndef __com_sun_star_awt_UnoControlImageControlModel_idl__ 
-#include <com/sun/star/awt/UnoControlImageControlModel.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_DataAwareControlModel_idl__ 
-#include <com/sun/star/form/DataAwareControlModel.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_XImageProducerSupplier_idl__ 
-#include <com/sun/star/form/XImageProducerSupplier.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  module component {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_component_DatabaseImageControl_idl__
+#define __com_sun_star_form_component_DatabaseImageControl_idl__
+
+#ifndef __com_sun_star_awt_UnoControlImageControlModel_idl__
+#include <com/sun/star/awt/UnoControlImageControlModel.idl>
+#endif
+
+#ifndef __com_sun_star_form_DataAwareControlModel_idl__
+#include <com/sun/star/form/DataAwareControlModel.idl>
+#endif
+
+#ifndef __com_sun_star_form_XImageProducerSupplier_idl__
+#include <com/sun/star/form/XImageProducerSupplier.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {  module component {
+
+//=============================================================================
+
 /** specifies the model of a control used for displaying images stored in a database.
 
 	<p>As every <type scope="com::sun::star::form">DataAwareControlModel</type>, an image control
@@ -91,28 +91,28 @@
 	</p>
  */
 published service DatabaseImageControl
-{ 
-	service com::sun::star::awt::UnoControlImageControlModel; 
-	
-	service com::sun::star::form::DataAwareControlModel; 
- 
+{
+	service com::sun::star::awt::UnoControlImageControlModel;
+
+	service com::sun::star::form::DataAwareControlModel;
+
 	/** supplies the caller with an <type scope="com::sun::star::awt">XImageProducer</type>.
 
 		<p>Other components can register as <type scope="com::sun::star::awt">XImageConsumer</type>
 		at this producer. Then they will be notified of any change in the image to be displayed.</p>
 	 */
-	interface com::sun::star::form::XImageProducerSupplier; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	interface com::sun::star::form::XImageProducerSupplier;
+
+	//-------------------------------------------------------------------------
+
 	/** indicates if it is possible to change the image being displayed.
 	 */
-	[property] boolean ReadOnly; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; };  
- 
-#endif 
+	[property] boolean ReadOnly;
+
+};
+
+//=============================================================================
+
+}; }; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/form/component/DatabaseListBox.idl b/main/offapi/com/sun/star/form/component/DatabaseListBox.idl
index cfc9dce..716a7b5 100644
--- a/main/offapi/com/sun/star/form/component/DatabaseListBox.idl
+++ b/main/offapi/com/sun/star/form/component/DatabaseListBox.idl
@@ -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,41 +7,41 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_component_DatabaseListBox_idl__ 
-#define __com_sun_star_form_component_DatabaseListBox_idl__ 
- 
-#ifndef __com_sun_star_form_component_ListBox_idl__ 
-#include <com/sun/star/form/component/ListBox.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_DataAwareControlModel_idl__ 
-#include <com/sun/star/form/DataAwareControlModel.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_ListSourceType_idl__ 
-#include <com/sun/star/form/ListSourceType.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  module component {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_component_DatabaseListBox_idl__
+#define __com_sun_star_form_component_DatabaseListBox_idl__
+
+#ifndef __com_sun_star_form_component_ListBox_idl__
+#include <com/sun/star/form/component/ListBox.idl>
+#endif
+
+#ifndef __com_sun_star_form_DataAwareControlModel_idl__
+#include <com/sun/star/form/DataAwareControlModel.idl>
+#endif
+
+#ifndef __com_sun_star_form_ListSourceType_idl__
+#include <com/sun/star/form/ListSourceType.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {  module component {
+
+//=============================================================================
+
 /** This service specifies a data-aware list box control model.
 
 	<p>The base service for list boxes (<type>ListBox</type>) offers only
@@ -68,13 +68,13 @@
 
  */
 published service DatabaseListBox
-{ 
-	service com::sun::star::form::component::ListBox; 
-	
-	service com::sun::star::form::DataAwareControlModel; 
- 
-	//------------------------------------------------------------------------- 
-	 
+{
+	service com::sun::star::form::component::ListBox;
+
+	service com::sun::star::form::DataAwareControlModel;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies which column of the list result set should be used for data exchange.
 
 		<p>When you make a selection from a list box, the "BoundColumn"
@@ -83,7 +83,7 @@
 		to a database field, the column value is stored in the
 		database field identified by the property
 		<member scope="com::sun::star::form">DataAwareControlModel::DataField</member>.
-		
+
 		<dl>
 			<dt>0</dt>
 			<dd>The selected (displayed) list box string is stored in
@@ -103,10 +103,10 @@
 		Otherwise the property is ignored, as there is no result set from which to
 		get the column values.</p>
 	*/
-	[property] short BoundColumn; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] short BoundColumn;
+
+	//-------------------------------------------------------------------------
+
 	/** describes the kind of list source used.
 
 		<p>Depending on the value of this property, the way the value of <member>ListBox::ListSource</member>
@@ -144,12 +144,12 @@
 		</p>
 
 	 */
-	[property] com::sun::star::form::ListSourceType ListSourceType; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; };  
- 
-#endif 
+	[property] com::sun::star::form::ListSourceType ListSourceType;
+
+};
+
+//=============================================================================
+
+}; }; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/form/component/DatabaseNumericField.idl b/main/offapi/com/sun/star/form/component/DatabaseNumericField.idl
index b87c69a..a2acf04 100644
--- a/main/offapi/com/sun/star/form/component/DatabaseNumericField.idl
+++ b/main/offapi/com/sun/star/form/component/DatabaseNumericField.idl
@@ -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,49 +7,49 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_component_DatabaseNumericField_idl__ 
-#define __com_sun_star_form_component_DatabaseNumericField_idl__ 
- 
-#ifndef __com_sun_star_form_component_NumericField_idl__ 
-#include <com/sun/star/form/component/NumericField.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_DataAwareControlModel_idl__ 
-#include <com/sun/star/form/DataAwareControlModel.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  module component {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_component_DatabaseNumericField_idl__
+#define __com_sun_star_form_component_DatabaseNumericField_idl__
+
+#ifndef __com_sun_star_form_component_NumericField_idl__
+#include <com/sun/star/form/component/NumericField.idl>
+#endif
+
+#ifndef __com_sun_star_form_DataAwareControlModel_idl__
+#include <com/sun/star/form/DataAwareControlModel.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {  module component {
+
+//=============================================================================
+
 /** This service specifies a numeric field which is data-aware, and can be bound to a database field.
  */
 published service DatabaseNumericField
-{ 
-	service com::sun::star::form::component::NumericField; 
-	
-	service com::sun::star::form::DataAwareControlModel; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; };  
- 
-#endif 
+{
+	service com::sun::star::form::component::NumericField;
+
+	service com::sun::star::form::DataAwareControlModel;
+
+};
+
+//=============================================================================
+
+}; }; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/form/component/DatabasePatternField.idl b/main/offapi/com/sun/star/form/component/DatabasePatternField.idl
index 88f7b73..0a29a83 100644
--- a/main/offapi/com/sun/star/form/component/DatabasePatternField.idl
+++ b/main/offapi/com/sun/star/form/component/DatabasePatternField.idl
@@ -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,48 +7,48 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_component_DatabasePatternField_idl__ 
-#define __com_sun_star_form_component_DatabasePatternField_idl__ 
- 
-#ifndef __com_sun_star_form_component_PatternField_idl__ 
-#include <com/sun/star/form/component/PatternField.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_DataAwareControlModel_idl__ 
-#include <com/sun/star/form/DataAwareControlModel.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  module component {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_component_DatabasePatternField_idl__
+#define __com_sun_star_form_component_DatabasePatternField_idl__
+
+#ifndef __com_sun_star_form_component_PatternField_idl__
+#include <com/sun/star/form/component/PatternField.idl>
+#endif
+
+#ifndef __com_sun_star_form_DataAwareControlModel_idl__
+#include <com/sun/star/form/DataAwareControlModel.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {  module component {
+
+//=============================================================================
+
 /** This service specifies a data-aware control model for entering text which matches a specific
 	pattern.
  */
 published service DatabasePatternField
-{ 
-	service com::sun::star::form::component::PatternField; 
-	
-	service com::sun::star::form::DataAwareControlModel; 
- 
-	//------------------------------------------------------------------------- 
-	 
+{
+	service com::sun::star::form::component::PatternField;
+
+	service com::sun::star::form::DataAwareControlModel;
+
+	//-------------------------------------------------------------------------
+
 	/** determines if an empty text should be treated as a <NULL/> value.
 
 		<p>When the user enters text into a pattern field, and after this, the control
@@ -59,12 +59,12 @@
 		<p>If the property is set to <TRUE/>, and an empty text is to be committed, this is
 		converted into <NULL/>, else it is written as empty string.</p>
 	 */
-	[property] boolean ConvertEmptyToNull; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; };  
- 
-#endif 
+	[property] boolean ConvertEmptyToNull;
+
+};
+
+//=============================================================================
+
+}; }; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/form/component/DatabaseRadioButton.idl b/main/offapi/com/sun/star/form/component/DatabaseRadioButton.idl
index eaac014..3709133 100644
--- a/main/offapi/com/sun/star/form/component/DatabaseRadioButton.idl
+++ b/main/offapi/com/sun/star/form/component/DatabaseRadioButton.idl
@@ -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,49 +7,49 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_component_DatabaseRadioButton_idl__ 
-#define __com_sun_star_form_component_DatabaseRadioButton_idl__ 
- 
-#ifndef __com_sun_star_form_component_RadioButton_idl__ 
-#include <com/sun/star/form/component/RadioButton.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_DataAwareControlModel_idl__ 
-#include <com/sun/star/form/DataAwareControlModel.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  module component {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_component_DatabaseRadioButton_idl__
+#define __com_sun_star_form_component_DatabaseRadioButton_idl__
+
+#ifndef __com_sun_star_form_component_RadioButton_idl__
+#include <com/sun/star/form/component/RadioButton.idl>
+#endif
+
+#ifndef __com_sun_star_form_DataAwareControlModel_idl__
+#include <com/sun/star/form/DataAwareControlModel.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {  module component {
+
+//=============================================================================
+
 /** This service specifies a radio button which is data-aware, and can be bound to a database field.
  */
 published service DatabaseRadioButton
-{ 
-	service com::sun::star::form::component::RadioButton; 
-	
-	service com::sun::star::form::DataAwareControlModel; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; };  
- 
-#endif 
+{
+	service com::sun::star::form::component::RadioButton;
+
+	service com::sun::star::form::DataAwareControlModel;
+
+};
+
+//=============================================================================
+
+}; }; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/form/component/DatabaseTextField.idl b/main/offapi/com/sun/star/form/component/DatabaseTextField.idl
index a678492..b0e22b7 100644
--- a/main/offapi/com/sun/star/form/component/DatabaseTextField.idl
+++ b/main/offapi/com/sun/star/form/component/DatabaseTextField.idl
@@ -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,47 +7,47 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_component_DatabaseTextField_idl__ 
-#define __com_sun_star_form_component_DatabaseTextField_idl__ 
- 
-#ifndef __com_sun_star_form_component_TextField_idl__ 
-#include <com/sun/star/form/component/TextField.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_DataAwareControlModel_idl__ 
-#include <com/sun/star/form/DataAwareControlModel.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  module component {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_component_DatabaseTextField_idl__
+#define __com_sun_star_form_component_DatabaseTextField_idl__
+
+#ifndef __com_sun_star_form_component_TextField_idl__
+#include <com/sun/star/form/component/TextField.idl>
+#endif
+
+#ifndef __com_sun_star_form_DataAwareControlModel_idl__
+#include <com/sun/star/form/DataAwareControlModel.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {  module component {
+
+//=============================================================================
+
 /** This service specifies a text field which is data-aware, and can be bound to a database field.
  */
 published service DatabaseTextField
-{ 
-	service com::sun::star::form::component::TextField; 
-	
-	service com::sun::star::form::DataAwareControlModel; 
- 
-	//------------------------------------------------------------------------- 
-	 
+{
+	service com::sun::star::form::component::TextField;
+
+	service com::sun::star::form::DataAwareControlModel;
+
+	//-------------------------------------------------------------------------
+
 	/** determines if an empty text should be treated as a <NULL/> value.
 
 		<p>When the user enters text into a text field, and after this, the control
@@ -58,12 +58,12 @@
 		<p>If the property is set to <TRUE/>, and an empty text is to be committed, this is
 		converted into <NULL/>, else it is written as empty string.</p>
 	 */
-	[property] boolean ConvertEmptyToNull; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; };  
- 
-#endif 
+	[property] boolean ConvertEmptyToNull;
+
+};
+
+//=============================================================================
+
+}; }; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/form/component/DatabaseTimeField.idl b/main/offapi/com/sun/star/form/component/DatabaseTimeField.idl
index 73b83f4..26c098b 100644
--- a/main/offapi/com/sun/star/form/component/DatabaseTimeField.idl
+++ b/main/offapi/com/sun/star/form/component/DatabaseTimeField.idl
@@ -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,49 +7,49 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_component_DatabaseTimeField_idl__ 
-#define __com_sun_star_form_component_DatabaseTimeField_idl__ 
- 
-#ifndef __com_sun_star_form_component_TimeField_idl__ 
-#include <com/sun/star/form/component/TimeField.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_DataAwareControlModel_idl__ 
-#include <com/sun/star/form/DataAwareControlModel.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  module component {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_component_DatabaseTimeField_idl__
+#define __com_sun_star_form_component_DatabaseTimeField_idl__
+
+#ifndef __com_sun_star_form_component_TimeField_idl__
+#include <com/sun/star/form/component/TimeField.idl>
+#endif
+
+#ifndef __com_sun_star_form_DataAwareControlModel_idl__
+#include <com/sun/star/form/DataAwareControlModel.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {  module component {
+
+//=============================================================================
+
 /** This service specifies a data-aware field for inputting a time value.
  */
 published service DatabaseTimeField
-{ 
-	service com::sun::star::form::component::TimeField; 
-	
-	service com::sun::star::form::DataAwareControlModel; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; };  
- 
-#endif 
+{
+	service com::sun::star::form::component::TimeField;
+
+	service com::sun::star::form::DataAwareControlModel;
+
+};
+
+//=============================================================================
+
+}; }; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/form/component/DateField.idl b/main/offapi/com/sun/star/form/component/DateField.idl
index 0fdce1d..979ef7e 100644
--- a/main/offapi/com/sun/star/form/component/DateField.idl
+++ b/main/offapi/com/sun/star/form/component/DateField.idl
@@ -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,58 +7,58 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_component_DateField_idl__ 
-#define __com_sun_star_form_component_DateField_idl__ 
- 
-#ifndef __com_sun_star_awt_UnoControlDateFieldModel_idl__ 
-#include <com/sun/star/awt/UnoControlDateFieldModel.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_FormControlModel_idl__ 
-#include <com/sun/star/form/FormControlModel.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_XReset_idl__ 
-#include <com/sun/star/form/XReset.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  module component {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_component_DateField_idl__
+#define __com_sun_star_form_component_DateField_idl__
+
+#ifndef __com_sun_star_awt_UnoControlDateFieldModel_idl__
+#include <com/sun/star/awt/UnoControlDateFieldModel.idl>
+#endif
+
+#ifndef __com_sun_star_form_FormControlModel_idl__
+#include <com/sun/star/form/FormControlModel.idl>
+#endif
+
+#ifndef __com_sun_star_form_XReset_idl__
+#include <com/sun/star/form/XReset.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {  module component {
+
+//=============================================================================
+
 /** specifies the model of a date field control, which is an edit field used to enter a date.
 */
 published service DateField
-{ 
-	service com::sun::star::awt::UnoControlDateFieldModel; 
-	
-	service com::sun::star::form::FormControlModel; 
-	
+{
+	service com::sun::star::awt::UnoControlDateFieldModel;
+
+	service com::sun::star::form::FormControlModel;
+
 	/** resets the control.
-	
+
 		<p>If you do not set a value for the <member>DefaultDate</member>, then resetting the control
 		will result in setting to to the current system date. This is for HTML compatibility.</p>
 	*/
-	interface com::sun::star::form::XReset; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	interface com::sun::star::form::XReset;
+
+	//-------------------------------------------------------------------------
+
 	/** contains a default value for the control.
 
 		<p>This value is used when the control is initially displayed, and for resetting it.</p>
@@ -66,12 +66,12 @@
 		@see com::sun::star::awt::UnoControlDateFieldModel::Date
 		@see com::sun::star::form::XReset
 	*/
-	[property] long DefaultDate; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; };  
- 
-#endif 
+	[property] long DefaultDate;
+
+};
+
+//=============================================================================
+
+}; }; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/form/component/FileControl.idl b/main/offapi/com/sun/star/form/component/FileControl.idl
index 0118b1c..44c364a 100644
--- a/main/offapi/com/sun/star/form/component/FileControl.idl
+++ b/main/offapi/com/sun/star/form/component/FileControl.idl
@@ -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,49 +7,49 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_component_FileControl_idl__ 
-#define __com_sun_star_form_component_FileControl_idl__ 
- 
-#ifndef __com_sun_star_awt_UnoControlFileControlModel_idl__ 
-#include <com/sun/star/awt/UnoControlFileControlModel.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_FormControlModel_idl__ 
-#include <com/sun/star/form/FormControlModel.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_XReset_idl__ 
-#include <com/sun/star/form/XReset.idl> 
+#ifndef __com_sun_star_form_component_FileControl_idl__
+#define __com_sun_star_form_component_FileControl_idl__
+
+#ifndef __com_sun_star_awt_UnoControlFileControlModel_idl__
+#include <com/sun/star/awt/UnoControlFileControlModel.idl>
 #endif
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  module component { 
- 
-//============================================================================= 
- 
+
+#ifndef __com_sun_star_form_FormControlModel_idl__
+#include <com/sun/star/form/FormControlModel.idl>
+#endif
+
+#ifndef __com_sun_star_form_XReset_idl__
+#include <com/sun/star/form/XReset.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {  module component {
+
+//=============================================================================
+
 /** This service specifies the control model of an edit field for a
 	file name.
  */
 published service FileControl
-{ 
-	service com::sun::star::awt::UnoControlFileControlModel; 
-	
-	service com::sun::star::form::FormControlModel; 
- 
+{
+	service com::sun::star::awt::UnoControlFileControlModel;
+
+	service com::sun::star::form::FormControlModel;
+
 	/** can be used to reset the control to it's default text.
 
 		@see FileControl::DefaultText
@@ -63,12 +63,12 @@
 		@see com::sun::star::awt::UnoControlFileControlModel::Text
 		@see com::sun::star::form::XReset
 	 */
-	[property] string DefaultText; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; }; 
- 
-#endif 
+	[property] string DefaultText;
+
+};
+
+//=============================================================================
+
+}; }; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/form/component/FixedText.idl b/main/offapi/com/sun/star/form/component/FixedText.idl
index f78d2cf..b99b762 100644
--- a/main/offapi/com/sun/star/form/component/FixedText.idl
+++ b/main/offapi/com/sun/star/form/component/FixedText.idl
@@ -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,37 +7,37 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_component_FixedText_idl__ 
-#define __com_sun_star_form_component_FixedText_idl__ 
- 
-#ifndef __com_sun_star_awt_UnoControlFixedTextModel_idl__ 
-#include <com/sun/star/awt/UnoControlFixedTextModel.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_FormControlModel_idl__ 
-#include <com/sun/star/form/FormControlModel.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  module component {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_component_FixedText_idl__
+#define __com_sun_star_form_component_FixedText_idl__
+
+#ifndef __com_sun_star_awt_UnoControlFixedTextModel_idl__
+#include <com/sun/star/awt/UnoControlFixedTextModel.idl>
+#endif
+
+#ifndef __com_sun_star_form_FormControlModel_idl__
+#include <com/sun/star/form/FormControlModel.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {  module component {
+
+//=============================================================================
+
 /** This service specifies the control model for a text which can be
 	displayed, but not edited by the user.
 
@@ -46,15 +46,15 @@
 	@see com::sun::star::form::DataAwareControlModel::LabelControl
  */
 published service FixedText
-{ 
-	service com::sun::star::awt::UnoControlFixedTextModel; 
-	
-	service com::sun::star::form::FormControlModel; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; };  
- 
-#endif 
+{
+	service com::sun::star::awt::UnoControlFixedTextModel;
+
+	service com::sun::star::form::FormControlModel;
+
+};
+
+//=============================================================================
+
+}; }; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/form/component/Form.idl b/main/offapi/com/sun/star/form/component/Form.idl
index 406c85d..9554e5b 100644
--- a/main/offapi/com/sun/star/form/component/Form.idl
+++ b/main/offapi/com/sun/star/form/component/Form.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/form/component/FormattedField.idl b/main/offapi/com/sun/star/form/component/FormattedField.idl
index 5fcefe6..526fce8 100644
--- a/main/offapi/com/sun/star/form/component/FormattedField.idl
+++ b/main/offapi/com/sun/star/form/component/FormattedField.idl
@@ -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,62 +7,62 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_component_FormattedField_idl__ 
-#define __com_sun_star_form_component_FormattedField_idl__ 
- 
-#ifndef __com_sun_star_awt_UnoControlFormattedFieldModel_idl__ 
-#include <com/sun/star/awt/UnoControlFormattedFieldModel.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_FormControlModel_idl__ 
-#include <com/sun/star/form/FormControlModel.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_XReset_idl__ 
-#include <com/sun/star/form/XReset.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  module component { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_component_FormattedField_idl__
+#define __com_sun_star_form_component_FormattedField_idl__
+
+#ifndef __com_sun_star_awt_UnoControlFormattedFieldModel_idl__
+#include <com/sun/star/awt/UnoControlFormattedFieldModel.idl>
+#endif
+
+#ifndef __com_sun_star_form_FormControlModel_idl__
+#include <com/sun/star/form/FormControlModel.idl>
+#endif
+
+#ifndef __com_sun_star_form_XReset_idl__
+#include <com/sun/star/form/XReset.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {  module component {
+
+//=============================================================================
+
 /** This service specifies the control model of an edit field for entering text which can be
 	(nearly) arbirtrarily formatted.
 
 	@see com::sun::star::util::XNumberFormatsSupplier
  */
 published service FormattedField
-{ 
-	service com::sun::star::awt::UnoControlFormattedFieldModel; 
-	
-	service com::sun::star::form::FormControlModel; 
-	
+{
+	service com::sun::star::awt::UnoControlFormattedFieldModel;
+
+	service com::sun::star::form::FormControlModel;
+
 	/** can be used to reset the control to it's default state.
 
 		@see com::sun::star::awt::UnoControlFormattedFieldModel::EffectiveValue
 		@see com::sun::star::awt::UnoControlFormattedFieldModel::EffectiveDefault
 	*/
 	interface com::sun::star::form::XReset;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; }; 
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/form/component/GridControl.idl b/main/offapi/com/sun/star/form/component/GridControl.idl
index 8115c41..524c086 100644
--- a/main/offapi/com/sun/star/form/component/GridControl.idl
+++ b/main/offapi/com/sun/star/form/component/GridControl.idl
@@ -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,77 +7,77 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_component_GridControl_idl__ 
-#define __com_sun_star_form_component_GridControl_idl__ 
- 
+#ifndef __com_sun_star_form_component_GridControl_idl__
+#define __com_sun_star_form_component_GridControl_idl__
+
 #ifndef __com_sun_star_util_Color_idl__
 #include <com/sun/star/util/Color.idl>
 #endif
 
-#ifndef __com_sun_star_form_FormControlModel_idl__ 
-#include <com/sun/star/form/FormControlModel.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_XGridColumnFactory_idl__ 
-#include <com/sun/star/form/XGridColumnFactory.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_FormComponents_idl__ 
-#include <com/sun/star/form/FormComponents.idl> 
-#endif 
+#ifndef __com_sun_star_form_FormControlModel_idl__
+#include <com/sun/star/form/FormControlModel.idl>
+#endif
 
-#ifndef __com_sun_star_container_XContainer_idl__ 
-#include <com/sun/star/container/XContainer.idl> 
-#endif 
- 
-#ifndef __com_sun_star_view_XSelectionSupplier_idl__ 
-#include <com/sun/star/view/XSelectionSupplier.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XNameContainer_idl__ 
-#include <com/sun/star/container/XNameContainer.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XIndexContainer_idl__ 
-#include <com/sun/star/container/XIndexContainer.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XEnumerationAccess_idl__ 
-#include <com/sun/star/container/XEnumerationAccess.idl> 
-#endif 
- 
-#ifndef __com_sun_star_script_XEventAttacherManager_idl__ 
-#include <com/sun/star/script/XEventAttacherManager.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_XReset_idl__ 
-#include <com/sun/star/form/XReset.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_FontDescriptor_idl__ 
-#include <com/sun/star/awt/FontDescriptor.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  module component {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_XGridColumnFactory_idl__
+#include <com/sun/star/form/XGridColumnFactory.idl>
+#endif
+
+#ifndef __com_sun_star_form_FormComponents_idl__
+#include <com/sun/star/form/FormComponents.idl>
+#endif
+
+#ifndef __com_sun_star_container_XContainer_idl__
+#include <com/sun/star/container/XContainer.idl>
+#endif
+
+#ifndef __com_sun_star_view_XSelectionSupplier_idl__
+#include <com/sun/star/view/XSelectionSupplier.idl>
+#endif
+
+#ifndef __com_sun_star_container_XNameContainer_idl__
+#include <com/sun/star/container/XNameContainer.idl>
+#endif
+
+#ifndef __com_sun_star_container_XIndexContainer_idl__
+#include <com/sun/star/container/XIndexContainer.idl>
+#endif
+
+#ifndef __com_sun_star_container_XEnumerationAccess_idl__
+#include <com/sun/star/container/XEnumerationAccess.idl>
+#endif
+
+#ifndef __com_sun_star_script_XEventAttacherManager_idl__
+#include <com/sun/star/script/XEventAttacherManager.idl>
+#endif
+
+#ifndef __com_sun_star_form_XReset_idl__
+#include <com/sun/star/form/XReset.idl>
+#endif
+
+#ifndef __com_sun_star_awt_FontDescriptor_idl__
+#include <com/sun/star/awt/FontDescriptor.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {  module component {
+
+//=============================================================================
+
 /** specifies a model for a control which can display form data in a table-like way.
 
 	<p>In opposite to other form controls, grid controls do not only
@@ -93,11 +93,11 @@
 	as own services. Instead, they need to be created using the <type scope="com::sun::star::form">XGridColumnFactory</type> interface.</p>
  */
 published service GridControl
-{ 
+{
 	service com::sun::star::form::FormControlModel;
 
 	/** provides basic functionality of a container of <type scope="com::sun::star::form">FormComponent</type>s.
-	
+
 		<p>All the container-related methods of this service related to control models,
 		this is what are the container elements for a <type>GridControl</type>.</p>
 
@@ -106,7 +106,7 @@
 		also provide a scripting environment for their columns.</p>
 	*/
 	service com::sun::star::form::FormComponents;
-	
+
 	/** allows to create column models to be inserted into the control model.
 
 		<p>Note that the object returned by the <membere scope="com::sun::star::form">XGridColumnFactory::createColumn</member>
@@ -116,8 +116,8 @@
 		<p>You always need to use this interface for creating columns for the grid control.
 		Column models not created this way will not be accepted when inserted later on.</p>
 	*/
-	interface com::sun::star::form::XGridColumnFactory; 
-	
+	interface com::sun::star::form::XGridColumnFactory;
+
 	/** gives access to the currently selection.
 
 		<p>In a grid control, single columns can be selected (at most one at a time).<br/>
@@ -129,18 +129,18 @@
 
 		@deprecated
 	*/
-	interface com::sun::star::view::XSelectionSupplier; 
-	
+	interface com::sun::star::view::XSelectionSupplier;
+
 	/** resets the control.
 
 		<p>The reset of the control is forwarded to all it's elements, means to all the column models.
 		As grid columns are very much like data-aware stand-alone controls, you can find a description
 		of the reset functionality in <member scope="com::sun::star::form">DataAwareControlModel::XReset</member>.
 	*/
-	interface com::sun::star::form::XReset; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	interface com::sun::star::form::XReset;
+
+	//-------------------------------------------------------------------------
+
 	/** returns the border style of the control.
 
 		<pre>
@@ -149,9 +149,9 @@
 		2: simple border
 		</pre>
 	 */
-	[property] short Border; 
- 
-    //------------------------------------------------------------------------- 
+	[property] short Border;
+
+    //-------------------------------------------------------------------------
 
     /** specifies the color of the border, if present
 
@@ -161,21 +161,21 @@
         @since OpenOffice 2.0
      */
     [optional, property] long BorderColor;
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** determines whether the control is enabled or disabled.
 	 */
-	[property] boolean Enabled; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean Enabled;
+
+	//-------------------------------------------------------------------------
+
 	/** contains the font attributes of the text in the control.
 	 */
-	[property] com::sun::star::awt::FontDescriptor FontDescriptor; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] com::sun::star::awt::FontDescriptor FontDescriptor;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the height of a row of the grid.
 
 		<p>If the value is set to <NULL/>, the height is determined automatically according
@@ -183,24 +183,24 @@
 
 		@see GridControl::FontDescriptor
 	 */
-	[property] long RowHeight; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] long RowHeight;
+
+	//-------------------------------------------------------------------------
+
 	/** determines whether the control can be reached by the tabulator key.
 	 */
-	[property] boolean Tabstop; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean Tabstop;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the text color (RGB) of the control.
 	 */
-	[property] com::sun::star::util::Color TextColor; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; };  
- 
-#endif 
+	[property] com::sun::star::util::Color TextColor;
+
+};
+
+//=============================================================================
+
+}; }; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/form/component/GroupBox.idl b/main/offapi/com/sun/star/form/component/GroupBox.idl
index d6acbb5..607a805 100644
--- a/main/offapi/com/sun/star/form/component/GroupBox.idl
+++ b/main/offapi/com/sun/star/form/component/GroupBox.idl
@@ -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,50 +7,50 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_component_GroupBox_idl__ 
-#define __com_sun_star_form_component_GroupBox_idl__ 
- 
-#ifndef __com_sun_star_awt_UnoControlGroupBoxModel_idl__ 
-#include <com/sun/star/awt/UnoControlGroupBoxModel.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_FormControlModel_idl__ 
-#include <com/sun/star/form/FormControlModel.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  module component {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_component_GroupBox_idl__
+#define __com_sun_star_form_component_GroupBox_idl__
+
+#ifndef __com_sun_star_awt_UnoControlGroupBoxModel_idl__
+#include <com/sun/star/awt/UnoControlGroupBoxModel.idl>
+#endif
+
+#ifndef __com_sun_star_form_FormControlModel_idl__
+#include <com/sun/star/form/FormControlModel.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {  module component {
+
+//=============================================================================
+
 /** This service specifies a model for a control which can be used to visually
 	group controls.
  */
 published service GroupBox
-{ 
-	service com::sun::star::awt::UnoControlGroupBoxModel; 
-	
-	service com::sun::star::form::FormControlModel; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; };  
- 
-#endif 
+{
+	service com::sun::star::awt::UnoControlGroupBoxModel;
+
+	service com::sun::star::form::FormControlModel;
+
+};
+
+//=============================================================================
+
+}; }; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/form/component/HTMLForm.idl b/main/offapi/com/sun/star/form/component/HTMLForm.idl
index 699bc60..579cb4c 100644
--- a/main/offapi/com/sun/star/form/component/HTMLForm.idl
+++ b/main/offapi/com/sun/star/form/component/HTMLForm.idl
@@ -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,96 +7,96 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_component_HTMLForm_idl__ 
-#define __com_sun_star_form_component_HTMLForm_idl__ 
- 
-#ifndef __com_sun_star_form_component_Form_idl__ 
-#include <com/sun/star/form/component/Form.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_XReset_idl__ 
-#include <com/sun/star/form/XReset.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_XSubmit_idl__ 
-#include <com/sun/star/form/XSubmit.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_FormSubmitMethod_idl__ 
-#include <com/sun/star/form/FormSubmitMethod.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_FormSubmitEncoding_idl__ 
-#include <com/sun/star/form/FormSubmitEncoding.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  module component { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_component_HTMLForm_idl__
+#define __com_sun_star_form_component_HTMLForm_idl__
+
+#ifndef __com_sun_star_form_component_Form_idl__
+#include <com/sun/star/form/component/Form.idl>
+#endif
+
+#ifndef __com_sun_star_form_XReset_idl__
+#include <com/sun/star/form/XReset.idl>
+#endif
+
+#ifndef __com_sun_star_form_XSubmit_idl__
+#include <com/sun/star/form/XSubmit.idl>
+#endif
+
+#ifndef __com_sun_star_form_FormSubmitMethod_idl__
+#include <com/sun/star/form/FormSubmitMethod.idl>
+#endif
+
+#ifndef __com_sun_star_form_FormSubmitEncoding_idl__
+#include <com/sun/star/form/FormSubmitEncoding.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {  module component {
+
+//=============================================================================
+
 /** This service specifies the special kind of <type>Form</type>s for HTML documents.
-	
+
 	<p>An HTMLForm fulfills the specification of forms in HTML. It supplies
 	the possibility of submitting or resetting the contents of a form.
 	For more information on HTML forms, please see the documentation of HTML.</p>
  */
 published service HTMLForm
-{ 
-	service com::sun::star::form::component::Form; 
-	
+{
+	service com::sun::star::form::component::Form;
+
 	/** resets the control.
 	*/
-	interface com::sun::star::form::XReset; 
-	
+	interface com::sun::star::form::XReset;
+
 	/** allows to submit changes.
 
-		<p>When a form is submitted, the data contained in the form is sent 
+		<p>When a form is submitted, the data contained in the form is sent
 		to the target URL as a series of name/value pairs. The name portion
 		of each pair is the name of a form component as specified by its NAME
-		attribute. In most cases the value portion is the value displayed 
+		attribute. In most cases the value portion is the value displayed
 		by the element, for example, the text displayed in a text field.</p>
 	*/
-	interface com::sun::star::form::XSubmit; 
- 
+	interface com::sun::star::form::XSubmit;
+
 	/** describes the frame, where to open the document specified by the TargetURL.
 	 */
-	[property] string TargetFrame; 
+	[property] string TargetFrame;
 
-	//------------------------------------------------------------------------- 
-	 
+	//-------------------------------------------------------------------------
+
 	/** specifies the URL, which should be used for submission.
 	 */
-	[property] string TargetURL; 
-	//------------------------------------------------------------------------- 
-	 
+	[property] string TargetURL;
+	//-------------------------------------------------------------------------
+
 	/** specifies the kind of submission.
 	 */
-	[property] com::sun::star::form::FormSubmitMethod SubmitMethod; 
-	//------------------------------------------------------------------------- 
-	 
+	[property] com::sun::star::form::FormSubmitMethod SubmitMethod;
+	//-------------------------------------------------------------------------
+
 	/** specifies the kind of encoding for submission.
 	 */
-	[property] com::sun::star::form::FormSubmitEncoding SubmitEncoding; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; }; 
- 
-#endif 
+	[property] com::sun::star::form::FormSubmitEncoding SubmitEncoding;
+};
+
+//=============================================================================
+
+}; }; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/form/component/HiddenControl.idl b/main/offapi/com/sun/star/form/component/HiddenControl.idl
index 99eede5..df12c9c 100644
--- a/main/offapi/com/sun/star/form/component/HiddenControl.idl
+++ b/main/offapi/com/sun/star/form/component/HiddenControl.idl
@@ -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,55 +7,55 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_component_HiddenControl_idl__ 
-#define __com_sun_star_form_component_HiddenControl_idl__ 
- 
-#ifndef __com_sun_star_form_FormComponent_idl__ 
-#include <com/sun/star/form/FormComponent.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  module component { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_component_HiddenControl_idl__
+#define __com_sun_star_form_component_HiddenControl_idl__
+
+#ifndef __com_sun_star_form_FormComponent_idl__
+#include <com/sun/star/form/FormComponent.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {  module component {
+
+//=============================================================================
+
 /** This service specifies the model of a hidden control.
 
 	<p>The only sense of a hidden control is to store data in the form which is
 	not visible to the user.</p>
-	
+
 	<p>Usually, hidden controls are used in <type scope="com::sun::star::form::component">HTMLForm</type>s,
 	where they contain data which is to be submitted.<br/>
 	Nevertheless, you can use them in your own forms for storing any data, for instance
 	to evaluate it in some scripting macro.</p>
  */
 published service HiddenControl
-{ 
-	service com::sun::star::form::FormComponent; 
- 
+{
+	service com::sun::star::form::FormComponent;
+
 	/** specifies the value of the component.
 	 */
-	[property] string HiddenValue; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; }; 
- 
-#endif 
+	[property] string HiddenValue;
+
+};
+
+//=============================================================================
+
+}; }; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/form/component/ImageButton.idl b/main/offapi/com/sun/star/form/component/ImageButton.idl
index b02838c..cf0d2dd 100644
--- a/main/offapi/com/sun/star/form/component/ImageButton.idl
+++ b/main/offapi/com/sun/star/form/component/ImageButton.idl
@@ -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,49 +7,49 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_component_ImageButton_idl__ 
-#define __com_sun_star_form_component_ImageButton_idl__ 
- 
-#ifndef __com_sun_star_awt_UnoControlImageControlModel_idl__ 
-#include <com/sun/star/awt/UnoControlImageControlModel.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_FormControlModel_idl__ 
-#include <com/sun/star/form/FormControlModel.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_XApproveActionBroadcaster_idl__ 
-#include <com/sun/star/form/XApproveActionBroadcaster.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_XImageProducerSupplier_idl__ 
-#include <com/sun/star/form/XImageProducerSupplier.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_FormButtonType_idl__ 
-#include <com/sun/star/form/FormButtonType.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  module component { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_component_ImageButton_idl__
+#define __com_sun_star_form_component_ImageButton_idl__
+
+#ifndef __com_sun_star_awt_UnoControlImageControlModel_idl__
+#include <com/sun/star/awt/UnoControlImageControlModel.idl>
+#endif
+
+#ifndef __com_sun_star_form_FormControlModel_idl__
+#include <com/sun/star/form/FormControlModel.idl>
+#endif
+
+#ifndef __com_sun_star_form_XApproveActionBroadcaster_idl__
+#include <com/sun/star/form/XApproveActionBroadcaster.idl>
+#endif
+
+#ifndef __com_sun_star_form_XImageProducerSupplier_idl__
+#include <com/sun/star/form/XImageProducerSupplier.idl>
+#endif
+
+#ifndef __com_sun_star_form_FormButtonType_idl__
+#include <com/sun/star/form/FormButtonType.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {  module component {
+
+//=============================================================================
+
 /** This service specifies the control model for a clickable button which
 	is represented by an image.
 
@@ -59,12 +59,12 @@
 	@see CommandButton
 */
 published service ImageButton
-{ 
-	service com::sun::star::awt::UnoControlImageControlModel; 
-	
-	service com::sun::star::form::FormControlModel; 
- 
-	 
+{
+	service com::sun::star::awt::UnoControlImageControlModel;
+
+	service com::sun::star::form::FormControlModel;
+
+
 	/** supplies the caller with an <type scope="com::sun::star::awt">XImageProducer</type>.
 
 		<p>Other components can register as <type scope="com::sun::star::awt">XImageConsumer</type>
@@ -78,14 +78,14 @@
 		Usually, controls acting for an <type>ImageButton</type> model are consumers, and use the
 		data stream to display the image</p>
 	 */
-	interface com::sun::star::form::XImageProducerSupplier; 
- 
-	//------------------------------------------------------------------------- 
+	interface com::sun::star::form::XImageProducerSupplier;
+
+	//-------------------------------------------------------------------------
 	/** describes the action to be executed by the button when pressed.
 	 */
-	[property] com::sun::star::form::FormButtonType ButtonType; 
+	[property] com::sun::star::form::FormButtonType ButtonType;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	/** describes the frame, where to open the document specified by the TargetURL.
 
 		<p>This property is evaluated if the button is of type URL.</p>
@@ -93,20 +93,20 @@
 		<p>As always, there is a number of target names which have a special meaning, and force
 		a special <type scope="com::sun::star::frame">Frame</type> to be used.</p>
 	 */
-	[property] string TargetFrame; 
+	[property] string TargetFrame;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	/** specifies the URL, which should be opened if the button was clicked.
-		
+
 		<p>This property is evaluated if the button is of type URL.</p>
 
 		@see com::sun::star::form::FormButtonType
 	 */
-	[property] string TargetURL; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; }; 
- 
-#endif 
+	[property] string TargetURL;
+};
+
+//=============================================================================
+
+}; }; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/form/component/ListBox.idl b/main/offapi/com/sun/star/form/component/ListBox.idl
index 084fe7c..c84e516 100644
--- a/main/offapi/com/sun/star/form/component/ListBox.idl
+++ b/main/offapi/com/sun/star/form/component/ListBox.idl
@@ -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,56 +7,56 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_component_ListBox_idl__ 
-#define __com_sun_star_form_component_ListBox_idl__ 
- 
-#ifndef __com_sun_star_awt_UnoControlListBoxModel_idl__ 
-#include <com/sun/star/awt/UnoControlListBoxModel.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_FormControlModel_idl__ 
-#include <com/sun/star/form/FormControlModel.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_XReset_idl__ 
-#include <com/sun/star/form/XReset.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  module component { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_component_ListBox_idl__
+#define __com_sun_star_form_component_ListBox_idl__
+
+#ifndef __com_sun_star_awt_UnoControlListBoxModel_idl__
+#include <com/sun/star/awt/UnoControlListBoxModel.idl>
+#endif
+
+#ifndef __com_sun_star_form_FormControlModel_idl__
+#include <com/sun/star/form/FormControlModel.idl>
+#endif
+
+#ifndef __com_sun_star_form_XReset_idl__
+#include <com/sun/star/form/XReset.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {  module component {
+
+//=============================================================================
+
 /** specifies a model for a control which allows to choose in a list of alternative values.
  */
 published service ListBox
-{ 
-	service com::sun::star::awt::UnoControlListBoxModel; 
-	
-	service com::sun::star::form::FormControlModel; 
-	
+{
+	service com::sun::star::awt::UnoControlListBoxModel;
+
+	service com::sun::star::form::FormControlModel;
+
 	/** can be used to reset the control to it's default state.
 
 		@see ListBox::DefaultSelection
 	*/
-	interface com::sun::star::form::XReset; 
- 
-	/** contains the indexes of entries of the listbox, which should selected 
+	interface com::sun::star::form::XReset;
+
+	/** contains the indexes of entries of the listbox, which should selected
 		by default.
 
 		<p>This selection is used initially or for a reset.</p>
@@ -64,17 +64,17 @@
 		@see com::sun::star::awt::UnoControlListBoxModel::SelectedItems
 		@see com::sun::star::form::XReset
 	 */
-	[property] sequence<short> DefaultSelection; 
- 
+	[property] sequence<short> DefaultSelection;
+
 
 	/** contains the listbox entries.
 	 */
-	[property] sequence<string> ListSource; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; }; 
- 
-#endif 
+	[property] sequence<string> ListSource;
+
+};
+
+//=============================================================================
+
+}; }; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/form/component/NavigationToolBar.idl b/main/offapi/com/sun/star/form/component/NavigationToolBar.idl
index 68aa424..ada7c99 100644
--- a/main/offapi/com/sun/star/form/component/NavigationToolBar.idl
+++ b/main/offapi/com/sun/star/form/component/NavigationToolBar.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -65,12 +65,12 @@
 	 */
 	[property] com::sun::star::awt::FontDescriptor FontDescriptor;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	/** specifies the text color (as RGB value) of the control.
 	 */
-	[property] long TextColor; 
+	[property] long TextColor;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	/** specifies the text line color (as RGB value) of the control.
 
         <p>This color is used if the <member>FontDescriptor</member> defines
@@ -78,7 +78,7 @@
 	 */
 	[property] long TextLineColor;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	/** specifies the relief for the font described in <member>FontDescriptor</member>
 
         <p>The value must be one of the <type scope="com::sun::star::text">FontRelief</type>
@@ -86,7 +86,7 @@
 	 */
 	[property] long FontRelief;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	/** specifies the emphasis mark for the font described in <member>FontDescriptor</member>
 
         <p>The value must be one of the <type scope="com::sun::star::text">FontEmphasis</type>
@@ -94,7 +94,7 @@
 	 */
 	[property] long FontEmphasisMark;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
     /** specifies the size of the icons in the control
 
         <p>At least the following values are to be supported:
@@ -104,31 +104,31 @@
     */
     [property] short IconSize;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
     /** determines whether the control should provide functionality for positioning the
         parent form
     */
     [property] boolean ShowPosition;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
     /** determines whether the control should provide functionality for navigating the
         parent form
     */
     [property] boolean ShowNavigation;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
     /** determines whether the control should provide functionality for acting on the current record
         of the parent form
     */
     [property] boolean ShowRecordActions;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
     /** determines whether the control should provide functionality for filtering and sorting the
         parent form
     */
     [property] boolean ShowFilterSort;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
     /** specifies a repeat delay for the control
 
         <p>Some buttons of a NavigationToolBar may show repeating behaviour, e.g. may be
diff --git a/main/offapi/com/sun/star/form/component/NumericField.idl b/main/offapi/com/sun/star/form/component/NumericField.idl
index 8d19d90..4a2b852 100644
--- a/main/offapi/com/sun/star/form/component/NumericField.idl
+++ b/main/offapi/com/sun/star/form/component/NumericField.idl
@@ -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,57 +7,57 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_component_NumericField_idl__ 
-#define __com_sun_star_form_component_NumericField_idl__ 
- 
-#ifndef __com_sun_star_awt_UnoControlNumericFieldModel_idl__ 
-#include <com/sun/star/awt/UnoControlNumericFieldModel.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_FormControlModel_idl__ 
-#include <com/sun/star/form/FormControlModel.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_XReset_idl__ 
-#include <com/sun/star/form/XReset.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  module component {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_component_NumericField_idl__
+#define __com_sun_star_form_component_NumericField_idl__
+
+#ifndef __com_sun_star_awt_UnoControlNumericFieldModel_idl__
+#include <com/sun/star/awt/UnoControlNumericFieldModel.idl>
+#endif
+
+#ifndef __com_sun_star_form_FormControlModel_idl__
+#include <com/sun/star/form/FormControlModel.idl>
+#endif
+
+#ifndef __com_sun_star_form_XReset_idl__
+#include <com/sun/star/form/XReset.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {  module component {
+
+//=============================================================================
+
 /** specifies a component which allows the input of a numeric value.
  */
 published service NumericField
-{ 
-	service com::sun::star::awt::UnoControlNumericFieldModel; 
-	
-	service com::sun::star::form::FormControlModel; 
-	
+{
+	service com::sun::star::awt::UnoControlNumericFieldModel;
+
+	service com::sun::star::form::FormControlModel;
+
 	/** can be used to reset the control to it's default value.
 
 		@see NumericField::DefaultValue
 	*/
-	interface com::sun::star::form::XReset; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	interface com::sun::star::form::XReset;
+
+	//-------------------------------------------------------------------------
+
 	/** contains a default value for the control.
 
 		<p>This value is used when the control is initially displayed, and for resetting it.</p>
@@ -65,12 +65,12 @@
 		@see com::sun::star::awt::UnoControlNumericFieldModel::Value
 		@see com::sun::star::form::XReset
 	 */
-	[property] double DefaultValue; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; };  
- 
-#endif 
+	[property] double DefaultValue;
+
+};
+
+//=============================================================================
+
+}; }; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/form/component/PatternField.idl b/main/offapi/com/sun/star/form/component/PatternField.idl
index 704c2b9..0382b2b 100644
--- a/main/offapi/com/sun/star/form/component/PatternField.idl
+++ b/main/offapi/com/sun/star/form/component/PatternField.idl
@@ -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,55 +7,55 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_component_PatternField_idl__ 
-#define __com_sun_star_form_component_PatternField_idl__ 
- 
-#ifndef __com_sun_star_awt_UnoControlPatternFieldModel_idl__ 
-#include <com/sun/star/awt/UnoControlPatternFieldModel.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_FormControlModel_idl__ 
-#include <com/sun/star/form/FormControlModel.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_XReset_idl__ 
-#include <com/sun/star/form/XReset.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  module component { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_component_PatternField_idl__
+#define __com_sun_star_form_component_PatternField_idl__
+
+#ifndef __com_sun_star_awt_UnoControlPatternFieldModel_idl__
+#include <com/sun/star/awt/UnoControlPatternFieldModel.idl>
+#endif
+
+#ifndef __com_sun_star_form_FormControlModel_idl__
+#include <com/sun/star/form/FormControlModel.idl>
+#endif
+
+#ifndef __com_sun_star_form_XReset_idl__
+#include <com/sun/star/form/XReset.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {  module component {
+
+//=============================================================================
+
 /** specifies a component which allows the input of text which matches a specific pattern.
  */
 published service PatternField
-{ 
-	service com::sun::star::awt::UnoControlPatternFieldModel; 
-	
-	service com::sun::star::form::FormControlModel; 
-	
+{
+	service com::sun::star::awt::UnoControlPatternFieldModel;
+
+	service com::sun::star::form::FormControlModel;
+
 	/** can be used to reset the control to it's default text.
 
 		@see PatternField::DefaultText
 	*/
-	interface com::sun::star::form::XReset; 
- 
+	interface com::sun::star::form::XReset;
+
 	/** contains a default value for the control.
 
 		<p>This value is used when the control is initially displayed, and for resetting it.</p>
@@ -63,12 +63,12 @@
 		@see com::sun::star::awt::UnoControlPatternFieldModel::Text
 		@see com::sun::star::form::XReset
 	 */
-	[property] string DefaultText; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; }; 
- 
-#endif 
+	[property] string DefaultText;
+
+};
+
+//=============================================================================
+
+}; }; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/form/component/RadioButton.idl b/main/offapi/com/sun/star/form/component/RadioButton.idl
index cd78aa1..070d2ab 100644
--- a/main/offapi/com/sun/star/form/component/RadioButton.idl
+++ b/main/offapi/com/sun/star/form/component/RadioButton.idl
@@ -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,41 +7,41 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_component_RadioButton_idl__ 
-#define __com_sun_star_form_component_RadioButton_idl__ 
- 
-#ifndef __com_sun_star_awt_UnoControlRadioButtonModel_idl__ 
-#include <com/sun/star/awt/UnoControlRadioButtonModel.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_FormControlModel_idl__ 
-#include <com/sun/star/form/FormControlModel.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_XReset_idl__ 
-#include <com/sun/star/form/XReset.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  module component { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_component_RadioButton_idl__
+#define __com_sun_star_form_component_RadioButton_idl__
+
+#ifndef __com_sun_star_awt_UnoControlRadioButtonModel_idl__
+#include <com/sun/star/awt/UnoControlRadioButtonModel.idl>
+#endif
+
+#ifndef __com_sun_star_form_FormControlModel_idl__
+#include <com/sun/star/form/FormControlModel.idl>
+#endif
+
+#ifndef __com_sun_star_form_XReset_idl__
+#include <com/sun/star/form/XReset.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {  module component {
+
+//=============================================================================
+
 /** specifies a component which acts as a radio button as needed in <type>HTMLForm</type>s.
 
 	<p>Radio buttons are controls which can be grouped together, and in every
@@ -53,19 +53,19 @@
 	same name (see <member scope="com::sun::star::form">FormComponent::Name</member>).</p>
  */
 published service RadioButton
-{ 
-	service com::sun::star::awt::UnoControlRadioButtonModel; 
-	
-	service com::sun::star::form::FormControlModel; 
-	
+{
+	service com::sun::star::awt::UnoControlRadioButtonModel;
+
+	service com::sun::star::form::FormControlModel;
+
 	/** can be used to reset the control to it's default text.
 
 		@see RadioButton::DefaultState
 	*/
-	interface com::sun::star::form::XReset; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	interface com::sun::star::form::XReset;
+
+	//-------------------------------------------------------------------------
+
 	/** contains a default value for the control.
 
 		<p>This value is used when the control is initially displayed, and for resetting it.</p>
@@ -76,10 +76,10 @@
 		@see com::sun::star::awt::UnoControlRadioButtonModel::State
 		@see com::sun::star::form::XReset
 	 */
-	[property] short DefaultState; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] short DefaultState;
+
+	//-------------------------------------------------------------------------
+
 	/** contains a reference value which is used for submission in a HTML
 		form.
 
@@ -87,8 +87,8 @@
 		<type scope="com::sun::star::form">XSubmit</type>), and the control is checked, this reference
 		value is used for submission.</p>
 	 */
-	[property] string RefValue; 
- 
+	[property] string RefValue;
+
 
     /** specifies a value which is to be associated with the control when it's <em>not</em>
         selected.
@@ -99,10 +99,10 @@
         the value should be associated with the control when it is <em>not</em> selected.</p>
     */
     [optional, property] string UncheckedRefValue;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; }; 
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/form/component/RichTextControl.idl b/main/offapi/com/sun/star/form/component/RichTextControl.idl
index 7818f13..24059ce 100644
--- a/main/offapi/com/sun/star/form/component/RichTextControl.idl
+++ b/main/offapi/com/sun/star/form/component/RichTextControl.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -28,9 +28,9 @@
 #include <com/sun/star/awt/UnoControlEditModel.idl>
 #endif
 
-#ifndef __com_sun_star_form_FormControlModel_idl__ 
-#include <com/sun/star/form/FormControlModel.idl> 
-#endif 
+#ifndef __com_sun_star_form_FormControlModel_idl__
+#include <com/sun/star/form/FormControlModel.idl>
+#endif
 
 #ifndef __com_sun_star_text_TextRange_idl__
 #include <com/sun/star/text/TextRange.idl>
@@ -49,7 +49,7 @@
 {
 	service com::sun::star::awt::UnoControlEditModel;
 
-	service com::sun::star::form::FormControlModel; 
+	service com::sun::star::form::FormControlModel;
 
     /** specifies capabilities to provide rich text, as opposed to the simple text provided by the
         <type scope="com::sun::star::awt">UnoControlEditModel</type>
diff --git a/main/offapi/com/sun/star/form/component/ScrollBar.idl b/main/offapi/com/sun/star/form/component/ScrollBar.idl
index e4261e6..f5b1580 100644
--- a/main/offapi/com/sun/star/form/component/ScrollBar.idl
+++ b/main/offapi/com/sun/star/form/component/ScrollBar.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/form/component/SpinButton.idl b/main/offapi/com/sun/star/form/component/SpinButton.idl
index 83e645b..fdce028 100644
--- a/main/offapi/com/sun/star/form/component/SpinButton.idl
+++ b/main/offapi/com/sun/star/form/component/SpinButton.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/form/component/SubmitButton.idl b/main/offapi/com/sun/star/form/component/SubmitButton.idl
index 2fc47f7..7b82e65 100644
--- a/main/offapi/com/sun/star/form/component/SubmitButton.idl
+++ b/main/offapi/com/sun/star/form/component/SubmitButton.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/form/component/TextField.idl b/main/offapi/com/sun/star/form/component/TextField.idl
index 0584094..c756013 100644
--- a/main/offapi/com/sun/star/form/component/TextField.idl
+++ b/main/offapi/com/sun/star/form/component/TextField.idl
@@ -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,52 +7,52 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_component_TextField_idl__ 
-#define __com_sun_star_form_component_TextField_idl__ 
- 
-#ifndef __com_sun_star_awt_UnoControlEditModel_idl__ 
-#include <com/sun/star/awt/UnoControlEditModel.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_FormControlModel_idl__ 
-#include <com/sun/star/form/FormControlModel.idl> 
-#endif 
+#ifndef __com_sun_star_form_component_TextField_idl__
+#define __com_sun_star_form_component_TextField_idl__
 
-#ifndef __com_sun_star_form_component_RichTextControl_idl__ 
-#include <com/sun/star/form/component/RichTextControl.idl> 
+#ifndef __com_sun_star_awt_UnoControlEditModel_idl__
+#include <com/sun/star/awt/UnoControlEditModel.idl>
 #endif
 
-#ifndef __com_sun_star_form_XReset_idl__ 
-#include <com/sun/star/form/XReset.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  module component { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_FormControlModel_idl__
+#include <com/sun/star/form/FormControlModel.idl>
+#endif
+
+#ifndef __com_sun_star_form_component_RichTextControl_idl__
+#include <com/sun/star/form/component/RichTextControl.idl>
+#endif
+
+#ifndef __com_sun_star_form_XReset_idl__
+#include <com/sun/star/form/XReset.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {  module component {
+
+//=============================================================================
+
 /** specifies a component which allows the input of text, either single- or multi-line.
  */
 published service TextField
-{ 
-	service com::sun::star::awt::UnoControlEditModel; 
-	
-	service com::sun::star::form::FormControlModel; 
+{
+	service com::sun::star::awt::UnoControlEditModel;
+
+	service com::sun::star::form::FormControlModel;
 
     /** specifies optional capabilities for displaying and inputting formatted text.
 
@@ -66,8 +66,8 @@
 
 		@see TextField::DefaultText
 	*/
-	interface com::sun::star::form::XReset; 
- 
+	interface com::sun::star::form::XReset;
+
 	/** contains a default value for the control.
 
 		<p>This value is used when the control is initially displayed, and for resetting it.</p>
@@ -75,11 +75,11 @@
 		@see com::sun::star::awt::UnoControlEditModel::Text
 		@see com::sun::star::form::XReset
 	 */
-	[property] string DefaultText; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; }; 
- 
-#endif 
+	[property] string DefaultText;
+};
+
+//=============================================================================
+
+}; }; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/form/component/TimeField.idl b/main/offapi/com/sun/star/form/component/TimeField.idl
index f9cc5c7..3cdea2f 100644
--- a/main/offapi/com/sun/star/form/component/TimeField.idl
+++ b/main/offapi/com/sun/star/form/component/TimeField.idl
@@ -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,58 +7,58 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_form_component_TimeField_idl__ 
-#define __com_sun_star_form_component_TimeField_idl__ 
- 
-#ifndef __com_sun_star_awt_UnoControlTimeFieldModel_idl__ 
-#include <com/sun/star/awt/UnoControlTimeFieldModel.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_FormControlModel_idl__ 
-#include <com/sun/star/form/FormControlModel.idl> 
-#endif 
- 
-#ifndef __com_sun_star_form_XReset_idl__ 
-#include <com/sun/star/form/XReset.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  module component {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_component_TimeField_idl__
+#define __com_sun_star_form_component_TimeField_idl__
+
+#ifndef __com_sun_star_awt_UnoControlTimeFieldModel_idl__
+#include <com/sun/star/awt/UnoControlTimeFieldModel.idl>
+#endif
+
+#ifndef __com_sun_star_form_FormControlModel_idl__
+#include <com/sun/star/form/FormControlModel.idl>
+#endif
+
+#ifndef __com_sun_star_form_XReset_idl__
+#include <com/sun/star/form/XReset.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {  module component {
+
+//=============================================================================
+
 /** sepecifies the control model for a field which can be used to input time values.
  */
 published service TimeField
-{ 
-	service com::sun::star::awt::UnoControlTimeFieldModel; 
+{
+	service com::sun::star::awt::UnoControlTimeFieldModel;
 
-	service com::sun::star::form::FormControlModel; 
+	service com::sun::star::form::FormControlModel;
 
 	/** resets the control.
-	
+
 		<p>If you do not set a value for the <member>DefaultTime</member>, then resetting the control
 		will result in setting to to the current system time. This is for HTML compatibility.</p>
 	*/
-	interface com::sun::star::form::XReset; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	interface com::sun::star::form::XReset;
+
+	//-------------------------------------------------------------------------
+
 	/** contains a default value for the control.
 
 		<p>This value is used when the control is initially displayed, and for resetting it.</p>
@@ -66,12 +66,12 @@
 		@see com::sun::star::awt::UnoControlTimeFieldModel::Time
 		@see com::sun::star::form::XReset
 	*/
-	[property] long DefaultTime; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; };  
- 
-#endif 
+	[property] long DefaultTime;
+
+};
+
+//=============================================================================
+
+}; }; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/form/control/CheckBox.idl b/main/offapi/com/sun/star/form/control/CheckBox.idl
index 8d14db8..a3c0203 100644
--- a/main/offapi/com/sun/star/form/control/CheckBox.idl
+++ b/main/offapi/com/sun/star/form/control/CheckBox.idl
@@ -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,37 +7,37 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
-#ifndef __com_sun_star_form_component_checkbox_idl__ 
-#define __com_sun_star_form_component_checkbox_idl__ 
+#ifndef __com_sun_star_form_component_checkbox_idl__
+#define __com_sun_star_form_component_checkbox_idl__
 
-#ifndef __com_sun_star_awt_UnoControlCheckBox_idl__ 
-#include <com/sun/star/awt/UnoControlCheckBox.idl> 
-#endif 
+#ifndef __com_sun_star_awt_UnoControlCheckBox_idl__
+#include <com/sun/star/awt/UnoControlCheckBox.idl>
+#endif
 
-#ifndef __com_sun_star_form_XBoundControl_idl__ 
-#include <com/sun/star/form/XBoundControl.idl> 
-#endif 
+#ifndef __com_sun_star_form_XBoundControl_idl__
+#include <com/sun/star/form/XBoundControl.idl>
+#endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  module control { 
- 
-//============================================================================= 
- 
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {  module control {
+
+//=============================================================================
+
 /** describes a check box control which can (but not necessarily has to) be bound to a database field.
 
 	<p>The model of the control has to support the <type scope="com::sun::star::form::component">CheckBox</type>
@@ -53,12 +53,12 @@
 	interface com::sun::star::form::XBoundControl;
 };
 
-//============================================================================= 
- 
-}; }; }; }; }; 
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
+//=============================================================================
 
-#endif 
+}; }; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+
+#endif
diff --git a/main/offapi/com/sun/star/form/control/ComboBox.idl b/main/offapi/com/sun/star/form/control/ComboBox.idl
index b612993..c166d86 100644
--- a/main/offapi/com/sun/star/form/control/ComboBox.idl
+++ b/main/offapi/com/sun/star/form/control/ComboBox.idl
@@ -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,37 +7,37 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
-#ifndef __com_sun_star_form_control_ComboBox_idl__ 
-#define __com_sun_star_form_control_ComboBox_idl__ 
+#ifndef __com_sun_star_form_control_ComboBox_idl__
+#define __com_sun_star_form_control_ComboBox_idl__
 
-#ifndef __com_sun_star_awt_UnoControlComboBox_idl__ 
-#include <com/sun/star/awt/UnoControlComboBox.idl> 
-#endif 
+#ifndef __com_sun_star_awt_UnoControlComboBox_idl__
+#include <com/sun/star/awt/UnoControlComboBox.idl>
+#endif
 
-#ifndef __com_sun_star_form_XBoundControl_idl__ 
-#include <com/sun/star/form/XBoundControl.idl> 
-#endif 
+#ifndef __com_sun_star_form_XBoundControl_idl__
+#include <com/sun/star/form/XBoundControl.idl>
+#endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  module control { 
- 
-//============================================================================= 
- 
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {  module control {
+
+//=============================================================================
+
 /** describes a combo box control.
 
 	<p>The model of the control has to support the <type scope="com::sun::star::form::component">ComboBox</type>
@@ -53,12 +53,12 @@
 	interface com::sun::star::form::XBoundControl;
 };
 
-//============================================================================= 
- 
-}; }; }; }; }; 
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
+//=============================================================================
 
-#endif 
+}; }; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+
+#endif
diff --git a/main/offapi/com/sun/star/form/control/CommandButton.idl b/main/offapi/com/sun/star/form/control/CommandButton.idl
index f2fc787..68dfd6a 100644
--- a/main/offapi/com/sun/star/form/control/CommandButton.idl
+++ b/main/offapi/com/sun/star/form/control/CommandButton.idl
@@ -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,37 +7,37 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
-#ifndef __com_sun_star_form_control_CommandButton_idl__ 
-#define __com_sun_star_form_control_CommandButton_idl__ 
+#ifndef __com_sun_star_form_control_CommandButton_idl__
+#define __com_sun_star_form_control_CommandButton_idl__
 
-#ifndef __com_sun_star_awt_UnoControlButton_idl__ 
-#include <com/sun/star/awt/UnoControlButton.idl> 
-#endif 
-
-#ifndef __com_sun_star_form_XApproveActionBroadcaster_idl__ 
-#include <com/sun/star/form/XApproveActionBroadcaster.idl> 
+#ifndef __com_sun_star_awt_UnoControlButton_idl__
+#include <com/sun/star/awt/UnoControlButton.idl>
 #endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  module control { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_XApproveActionBroadcaster_idl__
+#include <com/sun/star/form/XApproveActionBroadcaster.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {  module control {
+
+//=============================================================================
+
 /** describes a button control.
 
 	<p>The model of the control has to support the <type scope="com::sun::star::form::component">CommandButton</type>
@@ -71,12 +71,12 @@
 	interface com::sun::star::form::XApproveActionBroadcaster;
 };
 
-//============================================================================= 
- 
-}; }; }; }; }; 
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
+//=============================================================================
 
-#endif 
+}; }; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+
+#endif
diff --git a/main/offapi/com/sun/star/form/control/CurrencyField.idl b/main/offapi/com/sun/star/form/control/CurrencyField.idl
index 0524359..832045e 100644
--- a/main/offapi/com/sun/star/form/control/CurrencyField.idl
+++ b/main/offapi/com/sun/star/form/control/CurrencyField.idl
@@ -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,37 +7,37 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
-#ifndef __com_sun_star_form_control_CurrencyField_idl__ 
-#define __com_sun_star_form_control_CurrencyField_idl__ 
+#ifndef __com_sun_star_form_control_CurrencyField_idl__
+#define __com_sun_star_form_control_CurrencyField_idl__
 
-#ifndef __com_sun_star_awt_UnoControlCurrencyField_idl__ 
-#include <com/sun/star/awt/UnoControlCurrencyField.idl> 
-#endif 
+#ifndef __com_sun_star_awt_UnoControlCurrencyField_idl__
+#include <com/sun/star/awt/UnoControlCurrencyField.idl>
+#endif
 
-#ifndef __com_sun_star_form_XBoundControl_idl__ 
-#include <com/sun/star/form/XBoundControl.idl> 
-#endif 
+#ifndef __com_sun_star_form_XBoundControl_idl__
+#include <com/sun/star/form/XBoundControl.idl>
+#endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  module control { 
- 
-//============================================================================= 
- 
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {  module control {
+
+//=============================================================================
+
 /** describes a control which can be used for inputting currency values, and
 	which can (but not necessarily has to) be bound to a database field.
 
@@ -54,12 +54,12 @@
 	interface com::sun::star::form::XBoundControl;
 };
 
-//============================================================================= 
- 
-}; }; }; }; }; 
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
+//=============================================================================
 
-#endif 
+}; }; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+
+#endif
diff --git a/main/offapi/com/sun/star/form/control/DateField.idl b/main/offapi/com/sun/star/form/control/DateField.idl
index 712f2de..741da8a 100644
--- a/main/offapi/com/sun/star/form/control/DateField.idl
+++ b/main/offapi/com/sun/star/form/control/DateField.idl
@@ -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,37 +7,37 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
-#ifndef __com_sun_star_form_control_DateField_idl__ 
-#define __com_sun_star_form_control_DateField_idl__ 
+#ifndef __com_sun_star_form_control_DateField_idl__
+#define __com_sun_star_form_control_DateField_idl__
 
-#ifndef __com_sun_star_awt_UnoControlDateField_idl__ 
-#include <com/sun/star/awt/UnoControlDateField.idl> 
-#endif 
+#ifndef __com_sun_star_awt_UnoControlDateField_idl__
+#include <com/sun/star/awt/UnoControlDateField.idl>
+#endif
 
-#ifndef __com_sun_star_form_XBoundControl_idl__ 
-#include <com/sun/star/form/XBoundControl.idl> 
-#endif 
+#ifndef __com_sun_star_form_XBoundControl_idl__
+#include <com/sun/star/form/XBoundControl.idl>
+#endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  module control { 
- 
-//============================================================================= 
- 
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {  module control {
+
+//=============================================================================
+
 /** describes a control which can be used for inputting date values, and
 	which can (but not necessarily has to) be bound to a database field.
 
@@ -54,12 +54,12 @@
 	interface com::sun::star::form::XBoundControl;
 };
 
-//============================================================================= 
- 
-}; }; }; }; }; 
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
+//=============================================================================
 
-#endif 
+}; }; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+
+#endif
diff --git a/main/offapi/com/sun/star/form/control/FormattedField.idl b/main/offapi/com/sun/star/form/control/FormattedField.idl
index 2bfcbae..aea1240 100644
--- a/main/offapi/com/sun/star/form/control/FormattedField.idl
+++ b/main/offapi/com/sun/star/form/control/FormattedField.idl
@@ -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,37 +7,37 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
-#ifndef __com_sun_star_form_control_FormattedField_idl__ 
-#define __com_sun_star_form_control_FormattedField_idl__ 
+#ifndef __com_sun_star_form_control_FormattedField_idl__
+#define __com_sun_star_form_control_FormattedField_idl__
 
-#ifndef __com_sun_star_awt_UnoControlFormattedField_idl__ 
-#include <com/sun/star/awt/UnoControlFormattedField.idl> 
-#endif 
+#ifndef __com_sun_star_awt_UnoControlFormattedField_idl__
+#include <com/sun/star/awt/UnoControlFormattedField.idl>
+#endif
 
-#ifndef __com_sun_star_form_XBoundControl_idl__ 
-#include <com/sun/star/form/XBoundControl.idl> 
-#endif 
+#ifndef __com_sun_star_form_XBoundControl_idl__
+#include <com/sun/star/form/XBoundControl.idl>
+#endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  module control { 
- 
-//============================================================================= 
- 
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {  module control {
+
+//=============================================================================
+
 /** describes a control which can be used for inputting values with a arbitrary formatting, and
 	can (but not necessarily has to) be bound to a database field.
 
@@ -59,12 +59,12 @@
 	interface com::sun::star::form::XBoundControl;
 };
 
-//============================================================================= 
- 
-}; }; }; }; }; 
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
+//=============================================================================
 
-#endif 
+}; }; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+
+#endif
diff --git a/main/offapi/com/sun/star/form/control/GridControl.idl b/main/offapi/com/sun/star/form/control/GridControl.idl
index 5ba5976..f1338f0 100644
--- a/main/offapi/com/sun/star/form/control/GridControl.idl
+++ b/main/offapi/com/sun/star/form/control/GridControl.idl
@@ -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,77 +7,77 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
-#ifndef __com_sun_star_form_control_GridControl_idl__ 
-#define __com_sun_star_form_control_GridControl_idl__ 
+#ifndef __com_sun_star_form_control_GridControl_idl__
+#define __com_sun_star_form_control_GridControl_idl__
 
-#ifndef __com_sun_star_awt_UnoControl_idl__ 
+#ifndef __com_sun_star_awt_UnoControl_idl__
 #include <com/sun/star/awt/UnoControl.idl>
 #endif
 
-#ifndef __com_sun_star_form_XGrid_idl__ 
+#ifndef __com_sun_star_form_XGrid_idl__
 #include <com/sun/star/form/XGrid.idl>
 #endif
 
-#ifndef __com_sun_star_form_XBoundComponent_idl__ 
+#ifndef __com_sun_star_form_XBoundComponent_idl__
 #include <com/sun/star/form/XBoundComponent.idl>
 #endif
 
-#ifndef __com_sun_star_form_XGridFieldDataSupplier_idl__ 
+#ifndef __com_sun_star_form_XGridFieldDataSupplier_idl__
 #include <com/sun/star/form/XGridFieldDataSupplier.idl>
 #endif
 
-#ifndef __com_sun_star_util_XModifyBroadcaster_idl__ 
+#ifndef __com_sun_star_util_XModifyBroadcaster_idl__
 #include <com/sun/star/util/XModifyBroadcaster.idl>
 #endif
 
-#ifndef __com_sun_star_util_XModeSelector_idl__ 
+#ifndef __com_sun_star_util_XModeSelector_idl__
 #include <com/sun/star/util/XModeSelector.idl>
 #endif
 
-#ifndef __com_sun_star_container_XIndexAccess_idl__ 
+#ifndef __com_sun_star_container_XIndexAccess_idl__
 #include <com/sun/star/container/XIndexAccess.idl>
 #endif
 
-#ifndef __com_sun_star_container_XEnumerationAccess_idl__ 
+#ifndef __com_sun_star_container_XEnumerationAccess_idl__
 #include <com/sun/star/container/XEnumerationAccess.idl>
 #endif
 
-#ifndef __com_sun_star_container_XContainer_idl__ 
+#ifndef __com_sun_star_container_XContainer_idl__
 #include <com/sun/star/container/XContainer.idl>
 #endif
 
-#ifndef __com_sun_star_frame_XDispatchProviderInterception_idl__ 
+#ifndef __com_sun_star_frame_XDispatchProviderInterception_idl__
 #include <com/sun/star/frame/XDispatchProviderInterception.idl>
 #endif
 
-#ifndef __com_sun_star_view_XSelectionSupplier_idl__ 
+#ifndef __com_sun_star_view_XSelectionSupplier_idl__
 #include <com/sun/star/view/XSelectionSupplier.idl>
 #endif
 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module form { 
+//=============================================================================
+
+module com {  module sun {  module star {  module form {
 
 published interface XGridControl;
-     
-module control { 
- 
-//============================================================================= 
- 
+
+module control {
+
+//=============================================================================
+
 /** describes a table-like control for displaying data.
 
 	<p>The model of the control has to support the <type scope="com::sun::star::form::component">GridControl</type>
@@ -160,9 +160,9 @@
 	[optional] interface com::sun::star::frame::XDispatchProviderInterception;
 };
 
-//============================================================================= 
- 
-}; }; }; }; }; 
- 
+//=============================================================================
 
-#endif 
+}; }; }; }; };
+
+
+#endif
diff --git a/main/offapi/com/sun/star/form/control/GroupBox.idl b/main/offapi/com/sun/star/form/control/GroupBox.idl
index 84d3aa1..c0bc961 100644
--- a/main/offapi/com/sun/star/form/control/GroupBox.idl
+++ b/main/offapi/com/sun/star/form/control/GroupBox.idl
@@ -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,37 +7,37 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
-#ifndef __com_sun_star_form_control_GroupBox_idl__ 
-#define __com_sun_star_form_control_GroupBox_idl__ 
+#ifndef __com_sun_star_form_control_GroupBox_idl__
+#define __com_sun_star_form_control_GroupBox_idl__
 
-#ifndef __com_sun_star_awt_UnoControlGroupBox_idl__ 
-#include <com/sun/star/awt/UnoControlGroupBox.idl> 
-#endif 
+#ifndef __com_sun_star_awt_UnoControlGroupBox_idl__
+#include <com/sun/star/awt/UnoControlGroupBox.idl>
+#endif
 
-#ifndef __com_sun_star_form_XBoundControl_idl__ 
-#include <com/sun/star/form/XBoundControl.idl> 
-#endif 
+#ifndef __com_sun_star_form_XBoundControl_idl__
+#include <com/sun/star/form/XBoundControl.idl>
+#endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  module control { 
- 
-//============================================================================= 
- 
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {  module control {
+
+//=============================================================================
+
 /** describes a control which can be used for visually grouping controls
 
 	<p>The model of the control has to support the <type scope="com::sun::star::form::component">GroupBox</type>
@@ -51,12 +51,12 @@
 	service com::sun::star::awt::UnoControlGroupBox;
 };
 
-//============================================================================= 
- 
-}; }; }; }; }; 
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
+//=============================================================================
 
-#endif 
+}; }; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+
+#endif
diff --git a/main/offapi/com/sun/star/form/control/ImageButton.idl b/main/offapi/com/sun/star/form/control/ImageButton.idl
index f7b759d..af8c67e 100644
--- a/main/offapi/com/sun/star/form/control/ImageButton.idl
+++ b/main/offapi/com/sun/star/form/control/ImageButton.idl
@@ -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,37 +7,37 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
-#ifndef __com_sun_star_form_control_ImageButton_idl__ 
-#define __com_sun_star_form_control_ImageButton_idl__ 
+#ifndef __com_sun_star_form_control_ImageButton_idl__
+#define __com_sun_star_form_control_ImageButton_idl__
 
-#ifndef __com_sun_star_awt_UnoControlImageControl_idl__ 
-#include <com/sun/star/awt/UnoControlImageControl.idl> 
-#endif 
-
-#ifndef __com_sun_star_form_XApproveActionBroadcaster_idl__ 
-#include <com/sun/star/form/XApproveActionBroadcaster.idl> 
+#ifndef __com_sun_star_awt_UnoControlImageControl_idl__
+#include <com/sun/star/awt/UnoControlImageControl.idl>
 #endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  module control { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_form_XApproveActionBroadcaster_idl__
+#include <com/sun/star/form/XApproveActionBroadcaster.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {  module control {
+
+//=============================================================================
+
 /** describes a control which can be used for displaying images on a control acting like a button.
 
 	<p>The model of the control has to support the <type scope="com::sun::star::form::component">ImageButton</type>
@@ -71,12 +71,12 @@
 	interface com::sun::star::form::XApproveActionBroadcaster;
 };
 
-//============================================================================= 
- 
-}; }; }; }; }; 
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
+//=============================================================================
 
-#endif 
+}; }; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+
+#endif
diff --git a/main/offapi/com/sun/star/form/control/ImageControl.idl b/main/offapi/com/sun/star/form/control/ImageControl.idl
index 4769621..5377469 100644
--- a/main/offapi/com/sun/star/form/control/ImageControl.idl
+++ b/main/offapi/com/sun/star/form/control/ImageControl.idl
@@ -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,37 +7,37 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
-#ifndef __com_sun_star_form_control_ImageControl_idl__ 
-#define __com_sun_star_form_control_ImageControl_idl__ 
+#ifndef __com_sun_star_form_control_ImageControl_idl__
+#define __com_sun_star_form_control_ImageControl_idl__
 
-#ifndef __com_sun_star_awt_UnoControlImageControl_idl__ 
-#include <com/sun/star/awt/UnoControlImageControl.idl> 
-#endif 
+#ifndef __com_sun_star_awt_UnoControlImageControl_idl__
+#include <com/sun/star/awt/UnoControlImageControl.idl>
+#endif
 
-#ifndef __com_sun_star_form_XBoundControl_idl__ 
-#include <com/sun/star/form/XBoundControl.idl> 
-#endif 
+#ifndef __com_sun_star_form_XBoundControl_idl__
+#include <com/sun/star/form/XBoundControl.idl>
+#endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  module control { 
- 
-//============================================================================= 
- 
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {  module control {
+
+//=============================================================================
+
 /** describes a control used for displaying images stored in a database.
 
 	<p>The model of the control has to support the <type scope="com::sun::star::form::component">DatabaseImageControl</type>
@@ -57,12 +57,12 @@
 	interface com::sun::star::form::XBoundControl;
 };
 
-//============================================================================= 
- 
-}; }; }; }; }; 
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
+//=============================================================================
 
-#endif 
+}; }; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+
+#endif
diff --git a/main/offapi/com/sun/star/form/control/InteractionGridControl.idl b/main/offapi/com/sun/star/form/control/InteractionGridControl.idl
index 84b9b65..cd47345 100644
--- a/main/offapi/com/sun/star/form/control/InteractionGridControl.idl
+++ b/main/offapi/com/sun/star/form/control/InteractionGridControl.idl
@@ -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,36 +7,36 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
-#ifndef __com_sun_star_form_component_InteractionGridControl_idl__ 
-#define __com_sun_star_form_component_InteractionGridControl_idl__ 
+#ifndef __com_sun_star_form_component_InteractionGridControl_idl__
+#define __com_sun_star_form_component_InteractionGridControl_idl__
 
-#ifndef __com_sun_star_form_control_GridControl_idl__ 
-#include <com/sun/star/form/control/GridControl.idl> 
-#endif 
-#ifndef __com_sun_star_frame_XDispatch_idl__ 
-#include <com/sun/star/frame/XDispatch.idl> 
-#endif 
+#ifndef __com_sun_star_form_control_GridControl_idl__
+#include <com/sun/star/form/control/GridControl.idl>
+#endif
+#ifndef __com_sun_star_frame_XDispatch_idl__
+#include <com/sun/star/frame/XDispatch.idl>
+#endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  module control { 
- 
-//============================================================================= 
- 
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {  module control {
+
+//=============================================================================
+
 /** is an extended grid control, which allows the user to customize some of it's user interface's aspects.
 */
 published service InteractionGridControl
@@ -68,12 +68,12 @@
 	interface com::sun::star::frame::XDispatch;
 };
 
-//============================================================================= 
- 
-}; }; }; }; }; 
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
+//=============================================================================
 
-#endif 
+}; }; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+
+#endif
diff --git a/main/offapi/com/sun/star/form/control/ListBox.idl b/main/offapi/com/sun/star/form/control/ListBox.idl
index c251c34..356b707 100644
--- a/main/offapi/com/sun/star/form/control/ListBox.idl
+++ b/main/offapi/com/sun/star/form/control/ListBox.idl
@@ -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,41 +7,41 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
-#ifndef __com_sun_star_form_control_ListBox_idl__ 
-#define __com_sun_star_form_control_ListBox_idl__ 
+#ifndef __com_sun_star_form_control_ListBox_idl__
+#define __com_sun_star_form_control_ListBox_idl__
 
-#ifndef __com_sun_star_awt_UnoControlListBox_idl__ 
-#include <com/sun/star/awt/UnoControlListBox.idl> 
-#endif 
+#ifndef __com_sun_star_awt_UnoControlListBox_idl__
+#include <com/sun/star/awt/UnoControlListBox.idl>
+#endif
 
-#ifndef __com_sun_star_form_XBoundControl_idl__ 
-#include <com/sun/star/form/XBoundControl.idl> 
-#endif 
+#ifndef __com_sun_star_form_XBoundControl_idl__
+#include <com/sun/star/form/XBoundControl.idl>
+#endif
 
-#ifndef __com_sun_star_form_XChangeBroadcaster_idl__ 
-#include <com/sun/star/form/XChangeBroadcaster.idl> 
-#endif 
+#ifndef __com_sun_star_form_XChangeBroadcaster_idl__
+#include <com/sun/star/form/XChangeBroadcaster.idl>
+#endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  module control { 
- 
-//============================================================================= 
- 
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {  module control {
+
+//=============================================================================
+
 /** describes a list box control which can (but not necessarily has to) be bound to a database field.
 
 	<p>The model of the control has to support the <type scope="com::sun::star::form::component">ListBox</type>
@@ -69,12 +69,12 @@
 	interface com::sun::star::form::XChangeBroadcaster;
 };
 
-//============================================================================= 
- 
-}; }; }; }; }; 
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
+//=============================================================================
 
-#endif 
+}; }; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+
+#endif
diff --git a/main/offapi/com/sun/star/form/control/NavigationToolBar.idl b/main/offapi/com/sun/star/form/control/NavigationToolBar.idl
index 0f04d96..ebf0994 100644
--- a/main/offapi/com/sun/star/form/control/NavigationToolBar.idl
+++ b/main/offapi/com/sun/star/form/control/NavigationToolBar.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/form/control/NumericField.idl b/main/offapi/com/sun/star/form/control/NumericField.idl
index 0aed5a9..41c7201 100644
--- a/main/offapi/com/sun/star/form/control/NumericField.idl
+++ b/main/offapi/com/sun/star/form/control/NumericField.idl
@@ -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,37 +7,37 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
-#ifndef __com_sun_star_form_control_NumericField_idl__ 
-#define __com_sun_star_form_control_NumericField_idl__ 
+#ifndef __com_sun_star_form_control_NumericField_idl__
+#define __com_sun_star_form_control_NumericField_idl__
 
-#ifndef __com_sun_star_awt_UnoControlNumericField_idl__ 
-#include <com/sun/star/awt/UnoControlNumericField.idl> 
-#endif 
+#ifndef __com_sun_star_awt_UnoControlNumericField_idl__
+#include <com/sun/star/awt/UnoControlNumericField.idl>
+#endif
 
-#ifndef __com_sun_star_form_XBoundControl_idl__ 
-#include <com/sun/star/form/XBoundControl.idl> 
-#endif 
+#ifndef __com_sun_star_form_XBoundControl_idl__
+#include <com/sun/star/form/XBoundControl.idl>
+#endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  module control { 
- 
-//============================================================================= 
- 
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {  module control {
+
+//=============================================================================
+
 /** describes a control for inputting numeric values and which can (but not necessarily has to)
 	be bound to a database field.
 
@@ -54,12 +54,12 @@
 	interface com::sun::star::form::XBoundControl;
 };
 
-//============================================================================= 
- 
-}; }; }; }; }; 
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
+//=============================================================================
 
-#endif 
+}; }; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+
+#endif
diff --git a/main/offapi/com/sun/star/form/control/PatternField.idl b/main/offapi/com/sun/star/form/control/PatternField.idl
index 06d7fdf..b2f2137 100644
--- a/main/offapi/com/sun/star/form/control/PatternField.idl
+++ b/main/offapi/com/sun/star/form/control/PatternField.idl
@@ -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,37 +7,37 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
-#ifndef __com_sun_star_form_control_PatternField_idl__ 
-#define __com_sun_star_form_control_PatternField_idl__ 
+#ifndef __com_sun_star_form_control_PatternField_idl__
+#define __com_sun_star_form_control_PatternField_idl__
 
-#ifndef __com_sun_star_awt_UnoControlPatternField_idl__ 
-#include <com/sun/star/awt/UnoControlPatternField.idl> 
-#endif 
+#ifndef __com_sun_star_awt_UnoControlPatternField_idl__
+#include <com/sun/star/awt/UnoControlPatternField.idl>
+#endif
 
-#ifndef __com_sun_star_form_XBoundControl_idl__ 
-#include <com/sun/star/form/XBoundControl.idl> 
-#endif 
+#ifndef __com_sun_star_form_XBoundControl_idl__
+#include <com/sun/star/form/XBoundControl.idl>
+#endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  module control { 
- 
-//============================================================================= 
- 
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {  module control {
+
+//=============================================================================
+
 /** describes a control for inputting text complying to a given pattern,
 	and which can (but not necessarily has to) be bound to a database field.
 
@@ -54,12 +54,12 @@
 	interface com::sun::star::form::XBoundControl;
 };
 
-//============================================================================= 
- 
-}; }; }; }; }; 
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
+//=============================================================================
 
-#endif 
+}; }; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+
+#endif
diff --git a/main/offapi/com/sun/star/form/control/RadioButton.idl b/main/offapi/com/sun/star/form/control/RadioButton.idl
index 1129c2f..89fc5ee 100644
--- a/main/offapi/com/sun/star/form/control/RadioButton.idl
+++ b/main/offapi/com/sun/star/form/control/RadioButton.idl
@@ -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,36 +7,36 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
-#ifndef __com_sun_star_form_control_RadioButton_idl__ 
-#define __com_sun_star_form_control_RadioButton_idl__ 
+#ifndef __com_sun_star_form_control_RadioButton_idl__
+#define __com_sun_star_form_control_RadioButton_idl__
 
-#ifndef __com_sun_star_awt_UnoControlRadioButton_idl__ 
-#include <com/sun/star/awt/UnoControlRadioButton.idl> 
-#endif 
+#ifndef __com_sun_star_awt_UnoControlRadioButton_idl__
+#include <com/sun/star/awt/UnoControlRadioButton.idl>
+#endif
 
-#ifndef __com_sun_star_form_XBoundControl_idl__ 
-#include <com/sun/star/form/XBoundControl.idl> 
-#endif 
+#ifndef __com_sun_star_form_XBoundControl_idl__
+#include <com/sun/star/form/XBoundControl.idl>
+#endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  module control { 
- 
-//============================================================================= 
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {  module control {
+
+//=============================================================================
 
 /** describes a radio button control which can (but not necessarily has to) be bound to a database field.
 
@@ -48,17 +48,17 @@
 */
 published service RadioButton
 {
-	service com::sun::star::awt::UnoControlRadioButton; 
+	service com::sun::star::awt::UnoControlRadioButton;
 
 	interface com::sun::star::form::XBoundControl;
 };
 
-//============================================================================= 
- 
-}; }; }; }; }; 
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
+//=============================================================================
 
-#endif 
+}; }; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+
+#endif
diff --git a/main/offapi/com/sun/star/form/control/SubmitButton.idl b/main/offapi/com/sun/star/form/control/SubmitButton.idl
index c4e6e72..669b631 100644
--- a/main/offapi/com/sun/star/form/control/SubmitButton.idl
+++ b/main/offapi/com/sun/star/form/control/SubmitButton.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/form/control/TextField.idl b/main/offapi/com/sun/star/form/control/TextField.idl
index 01dccd8..a5c75a0 100644
--- a/main/offapi/com/sun/star/form/control/TextField.idl
+++ b/main/offapi/com/sun/star/form/control/TextField.idl
@@ -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,40 +7,40 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
-#ifndef __com_sun_star_form_control_TextField_idl__ 
-#define __com_sun_star_form_control_TextField_idl__ 
+#ifndef __com_sun_star_form_control_TextField_idl__
+#define __com_sun_star_form_control_TextField_idl__
 
-#ifndef __com_sun_star_awt_UnoControlEdit_idl__ 
-#include <com/sun/star/awt/UnoControlEdit.idl> 
-#endif 
+#ifndef __com_sun_star_awt_UnoControlEdit_idl__
+#include <com/sun/star/awt/UnoControlEdit.idl>
+#endif
 
-#ifndef __com_sun_star_form_XBoundControl_idl__ 
-#include <com/sun/star/form/XBoundControl.idl> 
-#endif 
-#ifndef __com_sun_star_form_XChangeBroadcaster_idl__ 
-#include <com/sun/star/form/XChangeBroadcaster.idl> 
-#endif 
+#ifndef __com_sun_star_form_XBoundControl_idl__
+#include <com/sun/star/form/XBoundControl.idl>
+#endif
+#ifndef __com_sun_star_form_XChangeBroadcaster_idl__
+#include <com/sun/star/form/XChangeBroadcaster.idl>
+#endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  module control { 
- 
-//============================================================================= 
- 
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {  module control {
+
+//=============================================================================
+
 /** describes a control for entering arbiotrary text which can (but not necessarily has to) be bound
 	to a database field.
 
@@ -73,12 +73,12 @@
 	interface com::sun::star::form::XChangeBroadcaster;
 };
 
-//============================================================================= 
- 
-}; }; }; }; }; 
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
+//=============================================================================
 
-#endif 
+}; }; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+
+#endif
diff --git a/main/offapi/com/sun/star/form/control/TimeField.idl b/main/offapi/com/sun/star/form/control/TimeField.idl
index b9be129..4c9c5ec 100644
--- a/main/offapi/com/sun/star/form/control/TimeField.idl
+++ b/main/offapi/com/sun/star/form/control/TimeField.idl
@@ -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,37 +7,37 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
-#ifndef __com_sun_star_form_control_TimeField_idl__ 
-#define __com_sun_star_form_control_TimeField_idl__ 
+#ifndef __com_sun_star_form_control_TimeField_idl__
+#define __com_sun_star_form_control_TimeField_idl__
 
-#ifndef __com_sun_star_awt_UnoControlTimeField_idl__ 
-#include <com/sun/star/awt/UnoControlTimeField.idl> 
-#endif 
+#ifndef __com_sun_star_awt_UnoControlTimeField_idl__
+#include <com/sun/star/awt/UnoControlTimeField.idl>
+#endif
 
-#ifndef __com_sun_star_form_XBoundControl_idl__ 
-#include <com/sun/star/form/XBoundControl.idl> 
-#endif 
+#ifndef __com_sun_star_form_XBoundControl_idl__
+#include <com/sun/star/form/XBoundControl.idl>
+#endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module form {  module control { 
- 
-//============================================================================= 
- 
+//=============================================================================
+
+ module com {  module sun {  module star {  module form {  module control {
+
+//=============================================================================
+
 /** describes a control for inputting time values which can (but not necessarily has to) be bound
 	to a database field.
 
@@ -54,12 +54,12 @@
 	interface com::sun::star::form::XBoundControl;
 };
 
-//============================================================================= 
- 
-}; }; }; }; }; 
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
+//=============================================================================
 
-#endif 
+}; }; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+
+#endif
diff --git a/main/offapi/com/sun/star/form/inspection/ButtonNavigationHandler.idl b/main/offapi/com/sun/star/form/inspection/ButtonNavigationHandler.idl
index 0e91255..d18acb7 100644
--- a/main/offapi/com/sun/star/form/inspection/ButtonNavigationHandler.idl
+++ b/main/offapi/com/sun/star/form/inspection/ButtonNavigationHandler.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/form/inspection/CellBindingPropertyHandler.idl b/main/offapi/com/sun/star/form/inspection/CellBindingPropertyHandler.idl
index 625489a..14b6b66 100644
--- a/main/offapi/com/sun/star/form/inspection/CellBindingPropertyHandler.idl
+++ b/main/offapi/com/sun/star/form/inspection/CellBindingPropertyHandler.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/form/inspection/DefaultFormComponentInspectorModel.idl b/main/offapi/com/sun/star/form/inspection/DefaultFormComponentInspectorModel.idl
index fcb10ca..2f6c2f2 100644
--- a/main/offapi/com/sun/star/form/inspection/DefaultFormComponentInspectorModel.idl
+++ b/main/offapi/com/sun/star/form/inspection/DefaultFormComponentInspectorModel.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -26,7 +26,7 @@
 #ifndef __com_sun_star_inspection_XObjectInspectorModel_idl__
 #include <com/sun/star/inspection/XObjectInspectorModel.idl>
 #endif
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
 #include <com/sun/star/lang/IllegalArgumentException.idl>
 #endif
 
@@ -83,7 +83,7 @@
 
         @since OpenOffice 2.2
     */
-    createWithHelpSection( 
+    createWithHelpSection(
         [in] long minHelpTextLines,
         [in] long maxHelpTextLines
     )
diff --git a/main/offapi/com/sun/star/form/inspection/EditPropertyHandler.idl b/main/offapi/com/sun/star/form/inspection/EditPropertyHandler.idl
index f09f76a..bfb12c6 100644
--- a/main/offapi/com/sun/star/form/inspection/EditPropertyHandler.idl
+++ b/main/offapi/com/sun/star/form/inspection/EditPropertyHandler.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/form/inspection/EventHandler.idl b/main/offapi/com/sun/star/form/inspection/EventHandler.idl
index 3acec0b..3740275 100644
--- a/main/offapi/com/sun/star/form/inspection/EventHandler.idl
+++ b/main/offapi/com/sun/star/form/inspection/EventHandler.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/form/inspection/FormComponentPropertyHandler.idl b/main/offapi/com/sun/star/form/inspection/FormComponentPropertyHandler.idl
index df93ddc..b414566 100644
--- a/main/offapi/com/sun/star/form/inspection/FormComponentPropertyHandler.idl
+++ b/main/offapi/com/sun/star/form/inspection/FormComponentPropertyHandler.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/form/inspection/SubmissionPropertyHandler.idl b/main/offapi/com/sun/star/form/inspection/SubmissionPropertyHandler.idl
index cf56a74..f5bb5ca 100644
--- a/main/offapi/com/sun/star/form/inspection/SubmissionPropertyHandler.idl
+++ b/main/offapi/com/sun/star/form/inspection/SubmissionPropertyHandler.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/form/inspection/XMLFormsPropertyHandler.idl b/main/offapi/com/sun/star/form/inspection/XMLFormsPropertyHandler.idl
index 66e4d8b..4d9c1ec 100644
--- a/main/offapi/com/sun/star/form/inspection/XMLFormsPropertyHandler.idl
+++ b/main/offapi/com/sun/star/form/inspection/XMLFormsPropertyHandler.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/form/inspection/XSDValidationPropertyHandler.idl b/main/offapi/com/sun/star/form/inspection/XSDValidationPropertyHandler.idl
index e1bca69..75b2e83 100644
--- a/main/offapi/com/sun/star/form/inspection/XSDValidationPropertyHandler.idl
+++ b/main/offapi/com/sun/star/form/inspection/XSDValidationPropertyHandler.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/form/modules.idl b/main/offapi/com/sun/star/form/modules.idl
index 737e79c..2e9e708 100644
--- a/main/offapi/com/sun/star/form/modules.idl
+++ b/main/offapi/com/sun/star/form/modules.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/form/runtime/FeatureState.idl b/main/offapi/com/sun/star/form/runtime/FeatureState.idl
index e2d0c65..2bd3b7c 100644
--- a/main/offapi/com/sun/star/form/runtime/FeatureState.idl
+++ b/main/offapi/com/sun/star/form/runtime/FeatureState.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -25,7 +25,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module form { module runtime { 
+module com { module sun { module star { module form { module runtime {
 
 //=============================================================================
 
@@ -50,7 +50,7 @@
 
 //=============================================================================
 
-}; }; }; }; }; 
+}; }; }; }; };
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/form/runtime/FilterEvent.idl b/main/offapi/com/sun/star/form/runtime/FilterEvent.idl
index 926f361..167f7f4 100644
--- a/main/offapi/com/sun/star/form/runtime/FilterEvent.idl
+++ b/main/offapi/com/sun/star/form/runtime/FilterEvent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -55,7 +55,7 @@
 
 //=============================================================================
 
-}; }; }; }; }; 
+}; }; }; }; };
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/form/runtime/FormController.idl b/main/offapi/com/sun/star/form/runtime/FormController.idl
index e55e38a..1e091f5 100644
--- a/main/offapi/com/sun/star/form/runtime/FormController.idl
+++ b/main/offapi/com/sun/star/form/runtime/FormController.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/form/runtime/FormFeature.idl b/main/offapi/com/sun/star/form/runtime/FormFeature.idl
index 8ead70f..46c1f80 100644
--- a/main/offapi/com/sun/star/form/runtime/FormFeature.idl
+++ b/main/offapi/com/sun/star/form/runtime/FormFeature.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -26,13 +26,13 @@
 
 //=============================================================================
 
-module com { module sun { module star { module form { module runtime { 
+module com { module sun { module star { module form { module runtime {
 
 //=============================================================================
 
 /** specifies the operations on a user interface form, as supported by the
     <type>XFormOperations</type> interface.
- 
+
     @since OpenOffice 2.2
 */
 constants FormFeature
@@ -144,7 +144,7 @@
 
 //=============================================================================
 
-}; }; }; }; }; 
+}; }; }; }; };
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/form/runtime/FormOperations.idl b/main/offapi/com/sun/star/form/runtime/FormOperations.idl
index 0e65126..f9e949b 100644
--- a/main/offapi/com/sun/star/form/runtime/FormOperations.idl
+++ b/main/offapi/com/sun/star/form/runtime/FormOperations.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -27,19 +27,19 @@
 #ifndef __com_sun_star_form_runtime_XFormOperations_idl__
 #include <com/sun/star/form/runtime/XFormOperations.idl>
 #endif
-#ifndef __com_sun_star_form_runtime_XFormController_idl__ 
+#ifndef __com_sun_star_form_runtime_XFormController_idl__
 #include <com/sun/star/form/runtime/XFormController.idl>
 #endif
-#ifndef __com_sun_star_form_XForm_idl__ 
+#ifndef __com_sun_star_form_XForm_idl__
 #include <com/sun/star/form/XForm.idl>
 #endif
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
 #include <com/sun/star/lang/IllegalArgumentException.idl>
 #endif
 
 //=============================================================================
 
-module com { module sun { module star { module form { module runtime { 
+module com { module sun { module star { module form { module runtime {
 
 //=============================================================================
 
@@ -80,7 +80,7 @@
 
 //=============================================================================
 
-}; }; }; }; }; 
+}; }; }; }; };
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/form/runtime/XFeatureInvalidation.idl b/main/offapi/com/sun/star/form/runtime/XFeatureInvalidation.idl
index dd6c314..986bd45 100644
--- a/main/offapi/com/sun/star/form/runtime/XFeatureInvalidation.idl
+++ b/main/offapi/com/sun/star/form/runtime/XFeatureInvalidation.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,13 +24,13 @@
 #ifndef __com_sun_star_form_runtime_XFeatureInvalidation_idl__
 #define __com_sun_star_form_runtime_XFeatureInvalidation_idl__
 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
+#ifndef __com_sun_star_uno_XInterface_idl__
 #include <com/sun/star/uno/XInterface.idl>
 #endif
 
 //=============================================================================
 
-module com { module sun { module star { module form { module runtime { 
+module com { module sun { module star { module form { module runtime {
 
 //=============================================================================
 
@@ -65,7 +65,7 @@
 
 //=============================================================================
 
-}; }; }; }; }; 
+}; }; }; }; };
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/form/runtime/XFilterController.idl b/main/offapi/com/sun/star/form/runtime/XFilterController.idl
index aa529e2..7127b4f 100644
--- a/main/offapi/com/sun/star/form/runtime/XFilterController.idl
+++ b/main/offapi/com/sun/star/form/runtime/XFilterController.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/form/runtime/XFilterControllerListener.idl b/main/offapi/com/sun/star/form/runtime/XFilterControllerListener.idl
index 7b76234..075f438 100644
--- a/main/offapi/com/sun/star/form/runtime/XFilterControllerListener.idl
+++ b/main/offapi/com/sun/star/form/runtime/XFilterControllerListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -75,7 +75,7 @@
 
 //=============================================================================
 
-}; }; }; }; }; 
+}; }; }; }; };
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/form/runtime/XFormController.idl b/main/offapi/com/sun/star/form/runtime/XFormController.idl
index 6d708c2..1023dc0 100644
--- a/main/offapi/com/sun/star/form/runtime/XFormController.idl
+++ b/main/offapi/com/sun/star/form/runtime/XFormController.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/form/runtime/XFormControllerContext.idl b/main/offapi/com/sun/star/form/runtime/XFormControllerContext.idl
index b0965ff..faa1e55 100644
--- a/main/offapi/com/sun/star/form/runtime/XFormControllerContext.idl
+++ b/main/offapi/com/sun/star/form/runtime/XFormControllerContext.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -48,7 +48,7 @@
 
 //=============================================================================
 
-}; }; }; }; }; 
+}; }; }; }; };
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/form/runtime/XFormOperations.idl b/main/offapi/com/sun/star/form/runtime/XFormOperations.idl
index 4a9ab10..ef6aef8 100644
--- a/main/offapi/com/sun/star/form/runtime/XFormOperations.idl
+++ b/main/offapi/com/sun/star/form/runtime/XFormOperations.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -28,22 +28,22 @@
 #include <com/sun/star/form/runtime/FeatureState.idl>
 #endif
 
-#ifndef __com_sun_star_lang_XComponent_idl__ 
+#ifndef __com_sun_star_lang_XComponent_idl__
 #include <com/sun/star/lang/XComponent.idl>
 #endif
-#ifndef __com_sun_star_sdbc_XRowSet_idl__ 
+#ifndef __com_sun_star_sdbc_XRowSet_idl__
 #include <com/sun/star/sdbc/XRowSet.idl>
 #endif
-#ifndef __com_sun_star_sdbc_XResultSetUpdate_idl__ 
+#ifndef __com_sun_star_sdbc_XResultSetUpdate_idl__
 #include <com/sun/star/sdbc/XResultSetUpdate.idl>
 #endif
-#ifndef __com_sun_star_form_runtime_XFormController_idl__ 
+#ifndef __com_sun_star_form_runtime_XFormController_idl__
 #include <com/sun/star/form/runtime/XFormController.idl>
 #endif
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
 #include <com/sun/star/lang/IllegalArgumentException.idl>
 #endif
-#ifndef __com_sun_star_lang_WrappedTargetException_idl__ 
+#ifndef __com_sun_star_lang_WrappedTargetException_idl__
 #include <com/sun/star/lang/WrappedTargetException.idl>
 #endif
 #ifndef __com_sun_star_beans_NamedValue_idl__
@@ -52,7 +52,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module form { module runtime { 
+module com { module sun { module star { module form { module runtime {
 
 interface XFeatureInvalidation;
 
@@ -273,7 +273,7 @@
 
 //=============================================================================
 
-}; }; }; }; }; 
+}; }; }; }; };
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/form/submission/XSubmission.idl b/main/offapi/com/sun/star/form/submission/XSubmission.idl
index 35c5f9a..b98744c 100644
--- a/main/offapi/com/sun/star/form/submission/XSubmission.idl
+++ b/main/offapi/com/sun/star/form/submission/XSubmission.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -90,7 +90,7 @@
 	 */
 	void addSubmissionVetoListener( [in] XSubmissionVetoListener listener )
         raises ( com::sun::star::lang::NoSupportException );
- 
+
 	/** revokes a listener which has previously been registered to be notified when a submission occurs
 
 		@param listener
diff --git a/main/offapi/com/sun/star/form/submission/XSubmissionSupplier.idl b/main/offapi/com/sun/star/form/submission/XSubmissionSupplier.idl
index 88c0ac8..05dc941 100644
--- a/main/offapi/com/sun/star/form/submission/XSubmissionSupplier.idl
+++ b/main/offapi/com/sun/star/form/submission/XSubmissionSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/form/submission/XSubmissionVetoListener.idl b/main/offapi/com/sun/star/form/submission/XSubmissionVetoListener.idl
index 620ed7a..f5c9a18 100644
--- a/main/offapi/com/sun/star/form/submission/XSubmissionVetoListener.idl
+++ b/main/offapi/com/sun/star/form/submission/XSubmissionVetoListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -57,7 +57,7 @@
 	 */
 	void    submitting( [in] com::sun::star::lang::EventObject event )
                 raises ( com::sun::star::util::VetoException );
- 
+
 };
 
 //=============================================================================
diff --git a/main/offapi/com/sun/star/form/validation/ValidatableBindableControlModel.idl b/main/offapi/com/sun/star/form/validation/ValidatableBindableControlModel.idl
index ae6fdc1..e569635 100644
--- a/main/offapi/com/sun/star/form/validation/ValidatableBindableControlModel.idl
+++ b/main/offapi/com/sun/star/form/validation/ValidatableBindableControlModel.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/form/validation/ValidatableControlModel.idl b/main/offapi/com/sun/star/form/validation/ValidatableControlModel.idl
index a8e471d..bdf8b57 100644
--- a/main/offapi/com/sun/star/form/validation/ValidatableControlModel.idl
+++ b/main/offapi/com/sun/star/form/validation/ValidatableControlModel.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/form/validation/XFormComponentValidityListener.idl b/main/offapi/com/sun/star/form/validation/XFormComponentValidityListener.idl
index aff7de2..5ff07b9 100644
--- a/main/offapi/com/sun/star/form/validation/XFormComponentValidityListener.idl
+++ b/main/offapi/com/sun/star/form/validation/XFormComponentValidityListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/form/validation/XValidatable.idl b/main/offapi/com/sun/star/form/validation/XValidatable.idl
index 3ed7fbf..db54e54 100644
--- a/main/offapi/com/sun/star/form/validation/XValidatable.idl
+++ b/main/offapi/com/sun/star/form/validation/XValidatable.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/form/validation/XValidatableFormComponent.idl b/main/offapi/com/sun/star/form/validation/XValidatableFormComponent.idl
index a076ea5..ed41e8c 100644
--- a/main/offapi/com/sun/star/form/validation/XValidatableFormComponent.idl
+++ b/main/offapi/com/sun/star/form/validation/XValidatableFormComponent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/form/validation/XValidator.idl b/main/offapi/com/sun/star/form/validation/XValidator.idl
index 1ad41a5..dd4ad29 100644
--- a/main/offapi/com/sun/star/form/validation/XValidator.idl
+++ b/main/offapi/com/sun/star/form/validation/XValidator.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/form/validation/XValidityConstraintListener.idl b/main/offapi/com/sun/star/form/validation/XValidityConstraintListener.idl
index bf19204..0535f08 100644
--- a/main/offapi/com/sun/star/form/validation/XValidityConstraintListener.idl
+++ b/main/offapi/com/sun/star/form/validation/XValidityConstraintListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/formula/AccessibleFormulaText.idl b/main/offapi/com/sun/star/formula/AccessibleFormulaText.idl
index 72c97ae..90d1561 100644
--- a/main/offapi/com/sun/star/formula/AccessibleFormulaText.idl
+++ b/main/offapi/com/sun/star/formula/AccessibleFormulaText.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/formula/AccessibleFormulaView.idl b/main/offapi/com/sun/star/formula/AccessibleFormulaView.idl
index bf92c5d..f98ce8d 100644
--- a/main/offapi/com/sun/star/formula/AccessibleFormulaView.idl
+++ b/main/offapi/com/sun/star/formula/AccessibleFormulaView.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/formula/FormulaProperties.idl b/main/offapi/com/sun/star/formula/FormulaProperties.idl
index 1e91839..f09d115 100644
--- a/main/offapi/com/sun/star/formula/FormulaProperties.idl
+++ b/main/offapi/com/sun/star/formula/FormulaProperties.idl
@@ -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,345 +7,345 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_formula_FormulaProperties_idl__ 
-#define __com_sun_star_formula_FormulaProperties_idl__ 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module formula { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_formula_FormulaProperties_idl__
+#define __com_sun_star_formula_FormulaProperties_idl__
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module formula {
+
+//=============================================================================
+
 /** The formula properties provide access to the properties of a formula
 	in a formula generator
  */
 published service FormulaProperties
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
     /** contains the alignment of the formula.
         @see HorizontalAlignment
 	 */
-    [property] short    Alignment; 
-	//------------------------------------------------------------------------- 
-	 
+    [property] short    Alignment;
+	//-------------------------------------------------------------------------
+
 	/** contains the base font height in point the formula will be
 		formatted in.
-		
+
 		<p> All properties containing relative values are related to this value.
 		</p>
 	 */
-    [property] short    BaseFontHeight; 
-	//------------------------------------------------------------------------- 
-	 
+    [property] short    BaseFontHeight;
+	//-------------------------------------------------------------------------
+
 	/** customized name for fixed font.
 	 */
-    [property] string   CustomFontNameFixed; 
-	//------------------------------------------------------------------------- 
-	 
+    [property] string   CustomFontNameFixed;
+	//-------------------------------------------------------------------------
+
     /** determines if the customized fixed font is italic.
 	 */
-	[property] boolean FontFixedIsItalic; 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean FontFixedIsItalic;
+	//-------------------------------------------------------------------------
+
     /** determines if the customized fixed font is bold.
 	 */
-	[property] boolean FontFixedIsBold; 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean FontFixedIsBold;
+	//-------------------------------------------------------------------------
+
     /** customized name for sans serif font
 	 */
-    [property] string   CustomFontNameSans; 
-	//------------------------------------------------------------------------- 
-	 
+    [property] string   CustomFontNameSans;
+	//-------------------------------------------------------------------------
+
     /** determines if the customized sans serif font is italic.
 	 */
-	[property] boolean FontSansIsItalic; 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean FontSansIsItalic;
+	//-------------------------------------------------------------------------
+
     /** determines if the customized sans serif font is bold.
 	 */
-	[property] boolean FontSansIsBold; 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean FontSansIsBold;
+	//-------------------------------------------------------------------------
+
 	/** customized name for serif font
 	 */
-    [property] string   CustomFontNameSerif; 
-	//------------------------------------------------------------------------- 
-	 
+    [property] string   CustomFontNameSerif;
+	//-------------------------------------------------------------------------
+
     /** determines if the customized serif font is italic.
 	 */
-	[property] boolean FontSerifIsItalic; 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean FontSerifIsItalic;
+	//-------------------------------------------------------------------------
+
     /** determines if the customized serif font is bold.
 	 */
-	[property] boolean FontSerifIsBold; 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean FontSerifIsBold;
+	//-------------------------------------------------------------------------
+
 	/** contains the name of the font that is used to
 		display functions contained in the formula.
 	 */
-    [property] string FontNameFunctions; 
-	//------------------------------------------------------------------------- 
-	 
+    [property] string FontNameFunctions;
+	//-------------------------------------------------------------------------
+
     /** determines if the font that is used to display functions is italic.
 	 */
-	[property] boolean FontFunctionsIsItalic; 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean FontFunctionsIsItalic;
+	//-------------------------------------------------------------------------
+
     /** determines if the font that is used to display functions is bold.
 	 */
-	[property] boolean FontFunctionsIsBold; 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean FontFunctionsIsBold;
+	//-------------------------------------------------------------------------
+
 	/** contains the name of the font that is used to
 		display numbers contained in the formula.
 	 */
-    [property] string   FontNameNumbers; 
-	//------------------------------------------------------------------------- 
-	 
+    [property] string   FontNameNumbers;
+	//-------------------------------------------------------------------------
+
     /** determines if the font that is used to display numbers is italic.
 	 */
-	[property] boolean FontNumbersIsItalic; 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean FontNumbersIsItalic;
+	//-------------------------------------------------------------------------
+
     /** determines if the font that is used to display numbers is bold.
 	 */
-	[property] boolean FontNumbersIsBold; 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean FontNumbersIsBold;
+	//-------------------------------------------------------------------------
+
 	/** contains the name of the font that is used to
 		display text contained in the formula.
 	 */
-    [property] string   FontNameText; 
-	//------------------------------------------------------------------------- 
-	 
+    [property] string   FontNameText;
+	//-------------------------------------------------------------------------
+
     /** determines if the font that is used to display text is italic.
 	 */
-	[property] boolean FontTextIsItalic; 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean FontTextIsItalic;
+	//-------------------------------------------------------------------------
+
     /** determines if the font that is used to display text is bold.
 	 */
-	[property] boolean FontTextIsBold; 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean FontTextIsBold;
+	//-------------------------------------------------------------------------
+
 	/** contains the name of the font that is used to
 		display variables contained in the formula.
 	 */
-    [property] string   FontNameVariables; 
-	//------------------------------------------------------------------------- 
-	 
+    [property] string   FontNameVariables;
+	//-------------------------------------------------------------------------
+
     /** determines if the font that is used to display variables is italic.
 	 */
-	[property] boolean FontVariablesIsItalic; 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean FontVariablesIsItalic;
+	//-------------------------------------------------------------------------
+
     /** determines if the font that is used to display variables is bold.
 	 */
-	[property] boolean FontVariablesIsBold; 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean FontVariablesIsBold;
+	//-------------------------------------------------------------------------
+
 	/** contains the command string of the formula
 	 */
-    [property] string   Formula; 
-	//------------------------------------------------------------------------- 
-	 
-    /** decides if all brackets (even those without 'left'/'right' 
+    [property] string   Formula;
+	//-------------------------------------------------------------------------
+
+    /** decides if all brackets (even those without 'left'/'right'
         modifier) are scaled.
 	 */
-    [property] boolean  IsScaleAllBrackets; 
-	//------------------------------------------------------------------------- 
-	 
+    [property] boolean  IsScaleAllBrackets;
+	//-------------------------------------------------------------------------
+
 	/** switches into text mode.
 	 */
-    [property] boolean  IsTextMode; 
-	//------------------------------------------------------------------------- 
-	 
+    [property] boolean  IsTextMode;
+	//-------------------------------------------------------------------------
+
 	/** contains the relative height of the font for functions.
 
-        The values unit is percent of the 
+        The values unit is percent of the
         <member scope="com::sun::star::formula">FormulaProperties::BaseFontHeight</member>
 	 */
-    [property] short    RelativeFontHeightFunctions; 
-	//------------------------------------------------------------------------- 
-	 
+    [property] short    RelativeFontHeightFunctions;
+	//-------------------------------------------------------------------------
+
 	/** contains the relative height of the font for indices.
 
-        The values unit is percent of the 
+        The values unit is percent of the
         <member scope="com::sun::star::formula">FormulaProperties::BaseFontHeight</member>
 	 */
-    [property] short    RelativeFontHeightIndices; 
-	//------------------------------------------------------------------------- 
-	 
+    [property] short    RelativeFontHeightIndices;
+	//-------------------------------------------------------------------------
+
 	/** contains the relative height of the font for limits.
 
-        The values unit is percent of the 
+        The values unit is percent of the
         <member scope="com::sun::star::formula">FormulaProperties::BaseFontHeight</member>
 	 */
-    [property] short    RelativeFontHeightLimits; 
-	//------------------------------------------------------------------------- 
-	 
+    [property] short    RelativeFontHeightLimits;
+	//-------------------------------------------------------------------------
+
 	/** contains the relative height of the font for operators.
 
-        The values unit is percent of the 
+        The values unit is percent of the
         <member scope="com::sun::star::formula">FormulaProperties::BaseFontHeight</member>
 	 */
-    [property] short    RelativeFontHeightOperators; 
-	//------------------------------------------------------------------------- 
-	 
+    [property] short    RelativeFontHeightOperators;
+	//-------------------------------------------------------------------------
+
 	/** contains the relative height of the font for text.
 
-        The values unit is percent of the 
+        The values unit is percent of the
         <member scope="com::sun::star::formula">FormulaProperties::BaseFontHeight</member>
 	 */
-    [property] short    RelativeFontHeightText; 
-	//------------------------------------------------------------------------- 
-	 
+    [property] short    RelativeFontHeightText;
+	//-------------------------------------------------------------------------
+
 	/** contains the relative distance of brackets.
 	 */
-    [property] short    RelativeBracketDistance; 
-	//------------------------------------------------------------------------- 
-	 
+    [property] short    RelativeBracketDistance;
+	//-------------------------------------------------------------------------
+
 	/** contains the relative excess size of brackets.
 	 */
-    [property] short    RelativeBracketExcessSize; 
-	//------------------------------------------------------------------------- 
-	 
+    [property] short    RelativeBracketExcessSize;
+	//-------------------------------------------------------------------------
+
 	/** contains the relative excess length of a fraction bar.
 	 */
-    [property] short    RelativeFractionBarExcessLength; 
-	//------------------------------------------------------------------------- 
-	 
+    [property] short    RelativeFractionBarExcessLength;
+	//-------------------------------------------------------------------------
+
 	/** contains the relative line weight of a fraction bar.
 	 */
-    [property] short    RelativeFractionBarLineWeight; 
-	//------------------------------------------------------------------------- 
-	 
+    [property] short    RelativeFractionBarLineWeight;
+	//-------------------------------------------------------------------------
+
 	/** contains the relative depth of the denominator of a fraction
 	 */
-    [property] short    RelativeFractionDenominatorDepth; 
-	//------------------------------------------------------------------------- 
-	 
+    [property] short    RelativeFractionDenominatorDepth;
+	//-------------------------------------------------------------------------
+
 	/** contains the relative height of the numerator of a fraction.
 	 */
-    [property] short    RelativeFractionNumeratorHeight; 
-	//------------------------------------------------------------------------- 
-	 
+    [property] short    RelativeFractionNumeratorHeight;
+	//-------------------------------------------------------------------------
+
 	/** contains the relative superscript of indices.
 	 */
-    [property] short    RelativeIndexSubscript; 
-	//------------------------------------------------------------------------- 
-	 
+    [property] short    RelativeIndexSubscript;
+	//-------------------------------------------------------------------------
+
 	/** contains the relative subscript of indices.
 	 */
-    [property] short    RelativeIndexSuperscript; 
-	//------------------------------------------------------------------------- 
-	 
+    [property] short    RelativeIndexSuperscript;
+	//-------------------------------------------------------------------------
+
 	/** contains the relative line spacing.
 	 */
-    [property] short    RelativeLineSpacing; 
-	//------------------------------------------------------------------------- 
-	 
+    [property] short    RelativeLineSpacing;
+	//-------------------------------------------------------------------------
+
 	/** contains the relative distance of lower limits.
 	 */
-    [property] short    RelativeLowerLimitDistance; 
-	//------------------------------------------------------------------------- 
-	 
+    [property] short    RelativeLowerLimitDistance;
+	//-------------------------------------------------------------------------
+
 	/** contains the relative column spacing of matrices.
 	 */
-    [property] short    RelativeMatrixColumnSpacing; 
-	//------------------------------------------------------------------------- 
-	 
+    [property] short    RelativeMatrixColumnSpacing;
+	//-------------------------------------------------------------------------
+
 	/** contains the relative line spacing of matrices.
 	 */
-    [property] short    RelativeMatrixLineSpacing; 
-	//------------------------------------------------------------------------- 
-	 
+    [property] short    RelativeMatrixLineSpacing;
+	//-------------------------------------------------------------------------
+
 	/** contains the relative excess of operators.
 	 */
-    [property] short    RelativeOperatorExcessSize; 
-	//------------------------------------------------------------------------- 
-	 
+    [property] short    RelativeOperatorExcessSize;
+	//-------------------------------------------------------------------------
+
 	/** contains the relative spacing of operators.
 	 */
-    [property] short    RelativeOperatorSpacing; 
-	//------------------------------------------------------------------------- 
-	 
+    [property] short    RelativeOperatorSpacing;
+	//-------------------------------------------------------------------------
+
 	/** contains the relative root spacing
 	 */
-    [property] short    RelativeRootSpacing; 
-	//------------------------------------------------------------------------- 
-	 
+    [property] short    RelativeRootSpacing;
+	//-------------------------------------------------------------------------
+
 	/** contains the relative scaling of the bracket excess.
 	 */
-    [property] short    RelativeScaleBracketExcessSize; 
-	//------------------------------------------------------------------------- 
-	 
+    [property] short    RelativeScaleBracketExcessSize;
+	//-------------------------------------------------------------------------
+
 	/** contains the relative spacing.
 	 */
-    [property] short    RelativeSpacing; 
-	//------------------------------------------------------------------------- 
-	 
+    [property] short    RelativeSpacing;
+	//-------------------------------------------------------------------------
+
 	/** contains the relative minimum height of the formula.
 	 */
-    [property] short    RelativeSymbolMinimumHeight; 
-	//------------------------------------------------------------------------- 
-	 
+    [property] short    RelativeSymbolMinimumHeight;
+	//-------------------------------------------------------------------------
+
 	/** contains the relative primary height of symbols.
 	 */
-    [property] short    RelativeSymbolPrimaryHeight; 
-	//------------------------------------------------------------------------- 
-	 
+    [property] short    RelativeSymbolPrimaryHeight;
+	//-------------------------------------------------------------------------
+
 	/** contains the relative distance of upper limits
 	 */
-    [property] short    RelativeUpperLimitDistance; 
-	//------------------------------------------------------------------------- 
-	 
+    [property] short    RelativeUpperLimitDistance;
+	//-------------------------------------------------------------------------
+
 	/** contains the metric value of the top margin of the formula.
 	 */
-    [property] short    TopMargin; 
-	//------------------------------------------------------------------------- 
-	 
+    [property] short    TopMargin;
+	//-------------------------------------------------------------------------
+
 	/** contains the metric value of the bottom margin of the formula.
 	 */
-    [property] short    BottomMargin; 
-	//------------------------------------------------------------------------- 
-	 
+    [property] short    BottomMargin;
+	//-------------------------------------------------------------------------
+
 	/** contains the metric value of the left margin of the formula.
 	 */
-    [property] short    LeftMargin; 
-	//------------------------------------------------------------------------- 
-	 
+    [property] short    LeftMargin;
+	//-------------------------------------------------------------------------
+
 	/** contains the metric value of the right margin of the formula.
 	 */
-    [property] short    RightMargin; 
+    [property] short    RightMargin;
 
-    //------------------------------------------------------------------------- 
-         
+    //-------------------------------------------------------------------------
+
     /** contains the baselines offset in respect to the top of the formula rectangle
-         
-    @since OpenOffice 3.4                
+
+    @since OpenOffice 3.4
      */
-    [property, optional] short    BaseLine; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
+    [property, optional] short    BaseLine;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/formula/SymbolDescriptor.idl b/main/offapi/com/sun/star/formula/SymbolDescriptor.idl
index cd87581..f10c248 100644
--- a/main/offapi/com/sun/star/formula/SymbolDescriptor.idl
+++ b/main/offapi/com/sun/star/formula/SymbolDescriptor.idl
@@ -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,27 +7,27 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 #ifndef __com_sun_star_formula_Symbol_idl__
 #define __com_sun_star_formula_Symbol_idl__
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module formula { 
- 
-//============================================================================= 
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module formula {
+
+//=============================================================================
 /** @deprecated draft
     - nWeight should be changed to float as in FontWeight.idl
     - nItalic probably needs to have FontItalic extended by the two
@@ -58,25 +58,25 @@
 	string sFontName;
 
 	/** Specifies the character set which is supported by the font.
-        
+
         @see   <type scope="com::sun::star::awt">CharSet</type>
 	*/
 	short nCharSet;
 
 	/** Specifies the general style of the font.
-    
+
         @see   <type scope="com::sun::star::awt">FontFamily</type>
     */
 	short nFamily;
 
 	/** Specifies the pitch of the font.
-    
+
         @see   <type scope="com::sun::star::awt">FontPitch</type>
 	*/
 	short nPitch;
 
 	/** Specifies the thickness of the line.
-    
+
         @see   <type scope="com::sun::star::awt">FontWeight</type>
 
         The allowed integer values correspond as follows:
@@ -90,20 +90,20 @@
         8 : <member scope="com::sun::star::awt">FontWeight::BOLD</member>
         9 : <member scope="com::sun::star::awt">FontWeight::ULTRABOLD</member>
         10 : <member scope="com::sun::star::awt">FontWeight::BLACK</member>
-        
+
 	*/
 	short nWeight;
 
 	/** Specifies if the font is italic.
-    
+
         @see   <type scope="com::sun::star::awt">FontSlant</type>
 
         The values
-        <member cope"com::sun::star::awt">FontSlant::REVERSE_OBLIQUE</member> and 
-        <member scope="com::sun::star::awt">FontSlant::REVERSE_ITALIC</member> 
+        <member cope"com::sun::star::awt">FontSlant::REVERSE_OBLIQUE</member> and
+        <member scope="com::sun::star::awt">FontSlant::REVERSE_ITALIC</member>
         may not be used.
 	*/
 	short nItalic;
 };
-}; }; }; }; 
-#endif 
+}; }; }; };
+#endif
diff --git a/main/offapi/com/sun/star/frame/BorderWidths.idl b/main/offapi/com/sun/star/frame/BorderWidths.idl
index ee57f91..faeb011 100644
--- a/main/offapi/com/sun/star/frame/BorderWidths.idl
+++ b/main/offapi/com/sun/star/frame/BorderWidths.idl
@@ -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,29 +7,29 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_frame_BorderWidths_idl__ 
-#define __com_sun_star_frame_BorderWidths_idl__ 
- 
- 
+#ifndef __com_sun_star_frame_BorderWidths_idl__
+#define __com_sun_star_frame_BorderWidths_idl__
+
+
 //============================================================================
- 
- module com {  module sun {  module star {  module frame {  
- 
+
+ module com {  module sun {  module star {  module frame {
+
 //============================================================================
- 
+
 /** specifies a border area by offsets from each side.
  */
 struct BorderWidths
@@ -37,7 +37,7 @@
 	//------------------------------------------------------------------------
 	/** specifies the offset from left border.
 	 */
-	long Left; 
+	long Left;
 
  	//------------------------------------------------------------------------
 	/** specifies the offset from top border.
@@ -52,12 +52,12 @@
  	//------------------------------------------------------------------------
 	/** specifies the offset from bottom border.
 	 */
-	long Bottom; 
+	long Bottom;
 
-}; 
- 
+};
+
 //============================================================================
- 
-}; }; }; };  
- 
-#endif 
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/frame/CommandGroup.idl b/main/offapi/com/sun/star/frame/CommandGroup.idl
index 1832973..f5bf274 100644
--- a/main/offapi/com/sun/star/frame/CommandGroup.idl
+++ b/main/offapi/com/sun/star/frame/CommandGroup.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -37,132 +37,132 @@
  */
 published constants CommandGroup
 {
-	//------------------------------------------------------------------------- 		
+	//-------------------------------------------------------------------------
 	/** specifies interal commands.
 	 */
     const short INTERNAL = 0;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	/** specifies application based commands.
 	 */
     const short APPLICATION = 1;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	/** specifies view specific commands.
 	 */
     const short VIEW = 2;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	/** specifies document specific commands.
 	 */
     const short DOCUMENT = 3;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	/** specifies edit specific commands.
 	 */
     const short EDIT = 4;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	/** specifies commands used by the built-in Basic.
 	 */
     const short MACRO = 5;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	/** specifies commands to change options.
 	 */
     const short OPTIONS = 6;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	/** specifies math specific commands.
 	 */
     const short MATH = 7;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	/** specifies navigate commands.
 	 */
     const short NAVIGATOR = 8;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	/** specifies insert commands.
 	 */
     const short INSERT = 9;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	/** specifies commands that are related to formats.
 	 */
     const short FORMAT = 10;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	/** specifies commands that are related to templates.
 	 */
     const short TEMPLATE = 11;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	/** specifies text specific commands.
 	 */
     const short TEXT = 12;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	/** specifies frame specific commands.
 	 */
     const short FRAME = 13;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	/** specifies commands that are related to graphical data.
 	 */
     const short GRAPHIC = 14;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	/** specifies commands that are related to tables.
 	 */
     const short TABLE = 15;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	/** specifies commands that are related to bullets and numbering.
 	 */
     const short ENUMERATION = 16;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	/** specifies commands that are related to data.
 	 */
     const short DATA = 17;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	/** specifies special commands.
 	 */
     const short SPECIAL = 18;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	/** specifies commands that are related to images.
 	 */
     const short IMAGE = 19;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	/** specifies chart specific commands.
 	 */
     const short CHART = 20;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	/** specifies explorer specific commands.
 	 */
     const short EXPLORER = 21;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	/** specifies commands that are related to connectors.
 	 */
     const short CONNECTOR = 22;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	/** specifies commands that are related to modifications.
 	 */
     const short MODIFY = 23;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	/** specifies commands that are related to drawing.
 	 */
     const short DRAWING = 24;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	/** specifies commands that are related to controls.
 	 */
     const short CONTROLS = 25;
diff --git a/main/offapi/com/sun/star/frame/Components.idl b/main/offapi/com/sun/star/frame/Components.idl
index f54b708..2a10629 100644
--- a/main/offapi/com/sun/star/frame/Components.idl
+++ b/main/offapi/com/sun/star/frame/Components.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/ContentHandler.idl b/main/offapi/com/sun/star/frame/ContentHandler.idl
index 0451e12..1e5c0d6 100644
--- a/main/offapi/com/sun/star/frame/ContentHandler.idl
+++ b/main/offapi/com/sun/star/frame/ContentHandler.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/ContentHandlerFactory.idl b/main/offapi/com/sun/star/frame/ContentHandlerFactory.idl
index 78b6427..1148d99 100644
--- a/main/offapi/com/sun/star/frame/ContentHandlerFactory.idl
+++ b/main/offapi/com/sun/star/frame/ContentHandlerFactory.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/ControlCommand.idl b/main/offapi/com/sun/star/frame/ControlCommand.idl
index 99c028c..0b1d596 100644
--- a/main/offapi/com/sun/star/frame/ControlCommand.idl
+++ b/main/offapi/com/sun/star/frame/ControlCommand.idl
@@ -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,57 +7,57 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_frame_ControlCommand_idl__ 
-#define __com_sun_star_frame_ControlCommand_idl__ 
- 
- 
+#ifndef __com_sun_star_frame_ControlCommand_idl__
+#define __com_sun_star_frame_ControlCommand_idl__
+
+
 #ifndef __com_sun_star_beans_NamedValue_idl__
 #include <com/sun/star/beans/NamedValue.idl>
 #endif
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
 module com {  module sun {  module star {  module frame {
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
 /** describes a command which can be send to a generic toolbar control.
-    
+
     @since OpenOffice 2.0.3
  */
 struct ControlCommand
 {
-	//------------------------------------------------------------------------- 
-    
+	//-------------------------------------------------------------------------
+
 	/** specifies the command which should be processed by the toolbar
 	    control.
 	 */
 	string Command;
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a sequence of named values which are used as argument
 	    for the command. The number and type of arguments depend on the
 	    the command and control.
 	 */
-	sequence< com::sun::star::beans::NamedValue > Arguments;	
-}; 
- 
-//============================================================================= 
- 
+	sequence< com::sun::star::beans::NamedValue > Arguments;
+};
+
+//=============================================================================
+
 }; }; }; };
- 
+
 #endif
diff --git a/main/offapi/com/sun/star/frame/ControlEvent.idl b/main/offapi/com/sun/star/frame/ControlEvent.idl
index f2e054c..81e8763 100644
--- a/main/offapi/com/sun/star/frame/ControlEvent.idl
+++ b/main/offapi/com/sun/star/frame/ControlEvent.idl
@@ -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,64 +7,64 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_frame_ControlEvent_idl__ 
-#define __com_sun_star_frame_ControlEvent_idl__ 
+#ifndef __com_sun_star_frame_ControlEvent_idl__
+#define __com_sun_star_frame_ControlEvent_idl__
 
 #ifndef __com_sun_star_util_URL_idl__
 #include <com/sun/star/util/URL.idl>
 #endif
- 
+
 #ifndef __com_sun_star_beans_NamedValue_idl__
 #include <com/sun/star/beans/NamedValue.idl>
 #endif
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
 module com {  module sun {  module star {  module frame {
- 
-//============================================================================= 
- 
-/** describes a control event send by extended user interface 
+
+//=============================================================================
+
+/** describes a control event send by extended user interface
     controls.
-    
+
     @since OpenOffice 2.0.3
  */
 struct ControlEvent
 {
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
     /** fully parsed URL describing the control that sends this
         notification.
     */
     ::com::sun::star::util::URL aURL;
-    
+
     /** specifies the event which has occurred.
 	 */
 	string Event;
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** specifies a sequence of named values which are used as 
+
+	//-------------------------------------------------------------------------
+
+	/** specifies a sequence of named values which are used as
         additional values for the event. The number and types of
         named values depent on the event.
 	 */
-	sequence< com::sun::star::beans::NamedValue > aInformation;	
-}; 
- 
-//============================================================================= 
- 
+	sequence< com::sun::star::beans::NamedValue > aInformation;
+};
+
+//=============================================================================
+
 }; }; }; };
- 
+
 #endif
diff --git a/main/offapi/com/sun/star/frame/Controller.idl b/main/offapi/com/sun/star/frame/Controller.idl
index 9083133..9953466 100644
--- a/main/offapi/com/sun/star/frame/Controller.idl
+++ b/main/offapi/com/sun/star/frame/Controller.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/Desktop.idl b/main/offapi/com/sun/star/frame/Desktop.idl
index bb3b6c7..4f454e8 100644
--- a/main/offapi/com/sun/star/frame/Desktop.idl
+++ b/main/offapi/com/sun/star/frame/Desktop.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/DesktopTask.idl b/main/offapi/com/sun/star/frame/DesktopTask.idl
index e221d6e..bb20378 100644
--- a/main/offapi/com/sun/star/frame/DesktopTask.idl
+++ b/main/offapi/com/sun/star/frame/DesktopTask.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/DesktopTasks.idl b/main/offapi/com/sun/star/frame/DesktopTasks.idl
index b8be44d..8106745 100644
--- a/main/offapi/com/sun/star/frame/DesktopTasks.idl
+++ b/main/offapi/com/sun/star/frame/DesktopTasks.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/DispatchDescriptor.idl b/main/offapi/com/sun/star/frame/DispatchDescriptor.idl
index 460316f..9b40f64 100644
--- a/main/offapi/com/sun/star/frame/DispatchDescriptor.idl
+++ b/main/offapi/com/sun/star/frame/DispatchDescriptor.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/DispatchHelper.idl b/main/offapi/com/sun/star/frame/DispatchHelper.idl
index 089163d..82c583f 100644
--- a/main/offapi/com/sun/star/frame/DispatchHelper.idl
+++ b/main/offapi/com/sun/star/frame/DispatchHelper.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/DispatchInformation.idl b/main/offapi/com/sun/star/frame/DispatchInformation.idl
index 2c55384..af16a5f 100644
--- a/main/offapi/com/sun/star/frame/DispatchInformation.idl
+++ b/main/offapi/com/sun/star/frame/DispatchInformation.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -45,10 +45,10 @@
     /** command URL of a supported command.
     */
     string Command;
-	
+
     //-------------------------------------------------------------------------
     /** group identifier to which the supported command belong.
-        
+
         <p>
         @see CommandGroup
         </p>
diff --git a/main/offapi/com/sun/star/frame/DispatchProvider.idl b/main/offapi/com/sun/star/frame/DispatchProvider.idl
index 0e492a4..eb23852 100644
--- a/main/offapi/com/sun/star/frame/DispatchProvider.idl
+++ b/main/offapi/com/sun/star/frame/DispatchProvider.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/DispatchRecorder.idl b/main/offapi/com/sun/star/frame/DispatchRecorder.idl
index c40bcfa..9a928cf 100644
--- a/main/offapi/com/sun/star/frame/DispatchRecorder.idl
+++ b/main/offapi/com/sun/star/frame/DispatchRecorder.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/DispatchRecorderSupplier.idl b/main/offapi/com/sun/star/frame/DispatchRecorderSupplier.idl
index 4502565..f8d7f89 100644
--- a/main/offapi/com/sun/star/frame/DispatchRecorderSupplier.idl
+++ b/main/offapi/com/sun/star/frame/DispatchRecorderSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/DispatchResultEvent.idl b/main/offapi/com/sun/star/frame/DispatchResultEvent.idl
index 7f5d064..127b0fb 100644
--- a/main/offapi/com/sun/star/frame/DispatchResultEvent.idl
+++ b/main/offapi/com/sun/star/frame/DispatchResultEvent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/DispatchResultState.idl b/main/offapi/com/sun/star/frame/DispatchResultState.idl
index f9014da..e61f031 100644
--- a/main/offapi/com/sun/star/frame/DispatchResultState.idl
+++ b/main/offapi/com/sun/star/frame/DispatchResultState.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/DispatchStatement.idl b/main/offapi/com/sun/star/frame/DispatchStatement.idl
index 6801549..2de8d5e 100644
--- a/main/offapi/com/sun/star/frame/DispatchStatement.idl
+++ b/main/offapi/com/sun/star/frame/DispatchStatement.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/DocumentTemplates.idl b/main/offapi/com/sun/star/frame/DocumentTemplates.idl
index 1f07a08..097282d 100644
--- a/main/offapi/com/sun/star/frame/DocumentTemplates.idl
+++ b/main/offapi/com/sun/star/frame/DocumentTemplates.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/DoubleInitializationException.idl b/main/offapi/com/sun/star/frame/DoubleInitializationException.idl
index a0005d4..cecdf95 100644
--- a/main/offapi/com/sun/star/frame/DoubleInitializationException.idl
+++ b/main/offapi/com/sun/star/frame/DoubleInitializationException.idl
@@ -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,44 +7,44 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_frame_TerminationVetoException_idl__ 
-#define __com_sun_star_frame_TerminationVetoException_idl__ 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module frame {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_frame_TerminationVetoException_idl__
+#define __com_sun_star_frame_TerminationVetoException_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module frame {
+
+//=============================================================================
+
 // DocMerge from xml: exception com::sun::star::frame::DoubleInitializationException
 /** This exception can be thrown in case an object is initialized second time.
 
 	@since OpenOffice 1.1.2
  */
 published exception DoubleInitializationException: com::sun::star::uno::Exception
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/frame/FeatureStateEvent.idl b/main/offapi/com/sun/star/frame/FeatureStateEvent.idl
index 1cbba63..1360bc9 100644
--- a/main/offapi/com/sun/star/frame/FeatureStateEvent.idl
+++ b/main/offapi/com/sun/star/frame/FeatureStateEvent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/Frame.idl b/main/offapi/com/sun/star/frame/Frame.idl
index 661da02..7bbfdf5 100644
--- a/main/offapi/com/sun/star/frame/Frame.idl
+++ b/main/offapi/com/sun/star/frame/Frame.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -85,7 +85,7 @@
         @see    <type scope="com::sun::star::xml">UserDefinedAttributesSupplier</type>
      */
     [optional] service com::sun::star::xml::UserDefinedAttributesSupplier;
-    
+
     //-------------------------------------------------------------------------
 	/** allows the component to be loaded and accessed
         within the frame; it is the main connection to the
@@ -122,11 +122,11 @@
 
     //-------------------------------------------------------------------------
     /** provides information about supported commands
-    
+
         @since OpenOffice 2.0
     */
     [optional] interface XDispatchInformationProvider;
-    
+
     //-------------------------------------------------------------------------
     /** supports interception mechanism for dispatched URLs
 
@@ -188,9 +188,9 @@
 	@since OpenOffice 1.1.2
      */
     [optional, property] XDispatchRecorderSupplier RecorderSupplier;
-    
+
     //-------------------------------------------------------------------------
-    /** provides access to the <type>LayoutManager</type> of the frame. 
+    /** provides access to the <type>LayoutManager</type> of the frame.
     */
     [optional, property] com::sun::star::uno::XInterface LayoutManager;
 };
diff --git a/main/offapi/com/sun/star/frame/FrameActionEvent.idl b/main/offapi/com/sun/star/frame/FrameActionEvent.idl
index bb13410..2d89c61 100644
--- a/main/offapi/com/sun/star/frame/FrameActionEvent.idl
+++ b/main/offapi/com/sun/star/frame/FrameActionEvent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/FrameControl.idl b/main/offapi/com/sun/star/frame/FrameControl.idl
index be51dc5..716cae0 100644
--- a/main/offapi/com/sun/star/frame/FrameControl.idl
+++ b/main/offapi/com/sun/star/frame/FrameControl.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/FrameLoader.idl b/main/offapi/com/sun/star/frame/FrameLoader.idl
index fad2bad..b404f53 100644
--- a/main/offapi/com/sun/star/frame/FrameLoader.idl
+++ b/main/offapi/com/sun/star/frame/FrameLoader.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -78,9 +78,9 @@
         The internal name is a part of his configuration and will be passed by
         the <type>FrameLoaderFactory</type> after creation
         if optional interface <type scope="com::sun::star::lang">XInitialization</type>
-        is supported. Value of function <member scope="com::sun::star::container">XNamed::getName()</member> 
+        is supported. Value of function <member scope="com::sun::star::container">XNamed::getName()</member>
 	can be used on service <type>FrameLoaderFactory</type> to get further informations about this loader.
-        Setting of this name by calling <member scope="com::sun::star::container">XNamed::setName()</member> 
+        Setting of this name by calling <member scope="com::sun::star::container">XNamed::setName()</member>
 	must be forwarded to same factory service. He should decide, if it's allowed or not.
         The reason: prevent code against name ambigities.
         </p>
diff --git a/main/offapi/com/sun/star/frame/FrameLoaderFactory.idl b/main/offapi/com/sun/star/frame/FrameLoaderFactory.idl
index 227dac2..64b6974 100644
--- a/main/offapi/com/sun/star/frame/FrameLoaderFactory.idl
+++ b/main/offapi/com/sun/star/frame/FrameLoaderFactory.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -71,7 +71,7 @@
     /** provides access to the whole frame loader configuration
 
 	<p>This interface supports an access to the internal configuration of all accessible loader objects.
-        The return value of <member scope="com::sun::star::container">XNameAccess::getByName()</member> 
+        The return value of <member scope="com::sun::star::container">XNameAccess::getByName()</member>
 	is a property sequence packed in an any.  </p>
         <table border=1>
             <tr>
diff --git a/main/offapi/com/sun/star/frame/FrameSearchFlag.idl b/main/offapi/com/sun/star/frame/FrameSearchFlag.idl
index 4deb66d..ffff85e 100644
--- a/main/offapi/com/sun/star/frame/FrameSearchFlag.idl
+++ b/main/offapi/com/sun/star/frame/FrameSearchFlag.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/FramesContainer.idl b/main/offapi/com/sun/star/frame/FramesContainer.idl
index 8979bc4..6eec6fc 100644
--- a/main/offapi/com/sun/star/frame/FramesContainer.idl
+++ b/main/offapi/com/sun/star/frame/FramesContainer.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/GlobalEventBroadcaster.idl b/main/offapi/com/sun/star/frame/GlobalEventBroadcaster.idl
index 1f5465d..777bda1 100644
--- a/main/offapi/com/sun/star/frame/GlobalEventBroadcaster.idl
+++ b/main/offapi/com/sun/star/frame/GlobalEventBroadcaster.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/IllegalArgumentIOException.idl b/main/offapi/com/sun/star/frame/IllegalArgumentIOException.idl
index 8f76589..841f942 100644
--- a/main/offapi/com/sun/star/frame/IllegalArgumentIOException.idl
+++ b/main/offapi/com/sun/star/frame/IllegalArgumentIOException.idl
@@ -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,44 +7,44 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_frame_TerminationVetoException_idl__ 
-#define __com_sun_star_frame_TerminationVetoException_idl__ 
- 
-#ifndef __com_sun_star_io_IOException_idl__ 
-#include <com/sun/star/io/IOException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module frame {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_frame_TerminationVetoException_idl__
+#define __com_sun_star_frame_TerminationVetoException_idl__
+
+#ifndef __com_sun_star_io_IOException_idl__
+#include <com/sun/star/io/IOException.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module frame {
+
+//=============================================================================
+
 // DocMerge from xml: exception com::sun::star::frame::IllegalArgumentIOException
 /** This exception can be thrown in case arguments are wrong.
 
     @since OpenOffice 1.1.2
  */
 published exception IllegalArgumentIOException: com::sun::star::io::IOException
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/frame/LayoutManager.idl b/main/offapi/com/sun/star/frame/LayoutManager.idl
index 48b6474..e38f75d 100644
--- a/main/offapi/com/sun/star/frame/LayoutManager.idl
+++ b/main/offapi/com/sun/star/frame/LayoutManager.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -52,20 +52,20 @@
 #include <com/sun/star/frame/XLayoutManagerEventBroadcaster.idl>
 #endif
 
-//============================================================================= 
+//=============================================================================
 
  module com { module sun { module star { module frame {
 
-//============================================================================= 
+//=============================================================================
 /** controls the layout of user interface elements which are part of a frame.
 
     <p>
-    Layout management is the process of determining the size and position of 
-    user interface elements. By default, each <type>Frame</type> has a layout 
-    manager -- it performs layout management for the user interface elements 
-    within the frame. User interface elements can provide size and alignment 
-    hints to layout managers, but layout managers have the final decision on 
-    the size and position of those user interface elements. 
+    Layout management is the process of determining the size and position of
+    user interface elements. By default, each <type>Frame</type> has a layout
+    manager -- it performs layout management for the user interface elements
+    within the frame. User interface elements can provide size and alignment
+    hints to layout managers, but layout managers have the final decision on
+    the size and position of those user interface elements.
     </p>
 
     @since OpenOffice 2.0
@@ -73,14 +73,14 @@
 
 service LayoutManager
 {
-    /** central interface to query for, create, destroy and manipulate user 
+    /** central interface to query for, create, destroy and manipulate user
         interface elements which are bound to a frame.
 
         @see ::com::sun::star::frame::XLayoutManager;
     */
     interface ::com::sun::star::frame::XLayoutManager;
-        
-    /** notification interface to receive status information about the state 
+
+    /** notification interface to receive status information about the state
         of the connected frame.
 
         <p>
@@ -93,7 +93,7 @@
     */
     interface ::com::sun::star::frame::XFrameActionListener;
 
-    /** notification interface to receive change messages of user interface 
+    /** notification interface to receive change messages of user interface
         elements which are part of the layout manager.
 
         <p>
@@ -115,11 +115,11 @@
     */
     [optional] interface ::com::sun::star::frame::XLayoutManagerEventBroadcaster;
 
-    /** interface to support settings a menu bar for inplace editing of 
+    /** interface to support settings a menu bar for inplace editing of
         components inside OpenOffice.org.
 
         @deprecated
-    */    
+    */
     [optional] interface ::com::sun::star::frame::XInplaceLayout;
 };
 
diff --git a/main/offapi/com/sun/star/frame/LayoutManagerEvents.idl b/main/offapi/com/sun/star/frame/LayoutManagerEvents.idl
index b0da231..f63fb71 100644
--- a/main/offapi/com/sun/star/frame/LayoutManagerEvents.idl
+++ b/main/offapi/com/sun/star/frame/LayoutManagerEvents.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -101,7 +101,7 @@
 	 */
     const short MERGEDMENUBAR = 5;
 
-	//------------------------------------------------------------------------- 		
+	//-------------------------------------------------------------------------
 	/** specifies that a certain user interface element has been made
         visible
 
@@ -112,7 +112,7 @@
 	 */
     const short UIELEMENT_VISIBLE = 6;
 
-	//------------------------------------------------------------------------- 		
+	//-------------------------------------------------------------------------
 	/** specifies that a certain user interface element has been made
         invisible
 
diff --git a/main/offapi/com/sun/star/frame/MediaTypeDetectionHelper.idl b/main/offapi/com/sun/star/frame/MediaTypeDetectionHelper.idl
index d356a0e..0e07d7c 100644
--- a/main/offapi/com/sun/star/frame/MediaTypeDetectionHelper.idl
+++ b/main/offapi/com/sun/star/frame/MediaTypeDetectionHelper.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/ModuleManager.idl b/main/offapi/com/sun/star/frame/ModuleManager.idl
index 8750f70..04ae675 100644
--- a/main/offapi/com/sun/star/frame/ModuleManager.idl
+++ b/main/offapi/com/sun/star/frame/ModuleManager.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/PopupMenuController.idl b/main/offapi/com/sun/star/frame/PopupMenuController.idl
index 048dafe..66e83c3 100644
--- a/main/offapi/com/sun/star/frame/PopupMenuController.idl
+++ b/main/offapi/com/sun/star/frame/PopupMenuController.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -32,11 +32,11 @@
 #include <com/sun/star/lang/XInitialization.idl>
 #endif
 
-#ifndef __com_sun_star_frame_XStatusListener_idl__ 
+#ifndef __com_sun_star_frame_XStatusListener_idl__
 #include <com/sun/star/frame/XStatusListener.idl>
 #endif
 
-#ifndef __com_sun_star_frame_XDispatchProvider_idl__ 
+#ifndef __com_sun_star_frame_XDispatchProvider_idl__
 #include <com/sun/star/frame/XDispatchProvider.idl>
 #endif
 
@@ -45,19 +45,19 @@
 #endif
 
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module frame {
 
-//============================================================================= 
+//=============================================================================
 
 /** provides access to a popup menu controller.
-    
+
     <p>
-    A popup menu controller is used to make special functions available to 
+    A popup menu controller is used to make special functions available to
     users, which depend on runtime or context specific conditions.<br/>
-    A typical example for a popup menu controller can be a recent file list 
-    implementation which provides a list of latest files that a user has 
+    A typical example for a popup menu controller can be a recent file list
+    implementation which provides a list of latest files that a user has
     worked on. This list gets changes consistently during a work session.
     </p>
 
@@ -71,26 +71,26 @@
         implementation.
 
         <p>
-        A popup menu controller implementation gets initialized with a 
+        A popup menu controller implementation gets initialized with a
         <type scope="com::sun::star::awt">XPopupMenu</type> object. This assures
         that a popup menu controller can be implemented with any UNO based
         language.
         </p>
     */
     interface com::sun::star::frame::XPopupMenuController;
-    
+
     //-------------------------------------------------------------------------
-    /** provides functions to initialize a popup menu controller with 
-        specific data which are needed. 
-        
+    /** provides functions to initialize a popup menu controller with
+        specific data which are needed.
+
         <p>
-        This interface should not directly used. A factory service is responsible to 
+        This interface should not directly used. A factory service is responsible to
         initialize every controller correctly.<br/>
 
         A popup menu controller needs at least two additional arguments
         provided as <type scope="com::sun::star::beans">PropertyValue</type>:
         <ul>
-            <li><b>Frame</b><br>specifies the <type scope="com::sun::star::frame">XFrame</type> 
+            <li><b>Frame</b><br>specifies the <type scope="com::sun::star::frame">XFrame</type>
                    instance to which the popup menu controller belongs to.</li>
             <li><b>CommandURL</b><br>specifies which popup menu controller should be created.</li>
         </ul>
@@ -104,8 +104,8 @@
     /** used to brief the popup menu controller with new status information.
 
         <p>
-        A popup menu controller makes special functions available to users which 
-        normally depend on the state of other data. This interface is used to 
+        A popup menu controller makes special functions available to users which
+        normally depend on the state of other data. This interface is used to
         send this data to a controller implementation.
         </p>
     */
@@ -123,7 +123,7 @@
         Popup menu controller functions must be specified using the following
         the dispatch URL scheme: "vnd.sun.star.popup:" opaque_part [ "?" query ].
         </p>
-        
+
         @since OpenOffice 2.2
     */
     [optional] interface com::sun::star::frame::XDispatchProvider;
@@ -136,7 +136,7 @@
         life-time. For correct life-time handling a popup menu
         controller should support this interface.
         </p>
-        
+
         @since OpenOffice 2.2
     */
     [optional] interface com::sun::star::lang::XComponent;
@@ -144,6 +144,6 @@
 
 }; }; }; };
 
-//============================================================================= 
+//=============================================================================
 
 #endif
diff --git a/main/offapi/com/sun/star/frame/ProtocolHandler.idl b/main/offapi/com/sun/star/frame/ProtocolHandler.idl
index 0c8f6d5..051fff5 100644
--- a/main/offapi/com/sun/star/frame/ProtocolHandler.idl
+++ b/main/offapi/com/sun/star/frame/ProtocolHandler.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/SessionManager.idl b/main/offapi/com/sun/star/frame/SessionManager.idl
index 4529d9c..5b299db 100644
--- a/main/offapi/com/sun/star/frame/SessionManager.idl
+++ b/main/offapi/com/sun/star/frame/SessionManager.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -72,9 +72,9 @@
         the session manager's signals as well as requests to the session manager.
     */
     interface XSessionManagerClient;
-    
+
 };
- 
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/frame/Settings.idl b/main/offapi/com/sun/star/frame/Settings.idl
index b1605fd..f4b645b 100644
--- a/main/offapi/com/sun/star/frame/Settings.idl
+++ b/main/offapi/com/sun/star/frame/Settings.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/StatusbarControllerFactory.idl b/main/offapi/com/sun/star/frame/StatusbarControllerFactory.idl
index 20ba16f..636b6ae 100644
--- a/main/offapi/com/sun/star/frame/StatusbarControllerFactory.idl
+++ b/main/offapi/com/sun/star/frame/StatusbarControllerFactory.idl
@@ -26,12 +26,12 @@
 
 module com { module sun { module star { module frame {
 
-/** specifies a factory that creates instances of registered status bar 
+/** specifies a factory that creates instances of registered status bar
     controller.
 
     <p>
-    A status bar controller can be registered for a command URL and a model 
-    service name. A status bar will automatically create a status bar controller 
+    A status bar controller can be registered for a command URL and a model
+    service name. A status bar will automatically create a status bar controller
     if it contains a registered command URL.
     </p>
 
diff --git a/main/offapi/com/sun/star/frame/SynchronousFrameLoader.idl b/main/offapi/com/sun/star/frame/SynchronousFrameLoader.idl
index 01c427f..a7db038 100644
--- a/main/offapi/com/sun/star/frame/SynchronousFrameLoader.idl
+++ b/main/offapi/com/sun/star/frame/SynchronousFrameLoader.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/Task.idl b/main/offapi/com/sun/star/frame/Task.idl
index 953ee56..7ba7ac7 100644
--- a/main/offapi/com/sun/star/frame/Task.idl
+++ b/main/offapi/com/sun/star/frame/Task.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/TemplateAccess.idl b/main/offapi/com/sun/star/frame/TemplateAccess.idl
index 075057e..5363174 100644
--- a/main/offapi/com/sun/star/frame/TemplateAccess.idl
+++ b/main/offapi/com/sun/star/frame/TemplateAccess.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/TerminationVetoException.idl b/main/offapi/com/sun/star/frame/TerminationVetoException.idl
index dee8426..cb9483b 100644
--- a/main/offapi/com/sun/star/frame/TerminationVetoException.idl
+++ b/main/offapi/com/sun/star/frame/TerminationVetoException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/TitleChangedEvent.idl b/main/offapi/com/sun/star/frame/TitleChangedEvent.idl
index 576ef46..d5ccc95 100644
--- a/main/offapi/com/sun/star/frame/TitleChangedEvent.idl
+++ b/main/offapi/com/sun/star/frame/TitleChangedEvent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/ToolbarController.idl b/main/offapi/com/sun/star/frame/ToolbarController.idl
index 2f65297..b9da811 100644
--- a/main/offapi/com/sun/star/frame/ToolbarController.idl
+++ b/main/offapi/com/sun/star/frame/ToolbarController.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -49,15 +49,15 @@
  module com {  module sun {  module star {  module frame {
 
 //=============================================================================
-/** is an abstract service for a component which offers a more complex user 
+/** is an abstract service for a component which offers a more complex user
     interface to users within a toolbar.
 
     <p>
-    A generic toolbar function is represented as a button which has a state 
-    (enabled,disabled and selected, not selected). A toolbar controller can 
-    be added to a toolbar and provide information or functions within a more 
-    sophisticated user interface.<br/> A typical example for toolbar controller 
-    is the font chooser within the toolbar. It provides all available fonts in 
+    A generic toolbar function is represented as a button which has a state
+    (enabled,disabled and selected, not selected). A toolbar controller can
+    be added to a toolbar and provide information or functions within a more
+    sophisticated user interface.<br/> A typical example for toolbar controller
+    is the font chooser within the toolbar. It provides all available fonts in
     a dropdown box and shows the current chosen font.
     <p>
 
@@ -69,12 +69,12 @@
 service ToolbarController
 {
     //-------------------------------------------------------------------------
-    /** with this interface a component can receive events if a feature has 
+    /** with this interface a component can receive events if a feature has
         changed.
 
         <p>
-        The toolbar controller implementation should register itself as a 
-        listener when its <member scope="com::sun::star::util">XUpdatable</member> 
+        The toolbar controller implementation should register itself as a
+        listener when its <member scope="com::sun::star::util">XUpdatable</member>
         interface has been called.
         </p>
      */
@@ -82,53 +82,53 @@
 
     /** used to initialize a component with required arguments.
 
-        A toolbar controller needs at least three additional arguments 
+        A toolbar controller needs at least three additional arguments
         provided as <type scope="com::sun::star::beans">PropertyValue</type>:
         <ul>
-            <li><b>Frame</b><br>a <type scope="com::sun::star::frame">XFrame</type> 
+            <li><b>Frame</b><br>a <type scope="com::sun::star::frame">XFrame</type>
                    instance to which the toolbar controller belongs.</li>
-            <li><b>CommandURL</b><br>a string which specifies the command a 
+            <li><b>CommandURL</b><br>a string which specifies the command a
                    toolbar controller is bound.</li>
-            <li><b>ServiceManager</b><br>a 
+            <li><b>ServiceManager</b><br>a
                    <type scope="com::sun::star::lang">XMultiServiceFactory</type>
                    instance which can be used to create additional UNO services.</li>
         </ul>
     */
     interface com::sun::star::lang::XInitialization;
 
-    /** used to notify an implementation that it needs to add its listener or remove 
+    /** used to notify an implementation that it needs to add its listener or remove
         and add them again.
 
         <p>
-        A toolbar controller instance is ready for use after this call has been made 
-        the first time. The toolbar implementation guarantees that the controller's 
+        A toolbar controller instance is ready for use after this call has been made
+        the first time. The toolbar implementation guarantees that the controller's
         item window has been added to the toolbar and its reference is held by it.
         </p>
     */
     interface com::sun::star::util::XUpdatable;
 
     //-------------------------------------------------------------------------
-    /** used to notify changed features and requests for additional user interface 
+    /** used to notify changed features and requests for additional user interface
         items.
 
         <p>
         Mostly used by a toolbar implementation to forward information to and request
-        services from a toolbar controller component. This interface must be useable 
-        after <member scope="com::sun::star::lang">XInitialitation::initialize</member> 
-        has been called.  The behavior of the interface is undefined if the controller 
+        services from a toolbar controller component. This interface must be useable
+        after <member scope="com::sun::star::lang">XInitialitation::initialize</member>
+        has been called.  The behavior of the interface is undefined if the controller
         component hasn't been initialized.
         </p>
      */
     interface com::sun::star::frame::XToolbarController;
 
     //-------------------------------------------------------------------------
-    /** used to notify and retrieve information that are specific for sub-toolbar 
+    /** used to notify and retrieve information that are specific for sub-toolbar
         controllers.
 
         <p>
         Used by implementations that want to provide the toolbar button/sub-
-        toolbar function feature. A controller supporting this interface exchanges 
-        the function of its own toolbar button, that opened the sub-toolbar, with 
+        toolbar function feature. A controller supporting this interface exchanges
+        the function of its own toolbar button, that opened the sub-toolbar, with
         the one that has been selected on the sub-toolbar.
         </p>
      */
diff --git a/main/offapi/com/sun/star/frame/TransientDocumentsDocumentContentFactory.idl b/main/offapi/com/sun/star/frame/TransientDocumentsDocumentContentFactory.idl
index ca5680c..2bceb55 100644
--- a/main/offapi/com/sun/star/frame/TransientDocumentsDocumentContentFactory.idl
+++ b/main/offapi/com/sun/star/frame/TransientDocumentsDocumentContentFactory.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/UnknownModuleException.idl b/main/offapi/com/sun/star/frame/UnknownModuleException.idl
index 93e9062..7240cc8 100644
--- a/main/offapi/com/sun/star/frame/UnknownModuleException.idl
+++ b/main/offapi/com/sun/star/frame/UnknownModuleException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/UntitledNumbersConst.idl b/main/offapi/com/sun/star/frame/UntitledNumbersConst.idl
index 329fe22..bea52f5 100644
--- a/main/offapi/com/sun/star/frame/UntitledNumbersConst.idl
+++ b/main/offapi/com/sun/star/frame/UntitledNumbersConst.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/WindowArrange.idl b/main/offapi/com/sun/star/frame/WindowArrange.idl
index 7457498..63b5d31 100644
--- a/main/offapi/com/sun/star/frame/WindowArrange.idl
+++ b/main/offapi/com/sun/star/frame/WindowArrange.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/XBorderResizeListener.idl b/main/offapi/com/sun/star/frame/XBorderResizeListener.idl
index 99d77d2..a495455 100644
--- a/main/offapi/com/sun/star/frame/XBorderResizeListener.idl
+++ b/main/offapi/com/sun/star/frame/XBorderResizeListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/XBrowseHistoryRegistry.idl b/main/offapi/com/sun/star/frame/XBrowseHistoryRegistry.idl
index 191f8bc..e0a0038 100644
--- a/main/offapi/com/sun/star/frame/XBrowseHistoryRegistry.idl
+++ b/main/offapi/com/sun/star/frame/XBrowseHistoryRegistry.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/XComponentLoader.idl b/main/offapi/com/sun/star/frame/XComponentLoader.idl
index 0c4d10e..e0e80ee 100644
--- a/main/offapi/com/sun/star/frame/XComponentLoader.idl
+++ b/main/offapi/com/sun/star/frame/XComponentLoader.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/XComponentRegistry.idl b/main/offapi/com/sun/star/frame/XComponentRegistry.idl
index 29c92d7..65606ae 100644
--- a/main/offapi/com/sun/star/frame/XComponentRegistry.idl
+++ b/main/offapi/com/sun/star/frame/XComponentRegistry.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/XConfigManager.idl b/main/offapi/com/sun/star/frame/XConfigManager.idl
index 6fa45b4..db8149b 100644
--- a/main/offapi/com/sun/star/frame/XConfigManager.idl
+++ b/main/offapi/com/sun/star/frame/XConfigManager.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/XControlNotificationListener.idl b/main/offapi/com/sun/star/frame/XControlNotificationListener.idl
index 94a62b4..c171cb0 100644
--- a/main/offapi/com/sun/star/frame/XControlNotificationListener.idl
+++ b/main/offapi/com/sun/star/frame/XControlNotificationListener.idl
@@ -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,40 +7,40 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_frame_XControlNotificationListener_idl__ 
-#define __com_sun_star_frame_XControlNotificationListener_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
+#ifndef __com_sun_star_frame_XControlNotificationListener_idl__
+#define __com_sun_star_frame_XControlNotificationListener_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
 #endif
 
 #ifndef __com_sun_star_frame_ControlEvent_idl__
 #include <com/sun/star/frame/ControlEvent.idl>
 #endif
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module frame {  
- 
-//============================================================================= 
- 
-/** Must be implemented by dispatch objects which want to get 
+
+//=============================================================================
+
+module com {  module sun {  module star {  module frame {
+
+//=============================================================================
+
+/** Must be implemented by dispatch objects which want to get
     notifications about control events.
-	
-    @since OpenOffice 2.0.3	
+
+    @since OpenOffice 2.0.3
  */
 interface XControlNotificationListener : com::sun::star::uno::XInterface
 {
@@ -50,12 +50,12 @@
         @param Event
             contains the event informantion
         */
-    void controlEvent( [in] ControlEvent Event ); 
+    void controlEvent( [in] ControlEvent Event );
 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/frame/XController.idl b/main/offapi/com/sun/star/frame/XController.idl
index 0b4574b..bef7785 100644
--- a/main/offapi/com/sun/star/frame/XController.idl
+++ b/main/offapi/com/sun/star/frame/XController.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/XController2.idl b/main/offapi/com/sun/star/frame/XController2.idl
index afe24c2..54cad16 100644
--- a/main/offapi/com/sun/star/frame/XController2.idl
+++ b/main/offapi/com/sun/star/frame/XController2.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/XControllerBorder.idl b/main/offapi/com/sun/star/frame/XControllerBorder.idl
index e30a963..88acd3c 100644
--- a/main/offapi/com/sun/star/frame/XControllerBorder.idl
+++ b/main/offapi/com/sun/star/frame/XControllerBorder.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/XDesktop.idl b/main/offapi/com/sun/star/frame/XDesktop.idl
index ada3a12..32b73f6 100644
--- a/main/offapi/com/sun/star/frame/XDesktop.idl
+++ b/main/offapi/com/sun/star/frame/XDesktop.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/XDesktopTask.idl b/main/offapi/com/sun/star/frame/XDesktopTask.idl
index 285c417..d8ad31f 100644
--- a/main/offapi/com/sun/star/frame/XDesktopTask.idl
+++ b/main/offapi/com/sun/star/frame/XDesktopTask.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/XDispatch.idl b/main/offapi/com/sun/star/frame/XDispatch.idl
index f8ff3f4..4556443 100644
--- a/main/offapi/com/sun/star/frame/XDispatch.idl
+++ b/main/offapi/com/sun/star/frame/XDispatch.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/XDispatchHelper.idl b/main/offapi/com/sun/star/frame/XDispatchHelper.idl
index 871e7f9..4c09824 100644
--- a/main/offapi/com/sun/star/frame/XDispatchHelper.idl
+++ b/main/offapi/com/sun/star/frame/XDispatchHelper.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/XDispatchInformationProvider.idl b/main/offapi/com/sun/star/frame/XDispatchInformationProvider.idl
index d5a10c0..5024dbb 100644
--- a/main/offapi/com/sun/star/frame/XDispatchInformationProvider.idl
+++ b/main/offapi/com/sun/star/frame/XDispatchInformationProvider.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -44,9 +44,9 @@
 
     <p>
     This interface can be used to retrieve additional information about
-    supported commands. This interface is normally used by configuration 
-    implementations to retrieve all supported commands. 
-    A dispatch information provider is normally supported by a 
+    supported commands. This interface is normally used by configuration
+    implementations to retrieve all supported commands.
+    A dispatch information provider is normally supported by a
     <type>Frame</type> service.
     </p>
 
@@ -67,12 +67,12 @@
     sequence < short > getSupportedCommandGroups();
 
     //-------------------------------------------------------------------------
-    /** returns additional information about supported commands of a 
+    /** returns additional information about supported commands of a
         given command group.
-        
+
         @param CommandGroup
             specifies a command group.
-        
+
         @returns
             name and group name of every command supported. A group ID which is
             not supported returns an empty <type scope="com::sun::star::uno">Sequence</type>.
diff --git a/main/offapi/com/sun/star/frame/XDispatchProvider.idl b/main/offapi/com/sun/star/frame/XDispatchProvider.idl
index b43022b..7df5e39 100644
--- a/main/offapi/com/sun/star/frame/XDispatchProvider.idl
+++ b/main/offapi/com/sun/star/frame/XDispatchProvider.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/XDispatchProviderInterception.idl b/main/offapi/com/sun/star/frame/XDispatchProviderInterception.idl
index c2d86fd..df24072 100644
--- a/main/offapi/com/sun/star/frame/XDispatchProviderInterception.idl
+++ b/main/offapi/com/sun/star/frame/XDispatchProviderInterception.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/XDispatchProviderInterceptor.idl b/main/offapi/com/sun/star/frame/XDispatchProviderInterceptor.idl
index 3dac3aa..5692eb2 100644
--- a/main/offapi/com/sun/star/frame/XDispatchProviderInterceptor.idl
+++ b/main/offapi/com/sun/star/frame/XDispatchProviderInterceptor.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/XDispatchRecorder.idl b/main/offapi/com/sun/star/frame/XDispatchRecorder.idl
index 3c72eda..f65aa72 100644
--- a/main/offapi/com/sun/star/frame/XDispatchRecorder.idl
+++ b/main/offapi/com/sun/star/frame/XDispatchRecorder.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -75,12 +75,12 @@
         <p>
         Must be called in pairs with <member>XDispatchRecorder::startRecording()</member>.
         </p>
-        
+
         @attention  The recorder uses this method to control the lifetime of its internal
                     used macro buffer. It will be cleared here. So the macro must be fetched
                     before endRecording() is called.
-                    
-        @see        getRecordedMacro()             
+
+        @see        getRecordedMacro()
     */
     void endRecording();
 
diff --git a/main/offapi/com/sun/star/frame/XDispatchRecorderSupplier.idl b/main/offapi/com/sun/star/frame/XDispatchRecorderSupplier.idl
index b12be4f..ea8ddfa 100644
--- a/main/offapi/com/sun/star/frame/XDispatchRecorderSupplier.idl
+++ b/main/offapi/com/sun/star/frame/XDispatchRecorderSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/XDispatchResultListener.idl b/main/offapi/com/sun/star/frame/XDispatchResultListener.idl
index 3ca4693..df53079 100644
--- a/main/offapi/com/sun/star/frame/XDispatchResultListener.idl
+++ b/main/offapi/com/sun/star/frame/XDispatchResultListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/XDocumentTemplates.idl b/main/offapi/com/sun/star/frame/XDocumentTemplates.idl
index 8f2050a..573e564 100644
--- a/main/offapi/com/sun/star/frame/XDocumentTemplates.idl
+++ b/main/offapi/com/sun/star/frame/XDocumentTemplates.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/XExtendedFilterDetection.idl b/main/offapi/com/sun/star/frame/XExtendedFilterDetection.idl
index 682812e..2f8d578 100644
--- a/main/offapi/com/sun/star/frame/XExtendedFilterDetection.idl
+++ b/main/offapi/com/sun/star/frame/XExtendedFilterDetection.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/XFilterDetect.idl b/main/offapi/com/sun/star/frame/XFilterDetect.idl
index 0c96902..bb4f9f4 100644
--- a/main/offapi/com/sun/star/frame/XFilterDetect.idl
+++ b/main/offapi/com/sun/star/frame/XFilterDetect.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/XFrame.idl b/main/offapi/com/sun/star/frame/XFrame.idl
index c24777e..13fb587 100644
--- a/main/offapi/com/sun/star/frame/XFrame.idl
+++ b/main/offapi/com/sun/star/frame/XFrame.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -64,7 +64,7 @@
         </p>
 
 		<p>This frame will take over ownership of the window referred from
-		<var>xWindow</var>.  Thus, the previous owner is not allowed to 
+		<var>xWindow</var>.  Thus, the previous owner is not allowed to
 		dispose this window anymore. </p>
 
         @param xWindow
diff --git a/main/offapi/com/sun/star/frame/XFrameActionListener.idl b/main/offapi/com/sun/star/frame/XFrameActionListener.idl
index 1a90ae1..d18958e 100644
--- a/main/offapi/com/sun/star/frame/XFrameActionListener.idl
+++ b/main/offapi/com/sun/star/frame/XFrameActionListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/XFrameLoader.idl b/main/offapi/com/sun/star/frame/XFrameLoader.idl
index 05d9d5c..e01b514 100644
--- a/main/offapi/com/sun/star/frame/XFrameLoader.idl
+++ b/main/offapi/com/sun/star/frame/XFrameLoader.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/XFrameLoaderQuery.idl b/main/offapi/com/sun/star/frame/XFrameLoaderQuery.idl
index 549b131..6785330 100644
--- a/main/offapi/com/sun/star/frame/XFrameLoaderQuery.idl
+++ b/main/offapi/com/sun/star/frame/XFrameLoaderQuery.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/XFrameSetModel.idl b/main/offapi/com/sun/star/frame/XFrameSetModel.idl
index 2fd3ed8..cfc4fd3 100644
--- a/main/offapi/com/sun/star/frame/XFrameSetModel.idl
+++ b/main/offapi/com/sun/star/frame/XFrameSetModel.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/XFrames.idl b/main/offapi/com/sun/star/frame/XFrames.idl
index 73580f1..e9efffe 100644
--- a/main/offapi/com/sun/star/frame/XFrames.idl
+++ b/main/offapi/com/sun/star/frame/XFrames.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/XFramesSupplier.idl b/main/offapi/com/sun/star/frame/XFramesSupplier.idl
index 0d6f6d9..3c9a651 100644
--- a/main/offapi/com/sun/star/frame/XFramesSupplier.idl
+++ b/main/offapi/com/sun/star/frame/XFramesSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/XInplaceLayout.idl b/main/offapi/com/sun/star/frame/XInplaceLayout.idl
index 02b27dc..54b3dfd 100644
--- a/main/offapi/com/sun/star/frame/XInplaceLayout.idl
+++ b/main/offapi/com/sun/star/frame/XInplaceLayout.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -28,32 +28,32 @@
 #include <com/sun/star/uno/XInterface.idl>
 #endif
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module frame {
 
-//============================================================================= 
+//=============================================================================
 
-/** special interface to support inplace editing of components inside 
+/** special interface to support inplace editing of components inside
     OpenOffice.org.
 
     @deprecated
 
     @since OpenOffice 2.0
 */
-    
+
 interface XInplaceLayout : com::sun::star::uno::XInterface
 {
     /** sets an inplace menu to the container window of the attached frame.
-        
+
         @param InplaceMenuBarPointer
             must be a VCL menu bar pointer which is accessible within the
             layout manager process.
     */
     void setInplaceMenuBar( [in] hyper InplaceMenuBarPointer );
-    
+
     /** removes an inplace menu and sets back a previously created menu bar if one
-        has been set before.    
+        has been set before.
     */
     void resetInplaceMenuBar();
 };
diff --git a/main/offapi/com/sun/star/frame/XInterceptorInfo.idl b/main/offapi/com/sun/star/frame/XInterceptorInfo.idl
index a0c4923..631f795 100644
--- a/main/offapi/com/sun/star/frame/XInterceptorInfo.idl
+++ b/main/offapi/com/sun/star/frame/XInterceptorInfo.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/XLayoutManager.idl b/main/offapi/com/sun/star/frame/XLayoutManager.idl
index 653019a..1791ad7 100644
--- a/main/offapi/com/sun/star/frame/XLayoutManager.idl
+++ b/main/offapi/com/sun/star/frame/XLayoutManager.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/XLayoutManagerEventBroadcaster.idl b/main/offapi/com/sun/star/frame/XLayoutManagerEventBroadcaster.idl
index 4870a8d..481fcd3 100644
--- a/main/offapi/com/sun/star/frame/XLayoutManagerEventBroadcaster.idl
+++ b/main/offapi/com/sun/star/frame/XLayoutManagerEventBroadcaster.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/XLayoutManagerListener.idl b/main/offapi/com/sun/star/frame/XLayoutManagerListener.idl
index 7e3c9c3..e2bec9e 100644
--- a/main/offapi/com/sun/star/frame/XLayoutManagerListener.idl
+++ b/main/offapi/com/sun/star/frame/XLayoutManagerListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/XLoadEventListener.idl b/main/offapi/com/sun/star/frame/XLoadEventListener.idl
index 192f318..84cffb4 100644
--- a/main/offapi/com/sun/star/frame/XLoadEventListener.idl
+++ b/main/offapi/com/sun/star/frame/XLoadEventListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/XLoadable.idl b/main/offapi/com/sun/star/frame/XLoadable.idl
index 8d63f6e..ba9a2af 100644
--- a/main/offapi/com/sun/star/frame/XLoadable.idl
+++ b/main/offapi/com/sun/star/frame/XLoadable.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/XMenuBarAcceptor.idl b/main/offapi/com/sun/star/frame/XMenuBarAcceptor.idl
index d89cf3d..78e2084 100644
--- a/main/offapi/com/sun/star/frame/XMenuBarAcceptor.idl
+++ b/main/offapi/com/sun/star/frame/XMenuBarAcceptor.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -32,11 +32,11 @@
 #include <com/sun/star/awt/XMenuBar.idl>
 #endif
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module frame {
 
-//============================================================================= 
+//=============================================================================
 
 /** provides function to update a menu bar for inplace editing.
 
@@ -48,10 +48,10 @@
 interface XMenuBarAcceptor : com::sun::star::uno::XInterface
 {
 	//-------------------------------------------------------------------------
-    /** update menu bar according to the current frame mode. This is used in 
-        inplace editing mode where we have to merge our own menu into the 
+    /** update menu bar according to the current frame mode. This is used in
+        inplace editing mode where we have to merge our own menu into the
         container applications menu.
-       
+
        @param xMenuBar
             the menu bar that should be merged with current one.
     */
diff --git a/main/offapi/com/sun/star/frame/XMenuBarMergingAcceptor.idl b/main/offapi/com/sun/star/frame/XMenuBarMergingAcceptor.idl
index 9dd2717..317333b 100644
--- a/main/offapi/com/sun/star/frame/XMenuBarMergingAcceptor.idl
+++ b/main/offapi/com/sun/star/frame/XMenuBarMergingAcceptor.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -32,11 +32,11 @@
 #include <com/sun/star/frame/XDispatchProvider.idl>
 #endif
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module frame {
 
-//============================================================================= 
+//=============================================================================
 
 /** provides functions to set and remove a merged menu bar for inplace
     editing.
@@ -52,19 +52,19 @@
             specifies the merged menu bar.
 
         <p>
-        This function is normally used to provide inplace editing where 
-        functions from two application parts, container application and 
-        embedded object, are available to the user simultaneously. A menu 
-        bar which is set by this method has a higher priority than others 
-        created by <type scope="com::sun::star::frame">XLayoutManager</type> 
+        This function is normally used to provide inplace editing where
+        functions from two application parts, container application and
+        embedded object, are available to the user simultaneously. A menu
+        bar which is set by this method has a higher priority than others
+        created by <type scope="com::sun::star::frame">XLayoutManager</type>
         interface. Settings of a merged menu bar cannot be retrieved.
         </p>
-        
+
         @see com::sun::star::ui::UIElementSettings
         @see com::sun::star::frame::XDispatchProvider
         @see com::sun::star::frame::XLayoutManager
     */
-    boolean setMergedMenuBar( 
+    boolean setMergedMenuBar(
         [in] ::com::sun::star::container::XIndexAccess xMergedMenuBar );
 
     /** removes a previously set merged menu bar and sets a previously created
diff --git a/main/offapi/com/sun/star/frame/XModel.idl b/main/offapi/com/sun/star/frame/XModel.idl
index f02b6fe..54b884b 100644
--- a/main/offapi/com/sun/star/frame/XModel.idl
+++ b/main/offapi/com/sun/star/frame/XModel.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/XModel2.idl b/main/offapi/com/sun/star/frame/XModel2.idl
index 7db6564..8048695 100644
--- a/main/offapi/com/sun/star/frame/XModel2.idl
+++ b/main/offapi/com/sun/star/frame/XModel2.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -35,12 +35,12 @@
 
 //=============================================================================
 /** extends interface XModel.
- 
+
     The foloowing functions are added:
- 
+
     - enumeration of all currently connected controller objects.
       (not getCurrentController() only, which depends on focus)
- 
+
     - establish new view controller factory methods, which will make
       it possible to create new views for this model.
  */
@@ -92,25 +92,25 @@
 
         <p>Effectively, this method is equivalent to calling <member>createView</member> with
         the <code>ViewName</code> being <code>&quot;Default&quot;</code>.</p>
-    
+
         @param Frame
                used to place the new created view there
-               
+
         @return the new view controller instance
-        
+
         @throws ::com::sun::star::lang::IllegalArgumentException
                 if one of the given parameter was wrong
-                
+
         @throws ::com::sun::star::uno::Exception
                 if creation of a new view failed by other reasons
      */
     com::sun::star::frame::XController2 createDefaultViewController( [in]  com::sun::star::frame::XFrame Frame )
         raises (com::sun::star::lang::IllegalArgumentException,
                 com::sun::star::uno::Exception                );
-               
+
 	//-------------------------------------------------------------------------
     /** creates a new view instance classified by the specified name and arguments.
-    
+
         <p>The newly created controller must not be connected with the document and the
         frame. That is, you should neither call <member>XFrame::setComponent</member>, nor
         <member>XController::attachFrame</member>, nor <member>XController::attachModel</member>,
@@ -119,18 +119,18 @@
 
         @param ViewName
                classified name of instance
-               
+
         @param Arguments
                arguments used for creation
-               
+
         @param Frame
                used to place the new created view there
-               
+
         @return the new view controller instance
-        
+
         @throws ::com::sun::star::lang::IllegalArgumentException
                 if one of the given parameter was wrong
-                
+
         @throws ::com::sun::star::uno::Exception
                 if creation of a new view failed by other reasons
      */
diff --git a/main/offapi/com/sun/star/frame/XModule.idl b/main/offapi/com/sun/star/frame/XModule.idl
index 6a773cd..30d2e7a 100644
--- a/main/offapi/com/sun/star/frame/XModule.idl
+++ b/main/offapi/com/sun/star/frame/XModule.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -53,7 +53,7 @@
     </p>
 
     @see XModuleManager
-    
+
     @since OpenOffice 2.3
  */
 interface XModule : com::sun::star::uno::XInterface
diff --git a/main/offapi/com/sun/star/frame/XModuleManager.idl b/main/offapi/com/sun/star/frame/XModuleManager.idl
index 62bfaf3..d893366 100644
--- a/main/offapi/com/sun/star/frame/XModuleManager.idl
+++ b/main/offapi/com/sun/star/frame/XModuleManager.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/XNotifyingDispatch.idl b/main/offapi/com/sun/star/frame/XNotifyingDispatch.idl
index 80a5d53..7980e02 100644
--- a/main/offapi/com/sun/star/frame/XNotifyingDispatch.idl
+++ b/main/offapi/com/sun/star/frame/XNotifyingDispatch.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/XPopupMenuController.idl b/main/offapi/com/sun/star/frame/XPopupMenuController.idl
index f5fda6c..5012626 100644
--- a/main/offapi/com/sun/star/frame/XPopupMenuController.idl
+++ b/main/offapi/com/sun/star/frame/XPopupMenuController.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -28,22 +28,22 @@
 #include <com/sun/star/awt/XPopupMenu.idl>
 #endif
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module frame {
 
-//============================================================================= 
+//=============================================================================
 
 /** provides data to a popup menu controller implementation to
     fill and update a popup menu dynamically.
-    
+
     <p>
-    A popup menu controller gets a <type scope="com::sun::star::awt">XPopupMenu</type> 
-    from its parent menu implementation. The controller has to fill this popup 
-    menu with a set of menu items and/or sub menus. The parent menu implementation 
+    A popup menu controller gets a <type scope="com::sun::star::awt">XPopupMenu</type>
+    from its parent menu implementation. The controller has to fill this popup
+    menu with a set of menu items and/or sub menus. The parent menu implementation
     briefs the controller whenever the popup menu gets activated by a user.
     </p>
-    
+
     @since OpenOffice 2.0
 */
 interface XPopupMenuController : com::sun::star::uno::XInterface
@@ -58,12 +58,12 @@
     void setPopupMenu( [in] com::sun::star::awt::XPopupMenu PopupMenu );
 
     /** briefs the popup menu controller to update the contents of the provided
-        popup menu to reflect the current state. 
-        
-        <p>A controller should <b>never</b> update the popup menu structure on its 
-        own to prevent performance problems. A better way would be that a controller 
-        registers itself as status listener to for a command URL and immediately 
-        deregister after that. Therefor status updates will not be send regularly 
+        popup menu to reflect the current state.
+
+        <p>A controller should <b>never</b> update the popup menu structure on its
+        own to prevent performance problems. A better way would be that a controller
+        registers itself as status listener to for a command URL and immediately
+        deregister after that. Therefor status updates will not be send regularly
         for a non visible popup menu.
         </p>
     */
@@ -72,6 +72,6 @@
 
 }; }; }; };
 
-//============================================================================= 
+//=============================================================================
 
 #endif
diff --git a/main/offapi/com/sun/star/frame/XRecordableDispatch.idl b/main/offapi/com/sun/star/frame/XRecordableDispatch.idl
index 30e11b7..da3bd4f 100644
--- a/main/offapi/com/sun/star/frame/XRecordableDispatch.idl
+++ b/main/offapi/com/sun/star/frame/XRecordableDispatch.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/XSessionManagerClient.idl b/main/offapi/com/sun/star/frame/XSessionManagerClient.idl
index 0141803..1c85a81 100644
--- a/main/offapi/com/sun/star/frame/XSessionManagerClient.idl
+++ b/main/offapi/com/sun/star/frame/XSessionManagerClient.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -40,7 +40,7 @@
     {
 
         /** addSessionManagerListener registers a listener for session management events
-            
+
         @param xListener
         listener for session management events
 
@@ -50,7 +50,7 @@
         [oneway] void addSessionManagerListener( [in] XSessionManagerListener xListener );
 
         /** removeSessionManagerListener deregisters a listener for session events
-        
+
         @param xListener
             listener to be removed
 
diff --git a/main/offapi/com/sun/star/frame/XSessionManagerListener.idl b/main/offapi/com/sun/star/frame/XSessionManagerListener.idl
index f582dc8..f407aa9 100644
--- a/main/offapi/com/sun/star/frame/XSessionManagerListener.idl
+++ b/main/offapi/com/sun/star/frame/XSessionManagerListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -36,16 +36,16 @@
         /** doSave gets called when a save event was issued by the session manager
         the listener should do what is necessary to restore
         the current state of the application
-        
+
         <p>If the listener desires to interact with the user
         it must first issue a user interaction request and
         only do so if interaction was granted</p>
-        
+
         <p>When the save request is processed (with or without
         user interaction) the listener must call
         <member>XSessionManagerClient::saveDone()</member>
         on the session manager client service object.</p>
-        
+
         @param bShutdown
         <TRUE/> if a shutdown is in progress,
         <FALSE/> if just a save point was requested
@@ -53,13 +53,13 @@
         @param bCancelable
         <TRUE/> if a shutdown in progress can be canceled by the listener,
         <FALSE/> else
-        
+
         <p>the listener may choose to ignore the <member>saveDone</member>
         event in case no real shutdown is in progress. He
         still has to call
         <member>XSessionManagerClient::saveDone()</member>
         in that case.</p>
-        
+
         @see XSessionManagerClient
         @see XSessionManagerClient::saveDone()
         */
@@ -91,7 +91,7 @@
         /** returns true, if a session was restored
         */
         boolean doRestore();
-    }; 
+    };
 
 }; }; }; };
 
diff --git a/main/offapi/com/sun/star/frame/XSessionManagerListener2.idl b/main/offapi/com/sun/star/frame/XSessionManagerListener2.idl
index 4e32e5f..d414e17 100644
--- a/main/offapi/com/sun/star/frame/XSessionManagerListener2.idl
+++ b/main/offapi/com/sun/star/frame/XSessionManagerListener2.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -41,7 +41,7 @@
         further UI will usually be impossible and must be avoided.
         */
         [oneway] void doQuit();
-    }; 
+    };
 
 }; }; }; };
 
diff --git a/main/offapi/com/sun/star/frame/XStatusListener.idl b/main/offapi/com/sun/star/frame/XStatusListener.idl
index 9697965..bcc27e5 100644
--- a/main/offapi/com/sun/star/frame/XStatusListener.idl
+++ b/main/offapi/com/sun/star/frame/XStatusListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/XStatusbarController.idl b/main/offapi/com/sun/star/frame/XStatusbarController.idl
index c0b9bf9..80beba9 100644
--- a/main/offapi/com/sun/star/frame/XStatusbarController.idl
+++ b/main/offapi/com/sun/star/frame/XStatusbarController.idl
@@ -148,7 +148,7 @@
             current information about the mouse pointer.
 
         @return
-            return <TRUE/> if the event should not be processed and <FALSE/> 
+            return <TRUE/> if the event should not be processed and <FALSE/>
             if the event should be processed by the status bar.
     */
     boolean mouseButtonUp( [in] ::com::sun::star::awt::MouseEvent aMouseEvent );
diff --git a/main/offapi/com/sun/star/frame/XStorable.idl b/main/offapi/com/sun/star/frame/XStorable.idl
index 99c4590..44f1736 100644
--- a/main/offapi/com/sun/star/frame/XStorable.idl
+++ b/main/offapi/com/sun/star/frame/XStorable.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/XStorable2.idl b/main/offapi/com/sun/star/frame/XStorable2.idl
index 786a817..cb89466 100644
--- a/main/offapi/com/sun/star/frame/XStorable2.idl
+++ b/main/offapi/com/sun/star/frame/XStorable2.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -60,7 +60,7 @@
 			This method allows to specify some additional parametes for
 			storing process.
 		</p>
-	
+
         @param lArguments
             optional parameters for saving, can take values from subset of
 			<type scope="com::sun::star::document">MediaDescriptor</type>
diff --git a/main/offapi/com/sun/star/frame/XSubToolbarController.idl b/main/offapi/com/sun/star/frame/XSubToolbarController.idl
index 624f9cd..8e94d49 100644
--- a/main/offapi/com/sun/star/frame/XSubToolbarController.idl
+++ b/main/offapi/com/sun/star/frame/XSubToolbarController.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -36,19 +36,19 @@
 
     <p>
     This interface is normally used to implement the toolbar button/sub-
-    toolbar function feature. It exchanges the function of the toolbar 
-    button, that opened the sub-toolbar, with the one that has been selected 
+    toolbar function feature. It exchanges the function of the toolbar
+    button, that opened the sub-toolbar, with the one that has been selected
     on the sub-toolbar.
     </p>
-    
+
     @see com::sun::star::frame::ToolbarController
-    
+
     @since OpenOffice 2.0
  */
 interface XSubToolbarController : com::sun::star::uno::XInterface
 {
     //=============================================================================
-    /** if the controller features a sub-toolbar. 
+    /** if the controller features a sub-toolbar.
 
         @return
             <TRUE/> if the controller offers a sub toolbar, otherwise <FALSE/>.
@@ -64,13 +64,13 @@
     /** provides the resource URL of the sub-toolbar this controller opens.
 
         @return
-            name of the sub-toolbar this controller offers. A empty string 
+            name of the sub-toolbar this controller offers. A empty string
             will be interpreted as if this controller offers no sub-toolbar.
     */
     string getSubToolbarName();
 
     //=============================================================================
-    /** gets called to notify a controller that a sub-toolbar function has been 
+    /** gets called to notify a controller that a sub-toolbar function has been
         selected.
 
         @param aCommand
@@ -85,7 +85,7 @@
 
         <p>
         Only the controller instance is able to set the correct image for the
-        current function. A toolbar implementation will ask sub-toolbar 
+        current function. A toolbar implementation will ask sub-toolbar
         controllers to update their image whenever it has to update the images
         of all its buttons.
         </p>
diff --git a/main/offapi/com/sun/star/frame/XSynchronousDispatch.idl b/main/offapi/com/sun/star/frame/XSynchronousDispatch.idl
index e1eb6d1..9c0f1b9 100644
--- a/main/offapi/com/sun/star/frame/XSynchronousDispatch.idl
+++ b/main/offapi/com/sun/star/frame/XSynchronousDispatch.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/XSynchronousFrameLoader.idl b/main/offapi/com/sun/star/frame/XSynchronousFrameLoader.idl
index 9da45b6..c7f5687 100644
--- a/main/offapi/com/sun/star/frame/XSynchronousFrameLoader.idl
+++ b/main/offapi/com/sun/star/frame/XSynchronousFrameLoader.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/XTask.idl b/main/offapi/com/sun/star/frame/XTask.idl
index 8847c33..015c516 100644
--- a/main/offapi/com/sun/star/frame/XTask.idl
+++ b/main/offapi/com/sun/star/frame/XTask.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/XTasksSupplier.idl b/main/offapi/com/sun/star/frame/XTasksSupplier.idl
index ecf28a4..5e36534 100644
--- a/main/offapi/com/sun/star/frame/XTasksSupplier.idl
+++ b/main/offapi/com/sun/star/frame/XTasksSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/XTerminateListener.idl b/main/offapi/com/sun/star/frame/XTerminateListener.idl
index 8dc1c6a..b1f6d13 100644
--- a/main/offapi/com/sun/star/frame/XTerminateListener.idl
+++ b/main/offapi/com/sun/star/frame/XTerminateListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/XTerminateListener2.idl b/main/offapi/com/sun/star/frame/XTerminateListener2.idl
index 8e8064c..51f79d0 100644
--- a/main/offapi/com/sun/star/frame/XTerminateListener2.idl
+++ b/main/offapi/com/sun/star/frame/XTerminateListener2.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/XTitle.idl b/main/offapi/com/sun/star/frame/XTitle.idl
index 7d23fa0..6596f5f 100644
--- a/main/offapi/com/sun/star/frame/XTitle.idl
+++ b/main/offapi/com/sun/star/frame/XTitle.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/XTitleChangeBroadcaster.idl b/main/offapi/com/sun/star/frame/XTitleChangeBroadcaster.idl
index ad5a7bd..5b0bb8a 100644
--- a/main/offapi/com/sun/star/frame/XTitleChangeBroadcaster.idl
+++ b/main/offapi/com/sun/star/frame/XTitleChangeBroadcaster.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/XTitleChangeListener.idl b/main/offapi/com/sun/star/frame/XTitleChangeListener.idl
index 56957a4..0c96115 100644
--- a/main/offapi/com/sun/star/frame/XTitleChangeListener.idl
+++ b/main/offapi/com/sun/star/frame/XTitleChangeListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/XToolbarController.idl b/main/offapi/com/sun/star/frame/XToolbarController.idl
index 1eaea59..a97880a 100644
--- a/main/offapi/com/sun/star/frame/XToolbarController.idl
+++ b/main/offapi/com/sun/star/frame/XToolbarController.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -40,8 +40,8 @@
     to users within a toolbar.
 
     <p>
-    A generic toolbar function is represented as a button which has a state 
-    (enabled,disabled and selected, not selected). A toolbar controller can be added to a 
+    A generic toolbar function is represented as a button which has a state
+    (enabled,disabled and selected, not selected). A toolbar controller can be added to a
     toolbar and provide information or functions with a more sophisticated user interface.<br/>
     A typical example for toolbar controller is a font chooser on a toolbar. It provides
     all available fonts in a dropdown box and shows the current chosen font.
@@ -56,7 +56,7 @@
     //=============================================================================
     /** provides a function to execute the command which is bound to the toolbar controller.
 
-        @param 
+        @param
             a combination of <type scope="com::sun::star::awt">KeyModifier</type> value that represent
             the current state of the modifier keys.
 
@@ -81,7 +81,7 @@
     /** requests to create a popup window for additional functions.
 
         @return
-            a <type scope="com::sun::star::awt">XWindow</type> which provides additional functions 
+            a <type scope="com::sun::star::awt">XWindow</type> which provides additional functions
             to the user. The reference must be empty if component does not want to provide a separate
             window.
     */
@@ -93,9 +93,9 @@
         @param Parent
             a <type scope="com::sun::star::awt">XWindow</type> which must be used as a parent
             for the requested item window.
-        
+
         @return
-            a <type scope="com::sun::star::awt">XWindow</type> which can be added to a toolbar. 
+            a <type scope="com::sun::star::awt">XWindow</type> which can be added to a toolbar.
             The reference must be empty if a component does not want to provide an item window.
     */
     com::sun::star::awt::XWindow createItemWindow( [in] com::sun::star::awt::XWindow Parent );
diff --git a/main/offapi/com/sun/star/frame/XToolbarControllerListener.idl b/main/offapi/com/sun/star/frame/XToolbarControllerListener.idl
index a9e931c..2e29850 100644
--- a/main/offapi/com/sun/star/frame/XToolbarControllerListener.idl
+++ b/main/offapi/com/sun/star/frame/XToolbarControllerListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -31,7 +31,7 @@
 /** is used to notify a toolbar controller about events
 
     @see com::sun::star::frame::ToolbarController
-    
+
     @since OpenOffice 2.0
  */
 interface XToolbarControllerListener : com::sun::star::uno::XInterface
@@ -46,7 +46,7 @@
             a string which identifies the function that has been selected.
 
         <p>
-        This notification is normally used to implement the toolbar button/sub-toolbar 
+        This notification is normally used to implement the toolbar button/sub-toolbar
         function feature. It exchanges the function of the toolbar button, that opened
         the sub-toolbar, with the one that has been selected on the sub-toolbar.
         </p>
diff --git a/main/offapi/com/sun/star/frame/XTransientDocumentsDocumentContentFactory.idl b/main/offapi/com/sun/star/frame/XTransientDocumentsDocumentContentFactory.idl
index 740cbdb..9abce8c 100644
--- a/main/offapi/com/sun/star/frame/XTransientDocumentsDocumentContentFactory.idl
+++ b/main/offapi/com/sun/star/frame/XTransientDocumentsDocumentContentFactory.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/XUIControllerRegistration.idl b/main/offapi/com/sun/star/frame/XUIControllerRegistration.idl
index c6843bf..6928d06 100644
--- a/main/offapi/com/sun/star/frame/XUIControllerRegistration.idl
+++ b/main/offapi/com/sun/star/frame/XUIControllerRegistration.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -28,22 +28,22 @@
 #include <com/sun/star/uno/XInterface.idl>
 #endif
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module frame {
 
-//============================================================================= 
+//=============================================================================
 
 /** is used to query, register and unregister user interface controller.
 
     <p>
-    A user interface controller can be registered for a command URL. A certain user 
-    interface controller will be created when a user interface element contains a 
+    A user interface controller can be registered for a command URL. A certain user
+    interface controller will be created when a user interface element contains a
     registered command URL.
-    
+
     @see PopupMenuControllerFactory
     </p>
-    
+
     @since OpenOffice 2.0
  */
 
@@ -65,9 +65,9 @@
     */
     boolean hasController( [in] string aCommandURL, [in] string aModelName );
 
-    /** function to create an association between a user interface controller implementation 
+    /** function to create an association between a user interface controller implementation
         and a command URL and optional module.
-        
+
         @param aCommandURL
             a command URL which specifies an action which should be associated with a user
             interface controller.
@@ -81,10 +81,10 @@
             with the OpenOffice service manager.
     */
     void registerController( [in] string aCommandURL, [in] string aModelName, [in] string aControllerImplementationName );
-    
-    /** function to remove a previously defined association between a user interface controller 
+
+    /** function to remove a previously defined association between a user interface controller
         implementation and a command URL and optional module.
-        
+
         @param aCommandURL
             a command URL which specifies an action which should be associated with a user
             interface controller.
@@ -98,6 +98,6 @@
 
 }; }; }; };
 
-//============================================================================= 
+//=============================================================================
 
 #endif
diff --git a/main/offapi/com/sun/star/frame/XUntitledNumbers.idl b/main/offapi/com/sun/star/frame/XUntitledNumbers.idl
index 9207f4b..7a901b5 100644
--- a/main/offapi/com/sun/star/frame/XUntitledNumbers.idl
+++ b/main/offapi/com/sun/star/frame/XUntitledNumbers.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -63,13 +63,13 @@
 
         If the reqistered component does not use such leased number any longer
         it has to be released so it can be used for new components.
-        
+
         Note: calling this method with an unknown (but normally valid number)
               has to be ignored. No exceptions - no errors.
-        
+
         @param  nNumber
                 specify number for release.
-                
+
         @throws [IllegalArgumentException]
                 if the given number is the special value 0.
      */
@@ -79,24 +79,24 @@
     //-------------------------------------------------------------------------
     /** does the same then releaseNumber () but it searches the corresponding
         number for the specified component and deregister it.
-        
+
         @param  xComponent
                 the component for deregistration.
-                
+
         @throws [IllegalArgumentException]
                 if an invalid object reference was provided to this method.
      */
     void releaseNumberForComponent ( [in] com::sun::star::uno::XInterface xComponent )
         raises (com::sun::star::lang::IllegalArgumentException);
-        
+
     //-------------------------------------------------------------------------
     /** returns the localized string value to be used for untitles objects in
         combination with the leased number.
-        
+
         Note: Such string already contains leading spaces/tabs etcpp. !
         The only thing which an outside code has todo then ... adding a leased number
         to the string.
-        
+
         @return the localized string for untitled components.
      */
     string getUntitledPrefix ();
diff --git a/main/offapi/com/sun/star/frame/XUrlList.idl b/main/offapi/com/sun/star/frame/XUrlList.idl
index 380909f..a3d8e7c 100644
--- a/main/offapi/com/sun/star/frame/XUrlList.idl
+++ b/main/offapi/com/sun/star/frame/XUrlList.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/XWindowArranger.idl b/main/offapi/com/sun/star/frame/XWindowArranger.idl
index 17ac491..dc5c617 100644
--- a/main/offapi/com/sun/star/frame/XWindowArranger.idl
+++ b/main/offapi/com/sun/star/frame/XWindowArranger.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/frame/status/ClipboardFormats.idl b/main/offapi/com/sun/star/frame/status/ClipboardFormats.idl
index 3f330ee..58acffb 100644
--- a/main/offapi/com/sun/star/frame/status/ClipboardFormats.idl
+++ b/main/offapi/com/sun/star/frame/status/ClipboardFormats.idl
@@ -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,53 +7,53 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_frame_status_ClipboardFormats_idl__ 
-#define __com_sun_star_frame_status_ClipboardFormats_idl__ 
- 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_frame_status_ClipboardFormats_idl__
+#define __com_sun_star_frame_status_ClipboardFormats_idl__
+
+
+//=============================================================================
+
 module com {  module sun {  module star {  module frame { module status {
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
 /** contains a list of format ID's and names which are part of the
     system clipboard.
-    
+
     @since OpenOffice 2.0
  */
 struct ClipboardFormats
 {
-	//------------------------------------------------------------------------- 
-    
+	//-------------------------------------------------------------------------
+
 	/** specifies a sequence of format IDs which are contained in the
         system clipboard.
 	 */
 	sequence< hyper > Identifiers;
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a sequence of format names which are contained in the
         system clipboard.
 	 */
 	sequence< string > Names;
-}; 
- 
-//============================================================================= 
- 
+};
+
+//=============================================================================
+
 }; }; }; }; };
- 
-#endif 
+
+#endif
diff --git a/main/offapi/com/sun/star/frame/status/FontHeight.idl b/main/offapi/com/sun/star/frame/status/FontHeight.idl
index b27174e..cb815a3 100644
--- a/main/offapi/com/sun/star/frame/status/FontHeight.idl
+++ b/main/offapi/com/sun/star/frame/status/FontHeight.idl
@@ -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,60 +7,60 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_frame_status_FontHeight_idl__ 
-#define __com_sun_star_frame_status_FontHeight_idl__ 
- 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_frame_status_FontHeight_idl__
+#define __com_sun_star_frame_status_FontHeight_idl__
+
+
+//=============================================================================
+
 module com {  module sun {  module star {  module frame { module status {
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
 /** describes the characteristics of a font.
-			
+
 	<p>For example, this can be used to select a font.</p>
-    
+
     @since OpenOffice 2.0
  */
 struct FontHeight
 {
-	//------------------------------------------------------------------------- 
-    
+	//-------------------------------------------------------------------------
+
 	/** specifies the current height of the font.
 	 */
-	float Height; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	float Height;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the height of the font in the measure of the
 		destination.
 	 */
-	short Prop; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	short Prop;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the width of the font in the measure of the
 		destination.
 	 */
-	float Diff;  
-}; 
- 
-//============================================================================= 
- 
+	float Diff;
+};
+
+//=============================================================================
+
 }; }; }; }; };
- 
-#endif 
+
+#endif
diff --git a/main/offapi/com/sun/star/frame/status/ItemState.idl b/main/offapi/com/sun/star/frame/status/ItemState.idl
index 1624282..c6ead69 100644
--- a/main/offapi/com/sun/star/frame/status/ItemState.idl
+++ b/main/offapi/com/sun/star/frame/status/ItemState.idl
@@ -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,33 +7,33 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_frame_status_ItemState_idl__ 
-#define __com_sun_star_frame_status_ItemState_idl__ 
- 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_frame_status_ItemState_idl__
+#define __com_sun_star_frame_status_ItemState_idl__
+
+
+//=============================================================================
+
 module com {  module sun {  module star {  module frame { module status {
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
 /** these constants describe a state of a <type>ItemStatus</type>.
 
     @see ItemStatus
-    
+
     @since OpenOffice 2.0
  */
 constants ItemState
@@ -55,9 +55,9 @@
 
 	//-------------------------------------------------------------------------
 	/** specifies that the property is currently in a don't care state.
-        
+
         <p>
-        This is normally used if a selection provides more than one state 
+        This is normally used if a selection provides more than one state
         for a property at the same time.
         </p>
 	 */
@@ -72,10 +72,10 @@
     /** specifies that the property is currently in a set state.
     */
     const short set            = 64;
-}; 
- 
-//============================================================================= 
- 
+};
+
+//=============================================================================
+
 }; }; }; }; };
- 
-#endif 
+
+#endif
diff --git a/main/offapi/com/sun/star/frame/status/ItemStatus.idl b/main/offapi/com/sun/star/frame/status/ItemStatus.idl
index 107d31d..7784e0d 100644
--- a/main/offapi/com/sun/star/frame/status/ItemStatus.idl
+++ b/main/offapi/com/sun/star/frame/status/ItemStatus.idl
@@ -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,52 +7,52 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_frame_status_ItemState_idl__ 
-#define __com_sun_star_frame_status_ItemState_idl__ 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_frame_status_ItemState_idl__
+#define __com_sun_star_frame_status_ItemState_idl__
+
+//=============================================================================
+
 module com {  module sun {  module star {  module frame { module status {
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
 /** describes a state of a property.
-    
+
     @since OpenOffice 2.0
  */
 struct ItemStatus
 {
-	//------------------------------------------------------------------------- 
-	 
+	//-------------------------------------------------------------------------
+
 	/** numerical value which describes the current state of an item.
 
         @see <type>ItemState</type>
 	 */
 	short State;
 
-	//------------------------------------------------------------------------- 
-    
+	//-------------------------------------------------------------------------
+
 	/** optional data which can be used by an implementation to send additional
         information. The content is dependent on the specific implementation.
 	 */
 	any aStateData;
-}; 
- 
-//============================================================================= 
- 
+};
+
+//=============================================================================
+
 }; }; }; }; };
- 
-#endif 
+
+#endif
diff --git a/main/offapi/com/sun/star/frame/status/LeftRightMargin.idl b/main/offapi/com/sun/star/frame/status/LeftRightMargin.idl
index 83c75d1..1e56850 100644
--- a/main/offapi/com/sun/star/frame/status/LeftRightMargin.idl
+++ b/main/offapi/com/sun/star/frame/status/LeftRightMargin.idl
@@ -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,48 +7,48 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_frame_status_LeftRightMargin_idl__ 
-#define __com_sun_star_frame_status_LeftRightMargin_idl__ 
- 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_frame_status_LeftRightMargin_idl__
+#define __com_sun_star_frame_status_LeftRightMargin_idl__
+
+
+//=============================================================================
+
 module com {  module sun {  module star {  module frame {  module status {
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
 /** specifies a left and right margin.
-    
+
     @since OpenOffice 2.0
  */
 struct LeftRightMargin
 {
 	/** specifies a left side margin in 1/100th mm.
 	 */
-	long Left; 
- 
-	//------------------------------------------------------------------------- 
-		
+	long Left;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a right side margin in 1/100th mm.
 	 */
-	long Right;  
-}; 
- 
-//============================================================================= 
- 
+	long Right;
+};
+
+//=============================================================================
+
 }; }; }; }; };
- 
-#endif 
+
+#endif
diff --git a/main/offapi/com/sun/star/frame/status/Template.idl b/main/offapi/com/sun/star/frame/status/Template.idl
index 5d48278..06b9625 100644
--- a/main/offapi/com/sun/star/frame/status/Template.idl
+++ b/main/offapi/com/sun/star/frame/status/Template.idl
@@ -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,50 +7,50 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_frame_status_Template_idl__ 
-#define __com_sun_star_frame_status_Template_idl__ 
- 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_frame_status_Template_idl__
+#define __com_sun_star_frame_status_Template_idl__
+
+
+//=============================================================================
+
 module com {  module sun {  module star {  module frame { module status {
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
 /** contains an association between a style name and a value.
-    
+
     @since OpenOffice 2.0
  */
 struct Template
 {
-	//------------------------------------------------------------------------- 
-    
+	//-------------------------------------------------------------------------
+
 	/** specifies a style name.
 	 */
     string  StyleName;
 
-	//------------------------------------------------------------------------- 
-	 
+	//-------------------------------------------------------------------------
+
 	/** specifies a value that is bound to the style name.
 	 */
 	long    Value;
-}; 
- 
-//============================================================================= 
- 
+};
+
+//=============================================================================
+
 }; }; }; }; };
- 
-#endif 
+
+#endif
diff --git a/main/offapi/com/sun/star/frame/status/UpperLowerMargin.idl b/main/offapi/com/sun/star/frame/status/UpperLowerMargin.idl
index 44b84be..4156eeb 100644
--- a/main/offapi/com/sun/star/frame/status/UpperLowerMargin.idl
+++ b/main/offapi/com/sun/star/frame/status/UpperLowerMargin.idl
@@ -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,31 +7,31 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_frame_status_UpperLowerMargin_idl__ 
-#define __com_sun_star_frame_status_UpperLowerMargin_idl__ 
- 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_frame_status_UpperLowerMargin_idl__
+#define __com_sun_star_frame_status_UpperLowerMargin_idl__
+
+
+//=============================================================================
+
 module com {  module sun {  module star {  module frame {  module status {
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
 /** specifies an upper and lower margin.
-    
+
     @since OpenOffice 2.0
  */
 struct UpperLowerMargin
@@ -39,16 +39,16 @@
 	/** specifies a upper margin in 1/100th mm.
 	 */
 	long Upper;
- 
-	//------------------------------------------------------------------------- 
-		
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a lower margin in 1/100th mm.
 	 */
 	long Lower;
-}; 
- 
-//============================================================================= 
- 
+};
+
+//=============================================================================
+
 }; }; }; }; };
- 
-#endif 
+
+#endif
diff --git a/main/offapi/com/sun/star/frame/status/UpperLowerMarginScale.idl b/main/offapi/com/sun/star/frame/status/UpperLowerMarginScale.idl
index bfd6817..5703fa3 100644
--- a/main/offapi/com/sun/star/frame/status/UpperLowerMarginScale.idl
+++ b/main/offapi/com/sun/star/frame/status/UpperLowerMarginScale.idl
@@ -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,31 +7,31 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_frame_status_UpperLowerMarginScale_idl__ 
-#define __com_sun_star_frame_status_UpperLowerMarginScale_idl__ 
- 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_frame_status_UpperLowerMarginScale_idl__
+#define __com_sun_star_frame_status_UpperLowerMarginScale_idl__
+
+
+//=============================================================================
+
 module com {  module sun {  module star {  module frame {  module status {
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
 /** specifies an upper and lower margin.
-    
+
     @since OpenOffice 2.0
  */
 struct UpperLowerMarginScale
@@ -39,28 +39,28 @@
 	/** specifies a upper margin in 1/100th mm.
 	 */
 	long Upper;
- 
-	//------------------------------------------------------------------------- 
-		
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a lower margin in 1/100th mm.
 	 */
 	long Lower;
 
-	//------------------------------------------------------------------------- 
-    
+	//-------------------------------------------------------------------------
+
 	/** specifies a scale value for the upper margin.
 	 */
     short ScaleUpper;
-    
-	//------------------------------------------------------------------------- 
-    
+
+	//-------------------------------------------------------------------------
+
 	/** specifies a scale value for the lower margin.
 	 */
     short ScaleLower;
-}; 
- 
-//============================================================================= 
- 
+};
+
+//=============================================================================
+
 }; }; }; }; };
- 
-#endif 
+
+#endif
diff --git a/main/offapi/com/sun/star/frame/status/Verb.idl b/main/offapi/com/sun/star/frame/status/Verb.idl
index 3fd1bba..780c91a 100644
--- a/main/offapi/com/sun/star/frame/status/Verb.idl
+++ b/main/offapi/com/sun/star/frame/status/Verb.idl
@@ -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,62 +7,62 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_frame_status_Verb_idl__ 
-#define __com_sun_star_frame_status_Verb_idl__ 
- 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_frame_status_Verb_idl__
+#define __com_sun_star_frame_status_Verb_idl__
+
+
+//=============================================================================
+
 module com {  module sun {  module star {  module frame { module status {
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
 /** describes a command that can be send to an OLE object
-			
+
 	<p>For example, this can be used to select a font.</p>
 
     @since OpenOffice 2.0
  */
 struct Verb
 {
-	//------------------------------------------------------------------------- 
-    
+	//-------------------------------------------------------------------------
+
 	/** specifies the Id of the command.
 	 */
 	long VerbId;
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the name of the command. The name is localized.
 	 */
 	string VerbName;
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** specifies if the command should be visible in a menu.
 	 */
 	boolean VerbIsOnMenu;
-	
+
 	/** specifies if the command is available for a constant object.
 	*/
 	boolean VerbIsConst;
-}; 
- 
-//============================================================================= 
- 
+};
+
+//=============================================================================
+
 }; }; }; }; };
- 
-#endif 
+
+#endif
diff --git a/main/offapi/com/sun/star/frame/status/Visibility.idl b/main/offapi/com/sun/star/frame/status/Visibility.idl
index 7f184d1..e85a115 100644
--- a/main/offapi/com/sun/star/frame/status/Visibility.idl
+++ b/main/offapi/com/sun/star/frame/status/Visibility.idl
@@ -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,43 +7,43 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_frame_status_Visibility_idl__ 
-#define __com_sun_star_frame_status_Visiblilty_idl__ 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_frame_status_Visibility_idl__
+#define __com_sun_star_frame_status_Visiblilty_idl__
+
+//=============================================================================
+
 module com {  module sun {  module star {  module frame { module status {
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
 /** describes the visibility state of a property.
 
     @since OpenOffice 2.0
  */
 struct Visibility
 {
-	//------------------------------------------------------------------------- 
-	 
+	//-------------------------------------------------------------------------
+
 	/** <TRUE/> if the property is visible otherwise <FALSE/>.
 	 */
 	boolean bVisible;
-}; 
- 
-//============================================================================= 
- 
+};
+
+//=============================================================================
+
 }; }; }; }; };
- 
-#endif 
+
+#endif
diff --git a/main/offapi/com/sun/star/gallery/GalleryItem.idl b/main/offapi/com/sun/star/gallery/GalleryItem.idl
index 7edd549..3aef03e 100644
--- a/main/offapi/com/sun/star/gallery/GalleryItem.idl
+++ b/main/offapi/com/sun/star/gallery/GalleryItem.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -52,13 +52,13 @@
     interface ::com::sun::star::beans::XPropertySet;
 
 	/** The type of the Gallery item
-	
+
 		@see GalleryItemType
 	*/
 	[readonly, property] byte GalleryItemType;
-	
+
 	/** the URL of the Gallery item
-	
+
 		<p>The interpretation of the URL depends on the type
 		of the Gallery item. In case of graphic and media items,
 		the URL is a 'real' URL, in case of drawings it is a private
@@ -69,21 +69,21 @@
 	/** the title of the Gallery item
 	 */
 	[property] string Title;
-	
+
 	/** the thumbnail of the Gallery item
-	
+
 		<p>The thumbnail may be either a pixel or a vector graphic</p>
 	 */
 	[readonly, property] com::sun::star::graphic::XGraphic Thumbnail;
-	
+
 	/** the graphic content of the Gallery item
-	
+
 		<p>This is an optional property and may not available for every item</p>
 	 */
 	[optional, readonly, property ] ::com::sun::star::graphic::XGraphic Graphic;
-	
+
 	/** the drawing content of the Gallery item
-	
+
 		<p>This is an optional property and may not available for every item</p>
 	 */
 	[optional, readonly, property ] ::com::sun::star::lang::XComponent Drawing;
diff --git a/main/offapi/com/sun/star/gallery/GalleryItemType.idl b/main/offapi/com/sun/star/gallery/GalleryItemType.idl
index ee34248..ef33f5b 100644
--- a/main/offapi/com/sun/star/gallery/GalleryItemType.idl
+++ b/main/offapi/com/sun/star/gallery/GalleryItemType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/gallery/GalleryTheme.idl b/main/offapi/com/sun/star/gallery/GalleryTheme.idl
index 0b91225..5419d9e 100644
--- a/main/offapi/com/sun/star/gallery/GalleryTheme.idl
+++ b/main/offapi/com/sun/star/gallery/GalleryTheme.idl
@@ -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,47 +7,47 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
 #ifndef __com_sun_star_gallery_GalleryTheme_idl__
 #define __com_sun_star_gallery_GalleryTheme_idl__
- 
-#ifndef __com_sun_star_gallery_XGalleryTheme_idl__ 
-#include <com/sun/star/gallery/XGalleryTheme.idl> 
-#endif 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module gallery {  
- 
-//============================================================================= 
- 
+
+#ifndef __com_sun_star_gallery_XGalleryTheme_idl__
+#include <com/sun/star/gallery/XGalleryTheme.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module gallery {
+
+//=============================================================================
+
 /** provides access to a container of Gallery items	and makes it
 	possible for you to manipulate them.
-	
+
 	@see XGalleryTheme
  */
 service GalleryTheme
-{ 
+{
 	/** lets you access and create Gallery items
 	 */
-	interface com::sun::star::gallery::XGalleryTheme; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	interface com::sun::star::gallery::XGalleryTheme;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/gallery/GalleryThemeProvider.idl b/main/offapi/com/sun/star/gallery/GalleryThemeProvider.idl
index bf7582c..cf1ede4 100644
--- a/main/offapi/com/sun/star/gallery/GalleryThemeProvider.idl
+++ b/main/offapi/com/sun/star/gallery/GalleryThemeProvider.idl
@@ -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,46 +7,46 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
 #ifndef __com_sun_star_gallery_GalleryThemeProvider_idl__
 #define __com_sun_star_gallery_GalleryThemeProvider_idl__
- 
-#ifndef __com_sun_star_gallery_XGalleryThemeProvider_idl__ 
-#include <com/sun/star/gallery/XGalleryThemeProvider.idl> 
-#endif 
-#ifndef __com_sun_star_lang_XInitialization_idl__ 
-#include <com/sun/star/lang/XInitialization.idl> 
-#endif 
 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module gallery {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_gallery_XGalleryThemeProvider_idl__
+#include <com/sun/star/gallery/XGalleryThemeProvider.idl>
+#endif
+#ifndef __com_sun_star_lang_XInitialization_idl__
+#include <com/sun/star/lang/XInitialization.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module gallery {
+
+//=============================================================================
+
 /** provides access to a container of <type>GalleryTheme</type>s
 	and makes it possible for you to manipulate them.
-	
+
 	@see XGalleryThemeProvider
  */
 service GalleryThemeProvider
-{ 
+{
 	/** lets you access and create <type>GalleryTheme</type>s
 	 */
-	interface com::sun::star::gallery::XGalleryThemeProvider; 
+	interface com::sun::star::gallery::XGalleryThemeProvider;
 
 	/** allows initializing the provider
 		<p>You do not need to call the initialize method directly, instead you may use the createInstanceWithArguments
@@ -56,14 +56,14 @@
 		<type scope="com::sun::star::beans">PropertyValue</type>
 		object(s) to the initialize method, where the <em>Name</em> field contains a string describing which aspect
 		you want to affect, and the <em>Value</em> field containing a value.</p>
-		
+
 		<p>Currently, there are no public properties available</p>
 	*/
 	interface com::sun::star::lang::XInitialization;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/gallery/XGalleryItem.idl b/main/offapi/com/sun/star/gallery/XGalleryItem.idl
index 66bbe16..b26e732 100644
--- a/main/offapi/com/sun/star/gallery/XGalleryItem.idl
+++ b/main/offapi/com/sun/star/gallery/XGalleryItem.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -42,7 +42,7 @@
 
 		@returns
 			The type of the Gallery item
-		
+
 		@see GalleryItemType
 	 */
 	byte getType();
diff --git a/main/offapi/com/sun/star/gallery/XGalleryTheme.idl b/main/offapi/com/sun/star/gallery/XGalleryTheme.idl
index def62b7..578e69b 100644
--- a/main/offapi/com/sun/star/gallery/XGalleryTheme.idl
+++ b/main/offapi/com/sun/star/gallery/XGalleryTheme.idl
@@ -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.
- * 
+ *
  *************************************************************/
 
 
 
 #ifndef __com_sun_star_gallery_XGalleryTheme_idl__
 #define __com_sun_star_gallery_XGalleryTheme_idl__
-	
+
 #ifndef __com_sun_star_container_XIndexAccess_idl__
 #include <com/sun/star/container/XIndexAccess.idl>
 #endif
@@ -67,23 +67,23 @@
 			The name of the Gallery theme
 	 */
 	string getName();
-	
+
 	/** updates the theme
-		
+
 		<p>This method iterates over each item of the Gallery theme
 		and updates it accordingly. Main purpose is to automatically
 		regenerate the thumbnails and to remove invalid items, that is items
-		who have got an URL that has become invalid. This method also 
+		who have got an URL that has become invalid. This method also
 		optimizes underlying data structures.</p>
 	 */
 	void update();
-	
-	/** inserts an item 
+
+	/** inserts an item
 
 		@param URL
 			The URL of a graphic or media object, that should
 			be added to the collection
-			
+
 		@param Index
 			The zero based index of the position where to insert
 			the new object inside the collection. If the index is larger than
@@ -91,22 +91,22 @@
 			item is inserted at the end of the collection. If the index
 			is smaller than 0, the item is inserted at the beginning of
 			the collection.
-			
-		@returns 
+
+		@returns
 			The zero based position at which the object was inserted.
 			If the object could not be inserted, -1 is returned.
- 		
+
 		@see XGalleryItem
 		@see com::sun::star::lang::WrappedTargetException
 	*/
 	long insertURLByIndex( [in] string URL, [in] long Index )
 		raises ( com::sun::star::lang::WrappedTargetException );
-	/** inserts an item 
+	/** inserts an item
 
 		@param Graphic
 			The <type scope="com::sun::star::graphic">XGraphic</type> object
 			that should be added to the collection
-			
+
 		@param Index
 			The zero based index of the position where to insert
 			the new object inside the collection. If the index is larger than
@@ -114,23 +114,23 @@
 			item is inserted at the end of the collection. If the index
 			is smaller than 0, the item is inserted at the beginning of
 			the collection.
-			
-		@returns 
+
+		@returns
 			The zero based position at which the object was inserted.
 			If the object could not be inserted, -1 is returned.
- 		
+
 		@see com::sun::star::graphic::XGraphic
 		@see XGalleryItem
 		@see com::sun::star::lang::WrappedTargetException
 	*/
 	long insertGraphicByIndex( [in] com::sun::star::graphic::XGraphic Graphic, [in] long Index )
 		raises ( com::sun::star::lang::WrappedTargetException );
-	
-	/** inserts an item 
+
+	/** inserts an item
 
 		@param Drawing
 			A drawing model that should be added to the collection
-			
+
 		@param Index
 			The zero based index of the position where to insert
 			the new object inside the collection. If the index is larger than
@@ -138,23 +138,23 @@
 			item is inserted at the end of the collection. If the index
 			is smaller than 0, the item is inserted at the beginning of
 			the collection.
-			
-		@returns 
+
+		@returns
 			The zero based position at which the object was inserted.
 			If the object could not be inserted, -1 is returned.
- 		
+
 		@see XGalleryItem
 		@see com::sun::star::lang::WrappedTargetException
 	*/
 	long insertDrawingByIndex( [in] com::sun::star::lang::XComponent Drawing, [in] long Index )
 		raises ( com::sun::star::lang::WrappedTargetException );
-	
-	/** deletes an item from the collection 
+
+	/** deletes an item from the collection
 
 		@param Index
-			The position of the item to be removed. The 
+			The position of the item to be removed. The
 			position is zero based.
- 		
+
 		@see com::sun::star::container::NoSuchElementException
 	*/
 	void removeByIndex( [in] long Index )
diff --git a/main/offapi/com/sun/star/gallery/XGalleryThemeProvider.idl b/main/offapi/com/sun/star/gallery/XGalleryThemeProvider.idl
index 2b8a876..a162a5c 100644
--- a/main/offapi/com/sun/star/gallery/XGalleryThemeProvider.idl
+++ b/main/offapi/com/sun/star/gallery/XGalleryThemeProvider.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -59,7 +59,7 @@
 		@param ThemeName
 			The name of the Gallery theme to be added to the collection.
 			The name must be unique.
-		
+
 		@returns XGalleryTheme
 			The created theme interface
 
@@ -75,7 +75,7 @@
 		@param ThemeName
 			The name of the Gallery theme to be removed. The
 			theme with the given name must exist.
- 		
+
 		@see com::sun::star::container::NoSuchElementException
 	*/
 	void removeByName( [in] string ThemeName )
diff --git a/main/offapi/com/sun/star/geometry/AffineMatrix2D.idl b/main/offapi/com/sun/star/geometry/AffineMatrix2D.idl
index 05af7a4..44d5be6 100644
--- a/main/offapi/com/sun/star/geometry/AffineMatrix2D.idl
+++ b/main/offapi/com/sun/star/geometry/AffineMatrix2D.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/geometry/AffineMatrix3D.idl b/main/offapi/com/sun/star/geometry/AffineMatrix3D.idl
index 01c641a..100494c 100644
--- a/main/offapi/com/sun/star/geometry/AffineMatrix3D.idl
+++ b/main/offapi/com/sun/star/geometry/AffineMatrix3D.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -33,7 +33,7 @@
     to be [0,0,0,1].<p>
 
     An affine mapping, as performed by this matrix, can be written out
-    as follows, where <code>xs, ys</code> and <code>zs</code> are the source, and 
+    as follows, where <code>xs, ys</code> and <code>zs</code> are the source, and
     <code>xd, yd</code> and <code>zd</code> the corresponding result coordinates:
 
     <code>
diff --git a/main/offapi/com/sun/star/geometry/EllipticalArc.idl b/main/offapi/com/sun/star/geometry/EllipticalArc.idl
index 7426192..65bd47c 100644
--- a/main/offapi/com/sun/star/geometry/EllipticalArc.idl
+++ b/main/offapi/com/sun/star/geometry/EllipticalArc.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/geometry/IntegerBezierSegment2D.idl b/main/offapi/com/sun/star/geometry/IntegerBezierSegment2D.idl
index feb7e55..7c47f77 100644
--- a/main/offapi/com/sun/star/geometry/IntegerBezierSegment2D.idl
+++ b/main/offapi/com/sun/star/geometry/IntegerBezierSegment2D.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/geometry/IntegerPoint2D.idl b/main/offapi/com/sun/star/geometry/IntegerPoint2D.idl
index b9530b2..807661e 100644
--- a/main/offapi/com/sun/star/geometry/IntegerPoint2D.idl
+++ b/main/offapi/com/sun/star/geometry/IntegerPoint2D.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/geometry/IntegerRectangle2D.idl b/main/offapi/com/sun/star/geometry/IntegerRectangle2D.idl
index 45a5cd3..147ee56 100644
--- a/main/offapi/com/sun/star/geometry/IntegerRectangle2D.idl
+++ b/main/offapi/com/sun/star/geometry/IntegerRectangle2D.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -45,12 +45,12 @@
  */
 struct IntegerRectangle2D
 {
-    /// X coordinate of upper left corner. 
+    /// X coordinate of upper left corner.
     long X1;
 
 	//-------------------------------------------------------------------------
 
-    /// Y coordinate of upper left corner. 
+    /// Y coordinate of upper left corner.
     long Y1;
 
 	//-------------------------------------------------------------------------
diff --git a/main/offapi/com/sun/star/geometry/IntegerSize2D.idl b/main/offapi/com/sun/star/geometry/IntegerSize2D.idl
index 59d278d..6533c48 100644
--- a/main/offapi/com/sun/star/geometry/IntegerSize2D.idl
+++ b/main/offapi/com/sun/star/geometry/IntegerSize2D.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/geometry/Matrix2D.idl b/main/offapi/com/sun/star/geometry/Matrix2D.idl
index ba9d888..cd1eea0 100644
--- a/main/offapi/com/sun/star/geometry/Matrix2D.idl
+++ b/main/offapi/com/sun/star/geometry/Matrix2D.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/geometry/RealBezierSegment2D.idl b/main/offapi/com/sun/star/geometry/RealBezierSegment2D.idl
index 8e382d2..656602e 100644
--- a/main/offapi/com/sun/star/geometry/RealBezierSegment2D.idl
+++ b/main/offapi/com/sun/star/geometry/RealBezierSegment2D.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/geometry/RealPoint2D.idl b/main/offapi/com/sun/star/geometry/RealPoint2D.idl
index 2480125..58b027e 100644
--- a/main/offapi/com/sun/star/geometry/RealPoint2D.idl
+++ b/main/offapi/com/sun/star/geometry/RealPoint2D.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/geometry/RealRectangle2D.idl b/main/offapi/com/sun/star/geometry/RealRectangle2D.idl
index 14c5458..a443e78 100644
--- a/main/offapi/com/sun/star/geometry/RealRectangle2D.idl
+++ b/main/offapi/com/sun/star/geometry/RealRectangle2D.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/geometry/RealRectangle3D.idl b/main/offapi/com/sun/star/geometry/RealRectangle3D.idl
index 500f9fc..3555505 100644
--- a/main/offapi/com/sun/star/geometry/RealRectangle3D.idl
+++ b/main/offapi/com/sun/star/geometry/RealRectangle3D.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/geometry/RealSize2D.idl b/main/offapi/com/sun/star/geometry/RealSize2D.idl
index fe37af7..6a95cd4 100644
--- a/main/offapi/com/sun/star/geometry/RealSize2D.idl
+++ b/main/offapi/com/sun/star/geometry/RealSize2D.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/geometry/XMapping2D.idl b/main/offapi/com/sun/star/geometry/XMapping2D.idl
index c461ecd..342002c 100644
--- a/main/offapi/com/sun/star/geometry/XMapping2D.idl
+++ b/main/offapi/com/sun/star/geometry/XMapping2D.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/graphic/Graphic.idl b/main/offapi/com/sun/star/graphic/Graphic.idl
index ec48603..f305641 100644
--- a/main/offapi/com/sun/star/graphic/Graphic.idl
+++ b/main/offapi/com/sun/star/graphic/Graphic.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -34,10 +34,10 @@
 
 	<p>The main interface that has to be implemented for this service
 	is the <type>XGraphic</type> interface, which itself exposes only
-	a few methods. Beside this, a <type>Graphic</type> service 
+	a few methods. Beside this, a <type>Graphic</type> service
 	incorporates the <type>GraphicDescriptor</type> to give
 	access to the attributes of the graphic.
-	
+
 	@see XGraphic
 	@see XGraphicTtransformer
 	@see GraphicDescriptor
@@ -53,6 +53,6 @@
     service ::com::sun::star::graphic::GraphicDescriptor;
 };
 
-} ; } ; } ; } ; 
+} ; } ; } ; } ;
 
 #endif
diff --git a/main/offapi/com/sun/star/graphic/GraphicColorMode.idl b/main/offapi/com/sun/star/graphic/GraphicColorMode.idl
index 99fc247..9e2899b 100644
--- a/main/offapi/com/sun/star/graphic/GraphicColorMode.idl
+++ b/main/offapi/com/sun/star/graphic/GraphicColorMode.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -26,7 +26,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module graphic { 
+module com { module sun { module star { module graphic {
 
 //=============================================================================
 
@@ -47,7 +47,7 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/graphic/GraphicDescriptor.idl b/main/offapi/com/sun/star/graphic/GraphicDescriptor.idl
index 809c313..94b37bb 100644
--- a/main/offapi/com/sun/star/graphic/GraphicDescriptor.idl
+++ b/main/offapi/com/sun/star/graphic/GraphicDescriptor.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -42,21 +42,21 @@
         supported services are exchanged
     */
     interface ::com::sun::star::beans::XPropertySet;
-	
+
 	/** The type of the graphic
-	
+
 		@see GraphicType
 	*/
 	[property] byte GraphicType;
 
 	/** The MimeType of the loaded graphic
-	
+
 		<p> The mime can be the original mime type of the graphic
-		source the graphic container was constructed from or it 
+		source the graphic container was constructed from or it
 		can be the internal mime type image/x-vclgraphic, in which
 		case the original mime type is not available anymore</p>
-		
-		<p> Currently, the following mime types are supported for 
+
+		<p> Currently, the following mime types are supported for
 		loaded graphics:</p>
 		<ul>
 			<li>image/bmp</li>
@@ -88,9 +88,9 @@
 
 	*/
 	[property] string MimeType;
-		
-	/** The Size of the graphic in pixel. 
-	
+
+	/** The Size of the graphic in pixel.
+
 		<p> This property may not be available in case of
 		vector graphics or if the pixel size can not be
 		determined correctly for some formats without loading
@@ -98,8 +98,8 @@
 	*/
 	[optional, property] ::com::sun::star::awt::Size SizePixel;
 
-	/** The Size of the graphic in 100th mm. 
-	
+	/** The Size of the graphic in 100th mm.
+
 		<p> This property may not be available in case of
 		pixel graphics or if the logical size can not be
 		determined correctly for some formats without loading
@@ -108,7 +108,7 @@
 	[optional, property] ::com::sun::star::awt::Size Size100thMM;
 
 	/** The number of bits per pixel used for the pixel graphic
-		
+
 		<p> This property is not available for vector
 		graphics and may not be available for some kinds
 		of pixel graphics</p>
@@ -116,17 +116,17 @@
 	[optional, property] byte BitsPerPixel;
 
 	/** Indicates that it is a transparent graphic
-		
+
 		<p>This property is always <TRUE/> for vector graphics.
-		The status of this flag is not always clear if the 
+		The status of this flag is not always clear if the
 		graphic was not loaded at all, e.g. in case of just
 		querying for the <type>GraphicDescriptor</type>.</p>
 	*/
 	[optional, property] boolean Transparent;
 
 	/** Indicates that it is a pixel graphic with an alpha channel
-		
-		<p>The status of this flag is not always clear if the 
+
+		<p>The status of this flag is not always clear if the
 		graphic was not loaded at all, e.g. in case of just
 		querying for the <type>GraphicDescriptor</type></p>
 	*/
@@ -134,14 +134,14 @@
 
 	/** Indicates that it is a graphic that consists of several
 		frames that can be played as an animation
-		
-		<p>The status of this flag is not always clear if the 
+
+		<p>The status of this flag is not always clear if the
 		graphic was not loaded at all, e.g. in case of just
 		querying for the <type>GraphicDescriptor</type></p>
 	*/
 	[optional, property] boolean Animated;
 };
 
-} ; } ; } ; } ; 
+} ; } ; } ; } ;
 
 #endif
diff --git a/main/offapi/com/sun/star/graphic/GraphicObject.idl b/main/offapi/com/sun/star/graphic/GraphicObject.idl
index 422be74..d2854d8 100644
--- a/main/offapi/com/sun/star/graphic/GraphicObject.idl
+++ b/main/offapi/com/sun/star/graphic/GraphicObject.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -36,8 +36,8 @@
     the associated image/graphic is available.</p>
 
     @see GraphicObject
-    @see GraphicProvider 
-    @see MediaProperties 
+    @see GraphicProvider
+    @see MediaProperties
 */
 
 service GraphicObject : XGraphicObject
@@ -47,13 +47,13 @@
     create();
 
     /** Creates an <type>GraphicObject</type> with <code>uniqueId</code>
-        @param uniqueId 
+        @param uniqueId
 		    If another <type>XGraphicObject</type> with <code>uniqueId</code> exists, this GraphicObject
             is populated with the other <type>GraphicObject</type>'s data.
     */
     createWithId( [in] string uniqueId );
 };
 
-} ; } ; } ; } ; 
+} ; } ; } ; } ;
 
 #endif
diff --git a/main/offapi/com/sun/star/graphic/GraphicProvider.idl b/main/offapi/com/sun/star/graphic/GraphicProvider.idl
index 7828cc5..1f0cec6 100644
--- a/main/offapi/com/sun/star/graphic/GraphicProvider.idl
+++ b/main/offapi/com/sun/star/graphic/GraphicProvider.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -36,14 +36,14 @@
 	to any location. The one and only interface that has to be implemented
 	is the <type>XGraphicProvider</type> interface, that exposes the necessary
 	methods for loading and storing the graphic contents and descriptors</p>
-    
+
     @see XGraphicProvider
-*/    
+*/
 published service GraphicProvider
 {
     interface ::com::sun::star::graphic::XGraphicProvider;
 };
 
-} ; } ; } ; } ; 
+} ; } ; } ; } ;
 
 #endif
diff --git a/main/offapi/com/sun/star/graphic/GraphicRasterizer.idl b/main/offapi/com/sun/star/graphic/GraphicRasterizer.idl
index 42d7b40..aa77ab8 100644
--- a/main/offapi/com/sun/star/graphic/GraphicRasterizer.idl
+++ b/main/offapi/com/sun/star/graphic/GraphicRasterizer.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/graphic/GraphicRendererVCL.idl b/main/offapi/com/sun/star/graphic/GraphicRendererVCL.idl
index 1f22dca..a3b44cc 100644
--- a/main/offapi/com/sun/star/graphic/GraphicRendererVCL.idl
+++ b/main/offapi/com/sun/star/graphic/GraphicRendererVCL.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -33,10 +33,10 @@
 
 /** Service that describes the necessary interfaces and properties
 	to render a graphic container of <type>XGraphic</type> type
-	
-	<p>To render a <type>XGraphic</type> container, just create an 
+
+	<p>To render a <type>XGraphic</type> container, just create an
 	instance of this service, set the appropriate properties and use
-	the	<type>XGraphicRenderer</type> interface to initiate the rendering 
+	the	<type>XGraphicRenderer</type> interface to initiate the rendering
 	process itself</p>
  */
 service GraphicRendererVCL
@@ -52,24 +52,24 @@
 
 	/** Holds the device onto which the <type>XGraphic</type>
 		container should be rendered
-		
+
 		<p>In case of using VCL Devices, this property should
 		hold a <type scope="com::sun::star::awt">XDevice</type>
 		interface</p>
 	*/
 	[property] any Device;
-	
+
 	/** Specifies the destination rectangle, into which the graphic
 	content is to be rendered onto the device
 	*/
 	[property] ::com::sun::star::awt::Rectangle DestinationRect;
 
-	
+
 	/** Additional properties for rendering, unspecified at the moment
 	*/
 	[optional, property] any RenderData;
 };
 
-} ; } ; } ; } ; 
+} ; } ; } ; } ;
 
 #endif
diff --git a/main/offapi/com/sun/star/graphic/GraphicType.idl b/main/offapi/com/sun/star/graphic/GraphicType.idl
index 7fdae24..a9d2aae 100644
--- a/main/offapi/com/sun/star/graphic/GraphicType.idl
+++ b/main/offapi/com/sun/star/graphic/GraphicType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/graphic/MediaProperties.idl b/main/offapi/com/sun/star/graphic/MediaProperties.idl
index eb57b72..3e6fa88 100644
--- a/main/offapi/com/sun/star/graphic/MediaProperties.idl
+++ b/main/offapi/com/sun/star/graphic/MediaProperties.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -37,16 +37,16 @@
 published service MediaProperties
 {
 	/** Property that describes the location of the source or target
-		of the graphic as URL. 
-		
-		<p>A URL can be used instead of the 
+		of the graphic as URL.
+
+		<p>A URL can be used instead of the
 		<member>InputStream</member> or <member>OutputStream</member>
 		property</p>
-	
+
 		<p>In addition to the normal protocols like file:// or http://
 		you can use private URL's as follows to get access to graphics
 		lying inside the resource system within an Office context:
-		
+
 		<ul>
 			<li>private:resource/projectshortname/bitmap/12345</li>
 			<li>private:resource/projectshortname/bitmapex/12345</li>
@@ -54,14 +54,14 @@
 			<li>private:resource/projectshortname/imagelist/12345</li>
 			<li>private:resource/projectshortname/imagelist/12345/12</li>
 		</ul>
-And additionally, GraphicObject scheme url's like 
+And additionally, GraphicObject scheme url's like
             <ul> <li>vnd.sun.star.GraphicObject:10000000000001940000012FB99807BD</li> </ul>
-              can be used to access graphics held by the GraphicCache implementation. 
+              can be used to access graphics held by the GraphicCache implementation.
         </p>
 
         <p>Yet more, you can access graphics in the application-wide image
         repository by specifying URLs of the form
-        <code>private:graphicrepository/<em>&lt;path_in_repository&gt;</em></code>. 
+        <code>private:graphicrepository/<em>&lt;path_in_repository&gt;</em></code>.
 </p>
 	*/
 	[optional, property ] string URL;
@@ -69,28 +69,28 @@
 	/** This property is only used for loading graphics or querying
 		graphic descriptors
 
-		<p>A <member>InputStream</member> can be used instead of the 
+		<p>A <member>InputStream</member> can be used instead of the
 		<member>URL</member> property</p>
-				
+
 		@see com::sun::star::io::XInputStream
 	*/
 	[optional, property ] ::com::sun::star::io::XInputStream InputStream;
-	
+
 	/** This property is only used for storing graphics
 
-		<p>A <member>OutputStream</member> can be used instead of the 
+		<p>A <member>OutputStream</member> can be used instead of the
 		<member>URL</member> property</p>
-			
+
 		@see com::sun::star::io::XStream
 	*/
 	[optional, property ] ::com::sun::star::io::XStream OutputStream;
 
 	/** This property is only used for storing graphics and describes the
 		format into which the graphic is to be converted
-	
+
 		<p>At the moment, the following mime types are supported for storing
 		graphics:</p>
-		
+
 		<ul>
 			<li>image/bmp</li>
 			<li>image/gif</li>
@@ -112,13 +112,13 @@
 		</ul>
 	*/
 	[optional, property ] string MimeType;
-	
+
 	/** Additional properties that will be passed to the
 	appropriate filter module.
 	*/
     [optional, property] ::com::sun::star::beans::PropertyValues FilterData;
 };
 
-} ; } ; } ; } ; 
+} ; } ; } ; } ;
 
 #endif
diff --git a/main/offapi/com/sun/star/graphic/Primitive2DTools.idl b/main/offapi/com/sun/star/graphic/Primitive2DTools.idl
index 5aca49d..071e2c6 100644
--- a/main/offapi/com/sun/star/graphic/Primitive2DTools.idl
+++ b/main/offapi/com/sun/star/graphic/Primitive2DTools.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 #ifndef com_sun_star_graphic_Primitive2DTools_idl
diff --git a/main/offapi/com/sun/star/graphic/SvgTools.idl b/main/offapi/com/sun/star/graphic/SvgTools.idl
index 5609f88..8a93500 100644
--- a/main/offapi/com/sun/star/graphic/SvgTools.idl
+++ b/main/offapi/com/sun/star/graphic/SvgTools.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 #ifndef com_sun_star_graphic_SvgTools_idl
diff --git a/main/offapi/com/sun/star/graphic/XGraphic.idl b/main/offapi/com/sun/star/graphic/XGraphic.idl
index 87404d9..85782d6 100644
--- a/main/offapi/com/sun/star/graphic/XGraphic.idl
+++ b/main/offapi/com/sun/star/graphic/XGraphic.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -33,29 +33,29 @@
 /** This interface acts as a container for the loaded graphic.
 
 	<p>The interface itself can be retrieved by using the appropriate
-	methods of <type>XGraphicProvider</type> interface. 
+	methods of <type>XGraphicProvider</type> interface.
 	<type>XGraphicProvider</type> also offers a method to store
 	the graphic content at a specific location</p>
-	
+
 	<p>To render the graphic content onto a specific device, you
 	have to create a <type>XGraphicRenderer</type> interface and pass
 	this interface appropriately</p>
-	
+
 	@see XGraphicProvider
 	@see XGraphicRenderer
   */
 published interface XGraphic : ::com::sun::star::uno::XInterface
 {
 	/** Get the type of the contained graphic
-	
+
 		@returns
 			The type of the contained graphic
-			
+
 		@see GraphicType
 	*/
 	byte getType();
 };
 
-} ; } ; } ; } ; 
+} ; } ; } ; } ;
 
 #endif
diff --git a/main/offapi/com/sun/star/graphic/XGraphicObject.idl b/main/offapi/com/sun/star/graphic/XGraphicObject.idl
index eb77dda..b42f334 100644
--- a/main/offapi/com/sun/star/graphic/XGraphicObject.idl
+++ b/main/offapi/com/sun/star/graphic/XGraphicObject.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -31,7 +31,7 @@
 interface XGraphic;
 /** <code>XGraphicObject</code> objects represent in-memory image and graphic
     objects.
-    
+
     <p>Such objects are accessible using GraphicObject scheme urls like
     <ul>
         <li>vnd.sun.star.GraphicObject:10000000000001940000012FB99807BD</li>
@@ -41,8 +41,8 @@
     the associated image/graphic is available.</p>
 
     @see XGraphicObject
-    @see GraphicProvider 
-    @see MediaProperties 
+    @see GraphicProvider
+    @see MediaProperties
 */
 
 interface XGraphicObject : ::com::sun::star::uno::XInterface
@@ -51,11 +51,11 @@
     */
     [attribute ] XGraphic Graphic;
 
-    /** is the id that can be used to form the <code>vnd.sun.star.GraphicObject</code> url to address this object. 
+    /** is the id that can be used to form the <code>vnd.sun.star.GraphicObject</code> url to address this object.
     */
     [attribute, readonly ] string UniqueID;
 };
 
-} ; } ; } ; } ; 
+} ; } ; } ; } ;
 
 #endif
diff --git a/main/offapi/com/sun/star/graphic/XGraphicProvider.idl b/main/offapi/com/sun/star/graphic/XGraphicProvider.idl
index 393b9c5..e2afd2e 100644
--- a/main/offapi/com/sun/star/graphic/XGraphicProvider.idl
+++ b/main/offapi/com/sun/star/graphic/XGraphicProvider.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -42,44 +42,44 @@
   */
 published interface XGraphicProvider : ::com::sun::star::uno::XInterface
 {
-	/** Calling this method returns a 
+	/** Calling this method returns a
 		<type scope="com::sun::star::beans">XPropertySet</type>
-		interface that gives access to the properties of the 
+		interface that gives access to the properties of the
 		unloaded graphic
-		
-		<p>In most cases, this method will be used to query the 
+
+		<p>In most cases, this method will be used to query the
 		mime type of the graphic and, in the case of pixel graphics,
 		the resulting size after loading</p>
-		
+
 		@param MediaProperties
 			A sequence of property values to describe the location
 			of the graphic, for which the attributes should be returned
-		
+
 		@returns
 			A <type scope="com::sun::star::beans">XPropertySet</type> interface
 			to get access to the different graphic properties
-		
+
 		@see MediaProperties
 		@see GraphicDescriptor
 		@see com::sun::star::beans::PropertyValues
 	*/
-	::com::sun::star::beans::XPropertySet	queryGraphicDescriptor( [in] ::com::sun::star::beans::PropertyValues MediaProperties ) 
+	::com::sun::star::beans::XPropertySet	queryGraphicDescriptor( [in] ::com::sun::star::beans::PropertyValues MediaProperties )
 												raises( ::com::sun::star::io::IOException,
     					        						::com::sun::star::lang::IllegalArgumentException,
 														::com::sun::star::lang::WrappedTargetException );
 
 
-	
+
 	/** Calling this method returns a <type>XGraphic</type> interface
 		that holds the graphic content after loading the graphic
-	
+
 		@param MediaProperties
 			A sequence of property values to describe the location
 			of the graphic from which the graphic is to be loaded
-		
+
 		@returns
 			The <type>XGraphic</type> interface
-		
+
 		@see MediaProperties
 		@see XGraphic
 		@see com::sun::star::beans::PropertyValues
@@ -88,17 +88,17 @@
 				     raises( ::com::sun::star::io::IOException,
     				 	     ::com::sun::star::lang::IllegalArgumentException,
 							 ::com::sun::star::lang::WrappedTargetException );
-		
+
 	/** Store the graphic content, represented through the <type>XGraphic</type>
 		interface at the specified location
 
 		@param Graphic
 			The graphic that should be stored
-	
+
 		@param MediaProperties
 			A sequence of property values to describe the destination
 			location of the graphic
-			
+
 		@see XGraphic
 		@see MediaProperties
 		@see com::sun::star::beans::PropertyValues
@@ -110,6 +110,6 @@
 							::com::sun::star::lang::WrappedTargetException );
 };
 
-} ; } ; } ; } ; 
+} ; } ; } ; } ;
 
 #endif
diff --git a/main/offapi/com/sun/star/graphic/XGraphicRasterizer.idl b/main/offapi/com/sun/star/graphic/XGraphicRasterizer.idl
index effab70..879c98b 100644
--- a/main/offapi/com/sun/star/graphic/XGraphicRasterizer.idl
+++ b/main/offapi/com/sun/star/graphic/XGraphicRasterizer.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 #ifndef com_sun_star_graphic_XGraphicRasterizer_idl
diff --git a/main/offapi/com/sun/star/graphic/XGraphicRenderer.idl b/main/offapi/com/sun/star/graphic/XGraphicRenderer.idl
index e4a9f2d..1923ebc 100644
--- a/main/offapi/com/sun/star/graphic/XGraphicRenderer.idl
+++ b/main/offapi/com/sun/star/graphic/XGraphicRenderer.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,21 +30,21 @@
 module com { module sun { module star { module graphic
 {
 
-/** This interfaces exposes just one method to render 
+/** This interfaces exposes just one method to render
 	a <type>XGraphic</type> container
   */
 interface XGraphicRenderer : ::com::sun::star::uno::XInterface
 {
 	/** Renders the <type>XGraphic</type> container
-	
+
 		@param Graphic
 			The graphic container to be rendered
-		
+
 		@see XGraphic
 	*/
 	void render( [in] ::com::sun::star::graphic::XGraphic Graphic );
 };
 
-} ; } ; } ; } ; 
+} ; } ; } ; } ;
 
 #endif
diff --git a/main/offapi/com/sun/star/graphic/XGraphicTransformer.idl b/main/offapi/com/sun/star/graphic/XGraphicTransformer.idl
index 18f963f..1c5e0da 100644
--- a/main/offapi/com/sun/star/graphic/XGraphicTransformer.idl
+++ b/main/offapi/com/sun/star/graphic/XGraphicTransformer.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -31,7 +31,7 @@
 {
 
 /** This interface is allowing to transform a <type>XGraphic</type>
-	
+
 	<p>To transform a <type>XGraphic</type>, just the corresponding
 	method has to be used, a new XGraphic instance will be returned
 	</p>
@@ -48,6 +48,6 @@
 		    raises( ::com::sun::star::lang::IllegalArgumentException );
 };
 
-} ; } ; } ; } ; 
+} ; } ; } ; } ;
 
 #endif
diff --git a/main/offapi/com/sun/star/graphic/XPrimitive2D.idl b/main/offapi/com/sun/star/graphic/XPrimitive2D.idl
index fde6e6f..d4f498a 100644
--- a/main/offapi/com/sun/star/graphic/XPrimitive2D.idl
+++ b/main/offapi/com/sun/star/graphic/XPrimitive2D.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,8 +30,8 @@
 #include <com/sun/star/beans/PropertyValue.idl>
 #endif
 #ifndef __com_sun_star_geometry_RealRectangle2D_idl__
-#include <com/sun/star/geometry/RealRectangle2D.idl> 
-#endif 
+#include <com/sun/star/geometry/RealRectangle2D.idl>
+#endif
 
 module com {  module sun {  module star {  module graphic {
 
@@ -48,7 +48,7 @@
         @param aViewParameters
         2D View-specific parameter set. The defined but not mandatory
 		parameters include:
-		
+
 		::com::sun::star::geometry::AffineMatrix2D Transformation
 
 		A transformation matrix which maps between world coordinates (which
@@ -74,7 +74,7 @@
     /** Retrieve bound rect of primitive
 
         This method calculates the actual bound rect of the area in
-        <em>world coordinates<em>. Note that for view-dependent primitives, 
+        <em>world coordinates<em>. Note that for view-dependent primitives,
 		the necessary pixel adjustments are taken into account. For that reason
 		the ViewParameters need to be given.
 
diff --git a/main/offapi/com/sun/star/graphic/XPrimitive2DRenderer.idl b/main/offapi/com/sun/star/graphic/XPrimitive2DRenderer.idl
index d4d8fe1..43a4dff 100644
--- a/main/offapi/com/sun/star/graphic/XPrimitive2DRenderer.idl
+++ b/main/offapi/com/sun/star/graphic/XPrimitive2DRenderer.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 #ifndef __com_sun_star_graphic_XPrimitive2DRenderer_idl__
 #define __com_sun_star_graphic_XPrimitive2DRenderer_idl__
@@ -24,7 +24,7 @@
 #include <com/sun/star/uno/XInterface.idl>
 #include <com/sun/star/rendering/XBitmap.idl>
 #include <com/sun/star/beans/PropertyValue.idl>
-#include <com/sun/star/geometry/RealRectangle2D.idl> 
+#include <com/sun/star/geometry/RealRectangle2D.idl>
 
 module com {  module sun {  module star {  module graphic {
 
@@ -66,7 +66,7 @@
             gets limited to given number. If a value of 0 is given, a default of
             500000 is used.
      */
-	com::sun::star::rendering::XBitmap rasterize( 
+	com::sun::star::rendering::XBitmap rasterize(
         [in] sequence< XPrimitive2D > Primitive2DSequence,
         [in] sequence< ::com::sun::star::beans::PropertyValue > aViewInformationSequence,
         [in] unsigned long DPI_X,
diff --git a/main/offapi/com/sun/star/graphic/XPrimitive3D.idl b/main/offapi/com/sun/star/graphic/XPrimitive3D.idl
index 4a690b7..48362f3 100644
--- a/main/offapi/com/sun/star/graphic/XPrimitive3D.idl
+++ b/main/offapi/com/sun/star/graphic/XPrimitive3D.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -61,7 +61,7 @@
     /** Retrieve bound rect of primitive
 
         This method calculates the actual bound rect of the area in
-        <em>world coordinates<em>. Note that for view-dependent primitives, 
+        <em>world coordinates<em>. Note that for view-dependent primitives,
 		the necessary pixel adjustments are taken into account. For that reason
 		the ViewParameters need to be given.
 
diff --git a/main/offapi/com/sun/star/graphic/XPrimitiveFactory2D.idl b/main/offapi/com/sun/star/graphic/XPrimitiveFactory2D.idl
index 0f39e51..67eb3e8 100644
--- a/main/offapi/com/sun/star/graphic/XPrimitiveFactory2D.idl
+++ b/main/offapi/com/sun/star/graphic/XPrimitiveFactory2D.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -64,7 +64,7 @@
         @return a sequence of primitives, that consists of the
         geometrical representation from the given XShape.
      */
-    sequence< XPrimitive2D > createPrimitivesFromXShape( 
+    sequence< XPrimitive2D > createPrimitivesFromXShape(
 		[in] ::com::sun::star::drawing::XShape xShape,
         [in] sequence< ::com::sun::star::beans::PropertyValue > aParms );
 
@@ -77,12 +77,12 @@
 
         @param aParms
         Sequence of factory parameters, whose semantics depend on the
-        page to be generated.         
+        page to be generated.
 
         @return a sequence of primitives, that consists of the
         geometrical representation for the given XDrawPage.
      */
-    sequence< XPrimitive2D > createPrimitivesFromXDrawPage( 
+    sequence< XPrimitive2D > createPrimitivesFromXDrawPage(
 		[in] ::com::sun::star::drawing::XDrawPage xDrawPage,
         [in] sequence< ::com::sun::star::beans::PropertyValue > aParms );
 
diff --git a/main/offapi/com/sun/star/graphic/XSvgParser.idl b/main/offapi/com/sun/star/graphic/XSvgParser.idl
index 7dc5ab6..2c2aafa 100644
--- a/main/offapi/com/sun/star/graphic/XSvgParser.idl
+++ b/main/offapi/com/sun/star/graphic/XSvgParser.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 #ifndef __com_sun_star_graphic_XSvgParser_idl__
 #define __com_sun_star_graphic_XSvgParser_idl__
@@ -40,7 +40,7 @@
         @param xSvgStream
         The file containing the SVG XML data
      */
-    sequence< XPrimitive2D > getDecomposition( 
+    sequence< XPrimitive2D > getDecomposition(
         [in] io::XInputStream xSvgStream,
         [in] string aAbsolutePath);
 };
diff --git a/main/offapi/com/sun/star/i18n/AmPmValue.idl b/main/offapi/com/sun/star/i18n/AmPmValue.idl
index 055a64a..d709f2b 100644
--- a/main/offapi/com/sun/star/i18n/AmPmValue.idl
+++ b/main/offapi/com/sun/star/i18n/AmPmValue.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/i18n/Boundary.idl b/main/offapi/com/sun/star/i18n/Boundary.idl
index 3a60b4c..404011b 100644
--- a/main/offapi/com/sun/star/i18n/Boundary.idl
+++ b/main/offapi/com/sun/star/i18n/Boundary.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,7 +30,7 @@
 //=============================================================================
 
 /** contains start and end position of a word.
-    
+
     <p> It is used in word break iterator and text conversion.
     </p>
 
diff --git a/main/offapi/com/sun/star/i18n/BreakIterator.idl b/main/offapi/com/sun/star/i18n/BreakIterator.idl
index 0bad39c..9c6a167 100644
--- a/main/offapi/com/sun/star/i18n/BreakIterator.idl
+++ b/main/offapi/com/sun/star/i18n/BreakIterator.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/i18n/BreakType.idl b/main/offapi/com/sun/star/i18n/BreakType.idl
index 0ee30bb..7d61da3 100644
--- a/main/offapi/com/sun/star/i18n/BreakType.idl
+++ b/main/offapi/com/sun/star/i18n/BreakType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/i18n/Calendar.idl b/main/offapi/com/sun/star/i18n/Calendar.idl
index 091c69a..e8986b5 100644
--- a/main/offapi/com/sun/star/i18n/Calendar.idl
+++ b/main/offapi/com/sun/star/i18n/Calendar.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/i18n/CalendarDisplayCode.idl b/main/offapi/com/sun/star/i18n/CalendarDisplayCode.idl
index 05262ff..ba85cb0 100644
--- a/main/offapi/com/sun/star/i18n/CalendarDisplayCode.idl
+++ b/main/offapi/com/sun/star/i18n/CalendarDisplayCode.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/i18n/CalendarDisplayIndex.idl b/main/offapi/com/sun/star/i18n/CalendarDisplayIndex.idl
index 9d0f06c..c914a03 100644
--- a/main/offapi/com/sun/star/i18n/CalendarDisplayIndex.idl
+++ b/main/offapi/com/sun/star/i18n/CalendarDisplayIndex.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/i18n/CalendarFieldIndex.idl b/main/offapi/com/sun/star/i18n/CalendarFieldIndex.idl
index 48d8b1f..611b97d 100644
--- a/main/offapi/com/sun/star/i18n/CalendarFieldIndex.idl
+++ b/main/offapi/com/sun/star/i18n/CalendarFieldIndex.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/i18n/CalendarItem.idl b/main/offapi/com/sun/star/i18n/CalendarItem.idl
index 2f391d3..b05bc3b 100644
--- a/main/offapi/com/sun/star/i18n/CalendarItem.idl
+++ b/main/offapi/com/sun/star/i18n/CalendarItem.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/i18n/ChapterCollator.idl b/main/offapi/com/sun/star/i18n/ChapterCollator.idl
index 317d8d9..8cd7540 100644
--- a/main/offapi/com/sun/star/i18n/ChapterCollator.idl
+++ b/main/offapi/com/sun/star/i18n/ChapterCollator.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/i18n/CharType.idl b/main/offapi/com/sun/star/i18n/CharType.idl
index 4865351..bf548db 100644
--- a/main/offapi/com/sun/star/i18n/CharType.idl
+++ b/main/offapi/com/sun/star/i18n/CharType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -29,7 +29,7 @@
 
 //=============================================================================
 
-/** 
+/**
     Constants to specify the character type that starts a character block.
     Character type is Unicode type defined in <type>UnicodeType</type>
 
diff --git a/main/offapi/com/sun/star/i18n/CharacterClassification.idl b/main/offapi/com/sun/star/i18n/CharacterClassification.idl
index 0317083..19bda11 100644
--- a/main/offapi/com/sun/star/i18n/CharacterClassification.idl
+++ b/main/offapi/com/sun/star/i18n/CharacterClassification.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/i18n/CharacterIteratorMode.idl b/main/offapi/com/sun/star/i18n/CharacterIteratorMode.idl
index 6532ec2..85782cb 100644
--- a/main/offapi/com/sun/star/i18n/CharacterIteratorMode.idl
+++ b/main/offapi/com/sun/star/i18n/CharacterIteratorMode.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/i18n/Collator.idl b/main/offapi/com/sun/star/i18n/Collator.idl
index 984c456..c8b3657 100644
--- a/main/offapi/com/sun/star/i18n/Collator.idl
+++ b/main/offapi/com/sun/star/i18n/Collator.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/i18n/CollatorOptions.idl b/main/offapi/com/sun/star/i18n/CollatorOptions.idl
index ebf45e2..d35d250 100644
--- a/main/offapi/com/sun/star/i18n/CollatorOptions.idl
+++ b/main/offapi/com/sun/star/i18n/CollatorOptions.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/i18n/Currency.idl b/main/offapi/com/sun/star/i18n/Currency.idl
index 553cb64..454b503 100644
--- a/main/offapi/com/sun/star/i18n/Currency.idl
+++ b/main/offapi/com/sun/star/i18n/Currency.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,7 +30,7 @@
 
 //============================================================================
 
-/** 
+/**
     Symbols, names, and attributes of a specific currency, returned in a
     sequence by <member>XLocaleData::getAllCurrencies()</member>.
 
diff --git a/main/offapi/com/sun/star/i18n/Currency2.idl b/main/offapi/com/sun/star/i18n/Currency2.idl
index d5632a6..b7931f9 100644
--- a/main/offapi/com/sun/star/i18n/Currency2.idl
+++ b/main/offapi/com/sun/star/i18n/Currency2.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -34,7 +34,7 @@
 
 //============================================================================
 
-/** 
+/**
     Symbols, names, and attributes of a specific currency, returned in a
     sequence by <member>XLocaleData2::getAllCurrencies2()</member>.
 
diff --git a/main/offapi/com/sun/star/i18n/DirectionProperty.idl b/main/offapi/com/sun/star/i18n/DirectionProperty.idl
index 8ea42ac..9a308b1 100644
--- a/main/offapi/com/sun/star/i18n/DirectionProperty.idl
+++ b/main/offapi/com/sun/star/i18n/DirectionProperty.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/i18n/ForbiddenCharacters.idl b/main/offapi/com/sun/star/i18n/ForbiddenCharacters.idl
index 656b0e6..5024eb1 100644
--- a/main/offapi/com/sun/star/i18n/ForbiddenCharacters.idl
+++ b/main/offapi/com/sun/star/i18n/ForbiddenCharacters.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/i18n/FormatElement.idl b/main/offapi/com/sun/star/i18n/FormatElement.idl
index 32b2b34..ac263e9 100644
--- a/main/offapi/com/sun/star/i18n/FormatElement.idl
+++ b/main/offapi/com/sun/star/i18n/FormatElement.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -32,7 +32,7 @@
 /**
     One number format code and its attributes, returned in a sequence by
     <member>XLocaleData::getAllFormats()</member>.
-    
+
     <p> Contains raw data defined in the XML locale data files. </p>
 
     @see XLocaleData
diff --git a/main/offapi/com/sun/star/i18n/Implementation.idl b/main/offapi/com/sun/star/i18n/Implementation.idl
index 0d7b5f4..3adbe42 100644
--- a/main/offapi/com/sun/star/i18n/Implementation.idl
+++ b/main/offapi/com/sun/star/i18n/Implementation.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/i18n/IndexEntrySupplier.idl b/main/offapi/com/sun/star/i18n/IndexEntrySupplier.idl
index 5312254..9dd99f8 100644
--- a/main/offapi/com/sun/star/i18n/IndexEntrySupplier.idl
+++ b/main/offapi/com/sun/star/i18n/IndexEntrySupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/i18n/InputSequenceCheckMode.idl b/main/offapi/com/sun/star/i18n/InputSequenceCheckMode.idl
index d6bec2b..6d03257 100644
--- a/main/offapi/com/sun/star/i18n/InputSequenceCheckMode.idl
+++ b/main/offapi/com/sun/star/i18n/InputSequenceCheckMode.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/i18n/InputSequenceChecker.idl b/main/offapi/com/sun/star/i18n/InputSequenceChecker.idl
index c974e0d..3425d78 100644
--- a/main/offapi/com/sun/star/i18n/InputSequenceChecker.idl
+++ b/main/offapi/com/sun/star/i18n/InputSequenceChecker.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/i18n/KCharacterType.idl b/main/offapi/com/sun/star/i18n/KCharacterType.idl
index f1bd6fb..dca6e14 100644
--- a/main/offapi/com/sun/star/i18n/KCharacterType.idl
+++ b/main/offapi/com/sun/star/i18n/KCharacterType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -31,7 +31,7 @@
 
 /**
 	Constants to identify the character type.
-    
+
     <p> Returned by
     <member>XCharacterClassification::getCharacterType()</member> and
     <member>XCharacterClassification::getStringType()</member> </p>
@@ -41,28 +41,28 @@
 {
     /// digit
     const long DIGIT      = 0x00000001;
-    
+
     /// upper case alpha letter
     const long UPPER      = 0x00000002;
-    
+
     /// lower case alpha letter
     const long LOWER      = 0x00000004;
-    
+
     /// title case alpha letter
     const long TITLE_CASE = 0x00000008;
-    
+
     /// any alpha, ALPHA = UPPER | LOWER | TITLE_CASE
     const long ALPHA      = 0x0000000E;
-    
+
     /// control character
     const long CONTROL    = 0x00000010;
-    
+
     /// printable character
     const long PRINTABLE  = 0x00000020;
-    
+
     /// base form
     const long BASE_FORM  = 0x00000040;
-    
+
     /** any <type>UnicodeType</type>::..._LETTER.
         Note that a LETTER must not necessarily be ALPHA */
     const long LETTER     = 0x00000080;
diff --git a/main/offapi/com/sun/star/i18n/KNumberFormatType.idl b/main/offapi/com/sun/star/i18n/KNumberFormatType.idl
index 5502aa7..1f01c99 100644
--- a/main/offapi/com/sun/star/i18n/KNumberFormatType.idl
+++ b/main/offapi/com/sun/star/i18n/KNumberFormatType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/i18n/KNumberFormatUsage.idl b/main/offapi/com/sun/star/i18n/KNumberFormatUsage.idl
index e3ea2de..63d619b 100644
--- a/main/offapi/com/sun/star/i18n/KNumberFormatUsage.idl
+++ b/main/offapi/com/sun/star/i18n/KNumberFormatUsage.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/i18n/KParseType.idl b/main/offapi/com/sun/star/i18n/KParseType.idl
index b1b29aa..4a2a14e 100644
--- a/main/offapi/com/sun/star/i18n/KParseType.idl
+++ b/main/offapi/com/sun/star/i18n/KParseType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/i18n/LanguageCountryInfo.idl b/main/offapi/com/sun/star/i18n/LanguageCountryInfo.idl
index 97bff44..31adde8 100644
--- a/main/offapi/com/sun/star/i18n/LanguageCountryInfo.idl
+++ b/main/offapi/com/sun/star/i18n/LanguageCountryInfo.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/i18n/LineBreakHyphenationOptions.idl b/main/offapi/com/sun/star/i18n/LineBreakHyphenationOptions.idl
index 6bac893..8fcd1e6 100644
--- a/main/offapi/com/sun/star/i18n/LineBreakHyphenationOptions.idl
+++ b/main/offapi/com/sun/star/i18n/LineBreakHyphenationOptions.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -40,7 +40,7 @@
     /// Reference to the specific hyphenator - can be zero.
     ::com::sun::star::linguistic2::XHyphenator rHyphenator;
 
-    /** Sequence of property values to be used by the hyphenator - can be 
+    /** Sequence of property values to be used by the hyphenator - can be
         empty if the default values (from the property set) should be used. */
     ::com::sun::star::beans::PropertyValues aHyphenationOptions;
 
diff --git a/main/offapi/com/sun/star/i18n/LineBreakResults.idl b/main/offapi/com/sun/star/i18n/LineBreakResults.idl
index a42231f..e7cc3f5 100644
--- a/main/offapi/com/sun/star/i18n/LineBreakResults.idl
+++ b/main/offapi/com/sun/star/i18n/LineBreakResults.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/i18n/LineBreakUserOptions.idl b/main/offapi/com/sun/star/i18n/LineBreakUserOptions.idl
index fa22f49..7c5c374 100644
--- a/main/offapi/com/sun/star/i18n/LineBreakUserOptions.idl
+++ b/main/offapi/com/sun/star/i18n/LineBreakUserOptions.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/i18n/LocaleCalendar.idl b/main/offapi/com/sun/star/i18n/LocaleCalendar.idl
index 07be8b1..fbaee41 100644
--- a/main/offapi/com/sun/star/i18n/LocaleCalendar.idl
+++ b/main/offapi/com/sun/star/i18n/LocaleCalendar.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/i18n/LocaleData.idl b/main/offapi/com/sun/star/i18n/LocaleData.idl
index ccb33a8..d573b67 100644
--- a/main/offapi/com/sun/star/i18n/LocaleData.idl
+++ b/main/offapi/com/sun/star/i18n/LocaleData.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/i18n/LocaleDataItem.idl b/main/offapi/com/sun/star/i18n/LocaleDataItem.idl
index 4a4217f..ac8b8af 100644
--- a/main/offapi/com/sun/star/i18n/LocaleDataItem.idl
+++ b/main/offapi/com/sun/star/i18n/LocaleDataItem.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/i18n/LocaleItem.idl b/main/offapi/com/sun/star/i18n/LocaleItem.idl
index c33ac2e..4c7e838 100644
--- a/main/offapi/com/sun/star/i18n/LocaleItem.idl
+++ b/main/offapi/com/sun/star/i18n/LocaleItem.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/i18n/Months.idl b/main/offapi/com/sun/star/i18n/Months.idl
index f46511c..38ff5eb 100644
--- a/main/offapi/com/sun/star/i18n/Months.idl
+++ b/main/offapi/com/sun/star/i18n/Months.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -40,7 +40,7 @@
 	const short JANUARY		= 0;
     /// February
 	const short FEBURARY	= 1;
-    /// March 
+    /// March
 	const short MARCH		= 2;
     /// April
 	const short APRIL		= 3;
diff --git a/main/offapi/com/sun/star/i18n/MultipleCharsOutputException.idl b/main/offapi/com/sun/star/i18n/MultipleCharsOutputException.idl
index 69f2f50..6768ccf 100644
--- a/main/offapi/com/sun/star/i18n/MultipleCharsOutputException.idl
+++ b/main/offapi/com/sun/star/i18n/MultipleCharsOutputException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/i18n/NativeNumberMode.idl b/main/offapi/com/sun/star/i18n/NativeNumberMode.idl
index a5ef97e..3071bd1 100644
--- a/main/offapi/com/sun/star/i18n/NativeNumberMode.idl
+++ b/main/offapi/com/sun/star/i18n/NativeNumberMode.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/i18n/NativeNumberSupplier.idl b/main/offapi/com/sun/star/i18n/NativeNumberSupplier.idl
index e8a30e4..d00574e 100644
--- a/main/offapi/com/sun/star/i18n/NativeNumberSupplier.idl
+++ b/main/offapi/com/sun/star/i18n/NativeNumberSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/i18n/NativeNumberXmlAttributes.idl b/main/offapi/com/sun/star/i18n/NativeNumberXmlAttributes.idl
index 2b95674..c8f805b 100644
--- a/main/offapi/com/sun/star/i18n/NativeNumberXmlAttributes.idl
+++ b/main/offapi/com/sun/star/i18n/NativeNumberXmlAttributes.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -32,7 +32,7 @@
 
 //=============================================================================
 
-/** 
+/**
     Attributes describing a native number mode for a specific locale,
     stored in XML file format.
 
@@ -48,7 +48,7 @@
 {
     /// The locale of the native number representation
     ::com::sun::star::lang::Locale  Locale;
-    
+
     /// The number "1" expressed as a native number string.
     string  Format;
 
diff --git a/main/offapi/com/sun/star/i18n/NumberFormatCode.idl b/main/offapi/com/sun/star/i18n/NumberFormatCode.idl
index b2452ca..681776c 100644
--- a/main/offapi/com/sun/star/i18n/NumberFormatCode.idl
+++ b/main/offapi/com/sun/star/i18n/NumberFormatCode.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/i18n/NumberFormatIndex.idl b/main/offapi/com/sun/star/i18n/NumberFormatIndex.idl
index 32b51b1..9659fcc 100644
--- a/main/offapi/com/sun/star/i18n/NumberFormatIndex.idl
+++ b/main/offapi/com/sun/star/i18n/NumberFormatIndex.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/i18n/NumberFormatMapper.idl b/main/offapi/com/sun/star/i18n/NumberFormatMapper.idl
index 525c4de..77587da 100644
--- a/main/offapi/com/sun/star/i18n/NumberFormatMapper.idl
+++ b/main/offapi/com/sun/star/i18n/NumberFormatMapper.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/i18n/OrdinalSuffix.idl b/main/offapi/com/sun/star/i18n/OrdinalSuffix.idl
index 81925d7..b997fbc 100644
--- a/main/offapi/com/sun/star/i18n/OrdinalSuffix.idl
+++ b/main/offapi/com/sun/star/i18n/OrdinalSuffix.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/i18n/ParseResult.idl b/main/offapi/com/sun/star/i18n/ParseResult.idl
index 27c50a6..589e6e3 100644
--- a/main/offapi/com/sun/star/i18n/ParseResult.idl
+++ b/main/offapi/com/sun/star/i18n/ParseResult.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/i18n/ScriptDirection.idl b/main/offapi/com/sun/star/i18n/ScriptDirection.idl
index e55b6d1..6a79cb7 100644
--- a/main/offapi/com/sun/star/i18n/ScriptDirection.idl
+++ b/main/offapi/com/sun/star/i18n/ScriptDirection.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -38,7 +38,7 @@
 	 @since OpenOffice 1.1.2
 */
 
-published constants ScriptDirection 
+published constants ScriptDirection
 {
     /// Script direction is neutral
     const short NEUTRAL         = 0;
diff --git a/main/offapi/com/sun/star/i18n/ScriptType.idl b/main/offapi/com/sun/star/i18n/ScriptType.idl
index e72dde1..0994c6b 100644
--- a/main/offapi/com/sun/star/i18n/ScriptType.idl
+++ b/main/offapi/com/sun/star/i18n/ScriptType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/i18n/TextConversion.idl b/main/offapi/com/sun/star/i18n/TextConversion.idl
index e298318..4c2c343 100644
--- a/main/offapi/com/sun/star/i18n/TextConversion.idl
+++ b/main/offapi/com/sun/star/i18n/TextConversion.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -43,7 +43,7 @@
     /** to access the text conversion functionality.
     */
     interface ::com::sun::star::i18n::XTextConversion;
-    
+
 };
 
 //=============================================================================
diff --git a/main/offapi/com/sun/star/i18n/TextConversionOption.idl b/main/offapi/com/sun/star/i18n/TextConversionOption.idl
index 2616bca..eac6d86 100644
--- a/main/offapi/com/sun/star/i18n/TextConversionOption.idl
+++ b/main/offapi/com/sun/star/i18n/TextConversionOption.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -34,7 +34,7 @@
 //--------------------------------------------------------------------------
 /** Text conversion options to be used with <type>XTextConversion</type>.
 
-	<p>These text conversion options are usuall selected by end users. 
+	<p>These text conversion options are usuall selected by end users.
 	The options can be combined and may be related to
 	<type>TextConversionType</type>. </p>
 
@@ -52,7 +52,7 @@
 	/// Ignore post-positional word for Hangul to Hanja conversion
 	const long	IGNORE_POST_POSITIONAL_WORD 	= 2;	// (1 << 1)
 
-    /** Use Taiwan, HongKong SAR, and Macao SAR character variants for 
+    /** Use Taiwan, HongKong SAR, and Macao SAR character variants for
         Simplified to Traditionary Chinese conversion
 
         @since OpenOffice 2.0
diff --git a/main/offapi/com/sun/star/i18n/TextConversionResult.idl b/main/offapi/com/sun/star/i18n/TextConversionResult.idl
index d363537..d0f1645 100644
--- a/main/offapi/com/sun/star/i18n/TextConversionResult.idl
+++ b/main/offapi/com/sun/star/i18n/TextConversionResult.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -45,8 +45,8 @@
 {
 	/** The boundary of the first convertible word in the given text.
 
-        <p>If there is no convertible word found in the text, <var>startPos</var> 
-	    and <var>endPos</var> for Boundary equal 0. 
+        <p>If there is no convertible word found in the text, <var>startPos</var>
+	    and <var>endPos</var> for Boundary equal 0.
 	*/
     ::com::sun::star::i18n::Boundary Boundary;
 
diff --git a/main/offapi/com/sun/star/i18n/TextConversionType.idl b/main/offapi/com/sun/star/i18n/TextConversionType.idl
index 1780533..be96f57 100644
--- a/main/offapi/com/sun/star/i18n/TextConversionType.idl
+++ b/main/offapi/com/sun/star/i18n/TextConversionType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/i18n/Transliteration.idl b/main/offapi/com/sun/star/i18n/Transliteration.idl
index bc8bbc4..089b0b9 100644
--- a/main/offapi/com/sun/star/i18n/Transliteration.idl
+++ b/main/offapi/com/sun/star/i18n/Transliteration.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/i18n/TransliterationModules.idl b/main/offapi/com/sun/star/i18n/TransliterationModules.idl
index 1f2a3ad..e62466b 100644
--- a/main/offapi/com/sun/star/i18n/TransliterationModules.idl
+++ b/main/offapi/com/sun/star/i18n/TransliterationModules.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,7 +30,7 @@
 //=============================================================================
 
 /** Old transliteration module enumeration.
-    
+
     <p> Use with <member>XTransliteration::loadModule()</member> and
     <member scope="com::sun::star::util">SearchOptions::transliterateFlags</member> </p>
 
diff --git a/main/offapi/com/sun/star/i18n/TransliterationModulesExtra.idl b/main/offapi/com/sun/star/i18n/TransliterationModulesExtra.idl
index 169f760..8523991 100644
--- a/main/offapi/com/sun/star/i18n/TransliterationModulesExtra.idl
+++ b/main/offapi/com/sun/star/i18n/TransliterationModulesExtra.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -31,8 +31,8 @@
 
 /** Extra transliteration module enumeration to use with
     <member>XTransliteration::loadModule()</member>
-	
-	The values used in this group need to be different from the ones in 
+
+	The values used in this group need to be different from the ones in
 	<type>TransliterationModules</type> and <type>TransliterationModulesNew</type>!
  */
 
@@ -42,24 +42,24 @@
 {
     /** The first character of the sentence is put in upper case
      */
-    const short SENTENCE_CASE = 200; 
-     
-    //------------------------------------------------------------------------- 
-     
+    const short SENTENCE_CASE = 200;
+
+    //-------------------------------------------------------------------------
+
     /** The first character of the word is put in upper case.
-     * This one is part 
+     * This one is part
      */
-    const short TITLE_CASE = 201; 
-    
-    //------------------------------------------------------------------------- 
-    
+    const short TITLE_CASE = 201;
+
+    //-------------------------------------------------------------------------
+
     /** All characters of the word are to change their case from small letters
      * to capital letters and vice versa.
      */
-    const short TOGGLE_CASE = 202; 
-    
-    //------------------------------------------------------------------------- 
-     
+    const short TOGGLE_CASE = 202;
+
+    //-------------------------------------------------------------------------
+
     const long END_OF_MODULE    = 0;
 };
 
diff --git a/main/offapi/com/sun/star/i18n/TransliterationModulesNew.idl b/main/offapi/com/sun/star/i18n/TransliterationModulesNew.idl
index 60221ef..e4a2d46 100644
--- a/main/offapi/com/sun/star/i18n/TransliterationModulesNew.idl
+++ b/main/offapi/com/sun/star/i18n/TransliterationModulesNew.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/i18n/TransliterationType.idl b/main/offapi/com/sun/star/i18n/TransliterationType.idl
index e7a665e..3025927 100644
--- a/main/offapi/com/sun/star/i18n/TransliterationType.idl
+++ b/main/offapi/com/sun/star/i18n/TransliterationType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/i18n/UnicodeScript.idl b/main/offapi/com/sun/star/i18n/UnicodeScript.idl
index 120f34c..2ca996c 100644
--- a/main/offapi/com/sun/star/i18n/UnicodeScript.idl
+++ b/main/offapi/com/sun/star/i18n/UnicodeScript.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/i18n/UnicodeType.idl b/main/offapi/com/sun/star/i18n/UnicodeType.idl
index a510557..9220a7b 100644
--- a/main/offapi/com/sun/star/i18n/UnicodeType.idl
+++ b/main/offapi/com/sun/star/i18n/UnicodeType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/i18n/Weekdays.idl b/main/offapi/com/sun/star/i18n/Weekdays.idl
index 24d899a..08a67ab 100644
--- a/main/offapi/com/sun/star/i18n/Weekdays.idl
+++ b/main/offapi/com/sun/star/i18n/Weekdays.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/i18n/WordType.idl b/main/offapi/com/sun/star/i18n/WordType.idl
index 415e5be..18650cc 100644
--- a/main/offapi/com/sun/star/i18n/WordType.idl
+++ b/main/offapi/com/sun/star/i18n/WordType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/i18n/XBreakIterator.idl b/main/offapi/com/sun/star/i18n/XBreakIterator.idl
index c2fab82..53cb14e 100644
--- a/main/offapi/com/sun/star/i18n/XBreakIterator.idl
+++ b/main/offapi/com/sun/star/i18n/XBreakIterator.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -49,7 +49,7 @@
 
 //============================================================================
 
-/** 
+/**
     contains the base routines for iteration in Unicode string. Iterates over
     characters, words, sentences and line breaks.
 
@@ -59,7 +59,7 @@
 published interface XBreakIterator: com::sun::star::uno::XInterface
 {
     //------------------------------------------------------------------------
-    /** Traverses specified number of characters/cells in Text from 
+    /** Traverses specified number of characters/cells in Text from
         <em>nStartPos</em> forwards.
         <type>CharacterIteratorMode</type> can be cell based or
         character based. A cell is made of more than one character.
@@ -75,7 +75,7 @@
                      [in] long nCount, [out] long nDone );
 
     //------------------------------------------------------------------------
-    /** Traverses specified number of characters/cells in Text from 
+    /** Traverses specified number of characters/cells in Text from
         <em>nStartPos</em> backwards.
         <type>CharacterIteratorMode</type> can be cell based or
         character based. A cell is made of more than one character.
@@ -170,8 +170,8 @@
         position <em>nPos</em>.
 
         <p> This method is mis-defined, since <type>WordType</type>
-        is not an attribute of a word, but a way to break words, 
-        like excluding or including tail spaces for spellchecker 
+        is not an attribute of a word, but a way to break words,
+        like excluding or including tail spaces for spellchecker
         or cursor traveling. It returns 0 always.
         </p>
      */
@@ -181,8 +181,8 @@
     //------------------------------------------------------------------------
     /** If a word starts at position <em>nPos</em>.
 
-        <p> It is possible that both of this method 
-        and following method <em>isEndWord</em> all return 
+        <p> It is possible that both of this method
+        and following method <em>isEndWord</em> all return
         <TRUE/>, since StartPos of a word is inclusive
         while EndPos of a word is exclusive.
         </p>
@@ -226,7 +226,7 @@
         @param nMinBreakPos
             Defines a minimum break position for hyphenated line break.
             When the position for hyphenated line break is less than
-            <em>nMinBreakPos</em>, break position in 
+            <em>nMinBreakPos</em>, break position in
             <type>LineBreakResults</type> is set to -1.
 
         @param aHyphOptions
@@ -237,8 +237,8 @@
             characters at the start/end of a line.
 
         @returns
-            The <type>LineBreakResults</type> contain the break 
-            position of the line, <type>BreakType</type> and 
+            The <type>LineBreakResults</type> contain the break
+            position of the line, <type>BreakType</type> and
             <type scope="com::sun::star::linguistic2">XHyphenatedWord</type>
      */
     LineBreakResults getLineBreak( [in] string aText, [in] long nStartPos,
diff --git a/main/offapi/com/sun/star/i18n/XCalendar.idl b/main/offapi/com/sun/star/i18n/XCalendar.idl
index 52eb749..3653935 100644
--- a/main/offapi/com/sun/star/i18n/XCalendar.idl
+++ b/main/offapi/com/sun/star/i18n/XCalendar.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -46,7 +46,7 @@
 
     //------------------------------------------------------------------------
     /// Load a specific calendar for the given locale.
-    void    loadCalendar( [in] string uniqueID, 
+    void    loadCalendar( [in] string uniqueID,
                           [in] ::com::sun::star::lang::Locale rLocale );
 
     //------------------------------------------------------------------------
@@ -213,7 +213,7 @@
             <const>CalendarDisplayIndex::AM_PM</const> </p>
      */
 
-    string  getDisplayName( [in] short nCalendarDisplayIndex, 
+    string  getDisplayName( [in] short nCalendarDisplayIndex,
                             [in] short nIdx,
                             [in] short nNameType );
 };
diff --git a/main/offapi/com/sun/star/i18n/XCollator.idl b/main/offapi/com/sun/star/i18n/XCollator.idl
index 0c07476..9fa3a99 100644
--- a/main/offapi/com/sun/star/i18n/XCollator.idl
+++ b/main/offapi/com/sun/star/i18n/XCollator.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -28,10 +28,10 @@
 #include <com/sun/star/lang/Locale.idl>
 //=============================================================================
 
-module com { module sun { module star { module i18n { 
+module com { module sun { module star { module i18n {
 
 /** provides locale-sensitive collation algorithms for string comparison.
-    
+
 */
 published interface XCollator: com::sun::star::uno::XInterface
 {
@@ -81,7 +81,7 @@
     long compareString( [in] string aStr1, [in] string aStr2 );
 
     //-------------------------------------------------------------------------
-    /** Load the collator with default algorithm defined in 
+    /** Load the collator with default algorithm defined in
         locale data.
 
         @param aLocale
@@ -129,7 +129,7 @@
     */
     sequence <string> listCollatorAlgorithms(
                                 [in] ::com::sun::star::lang::Locale aLocale );
- 
+
     //-------------------------------------------------------------------------
     /** Load a collator algorithm with options chosen by end user.
 
@@ -163,7 +163,7 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/i18n/XExtendedCalendar.idl b/main/offapi/com/sun/star/i18n/XExtendedCalendar.idl
index 731cb2f..4760ded 100644
--- a/main/offapi/com/sun/star/i18n/XExtendedCalendar.idl
+++ b/main/offapi/com/sun/star/i18n/XExtendedCalendar.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/i18n/XExtendedIndexEntrySupplier.idl b/main/offapi/com/sun/star/i18n/XExtendedIndexEntrySupplier.idl
index 0debc2f..e65490e 100644
--- a/main/offapi/com/sun/star/i18n/XExtendedIndexEntrySupplier.idl
+++ b/main/offapi/com/sun/star/i18n/XExtendedIndexEntrySupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -38,7 +38,7 @@
     This interface provides information for creating "Table of Index"
 
     <p> It is derived from
-    <type scope="::com::sun::star::i18n">XIndexEntrySupplier</type> and 
+    <type scope="::com::sun::star::i18n">XIndexEntrySupplier</type> and
     provides following additional functionalities.</p>
     <ul>
     <li>Provide supported language/locale list.
@@ -83,7 +83,7 @@
 
         @param aIndexAlgorithm
             Index algorithm to be loaded.
-            
+
         @param nCollatorOptions
             Sorting option of <type
             scope="::com::sun::star::i18n">CollatorOptions</type> for
@@ -100,8 +100,8 @@
     //-------------------------------------------------------------------------
     /**
         Returns index key.
-        
-        <p> Note that loadAlgorithm should be called before calling 
+
+        <p> Note that loadAlgorithm should be called before calling
         this function. </p>
 
         @param aIndexEntry
@@ -123,10 +123,10 @@
     /**
         Compares index entries
 
-        <p> Note that loadAlgorithm should be called before calling 
+        <p> Note that loadAlgorithm should be called before calling
         this function. </p>
 
-        @param aIndexEntry1 
+        @param aIndexEntry1
         @param aIndexEntry2
             Index entries to be compared
 
diff --git a/main/offapi/com/sun/star/i18n/XExtendedInputSequenceChecker.idl b/main/offapi/com/sun/star/i18n/XExtendedInputSequenceChecker.idl
index ee6a7c4..a30b865 100644
--- a/main/offapi/com/sun/star/i18n/XExtendedInputSequenceChecker.idl
+++ b/main/offapi/com/sun/star/i18n/XExtendedInputSequenceChecker.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -37,14 +37,14 @@
     This interface perform input sequence correction for the languages like Thai and Hindi
 
     <p> It is derived from
-    <type scope="::com::sun::star::i18n">XInputSequenceChecker</type> and 
+    <type scope="::com::sun::star::i18n">XInputSequenceChecker</type> and
     provides additional functionality to correct input sequence.</p>
 
 	 @since OpenOffice 2.0.1
  */
 published interface XExtendedInputSequenceChecker : ::com::sun::star::i18n::XInputSequenceChecker
 {
-    /** @returns 
+    /** @returns
             Next nPos, or length of aText if nothing is corrected.
 
         @param nInputCheckMode
diff --git a/main/offapi/com/sun/star/i18n/XForbiddenCharacters.idl b/main/offapi/com/sun/star/i18n/XForbiddenCharacters.idl
index 9b72642..36946d3 100644
--- a/main/offapi/com/sun/star/i18n/XForbiddenCharacters.idl
+++ b/main/offapi/com/sun/star/i18n/XForbiddenCharacters.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/i18n/XIndexEntrySupplier.idl b/main/offapi/com/sun/star/i18n/XIndexEntrySupplier.idl
index 48d8e3a..694647f 100644
--- a/main/offapi/com/sun/star/i18n/XIndexEntrySupplier.idl
+++ b/main/offapi/com/sun/star/i18n/XIndexEntrySupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -49,7 +49,7 @@
 
         <p> For example, in English locale it returns <b>"K"</b> for
         "keyboard"
-     */  
+     */
     string getIndexCharacter( [in] string aIndexEntry, [in]
     com::sun::star::lang::Locale aLocale, [in] string aSortAlgorithm );
 
diff --git a/main/offapi/com/sun/star/i18n/XInputSequenceChecker.idl b/main/offapi/com/sun/star/i18n/XInputSequenceChecker.idl
index e23b217..e619bbf 100644
--- a/main/offapi/com/sun/star/i18n/XInputSequenceChecker.idl
+++ b/main/offapi/com/sun/star/i18n/XInputSequenceChecker.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -33,7 +33,7 @@
 //=============================================================================
 
 //--------------------------------------------------------------------------
-/** 
+/**
     contains the routine to check Thai input sequence checking
 
 	 @since OpenOffice 1.1.2
diff --git a/main/offapi/com/sun/star/i18n/XLocaleData2.idl b/main/offapi/com/sun/star/i18n/XLocaleData2.idl
index 7443dde..3de4405 100644
--- a/main/offapi/com/sun/star/i18n/XLocaleData2.idl
+++ b/main/offapi/com/sun/star/i18n/XLocaleData2.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/i18n/XNativeNumberSupplier.idl b/main/offapi/com/sun/star/i18n/XNativeNumberSupplier.idl
index fcd7ba8..d7acb3e 100644
--- a/main/offapi/com/sun/star/i18n/XNativeNumberSupplier.idl
+++ b/main/offapi/com/sun/star/i18n/XNativeNumberSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -43,7 +43,7 @@
 {
     //-------------------------------------------------------------------------
     /** Returns native number string for given number string.
-    
+
         @param nNativeNumberMode
             One of <type>NativeNumberMode</type> values.
      */
@@ -54,7 +54,7 @@
 
     //-------------------------------------------------------------------------
     /** Check if the NatNum is valid for the given locale.
-    
+
         @param nNativeNumberMode
             One of <type>NativeNumberMode</type> values.
      */
diff --git a/main/offapi/com/sun/star/i18n/XNumberFormatCode.idl b/main/offapi/com/sun/star/i18n/XNumberFormatCode.idl
index 6eb1ed1..d6f19b0 100644
--- a/main/offapi/com/sun/star/i18n/XNumberFormatCode.idl
+++ b/main/offapi/com/sun/star/i18n/XNumberFormatCode.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -53,8 +53,8 @@
         @param nFormatUsage
             one of <type>KNumberFormatUsage</type> values
      */
-    NumberFormatCode getDefault( [in] short nFormatType, 
-                                 [in] short nFormatUsage, 
+    NumberFormatCode getDefault( [in] short nFormatType,
+                                 [in] short nFormatUsage,
                                  [in] com::sun::star::lang::Locale rLocale );
 
     //------------------------------------------------------------------------
diff --git a/main/offapi/com/sun/star/i18n/XOrdinalSuffix.idl b/main/offapi/com/sun/star/i18n/XOrdinalSuffix.idl
index 0c87fc3..8d1cb56 100644
--- a/main/offapi/com/sun/star/i18n/XOrdinalSuffix.idl
+++ b/main/offapi/com/sun/star/i18n/XOrdinalSuffix.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/i18n/XScriptTypeDetector.idl b/main/offapi/com/sun/star/i18n/XScriptTypeDetector.idl
index 3c4579d..651ee67 100644
--- a/main/offapi/com/sun/star/i18n/XScriptTypeDetector.idl
+++ b/main/offapi/com/sun/star/i18n/XScriptTypeDetector.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -33,7 +33,7 @@
 //=============================================================================
 
 //--------------------------------------------------------------------------
-/** 
+/**
     contains the help routines for layouting complex text
 
     <p> Assumption - StartPos is inclusive and EndPos is exclusive. </p>
diff --git a/main/offapi/com/sun/star/i18n/XTextConversion.idl b/main/offapi/com/sun/star/i18n/XTextConversion.idl
index 3641505..835f397 100644
--- a/main/offapi/com/sun/star/i18n/XTextConversion.idl
+++ b/main/offapi/com/sun/star/i18n/XTextConversion.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -80,18 +80,18 @@
             or when the locale is not supported.
 	*/
 	TextConversionResult getConversions(
-            [in] string aText, 
+            [in] string aText,
             [in] long nStartPos,
             [in] long nLength,
             [in] ::com::sun::star::lang::Locale aLocale,
             [in] short nTextConversionType,
             [in] long nTextConversionOptions )
-        raises( com::sun::star::lang::IllegalArgumentException, 
+        raises( com::sun::star::lang::IllegalArgumentException,
                 com::sun::star::lang::NoSupportException );
 
 	//---------------------------------------------------------------------
-	/** Method to search dictionaries for the conversion candidate, if there 
-        are multiple candidates, it will return first one. This is for the 
+	/** Method to search dictionaries for the conversion candidate, if there
+        are multiple candidates, it will return first one. This is for the
         conversion in non-interactive mode.
 
 		@param aText
@@ -114,13 +114,13 @@
             or when the locale is not supported.
 	*/
 	string getConversion(
-            [in] string aText, 
+            [in] string aText,
             [in] long nStartPos,
             [in] long nLength,
             [in] ::com::sun::star::lang::Locale aLocale,
             [in] short nTextConversionType,
             [in] long nTextConversionOptions )
-        raises( com::sun::star::lang::IllegalArgumentException, 
+        raises( com::sun::star::lang::IllegalArgumentException,
                 com::sun::star::lang::NoSupportException );
 
 	//---------------------------------------------------------------------
@@ -141,11 +141,11 @@
             when <var>nConversionDictionaryType</var> is not known by the implementation,
             or when the locale is not supported.
     */
-    boolean interactiveConversion( 
+    boolean interactiveConversion(
             [in] ::com::sun::star::lang::Locale aLocale,
             [in] short nTextConversionType,
             [in] long nTextConversionOptions )
-        raises( com::sun::star::lang::IllegalArgumentException, 
+        raises( com::sun::star::lang::IllegalArgumentException,
                 com::sun::star::lang::NoSupportException );
 };
 
diff --git a/main/offapi/com/sun/star/i18n/reservedWords.idl b/main/offapi/com/sun/star/i18n/reservedWords.idl
index 73f62ce..8e1f763 100644
--- a/main/offapi/com/sun/star/i18n/reservedWords.idl
+++ b/main/offapi/com/sun/star/i18n/reservedWords.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/image/ImageMap.idl b/main/offapi/com/sun/star/image/ImageMap.idl
index a10667e..18fece5 100644
--- a/main/offapi/com/sun/star/image/ImageMap.idl
+++ b/main/offapi/com/sun/star/image/ImageMap.idl
@@ -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,36 +7,36 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_image_ImageMap_idl__ 
-#define __com_sun_star_image_ImageMap_idl__ 
- 
-#ifndef __com_sun_star_container_XNamed_idl__ 
-#include <com/sun/star/container/XNamed.idl> 
-#endif 
+#ifndef __com_sun_star_image_ImageMap_idl__
+#define __com_sun_star_image_ImageMap_idl__
 
-#ifndef __com_sun_star_container_XIndexContainer_idl__ 
-#include <com/sun/star/container/XIndexContainer.idl> 
-#endif 
-  
-//============================================================================= 
- 
- module com {  module sun {  module star {  module image {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_container_XNamed_idl__
+#include <com/sun/star/container/XNamed.idl>
+#endif
+
+#ifndef __com_sun_star_container_XIndexContainer_idl__
+#include <com/sun/star/container/XIndexContainer.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module image {
+
+//=============================================================================
+
 /** This service specifies a HTML image map.
  */
 published service ImageMap
@@ -53,8 +53,8 @@
 	interface ::com::sun::star::container::XIndexContainer;
 };
 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/image/ImageMapCircleObject.idl b/main/offapi/com/sun/star/image/ImageMapCircleObject.idl
index c8ea30c..212d645 100644
--- a/main/offapi/com/sun/star/image/ImageMapCircleObject.idl
+++ b/main/offapi/com/sun/star/image/ImageMapCircleObject.idl
@@ -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,36 +7,36 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_image_ImageMapCircleObject_idl__ 
-#define __com_sun_star_image_ImageMapCircleObject_idl__ 
- 
-#ifndef __com_sun_star_image_ImageMapObject_idl__ 
-#include <com/sun/star/image/ImageMapObject.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_Point_idl__ 
-#include <com/sun/star/awt/Point.idl> 
-#endif 
+#ifndef __com_sun_star_image_ImageMapCircleObject_idl__
+#define __com_sun_star_image_ImageMapCircleObject_idl__
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module image {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_image_ImageMapObject_idl__
+#include <com/sun/star/image/ImageMapObject.idl>
+#endif
+
+#ifndef __com_sun_star_awt_Point_idl__
+#include <com/sun/star/awt/Point.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module image {
+
+//=============================================================================
+
 /** this service describes a circular-shaped region inside
 	a HTML image map.
 	@see ImageMap
@@ -53,9 +53,9 @@
 	/** This is the radius of the circle in pixels */
 	[property] long Radius;
 };
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/image/ImageMapObject.idl b/main/offapi/com/sun/star/image/ImageMapObject.idl
index 5729ec9..4fc4a21 100644
--- a/main/offapi/com/sun/star/image/ImageMapObject.idl
+++ b/main/offapi/com/sun/star/image/ImageMapObject.idl
@@ -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,35 +7,35 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_image_ImageMapObject_idl__ 
-#define __com_sun_star_image_ImageMapObject_idl__ 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
-#ifndef __com_sun_star_document_XEventsSupplier_idl__ 
-#include <com/sun/star/document/XEventsSupplier.idl> 
-#endif 
+#ifndef __com_sun_star_image_ImageMapObject_idl__
+#define __com_sun_star_image_ImageMapObject_idl__
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module image {  
- 
-//============================================================================= 
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+#ifndef __com_sun_star_document_XEventsSupplier_idl__
+#include <com/sun/star/document/XEventsSupplier.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module image {
+
+//=============================================================================
 
 /** this is a base service for objects inside a image maps.
 	@see ImageMap
@@ -72,9 +72,9 @@
 	*/
 	[property] boolean IsActive;
 };
-  
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/image/ImageMapPolygonObject.idl b/main/offapi/com/sun/star/image/ImageMapPolygonObject.idl
index bfafd0d..fb7a6fa 100644
--- a/main/offapi/com/sun/star/image/ImageMapPolygonObject.idl
+++ b/main/offapi/com/sun/star/image/ImageMapPolygonObject.idl
@@ -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,36 +7,36 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_image_ImageMapPolygonObject_idl__ 
-#define __com_sun_star_image_ImageMapPolygonObject_idl__ 
- 
-#ifndef __com_sun_star_image_ImageMapObject_idl__ 
-#include <com/sun/star/image/ImageMapObject.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_PointSequence_idl__ 
-#include <com/sun/star/drawing/PointSequence.idl> 
-#endif 
+#ifndef __com_sun_star_image_ImageMapPolygonObject_idl__
+#define __com_sun_star_image_ImageMapPolygonObject_idl__
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module image {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_image_ImageMapObject_idl__
+#include <com/sun/star/image/ImageMapObject.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_PointSequence_idl__
+#include <com/sun/star/drawing/PointSequence.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module image {
+
+//=============================================================================
+
 /** this service describes a polygon-shaped region inside
 	a HTML image map.
 	@see ImageMap
@@ -52,8 +52,8 @@
 	[property] com::sun::star::drawing::PointSequence Polygon;
 };
 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/image/ImageMapRectangleObject.idl b/main/offapi/com/sun/star/image/ImageMapRectangleObject.idl
index d045b55..d13627a 100644
--- a/main/offapi/com/sun/star/image/ImageMapRectangleObject.idl
+++ b/main/offapi/com/sun/star/image/ImageMapRectangleObject.idl
@@ -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,35 +7,35 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_image_ImageMapRectangleObject_idl__ 
-#define __com_sun_star_image_ImageMapRectangleObject_idl__ 
- 
-#ifndef __com_sun_star_image_ImageMapObject_idl__ 
-#include <com/sun/star/image/ImageMapObject.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_Rectangle_idl__ 
-#include <com/sun/star/awt/Rectangle.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module image {  
- 
-//============================================================================= 
+#ifndef __com_sun_star_image_ImageMapRectangleObject_idl__
+#define __com_sun_star_image_ImageMapRectangleObject_idl__
+
+#ifndef __com_sun_star_image_ImageMapObject_idl__
+#include <com/sun/star/image/ImageMapObject.idl>
+#endif
+
+#ifndef __com_sun_star_awt_Rectangle_idl__
+#include <com/sun/star/awt/Rectangle.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module image {
+
+//=============================================================================
 
 /** this service describes a rectangular-shaped region inside
 	a HTML image map.
@@ -50,9 +50,9 @@
 	/** This is the boundary of this rectangle object */
 	[property] com::sun::star::awt::Rectangle Boundary;
 };
-  
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/inspection/DefaultHelpProvider.idl b/main/offapi/com/sun/star/inspection/DefaultHelpProvider.idl
index fc6701b..a6f724e 100644
--- a/main/offapi/com/sun/star/inspection/DefaultHelpProvider.idl
+++ b/main/offapi/com/sun/star/inspection/DefaultHelpProvider.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/inspection/GenericPropertyHandler.idl b/main/offapi/com/sun/star/inspection/GenericPropertyHandler.idl
index 95bf4ef..71d00f5 100644
--- a/main/offapi/com/sun/star/inspection/GenericPropertyHandler.idl
+++ b/main/offapi/com/sun/star/inspection/GenericPropertyHandler.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/inspection/InteractiveSelectionResult.idl b/main/offapi/com/sun/star/inspection/InteractiveSelectionResult.idl
index 0a4927a..6ffd56d 100644
--- a/main/offapi/com/sun/star/inspection/InteractiveSelectionResult.idl
+++ b/main/offapi/com/sun/star/inspection/InteractiveSelectionResult.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/inspection/LineDescriptor.idl b/main/offapi/com/sun/star/inspection/LineDescriptor.idl
index 33b2901..be8c92f 100644
--- a/main/offapi/com/sun/star/inspection/LineDescriptor.idl
+++ b/main/offapi/com/sun/star/inspection/LineDescriptor.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/inspection/ObjectInspector.idl b/main/offapi/com/sun/star/inspection/ObjectInspector.idl
index 7e8d8c9..30e5785 100644
--- a/main/offapi/com/sun/star/inspection/ObjectInspector.idl
+++ b/main/offapi/com/sun/star/inspection/ObjectInspector.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/inspection/ObjectInspectorModel.idl b/main/offapi/com/sun/star/inspection/ObjectInspectorModel.idl
index 070e3c5..b68b255 100644
--- a/main/offapi/com/sun/star/inspection/ObjectInspectorModel.idl
+++ b/main/offapi/com/sun/star/inspection/ObjectInspectorModel.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/inspection/PropertyCategoryDescriptor.idl b/main/offapi/com/sun/star/inspection/PropertyCategoryDescriptor.idl
index 7047a32..d7ab41f 100644
--- a/main/offapi/com/sun/star/inspection/PropertyCategoryDescriptor.idl
+++ b/main/offapi/com/sun/star/inspection/PropertyCategoryDescriptor.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/inspection/PropertyControlType.idl b/main/offapi/com/sun/star/inspection/PropertyControlType.idl
index 0adfea3..3858b2b 100644
--- a/main/offapi/com/sun/star/inspection/PropertyControlType.idl
+++ b/main/offapi/com/sun/star/inspection/PropertyControlType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/inspection/PropertyLineElement.idl b/main/offapi/com/sun/star/inspection/PropertyLineElement.idl
index 9612d8a..20f1684 100644
--- a/main/offapi/com/sun/star/inspection/PropertyLineElement.idl
+++ b/main/offapi/com/sun/star/inspection/PropertyLineElement.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/inspection/StringRepresentation.idl b/main/offapi/com/sun/star/inspection/StringRepresentation.idl
index e407c87..804a050 100644
--- a/main/offapi/com/sun/star/inspection/StringRepresentation.idl
+++ b/main/offapi/com/sun/star/inspection/StringRepresentation.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/inspection/XHyperlinkControl.idl b/main/offapi/com/sun/star/inspection/XHyperlinkControl.idl
index e7e46cc..12b7985 100644
--- a/main/offapi/com/sun/star/inspection/XHyperlinkControl.idl
+++ b/main/offapi/com/sun/star/inspection/XHyperlinkControl.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/inspection/XNumericControl.idl b/main/offapi/com/sun/star/inspection/XNumericControl.idl
index e6114fb..928a90d 100644
--- a/main/offapi/com/sun/star/inspection/XNumericControl.idl
+++ b/main/offapi/com/sun/star/inspection/XNumericControl.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/inspection/XObjectInspector.idl b/main/offapi/com/sun/star/inspection/XObjectInspector.idl
index d7a5e7c..fb3c6ef 100644
--- a/main/offapi/com/sun/star/inspection/XObjectInspector.idl
+++ b/main/offapi/com/sun/star/inspection/XObjectInspector.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/inspection/XObjectInspectorModel.idl b/main/offapi/com/sun/star/inspection/XObjectInspectorModel.idl
index 046b310..081bb15 100644
--- a/main/offapi/com/sun/star/inspection/XObjectInspectorModel.idl
+++ b/main/offapi/com/sun/star/inspection/XObjectInspectorModel.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/inspection/XObjectInspectorUI.idl b/main/offapi/com/sun/star/inspection/XObjectInspectorUI.idl
index fbae10b..0c9a48e 100644
--- a/main/offapi/com/sun/star/inspection/XObjectInspectorUI.idl
+++ b/main/offapi/com/sun/star/inspection/XObjectInspectorUI.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/inspection/XPropertyControl.idl b/main/offapi/com/sun/star/inspection/XPropertyControl.idl
index fa661a4..b2bcf47 100644
--- a/main/offapi/com/sun/star/inspection/XPropertyControl.idl
+++ b/main/offapi/com/sun/star/inspection/XPropertyControl.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/inspection/XPropertyControlContext.idl b/main/offapi/com/sun/star/inspection/XPropertyControlContext.idl
index 8b745ca..cbe9b02 100644
--- a/main/offapi/com/sun/star/inspection/XPropertyControlContext.idl
+++ b/main/offapi/com/sun/star/inspection/XPropertyControlContext.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/inspection/XPropertyControlFactory.idl b/main/offapi/com/sun/star/inspection/XPropertyControlFactory.idl
index 01a55eb..a6d62a0 100644
--- a/main/offapi/com/sun/star/inspection/XPropertyControlFactory.idl
+++ b/main/offapi/com/sun/star/inspection/XPropertyControlFactory.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/inspection/XPropertyControlObserver.idl b/main/offapi/com/sun/star/inspection/XPropertyControlObserver.idl
index 9040a70..d8470a4 100644
--- a/main/offapi/com/sun/star/inspection/XPropertyControlObserver.idl
+++ b/main/offapi/com/sun/star/inspection/XPropertyControlObserver.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/inspection/XPropertyHandler.idl b/main/offapi/com/sun/star/inspection/XPropertyHandler.idl
index 755d0d7..a3d010a 100644
--- a/main/offapi/com/sun/star/inspection/XPropertyHandler.idl
+++ b/main/offapi/com/sun/star/inspection/XPropertyHandler.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/inspection/XStringListControl.idl b/main/offapi/com/sun/star/inspection/XStringListControl.idl
index b63b058..3f1403f 100644
--- a/main/offapi/com/sun/star/inspection/XStringListControl.idl
+++ b/main/offapi/com/sun/star/inspection/XStringListControl.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/inspection/XStringRepresentation.idl b/main/offapi/com/sun/star/inspection/XStringRepresentation.idl
index 204c5c1..29b5e9c 100644
--- a/main/offapi/com/sun/star/inspection/XStringRepresentation.idl
+++ b/main/offapi/com/sun/star/inspection/XStringRepresentation.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/installation/InstallationCheck.idl b/main/offapi/com/sun/star/installation/InstallationCheck.idl
index a0ec9aa..a0227e4 100644
--- a/main/offapi/com/sun/star/installation/InstallationCheck.idl
+++ b/main/offapi/com/sun/star/installation/InstallationCheck.idl
@@ -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,35 +7,35 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_installation_InstallationCheck_idl__ 
-#define __com_sun_star_installation_InstallationCheck_idl__ 
- 
-#ifndef __com_sun_star_installation_XInstallationCheck_idl__ 
-#include <com/sun/star/installation/XInstallationCheck.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module installation {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_installation_InstallationCheck_idl__
+#define __com_sun_star_installation_InstallationCheck_idl__
+
+#ifndef __com_sun_star_installation_XInstallationCheck_idl__
+#include <com/sun/star/installation/XInstallationCheck.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module installation {
+
+//=============================================================================
+
 // DocMerge from xml: service com::sun::star::installation::InstallationCheck
 /** is a simple implementation of the <type>XInstallationCheck</type>.
-	
+
 	<p>	This implementation only checks the fonts "StarBats" and "StarMath".
 	</p>
 	<p> When running under Win32 the methods check and checkWithDialog will try to
@@ -43,18 +43,18 @@
 	</p>
 	<p>If it is possible to fix, the method returns <TRUE/>.
 	</p>
-	
+
 	@see XInstallationCheck
 	@deprecated
  */
 published service InstallationCheck
-{ 
+{
 	// DocMerge: empty anyway
-	interface com::sun::star::installation::XInstallationCheck; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	interface com::sun::star::installation::XInstallationCheck;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/installation/InstallationCheckService.idl b/main/offapi/com/sun/star/installation/InstallationCheckService.idl
index 0ff5cc1..c577057 100644
--- a/main/offapi/com/sun/star/installation/InstallationCheckService.idl
+++ b/main/offapi/com/sun/star/installation/InstallationCheckService.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,11 +30,11 @@
 
 //=============================================================================
 
-module com { module sun { module star { module installation { 
+module com { module sun { module star { module installation {
 
 //=============================================================================
 /** This service is a simple implementation of the interface XInstallationCheck.
-	
+
 	<p>This implementation only checks the fonts "StarBats" and "StarMath".
 	When running under Win32 the methods check and checkWithDialog will try to
 	fix any missing RegistryKey of fonts which still reside in the font directory.
@@ -52,6 +52,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/installation/InternetSettings.idl b/main/offapi/com/sun/star/installation/InternetSettings.idl
index c82f2aa..45a4ca6 100644
--- a/main/offapi/com/sun/star/installation/InternetSettings.idl
+++ b/main/offapi/com/sun/star/installation/InternetSettings.idl
@@ -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,42 +7,42 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_installation_InternetSettings_idl__ 
-#define __com_sun_star_installation_InternetSettings_idl__ 
- 
-#ifndef __com_sun_star_container_XNameAccess_idl__ 
-#include <com/sun/star/container/XNameAccess.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module installation {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_installation_InternetSettings_idl__
+#define __com_sun_star_installation_InternetSettings_idl__
+
+#ifndef __com_sun_star_container_XNameAccess_idl__
+#include <com/sun/star/container/XNameAccess.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module installation {
+
+//=============================================================================
+
 /// @deprecated
 published service InternetSettings
-{ 
+{
 	// DocMerge: empty anyway
-	interface com::sun::star::container::XNameAccess; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	interface com::sun::star::container::XNameAccess;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/installation/ProtDlgRes.idl b/main/offapi/com/sun/star/installation/ProtDlgRes.idl
index 242feac..1aa8811 100644
--- a/main/offapi/com/sun/star/installation/ProtDlgRes.idl
+++ b/main/offapi/com/sun/star/installation/ProtDlgRes.idl
@@ -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,62 +7,62 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_installation_ProtDlgRes_idl__ 
-#define __com_sun_star_installation_ProtDlgRes_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module installation {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_installation_ProtDlgRes_idl__
+#define __com_sun_star_installation_ProtDlgRes_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module installation {
+
+//=============================================================================
+
 /** contains the status of a dialog with an 'always display Checkbox'.
 
-	@deprecated 
+	@deprecated
  */
 published enum ProtDlgRes
-{ 
-	//------------------------------------------------------------------------- 
-     
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::installation::ProtDlgRes::NOCHANGE
 	/** dialog quit without the use of the YES/NO buttons.
 	 */
-	NOCHANGE, 
- 
-	//------------------------------------------------------------------------- 
-     
+	NOCHANGE,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::installation::ProtDlgRes::CHECK
 	/** when the dialog quit the checkbox, "Always display this message" was
 		checked.
 	 */
-	CHECK, 
- 
-	//------------------------------------------------------------------------- 
-     
+	CHECK,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::installation::ProtDlgRes::UNCHECK
 	/** when the dialog quit the checkbox, "Always display this message"
 		was not checked.
 	 */
-	UNCHECK 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	UNCHECK
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/installation/ProtocolHandlerCheck.idl b/main/offapi/com/sun/star/installation/ProtocolHandlerCheck.idl
index febc641..4d93db0 100644
--- a/main/offapi/com/sun/star/installation/ProtocolHandlerCheck.idl
+++ b/main/offapi/com/sun/star/installation/ProtocolHandlerCheck.idl
@@ -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,42 +7,42 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_installation_ProtocolHandlerCheck_idl__ 
-#define __com_sun_star_installation_ProtocolHandlerCheck_idl__ 
- 
-#ifndef __com_sun_star_installation_XProtocolHandlerCheck_idl__ 
-#include <com/sun/star/installation/XProtocolHandlerCheck.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module installation {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_installation_ProtocolHandlerCheck_idl__
+#define __com_sun_star_installation_ProtocolHandlerCheck_idl__
+
+#ifndef __com_sun_star_installation_XProtocolHandlerCheck_idl__
+#include <com/sun/star/installation/XProtocolHandlerCheck.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module installation {
+
+//=============================================================================
+
 /// @deprecated
 published service ProtocolHandlerCheck
-{ 
+{
 	// DocMerge: empty anyway
-	interface com::sun::star::installation::XProtocolHandlerCheck; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	interface com::sun::star::installation::XProtocolHandlerCheck;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/installation/ProtocolHandlerCheckService.idl b/main/offapi/com/sun/star/installation/ProtocolHandlerCheckService.idl
index 9b96eea..57a2fe6 100644
--- a/main/offapi/com/sun/star/installation/ProtocolHandlerCheckService.idl
+++ b/main/offapi/com/sun/star/installation/ProtocolHandlerCheckService.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,7 +30,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module installation { 
+module com { module sun { module star { module installation {
 
 //=============================================================================
 /** @deprecated
@@ -43,6 +43,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/installation/XInstallationCheck.idl b/main/offapi/com/sun/star/installation/XInstallationCheck.idl
index 2dfa557..9b0db7a 100644
--- a/main/offapi/com/sun/star/installation/XInstallationCheck.idl
+++ b/main/offapi/com/sun/star/installation/XInstallationCheck.idl
@@ -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,104 +7,104 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_installation_XInstallationCheck_idl__ 
-#define __com_sun_star_installation_XInstallationCheck_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module installation {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_installation_XInstallationCheck_idl__
+#define __com_sun_star_installation_XInstallationCheck_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module installation {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::installation::XInstallationCheck
 /** a flag called "suppressed", changes the action of check and checkWithDialog
 	@see com::sun::star::uno::XInterface
 	@deprecated
  */
 published interface XInstallationCheck: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::installation::XInstallationCheck::check
 	/** checks if something of the installation is missing.
-		
+
 		<p>If missing parts are detected, check should try to automatically repair/
 		reinstall these parts. Only if this is not possible, return <FALSE/>.
-		
+
 		</p>@see resetSuppressed
 	 */
-	boolean check( [in] boolean bForce ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	boolean check( [in] boolean bForce );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::installation::XInstallationCheck::checkWithDialog
 	/** same as check, but additionally shows a dialog if result is <FALSE/>.
-		
+
 		<p>The dialog shows which parts of the installation are missing and
 		can't be repaired/reinstalled automatically. It also contains some
 		hints for the user to reinstall the missing parts on his own.
-		</p>@see check 
+		</p>@see check
 				@see resetSuppressed
 	 */
-	boolean checkWithDialog( [in] boolean bForce ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	boolean checkWithDialog( [in] boolean bForce );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::installation::XInstallationCheck::executeDialog
 	/** shows a dialog if something of the installation is missing.
-		
+
 		<p>The dialog shows which part(s) is (are) missing, and has a checkbox
 		that represents the state of the flag suppressed. This dialog is
 		the only way to set the flag suppressed to <TRUE/>. This method is
 		not affected by the value of the flag suppressed.
 		</p>@see resetSuppressed
 	 */
-	boolean executeDialog(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	boolean executeDialog();
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::installation::XInstallationCheck::getSuppressed
 	/** gets the status of flag suppressed
-				
+
 		<p>The flag suppressed is stored in the OfficeRegistry. If suppressed is
 		<FALSE/>, the methods check and checkWithDialog ignore the parameter
-		bForce. 
+		bForce.
 		If suppressed is <TRUE/>, check and checkWithDialog only
 		perform an action if their parameter bForce is <TRUE/>; otherwise,
-		they return TRUE.		
+		they return TRUE.
 		</p>
 	 */
-	boolean getSuppressed(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	boolean getSuppressed();
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::installation::XInstallationCheck::setSuppressed
 	/** set status of flag "suppressed".
 	 */
-	void setSuppressed( [in] boolean bSuppress ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void setSuppressed( [in] boolean bSuppress );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/installation/XProtocolHandlerCheck.idl b/main/offapi/com/sun/star/installation/XProtocolHandlerCheck.idl
index bcadc6f..0d9ae51 100644
--- a/main/offapi/com/sun/star/installation/XProtocolHandlerCheck.idl
+++ b/main/offapi/com/sun/star/installation/XProtocolHandlerCheck.idl
@@ -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,67 +7,67 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_installation_XProtocolHandlerCheck_idl__ 
-#define __com_sun_star_installation_XProtocolHandlerCheck_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_installation_ProtDlgRes_idl__ 
-#include <com/sun/star/installation/ProtDlgRes.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module installation {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_installation_XProtocolHandlerCheck_idl__
+#define __com_sun_star_installation_XProtocolHandlerCheck_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_installation_ProtDlgRes_idl__
+#include <com/sun/star/installation/ProtDlgRes.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module installation {
+
+//=============================================================================
+
 /// @deprecated
 published interface XProtocolHandlerCheck: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::installation::XProtocolHandlerCheck::isSingleSettingAvailable
 	/** checks if it is possible to set particular protocols.
 	 */
-	boolean isSingleSettingAvailable(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	boolean isSingleSettingAvailable();
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::installation::XProtocolHandlerCheck::isProtocolHandler
 	/** checks if StarOffice is the protocol-handler, for the particular protocol
 	 */
-	boolean isProtocolHandler( [in] short nWhich ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	boolean isProtocolHandler( [in] short nWhich );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::installation::XProtocolHandlerCheck::setProtocolHandler
 	/** Make StarOffice the protocol-handler.@see isProtocolHandler
 	 */
-	boolean setProtocolHandler( [in] short nWhich ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	boolean setProtocolHandler( [in] short nWhich );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::installation::XProtocolHandlerCheck::checkProtocolHandler
 	/** First, the method checks if StarOffice is
 		already the protocol-handler. If yes, simply
-		return NOCHANGE; otherwise, show a dialog which asks the user 
+		return NOCHANGE; otherwise, show a dialog which asks the user
 		if he wants StarOffice to be the standard protocol-handler.
 		The dialog has "Yes" and "No" buttons, and a checkbox
 		with "Always display this message". The checkbox
@@ -76,12 +76,12 @@
 		protocol-handler. If the "No" button was pressed,
 		don't perform any action. Both buttons closes the dialog.@see isProtocolHandler
 	 */
-	com::sun::star::installation::ProtDlgRes checkProtocolHandler( [in] short nWhich ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::installation::ProtDlgRes checkProtocolHandler( [in] short nWhich );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/installation/protocols.idl b/main/offapi/com/sun/star/installation/protocols.idl
index a0be2d5..b19e8c1 100644
--- a/main/offapi/com/sun/star/installation/protocols.idl
+++ b/main/offapi/com/sun/star/installation/protocols.idl
@@ -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,84 +7,84 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_installation_protocols_idl__ 
-#define __com_sun_star_installation_protocols_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module installation {  
- 
-//============================================================================= 
- 
-/** A protocol-handler is a part of StarOffice which performs 
-		the comunication on a particular protocol. This can be HTTP, FTP, HTTPS, 
-		MAILTO, or NEWS. An implementation of this interface should be able 
+#ifndef __com_sun_star_installation_protocols_idl__
+#define __com_sun_star_installation_protocols_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module installation {
+
+//=============================================================================
+
+/** A protocol-handler is a part of StarOffice which performs
+		the comunication on a particular protocol. This can be HTTP, FTP, HTTPS,
+		MAILTO, or NEWS. An implementation of this interface should be able
 		to check/set all of these protocols.
 
 	@deprecated
  */
 published constants protocols
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::installation::protocols::ALL
 	/** check/set all supported protocols
 	 */
-	const short ALL = 0; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short ALL = 0;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::installation::protocols::HTTP
 	/** check/set the HTTP protocol
 	 */
-	const short HTTP = 1; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short HTTP = 1;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::installation::protocols::FTP
 	/** check/set the FTP protocol
 	 */
-	const short FTP = 2; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short FTP = 2;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::installation::protocols::HTTPS
 	/** check/set the HTTPS protocol
 	 */
-	const short HTTPS = 3; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short HTTPS = 3;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::installation::protocols::MAIL
 	/** check/set the MAIL protocol
 	 */
-	const short MAIL = 4; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short MAIL = 4;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::installation::protocols::NEWS
 	/** check/set the NEWS protocol
 	 */
-	const short NEWS = 5; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	const short NEWS = 5;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/ldap/LdapConnectionException.idl b/main/offapi/com/sun/star/ldap/LdapConnectionException.idl
index e6f617a..4c4fa7f 100644
--- a/main/offapi/com/sun/star/ldap/LdapConnectionException.idl
+++ b/main/offapi/com/sun/star/ldap/LdapConnectionException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -32,7 +32,7 @@
 
 /**
   Indicates failure to connect to an LDAP server, usually because
-  of wrong parameters (host/port) or down server. 
+  of wrong parameters (host/port) or down server.
 
 	 @since OpenOffice 1.1.2
   */
diff --git a/main/offapi/com/sun/star/ldap/LdapGenericException.idl b/main/offapi/com/sun/star/ldap/LdapGenericException.idl
index 4634605..9fc9b61 100644
--- a/main/offapi/com/sun/star/ldap/LdapGenericException.idl
+++ b/main/offapi/com/sun/star/ldap/LdapGenericException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,16 +30,16 @@
 
 module com { module sun { module star { module ldap {
 
-/** 
+/**
   Generic exception occurring during access to an LDAP server.
-  The actual LDAP error code is provided for more refined 
+  The actual LDAP error code is provided for more refined
   error management.
 
 	 @since OpenOffice 1.1.2
   */
-published exception LdapGenericException : ::com::sun::star::uno::Exception 
+published exception LdapGenericException : ::com::sun::star::uno::Exception
 {
-    /** 
+    /**
       LDAP error code, see LDAP SDK documentation for complete
       list of possible values and their meaning.
      */
@@ -48,4 +48,4 @@
 
 } ; } ; } ; } ;
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/linguistic2/ConversionDictionary.idl b/main/offapi/com/sun/star/linguistic2/ConversionDictionary.idl
index c95d1c5..fe583d1 100644
--- a/main/offapi/com/sun/star/linguistic2/ConversionDictionary.idl
+++ b/main/offapi/com/sun/star/linguistic2/ConversionDictionary.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -42,9 +42,9 @@
 //=============================================================================
 /** represents a dictionary used in a conversion dictionary list.
 
-    <p>Specific implementations may put some restrictions for 
-    the dictionary or it's entries. 
-    Namely usually the order for the string pairs within a single entry 
+    <p>Specific implementations may put some restrictions for
+    the dictionary or it's entries.
+    Namely usually the order for the string pairs within a single entry
     will be defined.</p>
 
     @see    com::sun::star::linguistic2::ConversionDictionaryList
diff --git a/main/offapi/com/sun/star/linguistic2/ConversionDictionaryList.idl b/main/offapi/com/sun/star/linguistic2/ConversionDictionaryList.idl
index 639aedb..628d929 100644
--- a/main/offapi/com/sun/star/linguistic2/ConversionDictionaryList.idl
+++ b/main/offapi/com/sun/star/linguistic2/ConversionDictionaryList.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/linguistic2/ConversionDictionaryType.idl b/main/offapi/com/sun/star/linguistic2/ConversionDictionaryType.idl
index 224637b..352aaa1 100644
--- a/main/offapi/com/sun/star/linguistic2/ConversionDictionaryType.idl
+++ b/main/offapi/com/sun/star/linguistic2/ConversionDictionaryType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/linguistic2/ConversionDirection.idl b/main/offapi/com/sun/star/linguistic2/ConversionDirection.idl
index 0987bcf..c04b4e8 100644
--- a/main/offapi/com/sun/star/linguistic2/ConversionDirection.idl
+++ b/main/offapi/com/sun/star/linguistic2/ConversionDirection.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -37,12 +37,12 @@
 {
     /** the text to be looked for should match the left part of a
         dictionary entry.
-     */ 
+     */
     FROM_LEFT,
 
     /** the text to be looked for should match the right part of a
         dictionary entry.
-     */ 
+     */
     FROM_RIGHT
 };
 
diff --git a/main/offapi/com/sun/star/linguistic2/ConversionPropertyType.idl b/main/offapi/com/sun/star/linguistic2/ConversionPropertyType.idl
index 89c7785..a0728d3 100644
--- a/main/offapi/com/sun/star/linguistic2/ConversionPropertyType.idl
+++ b/main/offapi/com/sun/star/linguistic2/ConversionPropertyType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/linguistic2/Dictionary.idl b/main/offapi/com/sun/star/linguistic2/Dictionary.idl
index 6d9f831..ad38a34 100644
--- a/main/offapi/com/sun/star/linguistic2/Dictionary.idl
+++ b/main/offapi/com/sun/star/linguistic2/Dictionary.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -61,9 +61,9 @@
     /** provide search for similar words functionality.
     */
     [optional] interface com::sun::star::linguistic2::XSearchableDictionary;
-    
+
     /** to save the dictionary content to file
-        
+
         <p>storeAsURL and storeToURL are empty implementations since the dictionaries are expected
         to be found in specific locations</p>
     */
diff --git a/main/offapi/com/sun/star/linguistic2/DictionaryEvent.idl b/main/offapi/com/sun/star/linguistic2/DictionaryEvent.idl
index 73ce5dd..27bf4b2 100644
--- a/main/offapi/com/sun/star/linguistic2/DictionaryEvent.idl
+++ b/main/offapi/com/sun/star/linguistic2/DictionaryEvent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/linguistic2/DictionaryEventFlags.idl b/main/offapi/com/sun/star/linguistic2/DictionaryEventFlags.idl
index 4ede2e4..75a5bbd 100644
--- a/main/offapi/com/sun/star/linguistic2/DictionaryEventFlags.idl
+++ b/main/offapi/com/sun/star/linguistic2/DictionaryEventFlags.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/linguistic2/DictionaryList.idl b/main/offapi/com/sun/star/linguistic2/DictionaryList.idl
index a3b0269..593f013 100644
--- a/main/offapi/com/sun/star/linguistic2/DictionaryList.idl
+++ b/main/offapi/com/sun/star/linguistic2/DictionaryList.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -39,7 +39,7 @@
 //=============================================================================
 /**	is the list of personal dictionaries.
 
- 	<P>The active dictionaries of this list will be used for 
+ 	<P>The active dictionaries of this list will be used for
  	spellchecking and hyphenation.</P>
 
     @see <type scope="com::sun::star::linguistic2">XDictionary</type>
diff --git a/main/offapi/com/sun/star/linguistic2/DictionaryListEvent.idl b/main/offapi/com/sun/star/linguistic2/DictionaryListEvent.idl
index 345ec0a..8124ce4 100644
--- a/main/offapi/com/sun/star/linguistic2/DictionaryListEvent.idl
+++ b/main/offapi/com/sun/star/linguistic2/DictionaryListEvent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -41,9 +41,9 @@
 
 	<P>This structure is used by the dictionary-list to inform
 	its listeners about certain events.
-    Since the dictionary-list is able to collect several single 
-    events before broadcasting them to it's listeners the 
-    integer argument may be a combination (logical or) of several 
+    Since the dictionary-list is able to collect several single
+    events before broadcasting them to it's listeners the
+    integer argument may be a combination (logical or) of several
     event types.
 	If more specific information about the events is requested by a
 	listener, a sequence of all dictionary-list events since the
diff --git a/main/offapi/com/sun/star/linguistic2/DictionaryListEventFlags.idl b/main/offapi/com/sun/star/linguistic2/DictionaryListEventFlags.idl
index 9775d38..d87d266 100644
--- a/main/offapi/com/sun/star/linguistic2/DictionaryListEventFlags.idl
+++ b/main/offapi/com/sun/star/linguistic2/DictionaryListEventFlags.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/linguistic2/DictionaryType.idl b/main/offapi/com/sun/star/linguistic2/DictionaryType.idl
index 4834422..63626bc 100644
--- a/main/offapi/com/sun/star/linguistic2/DictionaryType.idl
+++ b/main/offapi/com/sun/star/linguistic2/DictionaryType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/linguistic2/HangulHanjaConversionDictionary.idl b/main/offapi/com/sun/star/linguistic2/HangulHanjaConversionDictionary.idl
index c8779b5..25527dc 100644
--- a/main/offapi/com/sun/star/linguistic2/HangulHanjaConversionDictionary.idl
+++ b/main/offapi/com/sun/star/linguistic2/HangulHanjaConversionDictionary.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -32,12 +32,12 @@
 //=============================================================================
 /** represents a dictionary for Hangul/Hanja text conversion.
 
-    <p>A dictionary implementing this service will be used for 
+    <p>A dictionary implementing this service will be used for
     Hangul/Hanja conversion. Therefore the locale of the
     dictionary has to be Korean, and the conversion type
     <member scope="com::sun::star::linguistic2">ConversionDictionaryType::HANGUL_HANJA</member>.</p>
 
-    <p>Also for a pair (entry) to be added the 
+    <p>Also for a pair (entry) to be added the
     left part has to be in Hangul and the right in Hanja,
     and the number of characters for the left part has to be the
     same as for the right part.</p>
diff --git a/main/offapi/com/sun/star/linguistic2/Hyphenator.idl b/main/offapi/com/sun/star/linguistic2/Hyphenator.idl
index 6f3e139..0cad884 100644
--- a/main/offapi/com/sun/star/linguistic2/Hyphenator.idl
+++ b/main/offapi/com/sun/star/linguistic2/Hyphenator.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/linguistic2/LanguageGuessing.idl b/main/offapi/com/sun/star/linguistic2/LanguageGuessing.idl
index ae1afc7..23a6d2a 100644
--- a/main/offapi/com/sun/star/linguistic2/LanguageGuessing.idl
+++ b/main/offapi/com/sun/star/linguistic2/LanguageGuessing.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -27,7 +27,7 @@
 #include <XLanguageGuessing.idl>
 
 module com { module sun { module star { module linguistic2 {
-    
+
     service LanguageGuessing:XLanguageGuessing;
 //     service LanguageGuessing{
 //         interface XLanguageGuessing;
diff --git a/main/offapi/com/sun/star/linguistic2/LinguProperties.idl b/main/offapi/com/sun/star/linguistic2/LinguProperties.idl
index fe78115..ca09042 100644
--- a/main/offapi/com/sun/star/linguistic2/LinguProperties.idl
+++ b/main/offapi/com/sun/star/linguistic2/LinguProperties.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -56,7 +56,7 @@
 
 	//-------------------------------------------------------------------------
 	/**	defines whether new German spelling rules should be used for German
-	 	text or not when doing spellchecking or hyphenation, or using the 
+	 	text or not when doing spellchecking or hyphenation, or using the
 	 	thesaurus.
 
         @deprecated since OpenOffice 3.0.1
@@ -76,7 +76,7 @@
 	[property] boolean IsIgnoreControlCharacters;
 
 	//-------------------------------------------------------------------------
-	/**	defines if words with only uppercase letters should be 
+	/**	defines if words with only uppercase letters should be
 	 	subject to spellchecking or not.
 	*/
 	[property] boolean IsSpellUpperCase;
@@ -93,17 +93,17 @@
 	[property] boolean IsSpellCapitalization;
 
 	//-------------------------------------------------------------------------
-	/**	the minimum number of characters of a word to remain before the 
+	/**	the minimum number of characters of a word to remain before the
 	 	hyphen when doing hyphenation.
 	*/
 	[property] short HyphMinLeading;
-	
+
 	//-------------------------------------------------------------------------
-	/**	the minimum number of characters of a word to remain after the 
+	/**	the minimum number of characters of a word to remain after the
 	 	hyphen when doing hyphenation.
 	*/
 	[property] short HyphMinTrailing;
-	
+
 	//-------------------------------------------------------------------------
 	/**	the minimum length of a word in order to be hyphenated.
 	*/
@@ -116,17 +116,17 @@
 
 	//-------------------------------------------------------------------------
 	/**	defines whether interactive hyphenation should be performed without
-        requiring the user to select every hyphenation position after the user 
+        requiring the user to select every hyphenation position after the user
         has triggered the hyphenation.
 	*/
 	[property] boolean IsHyphAuto;
 
 	//-------------------------------------------------------------------------
-	/**	defines whether hyphenation should be done in special regions of 
+	/**	defines whether hyphenation should be done in special regions of
 	 	documents or not.
 	*/
 	[property] boolean IsHyphSpecial;
-	
+
 	//-------------------------------------------------------------------------
 	/**	indicates whether spellchecking should be done automatically or not.
 	*/
@@ -135,15 +135,15 @@
 	//-------------------------------------------------------------------------
 	/**	indicates whether the markings for incorrectly spelled text should be
 	 	hidden or not.
-        
+
         @deprecated since OpenOffice 3.0.1
 	*/
     [property, maybevoid] boolean IsSpellHide;
-	
+
 	//-------------------------------------------------------------------------
 	/**	indicates if spellchecking should be performed in all available
 	 	languages.
-    
+
         @deprecated since OpenOffice 3.0.1
     */
     [property, maybevoid] boolean IsSpellInAllLanguages;
@@ -153,9 +153,9 @@
 	 	documents or not.
 	*/
 	[property] boolean IsSpellSpecial;
-	
+
 	//-------------------------------------------------------------------------
-	/**	defines whether spellchecking should be done in reverse 
+	/**	defines whether spellchecking should be done in reverse
 	 	direction or not.
 	*/
 	[property] boolean IsWrapReverse;
diff --git a/main/offapi/com/sun/star/linguistic2/LinguServiceEvent.idl b/main/offapi/com/sun/star/linguistic2/LinguServiceEvent.idl
index 6a5b7da..7ebe050 100644
--- a/main/offapi/com/sun/star/linguistic2/LinguServiceEvent.idl
+++ b/main/offapi/com/sun/star/linguistic2/LinguServiceEvent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/linguistic2/LinguServiceEventFlags.idl b/main/offapi/com/sun/star/linguistic2/LinguServiceEventFlags.idl
index 60b96f0..965b2df 100644
--- a/main/offapi/com/sun/star/linguistic2/LinguServiceEventFlags.idl
+++ b/main/offapi/com/sun/star/linguistic2/LinguServiceEventFlags.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -54,7 +54,7 @@
 
     //-------------------------------------------------------------------------
     /** Request new proofreading of the document
-	
+
 		@since OpenOffice 3.0.1
     */
     const short PROOFREAD_AGAIN = 8;
diff --git a/main/offapi/com/sun/star/linguistic2/LinguServiceManager.idl b/main/offapi/com/sun/star/linguistic2/LinguServiceManager.idl
index 96f9780..b10668e 100644
--- a/main/offapi/com/sun/star/linguistic2/LinguServiceManager.idl
+++ b/main/offapi/com/sun/star/linguistic2/LinguServiceManager.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/linguistic2/Proofreader.idl b/main/offapi/com/sun/star/linguistic2/Proofreader.idl
index ba11048..0254903 100644
--- a/main/offapi/com/sun/star/linguistic2/Proofreader.idl
+++ b/main/offapi/com/sun/star/linguistic2/Proofreader.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -41,12 +41,12 @@
     the sentence end and report all errors found.</p>
 
     <p>An implementation of this service is not limited to grammar checking at all.
-    It might also check style, used terms etc. Basically it can check every 
+    It might also check style, used terms etc. Basically it can check every
     aspect of a single sentence. Since the text provided is always the complete
     paragraph it can also choose to analyze the context of the sentence currently
     required to be checked. However error reports need to be limited to the
     current sentence.</p>
- 
+
     @since OpenOffice 3.0.1
  */
 
diff --git a/main/offapi/com/sun/star/linguistic2/ProofreadingIterator.idl b/main/offapi/com/sun/star/linguistic2/ProofreadingIterator.idl
index b03df10..e81f9a3 100644
--- a/main/offapi/com/sun/star/linguistic2/ProofreadingIterator.idl
+++ b/main/offapi/com/sun/star/linguistic2/ProofreadingIterator.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -38,7 +38,7 @@
 /** provides a proofreading iterator
 
     <p>An implementation of this service acts as a mediator between documents
-    and proofreaders (often called just grammar checkers). It is responsible to 
+    and proofreaders (often called just grammar checkers). It is responsible to
 	process requests for proofreading text portions.</p>
 
     @since OpenOffice 3.0.1
diff --git a/main/offapi/com/sun/star/linguistic2/ProofreadingResult.idl b/main/offapi/com/sun/star/linguistic2/ProofreadingResult.idl
index 7249ab4..a9bed92 100644
--- a/main/offapi/com/sun/star/linguistic2/ProofreadingResult.idl
+++ b/main/offapi/com/sun/star/linguistic2/ProofreadingResult.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -47,7 +47,7 @@
 
 // forward declaration
 interface XProofreader;
-    
+
 //=============================================================================
 /** holds the results from proofreading a sentence.
 
@@ -69,7 +69,7 @@
 
     // the start of sentence position passed to the proofreader
     long nStartOfSentencePosition;
-    
+
     // the end of sentence position found by the proofreader
     // That is the index following the character terminating the sentence.
     long nBehindEndOfSentencePosition;
@@ -80,7 +80,7 @@
 
     // the list of errors
     sequence< com::sun::star::linguistic2::SingleProofreadingError > aErrors;
-    
+
     // a list of properties
     sequence< com::sun::star::beans::PropertyValue > aProperties;
 
diff --git a/main/offapi/com/sun/star/linguistic2/SingleProofreadingError.idl b/main/offapi/com/sun/star/linguistic2/SingleProofreadingError.idl
index b6e4bf8..0efecfa 100644
--- a/main/offapi/com/sun/star/linguistic2/SingleProofreadingError.idl
+++ b/main/offapi/com/sun/star/linguistic2/SingleProofreadingError.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -65,7 +65,7 @@
     // a list of correction suggestions
     // Usually emtpy if only automatic checking was done.
     sequence< string > aSuggestions;
-	
+
     // a list of properties
     sequence< com::sun::star::beans::PropertyValue > aProperties;
 };
diff --git a/main/offapi/com/sun/star/linguistic2/SpellChecker.idl b/main/offapi/com/sun/star/linguistic2/SpellChecker.idl
index 1bde09a..2d3147f 100644
--- a/main/offapi/com/sun/star/linguistic2/SpellChecker.idl
+++ b/main/offapi/com/sun/star/linguistic2/SpellChecker.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/linguistic2/SpellFailure.idl b/main/offapi/com/sun/star/linguistic2/SpellFailure.idl
index dfc7a5a..ee12457 100644
--- a/main/offapi/com/sun/star/linguistic2/SpellFailure.idl
+++ b/main/offapi/com/sun/star/linguistic2/SpellFailure.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/linguistic2/Thesaurus.idl b/main/offapi/com/sun/star/linguistic2/Thesaurus.idl
index 967e83d..cbfb2f0 100644
--- a/main/offapi/com/sun/star/linguistic2/Thesaurus.idl
+++ b/main/offapi/com/sun/star/linguistic2/Thesaurus.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/linguistic2/XAvailableLocales.idl b/main/offapi/com/sun/star/linguistic2/XAvailableLocales.idl
index 996a847..87e785f 100644
--- a/main/offapi/com/sun/star/linguistic2/XAvailableLocales.idl
+++ b/main/offapi/com/sun/star/linguistic2/XAvailableLocales.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -42,7 +42,7 @@
     /** retrieve the list of supported languages (Locales).
 
         @see    <type scope"com::sun::star::linguistic2">XSupportedLocales</type>
-        
+
         @param aServiceName
 			the name of the service to get the list of available Locales for.
         @return
diff --git a/main/offapi/com/sun/star/linguistic2/XConversionDictionary.idl b/main/offapi/com/sun/star/linguistic2/XConversionDictionary.idl
index aba42b7..ec7a578 100644
--- a/main/offapi/com/sun/star/linguistic2/XConversionDictionary.idl
+++ b/main/offapi/com/sun/star/linguistic2/XConversionDictionary.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -97,7 +97,7 @@
     /**
         @returns
             the conversion type supported by the dictionary.
-        
+
         @see    com::sun::star::linguistic2::ConversionDictionaryType
     */
     short getConversionType();
@@ -127,11 +127,11 @@
     /** searches for entries or conversions that match the given text.
 
         <p>The exact string to be looked for is the substring from the
-        aText parameter that starts at position nStartPos and has the 
+        aText parameter that starts at position nStartPos and has the
         length nLength.</p>
 
         @returns
-            the list of conversions found for the supplied text. 
+            the list of conversions found for the supplied text.
             If no nothing was found, it is empty.
 
         @param  aText
@@ -147,22 +147,22 @@
             specifies the direction of the conversion to look for.
             It is one of
             <type scope="com::sun::star::linguistic2">ConversionDirection</type>.
-        
+
         @param nTextConversionOptions
-            Combination of <type scope="com::sun::star::i18n">TextConversionOption</type> 
+            Combination of <type scope="com::sun::star::i18n">TextConversionOption</type>
             values.
 
-        @throws com::sun::star::lang::IllegalArgumentException 
-            if the locale is not supported by the dictionary or if 
+        @throws com::sun::star::lang::IllegalArgumentException
+            if the locale is not supported by the dictionary or if
             nTextConversionOptions is invalid for the given locale.
     */
-    sequence< string > getConversions( 
+    sequence< string > getConversions(
             [in] string aText,
             [in] long nStartPos,
             [in] long nLength,
             [in] com::sun::star::linguistic2::ConversionDirection eDirection,
             [in] long nTextConversionOptions )
-        raises( com::sun::star::lang::IllegalArgumentException ); 
+        raises( com::sun::star::lang::IllegalArgumentException );
 
     //-------------------------------------------------------------------------
     /** is used to add a conversion pair to the dictionary.
@@ -173,19 +173,19 @@
         @param  aRightText
             the right text of the pair to be added.
 
-        @throws com::sun::star::lang::IllegalArgumentException 
+        @throws com::sun::star::lang::IllegalArgumentException
             if the arguments are invalid.
             For example if the specifications defined by the service
             implementing this object are not met.
 
-        @throws com::sun::star::container::ElementExistException 
+        @throws com::sun::star::container::ElementExistException
             if such an entry already exists.
     */
     void addEntry(
             [in] string     aLeftText,
             [in] string     aRightText )
-        raises( com::sun::star::lang::IllegalArgumentException, 
-                com::sun::star::container::ElementExistException); 
+        raises( com::sun::star::lang::IllegalArgumentException,
+                com::sun::star::container::ElementExistException);
 
     //-------------------------------------------------------------------------
     /** removes a conversion pair from the dictionary.
@@ -196,16 +196,16 @@
         @param  aRightText
             the right text of the pair to be removed.
 
-        @throws com::sun::star::container::NoSuchElementException 
+        @throws com::sun::star::container::NoSuchElementException
             if there is no such entry.
     */
     void removeEntry(
             [in] string     aLeftText,
             [in] string     aRightText )
-        raises( com::sun::star::container::NoSuchElementException ); 
+        raises( com::sun::star::container::NoSuchElementException );
 
     //-------------------------------------------------------------------------
-    /** returns the maximum number of characters used as left or right text 
+    /** returns the maximum number of characters used as left or right text
         in entries.
 
         @param eDirection
@@ -218,15 +218,15 @@
             [in] com::sun::star::linguistic2::ConversionDirection eDirection );
 
     //-------------------------------------------------------------------------
-    /** 
-        @returns 
-            a list of all left or right parts of the dictionaries entries.    
+    /**
+        @returns
+            a list of all left or right parts of the dictionaries entries.
         @param  eDirection
-            specifies if all left or all right parts of the entries 
+            specifies if all left or all right parts of the entries
             should be returned.
     */
 
-    sequence< string > getConversionEntries( 
+    sequence< string > getConversionEntries(
             [in] com::sun::star::linguistic2::ConversionDirection eDirection );
 
 };
diff --git a/main/offapi/com/sun/star/linguistic2/XConversionDictionaryList.idl b/main/offapi/com/sun/star/linguistic2/XConversionDictionaryList.idl
index 142bd45..389b516 100644
--- a/main/offapi/com/sun/star/linguistic2/XConversionDictionaryList.idl
+++ b/main/offapi/com/sun/star/linguistic2/XConversionDictionaryList.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -58,7 +58,7 @@
 
     <p>The dictionaries added to the list may or may not support the
     <type scope="com::sun::star::util">XFlushable</type> interface.
-    If they do those dictionaries have to be flushed upon termination 
+    If they do those dictionaries have to be flushed upon termination
     of the dictionary list.</p>
 
 	 @since OpenOffice 1.1.2
@@ -70,19 +70,19 @@
 		@returns
             the name container interface to the dictionaries in the list.
 
-        <p>The interface can be used to add, remove or retrieve dictionaries 
-        from the list by specifying the name of the dictionary, and 
-        (in case of inserting) the interface to the dictionary as second 
+        <p>The interface can be used to add, remove or retrieve dictionaries
+        from the list by specifying the name of the dictionary, and
+        (in case of inserting) the interface to the dictionary as second
         parameter.</p>
 
-        <p>A dictionary to be added must support the 
+        <p>A dictionary to be added must support the
         <type scope="com::sun::star::linguistic2">XConversionDictionary</type>
         interface.
         The dictionary to be added needs not necessarily be created by
         this service.</p>
 
         <p>The <member scope="com::sun::star::container::XNameReplace">replaceByName</member>
-        function is implemented empty since renaming of dictionaries 
+        function is implemented empty since renaming of dictionaries
         is not allowed.</p>
 	*/
     com::sun::star::container::XNameContainer   getDictionaryContainer();
@@ -127,7 +127,7 @@
         for entries matching the given text.</p>
 
         <p>The exact string to be looked for is the substring from the
-        aText parameter that starts at position nStartPos and has the 
+        aText parameter that starts at position nStartPos and has the
         length nLength.</p>
 
         @returns
@@ -144,7 +144,7 @@
 
         @param aLocale
             Locale the conversion is referred to.
-        
+
         @param nConversionDictionaryType
             specifies the type of conversion the dictionary
             can be used for. It is one of
@@ -156,11 +156,11 @@
             <type scope="com::sun::star::linguistic2">ConversionDirection</type>.
 
         @param nTextConversionOptions
-            Combination of <type scope="com::sun::star::i18n">TextConversionOption</type> 
+            Combination of <type scope="com::sun::star::i18n">TextConversionOption</type>
             values.
 
-        @throws com::sun::star::lang::IllegalArgumentException 
-            if the nTextConversionOptions parameter is invalid for 
+        @throws com::sun::star::lang::IllegalArgumentException
+            if the nTextConversionOptions parameter is invalid for
             the given locale.
 
         @throws NoSupportException
@@ -176,11 +176,11 @@
             [in] short nConversionDictionaryType,
             [in] com::sun::star::linguistic2::ConversionDirection eDirection,
             [in] long nTextConversionOptions )
-        raises( com::sun::star::lang::IllegalArgumentException, 
-                com::sun::star::lang::NoSupportException ); 
+        raises( com::sun::star::lang::IllegalArgumentException,
+                com::sun::star::lang::NoSupportException );
 
     //-------------------------------------------------------------------------
-    /** returns the maximum number of characters used as left or right text 
+    /** returns the maximum number of characters used as left or right text
         in entries.
 
         <p>All active dictionaries of the specified locale and type
diff --git a/main/offapi/com/sun/star/linguistic2/XConversionPropertyType.idl b/main/offapi/com/sun/star/linguistic2/XConversionPropertyType.idl
index b8a96dc..591cd41 100644
--- a/main/offapi/com/sun/star/linguistic2/XConversionPropertyType.idl
+++ b/main/offapi/com/sun/star/linguistic2/XConversionPropertyType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -46,7 +46,7 @@
 /** allows set and retrieve the property type of an entry in a
     conversion dictionary
 
-    <p>The property type must be one of 
+    <p>The property type must be one of
     <type scope="com::sun::star::linguistic2">ConversionPropertyType</type></p>
 
     @see    com::sun::star::linguistic2::XConversionDictionary
@@ -60,7 +60,7 @@
     //-------------------------------------------------------------------------
     /** sets the property type for the specified entry.
 
-        <p>The conversion entry is specified by the pair 
+        <p>The conversion entry is specified by the pair
         ( aLeftText, aRightText ).</p>
 
         @param aLeftText
@@ -70,17 +70,17 @@
         @param nPropertyType
             the property type to be set for the entry
     */
-    void setPropertyType( 
-            [in] string aLeftText, 
-            [in] string aRightText, 
+    void setPropertyType(
+            [in] string aLeftText,
+            [in] string aRightText,
             [in] short nPropertyType )
         raises( com::sun::star::container::NoSuchElementException,
-                com::sun::star::lang::IllegalArgumentException ); 
+                com::sun::star::lang::IllegalArgumentException );
 
     //-------------------------------------------------------------------------
     /** returns the property type for the specified entry.
 
-        <p>The conversion entry is specified by the pair 
+        <p>The conversion entry is specified by the pair
         ( aLeftText, aRightText ).</p>
 
         @param aLeftText
@@ -91,10 +91,10 @@
             returns the property type for the entry with the specified
             left text.
     */
-    short getPropertyType( 
-            [in] string aLeftText, 
+    short getPropertyType(
+            [in] string aLeftText,
             [in] string aRightText )
-        raises( com::sun::star::container::NoSuchElementException ); 
+        raises( com::sun::star::container::NoSuchElementException );
 
 };
 
diff --git a/main/offapi/com/sun/star/linguistic2/XDictionary.idl b/main/offapi/com/sun/star/linguistic2/XDictionary.idl
index 2cf4ad0..e20633e 100644
--- a/main/offapi/com/sun/star/linguistic2/XDictionary.idl
+++ b/main/offapi/com/sun/star/linguistic2/XDictionary.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -206,9 +206,9 @@
 
 	//-------------------------------------------------------------------------
 	/**
-        <p>This function should no longer be used since with the expansion of the 
+        <p>This function should no longer be used since with the expansion of the
         maximum number of allowed entries the result may become unreasonable large!</p>
-     
+
 	 	@returns
 	 		a sequence with all the entries of the dictionary.
 
@@ -236,7 +236,7 @@
 
 		@returns
 			<TRUE/> if the entry was successfully made, <FALSE/> otherwise.
-            If <member scope="com::sun::star::lang">XEventListener::disposing</member> was called before, 
+            If <member scope="com::sun::star::lang">XEventListener::disposing</member> was called before,
             it will always fail.
 
         @see    <member scope="com::sun::star::linguistic2">XDictionary::removeDictionaryEventListener</member>
diff --git a/main/offapi/com/sun/star/linguistic2/XDictionary1.idl b/main/offapi/com/sun/star/linguistic2/XDictionary1.idl
index e7afe0d..6760ef3 100644
--- a/main/offapi/com/sun/star/linguistic2/XDictionary1.idl
+++ b/main/offapi/com/sun/star/linguistic2/XDictionary1.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/linguistic2/XDictionaryEntry.idl b/main/offapi/com/sun/star/linguistic2/XDictionaryEntry.idl
index 74f5f46..8cba95a 100644
--- a/main/offapi/com/sun/star/linguistic2/XDictionaryEntry.idl
+++ b/main/offapi/com/sun/star/linguistic2/XDictionaryEntry.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/linguistic2/XDictionaryEventListener.idl b/main/offapi/com/sun/star/linguistic2/XDictionaryEventListener.idl
index f04920c4..9471345 100644
--- a/main/offapi/com/sun/star/linguistic2/XDictionaryEventListener.idl
+++ b/main/offapi/com/sun/star/linguistic2/XDictionaryEventListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/linguistic2/XDictionaryList.idl b/main/offapi/com/sun/star/linguistic2/XDictionaryList.idl
index f11a7e1..349d04e 100644
--- a/main/offapi/com/sun/star/linguistic2/XDictionaryList.idl
+++ b/main/offapi/com/sun/star/linguistic2/XDictionaryList.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/linguistic2/XDictionaryListEventListener.idl b/main/offapi/com/sun/star/linguistic2/XDictionaryListEventListener.idl
index cf5ca49..b158de5 100644
--- a/main/offapi/com/sun/star/linguistic2/XDictionaryListEventListener.idl
+++ b/main/offapi/com/sun/star/linguistic2/XDictionaryListEventListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/linguistic2/XHyphenatedWord.idl b/main/offapi/com/sun/star/linguistic2/XHyphenatedWord.idl
index d580dbe..ae0ee66 100644
--- a/main/offapi/com/sun/star/linguistic2/XHyphenatedWord.idl
+++ b/main/offapi/com/sun/star/linguistic2/XHyphenatedWord.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/linguistic2/XHyphenator.idl b/main/offapi/com/sun/star/linguistic2/XHyphenator.idl
index 95b459e..f4754f2 100644
--- a/main/offapi/com/sun/star/linguistic2/XHyphenator.idl
+++ b/main/offapi/com/sun/star/linguistic2/XHyphenator.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -108,7 +108,7 @@
 
 		@param aProperties
 			provides property values to be used for this function call only.
-			It is usually empty in order to use the default values supplied 
+			It is usually empty in order to use the default values supplied
 			with the property set.
 
         @see    <type scope="com::sun::star::linguistic2">XHyphenatedWord</type>
diff --git a/main/offapi/com/sun/star/linguistic2/XLanguageGuessing.idl b/main/offapi/com/sun/star/linguistic2/XLanguageGuessing.idl
index a3ee441..cb4c4a4 100644
--- a/main/offapi/com/sun/star/linguistic2/XLanguageGuessing.idl
+++ b/main/offapi/com/sun/star/linguistic2/XLanguageGuessing.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -35,7 +35,7 @@
 #endif
 
 module com { module sun { module star { module linguistic2 {
-    
+
 /** This interface allows to guess the language of a text
 
     <p> The current set of supported languages is:
@@ -110,25 +110,25 @@
         <li>zh-CN : Chinese (simplified)</li>
         <li>zh-TW : Chinese (traditional)</li>
     </ul>
-       
+
     </p>
 
     @since OpenOffice 2.2
  */
 interface XLanguageGuessing
 {
-    //-------------------------------------------------------------------------    
+    //-------------------------------------------------------------------------
     /** determines the single most probable language of a sub-string.
-        
-        <p>Please note that because statistical analysis is part 
-        of the algorithm the likelihood to get the correct 
-        result increases with the length of the sub-string. 
+
+        <p>Please note that because statistical analysis is part
+        of the algorithm the likelihood to get the correct
+        result increases with the length of the sub-string.
         A word is much less likely guessed correctly compared to
         a sentence or even a whole paragraph.</p>
 
         <p>Also note that some languages are that 'close' to each other
         that it will be quite unlikely to find a difference in them,
-        e.g. English (UK), English (IE) and English (AUS) and 
+        e.g. English (UK), English (IE) and English (AUS) and
         most liklely English (US) as well. And thus the result may
         be arbitrary.</p>
 
@@ -148,8 +148,8 @@
             The value must met 0 <= nLen <= (length of text).
 
         @see    <type scope="com::sun::star::lang">Locale</type>
-     */ 
-    com::sun::star::lang::Locale    guessPrimaryLanguage( 
+     */
+    com::sun::star::lang::Locale    guessPrimaryLanguage(
             [in] string  aText,
             [in] long    nStartPos,
             [in] long    nLen )
@@ -165,7 +165,7 @@
             [in] sequence< com::sun::star::lang::Locale > aLanguages )
         raises( com::sun::star::lang::IllegalArgumentException );
 
-    //-------------------------------------------------------------------------            
+    //-------------------------------------------------------------------------
     /** allows to explicitly re-enable some languages that got previously
         disabled.
 
@@ -174,21 +174,21 @@
     void enableLanguages(
             [in] sequence< com::sun::star::lang::Locale > aLanguages )
         raises( com::sun::star::lang::IllegalArgumentException );
-    
-    //-------------------------------------------------------------------------    
+
+    //-------------------------------------------------------------------------
     /** returns a list of all supported languages.
 
         <p>This should be the same as the mathematical union of
         all enabled and disabled languages.</p>
     */
     sequence< com::sun::star::lang::Locale > getAvailableLanguages();
-    
-    //-------------------------------------------------------------------------    
+
+    //-------------------------------------------------------------------------
     /** returns the list of all enabled languages
     */
     sequence< com::sun::star::lang::Locale > getEnabledLanguages();
-    
-    //-------------------------------------------------------------------------    
+
+    //-------------------------------------------------------------------------
     /** returns the list of all disabled languages
     */
     sequence< com::sun::star::lang::Locale > getDisabledLanguages();
diff --git a/main/offapi/com/sun/star/linguistic2/XLinguServiceEventBroadcaster.idl b/main/offapi/com/sun/star/linguistic2/XLinguServiceEventBroadcaster.idl
index 530d7da..c78be0f 100644
--- a/main/offapi/com/sun/star/linguistic2/XLinguServiceEventBroadcaster.idl
+++ b/main/offapi/com/sun/star/linguistic2/XLinguServiceEventBroadcaster.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -39,7 +39,7 @@
 //=============================================================================
 /** is used to register a listener for LinguServiceEvents.
 
-	<P>This interface may be used by spellchecker or hyphenator 
+	<P>This interface may be used by spellchecker or hyphenator
 	implementations to allow clients to be registered and informed about
 	<type scope="com::sun::star::linguistic2">LinguServiceEvent</type>s.
 	</P>
diff --git a/main/offapi/com/sun/star/linguistic2/XLinguServiceEventListener.idl b/main/offapi/com/sun/star/linguistic2/XLinguServiceEventListener.idl
index 302df5d..0cd81b1 100644
--- a/main/offapi/com/sun/star/linguistic2/XLinguServiceEventListener.idl
+++ b/main/offapi/com/sun/star/linguistic2/XLinguServiceEventListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/linguistic2/XLinguServiceManager.idl b/main/offapi/com/sun/star/linguistic2/XLinguServiceManager.idl
index 650ad0c..01c8743 100644
--- a/main/offapi/com/sun/star/linguistic2/XLinguServiceManager.idl
+++ b/main/offapi/com/sun/star/linguistic2/XLinguServiceManager.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -47,7 +47,7 @@
 //=============================================================================
 /** the basic interface to be used to access linguistic functionality.
 
-	<P>This interface is used to access spellchecker, hyphenator, and 
+	<P>This interface is used to access spellchecker, hyphenator, and
 	thesaurus functionality.
 	Additionally, it can query what implementations of those services are
 	available (for specific languages or in general).
@@ -59,8 +59,8 @@
 	of creation/usage of those services.
 	That is, if the first spellchecker implementation does not recognize
 	the given word as correct, the second service implementation for that
-	language is created and gets queried. If that one fails, the third one 
-	gets created and queried and so on. 
+	language is created and gets queried. If that one fails, the third one
+	gets created and queried and so on.
 	This chain stops if an implementation reports the word as correct or the
 	end of the list is reached, in which case the word is reported as incorrect.
 	</P>
@@ -103,7 +103,7 @@
 
 		<P>The listeners may support one or both of
 		<type scope="com::sun::star::linguistic2">XDictionaryEventListener</type>
-		and 
+		and
 		<type scope="com::sun::star::linguistic2">XLinguServiceEventListener</type>
 		interfaces.
 		</P>
diff --git a/main/offapi/com/sun/star/linguistic2/XMeaning.idl b/main/offapi/com/sun/star/linguistic2/XMeaning.idl
index 6804b8b..c301bd7 100644
--- a/main/offapi/com/sun/star/linguistic2/XMeaning.idl
+++ b/main/offapi/com/sun/star/linguistic2/XMeaning.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/linguistic2/XPossibleHyphens.idl b/main/offapi/com/sun/star/linguistic2/XPossibleHyphens.idl
index 38299c3..5fb6949 100644
--- a/main/offapi/com/sun/star/linguistic2/XPossibleHyphens.idl
+++ b/main/offapi/com/sun/star/linguistic2/XPossibleHyphens.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -84,7 +84,7 @@
 	 		an ascending sequence of numbers where each number is an offset
 	 		within the original word which denotes a hyphenation
 	 		position corresponding to one of the hyphens in the
-            string returned by 
+            string returned by
             <member scope="com::sun::star::linguistic2">XPossibleHyphens::getPossibleHyphens</member>.
 	*/
 	sequence<short> getHyphenationPositions();
diff --git a/main/offapi/com/sun/star/linguistic2/XProofreader.idl b/main/offapi/com/sun/star/linguistic2/XProofreader.idl
index 6712015..3946476 100644
--- a/main/offapi/com/sun/star/linguistic2/XProofreader.idl
+++ b/main/offapi/com/sun/star/linguistic2/XProofreader.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -64,12 +64,12 @@
 {
 
     //-------------------------------------------------------------------------
-    /** whether is the text checked by the spellchecker 
+    /** whether is the text checked by the spellchecker
 
         @returns true if it is also a spell checker
     */
     boolean isSpellChecker();
-    
+
     //-------------------------------------------------------------------------
     /** start checking
 
@@ -104,13 +104,13 @@
 
     //-------------------------------------------------------------------------
     /** disables a specific rule for a given locale.
-     
+
         <p>If the locale is empty the rule should be ignored for all languages.</p>
     */
-    void ignoreRule( [in] string aRuleIdentifier, 
+    void ignoreRule( [in] string aRuleIdentifier,
                      [in] com::sun::star::lang::Locale aLocale )
             raises( com::sun::star::lang::IllegalArgumentException );
-    
+
     //-------------------------------------------------------------------------
     /** sets all rules back to their default settings.
     */
diff --git a/main/offapi/com/sun/star/linguistic2/XProofreadingIterator.idl b/main/offapi/com/sun/star/linguistic2/XProofreadingIterator.idl
index 134eb30..319c4be 100644
--- a/main/offapi/com/sun/star/linguistic2/XProofreadingIterator.idl
+++ b/main/offapi/com/sun/star/linguistic2/XProofreadingIterator.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -103,7 +103,7 @@
     /** clears the list of ignored rules for each prrofreader
     */
     void resetIgnoreRules();
-    
+
     //-------------------------------------------------------------------------
     /** checks if the given document is currently being checked
 
diff --git a/main/offapi/com/sun/star/linguistic2/XSearchableDictionary.idl b/main/offapi/com/sun/star/linguistic2/XSearchableDictionary.idl
index 0e5bedf..b46183d 100644
--- a/main/offapi/com/sun/star/linguistic2/XSearchableDictionary.idl
+++ b/main/offapi/com/sun/star/linguistic2/XSearchableDictionary.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -47,7 +47,7 @@
 
         @param  aWord
             the word to find similar written entries for.
-        
+
         @returns
             the list of similar entries found.
 
diff --git a/main/offapi/com/sun/star/linguistic2/XSearchableDictionaryList.idl b/main/offapi/com/sun/star/linguistic2/XSearchableDictionaryList.idl
index 0ed5323..838dcbb 100644
--- a/main/offapi/com/sun/star/linguistic2/XSearchableDictionaryList.idl
+++ b/main/offapi/com/sun/star/linguistic2/XSearchableDictionaryList.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/linguistic2/XSetSpellAlternatives.idl b/main/offapi/com/sun/star/linguistic2/XSetSpellAlternatives.idl
index f09353c..dad53c8 100644
--- a/main/offapi/com/sun/star/linguistic2/XSetSpellAlternatives.idl
+++ b/main/offapi/com/sun/star/linguistic2/XSetSpellAlternatives.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -33,7 +33,7 @@
 module com { module sun { module star { module linguistic2 {
 
 //=============================================================================
-/** 
+/**
     allows to modify the suggestion list returned by a spell checker.
 
     <P>Basically this is needed to post-add further suggestions while keeping the
diff --git a/main/offapi/com/sun/star/linguistic2/XSpellAlternatives.idl b/main/offapi/com/sun/star/linguistic2/XSpellAlternatives.idl
index 056d3f7..e48a244 100644
--- a/main/offapi/com/sun/star/linguistic2/XSpellAlternatives.idl
+++ b/main/offapi/com/sun/star/linguistic2/XSpellAlternatives.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/linguistic2/XSpellChecker.idl b/main/offapi/com/sun/star/linguistic2/XSpellChecker.idl
index 256ef14..4ae1176 100644
--- a/main/offapi/com/sun/star/linguistic2/XSpellChecker.idl
+++ b/main/offapi/com/sun/star/linguistic2/XSpellChecker.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/linguistic2/XSpellChecker1.idl b/main/offapi/com/sun/star/linguistic2/XSpellChecker1.idl
index abb2963..9bc084f 100644
--- a/main/offapi/com/sun/star/linguistic2/XSpellChecker1.idl
+++ b/main/offapi/com/sun/star/linguistic2/XSpellChecker1.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -46,7 +46,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module linguistic2 { 
+module com { module sun { module star { module linguistic2 {
 
 //=============================================================================
 /** @deprecated
@@ -54,14 +54,14 @@
 published interface XSpellChecker1 : com::sun::star::linguistic2::XSupportedLanguages
 {
 	//-------------------------------------------------------------------------
-	boolean isValid( 
+	boolean isValid(
 			[in] string aWord,
 			[in] short nLanguage,
 			[in] com::sun::star::beans::PropertyValues aProperties )
 		raises( com::sun::star::lang::IllegalArgumentException );
 
 	//-------------------------------------------------------------------------
-	com::sun::star::linguistic2::XSpellAlternatives spell( 
+	com::sun::star::linguistic2::XSpellAlternatives spell(
 			[in] string aWord,
 			[in] short nLanguage,
 			[in] com::sun::star::beans::PropertyValues aProperties )
@@ -71,6 +71,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/linguistic2/XSupportedLanguages.idl b/main/offapi/com/sun/star/linguistic2/XSupportedLanguages.idl
index e92db95..73595f1 100644
--- a/main/offapi/com/sun/star/linguistic2/XSupportedLanguages.idl
+++ b/main/offapi/com/sun/star/linguistic2/XSupportedLanguages.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/linguistic2/XSupportedLocales.idl b/main/offapi/com/sun/star/linguistic2/XSupportedLocales.idl
index f31a586..ba662f1 100644
--- a/main/offapi/com/sun/star/linguistic2/XSupportedLocales.idl
+++ b/main/offapi/com/sun/star/linguistic2/XSupportedLocales.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/linguistic2/XThesaurus.idl b/main/offapi/com/sun/star/linguistic2/XThesaurus.idl
index 869c588..4f7b0f2 100644
--- a/main/offapi/com/sun/star/linguistic2/XThesaurus.idl
+++ b/main/offapi/com/sun/star/linguistic2/XThesaurus.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/logging/ConsoleHandler.idl b/main/offapi/com/sun/star/logging/ConsoleHandler.idl
index 11d6172..a8faffc 100644
--- a/main/offapi/com/sun/star/logging/ConsoleHandler.idl
+++ b/main/offapi/com/sun/star/logging/ConsoleHandler.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,7 +24,7 @@
 #ifndef __com_sun_star_logging_ConsoleHandler_idl__
 #define __com_sun_star_logging_ConsoleHandler_idl__
 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
 #include <com/sun/star/lang/IllegalArgumentException.idl>
 #endif
 #ifndef __com_sun_star_beans_NamedValue_idl__
@@ -33,7 +33,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module logging { 
+module com { module sun { module star { module logging {
 
 interface XConsoleHandler;
 
@@ -71,7 +71,7 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/logging/CsvLogFormatter.idl b/main/offapi/com/sun/star/logging/CsvLogFormatter.idl
index d3c681e..472ab0a 100644
--- a/main/offapi/com/sun/star/logging/CsvLogFormatter.idl
+++ b/main/offapi/com/sun/star/logging/CsvLogFormatter.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -26,13 +26,13 @@
 
 //=============================================================================
 
-module com { module sun { module star { module logging { 
+module com { module sun { module star { module logging {
 
 interface XCsvLogFormatter;
 
 //=============================================================================
 
-/** specifies a service which formats log records for RFC4180-style CSV-Files 
+/** specifies a service which formats log records for RFC4180-style CSV-Files
 
     <p>Every log record, as passed to <member>XCsvLogFormatter::format</member>,
 	will be formatted into a single row for a CSV file.
@@ -53,7 +53,7 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/logging/DocumentIOLogRing.idl b/main/offapi/com/sun/star/logging/DocumentIOLogRing.idl
index 95bea17..a19ba8f 100644
--- a/main/offapi/com/sun/star/logging/DocumentIOLogRing.idl
+++ b/main/offapi/com/sun/star/logging/DocumentIOLogRing.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,7 +24,7 @@
 #ifndef __com_sun_star_logging_DocumentIOLogRing_idl__
 #define __com_sun_star_logging_DocumentIOLogRing_idl__
 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
 #include <com/sun/star/lang/IllegalArgumentException.idl>
 #endif
 #ifndef __com_sun_star_beans_NamedValue_idl__
@@ -33,7 +33,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module logging { 
+module com { module sun { module star { module logging {
 
 interface XSimpleLogRing;
 
@@ -52,7 +52,7 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/logging/FileHandler.idl b/main/offapi/com/sun/star/logging/FileHandler.idl
index 8b9d80f..7ee7f7d 100644
--- a/main/offapi/com/sun/star/logging/FileHandler.idl
+++ b/main/offapi/com/sun/star/logging/FileHandler.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,7 +24,7 @@
 #ifndef __com_sun_star_logging_FileHandler_idl__
 #define __com_sun_star_logging_FileHandler_idl__
 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
 #include <com/sun/star/lang/IllegalArgumentException.idl>
 #endif
 #ifndef __com_sun_star_beans_NamedValue_idl__
@@ -33,7 +33,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module logging { 
+module com { module sun { module star { module logging {
 
 interface XLogHandler;
 
@@ -86,7 +86,7 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/logging/LogLevel.idl b/main/offapi/com/sun/star/logging/LogLevel.idl
index d1f9c24..366f935 100644
--- a/main/offapi/com/sun/star/logging/LogLevel.idl
+++ b/main/offapi/com/sun/star/logging/LogLevel.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -26,7 +26,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module logging { 
+module com { module sun { module star { module logging {
 
 //=============================================================================
 
@@ -76,7 +76,7 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/logging/LogRecord.idl b/main/offapi/com/sun/star/logging/LogRecord.idl
index d639ae3..9d90148 100644
--- a/main/offapi/com/sun/star/logging/LogRecord.idl
+++ b/main/offapi/com/sun/star/logging/LogRecord.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/logging/LoggerPool.idl b/main/offapi/com/sun/star/logging/LoggerPool.idl
index 2ab0460..7778282 100644
--- a/main/offapi/com/sun/star/logging/LoggerPool.idl
+++ b/main/offapi/com/sun/star/logging/LoggerPool.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 #ifndef __com_sun_star_logging_LoggerPool_idl__
@@ -28,7 +28,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module logging { 
+module com { module sun { module star { module logging {
 
 //=============================================================================
 
@@ -48,7 +48,7 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/logging/PlainTextFormatter.idl b/main/offapi/com/sun/star/logging/PlainTextFormatter.idl
index 36185d8..08a1498 100644
--- a/main/offapi/com/sun/star/logging/PlainTextFormatter.idl
+++ b/main/offapi/com/sun/star/logging/PlainTextFormatter.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -26,7 +26,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module logging { 
+module com { module sun { module star { module logging {
 
 interface XLogFormatter;
 
@@ -49,7 +49,7 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/logging/SimpleLogRing.idl b/main/offapi/com/sun/star/logging/SimpleLogRing.idl
index e8ed6d8..08b9179 100644
--- a/main/offapi/com/sun/star/logging/SimpleLogRing.idl
+++ b/main/offapi/com/sun/star/logging/SimpleLogRing.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,7 +24,7 @@
 #ifndef __com_sun_star_logging_SimpleLogRing_idl__
 #define __com_sun_star_logging_SimpleLogRing_idl__
 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
 #include <com/sun/star/lang/IllegalArgumentException.idl>
 #endif
 #ifndef __com_sun_star_beans_NamedValue_idl__
@@ -33,7 +33,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module logging { 
+module com { module sun { module star { module logging {
 
 interface XSimpleLogRing;
 
@@ -58,7 +58,7 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/logging/XConsoleHandler.idl b/main/offapi/com/sun/star/logging/XConsoleHandler.idl
index 29205c7..c946ad3 100644
--- a/main/offapi/com/sun/star/logging/XConsoleHandler.idl
+++ b/main/offapi/com/sun/star/logging/XConsoleHandler.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,7 +30,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module logging { 
+module com { module sun { module star { module logging {
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/logging/XCsvLogFormatter.idl b/main/offapi/com/sun/star/logging/XCsvLogFormatter.idl
index 933a4c0..da4fb5b 100644
--- a/main/offapi/com/sun/star/logging/XCsvLogFormatter.idl
+++ b/main/offapi/com/sun/star/logging/XCsvLogFormatter.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -25,7 +25,7 @@
 #ifndef __com_sun_star_logging_XCsvLogFormatter_idl__
 #define __com_sun_star_logging_XCsvLogFormatter_idl__
 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
+#ifndef __com_sun_star_uno_XInterface_idl__
 #include <com/sun/star/uno/XInterface.idl>
 #endif
 
@@ -35,15 +35,15 @@
 
 //=============================================================================
 
-module com { module sun { module star { module logging { 
+module com { module sun { module star { module logging {
 
 //=============================================================================
 
-/** specifies the interface used for formatting log records for RFC4180 csv 
+/** specifies the interface used for formatting log records for RFC4180 csv
 	output
 
     @see XLogFormatter, XLogHandler
- 
+
     @since OpenOffice 3.0
 */
 interface XCsvLogFormatter : XLogFormatter
@@ -56,14 +56,14 @@
 	[attribute] boolean LogTimestamp;
 	/** Defines if the Source should be logged */
 	[attribute] boolean LogSource;
-	/** Defines the names of the additional columns 
+	/** Defines the names of the additional columns
 		this defaults to only one row titled "message".
-		if this is set to more than one column, the 
+		if this is set to more than one column, the
 		messages need to be preformatted using
 		<code>formatMultiColumn</code>*/
 	[attribute] sequence< string >  Columnnames;
 	/** if the CsvLogFormatter is set to have more than one
-		column, any logged information has to be send through this 
+		column, any logged information has to be send through this
 		method before calling log(). E.g.:
 
 		<code>XLoggerInstance.log(1000, XCsvLogFormatterInstance.formatMultiColumn(column_data))</code>
@@ -73,7 +73,7 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/logging/XLogFormatter.idl b/main/offapi/com/sun/star/logging/XLogFormatter.idl
index eb2cbb9..f753ec2 100644
--- a/main/offapi/com/sun/star/logging/XLogFormatter.idl
+++ b/main/offapi/com/sun/star/logging/XLogFormatter.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/logging/XLogHandler.idl b/main/offapi/com/sun/star/logging/XLogHandler.idl
index 49dc00f..d1dbe4d 100644
--- a/main/offapi/com/sun/star/logging/XLogHandler.idl
+++ b/main/offapi/com/sun/star/logging/XLogHandler.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/logging/XLogger.idl b/main/offapi/com/sun/star/logging/XLogger.idl
index aeda866..b969da2 100644
--- a/main/offapi/com/sun/star/logging/XLogger.idl
+++ b/main/offapi/com/sun/star/logging/XLogger.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/logging/XLoggerPool.idl b/main/offapi/com/sun/star/logging/XLoggerPool.idl
index 000c80d..aa31a37 100644
--- a/main/offapi/com/sun/star/logging/XLoggerPool.idl
+++ b/main/offapi/com/sun/star/logging/XLoggerPool.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,13 +24,13 @@
 #ifndef __com_sun_star_logging_XLoggerPool_idl__
 #define __com_sun_star_logging_XLoggerPool_idl__
 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
+#ifndef __com_sun_star_uno_XInterface_idl__
 #include <com/sun/star/uno/XInterface.idl>
 #endif
 
 //=============================================================================
 
-module com { module sun { module star { module logging { 
+module com { module sun { module star { module logging {
 
 interface XLogger;
 
@@ -62,7 +62,7 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/logging/XSimpleLogRing.idl b/main/offapi/com/sun/star/logging/XSimpleLogRing.idl
index ea335fa..6822be2 100644
--- a/main/offapi/com/sun/star/logging/XSimpleLogRing.idl
+++ b/main/offapi/com/sun/star/logging/XSimpleLogRing.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,13 +24,13 @@
 #ifndef __com_sun_star_logging_XSimpleLogRing_idl__
 #define __com_sun_star_logging_XSimpleLogRing_idl__
 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
+#ifndef __com_sun_star_uno_XInterface_idl__
 #include <com/sun/star/uno/XInterface.idl>
 #endif
 
 //=============================================================================
 
-module com { module sun { module star { module logging { 
+module com { module sun { module star { module logging {
 
 //=============================================================================
 
@@ -52,8 +52,8 @@
     void logString( [in] string aMessage );
 
     /** allows to get the collected messages from the logger
-        
-        <p> 
+
+        <p>
         It is up to logger implementation to provide only the limited
         number of last messages.
         </p>
@@ -63,7 +63,7 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/mail/MailAttachment.idl b/main/offapi/com/sun/star/mail/MailAttachment.idl
index f10f168..06b8c49 100644
--- a/main/offapi/com/sun/star/mail/MailAttachment.idl
+++ b/main/offapi/com/sun/star/mail/MailAttachment.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,29 +30,29 @@
 
 module com { module sun { module star { module mail {
 
-/** 
+/**
     A <type>MailAttachment</type> specifies a mail message attachment.
-    
+
     @see ::com::sun::star::mail::XMailMessage
-    
+
     @since OpenOffice 2.0
 */
 struct MailAttachment
-{            
+{
     /**
         The actual data which should be attached to a mail message.
-        It is expected that the transferable delivers the data as 
-        sequence of bytes. Although a transferable may support 
-        multiple data flavors only the first data flavor supplied 
-        will be used to retrieve the data and it is expected that 
+        It is expected that the transferable delivers the data as
+        sequence of bytes. Although a transferable may support
+        multiple data flavors only the first data flavor supplied
+        will be used to retrieve the data and it is expected that
         the type of the data is a sequence of bytes.
-        
-        @see ::com::sun::star::datatransfer::XTransferable        
+
+        @see ::com::sun::star::datatransfer::XTransferable
     */
     ::com::sun::star::datatransfer::XTransferable Data;
-    
+
     /**
-        The name of the attachment as seen by the recipient of the 
+        The name of the attachment as seen by the recipient of the
         mail message. ReadableName must not be empty.
     */
     string ReadableName;
diff --git a/main/offapi/com/sun/star/mail/MailException.idl b/main/offapi/com/sun/star/mail/MailException.idl
index d781827..6ac8476 100644
--- a/main/offapi/com/sun/star/mail/MailException.idl
+++ b/main/offapi/com/sun/star/mail/MailException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -33,13 +33,13 @@
 /**
    An MailException is the base of all mail related
    exceptions.
-         
+
    @since OpenOffice 2.0
  */
-exception MailException: com::sun::star::uno::Exception 
+exception MailException: com::sun::star::uno::Exception
 {
-};    
-  
+};
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/mail/MailMessage.idl b/main/offapi/com/sun/star/mail/MailMessage.idl
index ebf8ca7..7b1148f 100644
--- a/main/offapi/com/sun/star/mail/MailMessage.idl
+++ b/main/offapi/com/sun/star/mail/MailMessage.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,7 +24,7 @@
 #ifndef __com_sun_star_mail_MailMessage_idl__
 #define __com_sun_star_mail_MailMessage_idl__
 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
 #include <com/sun/star/lang/IllegalArgumentException.idl>
 #endif
 
@@ -45,61 +45,61 @@
  */
 service MailMessage: XMailMessage
 {
-    /** 
+    /**
         Constructs an instance of a mail message.
-        
+
         @param sTo
         [in] the e-mail address of the recipient.
         The e-mail address has to conform to <a href="http://www.ietf.org/rfc/rfc822.txt">RFC&nbsp;822</a>.
-        
+
         @param sFrom
         [in] the e-mail address of the sender of this mail message.
         The e-mail address has to conform to <a href="http://www.ietf.org/rfc/rfc822.txt">RFC&nbsp;822</a>.
-        
+
         @param sSubject
         [in] the subject of the mail message.
-        
+
         @param xBody
-        [in] the body of the mail message. It is expected that the 
-        transferable delivers the data as a string. Although a 
-        transferable may support multiple data flavors only the 
+        [in] the body of the mail message. It is expected that the
+        transferable delivers the data as a string. Although a
+        transferable may support multiple data flavors only the
         first data flavor supplied will be used to retrieve the data
         and it is expected that the data will be provided as a string.
-                
+
         @see com::sun::star::mail::XMailMessage
         @see com::sun::star::datatransfer::XTransferable
     */
-    create([in] string sTo, [in] string sFrom, [in] string sSubject, [in] com::sun::star::datatransfer::XTransferable xBody);                  
-        
+    create([in] string sTo, [in] string sFrom, [in] string sSubject, [in] com::sun::star::datatransfer::XTransferable xBody);
+
     /**
         Constructs an instance of a mail message.
-        
+
         @param sTo
         [in] the e-mail address of the recipient.
         The e-mail address has to conform to <a href="http://www.ietf.org/rfc/rfc822.txt">RFC&nbsp;822</a>.
-        
+
         @param sFrom
         [in] the e-mail address of the sender of this mail message.
         The e-mail address has to conform to <a href="http://www.ietf.org/rfc/rfc822.txt">RFC&nbsp;822</a>.
-        
+
         @param sSubject
         [in] the subject of the mail message.
-        
+
         @param xBody
-        [in] the body of the mail message. It is expected that the 
-        transferable delivers the data as a string. Although a 
-        transferable may support multiple data flavors only the 
+        [in] the body of the mail message. It is expected that the
+        transferable delivers the data as a string. Although a
+        transferable may support multiple data flavors only the
         first data flavor supplied will be used to retrieve the data
         and it is expected that the data will be provided as a string.
-        
+
         @param aMailAttachment
         [in] specifies an attachment which should be send with this mail message.
-                                                
+
         @see com::sun::star::mail::XMailMessage
         @see com::sun::star::datatransfer::XTransferable
         @see com::sun::star::mail::MailAttachment
     */
-    createWithAttachment([in] string sTo, [in] string sFrom, [in] string sSubject, [in] com::sun::star::datatransfer::XTransferable xBody, [in] MailAttachment aMailAttachment);            
+    createWithAttachment([in] string sTo, [in] string sFrom, [in] string sSubject, [in] com::sun::star::datatransfer::XTransferable xBody, [in] MailAttachment aMailAttachment);
 };
 
 }; }; }; };
diff --git a/main/offapi/com/sun/star/mail/MailServer.idl b/main/offapi/com/sun/star/mail/MailServer.idl
index c08a75a..ee48b02 100644
--- a/main/offapi/com/sun/star/mail/MailServer.idl
+++ b/main/offapi/com/sun/star/mail/MailServer.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -32,28 +32,28 @@
 
 interface XMailServer;
 
-/**    
+/**
     @since OpenOffice 2.0
  */
 service MailServer: XMailServer
 {
-    /** 
+    /**
         Creation method.
-        
+
         @param sServerName
-        [in] the full qualified domain name of the mail server.    
-        
+        [in] the full qualified domain name of the mail server.
+
         @throws com::sun::star::mail::NoMailTransportProviderException
         if an appropriate provider for sending mail messages could not be found or
         could not be created.
-        
+
         @throws com::sun::star::uno::Exception
         on any other error which prevents the construction of an instance of this service.
-        
+
         @see com::sun::star::mail::XMailServer
     */
-    create([in] string sServerName) 
-        raises(com::sun::star::mail::NoMailTransportProviderException, com::sun::star::uno::Exception);            
+    create([in] string sServerName)
+        raises(com::sun::star::mail::NoMailTransportProviderException, com::sun::star::uno::Exception);
 };
 
 }; }; }; };
diff --git a/main/offapi/com/sun/star/mail/MailServiceProvider.idl b/main/offapi/com/sun/star/mail/MailServiceProvider.idl
index 3dfc4c1..874f491 100644
--- a/main/offapi/com/sun/star/mail/MailServiceProvider.idl
+++ b/main/offapi/com/sun/star/mail/MailServiceProvider.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -40,17 +40,17 @@
 
 interface XMailService;
 
-/**    
+/**
     @since OpenOffice 2.0
  */
 service MailServiceProvider: XMailServiceProvider
 {
-    /** 
+    /**
         Creation method.
 
-        @see com::sun::star::mail::XMailServiceProvider        
+        @see com::sun::star::mail::XMailServiceProvider
     */
-    create();            
+    create();
 };
 
 }; }; }; };
diff --git a/main/offapi/com/sun/star/mail/MailServiceType.idl b/main/offapi/com/sun/star/mail/MailServiceType.idl
index b1b39ce..5db298f 100644
--- a/main/offapi/com/sun/star/mail/MailServiceType.idl
+++ b/main/offapi/com/sun/star/mail/MailServiceType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -26,19 +26,19 @@
 
 module com { module sun { module star { module mail {
 
-/**    
+/**
     @since OpenOffice 2.0
  */
 enum MailServiceType
 {
     /** A SMTP service */
     SMTP,
-    
+
     /** A POP3 service */
     POP3,
-    
+
     /** A IMAP service */
-    IMAP 
+    IMAP
 };
 
 }; }; }; };
diff --git a/main/offapi/com/sun/star/mail/NoMailServiceProviderException.idl b/main/offapi/com/sun/star/mail/NoMailServiceProviderException.idl
index 6921d27..de239e7 100644
--- a/main/offapi/com/sun/star/mail/NoMailServiceProviderException.idl
+++ b/main/offapi/com/sun/star/mail/NoMailServiceProviderException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -31,18 +31,18 @@
 module com { module sun { module star { module mail {
 
 /**
-   A <type>NoMailServiceProviderException</type> will be thrown if an 
-   appropriate provider for requested mail service could not be found or 
+   A <type>NoMailServiceProviderException</type> will be thrown if an
+   appropriate provider for requested mail service could not be found or
    could not be created.
-   
+
    @see com::sun::star::mail::MailService
-   
+
    @since OpenOffice 2.0
  */
-exception NoMailServiceProviderException: com::sun::star::mail::MailException 
-{    
-};    
-  
+exception NoMailServiceProviderException: com::sun::star::mail::MailException
+{
+};
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/mail/NoMailTransportProviderException.idl b/main/offapi/com/sun/star/mail/NoMailTransportProviderException.idl
index a4570a1..6a69ba2 100644
--- a/main/offapi/com/sun/star/mail/NoMailTransportProviderException.idl
+++ b/main/offapi/com/sun/star/mail/NoMailTransportProviderException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -31,18 +31,18 @@
 module com { module sun { module star { module mail {
 
 /**
-   A <type>NoMailTransportProviderException</type> will be thrown if an 
-   appropriate provider for sending mail messages could not be found or 
+   A <type>NoMailTransportProviderException</type> will be thrown if an
+   appropriate provider for sending mail messages could not be found or
    could not be created.
-   
+
    @see com::sun::star::mail::MailServer
-   
+
    @since OpenOffice 2.0
  */
-exception NoMailTransportProviderException: com::sun::star::mail::MailException 
-{    
-};    
-  
+exception NoMailTransportProviderException: com::sun::star::mail::MailException
+{
+};
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/mail/SendMailMessageFailedException.idl b/main/offapi/com/sun/star/mail/SendMailMessageFailedException.idl
index abf53b9..0edebfc 100644
--- a/main/offapi/com/sun/star/mail/SendMailMessageFailedException.idl
+++ b/main/offapi/com/sun/star/mail/SendMailMessageFailedException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -34,31 +34,31 @@
    A SendFailedException will be thrown if a mail message
    could not be sent because the e-mail addresses of some
    recipients are invalid. E-mail addresses have to conform
-   to <a href="http://www.ietf.org/rfc/rfc822.txt">RFC&nbsp;822</a>. 
-   
+   to <a href="http://www.ietf.org/rfc/rfc822.txt">RFC&nbsp;822</a>.
+
    @see com::sun::star::mail::XMailServer
-   
+
    @since OpenOffice 2.0
  */
-exception SendMailMessageFailedException: com::sun::star::mail::MailException 
+exception SendMailMessageFailedException: com::sun::star::mail::MailException
 {
     /**
         The addresses which are invalid because they do not conform
-        to <a href="http://www.ietf.org/rfc/rfc822.txt">RFC&nbsp;822</a>.        
+        to <a href="http://www.ietf.org/rfc/rfc822.txt">RFC&nbsp;822</a>.
     */
     sequence<string> InvalidAddresses;
-    
+
     /**
         The addresses to which the mail message was sent successfully.
     */
     sequence<string> ValidSentAddresses;
-    
+
     /**
         The addresses which are valid but to which the message was not sent.
     */
     sequence<string> ValidUnsentAddresses;
-};    
-  
+};
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/mail/XAuthenticator.idl b/main/offapi/com/sun/star/mail/XAuthenticator.idl
index 94528c3..e555cf5 100644
--- a/main/offapi/com/sun/star/mail/XAuthenticator.idl
+++ b/main/offapi/com/sun/star/mail/XAuthenticator.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,7 +24,7 @@
 #ifndef __com_sun_star_mail_XAuthenticator_idl__
 #define __com_sun_star_mail_XAuthenticator_idl__
 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
+#ifndef __com_sun_star_uno_XInterface_idl__
 #include <com/sun/star/uno/XInterface.idl>
 #endif
 
@@ -32,29 +32,29 @@
 
 /**
    Represents an interface that will be used to query for user
-   information which are necessary to login to a network resource.  
+   information which are necessary to login to a network resource.
    An implementation of this interface may for instance show a
-   dialog to query the user for the necessary data.      
-   
+   dialog to query the user for the necessary data.
+
    @since OpenOffice 2.0
  */
 interface XAuthenticator: ::com::sun::star::uno::XInterface {
-    
-    /** 
+
+    /**
         Will be called when the user name is needed.
-    
-        @returns 
-        the user name. 
+
+        @returns
+        the user name.
     */
-    string getUserName();    
-    
+    string getUserName();
+
     /**
         Will be called when the password of the user is needed.
-        
+
         @returns
         the password of the user.
     */
-    string getPassword();    
+    string getPassword();
 };
 
 }; }; }; };
diff --git a/main/offapi/com/sun/star/mail/XConnectionListener.idl b/main/offapi/com/sun/star/mail/XConnectionListener.idl
index 1bafb72..2702b2d 100644
--- a/main/offapi/com/sun/star/mail/XConnectionListener.idl
+++ b/main/offapi/com/sun/star/mail/XConnectionListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -36,29 +36,29 @@
 
 /**
    The listener interface for connection events.
-   
+
    @see com::sun::star::mail::XMailServer
-   
+
    @since OpenOffice 2.0
  */
 interface XConnectionListener: ::com::sun::star::lang::XEventListener {
-   
+
     /**
         Invoked when the connection to the mail server is established.
-        
+
         @param aEvent
         [in] specific information regarding this event.
-        
+
         @see com::sun::star::lang::EventObject
     */
-    void connected([in] com::sun::star::lang::EventObject aEvent); 
-   
+    void connected([in] com::sun::star::lang::EventObject aEvent);
+
     /**
         Invoked when the connection to the mail server is closed.
-        
+
         @param aEvent
         [in] specific information regarding this event.
-        
+
         @see com::sun::star::lang::EventObject
     */
     void disconnected([in] com::sun::star::lang::EventObject aEvent);
diff --git a/main/offapi/com/sun/star/mail/XMailMessage.idl b/main/offapi/com/sun/star/mail/XMailMessage.idl
index d9f9404..79e82e3 100644
--- a/main/offapi/com/sun/star/mail/XMailMessage.idl
+++ b/main/offapi/com/sun/star/mail/XMailMessage.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,7 +24,7 @@
 #ifndef __com_sun_star_mail_XMailMessage_idl__
 #define __com_sun_star_mail_XMailMessage_idl__
 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
+#ifndef __com_sun_star_uno_XInterface_idl__
 #include <com/sun/star/uno/XInterface.idl>
 #endif
 
@@ -39,37 +39,37 @@
 module com { module sun { module star { module mail {
 
 /**
-   Represents a mail message. 
-   
+   Represents a mail message.
+
    @see com::sun::star::mail::XMailServer
-   
+
    @since OpenOffice 2.0
  */
 interface XMailMessage: ::com::sun::star::uno::XInterface {
-    
-     /** 
-        The display name of the sender of this mail message. 
-    */    
+
+     /**
+        The display name of the sender of this mail message.
+    */
     [attribute, readonly] string SenderName;
-    /** 
+    /**
         The e-mail address of the sender of this mail message.
         The e-mail address has to conform to <a href="http://www.ietf.org/rfc/rfc822.txt">RFC&nbsp;822</a>.
-    */    
+    */
     [attribute, readonly] string SenderAddress;
-    
-    /** 
+
+    /**
         The e-mail address where replies on this mail message should be sent to.
         If the e-mail address doesn't conform to <a href="http://www.ietf.org/rfc/rfc822.txt">RFC&nbsp;822</a>
         sending the mail message later will fail.
-        If no ReplyToAddress is set replies go to the SenderAddress.               
+        If no ReplyToAddress is set replies go to the SenderAddress.
     */
     [attribute] string ReplyToAddress;
-    
+
     /**
         Add an recipients e-mail address to the list of recipients of this mail message.
         If the e-mail address doesn't conform to <a href="http://www.ietf.org/rfc/rfc822.txt">RFC&nbsp;822</a>
         sending the mail message will fail.
-        
+
         @param sRecipientAddress
         [in] the e-mail address of the recipient.
     */
@@ -79,74 +79,74 @@
         Add an Cc recipients e-mail address to the list of recipients of this mail message.
         If the e-mail address doesn't conform to <a href="http://www.ietf.org/rfc/rfc822.txt">RFC&nbsp;822</a>
         sending the mail message will fail.
-        
+
         @param sRecipientAddress
         [in] the e-mail address of the Cc recipient.
     */
     void addCcRecipient([in] string sRecipientAddress);
-    
+
     /**
         Add an Bcc recipients e-mail address to the list of recipients of this mail message.
         If the e-mail address doesn't conform to <a href="http://www.ietf.org/rfc/rfc822.txt">RFC&nbsp;822</a>
-        sending the mail message will fail. 
-        
+        sending the mail message will fail.
+
         @param sRecipientAddress
         [in] the e-mail address of the Bcc recipient.
     */
     void addBccRecipient([in] string sRecipientAddress);
-                
+
     /**
-        Return a sequence of the e-mail addresses of all recipients of 
+        Return a sequence of the e-mail addresses of all recipients of
         this mail message.
     */
     sequence<string> getRecipients();
-    
+
     /**
         Return a sequence of the e-mail addresses of all the Cc recipients
         of this mail message.
     */
     sequence<string> getCcRecipients();
-    
+
     /**
         Return a sequence of the e-mail addresses of all the Bcc recipients
-        of this mail message. 
+        of this mail message.
     */
     sequence<string> getBccRecipients();
-    
+
     /**
         The subject of a mail message.
     */
     [attribute] string Subject;
-    
+
     /**
-        The body of the mail message. 
-        It is expected that the transferable delivers the data as 
-        a string. Although a transferable may support multiple 
-        data flavors only the first data flavor supplied will be 
-        used to retrieve the data and it is expected that the data 
+        The body of the mail message.
+        It is expected that the transferable delivers the data as
+        a string. Although a transferable may support multiple
+        data flavors only the first data flavor supplied will be
+        used to retrieve the data and it is expected that the data
         will be provided as a string.
-        
+
         @see com::sun::star::datatransfer::XTransferable
     */
-    [attribute] com::sun::star::datatransfer::XTransferable Body;        
-        
+    [attribute] com::sun::star::datatransfer::XTransferable Body;
+
     /**
         Add a file attachment to a mail message.
-        
+
         param aMailAttachment
         [in] specifies a file which should be attached to this mail message.
-                                       
+
         @see com::sun::star::mail::MailAttachment
     */
     void addAttachment([in] MailAttachment aMailAttachment);
-        
+
     /**
-        Return a sequence of <type>MailAttachment</type>'s that will 
+        Return a sequence of <type>MailAttachment</type>'s that will
         be attached to this mail message.
-        
+
         @see com::sun::star::mail::MailAttachment
     */
-    sequence<MailAttachment> getAttachments();        
+    sequence<MailAttachment> getAttachments();
 };
 
 }; }; }; };
diff --git a/main/offapi/com/sun/star/mail/XMailServer.idl b/main/offapi/com/sun/star/mail/XMailServer.idl
index 9a8bb0b..01e8276 100644
--- a/main/offapi/com/sun/star/mail/XMailServer.idl
+++ b/main/offapi/com/sun/star/mail/XMailServer.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,7 +24,7 @@
 #ifndef __com_sun_star_mail_XMailServer_idl__
 #define __com_sun_star_mail_XMailServer_idl__
 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
+#ifndef __com_sun_star_uno_XInterface_idl__
 #include <com/sun/star/uno/XInterface.idl>
 #endif
 
@@ -60,7 +60,7 @@
 #include <com/sun/star/io/ConnectException.idl>
 #endif
 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
 #include <com/sun/star/lang/IllegalArgumentException.idl>
 #endif
 
@@ -87,187 +87,187 @@
 module com { module sun { module star { module mail {
 
 /**
-   Represents a mail server abstraction. 
-   
+   Represents a mail server abstraction.
+
    @see com::sun::star::mail::XMailMessage
-   
+
    @since OpenOffice 2.0
  */
 interface XMailServer: ::com::sun::star::uno::XInterface {
-    
-    /** 
-        The complete domain name of the mail server.        
-    */    
+
+    /**
+        The complete domain name of the mail server.
+    */
     [attribute, readonly] string Name;
-    
-    /** 
+
+    /**
         The port number that will be used to connect to the mail server.
-        If no port number has been set the default port number 25 will 
-        be used.              
+        If no port number has been set the default port number 25 will
+        be used.
     */
     [attribute] long Port;
 
     /**
-        Returns all connection types which are supported by the 
-        mail server. Possible connection types are for instance 
-        secure connections like 'SSL' or 'TLS'.  
-        
-        @returns 
-        a sequence of supported connection types.       
+        Returns all connection types which are supported by the
+        mail server. Possible connection types are for instance
+        secure connections like 'SSL' or 'TLS'.
+
+        @returns
+        a sequence of supported connection types.
     */
     sequence<string> getSupportedConnectionTypes();
-    
+
     /**
         Set the connection type that will be used to connect to the
         mail server. The supported connection types may be queried
-        using <code>getSupportedConnectionTypes()</code>. 
+        using <code>getSupportedConnectionTypes()</code>.
         If no connection types has explicitly been set the default
-        connection type will be used. 
-        
+        connection type will be used.
+
         @param sConnectionType
         [in] identifies the connection that should be used to connect
         to the mail server.
-        
+
         @throws com::sun::star::lang::IllegalArgumentException
         if the provided connection type is not supported.
-        
+
         @see getSupportedConnectionTypes
         @see isConnectionTypeSupported
     */
     void setConnectionType([in] string sConnectionType)
         raises (com::sun::star::lang::IllegalArgumentException);
-    
+
     /**
         Allow a client to query if a certain connection type is
         supported.
-        
+
         @param sConnectionType
         [in] query if a certain connection type is supported.
-        
+
         @returns
         <TRUE/> if the specified connection type is supported.
     */
     boolean isConnectionTypeSupported([in] string sConnectionType);
 
-    /** 
+    /**
         Register a connection listener.
-        
+
         @param xListener
         [in] a listener that will be informed about connection events.
-        
+
         @see com::sun::star::mail::XConnectionListener
     */
     void addConnectionListener([in] XConnectionListener xListener);
-      
+
     /**
         Unregister a connection listener.
-        
+
         @param xListener
         [in] a listener that no longer need to be informed about connection events.
-        
+
         @see com::sun::star::mail::XConnectionListener
     */
     void removeConnectionListener([in] XConnectionListener xListener);
-                      
-    /** 
+
+    /**
         Login a user to the mail server. Only one user may logged in
         at a time. An attempt to login while another user is logged in
         causes an exception to be thrown.
-                
+
         @param xAuthenticator
         [in] an interface used to query for the necessary user information
         needed to login to the mail server.
-        
+
         @throws com::sun::star::io::AlreadyConnectedException
         on a try to connect to an already connect mail server.
-        
-        @throws com::sun::star::io::UnknownHostException  
+
+        @throws com::sun::star::io::UnknownHostException
         usually if the IP address of the mail server could not be
         determined. Possible causes are a broken network connection,
         a wrong server name, an unreachable DNS server, etc.
-              
-        @throws com::sun::star::io::NoRouteToHostException        
+
+        @throws com::sun::star::io::NoRouteToHostException
         if an error occurred to connect to the remote mail server.
-        Typically the remote mail server cannot be reach because of an 
-        intervening firewall, or if an intermediate router is down, 
+        Typically the remote mail server cannot be reach because of an
+        intervening firewall, or if an intermediate router is down,
         the network connection is broken, etc.
-        
+
         @throws com::sun::star::io::ConnectException
         if an error occurred while attempting to connect to the remote
-        mail server. Typically the connection was refused remotely, 
+        mail server. Typically the connection was refused remotely,
         because the mail server is not listening on the remote address/port.
-        
-        @throws com::sun::star::auth::AuthenticationException 
-        if the specified user could not be logged in. 
-        
+
+        @throws com::sun::star::auth::AuthenticationException
+        if the specified user could not be logged in.
+
         @throws com::sun::star::mail::IllegalStateException
         if a user is currently logged in.
-        
+
         @throws com::sun::star::mail::MailException
-        for other errors during login.        
-        
+        for other errors during login.
+
         @see com::sun::star::mail::XAuthenticator
-        @see com::sun::star::io::AlreadyConnectedException                        
+        @see com::sun::star::io::AlreadyConnectedException
         @see com::sun::star::io::UnknownHostException
         @see com::sun::star::io::NoRouteToHostException
         @see com::sun::star::io::ConnectException
-        @see com::sun::star::auth::AuthenticationException         
+        @see com::sun::star::auth::AuthenticationException
         @see com::sun::star::mail::IllegalStateException
         @see com::sun::star::mail::MailException
-    */    
+    */
     void connectUser([in] XAuthenticator xAuthenticator)
-        raises(com::sun::star::io::AlreadyConnectedException, 
+        raises(com::sun::star::io::AlreadyConnectedException,
                com::sun::star::io::UnknownHostException,
                com::sun::star::io::NoRouteToHostException,
                com::sun::star::io::ConnectException,
-               com::sun::star::auth::AuthenticationFailedException, 
+               com::sun::star::auth::AuthenticationFailedException,
                com::sun::star::mail::MailException);
-         
+
     /**
-        Logoff the currently logged in user. 
-        
+        Logoff the currently logged in user.
+
         @throws com::sun::star::mail::MessagingException
         if errors occur during logoff.
     */
-    void disconnectUser() 
+    void disconnectUser()
         raises(com::sun::star::mail::MailException);
-    
+
     /**
         Returns whether a user is currently logged in to the mail server or not.
-        
+
         @returns
         <TRUE/> if a user is currently logged in to the mail server.
     */
-    boolean isUserConnected();      
-    
+    boolean isUserConnected();
+
     /**
-        Send a mail message to its recipients. 
-        
+        Send a mail message to its recipients.
+
         @throws com::sun::star::io::NotConnectedException
         if no user is currently connected to the mail server.
-                        
+
         @throws com::sun::star::mail::SendMailMessageFailedException
         if the message could not be sent because of invalid recipient
-        addresses. The e-mail addresses of recipients have to conform to 
+        addresses. The e-mail addresses of recipients have to conform to
         <a href="http://www.ietf.org/rfc/rfc822.txt">RFC&nbsp;822</a>.
-        
+
         @throws com::sun::star::mail::MailException
-        is thrown on other errors that may happen during sending. 
+        is thrown on other errors that may happen during sending.
         A possible reason may be for instance that a file attachment
         specified in a mail message could not be found or accessed.
 
         @throws com::sun::star::datatransfer::UnsupportedFlavorException
-        is thrown when the body of the mail message is provided in an 
-        unsupported mime content type or may be thrown if one of the file 
+        is thrown when the body of the mail message is provided in an
+        unsupported mime content type or may be thrown if one of the file
         attachments specifies an unspupported mime content type.
-                         
-        @see com::sun::star::io::NotConnectedExceptionException                        
+
+        @see com::sun::star::io::NotConnectedExceptionException
         @see com::sun::star::mail::SendMailMessageFailedException
-        @see com::sun::star::mail::MailException  
-        @see com::sun::star::datatransfer::UnsupportedFlavorException      
-    */    
+        @see com::sun::star::mail::MailException
+        @see com::sun::star::datatransfer::UnsupportedFlavorException
+    */
     void sendMailMessage([in] XMailMessage xMailMessage)
-        raises(com::sun::star::io::NotConnectedException, com::sun::star::mail::SendMailMessageFailedException, com::sun::star::mail::MailException, com::sun::star::datatransfer::UnsupportedFlavorException);   
+        raises(com::sun::star::io::NotConnectedException, com::sun::star::mail::SendMailMessageFailedException, com::sun::star::mail::MailException, com::sun::star::datatransfer::UnsupportedFlavorException);
 };
 
 }; }; }; };
diff --git a/main/offapi/com/sun/star/mail/XMailService.idl b/main/offapi/com/sun/star/mail/XMailService.idl
index 1d45787..53bbab7 100644
--- a/main/offapi/com/sun/star/mail/XMailService.idl
+++ b/main/offapi/com/sun/star/mail/XMailService.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,7 +24,7 @@
 #ifndef __com_sun_star_mail_XMailService_idl__
 #define __com_sun_star_mail_XMailService_idl__
 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
+#ifndef __com_sun_star_uno_XInterface_idl__
 #include <com/sun/star/uno/XInterface.idl>
 #endif
 
@@ -56,7 +56,7 @@
 #include <com/sun/star/io/ConnectException.idl>
 #endif
 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
 #include <com/sun/star/lang/IllegalArgumentException.idl>
 #endif
 
@@ -68,7 +68,7 @@
 #include <com/sun/star/mail/MailException.idl>
 #endif
 
-#ifndef __com_sun_star_uno_XCurrentContext_idl__ 
+#ifndef __com_sun_star_uno_XCurrentContext_idl__
 #include <com/sun/star/uno/XCurrentContext.idl>
 #endif
 
@@ -76,42 +76,42 @@
 module com { module sun { module star { module mail {
 
 /**
-   Represents a mail server abstraction. 
-      
+   Represents a mail server abstraction.
+
    @since OpenOffice 2.0
  */
 interface XMailService: ::com::sun::star::uno::XInterface {
-       
+
     /**
-        Returns all connection types which are supported to 
-        connect to the mail service. At least support insecure 
-        connections must be supported. Currently defined 
+        Returns all connection types which are supported to
+        connect to the mail service. At least support insecure
+        connections must be supported. Currently defined
         connection types are (the values should be handled
         case insensitive):
-        "Insecure" - insecure connections 
-        "Ssl" - Secure Socket Layer 2.0/3.0 based connection                        
-        
-        @returns 
-        a sequence of supported connection types.       
+        "Insecure" - insecure connections
+        "Ssl" - Secure Socket Layer 2.0/3.0 based connection
+
+        @returns
+        a sequence of supported connection types.
     */
     sequence<string> getSupportedConnectionTypes();
-                    
-    /** 
+
+    /**
         Register a connection listener.
-        
+
         @param xListener
         [in] a listener that will be informed about connection events.
-        
+
         @see com::sun::star::mail::XConnectionListener
     */
     void addConnectionListener([in] XConnectionListener xListener);
-      
+
     /**
         Unregister a connection listener.
-        
+
         @param xListener
         [in] a listener that no longer need to be informed about connection events.
-        
+
         @see com::sun::star::mail::XConnectionListener
     */
     void removeConnectionListener([in] XConnectionListener xListener);
@@ -120,25 +120,25 @@
         Return the context of the current connection. The context
         contains information like the server name, port, connection type
         etc.
-        
-        @precond 
+
+        @precond
         <code>isConnected</code> returns true.
-        
+
         @returns
         the current connection context.
-        
+
         @throws com::sun::star::io::NotConnectedException
         if no connection is currently established.
-        
+
         @see com::sun::star::mail::connectUser
         @see com::sun::star::io::NotConnectedException
     */
     com::sun::star::uno::XCurrentContext getCurrentConnectionContext()
         raises(com::sun::star::io::NotConnectedException);
 
-    /** 
+    /**
         Connect to a mail service. Only one connection to a mail service
-        can be established at a time. 
+        can be established at a time.
 
         @param xConnectionContext
         [in] an interface used to query for connection related information.
@@ -168,71 +168,71 @@
         the xAuthenticator must return an empty user name and an empty password.
 
         @throws com::sun::star::lang::IllegalArgumentException
-        if the provided connection context contains invalid values or 
+        if the provided connection context contains invalid values or
         misses required connection parameters.
 
         @throws com::sun::star::io::AlreadyConnectedException
         on a try to connect to an already connect mail server.
 
-        @throws com::sun::star::io::UnknownHostException  
+        @throws com::sun::star::io::UnknownHostException
         usually if the IP address of the mail server could not be
         determined. Possible causes are a broken network connection,
         a wrong server name, an unreachable DNS server, etc.
-              
-        @throws com::sun::star::io::NoRouteToHostException        
+
+        @throws com::sun::star::io::NoRouteToHostException
         if an error occurred to connect to the remote mail server.
-        Typically the remote mail server cannot be reach because of an 
-        intervening firewall, or if an intermediate router is down, 
+        Typically the remote mail server cannot be reach because of an
+        intervening firewall, or if an intermediate router is down,
         the network connection is broken, etc.
-        
+
         @throws com::sun::star::io::ConnectException
         if an error occurred while attempting to connect to the remote
-        mail server. Typically the connection was refused remotely, 
+        mail server. Typically the connection was refused remotely,
         because the mail server is not listening on the remote address/port.
-        
-        @throws com::sun::star::auth::AuthenticationException 
-        if the specified user could not be logged in. 
-                
+
+        @throws com::sun::star::auth::AuthenticationException
+        if the specified user could not be logged in.
+
         @throws com::sun::star::mail::MailException
-        for other errors during login.        
-        
+        for other errors during login.
+
         @see com::sun::star::uno::XCurrentContext
         @see com::sun::star::mail::XAuthenticator
         @see com::sun::star::lang::IllegalArgumentException
-        @see com::sun::star::io::AlreadyConnectedException                        
+        @see com::sun::star::io::AlreadyConnectedException
         @see com::sun::star::io::UnknownHostException
         @see com::sun::star::io::NoRouteToHostException
         @see com::sun::star::io::ConnectException
-        @see com::sun::star::auth::AuthenticationException         
+        @see com::sun::star::auth::AuthenticationException
         @see com::sun::star::mail::IllegalStateException
         @see com::sun::star::mail::MailException
-    */    
+    */
     void connect([in] com::sun::star::uno::XCurrentContext xConnectionContext, [in] XAuthenticator xAuthenticator)
         raises(com::sun::star::lang::IllegalArgumentException,
-               com::sun::star::io::AlreadyConnectedException, 
+               com::sun::star::io::AlreadyConnectedException,
                com::sun::star::io::UnknownHostException,
                com::sun::star::io::NoRouteToHostException,
                com::sun::star::io::ConnectException,
-               com::sun::star::auth::AuthenticationFailedException, 
+               com::sun::star::auth::AuthenticationFailedException,
                com::sun::star::mail::MailException);
-         
+
     /**
         Disconnect from a mail service.
-        
+
         @throws com::sun::star::mail::MailException
         if errors occur during disconnecting.
     */
-    void disconnect() 
+    void disconnect()
         raises(com::sun::star::mail::MailException);
-    
+
     /**
-        Returns whether a connection to a mail service 
+        Returns whether a connection to a mail service
         currently exist or not.
-        
+
         @returns
         <TRUE/> if a connection to a mail service is established.
     */
-    boolean isConnected();             
+    boolean isConnected();
 };
 
 }; }; }; };
diff --git a/main/offapi/com/sun/star/mail/XMailServiceProvider.idl b/main/offapi/com/sun/star/mail/XMailServiceProvider.idl
index c35022b..c828fa0 100644
--- a/main/offapi/com/sun/star/mail/XMailServiceProvider.idl
+++ b/main/offapi/com/sun/star/mail/XMailServiceProvider.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -40,25 +40,25 @@
 
 /**
    A factory for creating different mail services.
-   
+
    @since OpenOffice 2.0
  */
 interface XMailServiceProvider: ::com::sun::star::uno::XInterface {
-    
-    /** 
+
+    /**
         A factory method.
-        
+
         @param aType
         [in] the type of the requested mail service.
-                                
-        @returns 
+
+        @returns
         A XMailService interface.
-        
+
         @see com::sun::star::mail::XMailServiceProvider
         @see com::sun::star::mail::MailServiceType
     */
     XMailService create([in] MailServiceType aType)
-        raises(com::sun::star::mail::NoMailServiceProviderException, com::sun::star::uno::Exception);            
+        raises(com::sun::star::mail::NoMailServiceProviderException, com::sun::star::uno::Exception);
 };
 
 }; }; }; };
diff --git a/main/offapi/com/sun/star/mail/XSmtpService.idl b/main/offapi/com/sun/star/mail/XSmtpService.idl
index db8e270..939ec0c 100644
--- a/main/offapi/com/sun/star/mail/XSmtpService.idl
+++ b/main/offapi/com/sun/star/mail/XSmtpService.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -55,47 +55,47 @@
 module com { module sun { module star { module mail {
 
 /**
-   Represents a SMTP service abstraction. 
-   
+   Represents a SMTP service abstraction.
+
    @see com::sun::star::mail::XMailService
    @see com::sun::star::mail::XMailMessage
-   
+
    @since OpenOffice 2.0
  */
 interface XSmtpService: ::com::sun::star::mail::XMailService {
-            
+
     /**
-        Send a mail message to its recipients. 
-        
+        Send a mail message to its recipients.
+
         @param xMailMessage
         [in] the mail message to be sent.
-        
+
         @throws com::sun::star::io::NotConnectedException
         if no user is currently connected to the mail server.
-                        
+
         @throws com::sun::star::mail::SendMailMessageFailedException
         if the message could not be sent because of invalid recipient
-        addresses. The e-mail addresses of recipients have to conform to 
+        addresses. The e-mail addresses of recipients have to conform to
         <a href="http://www.ietf.org/rfc/rfc822.txt">RFC&nbsp;822</a>.
-        
+
         @throws com::sun::star::mail::MailException
-        is thrown on other errors that may happen during sending. 
+        is thrown on other errors that may happen during sending.
         A possible reason may be for instance that a file attachment
         specified in a mail message could not be found or accessed.
 
         @throws com::sun::star::datatransfer::UnsupportedFlavorException
-        is thrown when the body of the mail message is provided in an 
-        unsupported mime content type or may be thrown if one of the file 
+        is thrown when the body of the mail message is provided in an
+        unsupported mime content type or may be thrown if one of the file
         attachments specifies an unspupported mime content type.
-        
-        @see com::sun::star::mail::XMailMessage                         
+
+        @see com::sun::star::mail::XMailMessage
         @see com::sun::star::io::NotConnectedException
         @see com::sun::star::mail::SendMailMessageFailedException
-        @see com::sun::star::mail::MailException  
-        @see com::sun::star::datatransfer::UnsupportedFlavorException      
-    */    
+        @see com::sun::star::mail::MailException
+        @see com::sun::star::datatransfer::UnsupportedFlavorException
+    */
     void sendMailMessage([in] XMailMessage xMailMessage)
-        raises(com::sun::star::io::NotConnectedException, com::sun::star::mail::SendMailMessageFailedException, com::sun::star::mail::MailException, com::sun::star::datatransfer::UnsupportedFlavorException);   
+        raises(com::sun::star::io::NotConnectedException, com::sun::star::mail::SendMailMessageFailedException, com::sun::star::mail::MailException, com::sun::star::datatransfer::UnsupportedFlavorException);
 };
 
 }; }; }; };
diff --git a/main/offapi/com/sun/star/media/Manager.idl b/main/offapi/com/sun/star/media/Manager.idl
index 31f2978..4aeb647 100644
--- a/main/offapi/com/sun/star/media/Manager.idl
+++ b/main/offapi/com/sun/star/media/Manager.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -29,10 +29,10 @@
 
 module com {  module sun {  module star {  module media {
 
-/** a <type scope="com::sun::star::media">XPlayer</type> factory. 
+/** a <type scope="com::sun::star::media">XPlayer</type> factory.
     This helps creating new players.
  */
 service Manager : XManager;
-    
+
 }; }; }; };
 #endif
diff --git a/main/offapi/com/sun/star/media/XFrameGrabber.idl b/main/offapi/com/sun/star/media/XFrameGrabber.idl
index 899d719..2960592 100644
--- a/main/offapi/com/sun/star/media/XFrameGrabber.idl
+++ b/main/offapi/com/sun/star/media/XFrameGrabber.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -29,13 +29,13 @@
 
 module com {  module sun {  module star {  module media {
 
-/** This interface provides an easy access to a stream images using 
+/** This interface provides an easy access to a stream images using
     their position in the time.
  */
 interface XFrameGrabber
 {
     /** returns the image of the underlying stream at a given position
- 
+
         @param fMediaTime
             the time in seconds of the image to get. This time has to
             be a positive value inferior to the stream duration.
diff --git a/main/offapi/com/sun/star/media/XManager.idl b/main/offapi/com/sun/star/media/XManager.idl
index d137c0b..c9c3dc9 100644
--- a/main/offapi/com/sun/star/media/XManager.idl
+++ b/main/offapi/com/sun/star/media/XManager.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -32,7 +32,7 @@
 
 module com {  module sun {  module star {  module media {
 
-/** the <type scope="com::sun::star::media">XPlayer</type> 
+/** the <type scope="com::sun::star::media">XPlayer</type>
     factory interface
  */
 interface XManager
diff --git a/main/offapi/com/sun/star/media/XPlayer.idl b/main/offapi/com/sun/star/media/XPlayer.idl
index f8873a9..73b3f6e 100644
--- a/main/offapi/com/sun/star/media/XPlayer.idl
+++ b/main/offapi/com/sun/star/media/XPlayer.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -43,15 +43,15 @@
     /** starts reading the stream from the current position.
      */
     void start();
-    
-    /** stops reading the stream and leave the cursor at its current 
+
+    /** stops reading the stream and leave the cursor at its current
         position.
      */
     void stop();
 
     /** indicates whether the stream is played or not.
 
-        @returns 
+        @returns
             <TRUE/> if the stream is played, <FALSE/> otherwise
      */
     boolean isPlaying();
@@ -65,12 +65,12 @@
 
     /** sets the new cursor position in the media stream. After using
         this method the stream is stopped.
- 
+
         @param fTime
             the new position to set in seconds
      */
     void setMediaTime( [in] double fTime );
-    
+
     /** gets the current position of the cursor in the stream
 
         @returns
@@ -84,7 +84,7 @@
             the time at which to stop reading the stream in seconds
      */
     void setStopTime( [in] double fTime );
-    
+
     /** gets the time at which the stream will stop. The result
         is not guaranteed if no stop time has been set.
      */
@@ -97,7 +97,7 @@
             the stream reading rate. <code>1.0</code> means normal speed.
      */
     void setRate( [in] double fRate );
-    
+
     /** gets the speed of the stream reading relatively to the normal
         reading.
 
@@ -106,45 +106,45 @@
      */
     double getRate();
 
-    /** sets whether the stream reading should restart at the stream 
+    /** sets whether the stream reading should restart at the stream
         start after the end of the stream.
-        
+
         @param bSet
-            loops if set to <TRUE/>, otherwise stops at the end of the 
+            loops if set to <TRUE/>, otherwise stops at the end of the
             stream.
      */
     void setPlaybackLoop( [in] boolean bSet );
-    
-    /** indicates whether the stream reading will restart after the 
+
+    /** indicates whether the stream reading will restart after the
         end of the stream.
 
         @returns
             <TRUE/> if the stream will loop, <FALSE/> otherwise.
      */
     boolean isPlaybackLoop();
-    
+
     /** sets the audio volume in decibel.
-        
+
         @param nDB
             the new volume in Decibel
      */
     void setVolumeDB( [in] short nDB );
-    
+
     /** gets the current audio volume in decibel
 
         @returns
             the volume in decibel
      */
     short getVolumeDB();
-    
+
     /** sets the volume to <code>0</code> or to its previous value.
-       
+
         @param bSet
-            sets the volume to <code>0</code> if <TRUE/>, and switch 
+            sets the volume to <code>0</code> if <TRUE/>, and switch
             to the previous non-null value if <FALSE/>
      */
     void setMute( [in] boolean bSet );
-    
+
     /** gets whether the volume is temporarily down to <code>0</code>
         or not.
 
@@ -160,14 +160,14 @@
             the <type scope="com::sun::star::awt">Size</type>
      */
     ::com::sun::star::awt::Size getPreferredPlayerWindowSize();
-    
+
     /** gets a new player window for this stream control
 
         @param aArguments
             arguments passed to the window during its creation.
      */
     XPlayerWindow createPlayerWindow( [in] sequence< any > aArguments );
-    
+
     /** gets a frame grabber for this stream.
      */
     XFrameGrabber createFrameGrabber();
diff --git a/main/offapi/com/sun/star/media/XPlayerWindow.idl b/main/offapi/com/sun/star/media/XPlayerWindow.idl
index e562ffb..54d1cf8 100644
--- a/main/offapi/com/sun/star/media/XPlayerWindow.idl
+++ b/main/offapi/com/sun/star/media/XPlayerWindow.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -43,13 +43,13 @@
     /** changes the zoom of the media played by the window.
      */
     boolean setZoomLevel( [in] ZoomLevel ZoomLevel );
-    
+
 	/** gets the current media ratio.
      */
     ZoomLevel getZoomLevel();
-	
+
 	/** changes the pointer for the player window.
-        
+
         @param SystemPointerType
             a <type scope="::com::sun::star::awt">SystemPointer</type>
      */
diff --git a/main/offapi/com/sun/star/media/ZoomLevel.idl b/main/offapi/com/sun/star/media/ZoomLevel.idl
index d151a8a..e0fa88e 100644
--- a/main/offapi/com/sun/star/media/ZoomLevel.idl
+++ b/main/offapi/com/sun/star/media/ZoomLevel.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/modules.idl b/main/offapi/com/sun/star/modules.idl
index 3a08eea..96f0c59 100644
--- a/main/offapi/com/sun/star/modules.idl
+++ b/main/offapi/com/sun/star/modules.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -113,7 +113,7 @@
 /// Spell checker, hyphenation and thesaurus interfaces.
 module linguistic2 {};
 
-/// Interfaces for Email connectivity 
+/// Interfaces for Email connectivity
 module mail {};
 
 /// Media type interfaces
diff --git a/main/offapi/com/sun/star/mozilla/MenuMultipleChange.idl b/main/offapi/com/sun/star/mozilla/MenuMultipleChange.idl
index e50ba6d..815b9ba 100644
--- a/main/offapi/com/sun/star/mozilla/MenuMultipleChange.idl
+++ b/main/offapi/com/sun/star/mozilla/MenuMultipleChange.idl
@@ -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,35 +7,35 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
- 
- 
-#ifndef __com_sun_star_mozilla_MenuMultipleChange_idl__ 
-#define __com_sun_star_mozilla_MenuMultipleChange_idl__ 
- 
-#ifndef __com_sun_star_lang_XComponent_idl__ 
-#include <com/sun/star/lang/XComponent.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module mozilla { 
- 
-//============================================================================= 
- 
- 
+
+
+#ifndef __com_sun_star_mozilla_MenuMultipleChange_idl__
+#define __com_sun_star_mozilla_MenuMultipleChange_idl__
+
+#ifndef __com_sun_star_lang_XComponent_idl__
+#include <com/sun/star/lang/XComponent.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module mozilla {
+
+//=============================================================================
+
+
 // DocMerge from idl: struct com::sun::star::mozilla::MenuMultipleChange
 /** Explains properties of a menu item
  */
@@ -44,69 +44,69 @@
 	// DocMerge from xml: field com::sun::star::mozilla::MenuMultipleChange::ID
 	/** unique ID of this menu item
 	 */
-	short		ID; 
-	 
-		//------------------------------------------------------------------------- 
-		 
+	short		ID;
+
+		//-------------------------------------------------------------------------
+
 	// DocMerge from xml: field com::sun::star::mozilla::MenuMultipleChange::GroupID
 	/** unique ID of the group this menu item belongs to
 	 */
-	short		GroupID; 
-	 
-		//------------------------------------------------------------------------- 
-		 
+	short		GroupID;
+
+		//-------------------------------------------------------------------------
+
 	// DocMerge from xml: field com::sun::star::mozilla::MenuMultipleChange::PreItemID
 	/** unique ID of the item directly above this menu item, used for fuzzy placement
 	 */
-	short		PreItemID; 
-	 
-		//------------------------------------------------------------------------- 
-		 
+	short		PreItemID;
+
+		//-------------------------------------------------------------------------
+
 	// DocMerge from xml: field com::sun::star::mozilla::MenuMultipleChange::ItemText
 	/** text of the menu item
 	 */
-	string		ItemText; 
-	 
-		//------------------------------------------------------------------------- 
-		 
+	string		ItemText;
+
+		//-------------------------------------------------------------------------
+
 	// DocMerge from xml: field com::sun::star::mozilla::MenuMultipleChange::IsVisible
 	/** true if visible
 	 */
-	boolean		IsVisible; 
-	 
-		//------------------------------------------------------------------------- 
-		 
+	boolean		IsVisible;
+
+		//-------------------------------------------------------------------------
+
 	// DocMerge from xml: field com::sun::star::mozilla::MenuMultipleChange::IsActive
 	/** true if active, so clickable
 	 */
-	boolean		IsActive; 
-	 
-		//------------------------------------------------------------------------- 
-		 
+	boolean		IsActive;
+
+		//-------------------------------------------------------------------------
+
 	// DocMerge from xml: field com::sun::star::mozilla::MenuMultipleChange::IsCheckable
 	/** true if checkable, so there can be a checkmark
 	 */
-	boolean		IsCheckable; 
-	 
-		//------------------------------------------------------------------------- 
-		 
+	boolean		IsCheckable;
+
+		//-------------------------------------------------------------------------
+
 	// DocMerge from xml: field com::sun::star::mozilla::MenuMultipleChange::IsChecked
 	/** true if there is a checkmark
 	 */
-	boolean		IsChecked; 
-	 
-		//------------------------------------------------------------------------- 
-		 
+	boolean		IsChecked;
+
+		//-------------------------------------------------------------------------
+
 	// DocMerge from idl: field com::sun::star::mozilla::MenuMultipleChange::Image
 	/** sequence of bytes representing a possible image
 	 */
-	sequence<byte> Image; 
-	}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
- 
- 
-#endif 
+	sequence<byte> Image;
+	};
+
+//=============================================================================
+
+}; }; }; };
+
+
+
+#endif
diff --git a/main/offapi/com/sun/star/mozilla/MenuProxy.idl b/main/offapi/com/sun/star/mozilla/MenuProxy.idl
index 6a2be38..78ed52c 100644
--- a/main/offapi/com/sun/star/mozilla/MenuProxy.idl
+++ b/main/offapi/com/sun/star/mozilla/MenuProxy.idl
@@ -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,53 +7,53 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
- 
- 
-#ifndef __com_sun_star_mozilla_MenuProxy_idl__ 
-#define __com_sun_star_mozilla_MenuProxy_idl__ 
- 
-#ifndef __com_sun_star_mozilla_XMenuProxy_idl__ 
-#include <com/sun/star/mozilla/XMenuProxy.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module mozilla { 
- 
-//============================================================================= 
- 
- 
+
+
+#ifndef __com_sun_star_mozilla_MenuProxy_idl__
+#define __com_sun_star_mozilla_MenuProxy_idl__
+
+#ifndef __com_sun_star_mozilla_XMenuProxy_idl__
+#include <com/sun/star/mozilla/XMenuProxy.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module mozilla {
+
+//=============================================================================
+
+
 // DocMerge from idl: service com::sun::star::mozilla::MenuProxy
-/** Allows to execute dispatch for a menu item 
+/** Allows to execute dispatch for a menu item
 	and handles listeners for changes in menu items.
  */
 published service MenuProxy
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: service com::sun::star::mozilla::MenuProxy: interface com::sun::star::mozilla::XMenuProxy
 	/** @see XMenuProxy
 	 */
-	interface XMenuProxy; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
- 
- 
-#endif 
+	interface XMenuProxy;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+
+
+#endif
diff --git a/main/offapi/com/sun/star/mozilla/MenuProxyListener.idl b/main/offapi/com/sun/star/mozilla/MenuProxyListener.idl
index ca6f1a7..f7fa209 100644
--- a/main/offapi/com/sun/star/mozilla/MenuProxyListener.idl
+++ b/main/offapi/com/sun/star/mozilla/MenuProxyListener.idl
@@ -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,52 +7,52 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
- 
- 
-#ifndef __com_sun_star_mozilla_MenuProxyListener_idl__ 
-#define __com_sun_star_mozilla_MenuProxyListener_idl__ 
- 
-#ifndef __com_sun_star_mozilla_XMenuProxyListener_idl__ 
-#include <com/sun/star/mozilla/XMenuProxyListener.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module mozilla { 
- 
-//============================================================================= 
- 
- 
+
+
+#ifndef __com_sun_star_mozilla_MenuProxyListener_idl__
+#define __com_sun_star_mozilla_MenuProxyListener_idl__
+
+#ifndef __com_sun_star_mozilla_XMenuProxyListener_idl__
+#include <com/sun/star/mozilla/XMenuProxyListener.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module mozilla {
+
+//=============================================================================
+
+
 // DocMerge from xml: service com::sun::star::mozilla::MenuProxyListener
 /** Listens for changes in menu items.
  */
 published service MenuProxyListener
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: service com::sun::star::mozilla::MenuProxyListener: interface com::sun::star::mozilla::XMenuProxyListener
 	/** @see XMenuProxyListener
 	 */
-	interface XMenuProxyListener; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
- 
- 
-#endif 
+	interface XMenuProxyListener;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+
+
+#endif
diff --git a/main/offapi/com/sun/star/mozilla/MenuSingleChange.idl b/main/offapi/com/sun/star/mozilla/MenuSingleChange.idl
index 324af9f..a7b01bc 100644
--- a/main/offapi/com/sun/star/mozilla/MenuSingleChange.idl
+++ b/main/offapi/com/sun/star/mozilla/MenuSingleChange.idl
@@ -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,35 +7,35 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
- 
- 
-#ifndef __com_sun_star_mozilla_MenuSingleChange_idl__ 
-#define __com_sun_star_mozilla_MenuSingleChange_idl__ 
- 
-#ifndef __com_sun_star_lang_XComponent_idl__ 
-#include <com/sun/star/lang/XComponent.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module mozilla { 
- 
-//============================================================================= 
- 
- 
+
+
+#ifndef __com_sun_star_mozilla_MenuSingleChange_idl__
+#define __com_sun_star_mozilla_MenuSingleChange_idl__
+
+#ifndef __com_sun_star_lang_XComponent_idl__
+#include <com/sun/star/lang/XComponent.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module mozilla {
+
+//=============================================================================
+
+
 // DocMerge from idl: struct com::sun::star::mozilla::MenuSingleChange
 /** Explains a change for a menu item
  */
@@ -44,27 +44,27 @@
 	// DocMerge from xml: field com::sun::star::mozilla::MenuSingleChange::ID
 	/** unique ID of this menu item
 	 */
-	short	ID; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	short	ID;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: field com::sun::star::mozilla::MenuSingleChange::ChangeID
 	/** ID identifying the type of change in the any type change
 	 */
-	short	ChangeID; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	short	ChangeID;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: field com::sun::star::mozilla::MenuSingleChange::Change
 	/** value of change
 	 */
-	any		Change; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
- 
- 
-#endif 
+	any		Change;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+
+
+#endif
diff --git a/main/offapi/com/sun/star/mozilla/MozillaBootstrap.idl b/main/offapi/com/sun/star/mozilla/MozillaBootstrap.idl
index 2ae6c20..a192b94 100644
--- a/main/offapi/com/sun/star/mozilla/MozillaBootstrap.idl
+++ b/main/offapi/com/sun/star/mozilla/MozillaBootstrap.idl
@@ -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,52 +7,52 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
- 
- 
-#ifndef __com_sun_star_mozilla_MozillaBootstrap_idl__ 
-#define __com_sun_star_mozilla_MozillaBootstrap_idl__ 
- 
-#ifndef __com_sun_star_mozilla_XMozillaBootstrap_idl__ 
-#include <com/sun/star/mozilla/XMozillaBootstrap.idl> 
-#endif 
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module mozilla { 
- 
-//============================================================================= 
- 
- 
+
+#ifndef __com_sun_star_mozilla_MozillaBootstrap_idl__
+#define __com_sun_star_mozilla_MozillaBootstrap_idl__
+
+#ifndef __com_sun_star_mozilla_XMozillaBootstrap_idl__
+#include <com/sun/star/mozilla/XMozillaBootstrap.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module mozilla {
+
+//=============================================================================
+
+
 /** Allow to discover Mozilla/Thunderbird profiles
-	Allow init Mozilla XPCOM using selected profile and switch profiles.	
+	Allow init Mozilla XPCOM using selected profile and switch profiles.
  */
 published service MozillaBootstrap
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** @see XMozillaBootstrap
 	 */
-	interface XMozillaBootstrap; 
+	interface XMozillaBootstrap;
 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
- 
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+
+
+#endif
diff --git a/main/offapi/com/sun/star/mozilla/MozillaProductType.idl b/main/offapi/com/sun/star/mozilla/MozillaProductType.idl
index 040e8a4..7f2e359 100644
--- a/main/offapi/com/sun/star/mozilla/MozillaProductType.idl
+++ b/main/offapi/com/sun/star/mozilla/MozillaProductType.idl
@@ -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,32 +7,32 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
- 
- 
-#ifndef __com_sun_star_mozilla_MozillaProductType_idl__ 
-#define __com_sun_star_mozilla_MozillaProductType_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module mozilla { 
- 
-//============================================================================= 
- 
- 
+
+
+#ifndef __com_sun_star_mozilla_MozillaProductType_idl__
+#define __com_sun_star_mozilla_MozillaProductType_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module mozilla {
+
+//=============================================================================
+
+
 /** Mozilla Product Types
  */
 published enum  MozillaProductType
@@ -43,18 +43,18 @@
 	/** Mozilla browse and mail suite
 	*/
     Mozilla = 1,
-	/** Mozilla's next generation web browser. 
+	/** Mozilla's next generation web browser.
 	*/
     Firefox = 2,
 	/** Mozilla's next generation e-mail client.
 	*/
     Thunderbird = 3
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
- 
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+
+
+#endif
diff --git a/main/offapi/com/sun/star/mozilla/XCloseSessionListener.idl b/main/offapi/com/sun/star/mozilla/XCloseSessionListener.idl
index 63db8f6..25eb84f 100644
--- a/main/offapi/com/sun/star/mozilla/XCloseSessionListener.idl
+++ b/main/offapi/com/sun/star/mozilla/XCloseSessionListener.idl
@@ -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,52 +7,52 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_mozilla_XCloseSessionListener_idl__ 
-#define __com_sun_star_mozilla_XCloseSessionListener_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module mozilla {  
- 
-//============================================================================= 
-  
- 
+#ifndef __com_sun_star_mozilla_XCloseSessionListener_idl__
+#define __com_sun_star_mozilla_XCloseSessionListener_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module mozilla {
+
+//=============================================================================
+
+
 // DocMerge from xml: interface com::sun::star::mozilla::XCloseSessionListener
 /** Listener for closing of the corresponding session.
 */
 published interface XCloseSessionListener: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
- 
+{
+	//-------------------------------------------------------------------------
+
+
 	// DocMerge from xml: method com::sun::star::mozilla::XCloseSessionListener::sessionClosed
-	/** Notifies a closesession listener that the corresponding session was logged out 
+	/** Notifies a closesession listener that the corresponding session was logged out
 
 		@param sessionData	[in]:	the data identifying the session that was closed
 
 	 */
-	[oneway] void sessionClosed( [in] any sessionData ); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[oneway] void sessionClosed( [in] any sessionData );
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/mozilla/XCodeProxy.idl b/main/offapi/com/sun/star/mozilla/XCodeProxy.idl
index 12955aa..429a720 100644
--- a/main/offapi/com/sun/star/mozilla/XCodeProxy.idl
+++ b/main/offapi/com/sun/star/mozilla/XCodeProxy.idl
@@ -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,43 +7,43 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_XCodeProxy_idl__ 
-#define __com_sun_star_sdbc_XCodeProxy_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
-#ifndef __com_sun_star_mozilla_MozillaProductType_idl__ 
+#ifndef __com_sun_star_sdbc_XCodeProxy_idl__
+#define __com_sun_star_sdbc_XCodeProxy_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+#ifndef __com_sun_star_mozilla_MozillaProductType_idl__
 #include <com/sun/star/mozilla/MozillaProductType.idl>
-#endif 
- 
- module com {  module sun {  module star {  module mozilla { 
- 
- 
- 
+#endif
+
+ module com {  module sun {  module star {  module mozilla {
+
+
+
 /** is the interface to run Mozilla XPCOM code
-	to run Mozilla XPCOM code in OOo,you should first implement this interface, then pass this object to 
+	to run Mozilla XPCOM code in OOo,you should first implement this interface, then pass this object to
 	xProxyRunner->Run
-	
+
 	@see XProxyRunner
 	@see XMozillaBootstrap
  */
 published interface XCodeProxy: com::sun::star::uno::XInterface
-{ 
-	 
+{
+
 	/** all Mozilla XPCOM code must be called in run() or functions called by run()
 	 */
 	long run();
@@ -54,10 +54,10 @@
 	 */
 	string getProfileName();
 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/mozilla/XMenuProxy.idl b/main/offapi/com/sun/star/mozilla/XMenuProxy.idl
index d4d59ee..ecdf20e 100644
--- a/main/offapi/com/sun/star/mozilla/XMenuProxy.idl
+++ b/main/offapi/com/sun/star/mozilla/XMenuProxy.idl
@@ -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,67 +7,67 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
- 
- 
-#ifndef __com_sun_star_mozilla_XMenuProxy_idl__ 
-#define __com_sun_star_mozilla_XMenuProxy_idl__ 
- 
-#ifndef __com_sun_star_lang_XComponent_idl__ 
-#include <com/sun/star/lang/XComponent.idl> 
-#endif 
- 
-#ifndef __com_sun_star_mozilla_XMenuProxyListener_idl__ 
-#include <com/sun/star/mozilla/XMenuProxyListener.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module mozilla { 
- 
-//============================================================================= 
- 
- 
+
+
+#ifndef __com_sun_star_mozilla_XMenuProxy_idl__
+#define __com_sun_star_mozilla_XMenuProxy_idl__
+
+#ifndef __com_sun_star_lang_XComponent_idl__
+#include <com/sun/star/lang/XComponent.idl>
+#endif
+
+#ifndef __com_sun_star_mozilla_XMenuProxyListener_idl__
+#include <com/sun/star/mozilla/XMenuProxyListener.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module mozilla {
+
+//=============================================================================
+
+
 // DocMerge from xml: interface com::sun::star::mozilla::XMenuProxy
-/** Allows to execute dispatch for a menu item 
+/** Allows to execute dispatch for a menu item
 	and handles listeners for changes in menu items.
  */
 published interface XMenuProxy: com::sun::star::lang::XComponent
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::mozilla::XMenuProxy::executeMenuItem
 	/** Executes dispatch for the given menu id
 
 		@param ID	[in]:	the menu item
 
 	 */
-	void executeMenuItem([in] short ID); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void executeMenuItem([in] short ID);
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::mozilla::XMenuProxy::addMenuProxyListener
 	/** Registers an event listener, which will be called when the menu changes
 
 		@param xListener	[in]:	the listener to be set
 
 	 */
-	[oneway] void addMenuProxyListener([in] XMenuProxyListener xListener ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void addMenuProxyListener([in] XMenuProxyListener xListener );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::mozilla::XMenuProxy::removeMenuProxyListener
 	/** Unregisters an event listener which was registered with
 		<member>XMenuProxy::addMenuProxyListener()</member>.
@@ -75,13 +75,13 @@
 		@param xListener	[in]:	the listener to be removed
 
 	 */
-	[oneway] void removeMenuProxyListener([in] XMenuProxyListener xListener ); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
- 
- 
-#endif 
+	[oneway] void removeMenuProxyListener([in] XMenuProxyListener xListener );
+};
+
+//=============================================================================
+
+}; }; }; };
+
+
+
+#endif
diff --git a/main/offapi/com/sun/star/mozilla/XMenuProxyListener.idl b/main/offapi/com/sun/star/mozilla/XMenuProxyListener.idl
index 9eab1ac..fe45e1d 100644
--- a/main/offapi/com/sun/star/mozilla/XMenuProxyListener.idl
+++ b/main/offapi/com/sun/star/mozilla/XMenuProxyListener.idl
@@ -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,79 +7,79 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
- 
- 
-#ifndef __com_sun_star_mozilla_XMenuProxyListener_idl__ 
-#define __com_sun_star_mozilla_XMenuProxyListener_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_mozilla_MenuMultipleChange_idl__ 
-#include <com/sun/star/mozilla/MenuMultipleChange.idl> 
-#endif 
- 
-#ifndef __com_sun_star_mozilla_MenuSingleChange_idl__ 
-#include <com/sun/star/mozilla/MenuSingleChange.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module mozilla { 
- 
-//============================================================================= 
- 
- 
+
+
+#ifndef __com_sun_star_mozilla_XMenuProxyListener_idl__
+#define __com_sun_star_mozilla_XMenuProxyListener_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_mozilla_MenuMultipleChange_idl__
+#include <com/sun/star/mozilla/MenuMultipleChange.idl>
+#endif
+
+#ifndef __com_sun_star_mozilla_MenuSingleChange_idl__
+#include <com/sun/star/mozilla/MenuSingleChange.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module mozilla {
+
+//=============================================================================
+
+
 // DocMerge from xml: interface com::sun::star::mozilla::XMenuProxyListener
 /** Listens for changes in menu items.
  */
 published interface XMenuProxyListener: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::mozilla::XMenuProxyListener::menuChangedMultiple
-	/** is called, if the content or graphical representation/state of the menu changes 
+	/** is called, if the content or graphical representation/state of the menu changes
 		completely, for one or more menu items
 	 */
-	void menuChangedMultiple([in] sequence<MenuMultipleChange> MenuMultipleChanges); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void menuChangedMultiple([in] sequence<MenuMultipleChange> MenuMultipleChanges);
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::mozilla::XMenuProxyListener::menuChangedSingle
-	/** is called, if the content or graphical representation/state of the menu changes, 
+	/** is called, if the content or graphical representation/state of the menu changes,
 		by one property for one or more menu items
 	 */
-	void menuChangedSingle([in] sequence<MenuSingleChange> MenuSingleChanges); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void menuChangedSingle([in] sequence<MenuSingleChange> MenuSingleChanges);
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::mozilla::XMenuProxyListener::menuItemDeleted
 	/** is called, if one menu item designated by the ID, is deleted.
 
 		@param ID	[in]:	the menu item
 
 	 */
-	void menuItemDeleted([in] short ID); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
- 
- 
-#endif 
+	void menuItemDeleted([in] short ID);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+
+
+#endif
diff --git a/main/offapi/com/sun/star/mozilla/XMozillaBootstrap.idl b/main/offapi/com/sun/star/mozilla/XMozillaBootstrap.idl
index dd99f30..06bab1b 100644
--- a/main/offapi/com/sun/star/mozilla/XMozillaBootstrap.idl
+++ b/main/offapi/com/sun/star/mozilla/XMozillaBootstrap.idl
@@ -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,40 +7,40 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_mozilla_XMozillaBootstrap_idl__ 
-#define __com_sun_star_mozilla_XMozillaBootstrap_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
+#ifndef __com_sun_star_mozilla_XMozillaBootstrap_idl__
+#define __com_sun_star_mozilla_XMozillaBootstrap_idl__
 
-#ifndef __com_sun_star_mozilla_XProfileDiscover_idl__ 
-#include <com/sun/star/mozilla/XProfileDiscover.idl> 
-#endif 
-#ifndef __com_sun_star_mozilla_XProfileManager_idl__ 
-#include <com/sun/star/mozilla/XProfileManager.idl> 
-#endif 
-#ifndef __com_sun_star_mozilla_XProxyRunner_idl__ 
-#include <com/sun/star/mozilla/XProxyRunner.idl> 
-#endif 
- 
- 
- module com {  module sun {  module star {  module mozilla { 
- 
- 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_mozilla_XProfileDiscover_idl__
+#include <com/sun/star/mozilla/XProfileDiscover.idl>
+#endif
+#ifndef __com_sun_star_mozilla_XProfileManager_idl__
+#include <com/sun/star/mozilla/XProfileManager.idl>
+#endif
+#ifndef __com_sun_star_mozilla_XProxyRunner_idl__
+#include <com/sun/star/mozilla/XProxyRunner.idl>
+#endif
+
+
+ module com {  module sun {  module star {  module mozilla {
+
+
 published interface XProfileDiscover;
 published interface XProfileManager;
 published interface XProxyRunner;
@@ -56,10 +56,10 @@
 	interface XProfileManager;
 	interface XProxyRunner;
 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/mozilla/XPluginInstance.idl b/main/offapi/com/sun/star/mozilla/XPluginInstance.idl
index 7b65dad..a48fe5e 100644
--- a/main/offapi/com/sun/star/mozilla/XPluginInstance.idl
+++ b/main/offapi/com/sun/star/mozilla/XPluginInstance.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -139,4 +139,4 @@
 
 }; }; }; };
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/mozilla/XPluginInstanceNotifySink.idl b/main/offapi/com/sun/star/mozilla/XPluginInstanceNotifySink.idl
index 8add5c0..95df309 100644
--- a/main/offapi/com/sun/star/mozilla/XPluginInstanceNotifySink.idl
+++ b/main/offapi/com/sun/star/mozilla/XPluginInstanceNotifySink.idl
@@ -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,55 +7,55 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_mozilla_XPluginInstanceNotifySink_idl__ 
-#define __com_sun_star_mozilla_XPluginInstanceNotifySink_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module mozilla {  
- 
-//============================================================================= 
-  
- 
+#ifndef __com_sun_star_mozilla_XPluginInstanceNotifySink_idl__
+#define __com_sun_star_mozilla_XPluginInstanceNotifySink_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module mozilla {
+
+//=============================================================================
+
+
 // DocMerge from xml: interface com::sun::star::mozilla::XPluginInstanceNotifySink
 /** Allows a plugin to get notification from office side
 	about status of new document opening.
 	This interface is oriented for communication with browsers plugins.
  */
 published interface XPluginInstanceNotifySink: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
- 
+{
+	//-------------------------------------------------------------------------
+
+
 	// DocMerge from xml: method com::sun::star::mozilla::XPluginInstanceNotifySink::notifyURL
-	/** Notifies the plugin that a getURL / postURL operation on the 
+	/** Notifies the plugin that a getURL / postURL operation on the
 		corresponding XPluginInstancePeer was finished.
 
 		@param theURL	[in]:	name of the URL that was used during a previous getURL or postURL call
 
 	 */
-	[oneway] void notifyURL( [in] string theURL ); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[oneway] void notifyURL( [in] string theURL );
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/mozilla/XPluginInstancePeer.idl b/main/offapi/com/sun/star/mozilla/XPluginInstancePeer.idl
index 0bcf630..bfabb29 100644
--- a/main/offapi/com/sun/star/mozilla/XPluginInstancePeer.idl
+++ b/main/offapi/com/sun/star/mozilla/XPluginInstancePeer.idl
@@ -164,4 +164,4 @@
 
 }; }; }; };
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/mozilla/XPluginInstanceSyncPeer.idl b/main/offapi/com/sun/star/mozilla/XPluginInstanceSyncPeer.idl
index c6deee7..043e427 100644
--- a/main/offapi/com/sun/star/mozilla/XPluginInstanceSyncPeer.idl
+++ b/main/offapi/com/sun/star/mozilla/XPluginInstanceSyncPeer.idl
@@ -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,45 +7,45 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_mozilla_XPluginInstanceSyncPeer_idl__ 
-#define __com_sun_star_mozilla_XPluginInstanceSyncPeer_idl__ 
+#ifndef __com_sun_star_mozilla_XPluginInstanceSyncPeer_idl__
+#define __com_sun_star_mozilla_XPluginInstanceSyncPeer_idl__
 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
 
-#ifndef __com_sun_star_mozilla_XPluginInstance_idl__ 
-#include <com/sun/star/mozilla/XPluginInstance.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module mozilla { 
- 
-//============================================================================= 
+#ifndef __com_sun_star_mozilla_XPluginInstance_idl__
+#include <com/sun/star/mozilla/XPluginInstance.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module mozilla {
+
+//=============================================================================
 
 // DocMerge from xml: interface com::sun::star::mozilla::XPluginInstanceSyncPeer
 /** This interface is an extension for <type>XPluginInstancePeer</type> interface.
 	An object can support this interface in addition to <type>XPluginInstancePeer</type> interface.
  */
 published interface XPluginInstanceSyncPeer : com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
- 
+{
+	//-------------------------------------------------------------------------
+
+
 	// DocMerge from xml: method com::sun::star::mozilla::XPluginInstanceSyncPeer::openNewBrowserWindow
 	/** Opens a new browser window with a plugin instance synchronously.
 
@@ -58,12 +58,12 @@
 	void openNewBrowserWindow(
 										[out] XPluginInstance aInstance,
 										[out] any aLinkage,
-										[out] boolean embeded); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
+										[out] boolean embeded);
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/mozilla/XPluginWindowPeer.idl b/main/offapi/com/sun/star/mozilla/XPluginWindowPeer.idl
index 8e13682..a030743 100644
--- a/main/offapi/com/sun/star/mozilla/XPluginWindowPeer.idl
+++ b/main/offapi/com/sun/star/mozilla/XPluginWindowPeer.idl
@@ -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,52 +7,52 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_mozilla_XPluginWindowPeer_idl__ 
-#define __com_sun_star_mozilla_XPluginWindowPeer_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module mozilla {  
- 
-//============================================================================= 
-  
+#ifndef __com_sun_star_mozilla_XPluginWindowPeer_idl__
+#define __com_sun_star_mozilla_XPluginWindowPeer_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module mozilla {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::mozilla::XPluginWindowPeer
 /** Allows to notify a plugin from the office side about plugin window's child window creation.
 	This interface is oriented for communication with browsers plugins.
  */
 published interface XPluginWindowPeer: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
- 
+{
+	//-------------------------------------------------------------------------
+
+
 	// DocMerge from xml: method com::sun::star::mozilla::XPluginWindowPeer::setChildWindow
 	/** Notifies the peer of the created child window.
 
 		@param SystemWindowData	[in]:	platform dependent window data
 
 	 */
-	[oneway] void setChildWindow( [in] any SystemWindowData ); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[oneway] void setChildWindow( [in] any SystemWindowData );
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/mozilla/XProfileDiscover.idl b/main/offapi/com/sun/star/mozilla/XProfileDiscover.idl
index 788b93a..184dfc8 100644
--- a/main/offapi/com/sun/star/mozilla/XProfileDiscover.idl
+++ b/main/offapi/com/sun/star/mozilla/XProfileDiscover.idl
@@ -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,48 +7,48 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_mozilla_XProfileDiscover_idl__ 
-#define __com_sun_star_mozilla_XProfileDiscover_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
-#ifndef __com_sun_star_mozilla_MozillaProductType_idl__ 
+#ifndef __com_sun_star_mozilla_XProfileDiscover_idl__
+#define __com_sun_star_mozilla_XProfileDiscover_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+#ifndef __com_sun_star_mozilla_MozillaProductType_idl__
 #include <com/sun/star/mozilla/MozillaProductType.idl>
-#endif 
- 
- 
- module com {  module sun {  module star {  module mozilla { 
- 
- 
- 
+#endif
+
+
+ module com {  module sun {  module star {  module mozilla {
+
+
+
 /** is the interface used to list and get information for Mozilla/Thunderbird profiles
-	
-	
+
+
 	@see com::sun::star::mozilla::XProfileManager
 	@see com::sun::star::mozilla::MozillaBootstrap
  */
 published interface XProfileDiscover: com::sun::star::uno::XInterface
-{ 
-	 
+{
+
 	/** attempts to get the profiles count.
 
 		@param product
-			is the product name to get profiles count.Currently support "Mozilla" and "Thunderbird". 
-		@returns 
+			is the product name to get profiles count.Currently support "Mozilla" and "Thunderbird".
+		@returns
 			the profiles count of selected product.
 
 	 */
@@ -57,10 +57,10 @@
 	/** attempts to get the profile list for the given product.
 
 		@param product
-			is the product name to get profile list.Currently support "Mozilla" and "Thunderbird". 
+			is the product name to get profile list.Currently support "Mozilla" and "Thunderbird".
 		@param list
 			is a list of all profile of the given product.
-		@returns 
+		@returns
 			the profile count for the given product.
 
 	 */
@@ -69,21 +69,21 @@
 	/** attempts to get the default profile name for the given product.
 
 		@param product
-			is the product name to get default profile.Currently support "Mozilla" and "Thunderbird". 
-		@returns 
+			is the product name to get default profile.Currently support "Mozilla" and "Thunderbird".
+		@returns
 			the default profile name for the given product.
 
 	 */
 	string getDefaultProfile( [in]MozillaProductType product);
 
- 
+
 	/** attempts to get the full path for the given profile.
 
 		@param product
-			is the product name to get profile path.Currently support "Mozilla" and "Thunderbird". 
+			is the product name to get profile path.Currently support "Mozilla" and "Thunderbird".
 		@param profileName
 			the profile name to get full path.
-		@returns 
+		@returns
 			the full path of the given profile.
 
 	 */
@@ -92,10 +92,10 @@
 	/** attempts to get whether profile is locked by other applications.
 
 		@param product
-			is the product name to get profile path.Currently support "Mozilla" and "Thunderbird". 
+			is the product name to get profile path.Currently support "Mozilla" and "Thunderbird".
 		@param profileName
 			the profile name to check.
-		@returns 
+		@returns
 			true is the given profile is locked.
 
 	 */
@@ -104,20 +104,20 @@
 	/** return true if the given profile exists
 
 		@param product
-			is the product name to get profile path.Currently support "Mozilla" and "Thunderbird". 
+			is the product name to get profile path.Currently support "Mozilla" and "Thunderbird".
 		@param profileName
 			the profile name to check.
-		@returns 
+		@returns
 			whether given profile exists
 
 	 */
 	boolean getProfileExists( [in]MozillaProductType product,[in]string profileName);
 
-	
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/mozilla/XProfileManager.idl b/main/offapi/com/sun/star/mozilla/XProfileManager.idl
index 447510a..e8af6aa 100644
--- a/main/offapi/com/sun/star/mozilla/XProfileManager.idl
+++ b/main/offapi/com/sun/star/mozilla/XProfileManager.idl
@@ -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,44 +7,44 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_mozilla_XProfileManager_idl__ 
-#define __com_sun_star_mozilla_XProfileManager_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
-#ifndef __com_sun_star_mozilla_MozillaProductType_idl__ 
+#ifndef __com_sun_star_mozilla_XProfileManager_idl__
+#define __com_sun_star_mozilla_XProfileManager_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+#ifndef __com_sun_star_mozilla_MozillaProductType_idl__
 #include <com/sun/star/mozilla/MozillaProductType.idl>
-#endif 
- 
- 
- 
- module com {  module sun {  module star {  module mozilla { 
- 
- 
- 
+#endif
+
+
+
+ module com {  module sun {  module star {  module mozilla {
+
+
+
 /** is the interface to bootup and switch Mozilla/Thunderbird profiles
-	
+
 	@see com::sun::star::mozilla::MozillaProductType
 	@see com::sun::star::mozilla::XProfileDiscover
 	@see com::sun::star::mozilla::MozillaBootstrap
  */
 published interface XProfileManager: com::sun::star::uno::XInterface
-{ 
-	 
+{
+
 	// DocMerge from xml: method com::sun::star::mozilla::XProfileManager::bootupProfile
 	/** attempts to init xpcom runtime using given profile.
 
@@ -52,7 +52,7 @@
 			is the product to start up.
 		@param profileName
 			the profile name to be used.
-		@returns 
+		@returns
 			the current reference count for the given profile.
 
 	 */
@@ -60,7 +60,7 @@
 
 	/** attempts to shutdown the current profile.
 
-		@returns 
+		@returns
 			the current reference count for the current profile.
 
 	 */
@@ -68,7 +68,7 @@
 
 	/** attempts to get the current product.
 
-		@returns 
+		@returns
 			the current used product.
 
 	 */
@@ -76,7 +76,7 @@
 
 	/** attempts to get the current profile name.
 
-		@returns 
+		@returns
 			the current used profile.
 
 	 */
@@ -84,7 +84,7 @@
 
 	/** attempts to check whether the current profile locked or not
 
-		@returns 
+		@returns
 			return sal_True is current profile is locked
 
 	 */
@@ -96,17 +96,17 @@
 			is the product to be used.
 		@param profileName
 			the profile name to be used.
-		@returns 
+		@returns
 			the current used profile name for the given product.
 
 	 */
 	string setCurrentProfile( [in]MozillaProductType product,[in]string profileName);
-	 
-	
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
+
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/mozilla/XProxyRunner.idl b/main/offapi/com/sun/star/mozilla/XProxyRunner.idl
index cecaef9..709002a 100644
--- a/main/offapi/com/sun/star/mozilla/XProxyRunner.idl
+++ b/main/offapi/com/sun/star/mozilla/XProxyRunner.idl
@@ -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,59 +7,59 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_mozilla_XProxyRunner_idl__ 
-#define __com_sun_star_mozilla_XProxyRunner_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
+#ifndef __com_sun_star_mozilla_XProxyRunner_idl__
+#define __com_sun_star_mozilla_XProxyRunner_idl__
 
-#ifndef __com_sun_star_mozilla_XCodeProxy_idl__ 
-#include <com/sun/star/mozilla/XCodeProxy.idl> 
-#endif 
- 
- 
- module com {  module sun {  module star {  module mozilla { 
- 
- 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_mozilla_XCodeProxy_idl__
+#include <com/sun/star/mozilla/XCodeProxy.idl>
+#endif
+
+
+ module com {  module sun {  module star {  module mozilla {
+
+
 published interface XCodeProxy;
 // DocMerge from xml: interface com::sun::star::mozilla::XProxyRunner
 /** is the interface run Mozilla XPCOM code in a managered environment
-	
+
 	@see com::sun::star::mozilla::XProfileDiscover
 	@see com::sun::star::mozilla::MozillaBootstrap
  */
 published interface XProxyRunner: com::sun::star::uno::XInterface
-{ 
-	 
+{
+
 	// DocMerge from xml: method com::sun::star::mozilla::XProxyRunner::Run
 	/** attempts to Run XPCOM code in a managered environment
 
 		@param aCode
-			is a com:sun:star:mozilla:XCodeProxy object to be run. 
-		@returns 
+			is a com:sun:star:mozilla:XCodeProxy object to be run.
+		@returns
 			the error code, is 0 when no error happened.
 
 	 */
 	long Run( [in]XCodeProxy aCode);
 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/mozilla/XRemoteServiceManagerProvider.idl b/main/offapi/com/sun/star/mozilla/XRemoteServiceManagerProvider.idl
index 23895fc..46d2376 100644
--- a/main/offapi/com/sun/star/mozilla/XRemoteServiceManagerProvider.idl
+++ b/main/offapi/com/sun/star/mozilla/XRemoteServiceManagerProvider.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -36,7 +36,7 @@
 
 /** Allows creation of the remote service manager for given session.
 	This interface is oriented for communication with browsers plugins.
-	
+
 	@deprecated
 */
 published interface XRemoteServiceManagerProvider: com::sun::star::uno::XInterface
@@ -51,7 +51,7 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 
 #endif
diff --git a/main/offapi/com/sun/star/office/XAnnotation.idl b/main/offapi/com/sun/star/office/XAnnotation.idl
index 0228427..f83b554 100644
--- a/main/offapi/com/sun/star/office/XAnnotation.idl
+++ b/main/offapi/com/sun/star/office/XAnnotation.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -32,7 +32,7 @@
 #include <com/sun/star/beans/XMultiPropertySet.idl>
 #endif
 
-#ifndef __com_sun_star_util_DateTime_idl__ 
+#ifndef __com_sun_star_util_DateTime_idl__
 #include <com/sun/star/util/DateTime.idl>
 #endif
 
@@ -71,7 +71,7 @@
 
     /** a reference to the document content this annotation is anchored to. */
     [attribute, readonly] any Anchor;
-    
+
     /** this is an optional position that gives the user interface a hint where
         the annotation should be rendered. This could be an offset to the
         annotations anchor. */
diff --git a/main/offapi/com/sun/star/office/XAnnotationAccess.idl b/main/offapi/com/sun/star/office/XAnnotationAccess.idl
index fa05c9b..75e9f3e 100644
--- a/main/offapi/com/sun/star/office/XAnnotationAccess.idl
+++ b/main/offapi/com/sun/star/office/XAnnotationAccess.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,7 +24,7 @@
 #ifndef __com_sun_star_office_XAnnotationAccess_idl__
 #define __com_sun_star_office_XAnnotationAccess_idl__
 
-#ifndef __com_sun_star_office_XAnnotationEnumeration_idl__ 
+#ifndef __com_sun_star_office_XAnnotationEnumeration_idl__
 #include <com/sun/star/office/XAnnotationEnumeration.idl>
 #endif
 
@@ -45,7 +45,7 @@
 /** This interface gives access to the annotation for a document content.
  */
 interface XAnnotationAccess
-{    
+{
     /** creates a new annotation and inserts it into the document content.
     */
     XAnnotation createAndInsertAnnotation();
@@ -54,11 +54,11 @@
     */
     void removeAnnotation( [in] XAnnotation annotation ) raises ( com::sun::star::lang::IllegalArgumentException );
 
-	/** @returns		 
+	/** @returns
 			a new enumeration object for this annotation container.
 			It returns NULL if there are no objects in this container.
 	 */
-	XAnnotationEnumeration createAnnotationEnumeration(); 
+	XAnnotationEnumeration createAnnotationEnumeration();
 };
 
 //=============================================================================
diff --git a/main/offapi/com/sun/star/office/XAnnotationEnumeration.idl b/main/offapi/com/sun/star/office/XAnnotationEnumeration.idl
index 5aa10a9..f8a5a28 100644
--- a/main/offapi/com/sun/star/office/XAnnotationEnumeration.idl
+++ b/main/offapi/com/sun/star/office/XAnnotationEnumeration.idl
@@ -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,61 +7,61 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_office_XAnnotationEnumeration_idl__ 
-#define __com_sun_star_office_XAnnotationEnumeration_idl__ 
- 
-#ifndef __com_sun_star_office_XAnnotation_idl__ 
-#include <com/sun/star/office/XAnnotation.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_NoSuchElementException_idl__ 
-#include <com/sun/star/container/NoSuchElementException.idl> 
-#endif 
-  
-//============================================================================= 
- 
-module com {  module sun {  module star {  module office {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_office_XAnnotationEnumeration_idl__
+#define __com_sun_star_office_XAnnotationEnumeration_idl__
+
+#ifndef __com_sun_star_office_XAnnotation_idl__
+#include <com/sun/star/office/XAnnotation.idl>
+#endif
+
+#ifndef __com_sun_star_container_NoSuchElementException_idl__
+#include <com/sun/star/container/NoSuchElementException.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module office {
+
+//=============================================================================
+
 /** An enumeration for a set of annotations.
  */
 interface XAnnotationEnumeration
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** tests whether this enumeration contains more elements.
 	 */
-	boolean hasMoreElements(); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns      
-			the next element of this enumeration.  
-				 
-		@throws  NoSuchElementException   
-			if no more elements exist. 
+	boolean hasMoreElements();
+
+	//-------------------------------------------------------------------------
+
+	/** @returns
+			the next element of this enumeration.
+
+		@throws  NoSuchElementException
+			if no more elements exist.
     */
-	XAnnotation nextElement() 
-			raises( com::sun::star::container::NoSuchElementException ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	XAnnotation nextElement()
+			raises( com::sun::star::container::NoSuchElementException );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/oooimprovement/Core.idl b/main/offapi/com/sun/star/oooimprovement/Core.idl
index 59a0368..c0190bb 100644
--- a/main/offapi/com/sun/star/oooimprovement/Core.idl
+++ b/main/offapi/com/sun/star/oooimprovement/Core.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -26,7 +26,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module oooimprovement { 
+module com { module sun { module star { module oooimprovement {
 
 interface XCore;
 
@@ -45,7 +45,7 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/oooimprovement/CoreController.idl b/main/offapi/com/sun/star/oooimprovement/CoreController.idl
index 9d8cd0b..85a259c 100644
--- a/main/offapi/com/sun/star/oooimprovement/CoreController.idl
+++ b/main/offapi/com/sun/star/oooimprovement/CoreController.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -26,7 +26,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module oooimprovement { 
+module com { module sun { module star { module oooimprovement {
 
 interface XCoreController;
 
@@ -46,7 +46,7 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/oooimprovement/XCore.idl b/main/offapi/com/sun/star/oooimprovement/XCore.idl
index d040da8..80c89da 100644
--- a/main/offapi/com/sun/star/oooimprovement/XCore.idl
+++ b/main/offapi/com/sun/star/oooimprovement/XCore.idl
@@ -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,34 +7,34 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
 
-#ifndef __com_sun_star_oooimprovement_XCore_idl__  
+#ifndef __com_sun_star_oooimprovement_XCore_idl__
 #define __com_sun_star_oooimprovement_XCore_idl__
 
 #include <com/sun/star/uno/XInterface.idl>
 
 //=============================================================================
 
-module com { module sun { module star { module oooimprovement { 
+module com { module sun { module star { module oooimprovement {
 
 //=============================================================================
 
 /** specifies the interface used to query the Core status
- 
+
     @since OpenOffice 3.0
 */
 interface XCore
@@ -44,12 +44,12 @@
 	/** returns the current status of the Core */
 	[readonly, attribute] boolean UiEventsLoggerEnabled;
     /** shows a dialog inviting the user to take part */
-    void inviteUser(); 
+    void inviteUser();
 };
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/oooimprovement/XCoreController.idl b/main/offapi/com/sun/star/oooimprovement/XCoreController.idl
index c518181..f8dd923 100644
--- a/main/offapi/com/sun/star/oooimprovement/XCoreController.idl
+++ b/main/offapi/com/sun/star/oooimprovement/XCoreController.idl
@@ -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,35 +7,35 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
 
-#ifndef __com_sun_star_oooimprovement_XCoreController_idl__  
+#ifndef __com_sun_star_oooimprovement_XCoreController_idl__
 #define __com_sun_star_oooimprovement_XCoreController_idl__
 
 #include <com/sun/star/uno/XInterface.idl>
 
 //=============================================================================
 
-module com { module sun { module star { module oooimprovement { 
+module com { module sun { module star { module oooimprovement {
 
 //=============================================================================
 
 /** specifies the interface used to control the OpenOffice Improvement core
     components
- 
+
     @since OpenOffice 3.0
 */
 interface XCoreController
@@ -47,7 +47,7 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/packages/EncryptionNotAllowedException.idl b/main/offapi/com/sun/star/packages/EncryptionNotAllowedException.idl
index ef43786..0fe4b3c 100644
--- a/main/offapi/com/sun/star/packages/EncryptionNotAllowedException.idl
+++ b/main/offapi/com/sun/star/packages/EncryptionNotAllowedException.idl
@@ -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,42 +7,42 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_packages_EncryptionNotAllowedException_idl__ 
-#define __com_sun_star_packages_EncryptionNotAllowedException_idl__ 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module packages {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_packages_EncryptionNotAllowedException_idl__
+#define __com_sun_star_packages_EncryptionNotAllowedException_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module packages {
+
+//=============================================================================
+
 // DocMerge from xml: exception com::sun::star::packages::EncryptionNotAllowedException
-/** This exception can be thrown in case object is encrypted when it is not allowed 
+/** This exception can be thrown in case object is encrypted when it is not allowed
  */
 exception EncryptionNotAllowedException: com::sun::star::uno::Exception
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
 #endif
diff --git a/main/offapi/com/sun/star/packages/NoEncryptionException.idl b/main/offapi/com/sun/star/packages/NoEncryptionException.idl
index b54e63d..705fb4a 100644
--- a/main/offapi/com/sun/star/packages/NoEncryptionException.idl
+++ b/main/offapi/com/sun/star/packages/NoEncryptionException.idl
@@ -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,42 +7,42 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_packages_NoEncryptionException_idl__ 
-#define __com_sun_star_packages_NoEncryptionException_idl__ 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module packages {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_packages_NoEncryptionException_idl__
+#define __com_sun_star_packages_NoEncryptionException_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module packages {
+
+//=============================================================================
+
 // DocMerge from xml: exception com::sun::star::packages::NoEncryptionException
 /** This exception can be thrown in case object is not encrypted one as expected.
  */
 published exception NoEncryptionException: com::sun::star::uno::Exception
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
 #endif
diff --git a/main/offapi/com/sun/star/packages/NoRawFormatException.idl b/main/offapi/com/sun/star/packages/NoRawFormatException.idl
index 0c08f21..6da7b84 100644
--- a/main/offapi/com/sun/star/packages/NoRawFormatException.idl
+++ b/main/offapi/com/sun/star/packages/NoRawFormatException.idl
@@ -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,43 +7,43 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_packages_NoRawFormatException_idl__ 
-#define __com_sun_star_packages_NoRawFormatException_idl__ 
- 
-#ifndef __com_sun_star_io_IOException_idl__ 
-#include <com/sun/star/io/IOException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module packages {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_packages_NoRawFormatException_idl__
+#define __com_sun_star_packages_NoRawFormatException_idl__
+
+#ifndef __com_sun_star_io_IOException_idl__
+#include <com/sun/star/io/IOException.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module packages {
+
+//=============================================================================
+
 // DocMerge from xml: exception com::sun::star::packages::NoRawFormatException
 /** This exception can be thrown in case provided stream is not a raw stream
 	representing encrypted package stream.
  */
 published exception NoRawFormatException: com::sun::star::io::IOException
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
 #endif
diff --git a/main/offapi/com/sun/star/packages/Package.idl b/main/offapi/com/sun/star/packages/Package.idl
index 44ccba1..77c0410 100644
--- a/main/offapi/com/sun/star/packages/Package.idl
+++ b/main/offapi/com/sun/star/packages/Package.idl
@@ -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,27 +7,27 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_packages_Package_idl__ 
-#define __com_sun_star_packages_Package_idl__ 
- 
-#ifndef __com_sun_star_lang_XInitialization_idl__ 
+#ifndef __com_sun_star_packages_Package_idl__
+#define __com_sun_star_packages_Package_idl__
+
+#ifndef __com_sun_star_lang_XInitialization_idl__
 #include <com/sun/star/lang/XInitialization.idl>
 #endif
 
-#ifndef __com_sun_star_container_XHierarchicalNameAccess_idl__ 
+#ifndef __com_sun_star_container_XHierarchicalNameAccess_idl__
 #include <com/sun/star/container/XHierarchicalNameAccess.idl>
 #endif
 
@@ -35,31 +35,31 @@
 #include <com/sun/star/lang/XSingleServiceFactory.idl>
 #endif
 
-#ifndef __com_sun_star_util_XChangesBatch_idl__ 
+#ifndef __com_sun_star_util_XChangesBatch_idl__
 #include <com/sun/star/util/XChangesBatch.idl>
 #endif
 
 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module packages {  
- 
-//============================================================================= 
+//=============================================================================
+
+module com {  module sun {  module star {  module packages {
+
+//=============================================================================
 /**	The <type>Package</type> is a service that provides access to a set of
-	files and folders contained within a Package. One instance of the 
+	files and folders contained within a Package. One instance of the
 	Package service exists for each Package file to be manipulated.
 
-	Each instance is created with an argument which specifies the URL of 
+	Each instance is created with an argument which specifies the URL of
 	the Package file to which the user requires access. If the instance is
-	created without arguments, it must be initialised with the 
-	<type scope="com::sun::star::lang">XInitialization</type> service methods 
+	created without arguments, it must be initialised with the
+	<type scope="com::sun::star::lang">XInitialization</type> service methods
 	before it is a valid instance of the service.
 */
 published service Package
 {
 	/**
 	A Package can be initialised with one of the following:
-	
+
 	1. A file URL referring to a package.
 	2. An XInputStream referring to a package (it must also
 	   support an XSeekable interface).
@@ -67,7 +67,7 @@
 	   an XSeekable interface, and the XOutputStream must support an
 	   XTruncate interface.
 
-	It will throw a css::uno::Exception if initialised with bad data or 
+	It will throw a css::uno::Exception if initialised with bad data or
 	if the package has an invalid format (for example, a corrupt central d
 	irectory record if the file is a ZIP file).
 	*/
@@ -105,7 +105,7 @@
 		2. xDataStream = new MyStreamImpl(). (wherever the data comes from)
 		3. xNewStream->setInputStream( xDataStream );
 		4. parentFolder->insertByName( "image.png", xNewStream );
-	
+
 	Replacing an existing stream would be very similar, except that the
 	call ->insertByName would be replaced by ->replaceByName.
 	*/
@@ -118,5 +118,5 @@
 	interface com::sun::star::util::XChangesBatch;
 };
 }; }; }; };
- 
-#endif 
+
+#endif
diff --git a/main/offapi/com/sun/star/packages/PackageFolder.idl b/main/offapi/com/sun/star/packages/PackageFolder.idl
index b78cf46..161acc2 100644
--- a/main/offapi/com/sun/star/packages/PackageFolder.idl
+++ b/main/offapi/com/sun/star/packages/PackageFolder.idl
@@ -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,48 +7,48 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_packages_PackageFolder_idl__ 
-#define __com_sun_star_packages_PackageFolder_idl__ 
- 
-#ifndef __com_sun_star_container_XNamed_idl__ 
+#ifndef __com_sun_star_packages_PackageFolder_idl__
+#define __com_sun_star_packages_PackageFolder_idl__
+
+#ifndef __com_sun_star_container_XNamed_idl__
 #include <com/sun/star/container/XNamed.idl>
 #endif
 
-#ifndef __com_sun_star_container_XChild_idl__ 
+#ifndef __com_sun_star_container_XChild_idl__
 #include <com/sun/star/container/XChild.idl>
 #endif
 
-#ifndef __com_sun_star_container_XNameContainer_idl__ 
+#ifndef __com_sun_star_container_XNameContainer_idl__
 #include <com/sun/star/container/XNameContainer.idl>
 #endif
 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
+#ifndef __com_sun_star_beans_XPropertySet_idl__
 #include <com/sun/star/beans/XPropertySet.idl>
 #endif
 
-#ifndef __com_sun_star_container_XEnumerationAccess_udl__ 
+#ifndef __com_sun_star_container_XEnumerationAccess_udl__
 #include <com/sun/star/container/XEnumerationAccess.idl>
 #endif
-//============================================================================= 
- 
-module com {  module sun {  module star {   module packages {  
- 
-//============================================================================= 
+//=============================================================================
+
+module com {  module sun {  module star {   module packages {
+
+//=============================================================================
 /**
-	The PackageFolder service represents a single folder or directory within 
+	The PackageFolder service represents a single folder or directory within
 	a Package. Instances of this service can only be constructed by an
 	implementation of the Package service and not via the service manager.
 */
@@ -59,7 +59,7 @@
 	*/
 	interface com::sun::star::container::XNamed;
 	/**
-	The getParent method of XChild will return the PackageFolder that 
+	The getParent method of XChild will return the PackageFolder that
 	contains this PackageFolder or nothing if this PackageFolder is
 	the root PackageFolder.
 
@@ -78,16 +78,16 @@
 	*/
 	interface com::sun::star::container::XNameContainer;
 	/**
-	This interface will return an implementation of service 
+	This interface will return an implementation of service
 	PackageFolderEnumeration, which represents an iterator over the children
 	of the PackageFolder, or the PackageStreams and PackageFolders contained
 	within this instance of the PackageFolder service.
-	
+
 	This provides a "snapshot" of the contents of the
 	PackageFolder at the time of construction. It is the responsibility of the
 	caller to ensure that any given member of the enumeration refers to a valid
-	PackageStream or PackageFolder. 
-	
+	PackageStream or PackageFolder.
+
 	*/
 	interface com::sun::star::container::XEnumerationAccess;
 
@@ -100,5 +100,5 @@
 	interface com::sun::star::beans::XPropertySet;
 };
 }; }; }; };
- 
-#endif 
+
+#endif
diff --git a/main/offapi/com/sun/star/packages/PackageFolderEnumeration.idl b/main/offapi/com/sun/star/packages/PackageFolderEnumeration.idl
index 9624808..5547c7b 100644
--- a/main/offapi/com/sun/star/packages/PackageFolderEnumeration.idl
+++ b/main/offapi/com/sun/star/packages/PackageFolderEnumeration.idl
@@ -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,44 +7,44 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_packages_PackageFolderEnumeration_idl__ 
-#define __com_sun_star_packages_PackageFolderEnumeration_idl__ 
- 
+#ifndef __com_sun_star_packages_PackageFolderEnumeration_idl__
+#define __com_sun_star_packages_PackageFolderEnumeration_idl__
 
-#ifndef __com_sun_star_container_XEnumeration_idl__ 
+
+#ifndef __com_sun_star_container_XEnumeration_idl__
 #include <com/sun/star/container/XEnumeration.idl>
 #endif
 
-//============================================================================= 
- 
-module com {  module sun {  module star {   module packages {  
- 
-//============================================================================= 
+//=============================================================================
+
+module com {  module sun {  module star {   module packages {
+
+//=============================================================================
 
 /**
 This service provides an iterator over the contents of a given instance
 of a PackageFolder. This provides a "snapshot" of the contents of the
 PackageFolder at the time of construction. It is the responsibility of the
 caller to ensure that any given member of the enumeration refers to a valid
-PackageStream or PackageFolder. 
+PackageStream or PackageFolder.
 */
 published service PackageFolderEnumeration
 {
 	interface com::sun::star::container::XEnumeration;
 };
 }; }; }; };
- 
-#endif 
+
+#endif
diff --git a/main/offapi/com/sun/star/packages/PackageStream.idl b/main/offapi/com/sun/star/packages/PackageStream.idl
index cfd1256..3d8cf8e 100644
--- a/main/offapi/com/sun/star/packages/PackageStream.idl
+++ b/main/offapi/com/sun/star/packages/PackageStream.idl
@@ -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,47 +7,47 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_packages_PackageStream_idl__ 
-#define __com_sun_star_packages_PackageStream_idl__ 
- 
+#ifndef __com_sun_star_packages_PackageStream_idl__
+#define __com_sun_star_packages_PackageStream_idl__
 
-#ifndef __com_sun_star_container_XNamed_idl__ 
+
+#ifndef __com_sun_star_container_XNamed_idl__
 #include <com/sun/star/container/XNamed.idl>
 #endif
 
-#ifndef __com_sun_star_container_XChild_idl__ 
+#ifndef __com_sun_star_container_XChild_idl__
 #include <com/sun/star/container/XChild.idl>
 #endif
 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
+#ifndef __com_sun_star_beans_XPropertySet_idl__
 #include <com/sun/star/beans/XPropertySet.idl>
 #endif
 
-#ifndef __com_sun_star_io_XActiveDataSink_idl__ 
+#ifndef __com_sun_star_io_XActiveDataSink_idl__
 #include <com/sun/star/io/XActiveDataSink.idl>
 #endif
 
-//============================================================================= 
- 
-module com {  module sun {  module star {   module packages {  
- 
-//============================================================================= 
+//=============================================================================
+
+module com {  module sun {  module star {   module packages {
+
+//=============================================================================
 
 /**This service represents a stream contained within a Package. Instances of
-this class can only be constructed by the implementation of the Package 
+this class can only be constructed by the implementation of the Package
 service.
 */
 published service PackageStream
@@ -87,5 +87,5 @@
 	interface com::sun::star::beans::XPropertySet;
 };
 }; }; }; };
- 
-#endif 
+
+#endif
diff --git a/main/offapi/com/sun/star/packages/WrongPasswordException.idl b/main/offapi/com/sun/star/packages/WrongPasswordException.idl
index 5e72f21..66d3c16 100644
--- a/main/offapi/com/sun/star/packages/WrongPasswordException.idl
+++ b/main/offapi/com/sun/star/packages/WrongPasswordException.idl
@@ -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,42 +7,42 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_packages_WrongPasswordException_idl__ 
-#define __com_sun_star_packages_WrongPasswordException_idl__ 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module packages {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_packages_WrongPasswordException_idl__
+#define __com_sun_star_packages_WrongPasswordException_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module packages {
+
+//=============================================================================
+
 // DocMerge from xml: exception com::sun::star::packages::WrongPasswordException
 /** This exception can be thrown in case wrong password was provided.
  */
 published exception WrongPasswordException: com::sun::star::uno::Exception
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
 #endif
diff --git a/main/offapi/com/sun/star/packages/XDataSinkEncrSupport.idl b/main/offapi/com/sun/star/packages/XDataSinkEncrSupport.idl
index 3026e16..86069ac 100644
--- a/main/offapi/com/sun/star/packages/XDataSinkEncrSupport.idl
+++ b/main/offapi/com/sun/star/packages/XDataSinkEncrSupport.idl
@@ -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,62 +7,62 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_packages_XDataSinkEncrSupport_idl__ 
-#define __com_sun_star_packages_XDataSinkEncrSupport_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_io_XInputStream_idl__ 
-#include <com/sun/star/io/XInputStream.idl> 
-#endif 
- 
-#ifndef __com_sun_star_io_IOException_idl__ 
-#include <com/sun/star/io/IOException.idl> 
-#endif 
+#ifndef __com_sun_star_packages_XDataSinkEncrSupport_idl__
+#define __com_sun_star_packages_XDataSinkEncrSupport_idl__
 
-#ifndef __com_sun_star_packages_WrongPasswordException_idl__ 
-#include <com/sun/star/packages/WrongPasswordException.idl> 
-#endif 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
 
-#ifndef __com_sun_star_packages_NoEncryptionException_idl__ 
-#include <com/sun/star/packages/NoEncryptionException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_packages_EncryptionNotAllowedException_idl__ 
-#include <com/sun/star/packages/EncryptionNotAllowedException.idl> 
-#endif 
+#ifndef __com_sun_star_io_XInputStream_idl__
+#include <com/sun/star/io/XInputStream.idl>
+#endif
 
-#ifndef __com_sun_star_packages_NoRawFormatException_idl__ 
-#include <com/sun/star/packages/NoRawFormatException.idl> 
-#endif 
+#ifndef __com_sun_star_io_IOException_idl__
+#include <com/sun/star/io/IOException.idl>
+#endif
+
+#ifndef __com_sun_star_packages_WrongPasswordException_idl__
+#include <com/sun/star/packages/WrongPasswordException.idl>
+#endif
+
+#ifndef __com_sun_star_packages_NoEncryptionException_idl__
+#include <com/sun/star/packages/NoEncryptionException.idl>
+#endif
+
+#ifndef __com_sun_star_packages_EncryptionNotAllowedException_idl__
+#include <com/sun/star/packages/EncryptionNotAllowedException.idl>
+#endif
+
+#ifndef __com_sun_star_packages_NoRawFormatException_idl__
+#include <com/sun/star/packages/NoRawFormatException.idl>
+#endif
 
 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module packages {  
- 
-//============================================================================= 
- 
+//=============================================================================
+
+module com {  module sun {  module star {  module packages {
+
+//=============================================================================
+
 /** Allows to get access to the stream of a <type>PackageStream</type>.
  */
 interface XDataSinkEncrSupport: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** Allows to get access to the data of the PackageStream.
 	<p>
 		In case stream is encrypted one and the key for the stream is not set,
@@ -80,10 +80,10 @@
 	 */
 	::com::sun::star::io::XInputStream getDataStream()
 		raises( ::com::sun::star::packages::WrongPasswordException,
-				::com::sun::star::io::IOException ); 
- 
+				::com::sun::star::io::IOException );
 
-	//------------------------------------------------------------------------- 
+
+	//-------------------------------------------------------------------------
 	/** Allows to get access to the data of the PackageStream as to raw stream.
 	In case stream is not encrypted an exception will be thrown.
 	<p>
@@ -103,9 +103,9 @@
 	 */
 	::com::sun::star::io::XInputStream getRawStream()
 		raises( ::com::sun::star::packages::NoEncryptionException,
-				::com::sun::star::io::IOException ); 
+				::com::sun::star::io::IOException );
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	/** Allows to set a data stream for the PackageStream.
 	<p>
 		In case PackageStream is marked as encrypted the data stream will be encrypted on storing.
@@ -118,9 +118,9 @@
 		in case of io problems
 	 */
 	void setDataStream( [in] ::com::sun::star::io::XInputStream aStream )
-		raises( ::com::sun::star::io::IOException ); 
+		raises( ::com::sun::star::io::IOException );
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	/** Allows to set raw stream for the PackageStream.
 	The PackageStream object can not be marked as encrypted one,
 	an exception will be thrown in such case.
@@ -140,9 +140,9 @@
 	void setRawStream( [in] ::com::sun::star::io::XInputStream aStream )
 		raises( ::com::sun::star::packages::EncryptionNotAllowedException,
 				::com::sun::star::packages::NoRawFormatException,
-				::com::sun::star::io::IOException ); 
+				::com::sun::star::io::IOException );
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	/** Allows to get access to the raw data of the stream as it is stored in
 		the package.
 
@@ -153,15 +153,15 @@
 		in case of io problems during retrieving
 	 */
 	::com::sun::star::io::XInputStream getPlainRawStream()
-		raises( ::com::sun::star::io::IOException ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+		raises( ::com::sun::star::io::IOException );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/packages/manifest/XManifestReader.idl b/main/offapi/com/sun/star/packages/manifest/XManifestReader.idl
index a0e2026..551feeb 100644
--- a/main/offapi/com/sun/star/packages/manifest/XManifestReader.idl
+++ b/main/offapi/com/sun/star/packages/manifest/XManifestReader.idl
@@ -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,46 +7,46 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_packages_manifest_XManifestReader_idl__ 
-#define __com_sun_star_packages_manifest_XManifestReader_idl__ 
+#ifndef __com_sun_star_packages_manifest_XManifestReader_idl__
+#define __com_sun_star_packages_manifest_XManifestReader_idl__
 
 #ifndef __com_sun_star_beans_PropertyValue_idl__
-#include <com/sun/star/beans/PropertyValue.idl> 
-#endif 
+#include <com/sun/star/beans/PropertyValue.idl>
+#endif
 
 #ifndef __com_sun_star_io_XInputStream_idl__
-#include <com/sun/star/io/XInputStream.idl> 
-#endif 
+#include <com/sun/star/io/XInputStream.idl>
+#endif
 
-//============================================================================= 
- 
+//=============================================================================
+
 module com {  module sun {  module star {   module packages {  module manifest {
- 
-//============================================================================= 
+
+//=============================================================================
 /** This interface reads the manifest data from a file. The user
-    must supply an XInputStream when calling readManifestSequence() to receive 
+    must supply an XInputStream when calling readManifestSequence() to receive
 	a sequence of manifest entries. Each manifest entry is represented by
 	a sequence of PropertyValues. */
-//============================================================================= 
+//=============================================================================
 published interface XManifestReader: com::sun::star::uno::XInterface
 {
 	/** Supplies the XManifestReader with an XInputStream to read from, reads
 	    the data and returns it to the caller.
 	*/
-	sequence < sequence < com::sun::star::beans::PropertyValue > > readManifestSequence( [in] com::sun::star::io::XInputStream rStream ); 
+	sequence < sequence < com::sun::star::beans::PropertyValue > > readManifestSequence( [in] com::sun::star::io::XInputStream rStream );
 };
 }; }; }; }; };
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/packages/manifest/XManifestWriter.idl b/main/offapi/com/sun/star/packages/manifest/XManifestWriter.idl
index ee628a9..374a4cb 100644
--- a/main/offapi/com/sun/star/packages/manifest/XManifestWriter.idl
+++ b/main/offapi/com/sun/star/packages/manifest/XManifestWriter.idl
@@ -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,47 +7,47 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_packages_manifest_XManifestWriter_idl__ 
-#define __com_sun_star_packages_manifest_XManifestWriter_idl__ 
+#ifndef __com_sun_star_packages_manifest_XManifestWriter_idl__
+#define __com_sun_star_packages_manifest_XManifestWriter_idl__
 
 #ifndef __com_sun_star_beans_PropertyValue_idl__
-#include <com/sun/star/beans/PropertyValue.idl> 
-#endif 
+#include <com/sun/star/beans/PropertyValue.idl>
+#endif
 
 #ifndef __com_sun_star_io_XOutputStream_idl__
-#include <com/sun/star/io/XOutputStream.idl> 
-#endif 
+#include <com/sun/star/io/XOutputStream.idl>
+#endif
 
-//============================================================================= 
- 
+//=============================================================================
+
 module com {  module sun {  module star {   module packages {  module manifest {
- 
+
 /** This interface writes the manifest data to a file. The user
 	calls writeManifestSequence() with the XOutputStream to write the data to
 	and the sequence of manifest entries to be written passed as parameters.
 	Each manifest entry is represented by a sequence of PropertyValues.*/
 
-//============================================================================= 
+//=============================================================================
 published interface XManifestWriter: com::sun::star::uno::XInterface
 {
 	/** Writes the supplied sequence of manifest entries to the supplied
 	    XOutputStream
 	*/
-	void writeManifestSequence([in] com::sun::star::io::XOutputStream rStream, 
+	void writeManifestSequence([in] com::sun::star::io::XOutputStream rStream,
 							   [in] sequence < sequence < com::sun::star::beans::PropertyValue > > rSequence );
 };
 }; }; }; }; };
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/packages/zip/XZipFileAccess.idl b/main/offapi/com/sun/star/packages/zip/XZipFileAccess.idl
index de45032..319c605 100644
--- a/main/offapi/com/sun/star/packages/zip/XZipFileAccess.idl
+++ b/main/offapi/com/sun/star/packages/zip/XZipFileAccess.idl
@@ -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,49 +7,49 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 #ifndef __com_sun_star_packages_zip_XZipFileAccess_idl__
-#define __com_sun_star_packages_zip_XZipFileAccess_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_packages_zip_ZipEntry_idl__ 
-#include <com/sun/star/packages/zip/ZipEntry.idl> 
-#endif 
+#define __com_sun_star_packages_zip_XZipFileAccess_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_packages_zip_ZipEntry_idl__
+#include <com/sun/star/packages/zip/ZipEntry.idl>
+#endif
 
 #ifndef __com_sun_star_container_NoSuchElementException_idl_
-#include <com/sun/star/container/NoSuchElementException.idl> 
-#endif 
+#include <com/sun/star/container/NoSuchElementException.idl>
+#endif
 
-#ifndef __com_sun_star_io_IOException_idl__ 
-#include <com/sun/star/io/IOException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_io_IOException_idl__
+#include <com/sun/star/io/IOException.idl>
+#endif
+
+
+//=============================================================================
+
 module com {  module sun {  module star {   module packages {  module zip {
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
 /** allows to get reading access to nonencrypted entries inside zip file.
  */
 interface XZipFileAccess: ::com::sun::star::uno::XInterface
-{ 
+{
 	//-------------------------------------------------------------------------
 	/** allows to get stream by specifying a pattern.
 
@@ -65,10 +65,10 @@
 		raises( ::com::sun::star::container::NoSuchElementException,
 				::com::sun::star::io::IOException );
 
-}; 
- 
-//============================================================================= 
- 
+};
+
+//=============================================================================
+
 }; }; }; }; };
- 
-#endif 
+
+#endif
diff --git a/main/offapi/com/sun/star/packages/zip/ZipConstants.idl b/main/offapi/com/sun/star/packages/zip/ZipConstants.idl
index a6301e3..611f4a4 100644
--- a/main/offapi/com/sun/star/packages/zip/ZipConstants.idl
+++ b/main/offapi/com/sun/star/packages/zip/ZipConstants.idl
@@ -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,40 +7,40 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 #ifndef __com_sun_star_package_zip_ZipConstants_idl__
 #define __com_sun_star_package_zip_ZipConstants_idl__
- 
 
 
-//============================================================================= 
- 
+
+//=============================================================================
+
 module com {  module sun {  module star {   module packages {  module zip {
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
 /** defines the constants used by the ZIP interfaces.
  */
 published constants ZipConstants
-{ 
+{
 	//-------------------------------------------------------------------------
-    /** Compression method for the deflate algorithm (the only one currently 
+    /** Compression method for the deflate algorithm (the only one currently
 	   supported).
 	 */
     const short DEFLATED = 8;
-	
+
 	//-------------------------------------------------------------------------
     /** Compression level for no compression.
 	 */
@@ -62,8 +62,8 @@
     const short DEFAULT_COMPRESSION = -1;
 
 	//-------------------------------------------------------------------------
-    /** Compression strategy best used for data consisting mostly of small 
-	  values with a somewhat random distribution. Forces more Huffman 
+    /** Compression strategy best used for data consisting mostly of small
+	  values with a somewhat random distribution. Forces more Huffman
 	  coding and less string matching.
 	 */
     const short FILTERED = 1;
@@ -299,9 +299,9 @@
 	 */
 	const short ENDCOM = 20;
 
-}; 
-//============================================================================= 
- 
+};
+//=============================================================================
+
 }; }; }; }; };
- 
-#endif 
+
+#endif
diff --git a/main/offapi/com/sun/star/packages/zip/ZipEntry.idl b/main/offapi/com/sun/star/packages/zip/ZipEntry.idl
index ef49ce2..fdbdc20 100644
--- a/main/offapi/com/sun/star/packages/zip/ZipEntry.idl
+++ b/main/offapi/com/sun/star/packages/zip/ZipEntry.idl
@@ -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,50 +7,50 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 #ifndef __com_sun_star_packages_zip_ZipEntry_idl__
-#define __com_sun_star_packages_zip_ZipEntry_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_xml_sax_InputSource_idl__ 
-#include <com/sun/star/xml/sax/InputSource.idl> 
-#endif 
- 
-#ifndef __com_sun_star_io_IOException_idl__ 
-#include <com/sun/star/io/IOException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
+#define __com_sun_star_packages_zip_ZipEntry_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_xml_sax_InputSource_idl__
+#include <com/sun/star/xml/sax/InputSource.idl>
+#endif
+
+#ifndef __com_sun_star_io_IOException_idl__
+#include <com/sun/star/io/IOException.idl>
+#endif
+
+
+//=============================================================================
+
 module com {  module sun {  module star {   module packages {  module zip {
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
 /** used to represent a ZIP file entry
-	
-	
-	<p>This interface is an IDL version of the Java interface 
+
+
+	<p>This interface is an IDL version of the Java interface
 	<em>java.util.zip.ZipFile</em> with some minor adaptations.</p>
  */
 published struct ZipEntry
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** version needed to extract
 	 */
 	short nVersion;
@@ -98,7 +98,7 @@
 	//-------------------------------------------------------------------------
 	/** the entry name
 	 */
-	string sName; 
+	string sName;
 
 	//-------------------------------------------------------------------------
 	/** optional extra field data for entry
@@ -109,10 +109,10 @@
 	/** optional comment
 	 */
 	string sComment;
-}; 
- 
-//============================================================================= 
- 
+};
+
+//=============================================================================
+
 }; }; }; }; };
- 
-#endif 
+
+#endif
diff --git a/main/offapi/com/sun/star/packages/zip/ZipException.idl b/main/offapi/com/sun/star/packages/zip/ZipException.idl
index bf27381..6ab498b 100644
--- a/main/offapi/com/sun/star/packages/zip/ZipException.idl
+++ b/main/offapi/com/sun/star/packages/zip/ZipException.idl
@@ -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,50 +7,50 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 #ifndef __com_sun_star_packages_zip_ZipException_idl__
 #define __com_sun_star_packages_zip_ZipException_idl__
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_io_XInputStream_idl__ 
-#include <com/sun/star/io/XInputStream.idl> 
-#endif 
- 
-#ifndef __com_sun_star_io_IOException_idl__ 
-#include <com/sun/star/io/IOException.idl> 
-#endif 
- 
-//============================================================================= 
- 
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_io_XInputStream_idl__
+#include <com/sun/star/io/XInputStream.idl>
+#endif
+
+#ifndef __com_sun_star_io_IOException_idl__
+#include <com/sun/star/io/IOException.idl>
+#endif
+
+//=============================================================================
+
 module com {  module sun {  module star {   module packages {  module zip {
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
 /** used to indicate that a ZIP exception has occurred.
-	<p>This interface is an IDL version of the Java interface 
+	<p>This interface is an IDL version of the Java interface
 	<em>java.util.zip.ZipException</em> with some minor adaptations.</p>
  */
 published exception ZipException: com::sun::star::uno::Exception
-{ 
-}; 
- 
-//============================================================================= 
- 
+{
+};
+
+//=============================================================================
+
 }; }; }; }; };
- 
-#endif 
+
+#endif
diff --git a/main/offapi/com/sun/star/packages/zip/ZipFileAccess.idl b/main/offapi/com/sun/star/packages/zip/ZipFileAccess.idl
index c419f19..e073d4d 100644
--- a/main/offapi/com/sun/star/packages/zip/ZipFileAccess.idl
+++ b/main/offapi/com/sun/star/packages/zip/ZipFileAccess.idl
@@ -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,61 +7,61 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 #ifndef __com_sun_star_packages_zip_ZipFileAccess_idl__
-#define __com_sun_star_packages_zip_ZipFileAccess_idl__ 
- 
-#ifndef __com_sun_star_packages_zip_XZipFileAccess_idl__ 
-#include <com/sun/star/packages/zip/XZipFileAccess.idl> 
-#endif 
+#define __com_sun_star_packages_zip_ZipFileAccess_idl__
 
-#ifndef __com_sun_star_lang_XInitialization_idl__ 
-#include <com/sun/star/lang/XInitialization.idl> 
-#endif 
+#ifndef __com_sun_star_packages_zip_XZipFileAccess_idl__
+#include <com/sun/star/packages/zip/XZipFileAccess.idl>
+#endif
 
-#ifndef __com_sun_star_lang_XComponent_idl__ 
-#include <com/sun/star/lang/XComponent.idl> 
-#endif 
+#ifndef __com_sun_star_lang_XInitialization_idl__
+#include <com/sun/star/lang/XInitialization.idl>
+#endif
 
-#ifndef __com_sun_star_container_XNameAccess_idl__ 
-#include <com/sun/star/container/XNameAccess.idl> 
-#endif 
+#ifndef __com_sun_star_lang_XComponent_idl__
+#include <com/sun/star/lang/XComponent.idl>
+#endif
 
-#ifndef __com_sun_star_io_IOException_idl__ 
-#include <com/sun/star/io/IOException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_container_XNameAccess_idl__
+#include <com/sun/star/container/XNameAccess.idl>
+#endif
+
+#ifndef __com_sun_star_io_IOException_idl__
+#include <com/sun/star/io/IOException.idl>
+#endif
+
+
+//=============================================================================
+
 module com {  module sun {  module star {   module packages {  module zip {
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
 /** allows to get reading access to nonencrypted entries inside zip file.
  */
 service ZipFileAccess
-{ 
+{
 	interface XZipFileAccess;
 	interface ::com::sun::star::container::XNameAccess;
 	interface ::com::sun::star::lang::XInitialization;
 	interface ::com::sun::star::lang::XComponent;
-}; 
- 
-//============================================================================= 
- 
+};
+
+//=============================================================================
+
 }; }; }; }; };
- 
-#endif 
+
+#endif
diff --git a/main/offapi/com/sun/star/packages/zip/ZipIOException.idl b/main/offapi/com/sun/star/packages/zip/ZipIOException.idl
index 880f03b..72cfc0e 100644
--- a/main/offapi/com/sun/star/packages/zip/ZipIOException.idl
+++ b/main/offapi/com/sun/star/packages/zip/ZipIOException.idl
@@ -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,45 +7,45 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 #ifndef __com_sun_star_packages_zip_ZipIOException_idl__
 #define __com_sun_star_packages_zip_ZipIOException_idl__
- 
-#ifndef __com_sun_star_io_IOException_idl__ 
-#include <com/sun/star/io/IOException.idl> 
-#endif 
- 
-//============================================================================= 
- 
+
+#ifndef __com_sun_star_io_IOException_idl__
+#include <com/sun/star/io/IOException.idl>
+#endif
+
+//=============================================================================
+
 module com {  module sun {  module star {   module packages {  module zip {
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
 /** used to indicate that a ZIP exception has occurred.
 	usually can be thrown from XInputStream interface implementations.
-	<p>This interface is an IDL version of the Java interface 
+	<p>This interface is an IDL version of the Java interface
 	<em>java.util.zip.ZipException</em> with some minor adaptations.</p>
 
     @since OpenOffice 1.1.2
  */
 published exception ZipIOException: com::sun::star::io::IOException
-{ 
-}; 
- 
-//============================================================================= 
- 
+{
+};
+
+//=============================================================================
+
 }; }; }; }; };
- 
-#endif 
+
+#endif
diff --git a/main/offapi/com/sun/star/plugin/PluginDescription.idl b/main/offapi/com/sun/star/plugin/PluginDescription.idl
index 3eca414..e1f4a3d 100644
--- a/main/offapi/com/sun/star/plugin/PluginDescription.idl
+++ b/main/offapi/com/sun/star/plugin/PluginDescription.idl
@@ -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,46 +7,46 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_plugin_PluginDescription_idl__ 
-#define __com_sun_star_plugin_PluginDescription_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module plugin {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_plugin_PluginDescription_idl__
+#define __com_sun_star_plugin_PluginDescription_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module plugin {
+
+//=============================================================================
+
 /** Describes a specific plugin.  If there are multiple mimetypes and/or
 	extensions, multiple <type>PluginDescription</type>s will be created.
 */
 published struct PluginDescription
 {
 	/** the plugin's name (usually the shared object file name) */
-	string PluginName; 
+	string PluginName;
 	/** a mimetype for which this plugin should be registered */
-	string Mimetype; 
+	string Mimetype;
 	/** the file extension for files the plugin can handle */
-	string Extension; 
+	string Extension;
 	/** text description of the plugin */
 	string Description;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/plugin/PluginException.idl b/main/offapi/com/sun/star/plugin/PluginException.idl
index 5272762..efe21b1 100644
--- a/main/offapi/com/sun/star/plugin/PluginException.idl
+++ b/main/offapi/com/sun/star/plugin/PluginException.idl
@@ -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,47 +7,47 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_plugin_PluginException_idl__ 
-#define __com_sun_star_plugin_PluginException_idl__ 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module plugin {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_plugin_PluginException_idl__
+#define __com_sun_star_plugin_PluginException_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module plugin {
+
+//=============================================================================
+
 /** Indicates that an error occurred in an NPN or NPP function call.
 
-    @see XPlugin 
-    @see XPluginContext 
+    @see XPlugin
+    @see XPluginContext
     @see XPluginManager
 */
 published exception PluginException: com::sun::star::uno::Exception
-{ 
+{
 	/** original Netscape plugin error code */
 	short ErrorCode;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/plugin/PluginManager.idl b/main/offapi/com/sun/star/plugin/PluginManager.idl
index 2ac69f2..8a0df92 100644
--- a/main/offapi/com/sun/star/plugin/PluginManager.idl
+++ b/main/offapi/com/sun/star/plugin/PluginManager.idl
@@ -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,42 +7,42 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_plugin_PluginManager_idl__ 
-#define __com_sun_star_plugin_PluginManager_idl__ 
- 
-#ifndef __com_sun_star_plugin_XPluginManager_idl__ 
-#include <com/sun/star/plugin/XPluginManager.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module plugin {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_plugin_PluginManager_idl__
+#define __com_sun_star_plugin_PluginManager_idl__
+
+#ifndef __com_sun_star_plugin_XPluginManager_idl__
+#include <com/sun/star/plugin/XPluginManager.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module plugin {
+
+//=============================================================================
+
 /** This service manages all recognized Netscape plugins.
 */
 published service PluginManager
 {
-	interface com::sun::star::plugin::XPluginManager; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	interface com::sun::star::plugin::XPluginManager;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/plugin/PluginMode.idl b/main/offapi/com/sun/star/plugin/PluginMode.idl
index 827f637..da6fe11 100644
--- a/main/offapi/com/sun/star/plugin/PluginMode.idl
+++ b/main/offapi/com/sun/star/plugin/PluginMode.idl
@@ -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,39 +7,39 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_plugin_PluginMode_idl__ 
-#define __com_sun_star_plugin_PluginMode_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module plugin {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_plugin_PluginMode_idl__
+#define __com_sun_star_plugin_PluginMode_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module plugin {
+
+//=============================================================================
+
 published constants PluginMode
 {
     /** embedded into document */
-	const short EMBED = 1; 
+	const short EMBED = 1;
     /** full size */
 	const short FULL = 2;
-}; 
- 
-//============================================================================= 
- 
+};
+
+//=============================================================================
+
 }; }; }; };
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/plugin/PluginVariable.idl b/main/offapi/com/sun/star/plugin/PluginVariable.idl
index dbc09ac..28a47a2 100644
--- a/main/offapi/com/sun/star/plugin/PluginVariable.idl
+++ b/main/offapi/com/sun/star/plugin/PluginVariable.idl
@@ -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,47 +7,47 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_plugin_PluginVariable_idl__ 
-#define __com_sun_star_plugin_PluginVariable_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module plugin {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_plugin_PluginVariable_idl__
+#define __com_sun_star_plugin_PluginVariable_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module plugin {
+
+//=============================================================================
+
 /** Describes the possible parameters to XPluginContext::getValue.
 	It describes what kind of object is requested.
 */
 published enum PluginVariable
-{ 
+{
 	/** XPluginContext::getValue will return the XWindow display pointer of
 		a display connection (UNIX only)
     */
-	VxDisplay, 
-    
+	VxDisplay,
+
 	/** XPluginContext::getValue will return the global Xt application context
 		(UNIX only)
     */
 	VxtAppContext
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/plugin/XPlugin.idl b/main/offapi/com/sun/star/plugin/XPlugin.idl
index 38ccbbf..a7f3610 100644
--- a/main/offapi/com/sun/star/plugin/XPlugin.idl
+++ b/main/offapi/com/sun/star/plugin/XPlugin.idl
@@ -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,45 +7,45 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_plugin_XPlugin_idl__ 
-#define __com_sun_star_plugin_XPlugin_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_io_XActiveDataSource_idl__ 
-#include <com/sun/star/io/XActiveDataSource.idl> 
-#endif 
- 
-#ifndef __com_sun_star_plugin_PluginException_idl__ 
-#include <com/sun/star/plugin/PluginException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module plugin {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_plugin_XPlugin_idl__
+#define __com_sun_star_plugin_XPlugin_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_io_XActiveDataSource_idl__
+#include <com/sun/star/io/XActiveDataSource.idl>
+#endif
+
+#ifndef __com_sun_star_plugin_PluginException_idl__
+#include <com/sun/star/plugin/PluginException.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module plugin {
+
+//=============================================================================
+
 /** This interface allows the container, e.g. document to control the plugin.
 */
 published interface XPlugin: com::sun::star::uno::XInterface
-{ 
+{
 	/** Tells the plugin instance that a new stream is requested.
 
         @param mimetype
@@ -62,17 +62,17 @@
                whether data comes from a file
         @return true upon success
     */
-	boolean provideNewStream( [in] string mimetype, 
-			 [in] com::sun::star::io::XActiveDataSource aSource, 
-			 [in] string url, 
-			 [in] long length, 
-			 [in] long lastmodified, 
-			 [in] boolean isfile ) 
+	boolean provideNewStream( [in] string mimetype,
+			 [in] com::sun::star::io::XActiveDataSource aSource,
+			 [in] string url,
+			 [in] long length,
+			 [in] long lastmodified,
+			 [in] boolean isfile )
 			raises( com::sun::star::plugin::PluginException );
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/plugin/XPluginContext.idl b/main/offapi/com/sun/star/plugin/XPluginContext.idl
index f5bdffd..bb6f861 100644
--- a/main/offapi/com/sun/star/plugin/XPluginContext.idl
+++ b/main/offapi/com/sun/star/plugin/XPluginContext.idl
@@ -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,58 +7,58 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_plugin_XPluginContext_idl__ 
-#define __com_sun_star_plugin_XPluginContext_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_plugin_XPlugin_idl__ 
-#include <com/sun/star/plugin/XPlugin.idl> 
-#endif 
- 
-#ifndef __com_sun_star_plugin_PluginVariable_idl__ 
-#include <com/sun/star/plugin/PluginVariable.idl> 
-#endif 
- 
-#ifndef __com_sun_star_plugin_PluginException_idl__ 
-#include <com/sun/star/plugin/PluginException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_io_XActiveDataSource_idl__ 
-#include <com/sun/star/io/XActiveDataSource.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module plugin {  
- 
-//============================================================================= 
- 
-/** Interface receiving calls from a plugin library.	
+#ifndef __com_sun_star_plugin_XPluginContext_idl__
+#define __com_sun_star_plugin_XPluginContext_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_plugin_XPlugin_idl__
+#include <com/sun/star/plugin/XPlugin.idl>
+#endif
+
+#ifndef __com_sun_star_plugin_PluginVariable_idl__
+#include <com/sun/star/plugin/PluginVariable.idl>
+#endif
+
+#ifndef __com_sun_star_plugin_PluginException_idl__
+#include <com/sun/star/plugin/PluginException.idl>
+#endif
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+#ifndef __com_sun_star_io_XActiveDataSource_idl__
+#include <com/sun/star/io/XActiveDataSource.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module plugin {
+
+//=============================================================================
+
+/** Interface receiving calls from a plugin library.
     A default context can be created using the <type>PluginManager</type>.
 */
 published interface XPluginContext: com::sun::star::uno::XInterface
-{ 
+{
 	/** Requests global application parameters like display connection
         on UNIX systems.
 
@@ -68,10 +68,10 @@
                variable
         @return value
     */
-	string getValue( [in] com::sun::star::plugin::XPlugin xPlugin, 
-			 [in] com::sun::star::plugin::PluginVariable aVariable ) 
-			raises( com::sun::star::plugin::PluginException ); 
- 
+	string getValue( [in] com::sun::star::plugin::XPlugin xPlugin,
+			 [in] com::sun::star::plugin::PluginVariable aVariable )
+			raises( com::sun::star::plugin::PluginException );
+
 	/** Requests a notification of completion of the operation on an URL.
 
         @param plugin
@@ -83,12 +83,12 @@
         @param listener
                event listener
     */
-	void getURLNotify( [in] com::sun::star::plugin::XPlugin plugin, 
-			 [in] string url, 
-			 [in] string target, 
-			 [in] com::sun::star::lang::XEventListener listener ) 
-			raises( com::sun::star::plugin::PluginException ); 
- 
+	void getURLNotify( [in] com::sun::star::plugin::XPlugin plugin,
+			 [in] string url,
+			 [in] string target,
+			 [in] com::sun::star::lang::XEventListener listener )
+			raises( com::sun::star::plugin::PluginException );
+
 	/** Requests an URL to be loaded into the frame target.
 
         @param plugin
@@ -98,11 +98,11 @@
         @param target
                target frame
     */
-	void getURL( [in] com::sun::star::plugin::XPlugin plugin, 
-			 [in] string url, 
-			 [in] string target ) 
-			raises( com::sun::star::plugin::PluginException ); 
- 
+	void getURL( [in] com::sun::star::plugin::XPlugin plugin,
+			 [in] string url,
+			 [in] string target )
+			raises( com::sun::star::plugin::PluginException );
+
 	/** Posts data from a buffer or file to an URL and receives a
 		notification upon completion.
 
@@ -119,14 +119,14 @@
         @param listener
                event listener
     */
-	void postURLNotify( [in] com::sun::star::plugin::XPlugin plugin, 
-			 [in] string url, 
-			 [in] string target, 
-			 [in] sequence<byte> buf, 
-			 [in] boolean file, 
-			 [in] com::sun::star::lang::XEventListener listener ) 
-			raises( com::sun::star::plugin::PluginException ); 
- 
+	void postURLNotify( [in] com::sun::star::plugin::XPlugin plugin,
+			 [in] string url,
+			 [in] string target,
+			 [in] sequence<byte> buf,
+			 [in] boolean file,
+			 [in] com::sun::star::lang::XEventListener listener )
+			raises( com::sun::star::plugin::PluginException );
+
 	/** Posts data from a buffer or file to an URL.
 
         @param plugin
@@ -140,13 +140,13 @@
         @param file
                whether data is from file
     */
-	void postURL( [in] com::sun::star::plugin::XPlugin plugin, 
-			 [in] string url, 
-			 [in] string target, 
-			 [in] sequence<byte> buf, 
-			 [in] boolean file ) 
-			raises( com::sun::star::plugin::PluginException ); 
- 
+	void postURL( [in] com::sun::star::plugin::XPlugin plugin,
+			 [in] string url,
+			 [in] string target,
+			 [in] sequence<byte> buf,
+			 [in] boolean file )
+			raises( com::sun::star::plugin::PluginException );
+
 	/** Requests a new stream that is created by the plugin and consumed
 		by the browser.
 
@@ -159,23 +159,23 @@
         @param aSource
                data source
     */
-	void newStream( [in] com::sun::star::plugin::XPlugin plugin, 
-			 [in] string mimetype, 
-			 [in] string target, 
-			 [in] com::sun::star::io::XActiveDataSource aSource ) 
-			raises( com::sun::star::plugin::PluginException ); 
- 
+	void newStream( [in] com::sun::star::plugin::XPlugin plugin,
+			 [in] string mimetype,
+			 [in] string target,
+			 [in] com::sun::star::io::XActiveDataSource aSource )
+			raises( com::sun::star::plugin::PluginException );
+
 	/** Displays a message in the browser status line.
-        
+
         @param plugin
                plugin
         @param message
                message
     */
-	void displayStatusText( [in] com::sun::star::plugin::XPlugin plugin, 
-			 [in] string message ) 
-			raises( com::sun::star::plugin::PluginException ); 
- 
+	void displayStatusText( [in] com::sun::star::plugin::XPlugin plugin,
+			 [in] string message )
+			raises( com::sun::star::plugin::PluginException );
+
 	/** Returns an application dependent identification string.
 		This is the same string that is transmitted by a browser to an http server.
 
@@ -183,12 +183,12 @@
                plugin
 		@return id
     */
-	string getUserAgent( [in] com::sun::star::plugin::XPlugin plugin ) 
-			raises( com::sun::star::plugin::PluginException ); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	string getUserAgent( [in] com::sun::star::plugin::XPlugin plugin )
+			raises( com::sun::star::plugin::PluginException );
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/plugin/XPluginManager.idl b/main/offapi/com/sun/star/plugin/XPluginManager.idl
index cf26b32..d850aff 100644
--- a/main/offapi/com/sun/star/plugin/XPluginManager.idl
+++ b/main/offapi/com/sun/star/plugin/XPluginManager.idl
@@ -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,74 +7,74 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_plugin_XPluginManager_idl__ 
-#define __com_sun_star_plugin_XPluginManager_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_plugin_XPluginContext_idl__ 
-#include <com/sun/star/plugin/XPluginContext.idl> 
-#endif 
- 
-#ifndef __com_sun_star_plugin_PluginDescription_idl__ 
-#include <com/sun/star/plugin/PluginDescription.idl> 
-#endif 
- 
-#ifndef __com_sun_star_plugin_XPlugin_idl__ 
-#include <com/sun/star/plugin/XPlugin.idl> 
-#endif 
- 
-#ifndef __com_sun_star_plugin_PluginException_idl__ 
-#include <com/sun/star/plugin/PluginException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XToolkit_idl__ 
-#include <com/sun/star/awt/XToolkit.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XWindowPeer_idl__ 
-#include <com/sun/star/awt/XWindowPeer.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module plugin {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_plugin_XPluginManager_idl__
+#define __com_sun_star_plugin_XPluginManager_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_plugin_XPluginContext_idl__
+#include <com/sun/star/plugin/XPluginContext.idl>
+#endif
+
+#ifndef __com_sun_star_plugin_PluginDescription_idl__
+#include <com/sun/star/plugin/PluginDescription.idl>
+#endif
+
+#ifndef __com_sun_star_plugin_XPlugin_idl__
+#include <com/sun/star/plugin/XPlugin.idl>
+#endif
+
+#ifndef __com_sun_star_plugin_PluginException_idl__
+#include <com/sun/star/plugin/PluginException.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XToolkit_idl__
+#include <com/sun/star/awt/XToolkit.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XWindowPeer_idl__
+#include <com/sun/star/awt/XWindowPeer.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module plugin {
+
+//=============================================================================
+
 /** Interface accessing all recognized Netscape plugins.
 */
 published interface XPluginManager: com::sun::star::uno::XInterface
-{ 
-	/** Creates a default context.  This context depends on the service 
+{
+	/** Creates a default context.  This context depends on the service
 		<type scope="com::sun::star::frame">Desktop</type>.</p>
-        
+
 		@return plugin context
     */
-	com::sun::star::plugin::XPluginContext createPluginContext(); 
-    
+	com::sun::star::plugin::XPluginContext createPluginContext();
+
 	/** Returns the descriptions for all recognized plugins.
-        
+
         @return plugin descriptions
     */
-	sequence<com::sun::star::plugin::PluginDescription> getPluginDescriptions(); 
- 
+	sequence<com::sun::star::plugin::PluginDescription> getPluginDescriptions();
+
 	/** Creates a new plugin instance.
 
         @param acontext
@@ -90,15 +90,15 @@
         @return plugin instance
     */
 	com::sun::star::plugin::XPlugin createPlugin(
-        [in] com::sun::star::plugin::XPluginContext acontext, 
-        [in] short mode, 
-        [in] sequence<string> argn, 
-        [in] sequence<string> argv, 
-        [in] com::sun::star::plugin::PluginDescription plugintype ) 
-        raises( com::sun::star::plugin::PluginException ); 
- 
+        [in] com::sun::star::plugin::XPluginContext acontext,
+        [in] short mode,
+        [in] sequence<string> argn,
+        [in] sequence<string> argv,
+        [in] com::sun::star::plugin::PluginDescription plugintype )
+        raises( com::sun::star::plugin::PluginException );
+
 	/** Creates a new plugin instance.
-        
+
         @param acontext
                plugin context
         @param mode
@@ -116,18 +116,18 @@
         @return plugin instance
     */
 	com::sun::star::plugin::XPlugin createPluginFromURL(
-        [in] com::sun::star::plugin::XPluginContext acontext, 
-        [in] short mode, 
-        [in] sequence<string> argn, 
-        [in] sequence<string> argv, 
-        [in] com::sun::star::awt::XToolkit toolkit, 
-        [in] com::sun::star::awt::XWindowPeer parent, 
-        [in] string url ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+        [in] com::sun::star::plugin::XPluginContext acontext,
+        [in] short mode,
+        [in] sequence<string> argn,
+        [in] sequence<string> argv,
+        [in] com::sun::star::awt::XToolkit toolkit,
+        [in] com::sun::star::awt::XWindowPeer parent,
+        [in] string url );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/presentation/AnimationEffect.idl b/main/offapi/com/sun/star/presentation/AnimationEffect.idl
index 1a32d0e..1bb1904 100644
--- a/main/offapi/com/sun/star/presentation/AnimationEffect.idl
+++ b/main/offapi/com/sun/star/presentation/AnimationEffect.idl
@@ -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,934 +7,934 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_presentation_AnimationEffect_idl__ 
-#define __com_sun_star_presentation_AnimationEffect_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module presentation {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_presentation_AnimationEffect_idl__
+#define __com_sun_star_presentation_AnimationEffect_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module presentation {
+
+//=============================================================================
+
 // DocMerge from xml: enum com::sun::star::presentation::AnimationEffect
 /** specifies the animation effects for animating
 	text or objects.
  */
 published enum AnimationEffect
-{ 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	NONE, 
-	
+{
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	NONE,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::NONE
 	/** use no animation effects.
 	 */
-	NONE, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	FADE_FROM_LEFT, 
-	
+	NONE,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	FADE_FROM_LEFT,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_FROM_LEFT
 	/** use the animation effect 'Fade from Left'.
 	 */
-	FADE_FROM_LEFT, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	FADE_FROM_TOP, 
-	
+	FADE_FROM_LEFT,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	FADE_FROM_TOP,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_FROM_TOP
 	/** use the animation effect 'Fade from Top'.
 	 */
-	FADE_FROM_TOP, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	FADE_FROM_RIGHT, 
-	
+	FADE_FROM_TOP,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	FADE_FROM_RIGHT,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_FROM_RIGHT
 	/** use the animation effect 'Fade from Right'.
 	 */
-	FADE_FROM_RIGHT, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	FADE_FROM_BOTTOM, 
-	
+	FADE_FROM_RIGHT,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	FADE_FROM_BOTTOM,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_FROM_BOTTOM
 	/** use the animation effect 'Fade from Bottom'.
 	 */
-	FADE_FROM_BOTTOM, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	FADE_TO_CENTER, 
-	
+	FADE_FROM_BOTTOM,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	FADE_TO_CENTER,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_TO_CENTER
 	/** use the animation effect 'Fade to Center'.
 	 */
-	FADE_TO_CENTER, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	FADE_FROM_CENTER, 
-	
+	FADE_TO_CENTER,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	FADE_FROM_CENTER,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_FROM_CENTER
 	/** use the animation effect 'Fade from Center'.
 	 */
-	FADE_FROM_CENTER, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	MOVE_FROM_LEFT, 
-	
+	FADE_FROM_CENTER,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	MOVE_FROM_LEFT,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_FROM_LEFT
 	/** use the animation effect 'Move from Left'.
 	 */
-	MOVE_FROM_LEFT, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	MOVE_FROM_TOP, 
-	
+	MOVE_FROM_LEFT,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	MOVE_FROM_TOP,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_FROM_TOP
 	/** use the animation effect 'Move from Top'.
 	 */
-	MOVE_FROM_TOP, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	MOVE_FROM_RIGHT, 
-	
+	MOVE_FROM_TOP,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	MOVE_FROM_RIGHT,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_FROM_RIGHT
 	/** use the animation effect 'Move from Right'.
 	 */
-	MOVE_FROM_RIGHT, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	MOVE_FROM_BOTTOM, 
-	
+	MOVE_FROM_RIGHT,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	MOVE_FROM_BOTTOM,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_FROM_BOTTOM
 	/** use the animation effect 'Move from Bottom'.
 	 */
-	MOVE_FROM_BOTTOM, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	VERTICAL_STRIPES, 
-	
+	MOVE_FROM_BOTTOM,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	VERTICAL_STRIPES,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::VERTICAL_STRIPES
 	/** use the animation effect 'Vertical Stripes'.
 	 */
-	VERTICAL_STRIPES, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	HORIZONTAL_STRIPES, 
-	
+	VERTICAL_STRIPES,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	HORIZONTAL_STRIPES,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::HORIZONTAL_STRIPES
 	/** use the animation effect 'Horizontal Stripes'.
 	 */
-	HORIZONTAL_STRIPES, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	CLOCKWISE, 
-	
+	HORIZONTAL_STRIPES,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	CLOCKWISE,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::CLOCKWISE
 	/** use the animation effect 'Clockwise'.
 	 */
-	CLOCKWISE, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	COUNTERCLOCKWISE, 
-	
+	CLOCKWISE,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	COUNTERCLOCKWISE,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::COUNTERCLOCKWISE
 	/** use the animation effect 'Counter Clockwise'.
 	 */
-	COUNTERCLOCKWISE, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	FADE_FROM_UPPERLEFT, 
-	
+	COUNTERCLOCKWISE,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	FADE_FROM_UPPERLEFT,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_FROM_UPPERLEFT
 	/** use the animation effect 'Fade from Upper Left'.
 	 */
-	FADE_FROM_UPPERLEFT, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	FADE_FROM_UPPERRIGHT, 
-	
+	FADE_FROM_UPPERLEFT,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	FADE_FROM_UPPERRIGHT,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_FROM_UPPERRIGHT
 	/** use the animation effect 'Fade from Upper Right'.
 	 */
-	FADE_FROM_UPPERRIGHT, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	FADE_FROM_LOWERLEFT, 
-	
+	FADE_FROM_UPPERRIGHT,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	FADE_FROM_LOWERLEFT,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_FROM_LOWERLEFT
 	/** use the animation effect 'Fade from Lower Left'.
 	 */
-	FADE_FROM_LOWERLEFT, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	FADE_FROM_LOWERRIGHT, 
-	
+	FADE_FROM_LOWERLEFT,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	FADE_FROM_LOWERRIGHT,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_FROM_LOWERRIGHT
 	/** use the animation effect 'Fade from Lower Right'.
 	 */
-	FADE_FROM_LOWERRIGHT, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	CLOSE_VERTICAL, 
-	
+	FADE_FROM_LOWERRIGHT,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	CLOSE_VERTICAL,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::CLOSE_VERTICAL
 	/** use the animation effect 'Close Vertical'.
 	 */
-	CLOSE_VERTICAL, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	CLOSE_HORIZONTAL, 
-	
+	CLOSE_VERTICAL,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	CLOSE_HORIZONTAL,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::CLOSE_HORIZONTAL
 	/** use the animation effect 'Close Horizontal'.
 	 */
-	CLOSE_HORIZONTAL, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	OPEN_VERTICAL, 
-	
+	CLOSE_HORIZONTAL,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	OPEN_VERTICAL,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::OPEN_VERTICAL
 	/** use the animation effect 'Open Vertical'.
 	 */
-	OPEN_VERTICAL, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	OPEN_HORIZONTAL, 
-	
+	OPEN_VERTICAL,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	OPEN_HORIZONTAL,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::OPEN_HORIZONTAL
 	/** use the animation effect 'Open Horizontal'.
 	 */
-	OPEN_HORIZONTAL, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	PATH, 
-	
+	OPEN_HORIZONTAL,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	PATH,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::PATH
 	/** use the animation effect 'Path'.
 	 */
-	PATH, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	MOVE_TO_LEFT, 
-	
+	PATH,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	MOVE_TO_LEFT,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_TO_LEFT
 	/** use the animation effect 'Move to Left'.
 	 */
-	MOVE_TO_LEFT, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	MOVE_TO_TOP, 
-	
+	MOVE_TO_LEFT,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	MOVE_TO_TOP,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_TO_TOP
 	/** use the animation effect 'Move to Top'.
 	 */
-	MOVE_TO_TOP, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	MOVE_TO_RIGHT, 
-	
+	MOVE_TO_TOP,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	MOVE_TO_RIGHT,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_TO_RIGHT
 	/** use the animation effect 'Move to Right'.
 	 */
-	MOVE_TO_RIGHT, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	MOVE_TO_BOTTOM, 
-	
+	MOVE_TO_RIGHT,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	MOVE_TO_BOTTOM,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_TO_BOTTOM
 	/** use the animation effect 'Move to Bottom'.
 	 */
-	MOVE_TO_BOTTOM, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	SPIRALIN_LEFT, 
-	
+	MOVE_TO_BOTTOM,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	SPIRALIN_LEFT,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::SPIRALIN_LEFT
 	/** use the animation effect 'Spiral Inward Left'.
 	 */
-	SPIRALIN_LEFT, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	SPIRALIN_RIGHT, 
-	
+	SPIRALIN_LEFT,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	SPIRALIN_RIGHT,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::SPIRALIN_RIGHT
 	/** use the animation effect 'Spiral Inward Right'.
 	 */
-	SPIRALIN_RIGHT, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	SPIRALOUT_LEFT, 
-	
+	SPIRALIN_RIGHT,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	SPIRALOUT_LEFT,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::SPIRALOUT_LEFT
 	/** use the animation effect 'Spiral Outward Left'.
 	 */
-	SPIRALOUT_LEFT, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	SPIRALOUT_RIGHT, 
-	
+	SPIRALOUT_LEFT,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	SPIRALOUT_RIGHT,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::SPIRALOUT_RIGHT
 	/** use the animation effect 'Spiral Outward Right'.
 	 */
-	SPIRALOUT_RIGHT, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	DISSOLVE, 
-	
+	SPIRALOUT_RIGHT,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	DISSOLVE,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::DISSOLVE
 	/** use the animation effect 'Spiral Inward Left'.
 	 */
-	DISSOLVE, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	WAVYLINE_FROM_LEFT, 
-	
+	DISSOLVE,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	WAVYLINE_FROM_LEFT,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::WAVYLINE_FROM_LEFT
 	/** use the animation effect 'Wavy Line from Left'.
 	 */
-	WAVYLINE_FROM_LEFT, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	WAVYLINE_FROM_TOP, 
-	
+	WAVYLINE_FROM_LEFT,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	WAVYLINE_FROM_TOP,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::WAVYLINE_FROM_TOP
 	/** use the animation effect 'Wavy Line from Top'.
 	 */
-	WAVYLINE_FROM_TOP, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	WAVYLINE_FROM_RIGHT, 
-	
+	WAVYLINE_FROM_TOP,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	WAVYLINE_FROM_RIGHT,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::WAVYLINE_FROM_RIGHT
 	/** use the animation effect 'Wavy Line from Right'.
 	 */
-	WAVYLINE_FROM_RIGHT, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	WAVYLINE_FROM_BOTTOM, 
-	
+	WAVYLINE_FROM_RIGHT,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	WAVYLINE_FROM_BOTTOM,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::WAVYLINE_FROM_BOTTOM
 	/** use the animation effect 'Wavy Line from Button'.
 	 */
-	WAVYLINE_FROM_BOTTOM, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	RANDOM, 
-	
+	WAVYLINE_FROM_BOTTOM,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	RANDOM,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::RANDOM
 	/** use the animation effect 'Random'.
 	 */
-	RANDOM, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	VERTICAL_LINES, 
-	
+	RANDOM,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	VERTICAL_LINES,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::VERTICAL_LINES
 	/** use the animation effect 'Vertical Lines'.
 	 */
-	VERTICAL_LINES, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	HORIZONTAL_LINES, 
-	
+	VERTICAL_LINES,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	HORIZONTAL_LINES,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::HORIZONTAL_LINES
 	/** use the animation effect 'Horizontal Lines'.
 	 */
-	HORIZONTAL_LINES, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	LASER_FROM_LEFT, 
-	
+	HORIZONTAL_LINES,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	LASER_FROM_LEFT,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::LASER_FROM_LEFT
 	/** use the animation effect 'Wavy Line from Left'.
 	 */
-	LASER_FROM_LEFT, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	LASER_FROM_TOP, 
-	
+	LASER_FROM_LEFT,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	LASER_FROM_TOP,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::LASER_FROM_TOP
 	/** use the animation effect 'Laser from Top'.
 	 */
-	LASER_FROM_TOP, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	LASER_FROM_RIGHT, 
-	
+	LASER_FROM_TOP,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	LASER_FROM_RIGHT,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::LASER_FROM_RIGHT
 	/** use the animation effect 'Laser from Right'.
 	 */
-	LASER_FROM_RIGHT, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	LASER_FROM_BOTTOM, 
-	
+	LASER_FROM_RIGHT,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	LASER_FROM_BOTTOM,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::LASER_FROM_BOTTOM
 	/** use the animation effect 'Laser from Bottom'.
 	 */
-	LASER_FROM_BOTTOM, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	LASER_FROM_UPPERLEFT, 
-	
+	LASER_FROM_BOTTOM,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	LASER_FROM_UPPERLEFT,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::LASER_FROM_UPPERLEFT
 	/** use the animation effect 'Laser from Upper Left'.
 	 */
-	LASER_FROM_UPPERLEFT, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	LASER_FROM_UPPERRIGHT, 
-	
+	LASER_FROM_UPPERLEFT,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	LASER_FROM_UPPERRIGHT,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::LASER_FROM_UPPERRIGHT
 	/** use the animation effect 'Laser from Upper Right'.
 	 */
-	LASER_FROM_UPPERRIGHT, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	LASER_FROM_LOWERLEFT, 
-	
+	LASER_FROM_UPPERRIGHT,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	LASER_FROM_LOWERLEFT,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::LASER_FROM_LOWERLEFT
 	/** use the animation effect 'Laser from Lower Left'.
 	 */
-	LASER_FROM_LOWERLEFT, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	LASER_FROM_LOWERRIGHT, 
-	
+	LASER_FROM_LOWERLEFT,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	LASER_FROM_LOWERRIGHT,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::LASER_FROM_LOWERRIGHT
 	/** use the animation effect 'Laser from Lower Right'.
 	 */
-	LASER_FROM_LOWERRIGHT, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	APPEAR, 
-	
+	LASER_FROM_LOWERRIGHT,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	APPEAR,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::APPEAR
 	/** use the animation effect 'Appear'.
 	 */
-	APPEAR, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	HIDE 
-	
+	APPEAR,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	HIDE
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::HIDE
 	/** use the animation effect 'Hide'.
 	 */
 	HIDE,
 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	MOVE_FROM_UPPERLEFT, 
-	
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	MOVE_FROM_UPPERLEFT,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_FROM_UPPERLEFT
 	/** use the animation effect 'Move from Upper Left'.
 	 */
-	MOVE_FROM_UPPERLEFT, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	MOVE_FROM_UPPERRIGHT, 
-	
+	MOVE_FROM_UPPERLEFT,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	MOVE_FROM_UPPERRIGHT,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_FROM_UPPERRIGHT
 	/** use the animation effect 'Move from Upper Right'.
 	 */
-	MOVE_FROM_UPPERRIGHT, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	MOVE_FROM_LOWERRIGHT, 
-	
+	MOVE_FROM_UPPERRIGHT,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	MOVE_FROM_LOWERRIGHT,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_FROM_LOWERRIGHT
 	/** use the animation effect 'Move from Lower Right'.
 	 */
-	MOVE_FROM_LOWERRIGHT, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	MOVE_FROM_LOWERLEFT, 
-	
+	MOVE_FROM_LOWERRIGHT,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	MOVE_FROM_LOWERLEFT,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_FROM_LOWERLEFT
 	/** use the animation effect 'Move from Lower Left'.
 	 */
-	MOVE_FROM_LOWERLEFT, 
+	MOVE_FROM_LOWERLEFT,
 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	MOVE_TO_UPPERLEFT, 
-	
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	MOVE_TO_UPPERLEFT,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_TO_UPPERLEFT
 	/** use the animation effect 'Move to Upper Left'.
 	 */
-	MOVE_TO_UPPERLEFT, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	MOVE_TO_UPPERRIGHT, 
-	
+	MOVE_TO_UPPERLEFT,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	MOVE_TO_UPPERRIGHT,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_TO_UPPERRIGHT
 	/** use the animation effect 'Move to Upper Right'.
 	 */
-	MOVE_TO_UPPERRIGHT, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	MOVE_TO_LOWERRIGHT, 
-	
+	MOVE_TO_UPPERRIGHT,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	MOVE_TO_LOWERRIGHT,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_TO_LOWERRIGHT
 	/** use the animation effect 'Move to Lower Right'.
 	 */
-	MOVE_TO_LOWERRIGHT, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR AnimationEffect::	MOVE_TO_LOWERLEFT, 
-	
+	MOVE_TO_LOWERRIGHT,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR AnimationEffect::	MOVE_TO_LOWERLEFT,
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_TO_LOWERLEFT
 	/** use the animation effect 'Move to Lower Left'.
 	 */
-	MOVE_TO_LOWERLEFT, 
+	MOVE_TO_LOWERLEFT,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR AnimationEffect::	MOVE_SHORT_FROM_LEFT
-	
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_FROM_LEFT
 	/** use the animation effect 'Move Short from Left'.
 	 */
 	MOVE_SHORT_FROM_LEFT,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR AnimationEffect::	MOVE_SHORT_FROM_UPPERLEFT
-	
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_FROM_UPPERLEFT
 	/** use the animation effect 'Move Short from Upper Left'.
 	 */
 	MOVE_SHORT_FROM_UPPERLEFT,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR AnimationEffect::	MOVE_SHORT_FROM_TOP
-	
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_FROM_TOP
 	/** use the animation effect 'Move Short from Top'.
 	 */
 	MOVE_SHORT_FROM_TOP,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR AnimationEffect::	MOVE_SHORT_FROM_UPPERRIGHT
-	
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_FROM_UPPERRIGHT
 	/** use the animation effect 'Move Short from Upper Right'.
 	 */
 	MOVE_SHORT_FROM_UPPERRIGHT,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR AnimationEffect::	MOVE_SHORT_FROM_RIGHT
-	
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_FROM_RIGHT
 	/** use the animation effect 'Move Short from Right'.
 	 */
 	MOVE_SHORT_FROM_RIGHT,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR AnimationEffect::	MOVE_SHORT_FROM_LOWERRIGHT
-	
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_FROM_LOWERRIGHT
 	/** use the animation effect 'Move Short from Lower Right'.
 	 */
 	MOVE_SHORT_FROM_LOWERRIGHT,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR AnimationEffect::	MOVE_SHORT_FROM_BOTTOM
-	
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_FROM_BOTTOM
 	/** use the animation effect 'Move Short from Bottom'.
 	 */
 	MOVE_SHORT_FROM_BOTTOM,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR AnimationEffect::	MOVE_SHORT_FROM_LOWERLEFT
-	
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_FROM_LOWERLEFT
 	/** use the animation effect 'Move Short from Lower Left'.
 	 */
 	MOVE_SHORT_FROM_LOWERLEFT,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR AnimationEffect::	MOVE_SHORT_TO_LEFT
-	
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_TO_LEFT
 	/** use the animation effect 'Move Short to Left'.
 	 */
 	MOVE_SHORT_TO_LEFT,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR AnimationEffect::	MOVE_SHORT_TO_UPPERLEFT
-	
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_TO_UPPERLEFT
 	/** use the animation effect 'Move Short to Upper Left'.
 	 */
 	MOVE_SHORT_TO_UPPERLEFT,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR AnimationEffect::	MOVE_SHORT_TO_TOP
-	
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_TO_TOP
 	/** use the animation effect 'Move Short to Top'.
 	 */
 	MOVE_SHORT_TO_TOP,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR AnimationEffect::	MOVE_SHORT_TO_UPPERRIGHT
-	
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_TO_UPPERRIGHT
 	/** use the animation effect 'Move Short to Upper Right'.
 	 */
 	MOVE_SHORT_TO_UPPERRIGHT,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR AnimationEffect::	MOVE_SHORT_TO_RIGHT
-	
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_TO_RIGHT
 	/** use the animation effect 'Move Short to Right'.
 	 */
 	MOVE_SHORT_TO_RIGHT,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR AnimationEffect::	MOVE_SHORT_TO_LOWERRIGHT
-	
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_TO_LOWERRIGHT
 	/** use the animation effect 'Move Short to Lower Right'.
 	 */
 	MOVE_SHORT_TO_LOWERRIGHT,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR AnimationEffect::	MOVE_SHORT_TO_BOTTOM
-	
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_TO_BOTTOM
 	/** use the animation effect 'Move Short to Bottom'.
 	 */
 	MOVE_SHORT_TO_BOTTOM,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR AnimationEffect::	MOVE_SHORT_TO_LOWERLEFT
-	
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_TO_LOWERLEFT
 	/** use the animation effect 'Move Short to Lower Left'.
 	 */
 	MOVE_SHORT_TO_LOWERLEFT,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR AnimationEffect::	VERTICAL_CHECKERBOARD
-	
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::VERTICAL_CHECKERBOARD
 	/** use the animation effect 'Vertical Checkerboard'.
 	 */
 	VERTICAL_CHECKERBOARD,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR AnimationEffect::	HORIZONTAL_CHECKERBOARD
-	
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::HORIZONTAL_CHECKERBOARD
 	/** use the animation effect 'Horizontal Checkerboard'.
 	 */
 	HORIZONTAL_CHECKERBOARD,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR AnimationEffect::	HORIZONTAL_ROTATE
-	
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::HORIZONTAL_ROTATE
 	/** use the animation effect 'Horizontal Rotate'.
 	 */
 	HORIZONTAL_ROTATE,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR AnimationEffect::	VERTICAL_ROTATE
-	
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::VERTICAL_ROTATE
 	/** use the animation effect 'Vertical Rotate'.
 	 */
 	VERTICAL_ROTATE,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR AnimationEffect::	HORIZONTAL_STRETCH
-	
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::HORIZONTAL_STRETCH
 	/** use the animation effect 'Horizontal Stretch'.
 	 */
 	HORIZONTAL_STRETCH,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR AnimationEffect::	VERTICAL_STRETCH
-	
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::VERTICAL_STRETCH
 	/** use the animation effect 'Vertical Stretch'.
 	 */
 	VERTICAL_STRETCH,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR AnimationEffect::	STRETCH_FROM_LEFT
-	
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::STRETCH_FROM_LEFT
 	/** use the animation effect 'Stretch From Left'.
 	 */
 	STRETCH_FROM_LEFT,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR AnimationEffect::	STRETCH_FROM_UPPERLEFT
-	
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::STRETCH_FROM_UPPERLEFT
 	/** use the animation effect 'Stretch From Upper Left'.
 	 */
 	STRETCH_FROM_UPPERLEFT,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR AnimationEffect::	STRETCH_FROM_TOP
-	
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::STRETCH_FROM_TOP
 	/** use the animation effect 'Stretch From Top'.
 	 */
 	STRETCH_FROM_TOP,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR AnimationEffect::	STRETCH_FROM_UPPERRIGHT
-	
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::STRETCH_FROM_UPPERRIGHT
 	/** use the animation effect 'Stretch From Upper Right'.
 	 */
 	STRETCH_FROM_UPPERRIGHT,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR AnimationEffect::	STRETCH_FROM_RIGHT
-	
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::STRETCH_FROM_RIGHT
 	/** use the animation effect 'Stretch From Right'.
 	 */
 	STRETCH_FROM_RIGHT,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR AnimationEffect::	STRETCH_FROM_LOWERRIGHT
-	
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::STRETCH_FROM_LOWERRIGHT
 	/** use the animation effect 'Stretch From Lower Right'.
 	 */
 	STRETCH_FROM_LOWERRIGHT,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR AnimationEffect::	STRETCH_FROM_BOTTOM
-	
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::STRETCH_FROM_BOTTOM
 	/** use the animation effect 'Stretch From Bottom'.
 	 */
 	STRETCH_FROM_BOTTOM,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR AnimationEffect::	STRETCH_FROM_LOWERLEFT
-	
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::STRETCH_FROM_LOWERLEFT
 	/** use the animation effect 'Stretch From Lower Left'.
 	 */
 	STRETCH_FROM_LOWERLEFT,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN
-	
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN
 	/** use the animation effect 'Zoom In'.
 	 */
 	ZOOM_IN,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN_SMALL
-	
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN_SMALL
 	/** use the animation effect 'Zoom In Small'.
 	 */
 	ZOOM_IN_SMALL,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN_SPIRAL
-	
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN_SPIRAL
 	/** use the animation effect 'Zoom In Spiral'.
 	 */
 	ZOOM_IN_SPIRAL,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT
-	
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT
 	/** use the animation effect 'Zoom Out'.
 	 */
 	ZOOM_OUT,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT_SMALL
-	
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT_SMALL
 	/** use the animation effect 'Zoom Out Small'.
 	 */
 	ZOOM_OUT_SMALL,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT_SPIRAL
-	
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT_SPIRAL
 	/** use the animation effect 'Zoom Out Spiral'.
 	 */
 	ZOOM_OUT_SPIRAL,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN_FROM_LEFT
-	
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN_FROM_LEFT
 	/** use the animation effect 'Zoom In From Left'.
 	 */
 	ZOOM_IN_FROM_LEFT,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN_FROM_UPPERLEFT
-	
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN_FROM_UPPERLEFT
 	/** use the animation effect 'Zoom In From Upper Left'.
 	 */
 	ZOOM_IN_FROM_UPPERLEFT,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN_FROM_TOP
-	
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN_FROM_TOP
 	/** use the animation effect 'Zoom In From Top'.
 	 */
 	ZOOM_IN_FROM_TOP,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN_FROM_UPPERRIGHT
-	
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN_FROM_UPPERRIGHT
 	/** use the animation effect 'Zoom In From Upper Right'.
 	 */
 	ZOOM_IN_FROM_UPPERRIGHT,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN_FROM_RIGHT
-	
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN_FROM_RIGHT
 	/** use the animation effect 'Zoom In From Right'.
 	 */
 	ZOOM_IN_FROM_RIGHT,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN_FROM_LOWERRIGHT
-	
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN_FROM_LOWERRIGHT
 	/** use the animation effect 'Zoom In From Lower Right'.
 	 */
 	ZOOM_IN_FROM_LOWERRIGHT,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN_FROM_BOTTOM
-	
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN_FROM_BOTTOM
 	/** use the animation effect 'Zoom In From Bottom'.
 	 */
 	ZOOM_IN_FROM_BOTTOM,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN_FROM_LOWERLEFT
-	
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN_FROM_LOWERLEFT
 	/** use the animation effect 'Zoom In From Lower Left'.
 	 */
 	ZOOM_IN_FROM_LOWERLEFT,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN_FROM_CENTER
-	
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN_FROM_CENTER
 	/** use the animation effect 'Zoom In From Center'.
 	 */
 	ZOOM_IN_FROM_CENTER,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT_FROM_LEFT
-	
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT_FROM_LEFT
 	/** use the animation effect 'Zoom Out From Left'.
 	 */
 	ZOOM_OUT_FROM_LEFT,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT_FROM_UPPERLEFT
-	
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT_FROM_UPPERLEFT
 	/** use the animation effect 'Zoom Out From Upper Left'.
 	 */
 	ZOOM_OUT_FROM_UPPERLEFT,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT_FROM_TOP
-	
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT_FROM_TOP
 	/** use the animation effect 'Zoom Out From Top'.
 	 */
 	ZOOM_OUT_FROM_TOP,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT_FROM_UPPERRIGHT
-	
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT_FROM_UPPERRIGHT
 	/** use the animation effect 'Zoom Out From Upper Right'.
 	 */
 	ZOOM_OUT_FROM_UPPERRIGHT,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT_FROM_RIGHT
-	
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT_FROM_RIGHT
 	/** use the animation effect 'Zoom Out From Right'.
 	 */
 	ZOOM_OUT_FROM_RIGHT,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT_FROM_LOWERRIGHT
-	
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT_FROM_LOWERRIGHT
 	/** use the animation effect 'Zoom Out From Lower Right'.
 	 */
 	ZOOM_OUT_FROM_LOWERRIGHT,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT_FROM_BOTTOM
-	
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT_FROM_BOTTOM
 	/** use the animation effect 'Zoom Out From Bottom'.
 	 */
 	ZOOM_OUT_FROM_BOTTOM,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT_FROM_LOWERLEFT
-	
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT_FROM_LOWERLEFT
 	/** use the animation effect 'Zoom Out From Lower Left'.
 	 */
 	ZOOM_OUT_FROM_LOWERLEFT,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	// DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT_FROM_CENTER
-	
+
 	// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT_FROM_CENTER
 	/** use the animation effect 'Zoom Out From Center'.
 	 */
 	ZOOM_OUT_FROM_CENTER
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/presentation/AnimationSpeed.idl b/main/offapi/com/sun/star/presentation/AnimationSpeed.idl
index ee054e4..bfddcbf 100644
--- a/main/offapi/com/sun/star/presentation/AnimationSpeed.idl
+++ b/main/offapi/com/sun/star/presentation/AnimationSpeed.idl
@@ -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,55 +7,55 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_presentation_AnimationSpeed_idl__ 
-#define __com_sun_star_presentation_AnimationSpeed_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module presentation {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_presentation_AnimationSpeed_idl__
+#define __com_sun_star_presentation_AnimationSpeed_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module presentation {
+
+//=============================================================================
+
 /** specifies the speed values of animation/fade effects.
  */
 published enum AnimationSpeed
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 
 	/** set the speed from the animation/fade to slow.
 	 */
-	SLOW, 
- 
-	//------------------------------------------------------------------------- 
+	SLOW,
+
+	//-------------------------------------------------------------------------
 
 	/** set the speed from the animation/fade to medium.
 	 */
-	MEDIUM, 
- 
-	//------------------------------------------------------------------------- 
+	MEDIUM,
+
+	//-------------------------------------------------------------------------
 
 	/** set the speed from the animation/fade to fast.
 	 */
-	FAST 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	FAST
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/presentation/ChartShape.idl b/main/offapi/com/sun/star/presentation/ChartShape.idl
index dc5b060..a6a3cd1 100644
--- a/main/offapi/com/sun/star/presentation/ChartShape.idl
+++ b/main/offapi/com/sun/star/presentation/ChartShape.idl
@@ -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,37 +7,37 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_presentation_ChartShape_idl__ 
-#define __com_sun_star_presentation_ChartShape_idl__ 
- 
-#ifndef __com_sun_star_presentation_Shape_idl__ 
-#include <com/sun/star/presentation/Shape.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_OLE2Shape_idl__ 
-#include <com/sun/star/drawing/OLE2Shape.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module presentation {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_presentation_ChartShape_idl__
+#define __com_sun_star_presentation_ChartShape_idl__
+
+#ifndef __com_sun_star_presentation_Shape_idl__
+#include <com/sun/star/presentation/Shape.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_OLE2Shape_idl__
+#include <com/sun/star/drawing/OLE2Shape.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module presentation {
+
+//=============================================================================
+
 /** This service is implemented by the chart presentation shape.
 
 	<p>Presentation shapes can be used in a presentation
@@ -45,14 +45,14 @@
 	by the presentation shapes on the <type scope="com::sun::star::drawing">MasterPage</type>.
  */
 published service ChartShape
-{ 
-	service com::sun::star::presentation::Shape; 
-	
-	service com::sun::star::drawing::OLE2Shape; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+	service com::sun::star::presentation::Shape;
+
+	service com::sun::star::drawing::OLE2Shape;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/presentation/ClickAction.idl b/main/offapi/com/sun/star/presentation/ClickAction.idl
index 941957a..855fac5 100644
--- a/main/offapi/com/sun/star/presentation/ClickAction.idl
+++ b/main/offapi/com/sun/star/presentation/ClickAction.idl
@@ -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,122 +7,122 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_presentation_ClickAction_idl__ 
-#define __com_sun_star_presentation_ClickAction_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module presentation {  
- 
-//============================================================================= 
- 
-/** This enumeration specifies the actions which can be processed when 
+#ifndef __com_sun_star_presentation_ClickAction_idl__
+#define __com_sun_star_presentation_ClickAction_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module presentation {
+
+//=============================================================================
+
+/** This enumeration specifies the actions which can be processed when
 	a user clicks on an object.
  */
 published enum ClickAction
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** No action is performed on click.
 	 */
-	NONE, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	NONE,
+
+	//-------------------------------------------------------------------------
+
 	/** The presentation jumps to the previous page.
 	 */
-	PREVPAGE, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	PREVPAGE,
+
+	//-------------------------------------------------------------------------
+
 	/** The presentation jumps to the next page.
 	 */
-	NEXTPAGE, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	NEXTPAGE,
+
+	//-------------------------------------------------------------------------
+
 	/** The presentation continues with the first page.
 	 */
-	FIRSTPAGE, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	FIRSTPAGE,
+
+	//-------------------------------------------------------------------------
+
 	/** The presentation continues with the last page.
 	 */
-	LASTPAGE, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	LASTPAGE,
+
+	//-------------------------------------------------------------------------
+
 	/** The presentation jumps to a bookmark.
 	 */
-	BOOKMARK, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	BOOKMARK,
+
+	//-------------------------------------------------------------------------
+
 	/** The presentation jumps to another document.
 	 */
-	DOCUMENT, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	DOCUMENT,
+
+	//-------------------------------------------------------------------------
+
 	/** The object renders itself invisible after a click.
 	 */
-	INVISIBLE, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	INVISIBLE,
+
+	//-------------------------------------------------------------------------
+
 	/** A sound is played after a click.
 	 */
-	SOUND, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	SOUND,
+
+	//-------------------------------------------------------------------------
+
 	/** An ole verb is performed on this object.
 	 */
-	VERB, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	VERB,
+
+	//-------------------------------------------------------------------------
+
 	/** The object vanishes with its effect.
 	 */
-	VANISH, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	VANISH,
+
+	//-------------------------------------------------------------------------
+
 	/** Another program is executed after a click.
 	 */
-	PROGRAM, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	PROGRAM,
+
+	//-------------------------------------------------------------------------
+
 	/** A star basic macro is executed after the click.
 	 */
-	MACRO, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	MACRO,
+
+	//-------------------------------------------------------------------------
+
 	/** The presentation is stopped after the click.
 	 */
-	STOPPRESENTATION 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	STOPPRESENTATION
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/presentation/CustomPresentation.idl b/main/offapi/com/sun/star/presentation/CustomPresentation.idl
index 4c3d729..1b3c38f 100644
--- a/main/offapi/com/sun/star/presentation/CustomPresentation.idl
+++ b/main/offapi/com/sun/star/presentation/CustomPresentation.idl
@@ -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,58 +7,58 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_presentation_CustomPresentation_idl__ 
-#define __com_sun_star_presentation_CustomPresentation_idl__ 
- 
-#ifndef __com_sun_star_container_XIndexContainer_idl__ 
-#include <com/sun/star/container/XIndexContainer.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XNamed_idl__ 
-#include <com/sun/star/container/XNamed.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module presentation {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_presentation_CustomPresentation_idl__
+#define __com_sun_star_presentation_CustomPresentation_idl__
+
+#ifndef __com_sun_star_container_XIndexContainer_idl__
+#include <com/sun/star/container/XIndexContainer.idl>
+#endif
+
+#ifndef __com_sun_star_container_XNamed_idl__
+#include <com/sun/star/container/XNamed.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module presentation {
+
+//=============================================================================
+
 /** A custom presentation can show the pages of its presentation in a
 	customized order.
-	
-	<p>Such a presentation can use certain pages more than once, 
+
+	<p>Such a presentation can use certain pages more than once,
 	but it does not necessarily use all of the pages.</p>
  */
 published service CustomPresentation
-{ 
-	/** This is the container of the names of pages in this customized 
+{
+	/** This is the container of the names of pages in this customized
 				presentation.
 	 */
-	interface com::sun::star::container::XIndexContainer; 
- 
+	interface com::sun::star::container::XIndexContainer;
+
 	/** This gives you access to the name of this customized presentation.
 	 */
-	interface com::sun::star::container::XNamed; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	interface com::sun::star::container::XNamed;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/presentation/CustomPresentationAccess.idl b/main/offapi/com/sun/star/presentation/CustomPresentationAccess.idl
index 2f4110f..068089c 100644
--- a/main/offapi/com/sun/star/presentation/CustomPresentationAccess.idl
+++ b/main/offapi/com/sun/star/presentation/CustomPresentationAccess.idl
@@ -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,61 +7,61 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_presentation_CustomPresentationAccess_idl__ 
-#define __com_sun_star_presentation_CustomPresentationAccess_idl__ 
- 
-#ifndef __com_sun_star_container_XNameContainer_idl__ 
-#include <com/sun/star/container/XNameContainer.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_XSingleServiceFactory_idl__ 
-#include <com/sun/star/lang/XSingleServiceFactory.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module presentation {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_presentation_CustomPresentationAccess_idl__
+#define __com_sun_star_presentation_CustomPresentationAccess_idl__
+
+#ifndef __com_sun_star_container_XNameContainer_idl__
+#include <com/sun/star/container/XNameContainer.idl>
+#endif
+
+#ifndef __com_sun_star_lang_XSingleServiceFactory_idl__
+#include <com/sun/star/lang/XSingleServiceFactory.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module presentation {
+
+//=============================================================================
+
 /** This is a container for custom presentations.
  */
 published service CustomPresentationAccess
-{ 
-	/** This is the container of the custom presentations. 
-				 
-		<p>Each instance in this container implements the service  
-		<type>CustomPresentation</type>. 
-		<p>The methods insertByName and replaceByName both replace 
+{
+	/** This is the container of the custom presentations.
+
+		<p>Each instance in this container implements the service
+		<type>CustomPresentation</type>.
+		<p>The methods insertByName and replaceByName both replace
 		the name of the given <type>CustomPresentation</type>
 	 */
-	interface com::sun::star::container::XNameContainer; 
- 
-	/** This interface lets you create empty instances of 
-			    the service <type>CustomPresentation</type>. 
+	interface com::sun::star::container::XNameContainer;
 
-		<p>These services are needed for the <code>insertByName</code> 
-		and <code>replaceByName</code> methods of this service 
+	/** This interface lets you create empty instances of
+			    the service <type>CustomPresentation</type>.
+
+		<p>These services are needed for the <code>insertByName</code>
+		and <code>replaceByName</code> methods of this service
 		<type scope="com::sun::star::container">XNameContainer</type> interface.
 	 */
-	interface com::sun::star::lang::XSingleServiceFactory; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	interface com::sun::star::lang::XSingleServiceFactory;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/presentation/DateTimeShape.idl b/main/offapi/com/sun/star/presentation/DateTimeShape.idl
index 5073f23..3205803 100644
--- a/main/offapi/com/sun/star/presentation/DateTimeShape.idl
+++ b/main/offapi/com/sun/star/presentation/DateTimeShape.idl
@@ -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,37 +7,37 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_presentation_DateTimeShape_idl__ 
-#define __com_sun_star_presentation_DateTimeShape_idl__ 
- 
-#ifndef __com_sun_star_presentation_Shape_idl__ 
-#include <com/sun/star/presentation/Shape.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_TextShape_idl__ 
-#include <com/sun/star/drawing/TextShape.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module presentation {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_presentation_DateTimeShape_idl__
+#define __com_sun_star_presentation_DateTimeShape_idl__
+
+#ifndef __com_sun_star_presentation_Shape_idl__
+#include <com/sun/star/presentation/Shape.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_TextShape_idl__
+#include <com/sun/star/drawing/TextShape.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module presentation {
+
+//=============================================================================
+
 /** This service is implemented by the date and time presentation shape.
 
 	<p>Presentation shapes can be used in a presentation
@@ -45,14 +45,14 @@
 	by the presentation shapes on the <type scope="com::sun::star::drawing">MasterPage</type>.
  */
 service DateTimeShape
-{ 
-	service com::sun::star::presentation::Shape; 
-	
-	service com::sun::star::drawing::TextShape;  
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+	service com::sun::star::presentation::Shape;
+
+	service com::sun::star::drawing::TextShape;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/presentation/DocumentSettings.idl b/main/offapi/com/sun/star/presentation/DocumentSettings.idl
index b12232b..10694c0 100644
--- a/main/offapi/com/sun/star/presentation/DocumentSettings.idl
+++ b/main/offapi/com/sun/star/presentation/DocumentSettings.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -103,7 +103,7 @@
     /** If this is true, the distance between two paragraphs is
 		the sum of ParaTopMargin of the previous and ParaBottomMargin of
 		the next paragraph. If false, only the greater of the two is
-		chosen. 
+		chosen.
      */
     [optional, property] boolean ParagraphSummation;
 
diff --git a/main/offapi/com/sun/star/presentation/DrawPage.idl b/main/offapi/com/sun/star/presentation/DrawPage.idl
index 4ecdae6..d91d290 100644
--- a/main/offapi/com/sun/star/presentation/DrawPage.idl
+++ b/main/offapi/com/sun/star/presentation/DrawPage.idl
@@ -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,97 +7,97 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_presentation_DrawPage_idl__ 
-#define __com_sun_star_presentation_DrawPage_idl__ 
- 
-#ifndef __com_sun_star_drawing_DrawPage_idl__ 
-#include <com/sun/star/drawing/DrawPage.idl> 
-#endif 
- 
-#ifndef __com_sun_star_document_LinkTarget_idl__ 
-#include <com/sun/star/document/LinkTarget.idl> 
-#endif 
- 
-#ifndef __com_sun_star_presentation_FadeEffect_idl__ 
-#include <com/sun/star/presentation/FadeEffect.idl> 
-#endif 
- 
-#ifndef __com_sun_star_presentation_AnimationSpeed_idl__ 
-#include <com/sun/star/presentation/AnimationSpeed.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module presentation {  
- 
-//============================================================================= 
- 
-/** This is the service provided by a <type scope="com::sun::star::drawing">DrawPage</type> inside a 
+#ifndef __com_sun_star_presentation_DrawPage_idl__
+#define __com_sun_star_presentation_DrawPage_idl__
+
+#ifndef __com_sun_star_drawing_DrawPage_idl__
+#include <com/sun/star/drawing/DrawPage.idl>
+#endif
+
+#ifndef __com_sun_star_document_LinkTarget_idl__
+#include <com/sun/star/document/LinkTarget.idl>
+#endif
+
+#ifndef __com_sun_star_presentation_FadeEffect_idl__
+#include <com/sun/star/presentation/FadeEffect.idl>
+#endif
+
+#ifndef __com_sun_star_presentation_AnimationSpeed_idl__
+#include <com/sun/star/presentation/AnimationSpeed.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module presentation {
+
+//=============================================================================
+
+/** This is the service provided by a <type scope="com::sun::star::drawing">DrawPage</type> inside a
 	<type>PresentationDocument</type>.
-	
+
 	@see PresentationDocument
  */
 published service DrawPage
-{ 
-	service com::sun::star::drawing::DrawPage; 
- 
+{
+	service com::sun::star::drawing::DrawPage;
+
 	/** Every page is a link target inside the document object model.
 	 */
-	service com::sun::star::document::LinkTarget; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	service com::sun::star::document::LinkTarget;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies how the page change is triggered.
-		
-		<p>If this is 0, the user must click to start each object animation 
+
+		<p>If this is 0, the user must click to start each object animation
 		and to change the page.  If set to 1, the page is
 		automatically switched.  If it is set to 2, all object effects run
 		automatically, but the user has to click on the page to change it.</p>
 	 */
-	[property] long Change; 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** If the property <member scope="com::sun::star::drawing">DrawPage::Change</member> is set to 1, 
-		this is the time in seconds this page is shown before switching 
+	[property] long Change;
+
+	//-------------------------------------------------------------------------
+
+	/** If the property <member scope="com::sun::star::drawing">DrawPage::Change</member> is set to 1,
+		this is the time in seconds this page is shown before switching
 		to the next page.
 	 */
-	[property] long Duration; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] long Duration;
+
+	//-------------------------------------------------------------------------
+
 	/** This is the effect that is used to fade in this page.
 	 */
-	[property] com::sun::star::presentation::FadeEffect Effect; 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** If this property is not ZERO, this number specifies a presentation 
+	[property] com::sun::star::presentation::FadeEffect Effect;
+
+	//-------------------------------------------------------------------------
+
+	/** If this property is not ZERO, this number specifies a presentation
 		layout for this page.
 	 */
-	[property] short Layout; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] short Layout;
+
+	//-------------------------------------------------------------------------
+
 	/** defines the speed of the fade-in effect of this page.
 	 */
-	[property] com::sun::star::presentation::AnimationSpeed Speed; 
+	[property] com::sun::star::presentation::AnimationSpeed Speed;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** defines if a header presentation shape from the master page is visible
 		on this page.
@@ -105,14 +105,14 @@
 
 	[optional, property] boolean IsHeaderVisible;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** defines the text that is displayed in a header textfield rendered on this
 		page.
 	*/
 	[optional, property] string HeaderText;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** defines if a footer presentation shape from the master page is visible
 		on this page.
@@ -120,14 +120,14 @@
 
 	[optional, property] boolean IsFooterVisible;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** defines the text that is displayed in a footer textfield rendered on this
 		page.
 	*/
 	[optional, property] string FooterText;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** defines if a page number presentation shape from the master page is visible
 		on this page.
@@ -135,7 +135,7 @@
 
 	[optional, property] boolean IsPageNumberVisible;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** defines if a date and time presentation shape from the master page is visible
 		on this page.
@@ -143,7 +143,7 @@
 
 	[optional, property] boolean IsDateTimeVisible;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** defines if a date and time text field shows a fixed string value or the
 		current date on this page.
@@ -151,23 +151,23 @@
 
 	[optional, property] boolean IsDateTimeFixed;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** defines the text that is displayed in a date and time textfield rendered on this
 		page. This value is only used if <code>IsDateTimeFixed</code> is <true/>.
 	*/
 	[optional, property] string DateTimeText;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** defines the format that is used to format a date and time text field on
 		this page. This is only used if <code>IsDateTimeFixed</code> is <false/>.
 	*/
 	[optional, property] long DateTimeFormat;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/presentation/EffectCommands.idl b/main/offapi/com/sun/star/presentation/EffectCommands.idl
index ba11ec6..b5c0e44 100644
--- a/main/offapi/com/sun/star/presentation/EffectCommands.idl
+++ b/main/offapi/com/sun/star/presentation/EffectCommands.idl
@@ -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,29 +7,29 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_presentation_EffectCommands_idl__ 
-#define __com_sun_star_presentation_EffectCommands_idl__ 
+#ifndef __com_sun_star_presentation_EffectCommands_idl__
+#define __com_sun_star_presentation_EffectCommands_idl__
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module presentation {  
- 
-//============================================================================= 
+//=============================================================================
 
-/** 
+ module com {  module sun {  module star {  module presentation {
+
+//=============================================================================
+
+/**
 	@see ::com::sun::star::animations::XCommand
 */
 constants EffectCommands
@@ -65,8 +65,8 @@
 	const short STOPAUDIO = 5;
 };
 
-//============================================================================= 
- 
-}; }; }; };  
+//=============================================================================
+
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/presentation/EffectNodeType.idl b/main/offapi/com/sun/star/presentation/EffectNodeType.idl
index 8b2502a..452d182 100644
--- a/main/offapi/com/sun/star/presentation/EffectNodeType.idl
+++ b/main/offapi/com/sun/star/presentation/EffectNodeType.idl
@@ -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,27 +7,27 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_presentation_EffectNodeType_idl__ 
-#define __com_sun_star_presentation_EffectNodeType_idl__ 
+#ifndef __com_sun_star_presentation_EffectNodeType_idl__
+#define __com_sun_star_presentation_EffectNodeType_idl__
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module presentation {  
- 
-//============================================================================= 
+//=============================================================================
+
+ module com {  module sun {  module star {  module presentation {
+
+//=============================================================================
 
 /** This constants defines a type for an animation effect node.
 	<br>
@@ -70,8 +70,8 @@
 	const short INTERACTIVE_SEQUENCE = 6;
 };
 
-//============================================================================= 
- 
-}; }; }; };  
+//=============================================================================
+
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/presentation/EffectPresetClass.idl b/main/offapi/com/sun/star/presentation/EffectPresetClass.idl
index 0e1f96d..7cbb30f 100644
--- a/main/offapi/com/sun/star/presentation/EffectPresetClass.idl
+++ b/main/offapi/com/sun/star/presentation/EffectPresetClass.idl
@@ -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,27 +7,27 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_presentation_EffectPresetClass_idl__ 
-#define __com_sun_star_presentation_EffectPresetClass_idl__ 
+#ifndef __com_sun_star_presentation_EffectPresetClass_idl__
+#define __com_sun_star_presentation_EffectPresetClass_idl__
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module presentation {  
- 
-//============================================================================= 
+//=============================================================================
+
+ module com {  module sun {  module star {  module presentation {
+
+//=============================================================================
 
 /** This constants defines a the class for a preset animation effect.
 	<br>
@@ -70,8 +70,8 @@
 	const short MEDIACALL = 6;
 };
 
-//============================================================================= 
- 
-}; }; }; };  
+//=============================================================================
+
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/presentation/FadeEffect.idl b/main/offapi/com/sun/star/presentation/FadeEffect.idl
index f900b6c..a063cb0 100644
--- a/main/offapi/com/sun/star/presentation/FadeEffect.idl
+++ b/main/offapi/com/sun/star/presentation/FadeEffect.idl
@@ -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,378 +7,378 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_presentation_FadeEffect_idl__ 
-#define __com_sun_star_presentation_FadeEffect_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module presentation {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_presentation_FadeEffect_idl__
+#define __com_sun_star_presentation_FadeEffect_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module presentation {
+
+//=============================================================================
+
 /** specifies the fade effects to fade one page into another.
  */
 published enum FadeEffect
-{ 
-	//------------------------------------------------------------------------- 
-	
+{
+	//-------------------------------------------------------------------------
+
 	/** use no fade effects.
 	 */
-	NONE, 
- 
-	//------------------------------------------------------------------------- 
+	NONE,
+
+	//-------------------------------------------------------------------------
 
 	/** use the fade effect 'Fade from Left'.
 	 */
-	FADE_FROM_LEFT, 
- 
-	//------------------------------------------------------------------------- 
+	FADE_FROM_LEFT,
+
+	//-------------------------------------------------------------------------
 
 	/** use the fade effect 'Fade from Top'.
 	 */
-	FADE_FROM_TOP, 
- 
-	//------------------------------------------------------------------------- 
+	FADE_FROM_TOP,
+
+	//-------------------------------------------------------------------------
 
 	/** use the fade effect 'Fade from Right'.
 	 */
-	FADE_FROM_RIGHT, 
- 
-	//------------------------------------------------------------------------- 
+	FADE_FROM_RIGHT,
+
+	//-------------------------------------------------------------------------
 
 	/** use the fade effect 'Fade from Bottom'.
 	 */
-	FADE_FROM_BOTTOM, 
- 
-	//------------------------------------------------------------------------- 
+	FADE_FROM_BOTTOM,
+
+	//-------------------------------------------------------------------------
 
 	/** use the fade effect 'Fade to Center'.
 	 */
-	FADE_TO_CENTER, 
- 
-	//------------------------------------------------------------------------- 
+	FADE_TO_CENTER,
+
+	//-------------------------------------------------------------------------
 
 	/** use the fade effect 'Fade from Center'.
 	 */
-	FADE_FROM_CENTER, 
- 
-	//------------------------------------------------------------------------- 
+	FADE_FROM_CENTER,
+
+	//-------------------------------------------------------------------------
 
 	/** use the fade effect 'Move from Left'.
 	 */
-	MOVE_FROM_LEFT, 
- 
-	//------------------------------------------------------------------------- 
+	MOVE_FROM_LEFT,
+
+	//-------------------------------------------------------------------------
 
 	/** use the fade effect 'Move from Top'.
 	 */
-	MOVE_FROM_TOP, 
- 
-	//------------------------------------------------------------------------- 
+	MOVE_FROM_TOP,
+
+	//-------------------------------------------------------------------------
 
 	/** use the fade effect 'Move from Right'.
 	 */
-	MOVE_FROM_RIGHT, 
- 
-	//------------------------------------------------------------------------- 
+	MOVE_FROM_RIGHT,
+
+	//-------------------------------------------------------------------------
 
 	/** use the fade effect 'Move from Bottom'.
 	 */
-	MOVE_FROM_BOTTOM, 
- 
-	//------------------------------------------------------------------------- 
+	MOVE_FROM_BOTTOM,
+
+	//-------------------------------------------------------------------------
 
 	/** use the fade effect 'Roll from Left'.
 	 */
-	ROLL_FROM_LEFT, 
- 
-	//------------------------------------------------------------------------- 
+	ROLL_FROM_LEFT,
+
+	//-------------------------------------------------------------------------
 
 	/** use the fade effect 'Roll from Top'.
 	 */
-	ROLL_FROM_TOP, 
- 
-	//------------------------------------------------------------------------- 
+	ROLL_FROM_TOP,
+
+	//-------------------------------------------------------------------------
 
 	/** use the fade effect 'Roll from Right'.
 	 */
-	ROLL_FROM_RIGHT, 
- 
-	//------------------------------------------------------------------------- 
+	ROLL_FROM_RIGHT,
+
+	//-------------------------------------------------------------------------
 
 	/** use the fade effect 'Roll from Bottom'.
 	 */
-	ROLL_FROM_BOTTOM, 
- 
-	//------------------------------------------------------------------------- 
+	ROLL_FROM_BOTTOM,
+
+	//-------------------------------------------------------------------------
 
 	/** use the fade effect 'Vertical Stripes'.
 	 */
-	VERTICAL_STRIPES, 
- 
-	//------------------------------------------------------------------------- 
+	VERTICAL_STRIPES,
+
+	//-------------------------------------------------------------------------
 
 	/** use the fade effect 'Horizontal Stripes'.
 	 */
-	HORIZONTAL_STRIPES, 
- 
-	//------------------------------------------------------------------------- 
+	HORIZONTAL_STRIPES,
+
+	//-------------------------------------------------------------------------
 
 	/** use the fade effect 'Clockwise'.
 	 */
-	CLOCKWISE, 
- 
-	//------------------------------------------------------------------------- 
+	CLOCKWISE,
+
+	//-------------------------------------------------------------------------
 
 	/** use the fade effect 'Counter Clockwise'.
 	 */
-	COUNTERCLOCKWISE, 
- 
-	//------------------------------------------------------------------------- 
+	COUNTERCLOCKWISE,
+
+	//-------------------------------------------------------------------------
 
 	/** use the fade effect 'Fade from Upper Left'.
 	 */
-	FADE_FROM_UPPERLEFT, 
- 
-	//------------------------------------------------------------------------- 
+	FADE_FROM_UPPERLEFT,
+
+	//-------------------------------------------------------------------------
 
 	/** use the fade effect 'Fade from Upper Right'.
 	 */
-	FADE_FROM_UPPERRIGHT, 
- 
-	//------------------------------------------------------------------------- 
+	FADE_FROM_UPPERRIGHT,
+
+	//-------------------------------------------------------------------------
 
 	/** use the fade effect 'Fade from Lower Left'.
 	 */
-	FADE_FROM_LOWERLEFT, 
- 
-	//------------------------------------------------------------------------- 
+	FADE_FROM_LOWERLEFT,
+
+	//-------------------------------------------------------------------------
 
 	/** use the fade effect 'Fade from Lower Right'.
 	 */
-	FADE_FROM_LOWERRIGHT, 
- 
-	//------------------------------------------------------------------------- 
+	FADE_FROM_LOWERRIGHT,
+
+	//-------------------------------------------------------------------------
 
 	/** use the fade effect 'Close Vertical'.
 	 */
-	CLOSE_VERTICAL, 
- 
-	//------------------------------------------------------------------------- 
+	CLOSE_VERTICAL,
+
+	//-------------------------------------------------------------------------
 
 	/** use the fade effect 'Close Horizontal'.
 	 */
-	CLOSE_HORIZONTAL, 
- 
-	//------------------------------------------------------------------------- 
+	CLOSE_HORIZONTAL,
+
+	//-------------------------------------------------------------------------
 
 	/** use the fade effect 'Open Vertical'.
 	 */
-	OPEN_VERTICAL, 
- 
-	//------------------------------------------------------------------------- 
+	OPEN_VERTICAL,
+
+	//-------------------------------------------------------------------------
 
 	/** use the fade effect 'Open Horizontal'.
 	 */
-	OPEN_HORIZONTAL, 
- 
-	//------------------------------------------------------------------------- 
+	OPEN_HORIZONTAL,
+
+	//-------------------------------------------------------------------------
 
 	/** use the fade effect 'Spiral Inward Left'.
 	 */
-	SPIRALIN_LEFT, 
- 
-	//------------------------------------------------------------------------- 
+	SPIRALIN_LEFT,
+
+	//-------------------------------------------------------------------------
 
 	/** use the fade effect 'Spiral Inward Right'.
 	 */
-	SPIRALIN_RIGHT, 
- 
-	//------------------------------------------------------------------------- 
+	SPIRALIN_RIGHT,
+
+	//-------------------------------------------------------------------------
 
 	/** use the fade effect 'Spiral Outward Left'.
 	 */
-	SPIRALOUT_LEFT, 
- 
-	//------------------------------------------------------------------------- 
+	SPIRALOUT_LEFT,
+
+	//-------------------------------------------------------------------------
 
 	/** use the fade effect 'Spiral Outward Right'.
 	 */
-	SPIRALOUT_RIGHT, 
- 
-	//------------------------------------------------------------------------- 
+	SPIRALOUT_RIGHT,
+
+	//-------------------------------------------------------------------------
 
 	/** use the fade effect 'Dissolve'.
 	 */
-	DISSOLVE, 
- 
-	//------------------------------------------------------------------------- 
+	DISSOLVE,
+
+	//-------------------------------------------------------------------------
 
 	/** use the fade effect 'Wavy Line from Left'.
 	 */
-	WAVYLINE_FROM_LEFT, 
- 
-	//------------------------------------------------------------------------- 
+	WAVYLINE_FROM_LEFT,
+
+	//-------------------------------------------------------------------------
 
 	/** use the fade effect 'Wavy Line from Top'.
 	 */
-	WAVYLINE_FROM_TOP, 
- 
-	//------------------------------------------------------------------------- 
+	WAVYLINE_FROM_TOP,
+
+	//-------------------------------------------------------------------------
 
 	/** use the fade effect 'Wavy Line from Right'.
 	 */
-	WAVYLINE_FROM_RIGHT, 
- 
-	//------------------------------------------------------------------------- 
+	WAVYLINE_FROM_RIGHT,
+
+	//-------------------------------------------------------------------------
 
 	/** use the fade effect 'Wavy Line from Bottom'.
 	 */
-	WAVYLINE_FROM_BOTTOM, 
- 
-	//------------------------------------------------------------------------- 
+	WAVYLINE_FROM_BOTTOM,
+
+	//-------------------------------------------------------------------------
 
 	/** use the fade effect 'Random'.
 	 */
-	RANDOM, 
- 
-	//------------------------------------------------------------------------- 
+	RANDOM,
+
+	//-------------------------------------------------------------------------
 
 	/** use the fade effect 'Stretch from Left'.
 	 */
-	STRETCH_FROM_LEFT, 
- 
-	//------------------------------------------------------------------------- 
+	STRETCH_FROM_LEFT,
+
+	//-------------------------------------------------------------------------
 
 	/** use the fade effect 'Stretch from Top'.
 	 */
-	STRETCH_FROM_TOP, 
- 
-	//------------------------------------------------------------------------- 
+	STRETCH_FROM_TOP,
+
+	//-------------------------------------------------------------------------
 
 	/** use the fade effect 'Stretch from Right'.
 	 */
-	STRETCH_FROM_RIGHT, 
- 
-	//------------------------------------------------------------------------- 
+	STRETCH_FROM_RIGHT,
+
+	//-------------------------------------------------------------------------
 
 	/** use the fade effect 'Stretch from Bottom'.
 	 */
-	STRETCH_FROM_BOTTOM, 
- 
-	//------------------------------------------------------------------------- 
+	STRETCH_FROM_BOTTOM,
+
+	//-------------------------------------------------------------------------
 
 	/** use the fade effect 'Vertical Lines'.
 	 */
-	VERTICAL_LINES, 
- 
-	//------------------------------------------------------------------------- 
+	VERTICAL_LINES,
+
+	//-------------------------------------------------------------------------
 
 	/** use the fade effect 'Horizontal Lines'.
 	 */
 	HORIZONTAL_LINES,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** use the fade effect 'Move from Upper Left'.
 	 */
 	MOVE_FROM_UPPERLEFT,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** use the fade effect 'Move from Upper Right'.
 	 */
 	MOVE_FROM_UPPERRIGHT,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** use the fade effect 'Move from Lower Right'.
 	 */
 	MOVE_FROM_LOWERRIGHT,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** use the fade effect 'Move from Lower Left'.
 	 */
 	MOVE_FROM_LOWERLEFT,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** use the fade effect 'Uncover to Left'.
 	 */
 	UNCOVER_TO_LEFT,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** use the fade effect 'Uncover to Upper Left'.
 	 */
 	UNCOVER_TO_UPPERLEFT,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** use the fade effect 'Uncover to Top'.
 	 */
 	UNCOVER_TO_TOP,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** use the fade effect 'Uncover to Upper Right'.
 	 */
 	UNCOVER_TO_UPPERRIGHT,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** use the fade effect 'Uncover to Right'.
 	 */
 	UNCOVER_TO_RIGHT,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** use the fade effect 'Uncover to Lower Right'.
 	 */
 	UNCOVER_TO_LOWERRIGHT,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** use the fade effect 'Uncover to Bottom'.
 	 */
 	UNCOVER_TO_BOTTOM,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** use the fade effect 'Uncover to Lower Left'.
 	 */
 	UNCOVER_TO_LOWERLEFT,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** use the fade effect 'Vertical Checkerboard'.
 	 */
 	VERTICAL_CHECKERBOARD,
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** use the fade effect 'Horizontal Checkerboard'.
 	 */
 	HORIZONTAL_CHECKERBOARD
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/presentation/FooterShape.idl b/main/offapi/com/sun/star/presentation/FooterShape.idl
index 2c23cc0..52c4867 100644
--- a/main/offapi/com/sun/star/presentation/FooterShape.idl
+++ b/main/offapi/com/sun/star/presentation/FooterShape.idl
@@ -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,37 +7,37 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_presentation_FooterShape_idl__ 
-#define __com_sun_star_presentation_FooterShape_idl__ 
- 
-#ifndef __com_sun_star_presentation_Shape_idl__ 
-#include <com/sun/star/presentation/Shape.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_TextShape_idl__ 
-#include <com/sun/star/drawing/TextShape.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module presentation {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_presentation_FooterShape_idl__
+#define __com_sun_star_presentation_FooterShape_idl__
+
+#ifndef __com_sun_star_presentation_Shape_idl__
+#include <com/sun/star/presentation/Shape.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_TextShape_idl__
+#include <com/sun/star/drawing/TextShape.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module presentation {
+
+//=============================================================================
+
 /** This service is implemented by the footer presentation shape.
 
 	<p>Presentation shapes can be used in a presentation
@@ -45,14 +45,14 @@
 	by the presentation shapes on the <type scope="com::sun::star::drawing">MasterPage</type>.
  */
 service FooterShape
-{ 
-	service com::sun::star::presentation::Shape; 
-	
-	service com::sun::star::drawing::TextShape;  
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+	service com::sun::star::presentation::Shape;
+
+	service com::sun::star::drawing::TextShape;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/presentation/GraphicObjectShape.idl b/main/offapi/com/sun/star/presentation/GraphicObjectShape.idl
index 96295a4..2d9675c 100644
--- a/main/offapi/com/sun/star/presentation/GraphicObjectShape.idl
+++ b/main/offapi/com/sun/star/presentation/GraphicObjectShape.idl
@@ -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,37 +7,37 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_presentation_GraphicObjectShape_idl__ 
-#define __com_sun_star_presentation_GraphicObjectShape_idl__ 
- 
-#ifndef __com_sun_star_presentation_Shape_idl__ 
-#include <com/sun/star/presentation/Shape.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_GraphicObjectShape_idl__ 
-#include <com/sun/star/drawing/GraphicObjectShape.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module presentation {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_presentation_GraphicObjectShape_idl__
+#define __com_sun_star_presentation_GraphicObjectShape_idl__
+
+#ifndef __com_sun_star_presentation_Shape_idl__
+#include <com/sun/star/presentation/Shape.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_GraphicObjectShape_idl__
+#include <com/sun/star/drawing/GraphicObjectShape.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module presentation {
+
+//=============================================================================
+
 /** This service is implemented by the graphic presentation shape.
 
 	<p>Presentation shapes can be used in a presentation
@@ -45,14 +45,14 @@
 	by the presentation shapes on the <type scope="com::sun::star::drawing">MasterPage</type>.
  */
 published service GraphicObjectShape
-{ 
-	service com::sun::star::presentation::Shape; 
-	
-	service com::sun::star::drawing::GraphicObjectShape; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+	service com::sun::star::presentation::Shape;
+
+	service com::sun::star::drawing::GraphicObjectShape;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/presentation/HandoutShape.idl b/main/offapi/com/sun/star/presentation/HandoutShape.idl
index ef0f300..0ecb22e 100644
--- a/main/offapi/com/sun/star/presentation/HandoutShape.idl
+++ b/main/offapi/com/sun/star/presentation/HandoutShape.idl
@@ -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,37 +7,37 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_presentation_HandoutShape_idl__ 
-#define __com_sun_star_presentation_HandoutShape_idl__ 
- 
-#ifndef __com_sun_star_presentation_Shape_idl__ 
-#include <com/sun/star/presentation/Shape.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_PageShape_idl__ 
-#include <com/sun/star/drawing/PageShape.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module presentation {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_presentation_HandoutShape_idl__
+#define __com_sun_star_presentation_HandoutShape_idl__
+
+#ifndef __com_sun_star_presentation_Shape_idl__
+#include <com/sun/star/presentation/Shape.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_PageShape_idl__
+#include <com/sun/star/drawing/PageShape.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module presentation {
+
+//=============================================================================
+
 /** This service is implemented by the handout presentation shape.
 
 	<p>Presentation shapes can be used in a presentation
@@ -45,14 +45,14 @@
 	by the presentation shapes on the <type scope="com::sun::star::drawing">MasterPage</type>.
  */
 published service HandoutShape
-{ 
-	service com::sun::star::presentation::Shape; 
-	
-	service com::sun::star::drawing::PageShape; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+	service com::sun::star::presentation::Shape;
+
+	service com::sun::star::drawing::PageShape;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/presentation/HandoutView.idl b/main/offapi/com/sun/star/presentation/HandoutView.idl
index fb31116..81f81e7 100644
--- a/main/offapi/com/sun/star/presentation/HandoutView.idl
+++ b/main/offapi/com/sun/star/presentation/HandoutView.idl
@@ -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,49 +7,49 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_presentation_HandoutView_idl__ 
-#define __com_sun_star_presentation_HandoutView_idl__ 
- 
-#ifndef __com_sun_star_drawing_DrawingDocumentDrawView_idl__ 
-#include <com/sun/star/drawing/DrawingDocumentDrawView.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module presentation {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_presentation_HandoutView_idl__
+#define __com_sun_star_presentation_HandoutView_idl__
+
+#ifndef __com_sun_star_drawing_DrawingDocumentDrawView_idl__
+#include <com/sun/star/drawing/DrawingDocumentDrawView.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module presentation {
+
+//=============================================================================
+
 /** This componend integrates a view to a handout page inside a presentation
 	document into the desktop.
 
     @since OpenOffice 1.1.2
  */
 published service HandoutView
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 
 	/** this services offers the  integration of this component into the
 		desktop and the basic interfaces and properties of a draw view.
 	*/
 	service com::sun::star::drawing::DrawingDocumentDrawView;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/presentation/HeaderShape.idl b/main/offapi/com/sun/star/presentation/HeaderShape.idl
index b60983c..6560e43 100644
--- a/main/offapi/com/sun/star/presentation/HeaderShape.idl
+++ b/main/offapi/com/sun/star/presentation/HeaderShape.idl
@@ -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,37 +7,37 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_presentation_HeaderShape_idl__ 
-#define __com_sun_star_presentation_HeaderShape_idl__ 
- 
-#ifndef __com_sun_star_presentation_Shape_idl__ 
-#include <com/sun/star/presentation/Shape.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_TextShape_idl__ 
-#include <com/sun/star/drawing/TextShape.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module presentation {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_presentation_HeaderShape_idl__
+#define __com_sun_star_presentation_HeaderShape_idl__
+
+#ifndef __com_sun_star_presentation_Shape_idl__
+#include <com/sun/star/presentation/Shape.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_TextShape_idl__
+#include <com/sun/star/drawing/TextShape.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module presentation {
+
+//=============================================================================
+
 /** This service is implemented by the header presentation shape.
 
 	<p>Presentation shapes can be used in a presentation
@@ -45,14 +45,14 @@
 	by the presentation shapes on the <type scope="com::sun::star::drawing">MasterPage</type>.
  */
 service HeaderShape
-{ 
-	service com::sun::star::presentation::Shape; 
-	
-	service com::sun::star::drawing::TextShape;  
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+	service com::sun::star::presentation::Shape;
+
+	service com::sun::star::drawing::TextShape;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/presentation/NotesShape.idl b/main/offapi/com/sun/star/presentation/NotesShape.idl
index 34d033e..1ca4974 100644
--- a/main/offapi/com/sun/star/presentation/NotesShape.idl
+++ b/main/offapi/com/sun/star/presentation/NotesShape.idl
@@ -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,37 +7,37 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_presentation_NotesShape_idl__ 
-#define __com_sun_star_presentation_NotesShape_idl__ 
- 
-#ifndef __com_sun_star_presentation_Shape_idl__ 
-#include <com/sun/star/presentation/Shape.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_TextShape_idl__ 
-#include <com/sun/star/drawing/TextShape.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module presentation {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_presentation_NotesShape_idl__
+#define __com_sun_star_presentation_NotesShape_idl__
+
+#ifndef __com_sun_star_presentation_Shape_idl__
+#include <com/sun/star/presentation/Shape.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_TextShape_idl__
+#include <com/sun/star/drawing/TextShape.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module presentation {
+
+//=============================================================================
+
 /** This service is implemented by the notes presentation shape.
 
 	<p>Presentation shapes can be used in a presentation
@@ -45,14 +45,14 @@
 	by the presentation shapes on the <type scope="com::sun::star::drawing">MasterPage</type>.
  */
 published service NotesShape
-{ 
-	service com::sun::star::presentation::Shape; 
-	
-	service com::sun::star::drawing::TextShape;  
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+	service com::sun::star::presentation::Shape;
+
+	service com::sun::star::drawing::TextShape;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/presentation/NotesView.idl b/main/offapi/com/sun/star/presentation/NotesView.idl
index 741b113..cd131f4 100644
--- a/main/offapi/com/sun/star/presentation/NotesView.idl
+++ b/main/offapi/com/sun/star/presentation/NotesView.idl
@@ -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,49 +7,49 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_presentation_NotesView_idl__ 
-#define __com_sun_star_presentation_NotesView_idl__ 
- 
-#ifndef __com_sun_star_drawing_DrawingDocumentDrawView_idl__ 
-#include <com/sun/star/drawing/DrawingDocumentDrawView.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module presentation {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_presentation_NotesView_idl__
+#define __com_sun_star_presentation_NotesView_idl__
+
+#ifndef __com_sun_star_drawing_DrawingDocumentDrawView_idl__
+#include <com/sun/star/drawing/DrawingDocumentDrawView.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module presentation {
+
+//=============================================================================
+
 /** This componend integrates a view to a handout page inside a presentation
 	document into the desktop.
 
     @since OpenOffice 1.1.2
  */
 published service NotesView
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 
 	/** this services offers the  integration of this component into the
 		desktop and the basic interfaces and properties of a draw view.
 	*/
 	service com::sun::star::drawing::DrawingDocumentDrawView;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/presentation/OLE2Shape.idl b/main/offapi/com/sun/star/presentation/OLE2Shape.idl
index 041c638..3747350 100644
--- a/main/offapi/com/sun/star/presentation/OLE2Shape.idl
+++ b/main/offapi/com/sun/star/presentation/OLE2Shape.idl
@@ -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,37 +7,37 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_presentation_OLE2Shape_idl__ 
-#define __com_sun_star_presentation_OLE2Shape_idl__ 
- 
-#ifndef __com_sun_star_presentation_Shape_idl__ 
-#include <com/sun/star/presentation/Shape.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_OLE2Shape_idl__ 
-#include <com/sun/star/drawing/OLE2Shape.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module presentation {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_presentation_OLE2Shape_idl__
+#define __com_sun_star_presentation_OLE2Shape_idl__
+
+#ifndef __com_sun_star_presentation_Shape_idl__
+#include <com/sun/star/presentation/Shape.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_OLE2Shape_idl__
+#include <com/sun/star/drawing/OLE2Shape.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module presentation {
+
+//=============================================================================
+
 /** This service is implemented by the OLE2 presentation shape.
 
 	<p>Presentation shapes can be used in a presentation
@@ -45,14 +45,14 @@
 	by the presentation shapes on the <type scope="com::sun::star::drawing">MasterPage</type>.
  */
 published service OLE2Shape
-{ 
-	service com::sun::star::presentation::Shape; 
-	
-	service com::sun::star::drawing::OLE2Shape; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+	service com::sun::star::presentation::Shape;
+
+	service com::sun::star::drawing::OLE2Shape;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/presentation/OutlineView.idl b/main/offapi/com/sun/star/presentation/OutlineView.idl
index aaedeb2..2f2c82f 100644
--- a/main/offapi/com/sun/star/presentation/OutlineView.idl
+++ b/main/offapi/com/sun/star/presentation/OutlineView.idl
@@ -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,52 +7,52 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_presentation_OutlineView_idl__ 
-#define __com_sun_star_presentation_OutlineView_idl__ 
- 
-#ifndef __com_sun_star_drawing_XDrawView_idl__ 
-#include <com/sun/star/drawing/XDrawView.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
-#ifndef __com_sun_star_frame_Controller_idl__ 
-#include <com/sun/star/frame/Controller.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_XServiceInfo_idl__ 
-#include <com/sun/star/lang/XServiceInfo.idl> 
-#endif 
+#ifndef __com_sun_star_presentation_OutlineView_idl__
+#define __com_sun_star_presentation_OutlineView_idl__
 
-#ifndef __com_sun_star_drawing_XDrawPage_idl__ 
-#include <com/sun/star/drawing/XDrawPage.idl> 
-#endif 
- 
+#ifndef __com_sun_star_drawing_XDrawView_idl__
+#include <com/sun/star/drawing/XDrawView.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+#ifndef __com_sun_star_frame_Controller_idl__
+#include <com/sun/star/frame/Controller.idl>
+#endif
+
+#ifndef __com_sun_star_lang_XServiceInfo_idl__
+#include <com/sun/star/lang/XServiceInfo.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_XDrawPage_idl__
+#include <com/sun/star/drawing/XDrawPage.idl>
+#endif
+
 #ifndef __com_sun_star_awt_XWindow_idl__
 #include <com/sun/star/awt/XWindow.idl>
 #endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module presentation {  
- 
-//============================================================================= 
- 
+//=============================================================================
+
+ module com {  module sun {  module star {  module presentation {
+
+//=============================================================================
+
 /** This componend integrates an outline view to a presentation
 	document into the desktop.
 
@@ -62,44 +62,44 @@
     @since OpenOffice 1.1.2
  */
 published service OutlineView
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 
 	/** this services offers the  integration of this component into the
 		desktop.
 	*/
 	service com::sun::star::frame::Controller;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** lets you access the window for this view
 	*/
 	interface com::sun::star::awt::XWindow;
 
-	//------------------------------------------------------------------------- 
- 
-	 
+	//-------------------------------------------------------------------------
+
+
 	/** lets you access the properties of this service.
 	 */
-	interface com::sun::star::beans::XPropertySet; 
+	interface com::sun::star::beans::XPropertySet;
 
-	//------------------------------------------------------------------------- 
- 
-	/** provides the names of the services implemented by  
+	//-------------------------------------------------------------------------
+
+	/** provides the names of the services implemented by
 				this instance.
 	 */
-	interface com::sun::star::lang::XServiceInfo; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	interface com::sun::star::lang::XServiceInfo;
+
+	//-------------------------------------------------------------------------
+
 	/** This is the area that is currently visible.
 	 */
 	[readonly, property] com::sun::star::awt::Rectangle VisibleArea;
 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/presentation/OutlinerShape.idl b/main/offapi/com/sun/star/presentation/OutlinerShape.idl
index 35848c7..ddf2161 100644
--- a/main/offapi/com/sun/star/presentation/OutlinerShape.idl
+++ b/main/offapi/com/sun/star/presentation/OutlinerShape.idl
@@ -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,37 +7,37 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_presentation_OutlinerShape_idl__ 
-#define __com_sun_star_presentation_OutlinerShape_idl__ 
- 
-#ifndef __com_sun_star_presentation_Shape_idl__ 
-#include <com/sun/star/presentation/Shape.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_TextShape_idl__ 
-#include <com/sun/star/drawing/TextShape.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module presentation {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_presentation_OutlinerShape_idl__
+#define __com_sun_star_presentation_OutlinerShape_idl__
+
+#ifndef __com_sun_star_presentation_Shape_idl__
+#include <com/sun/star/presentation/Shape.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_TextShape_idl__
+#include <com/sun/star/drawing/TextShape.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module presentation {
+
+//=============================================================================
+
 /** This service is implemented by the outline presentation shape.
 
 	<p>Presentation shapes can be used in a presentation
@@ -45,14 +45,14 @@
 	by the presentation shapes on the <type scope="com::sun::star::drawing">MasterPage</type>.
  */
 published service OutlinerShape
-{ 
-	service com::sun::star::presentation::Shape; 
-	
-	service com::sun::star::drawing::TextShape; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+	service com::sun::star::presentation::Shape;
+
+	service com::sun::star::drawing::TextShape;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/presentation/PageShape.idl b/main/offapi/com/sun/star/presentation/PageShape.idl
index 9b1527c..141e80d 100644
--- a/main/offapi/com/sun/star/presentation/PageShape.idl
+++ b/main/offapi/com/sun/star/presentation/PageShape.idl
@@ -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,37 +7,37 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_presentation_PageShape_idl__ 
-#define __com_sun_star_presentation_PageShape_idl__ 
- 
-#ifndef __com_sun_star_presentation_Shape_idl__ 
-#include <com/sun/star/presentation/Shape.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_PageShape_idl__ 
-#include <com/sun/star/drawing/PageShape.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module presentation {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_presentation_PageShape_idl__
+#define __com_sun_star_presentation_PageShape_idl__
+
+#ifndef __com_sun_star_presentation_Shape_idl__
+#include <com/sun/star/presentation/Shape.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_PageShape_idl__
+#include <com/sun/star/drawing/PageShape.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module presentation {
+
+//=============================================================================
+
 /** This service is implemented by the page presentation shape.
 
 	<p>Presentation shapes can be used in a presentation
@@ -45,14 +45,14 @@
 	by the presentation shapes on the <type scope="com::sun::star::drawing">MasterPage</type>.
  */
 published service PageShape
-{ 
-	service com::sun::star::presentation::Shape; 
-	
-	service com::sun::star::drawing::PageShape; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+	service com::sun::star::presentation::Shape;
+
+	service com::sun::star::drawing::PageShape;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/presentation/ParagraphTarget.idl b/main/offapi/com/sun/star/presentation/ParagraphTarget.idl
index d392d90..573ab49 100644
--- a/main/offapi/com/sun/star/presentation/ParagraphTarget.idl
+++ b/main/offapi/com/sun/star/presentation/ParagraphTarget.idl
@@ -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,31 +7,31 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_presentation_ParagraphTarget_idl__ 
-#define __com_sun_star_presentation_ParagraphTarget_idl__ 
+#ifndef __com_sun_star_presentation_ParagraphTarget_idl__
+#define __com_sun_star_presentation_ParagraphTarget_idl__
 
 #ifndef __com_sun_star_drawing_XShape_idl__
 #include <com/sun/star/drawing/XShape.idl>
 #endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module presentation {  
- 
-//============================================================================= 
+//=============================================================================
+
+ module com {  module sun {  module star {  module presentation {
+
+//=============================================================================
 
 /** an event has a source that causes an event to be fired and a trigger
 	that defines under which condition an event should be raised and
@@ -47,8 +47,8 @@
 	short Paragraph;
 };
 
-//============================================================================= 
- 
-}; }; }; };  
+//=============================================================================
+
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/presentation/Presentation.idl b/main/offapi/com/sun/star/presentation/Presentation.idl
index 81ea5a4..ca71cf9 100644
--- a/main/offapi/com/sun/star/presentation/Presentation.idl
+++ b/main/offapi/com/sun/star/presentation/Presentation.idl
@@ -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,149 +7,149 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_presentation_Presentation_idl__ 
-#define __com_sun_star_presentation_Presentation_idl__ 
- 
-#ifndef __com_sun_star_presentation_XPresentation_idl__ 
-#include <com/sun/star/presentation/XPresentation.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module presentation {  
- 
-//============================================================================= 
- 
-/** This service is a presentation that is available from a 
-	<type>PresentationDocument</type> via the 
+#ifndef __com_sun_star_presentation_Presentation_idl__
+#define __com_sun_star_presentation_Presentation_idl__
+
+#ifndef __com_sun_star_presentation_XPresentation_idl__
+#include <com/sun/star/presentation/XPresentation.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module presentation {
+
+//=============================================================================
+
+/** This service is a presentation that is available from a
+	<type>PresentationDocument</type> via the
 	<type>XPresentationSupplier</type> interface.
  */
 published service Presentation
-{ 
-	/** lets you start and stop a presentation.  
-			 
-		<p>It also gives you access to the more advanced features, like 
+{
+	/** lets you start and stop a presentation.
+
+		<p>It also gives you access to the more advanced features, like
 		rehearse timing and the live modes.
 	 */
-	interface com::sun::star::presentation::XPresentation; 
+	interface com::sun::star::presentation::XPresentation;
 
-	//------------------------------------------------------------------------- 
- 
-	/** This is the standard interface for access to the properties from this 
+	//-------------------------------------------------------------------------
+
+	/** This is the standard interface for access to the properties from this
 		service.
 	 */
-	interface com::sun::star::beans::XPropertySet; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	interface com::sun::star::beans::XPropertySet;
+
+	//-------------------------------------------------------------------------
+
 	/** enables/disables the shape animations.
 	 */
-	[property] boolean AllowAnimations; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean AllowAnimations;
+
+	//-------------------------------------------------------------------------
+
 	/** If this string is not empty, it contains the name of a customized
 		show that is used for the presentation.
 	 */
-	[property] string CustomShow; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] string CustomShow;
+
+	//-------------------------------------------------------------------------
+
 	/** If this string is not empty, it contains the name of the page where
 		the presentation is started.
 	 */
-	[property] string FirstPage; 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** If this property is set to <TRUE/>, the window of the presentation is 
+	[property] string FirstPage;
+
+	//-------------------------------------------------------------------------
+
+	/** If this property is set to <TRUE/>, the window of the presentation is
 		always on top of all other windows.
 	 */
-	[property] boolean IsAlwaysOnTop; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean IsAlwaysOnTop;
+
+	//-------------------------------------------------------------------------
+
 	/** If this property is <TRUE/>, all pages are changed automatically.
-		
+
 		<p>This overrides the properties of the pages.</p>
 	 */
-	[property] boolean IsAutomatic; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean IsAutomatic;
+
+	//-------------------------------------------------------------------------
+
 	/** If this property is set to <TRUE/>, the presentation is repeated
 		endlessly.
 	 */
-	[property] boolean IsEndless; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean IsEndless;
+
+	//-------------------------------------------------------------------------
+
 	/** If this property is set to <TRUE/>, the presentation runs in
 		full-screen mode.
 	 */
-	[property] boolean IsFullScreen; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean IsFullScreen;
+
+	//-------------------------------------------------------------------------
+
 	/** With this property, you can set the presentation to live mode.
 		<p>Implementations that have no live mode capability may ignore this
 		property and always return false.
 	 */
-	[property] boolean IsLivePresentation; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean IsLivePresentation;
+
+	//-------------------------------------------------------------------------
+
 	/** If this property is <TRUE/>, the mouse is visible during the
 		presentation.
 	 */
-	[property] boolean IsMouseVisible; 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** is the duration of the black screen after the 
+	[property] boolean IsMouseVisible;
+
+	//-------------------------------------------------------------------------
+
+	/** is the duration of the black screen after the
 		presentation has finished.
-		
+
 		<p>If this is set to <literal>0</literal>, no black screen is shown.</p>
 	 */
-	[property] long Pause; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] long Pause;
+
+	//-------------------------------------------------------------------------
+
 	/** If this is set to <TRUE/>, the Navigator is opened at the start of the
 		presentation.
 	 */
-	[property] boolean StartWithNavigator; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean StartWithNavigator;
+
+	//-------------------------------------------------------------------------
+
 	/** If this is <TRUE/>, a pen is shown during presentation.
 
 		<p>You can draw on the presentation with this pen.</p>
 	 */
-	[property] boolean UsePen; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[property] boolean UsePen;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/presentation/Presentation2.idl b/main/offapi/com/sun/star/presentation/Presentation2.idl
index aa3a5b7..7594e92 100644
--- a/main/offapi/com/sun/star/presentation/Presentation2.idl
+++ b/main/offapi/com/sun/star/presentation/Presentation2.idl
@@ -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,42 +7,42 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_presentation_Presentation2_idl__ 
-#define __com_sun_star_presentation_Presentation2_idl__ 
+#ifndef __com_sun_star_presentation_Presentation2_idl__
+#define __com_sun_star_presentation_Presentation2_idl__
 
-#ifndef __com_sun_star_presentation_Presentation_idl__ 
-#include <com/sun/star/presentation/Presentation.idl> 
-#endif 
+#ifndef __com_sun_star_presentation_Presentation_idl__
+#include <com/sun/star/presentation/Presentation.idl>
+#endif
 
-#ifndef __com_sun_star_presentation_XPresentation2_idl__ 
-#include <com/sun/star/presentation/XPresentation2.idl> 
-#endif 
+#ifndef __com_sun_star_presentation_XPresentation2_idl__
+#include <com/sun/star/presentation/XPresentation2.idl>
+#endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module presentation {  
- 
-//============================================================================= 
- 
+//=============================================================================
+
+ module com {  module sun {  module star {  module presentation {
+
+//=============================================================================
+
 /** enhances the Presentation service to give access to a <type>XPresentation2</type> interface.
 
 	@since OpenOffice 3.0
 */
 service Presentation2
-{ 
+{
     service Presentation;
 
 	/** enhances the XPresentation interface to give access to
@@ -51,11 +51,11 @@
 	 */
 	interface com::sun::star::presentation::XPresentation2;
 
-	//------------------------------------------------------------------------- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	//-------------------------------------------------------------------------
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/presentation/PresentationDocument.idl b/main/offapi/com/sun/star/presentation/PresentationDocument.idl
index 94638fe..4d47abc 100644
--- a/main/offapi/com/sun/star/presentation/PresentationDocument.idl
+++ b/main/offapi/com/sun/star/presentation/PresentationDocument.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/presentation/PresentationRange.idl b/main/offapi/com/sun/star/presentation/PresentationRange.idl
index ce013aa..1d379c6 100644
--- a/main/offapi/com/sun/star/presentation/PresentationRange.idl
+++ b/main/offapi/com/sun/star/presentation/PresentationRange.idl
@@ -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,53 +7,53 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_presentation_PresentationRange_idl__ 
-#define __com_sun_star_presentation_PresentationRange_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module presentation {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_presentation_PresentationRange_idl__
+#define __com_sun_star_presentation_PresentationRange_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module presentation {
+
+//=============================================================================
+
 /** specifies which part of the presentation is to show.
  */
 published enum PresentationRange
-{ 
+{
 	/** use all slides.
 	 */
-	PRESENTATIONRANGE_ALL, 
- 
-	//------------------------------------------------------------------------- 
+	PRESENTATIONRANGE_ALL,
+
+	//-------------------------------------------------------------------------
 
 	/** use only the active slide.
 	 */
-	PRESENTATIONRANGE_FROM_PAGE, 
- 
-	//------------------------------------------------------------------------- 
+	PRESENTATIONRANGE_FROM_PAGE,
+
+	//-------------------------------------------------------------------------
 
 	/** use an individual choice of slides.
 	 */
-	PRESENTATIONRANGE_INDIVIDUAL 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	PRESENTATIONRANGE_INDIVIDUAL
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/presentation/PresentationView.idl b/main/offapi/com/sun/star/presentation/PresentationView.idl
index f5f39df..a79f035 100644
--- a/main/offapi/com/sun/star/presentation/PresentationView.idl
+++ b/main/offapi/com/sun/star/presentation/PresentationView.idl
@@ -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,107 +7,107 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_presentation_PresentationView_idl__ 
-#define __com_sun_star_presentation_PresentationView_idl__ 
- 
-#ifndef __com_sun_star_drawing_XDrawView_idl__ 
-#include <com/sun/star/drawing/XDrawView.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
-#ifndef __com_sun_star_frame_Controller_idl__ 
-#include <com/sun/star/frame/Controller.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_XServiceInfo_idl__ 
-#include <com/sun/star/lang/XServiceInfo.idl> 
-#endif 
+#ifndef __com_sun_star_presentation_PresentationView_idl__
+#define __com_sun_star_presentation_PresentationView_idl__
 
-#ifndef __com_sun_star_drawing_XDrawPage_idl__ 
-#include <com/sun/star/drawing/XDrawPage.idl> 
-#endif 
+#ifndef __com_sun_star_drawing_XDrawView_idl__
+#include <com/sun/star/drawing/XDrawView.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+#ifndef __com_sun_star_frame_Controller_idl__
+#include <com/sun/star/frame/Controller.idl>
+#endif
+
+#ifndef __com_sun_star_lang_XServiceInfo_idl__
+#include <com/sun/star/lang/XServiceInfo.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_XDrawPage_idl__
+#include <com/sun/star/drawing/XDrawPage.idl>
+#endif
 
 #ifndef __com_sun_star_awt_XWindow_idl__
 #include <com/sun/star/awt/XWindow.idl>
 #endif
 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module presentation {  
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module presentation {
+
+//=============================================================================
+
 /** This component integrates a view to a slide show of a presentation
 	document into the desktop.
  */
 published service PresentationView
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 
 	/** this services offers the  integration of this component into the
 		desktop.
 	*/
 	service com::sun::star::frame::Controller;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** lets you access the window for this view
 	*/
 	interface com::sun::star::awt::XWindow;
 
-	//------------------------------------------------------------------------- 
-	 
+	//-------------------------------------------------------------------------
+
 	/** lets you set/get the current page displayed by this
 		view.
 	 */
-	interface com::sun::star::drawing::XDrawView; 
+	interface com::sun::star::drawing::XDrawView;
 
-	//------------------------------------------------------------------------- 
- 	 
+	//-------------------------------------------------------------------------
+
 	/** lets you access the properties of this service.
 	 */
-	interface com::sun::star::beans::XPropertySet; 
+	interface com::sun::star::beans::XPropertySet;
 
-	//------------------------------------------------------------------------- 
- 
-	/** provides the names of the services implemented by  
+	//-------------------------------------------------------------------------
+
+	/** provides the names of the services implemented by
 				this instance.
 	 */
-	interface com::sun::star::lang::XServiceInfo; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	interface com::sun::star::lang::XServiceInfo;
+
+	//-------------------------------------------------------------------------
+
 	/** This is the drawing page that is currently visible.
 	 */
 	[property] com::sun::star::drawing::XDrawPage CurrentPage;
 
-	//------------------------------------------------------------------------- 
-	 
+	//-------------------------------------------------------------------------
+
 	/** This is the area that is currently visible.
 	 */
 	[readonly, property] com::sun::star::awt::Rectangle VisibleArea;
 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/presentation/PreviewView.idl b/main/offapi/com/sun/star/presentation/PreviewView.idl
index 801f165..347af3e 100644
--- a/main/offapi/com/sun/star/presentation/PreviewView.idl
+++ b/main/offapi/com/sun/star/presentation/PreviewView.idl
@@ -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,109 +7,109 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_presentation_PreviewView_idl__ 
-#define __com_sun_star_presentation_PreviewView_idl__ 
- 
-#ifndef __com_sun_star_drawing_XDrawView_idl__ 
-#include <com/sun/star/drawing/XDrawView.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
-#ifndef __com_sun_star_frame_Controller_idl__ 
-#include <com/sun/star/frame/Controller.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_XServiceInfo_idl__ 
-#include <com/sun/star/lang/XServiceInfo.idl> 
-#endif 
+#ifndef __com_sun_star_presentation_PreviewView_idl__
+#define __com_sun_star_presentation_PreviewView_idl__
 
-#ifndef __com_sun_star_drawing_XDrawPage_idl__ 
-#include <com/sun/star/drawing/XDrawPage.idl> 
-#endif 
- 
+#ifndef __com_sun_star_drawing_XDrawView_idl__
+#include <com/sun/star/drawing/XDrawView.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+#ifndef __com_sun_star_frame_Controller_idl__
+#include <com/sun/star/frame/Controller.idl>
+#endif
+
+#ifndef __com_sun_star_lang_XServiceInfo_idl__
+#include <com/sun/star/lang/XServiceInfo.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_XDrawPage_idl__
+#include <com/sun/star/drawing/XDrawPage.idl>
+#endif
+
 #ifndef __com_sun_star_awt_XWindow_idl__
 #include <com/sun/star/awt/XWindow.idl>
 #endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module presentation {  
- 
-//============================================================================= 
- 
+//=============================================================================
+
+ module com {  module sun {  module star {  module presentation {
+
+//=============================================================================
+
 /** This componend integrates a preview view to a slide show of a presentation
 	document into the desktop.
 
     @since OpenOffice 1.1.2
  */
 published service PreviewView
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 
 	/** this services offers the  integration of this component into the
 		desktop.
 	*/
 	service com::sun::star::frame::Controller;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** lets you access the window for this view
 	*/
 	interface com::sun::star::awt::XWindow;
 
-	//------------------------------------------------------------------------- 
-	 
+	//-------------------------------------------------------------------------
+
 	/** lets you set/get the current page displayed by this
 		view.
 	 */
-	interface com::sun::star::drawing::XDrawView; 
+	interface com::sun::star::drawing::XDrawView;
 
-	//------------------------------------------------------------------------- 
- 
-	 
+	//-------------------------------------------------------------------------
+
+
 	/** lets you access the properties of this service.
 	 */
-	interface com::sun::star::beans::XPropertySet; 
+	interface com::sun::star::beans::XPropertySet;
 
-	//------------------------------------------------------------------------- 
- 
-	/** provides the names of the services implemented by  
+	//-------------------------------------------------------------------------
+
+	/** provides the names of the services implemented by
 				this instance.
 	 */
-	interface com::sun::star::lang::XServiceInfo; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	interface com::sun::star::lang::XServiceInfo;
+
+	//-------------------------------------------------------------------------
+
 	/** This is the drawing page that is currently visible.
 	 */
 	[property] com::sun::star::drawing::XDrawPage CurrentPage;
 
-	//------------------------------------------------------------------------- 
-	 
+	//-------------------------------------------------------------------------
+
 	/** This is the area that is currently visible.
 	 */
 	[readonly, property] com::sun::star::awt::Rectangle VisibleArea;
 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/presentation/Shape.idl b/main/offapi/com/sun/star/presentation/Shape.idl
index 0f04163..eb9450a 100644
--- a/main/offapi/com/sun/star/presentation/Shape.idl
+++ b/main/offapi/com/sun/star/presentation/Shape.idl
@@ -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,170 +7,170 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_presentation_Shape_idl__ 
-#define __com_sun_star_presentation_Shape_idl__ 
- 
+#ifndef __com_sun_star_presentation_Shape_idl__
+#define __com_sun_star_presentation_Shape_idl__
+
 #ifndef __com_sun_star_util_Color_idl__
 #include <com/sun/star/util/Color.idl>
 #endif
 
-#ifndef __com_sun_star_presentation_AnimationEffect_idl__ 
-#include <com/sun/star/presentation/AnimationEffect.idl> 
-#endif 
- 
-#ifndef __com_sun_star_presentation_ClickAction_idl__ 
-#include <com/sun/star/presentation/ClickAction.idl> 
-#endif 
- 
-#ifndef __com_sun_star_presentation_AnimationSpeed_idl__ 
-#include <com/sun/star/presentation/AnimationSpeed.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module presentation {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_presentation_AnimationEffect_idl__
+#include <com/sun/star/presentation/AnimationEffect.idl>
+#endif
+
+#ifndef __com_sun_star_presentation_ClickAction_idl__
+#include <com/sun/star/presentation/ClickAction.idl>
+#endif
+
+#ifndef __com_sun_star_presentation_AnimationSpeed_idl__
+#include <com/sun/star/presentation/AnimationSpeed.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module presentation {
+
+//=============================================================================
+
 /** this service is supported from all shapes inside a <type>PresentationDocument</type>.
 
-	
+
 	This usually enahnces objects of type <type scope="com::sun::star::drawing">Shape</type> with
 	presentation properties.
 */
 published service Shape
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** is a generic URL for the property OnClick.
 	 */
-	[property] string Bookmark; 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** This is the color for dimming this shape. 
-		
-		<p>This color is used if the property <member scope="com::sun::star::drawing">Shape::DimPrev</member> 
+	[property] string Bookmark;
+
+	//-------------------------------------------------------------------------
+
+	/** This is the color for dimming this shape.
+
+		<p>This color is used if the property <member scope="com::sun::star::drawing">Shape::DimPrev</member>
 		is <TRUE/> and <member scope="com::sun::star::drawing">Shape::DimHide</member> is <FALSE/>.</p>
 	 */
-	[property] com::sun::star::util::Color DimColor; 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** If this property and the property <member scope="com::sun::star::drawing">Shape::DimPrev</member> 
+	[property] com::sun::star::util::Color DimColor;
+
+	//-------------------------------------------------------------------------
+
+	/** If this property and the property <member scope="com::sun::star::drawing">Shape::DimPrev</member>
 		are both <TRUE/>, the shape is hidden instead of dimmed to a color.
 	 */
-	[property] boolean DimHide; 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** If this property is <TRUE/>, this shape is dimmed to the color of 
-		property <member scope="com::sun::star::drawing">Shape::DimColor</member> after executing its 
+	[property] boolean DimHide;
+
+	//-------------------------------------------------------------------------
+
+	/** If this property is <TRUE/>, this shape is dimmed to the color of
+		property <member scope="com::sun::star::drawing">Shape::DimColor</member> after executing its
 		animation effect.
 	 */
-	[property] boolean DimPrevious; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean DimPrevious;
+
+	//-------------------------------------------------------------------------
+
 	/** selects the animation effect of this shape.
 	 */
-	[property] com::sun::star::presentation::AnimationEffect Effect; 
- 
-	//------------------------------------------------------------------------- 
+	[property] com::sun::star::presentation::AnimationEffect Effect;
 
-	/** If this is a default presentation object and if it is empty, 
+	//-------------------------------------------------------------------------
+
+	/** If this is a default presentation object and if it is empty,
 		this property is <TRUE/>.
 	 */
-	[property] boolean IsEmptyPresentationObject; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean IsEmptyPresentationObject;
+
+	//-------------------------------------------------------------------------
+
 	/** If this is a presentation object, this property is <TRUE/>.
-		<p>Presentation objects are objects like TitleTextShape and 
+		<p>Presentation objects are objects like TitleTextShape and
 		OutlinerShape.</p>
 	 */
-	[readonly, property] boolean IsPresentationObject; 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** selects an action performed after the user clicks 
+	[readonly, property] boolean IsPresentationObject;
+
+	//-------------------------------------------------------------------------
+
+	/** selects an action performed after the user clicks
 		on this shape.
 	 */
-	[property] com::sun::star::presentation::ClickAction OnClick; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] com::sun::star::presentation::ClickAction OnClick;
+
+	//-------------------------------------------------------------------------
+
 	/** If this property is <TRUE/>, the sound of this shape is played in
 		full.
-		
+
 		<p>The default behavior is to stop the sound after completing the
 		animation effect.</p>
 	 */
-	[property] boolean PlayFull; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean PlayFull;
+
+	//-------------------------------------------------------------------------
+
 	/** This is the position of this shape in the order of the shapes which
 		can be animated on its page.
-		
-		<p>The animations are executed in this order, starting at the shape 
+
+		<p>The animations are executed in this order, starting at the shape
 		with the PresentationOrder "one."  You can change the order by
-		changing this number. Setting it to "one" makes this shape the 
+		changing this number. Setting it to "one" makes this shape the
 		first shape in the execution order for the animation effects.</p>
 	 */
-	[property] long PresentationOrder; 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** This is the URL to a soundfile that is played while the animation 
+	[property] long PresentationOrder;
+
+	//-------------------------------------------------------------------------
+
+	/** This is the URL to a soundfile that is played while the animation
 		effect of this shape is running.
 	 */
-	[property] string Sound; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] string Sound;
+
+	//-------------------------------------------------------------------------
+
 	/** If this property is set to <TRUE/>, a sound is played while the
 		animation effect is executed.
 	 */
-	[property] boolean SoundOn; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean SoundOn;
+
+	//-------------------------------------------------------------------------
+
 	/** This is the speed of the animation effect.
 	 */
-	[property] com::sun::star::presentation::AnimationSpeed Speed; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] com::sun::star::presentation::AnimationSpeed Speed;
+
+	//-------------------------------------------------------------------------
+
 	/** This is the animation effect for the text inside this shape.
 	 */
-	[property] com::sun::star::presentation::AnimationEffect TextEffect; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] com::sun::star::presentation::AnimationEffect TextEffect;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies an "ole2" verb for the ClickAction VERB in
 		the property <member scope="com::sun::star::drawing">Shape::OnClick</member>.
 	 */
-	[property] long Verb; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[property] long Verb;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/presentation/ShapeAnimationSubType.idl b/main/offapi/com/sun/star/presentation/ShapeAnimationSubType.idl
index c65f461..7725535 100644
--- a/main/offapi/com/sun/star/presentation/ShapeAnimationSubType.idl
+++ b/main/offapi/com/sun/star/presentation/ShapeAnimationSubType.idl
@@ -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,27 +7,27 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_presentation_ShapeAnimationSubType_idl__ 
-#define __com_sun_star_presentation_ShapeAnimationSubType_idl__ 
+#ifndef __com_sun_star_presentation_ShapeAnimationSubType_idl__
+#define __com_sun_star_presentation_ShapeAnimationSubType_idl__
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module presentation {  
- 
-//============================================================================= 
+//=============================================================================
+
+ module com {  module sun {  module star {  module presentation {
+
+//=============================================================================
 
 /** Defines the whole shape or a subitem as a target for an
 	effect.
@@ -55,8 +55,8 @@
 	const short ONLY_TEXT = 2;
 };
 
-//============================================================================= 
- 
-}; }; }; };  
+//=============================================================================
+
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/presentation/SlideNumberShape.idl b/main/offapi/com/sun/star/presentation/SlideNumberShape.idl
index 0f0fafd..fe6c1f6 100644
--- a/main/offapi/com/sun/star/presentation/SlideNumberShape.idl
+++ b/main/offapi/com/sun/star/presentation/SlideNumberShape.idl
@@ -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,37 +7,37 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_presentation_SlideNumberShape_idl__ 
-#define __com_sun_star_presentation_SlideNumberShape_idl__ 
- 
-#ifndef __com_sun_star_presentation_Shape_idl__ 
-#include <com/sun/star/presentation/Shape.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_TextShape_idl__ 
-#include <com/sun/star/drawing/TextShape.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module presentation {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_presentation_SlideNumberShape_idl__
+#define __com_sun_star_presentation_SlideNumberShape_idl__
+
+#ifndef __com_sun_star_presentation_Shape_idl__
+#include <com/sun/star/presentation/Shape.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_TextShape_idl__
+#include <com/sun/star/drawing/TextShape.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module presentation {
+
+//=============================================================================
+
 /** This service is implemented by the slide number presentation shape.
 
 	<p>Presentation shapes can be used in a presentation
@@ -45,14 +45,14 @@
 	by the presentation shapes on the <type scope="com::sun::star::drawing">MasterPage</type>.
  */
 service SlideNumberShape
-{ 
-	service com::sun::star::presentation::Shape; 
-	
-	service com::sun::star::drawing::TextShape;  
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+	service com::sun::star::presentation::Shape;
+
+	service com::sun::star::drawing::TextShape;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/presentation/SlideShow.idl b/main/offapi/com/sun/star/presentation/SlideShow.idl
index 54b1baa..5545ca1 100644
--- a/main/offapi/com/sun/star/presentation/SlideShow.idl
+++ b/main/offapi/com/sun/star/presentation/SlideShow.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/presentation/SlidesView.idl b/main/offapi/com/sun/star/presentation/SlidesView.idl
index 3059b56..8508bf1 100644
--- a/main/offapi/com/sun/star/presentation/SlidesView.idl
+++ b/main/offapi/com/sun/star/presentation/SlidesView.idl
@@ -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,52 +7,52 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_presentation_SlidesView_idl__ 
-#define __com_sun_star_presentation_SlidesView_idl__ 
- 
-#ifndef __com_sun_star_drawing_XDrawView_idl__ 
-#include <com/sun/star/drawing/XDrawView.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
-#ifndef __com_sun_star_frame_Controller_idl__ 
-#include <com/sun/star/frame/Controller.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_XServiceInfo_idl__ 
-#include <com/sun/star/lang/XServiceInfo.idl> 
-#endif 
+#ifndef __com_sun_star_presentation_SlidesView_idl__
+#define __com_sun_star_presentation_SlidesView_idl__
 
-#ifndef __com_sun_star_drawing_XDrawPage_idl__ 
-#include <com/sun/star/drawing/XDrawPage.idl> 
-#endif 
- 
+#ifndef __com_sun_star_drawing_XDrawView_idl__
+#include <com/sun/star/drawing/XDrawView.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+#ifndef __com_sun_star_frame_Controller_idl__
+#include <com/sun/star/frame/Controller.idl>
+#endif
+
+#ifndef __com_sun_star_lang_XServiceInfo_idl__
+#include <com/sun/star/lang/XServiceInfo.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_XDrawPage_idl__
+#include <com/sun/star/drawing/XDrawPage.idl>
+#endif
+
 #ifndef __com_sun_star_awt_XWindow_idl__
 #include <com/sun/star/awt/XWindow.idl>
 #endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module presentation {  
- 
-//============================================================================= 
- 
+//=============================================================================
+
+ module com {  module sun {  module star {  module presentation {
+
+//=============================================================================
+
 /** This componend integrates a slides view to a presentation
 	document into the desktop.
 
@@ -63,44 +63,44 @@
     @since OpenOffice 1.1.2
  */
 published service SlidesView
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 
 	/** this services offers the  integration of this component into the
 		desktop.
 	*/
 	service com::sun::star::frame::Controller;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** lets you access the window for this view
 	*/
 	interface com::sun::star::awt::XWindow;
 
-	//------------------------------------------------------------------------- 
- 
-	 
+	//-------------------------------------------------------------------------
+
+
 	/** lets you access the properties of this service.
 	 */
-	interface com::sun::star::beans::XPropertySet; 
+	interface com::sun::star::beans::XPropertySet;
 
-	//------------------------------------------------------------------------- 
- 
-	/** provides the names of the services implemented by  
+	//-------------------------------------------------------------------------
+
+	/** provides the names of the services implemented by
 				this instance.
 	 */
-	interface com::sun::star::lang::XServiceInfo; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	interface com::sun::star::lang::XServiceInfo;
+
+	//-------------------------------------------------------------------------
+
 	/** This is the area that is currently visible.
 	 */
 	[readonly, property] com::sun::star::awt::Rectangle VisibleArea;
 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/presentation/SubtitleShape.idl b/main/offapi/com/sun/star/presentation/SubtitleShape.idl
index e62f2d7..c998ad1 100644
--- a/main/offapi/com/sun/star/presentation/SubtitleShape.idl
+++ b/main/offapi/com/sun/star/presentation/SubtitleShape.idl
@@ -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,37 +7,37 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_presentation_SubtitleShape_idl__ 
-#define __com_sun_star_presentation_SubtitleShape_idl__ 
- 
-#ifndef __com_sun_star_presentation_Shape_idl__ 
-#include <com/sun/star/presentation/Shape.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_TextShape_idl__ 
-#include <com/sun/star/drawing/TextShape.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module presentation {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_presentation_SubtitleShape_idl__
+#define __com_sun_star_presentation_SubtitleShape_idl__
+
+#ifndef __com_sun_star_presentation_Shape_idl__
+#include <com/sun/star/presentation/Shape.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_TextShape_idl__
+#include <com/sun/star/drawing/TextShape.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module presentation {
+
+//=============================================================================
+
 /** This service is implemented by the subtitle presentation shape.
 
 	<p>Presentation shapes can be used in a presentation
@@ -45,14 +45,14 @@
 	by the presentation shapes on the <type scope="com::sun::star::drawing">MasterPage</type>.
  */
 published service SubtitleShape
-{ 
-	service com::sun::star::presentation::Shape; 
-	
-	service com::sun::star::drawing::TextShape; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+	service com::sun::star::presentation::Shape;
+
+	service com::sun::star::drawing::TextShape;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/presentation/TextAnimationType.idl b/main/offapi/com/sun/star/presentation/TextAnimationType.idl
index 32229ac..b93d3f9 100644
--- a/main/offapi/com/sun/star/presentation/TextAnimationType.idl
+++ b/main/offapi/com/sun/star/presentation/TextAnimationType.idl
@@ -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,27 +7,27 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_presentation_TextAnimationType_idl__ 
-#define __com_sun_star_presentation_TextAnimationType_idl__ 
+#ifndef __com_sun_star_presentation_TextAnimationType_idl__
+#define __com_sun_star_presentation_TextAnimationType_idl__
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module presentation {  
- 
-//============================================================================= 
+//=============================================================================
+
+ module com {  module sun {  module star {  module presentation {
+
+//=============================================================================
 
 /** Defines how a target <type scope=::com::sun::star::text>XTextRange</type>
 	is animated inside an <type scope=::com::sun::star::animations>IterateContainer</type>.
@@ -52,8 +52,8 @@
 	const short BY_LETTER = 2;
 };
 
-//============================================================================= 
- 
-}; }; }; };  
+//=============================================================================
+
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/presentation/TitleTextShape.idl b/main/offapi/com/sun/star/presentation/TitleTextShape.idl
index ee270be..845faf6 100644
--- a/main/offapi/com/sun/star/presentation/TitleTextShape.idl
+++ b/main/offapi/com/sun/star/presentation/TitleTextShape.idl
@@ -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,37 +7,37 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_presentation_TitleTextShape_idl__ 
-#define __com_sun_star_presentation_TitleTextShape_idl__ 
- 
-#ifndef __com_sun_star_presentation_Shape_idl__ 
-#include <com/sun/star/presentation/Shape.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_TextShape_idl__ 
-#include <com/sun/star/drawing/TextShape.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module presentation {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_presentation_TitleTextShape_idl__
+#define __com_sun_star_presentation_TitleTextShape_idl__
+
+#ifndef __com_sun_star_presentation_Shape_idl__
+#include <com/sun/star/presentation/Shape.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_TextShape_idl__
+#include <com/sun/star/drawing/TextShape.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module presentation {
+
+//=============================================================================
+
 /** This service is implemented by the title and subtitle presentation shape.
 
 	<p>Presentation shapes can be used in a presentation
@@ -45,14 +45,14 @@
 	by the presentation shapes on the <type scope="com::sun::star::drawing">MasterPage</type>.
  */
 published service TitleTextShape
-{ 
-	service com::sun::star::presentation::Shape; 
-	
-	service com::sun::star::drawing::TextShape;  
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+	service com::sun::star::presentation::Shape;
+
+	service com::sun::star::drawing::TextShape;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/presentation/TransitionFactory.idl b/main/offapi/com/sun/star/presentation/TransitionFactory.idl
index 11e83fa..92d782b 100644
--- a/main/offapi/com/sun/star/presentation/TransitionFactory.idl
+++ b/main/offapi/com/sun/star/presentation/TransitionFactory.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/presentation/XCustomPresentationSupplier.idl b/main/offapi/com/sun/star/presentation/XCustomPresentationSupplier.idl
index 082e663..4a582fa 100644
--- a/main/offapi/com/sun/star/presentation/XCustomPresentationSupplier.idl
+++ b/main/offapi/com/sun/star/presentation/XCustomPresentationSupplier.idl
@@ -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,56 +7,56 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_presentation_XCustomPresentationSupplier_idl__ 
-#define __com_sun_star_presentation_XCustomPresentationSupplier_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XNameContainer_idl__ 
-#include <com/sun/star/container/XNameContainer.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module presentation {  
- 
-//============================================================================= 
- 
-/** must be supported to provide access to customized 
+#ifndef __com_sun_star_presentation_XCustomPresentationSupplier_idl__
+#define __com_sun_star_presentation_XCustomPresentationSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_container_XNameContainer_idl__
+#include <com/sun/star/container/XNameContainer.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module presentation {
+
+//=============================================================================
+
+/** must be supported to provide access to customized
 	presentations of a presentation document.
-	
-	@see 		XCustomPresentation 
+
+	@see 		XCustomPresentation
 	@see		XCustomPresentationAccess
  */
 published interface XCustomPresentationSupplier: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns 
+{
+	//-------------------------------------------------------------------------
+
+	/** @returns
 				the <type>CustomPresentation</type>.
 	 */
-	com::sun::star::container::XNameContainer getCustomPresentations(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::container::XNameContainer getCustomPresentations();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/presentation/XHandoutMasterSupplier.idl b/main/offapi/com/sun/star/presentation/XHandoutMasterSupplier.idl
index 3e66180..f36b962 100644
--- a/main/offapi/com/sun/star/presentation/XHandoutMasterSupplier.idl
+++ b/main/offapi/com/sun/star/presentation/XHandoutMasterSupplier.idl
@@ -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,48 +7,48 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_presentation_XHandoutMasterSupplier_idl__ 
-#define __com_sun_star_presentation_XHandoutMasterSupplier_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_drawing_XDrawPage_idl__ 
-#include <com/sun/star/drawing/XDrawPage.idl> 
-#endif 
+#ifndef __com_sun_star_presentation_XHandoutMasterSupplier_idl__
+#define __com_sun_star_presentation_XHandoutMasterSupplier_idl__
 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module presentation {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_XDrawPage_idl__
+#include <com/sun/star/drawing/XDrawPage.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module presentation {
+
+//=============================================================================
+
 /** returns the handout master page for this document
  */
 published interface XHandoutMasterSupplier: com::sun::star::uno::XInterface
-{ 
+{
 	/** returns the <type>DrawPage</type>.
 	 */
-	com::sun::star::drawing::XDrawPage getHandoutMasterPage(); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::drawing::XDrawPage getHandoutMasterPage();
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/presentation/XPresentation.idl b/main/offapi/com/sun/star/presentation/XPresentation.idl
index 92d081e..4054d96 100644
--- a/main/offapi/com/sun/star/presentation/XPresentation.idl
+++ b/main/offapi/com/sun/star/presentation/XPresentation.idl
@@ -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,62 +7,62 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_presentation_XPresentation_idl__ 
-#define __com_sun_star_presentation_XPresentation_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module presentation {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_presentation_XPresentation_idl__
+#define __com_sun_star_presentation_XPresentation_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module presentation {
+
+//=============================================================================
+
 /** With this interface you can control any object that implements
 	a <type>Presentation</type>.
 */
 published interface XPresentation: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** The presentation is shown in full-screen and started from the
 		beginning.
 	 */
-	void start(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void start();
+
+	//-------------------------------------------------------------------------
+
 	/** The presentation is stopped and the full-screen mode will end.
 	 */
-	void end(); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** Starts the presentation from the beginning and shows the 
+	void end();
+
+	//-------------------------------------------------------------------------
+
+	/** Starts the presentation from the beginning and shows the
 		actual running time to the user.
 	 */
-	void rehearseTimings(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void rehearseTimings();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/presentation/XPresentation2.idl b/main/offapi/com/sun/star/presentation/XPresentation2.idl
index 52387a0..d45d121 100644
--- a/main/offapi/com/sun/star/presentation/XPresentation2.idl
+++ b/main/offapi/com/sun/star/presentation/XPresentation2.idl
@@ -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,48 +7,48 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_presentation_XPresentation2_idl__ 
-#define __com_sun_star_presentation_XPresentation2_idl__ 
+#ifndef __com_sun_star_presentation_XPresentation2_idl__
+#define __com_sun_star_presentation_XPresentation2_idl__
 
 #ifndef __com_sun_star_presentation_XPresentation_idl__
 #include <com/sun/star/presentation/XPresentation.idl>
 #endif
 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
 
-#ifndef __com_sun_star_beans_PropertyValue_idl__ 
-#include <com/sun/star/beans/PropertyValue.idl> 
-#endif 
+#ifndef __com_sun_star_beans_PropertyValue_idl__
+#include <com/sun/star/beans/PropertyValue.idl>
+#endif
 
-#ifndef __com_sun_star_presentation_XSlideShowListener_idl__ 
-#include <com/sun/star/presentation/XSlideShowListener.idl> 
-#endif 
+#ifndef __com_sun_star_presentation_XSlideShowListener_idl__
+#include <com/sun/star/presentation/XSlideShowListener.idl>
+#endif
 
-#ifndef __com_sun_star_presentation_XSlideShowController_idl__ 
-#include <com/sun/star/presentation/XSlideShowController.idl> 
-#endif 
+#ifndef __com_sun_star_presentation_XSlideShowController_idl__
+#include <com/sun/star/presentation/XSlideShowController.idl>
+#endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module presentation {  
- 
-//============================================================================= 
- 
+//=============================================================================
+
+ module com {  module sun {  module star {  module presentation {
+
+//=============================================================================
+
 /** enhances the XPresentation interface to give access to
 	a <type>XSlideShowController</type>  and
 	to start a presentation with arguments.
@@ -57,39 +57,39 @@
 */
 interface XPresentation2
 {
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** allows to start and stop the presentation.
 	*/
 	interface XPresentation;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** gives access to the properties of the slideshow.
 	*/
 	interface com::sun::star::beans::XPropertySet;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** start the slideshow with the given arguments.
 		All arguments overide the values from <service>Presentation</service>
 	*/
-	void startWithArguments( [in] sequence< ::com::sun::star::beans::PropertyValue > Arguments ); 
+	void startWithArguments( [in] sequence< ::com::sun::star::beans::PropertyValue > Arguments );
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** returns true if the slideshow is currently running */
 	boolean isRunning();
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** if the slideshow is running, this returns a controller object to
 		control the running slideshow. */
 	XSlideShowController getController();
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/presentation/XPresentationPage.idl b/main/offapi/com/sun/star/presentation/XPresentationPage.idl
index 3ed983f..52671be 100644
--- a/main/offapi/com/sun/star/presentation/XPresentationPage.idl
+++ b/main/offapi/com/sun/star/presentation/XPresentationPage.idl
@@ -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,51 +7,51 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_presentation_XPresentationPage_idl__ 
-#define __com_sun_star_presentation_XPresentationPage_idl__ 
- 
-#ifndef __com_sun_star_drawing_XDrawPage_idl__ 
-#include <com/sun/star/drawing/XDrawPage.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module presentation {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_presentation_XPresentationPage_idl__
+#define __com_sun_star_presentation_XPresentationPage_idl__
+
+#ifndef __com_sun_star_drawing_XDrawPage_idl__
+#include <com/sun/star/drawing/XDrawPage.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module presentation {
+
+//=============================================================================
+
 /** describes a page from a presentation.
 
 	@see com::sun::star::drawing::DrawPage
  */
 published interface XPresentationPage: com::sun::star::drawing::XDrawPage
-{ 
-	//------------------------------------------------------------------------- 
-	
-	/** return the note page from the current page in the presentation, 
+{
+	//-------------------------------------------------------------------------
+
+	/** return the note page from the current page in the presentation,
 		the name for the note page in the user interface note view, and one of the views
 		from a presentation page.
 	 */
-	com::sun::star::drawing::XDrawPage getNotesPage(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::drawing::XDrawPage getNotesPage();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/presentation/XPresentationSupplier.idl b/main/offapi/com/sun/star/presentation/XPresentationSupplier.idl
index 6c5377b..2991db9 100644
--- a/main/offapi/com/sun/star/presentation/XPresentationSupplier.idl
+++ b/main/offapi/com/sun/star/presentation/XPresentationSupplier.idl
@@ -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,52 +7,52 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_presentation_XPresentationSupplier_idl__ 
-#define __com_sun_star_presentation_XPresentationSupplier_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_presentation_XPresentation_idl__ 
-#include <com/sun/star/presentation/XPresentation.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module presentation {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_presentation_XPresentationSupplier_idl__
+#define __com_sun_star_presentation_XPresentationSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_presentation_XPresentation_idl__
+#include <com/sun/star/presentation/XPresentation.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module presentation {
+
+//=============================================================================
+
 /** controls a presentation directly. This supplier will do this.
  */
 published interface XPresentationSupplier: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	
+{
+	//-------------------------------------------------------------------------
+
 	/**
 		@returns an interface to control a presentation.
 	 */
-	com::sun::star::presentation::XPresentation getPresentation(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::presentation::XPresentation getPresentation();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/presentation/XShapeEventListener.idl b/main/offapi/com/sun/star/presentation/XShapeEventListener.idl
index 7b96d36..db9d8f6 100644
--- a/main/offapi/com/sun/star/presentation/XShapeEventListener.idl
+++ b/main/offapi/com/sun/star/presentation/XShapeEventListener.idl
@@ -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,31 +7,31 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 #ifndef __com_sun_star_presentation_XShapeEventListener_idl__
 #define __com_sun_star_presentation_XShapeEventListener_idl__
 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
-#ifndef __com_sun_star_awt_XMouseListener_idl__ 
-#include <com/sun/star/awt/XMouseListener.idl> 
-#endif 
-#ifndef __com_sun_star_drawing_XShape_idl__ 
-#include <com/sun/star/drawing/XShape.idl> 
-#endif 
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+#ifndef __com_sun_star_awt_XMouseListener_idl__
+#include <com/sun/star/awt/XMouseListener.idl>
+#endif
+#ifndef __com_sun_star_drawing_XShape_idl__
+#include <com/sun/star/drawing/XShape.idl>
+#endif
 
 module com {  module sun {  module star {  module presentation {
 
diff --git a/main/offapi/com/sun/star/presentation/XSlideShow.idl b/main/offapi/com/sun/star/presentation/XSlideShow.idl
index 60c1e9a..4a32a98 100644
--- a/main/offapi/com/sun/star/presentation/XSlideShow.idl
+++ b/main/offapi/com/sun/star/presentation/XSlideShow.idl
@@ -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,58 +7,58 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 #ifndef _com_sun_star_presentation_XSlideShow_idl
 #define _com_sun_star_presentation_XSlideShow_idl
 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
-#ifndef __com_sun_star_beans_PropertyValue_idl__ 
-#include <com/sun/star/beans/PropertyValue.idl> 
-#endif 
-#ifndef __com_sun_star_geometry_RealRectangle2D_idl__ 
-#include <com/sun/star/geometry/RealRectangle2D.idl> 
-#endif 
-#ifndef __com_sun_star_rendering_XSpriteCanvas_idl__ 
-#include <com/sun/star/rendering/XSpriteCanvas.idl> 
-#endif 
-#ifndef __com_sun_star_animations_XAnimationNode_idl__ 
-#include <com/sun/star/animations/XAnimationNode.idl> 
-#endif 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+#ifndef __com_sun_star_beans_PropertyValue_idl__
+#include <com/sun/star/beans/PropertyValue.idl>
+#endif
+#ifndef __com_sun_star_geometry_RealRectangle2D_idl__
+#include <com/sun/star/geometry/RealRectangle2D.idl>
+#endif
+#ifndef __com_sun_star_rendering_XSpriteCanvas_idl__
+#include <com/sun/star/rendering/XSpriteCanvas.idl>
+#endif
+#ifndef __com_sun_star_animations_XAnimationNode_idl__
+#include <com/sun/star/animations/XAnimationNode.idl>
+#endif
 #endif
 #ifndef __com_sun_star_lang_XMultiServiceFactory_idl__
 #include <com/sun/star/lang/XMultiServiceFactory.idl>
-#ifndef __com_sun_star_drawing_XDrawPage_idl__ 
-#include <com/sun/star/drawing/XDrawPage.idl> 
-#endif 
+#ifndef __com_sun_star_drawing_XDrawPage_idl__
+#include <com/sun/star/drawing/XDrawPage.idl>
+#endif
 #ifndef __com_sun_star_drawing_XDrawPagesSupplier_idl__
 #include <com/sun/star/drawing/XDrawPagesSupplier.idl>
 #endif
-#ifndef __com_sun_star_drawing_XShape_idl__ 
-#include <com/sun/star/drawing/XShape.idl> 
-#endif 
-#ifndef __com_sun_star_presentation_XSlideShowView_idl__ 
-#include <com/sun/star/presentation/XSlideShowView.idl> 
-#endif 
-#ifndef __com_sun_star_presentation_XSlideShowListener_idl__ 
-#include <com/sun/star/presentation/XSlideShowListener.idl> 
-#endif 
-#ifndef __com_sun_star_presentation_XShapeEventListener_idl__ 
-#include <com/sun/star/presentation/XShapeEventListener.idl> 
-#endif 
+#ifndef __com_sun_star_drawing_XShape_idl__
+#include <com/sun/star/drawing/XShape.idl>
+#endif
+#ifndef __com_sun_star_presentation_XSlideShowView_idl__
+#include <com/sun/star/presentation/XSlideShowView.idl>
+#endif
+#ifndef __com_sun_star_presentation_XSlideShowListener_idl__
+#include <com/sun/star/presentation/XSlideShowListener.idl>
+#endif
+#ifndef __com_sun_star_presentation_XShapeEventListener_idl__
+#include <com/sun/star/presentation/XShapeEventListener.idl>
+#endif
 
 module com {  module sun {  module star {  module presentation {
 
@@ -192,15 +192,15 @@
 
     /** Change the pause state of the slide show.<p>
 
-        This method either pauses the slide show (all currently 
-        running effects are stopped), or starts a previously stopped 
+        This method either pauses the slide show (all currently
+        running effects are stopped), or starts a previously stopped
         show again (all paused effects start again).<p>
 
         @param bPauseShow
         When <TRUE>, the show is paused. When <FALSE>, and the show
         was paused, it starts running at the paused position again.
 
-        @return <TRUE>, if the requested action was successfully 
+        @return <TRUE>, if the requested action was successfully
         performed.
      */
     boolean pause( [in] boolean bPauseShow );
@@ -229,13 +229,13 @@
         supported on show(). Currently, the following values
         are recognized:
         <ul>
-            <li>name: AutomaticAdvancement, value: double. When given, effects 
-                and slides are advanced automatically. The double value specifies 
-                the timeout between the end of one effect until the start of the 
+            <li>name: AutomaticAdvancement, value: double. When given, effects
+                and slides are advanced automatically. The double value specifies
+                the timeout between the end of one effect until the start of the
                 next one. Negative values are truncated to zero here. When given,
                 but with empty value, automatic advancement is disabled again.</li>
             <li>name: UserPaintColor, value: long. When given, the slide show
-                will display a small stylus as the mouse cursor. When pressing the 
+                will display a small stylus as the mouse cursor. When pressing the
                 left mouse key, the user can paint a thin line in the given color.</li>
         </ul>
         A changed property is effective immediately.
@@ -273,7 +273,7 @@
     boolean removeView( [in] XSlideShowView xView );
 
     /** Update the animations.<p>
-        
+
         This method updates all currently active slide animations. The
         XSlideShow implementations do not render animations
         automatically, but must be called from their clients. This
diff --git a/main/offapi/com/sun/star/presentation/XSlideShowController.idl b/main/offapi/com/sun/star/presentation/XSlideShowController.idl
index dc1166a..ea06c57 100644
--- a/main/offapi/com/sun/star/presentation/XSlideShowController.idl
+++ b/main/offapi/com/sun/star/presentation/XSlideShowController.idl
@@ -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,44 +7,44 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_presentation_XSlideShowController_idl__ 
-#define __com_sun_star_presentation_XSlideShowController_idl__ 
+#ifndef __com_sun_star_presentation_XSlideShowController_idl__
+#define __com_sun_star_presentation_XSlideShowController_idl__
 
-#ifndef __com_sun_star_drawing_XDrawPage_idl__ 
-#include <com/sun/star/drawing/XDrawPage.idl> 
-#endif 
+#ifndef __com_sun_star_drawing_XDrawPage_idl__
+#include <com/sun/star/drawing/XDrawPage.idl>
+#endif
 
-#ifndef __com_sun_star_container_XIndexAccess_idl__ 
-#include <com/sun/star/container/XIndexAccess.idl> 
-#endif 
+#ifndef __com_sun_star_container_XIndexAccess_idl__
+#include <com/sun/star/container/XIndexAccess.idl>
+#endif
 
-#ifndef __com_sun_star_lang_XComponent_idl__ 
-#include <com/sun/star/lang/XComponent.idl> 
-#endif 
+#ifndef __com_sun_star_lang_XComponent_idl__
+#include <com/sun/star/lang/XComponent.idl>
+#endif
 
 #ifndef __com_sun_star_presentation_XSlideShow_idl__
 #include <com/sun/star/presentation/XSlideShow.idl>
 #endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module presentation {  
- 
-//============================================================================= 
- 
+//=============================================================================
+
+ module com {  module sun {  module star {  module presentation {
+
+//=============================================================================
+
 /** interface to control a running slideshow.
 
     @see XPresentation2
@@ -52,7 +52,7 @@
 */
 interface XSlideShowController
 {
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** returns true if the slideshow is still running.
 		If this returns false, this component is already disposed.
@@ -61,49 +61,49 @@
 	*/
 	boolean isRunning();
 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns  
+	//-------------------------------------------------------------------------
+
+	/** @returns
 				the number of slides in this slideshow.
 
 		@see getSlideByIndex
 	 */
-	long getSlideCount(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	long getSlideCount();
+
+	//-------------------------------------------------------------------------
+
 	/**	gives access to the slides that will be shown in this slideshow.
-		
+
 		<p>Slides are returned in the order they will be displayed in the
 		presentation which can be different than the orders of slides in
 		the document. Not all slides must be present and each slide can
 		be used more than once.
-		
-		@returns  
-			the slide at the specified index.
-				 
-		@param Index	 
-			specifies the position in the list of slides that are displayed
-			in this slideshow. The first index is 0. 
-				 
-		@throws com::sun::star::lang::IndexOutOfBoundException 
-			if the index is not valid. 
-				 
-	 */
-	::com::sun::star::drawing::XDrawPage getSlideByIndex( [in] long Index ) 
-			raises( com::sun::star::lang::IndexOutOfBoundsException ); 
 
-	//------------------------------------------------------------------------- 
+		@returns
+			the slide at the specified index.
+
+		@param Index
+			specifies the position in the list of slides that are displayed
+			in this slideshow. The first index is 0.
+
+		@throws com::sun::star::lang::IndexOutOfBoundException
+			if the index is not valid.
+
+	 */
+	::com::sun::star::drawing::XDrawPage getSlideByIndex( [in] long Index )
+			raises( com::sun::star::lang::IndexOutOfBoundsException );
+
+	//-------------------------------------------------------------------------
 
 	/** addes a listener that receives events while the slideshow is running. */
 	void addSlideShowListener( [in] XSlideShowListener Listener );
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** removes a listener. */
 	void removeSlideShowListener( [in] XSlideShowListener Listener );
-	
-	//------------------------------------------------------------------------- 
+
+	//-------------------------------------------------------------------------
 
 	/** start next effects that wait on a generic trigger.
 		<p>If no generic triggers are waiting the next
@@ -111,7 +111,7 @@
 	*/
 	void gotoNextEffect();
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** undo the last effects that where triggered by a generic trigger.
 		<p>If there is no previous effect that can be undone then the
@@ -119,35 +119,35 @@
 	*/
 	void gotoPreviousEffect();
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** goto and display first slide */
 	void gotoFirstSlide();
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** goto and display next slide.
 		<p>Remaining effects on the current slide will be skipped.*/
 	void gotoNextSlide();
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** goto and display previous slide.
 		<p>Remaining effects on the current slide will be skipped.*/
 	void gotoPreviousSlide();
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** goto and display last slide.
 		<p>Remaining effects on the current slide will be skipped.*/
 	void gotoLastSlide();
 
-	//------------------------------------------------------------------------- 
-	
+	//-------------------------------------------------------------------------
+
 	/** goto the given textual bookmark */
 	void gotoBookmark( [in] string Bookmark );
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** jumps to the given slide.
 		<p>The slide can also be a slide that would normally not be shown during
@@ -161,18 +161,18 @@
 	void gotoSlide( [in] com::sun::star::drawing::XDrawPage Page )
 		raises( com::sun::star::lang::IllegalArgumentException );
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** jumps to the slide at the given index.
 	*/
 	void gotoSlideIndex( [in] long Index );
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** stop all currently played sounds */
 	void stopSound();
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** pauses the slideshow. All effects are paused.
 		<p>The slideshow continues on next user input or if
@@ -180,13 +180,13 @@
 	*/
 	void pause();
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** resumes a paused slideshow.
 	*/
 	void resume();
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** returns <TRUE/> if the slideshow is currently paused.
 
@@ -195,7 +195,7 @@
 	*/
 	boolean isPaused();
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** pauses the slideshow and blanks the screen in the given color.
 		<p>Change attribute <member>Pause</member> to false to unpause
@@ -203,7 +203,7 @@
 	*/
 	void blankScreen( [in] long Color );
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** activates the user interface of this slideshow.
 
@@ -215,7 +215,7 @@
 	//-------------------------------------------------------------------------
 	/** can be called to deactivate the user interface of this slideshow.
 
-		<p>A deactivated 
+		<p>A deactivated
         @see <member>activate()</member>
         @see <member>isActive()</member>
 	 */
@@ -232,69 +232,69 @@
 	 */
 	boolean isActive();
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** returns slide that is currently displayed */
 	com::sun::star::drawing::XDrawPage getCurrentSlide();
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** returns the index of the current slide. */
 	long getCurrentSlideIndex();
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** the index for the slide that is displayed next. */
 	long getNextSlideIndex();
 
-	//------------------------------------------------------------------------- 
-	 
+	//-------------------------------------------------------------------------
+
 	/** returns <TRUE/> if the slideshow was started to run endlessly.
 	 */
 	boolean isEndless();
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** Returns <TRUE/> if the slideshow was started in full-screen mode.
 	 */
 	boolean isFullScreen();
 
-	//------------------------------------------------------------------------- 
-	 
-	/** If this attribute is set to <TRUE/>, the window of the slideshow is 
+	//-------------------------------------------------------------------------
+
+	/** If this attribute is set to <TRUE/>, the window of the slideshow is
 		always on top of all other windows.
 	 */
-	[attribute] boolean AlwaysOnTop; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[attribute] boolean AlwaysOnTop;
+
+	//-------------------------------------------------------------------------
+
 	/** If this attribute is <TRUE/>, the mouse is visible during the
 		slideshow.
 	 */
-	[attribute] boolean MouseVisible; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[attribute] boolean MouseVisible;
+
+	//-------------------------------------------------------------------------
+
 	/** If this is <TRUE/>, a pen is shown during presentation.
 
 		<p>You can draw on the presentation with this pen.</p>
 	 */
-	[attribute] boolean UsePen; 
+	[attribute] boolean UsePen;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** This attribute changes the color of the pen. */
 	[attribute] long PenColor;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** This attribute changes the width of the pen.
-	
+
 		@since OpenOffice 4.1
 	*/
 	[attribute] double PenWidth;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** returns the actuall <type>XSlideShow</type> instance that runs the
 		slideshow.
@@ -302,11 +302,11 @@
 		not the <type>XSlideShow</type> itself. */
 	XSlideShow getSlideShow();
 
-	//------------------------------------------------------------------------- 
-}; 
+	//-------------------------------------------------------------------------
+};
 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/presentation/XSlideShowListener.idl b/main/offapi/com/sun/star/presentation/XSlideShowListener.idl
index 454be37..de34805 100644
--- a/main/offapi/com/sun/star/presentation/XSlideShowListener.idl
+++ b/main/offapi/com/sun/star/presentation/XSlideShowListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/presentation/XSlideShowView.idl b/main/offapi/com/sun/star/presentation/XSlideShowView.idl
index 075fe6f..4fee37c 100644
--- a/main/offapi/com/sun/star/presentation/XSlideShowView.idl
+++ b/main/offapi/com/sun/star/presentation/XSlideShowView.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/presentation/XTransition.idl b/main/offapi/com/sun/star/presentation/XTransition.idl
index a3703a1..dfe3eb7 100644
--- a/main/offapi/com/sun/star/presentation/XTransition.idl
+++ b/main/offapi/com/sun/star/presentation/XTransition.idl
@@ -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,25 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 #ifndef __com_sun_star_presentation_XTransition_idl__
 #define __com_sun_star_presentation_XTransition_idl__
 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
 
 module com {  module sun {  module star {
 
@@ -43,7 +43,7 @@
 {
     /** Update transition on screen to given time state.<p>
 
-        @param t 
+        @param t
         Time on the transition timeline to display. Must be in the
         [0,1] range.
      */
diff --git a/main/offapi/com/sun/star/presentation/XTransitionFactory.idl b/main/offapi/com/sun/star/presentation/XTransitionFactory.idl
index 9a0858d..cb84fdc 100644
--- a/main/offapi/com/sun/star/presentation/XTransitionFactory.idl
+++ b/main/offapi/com/sun/star/presentation/XTransitionFactory.idl
@@ -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,31 +7,31 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 #ifndef __com_sun_star_presentation_XTransitionFactory_idl__
 #define __com_sun_star_presentation_XTransitionFactory_idl__
 
-#ifndef __com_sun_star_presentation_XTransition_idl__ 
-#include <com/sun/star/presentation/XTransition.idl> 
-#endif 
-#ifndef __com_sun_star_geometry_RealPoint2D_idl__ 
-#include <com/sun/star/geometry/RealPoint2D.idl> 
-#endif 
+#ifndef __com_sun_star_presentation_XTransition_idl__
+#include <com/sun/star/presentation/XTransition.idl>
+#endif
+#ifndef __com_sun_star_geometry_RealPoint2D_idl__
+#include <com/sun/star/geometry/RealPoint2D.idl>
+#endif
 
 
-module com {  module sun {  module star {  
+module com {  module sun {  module star {
 
 module rendering { interface XBitmap; };
 
@@ -73,7 +73,7 @@
         Offset in pixel from the top, left edge of the view, such that the
         slide displays similar to normal slideshow
      */
-    XTransition createTransition( [in] short                                 transitionType, 
+    XTransition createTransition( [in] short                                 transitionType,
                                   [in] short                                 transitionSubType,
                                   [in] XSlideShowView                        view,
                                   [in] com::sun::star::rendering::XBitmap    leavingBitmap,
diff --git a/main/offapi/com/sun/star/presentation/textfield/DateTime.idl b/main/offapi/com/sun/star/presentation/textfield/DateTime.idl
index 7d6b99b..4dcfa55 100644
--- a/main/offapi/com/sun/star/presentation/textfield/DateTime.idl
+++ b/main/offapi/com/sun/star/presentation/textfield/DateTime.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/presentation/textfield/Footer.idl b/main/offapi/com/sun/star/presentation/textfield/Footer.idl
index 0d98fcb..e4263ba 100644
--- a/main/offapi/com/sun/star/presentation/textfield/Footer.idl
+++ b/main/offapi/com/sun/star/presentation/textfield/Footer.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/presentation/textfield/Header.idl b/main/offapi/com/sun/star/presentation/textfield/Header.idl
index 5a18a8d..734ed64 100644
--- a/main/offapi/com/sun/star/presentation/textfield/Header.idl
+++ b/main/offapi/com/sun/star/presentation/textfield/Header.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rdf/BlankNode.idl b/main/offapi/com/sun/star/rdf/BlankNode.idl
index 6df8a01..2a3f9c5 100644
--- a/main/offapi/com/sun/star/rdf/BlankNode.idl
+++ b/main/offapi/com/sun/star/rdf/BlankNode.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rdf/FileFormat.idl b/main/offapi/com/sun/star/rdf/FileFormat.idl
index cf56275..3d0d29b 100644
--- a/main/offapi/com/sun/star/rdf/FileFormat.idl
+++ b/main/offapi/com/sun/star/rdf/FileFormat.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rdf/Literal.idl b/main/offapi/com/sun/star/rdf/Literal.idl
index ef1ca1f..aa95726 100644
--- a/main/offapi/com/sun/star/rdf/Literal.idl
+++ b/main/offapi/com/sun/star/rdf/Literal.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rdf/ParseException.idl b/main/offapi/com/sun/star/rdf/ParseException.idl
index 8f2a624..a9d0a19 100644
--- a/main/offapi/com/sun/star/rdf/ParseException.idl
+++ b/main/offapi/com/sun/star/rdf/ParseException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rdf/QueryException.idl b/main/offapi/com/sun/star/rdf/QueryException.idl
index 3c3f676..dede5e1 100644
--- a/main/offapi/com/sun/star/rdf/QueryException.idl
+++ b/main/offapi/com/sun/star/rdf/QueryException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rdf/Repository.idl b/main/offapi/com/sun/star/rdf/Repository.idl
index b16d17e..5dbb691 100644
--- a/main/offapi/com/sun/star/rdf/Repository.idl
+++ b/main/offapi/com/sun/star/rdf/Repository.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rdf/RepositoryException.idl b/main/offapi/com/sun/star/rdf/RepositoryException.idl
index 964e059..b79a881 100644
--- a/main/offapi/com/sun/star/rdf/RepositoryException.idl
+++ b/main/offapi/com/sun/star/rdf/RepositoryException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rdf/Statement.idl b/main/offapi/com/sun/star/rdf/Statement.idl
index eb871b0..dcf21ae 100644
--- a/main/offapi/com/sun/star/rdf/Statement.idl
+++ b/main/offapi/com/sun/star/rdf/Statement.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rdf/URI.idl b/main/offapi/com/sun/star/rdf/URI.idl
index 0a0479a..3dbd6c0 100644
--- a/main/offapi/com/sun/star/rdf/URI.idl
+++ b/main/offapi/com/sun/star/rdf/URI.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rdf/URIs.idl b/main/offapi/com/sun/star/rdf/URIs.idl
index 2566924..bb72641 100644
--- a/main/offapi/com/sun/star/rdf/URIs.idl
+++ b/main/offapi/com/sun/star/rdf/URIs.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rdf/XBlankNode.idl b/main/offapi/com/sun/star/rdf/XBlankNode.idl
index 4693a2c..edd0cc6 100644
--- a/main/offapi/com/sun/star/rdf/XBlankNode.idl
+++ b/main/offapi/com/sun/star/rdf/XBlankNode.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rdf/XDocumentMetadataAccess.idl b/main/offapi/com/sun/star/rdf/XDocumentMetadataAccess.idl
index a3d320a..348ffbd 100644
--- a/main/offapi/com/sun/star/rdf/XDocumentMetadataAccess.idl
+++ b/main/offapi/com/sun/star/rdf/XDocumentMetadataAccess.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -117,7 +117,7 @@
     //-------------------------------------------------------------------------
     /** get the unique ODF element with the given metadata reference.
 
-        @param MetadataReference 
+        @param MetadataReference
             a metadata reference, comprising the stream name and the XML ID
             For example: Pair("content.xml", "foo-element-1")
 
diff --git a/main/offapi/com/sun/star/rdf/XDocumentRepository.idl b/main/offapi/com/sun/star/rdf/XDocumentRepository.idl
index 4ab881c..2afdc18 100644
--- a/main/offapi/com/sun/star/rdf/XDocumentRepository.idl
+++ b/main/offapi/com/sun/star/rdf/XDocumentRepository.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rdf/XLiteral.idl b/main/offapi/com/sun/star/rdf/XLiteral.idl
index 522f5ee..771ca70 100644
--- a/main/offapi/com/sun/star/rdf/XLiteral.idl
+++ b/main/offapi/com/sun/star/rdf/XLiteral.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rdf/XMetadatable.idl b/main/offapi/com/sun/star/rdf/XMetadatable.idl
index 6c019b7..415be9f 100644
--- a/main/offapi/com/sun/star/rdf/XMetadatable.idl
+++ b/main/offapi/com/sun/star/rdf/XMetadatable.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rdf/XNamedGraph.idl b/main/offapi/com/sun/star/rdf/XNamedGraph.idl
index c339afb..95f07b6 100644
--- a/main/offapi/com/sun/star/rdf/XNamedGraph.idl
+++ b/main/offapi/com/sun/star/rdf/XNamedGraph.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rdf/XNode.idl b/main/offapi/com/sun/star/rdf/XNode.idl
index 6924fa5..9848f30 100644
--- a/main/offapi/com/sun/star/rdf/XNode.idl
+++ b/main/offapi/com/sun/star/rdf/XNode.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rdf/XQuerySelectResult.idl b/main/offapi/com/sun/star/rdf/XQuerySelectResult.idl
index 0c58bd0..990487f 100644
--- a/main/offapi/com/sun/star/rdf/XQuerySelectResult.idl
+++ b/main/offapi/com/sun/star/rdf/XQuerySelectResult.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -46,7 +46,7 @@
     Note that each query result retrieved via
     <member scope="com::sun::star::container">XEnumeration::nextElement</member>
     has the type <type dim="[]">XNode</type>,
-    the length of the sequence being the same as the number of query variables. 
+    the length of the sequence being the same as the number of query variables.
     </p>
 
     @since OpenOffice 3.0
diff --git a/main/offapi/com/sun/star/rdf/XReifiedStatement.idl b/main/offapi/com/sun/star/rdf/XReifiedStatement.idl
index 9817f50..a1eef44 100644
--- a/main/offapi/com/sun/star/rdf/XReifiedStatement.idl
+++ b/main/offapi/com/sun/star/rdf/XReifiedStatement.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rdf/XRepository.idl b/main/offapi/com/sun/star/rdf/XRepository.idl
index a1d3544..c563634 100644
--- a/main/offapi/com/sun/star/rdf/XRepository.idl
+++ b/main/offapi/com/sun/star/rdf/XRepository.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rdf/XRepositorySupplier.idl b/main/offapi/com/sun/star/rdf/XRepositorySupplier.idl
index 20c879e..5697403 100644
--- a/main/offapi/com/sun/star/rdf/XRepositorySupplier.idl
+++ b/main/offapi/com/sun/star/rdf/XRepositorySupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rdf/XResource.idl b/main/offapi/com/sun/star/rdf/XResource.idl
index 9bbaa50..6e8cd30 100644
--- a/main/offapi/com/sun/star/rdf/XResource.idl
+++ b/main/offapi/com/sun/star/rdf/XResource.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rdf/XURI.idl b/main/offapi/com/sun/star/rdf/XURI.idl
index 1ad0363..e6b7f75 100644
--- a/main/offapi/com/sun/star/rdf/XURI.idl
+++ b/main/offapi/com/sun/star/rdf/XURI.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/ARGBColor.idl b/main/offapi/com/sun/star/rendering/ARGBColor.idl
index c452619..1f81369 100644
--- a/main/offapi/com/sun/star/rendering/ARGBColor.idl
+++ b/main/offapi/com/sun/star/rendering/ARGBColor.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/AnimationAttributes.idl b/main/offapi/com/sun/star/rendering/AnimationAttributes.idl
index 33b802e..be8693d 100644
--- a/main/offapi/com/sun/star/rendering/AnimationAttributes.idl
+++ b/main/offapi/com/sun/star/rendering/AnimationAttributes.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/AnimationRepeat.idl b/main/offapi/com/sun/star/rendering/AnimationRepeat.idl
index 0977a03..7af2d9a 100644
--- a/main/offapi/com/sun/star/rendering/AnimationRepeat.idl
+++ b/main/offapi/com/sun/star/rendering/AnimationRepeat.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -33,8 +33,8 @@
 
     @since OpenOffice 2.0
  */
-constants AnimationRepeat 
-{ 
+constants AnimationRepeat
+{
     /** The [0,1] parameter range is sweeped through exactly once.<p>
 
     	The [0,1] parameter range is sweeped through exactly once,
diff --git a/main/offapi/com/sun/star/rendering/BitmapCanvas.idl b/main/offapi/com/sun/star/rendering/BitmapCanvas.idl
index d29eded..452e324 100644
--- a/main/offapi/com/sun/star/rendering/BitmapCanvas.idl
+++ b/main/offapi/com/sun/star/rendering/BitmapCanvas.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/BlendMode.idl b/main/offapi/com/sun/star/rendering/BlendMode.idl
index 498638a..ae9e395 100644
--- a/main/offapi/com/sun/star/rendering/BlendMode.idl
+++ b/main/offapi/com/sun/star/rendering/BlendMode.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/Canvas.idl b/main/offapi/com/sun/star/rendering/Canvas.idl
index 7a414a3..1e694ef 100644
--- a/main/offapi/com/sun/star/rendering/Canvas.idl
+++ b/main/offapi/com/sun/star/rendering/Canvas.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/CanvasFactory.idl b/main/offapi/com/sun/star/rendering/CanvasFactory.idl
index c17953a..0731351 100644
--- a/main/offapi/com/sun/star/rendering/CanvasFactory.idl
+++ b/main/offapi/com/sun/star/rendering/CanvasFactory.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -31,9 +31,9 @@
 
 /** The <type>CanvasFactory</type> is used to create the <type>Canvas</type>
     objects, evaluating the user's configuration preferences from
-    
+
     <code>/org.openoffice.VCL/Settings/Canvas/PreferredServices</code>.
-    
+
     The latter specifies a string list of service names to use.
 
     <p>
@@ -44,11 +44,11 @@
     If you want to manually override the configured service list, you can pass
     a service name to try first.
     </p>
-    
+
     @since OpenOffice 2.0
 */
 service CanvasFactory : com::sun::star::lang::XMultiComponentFactory;
- 
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/rendering/Caret.idl b/main/offapi/com/sun/star/rendering/Caret.idl
index 9dd69e5..cd0dbf1 100644
--- a/main/offapi/com/sun/star/rendering/Caret.idl
+++ b/main/offapi/com/sun/star/rendering/Caret.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/Color.idl b/main/offapi/com/sun/star/rendering/Color.idl
index ca9ccdd..cf997fd 100644
--- a/main/offapi/com/sun/star/rendering/Color.idl
+++ b/main/offapi/com/sun/star/rendering/Color.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/ColorComponent.idl b/main/offapi/com/sun/star/rendering/ColorComponent.idl
index d640cc8..7c47a0f 100644
--- a/main/offapi/com/sun/star/rendering/ColorComponent.idl
+++ b/main/offapi/com/sun/star/rendering/ColorComponent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/ColorComponentTag.idl b/main/offapi/com/sun/star/rendering/ColorComponentTag.idl
index 6ca10c0..8fe728e 100644
--- a/main/offapi/com/sun/star/rendering/ColorComponentTag.idl
+++ b/main/offapi/com/sun/star/rendering/ColorComponentTag.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -26,7 +26,7 @@
 module com { module sun { module star { module rendering {
 
 /** A collection of tags for the individual components of a color.<p>
-    
+
     Color components usually correspond to physical attributes like the
     amount of red colorant contained in an output color. This constant
     field enumerates the most common ones.
diff --git a/main/offapi/com/sun/star/rendering/ColorProfile.idl b/main/offapi/com/sun/star/rendering/ColorProfile.idl
index 2674223..47a1c17 100644
--- a/main/offapi/com/sun/star/rendering/ColorProfile.idl
+++ b/main/offapi/com/sun/star/rendering/ColorProfile.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/ColorSpaceType.idl b/main/offapi/com/sun/star/rendering/ColorSpaceType.idl
index 5b54fa6..cb12ff7 100644
--- a/main/offapi/com/sun/star/rendering/ColorSpaceType.idl
+++ b/main/offapi/com/sun/star/rendering/ColorSpaceType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -26,7 +26,7 @@
 module com { module sun { module star { module rendering {
 
 /// Categories for color spaces
-constants ColorSpaceType 
+constants ColorSpaceType
 {
     /** Unspecified device color space - use conversion functions to
         convert to standard color spaces
@@ -47,7 +47,7 @@
 
         See <a
         href="http://en.wikipedia.org/wiki/CMYK">wikipedia</a>
-        for a thorough explanation.    
+        for a thorough explanation.
      */
     const byte CMYK=3;
 
@@ -55,7 +55,7 @@
 
         See <a
         href="http://en.wikipedia.org/wiki/Hexachrome">wikipedia</a>
-        for a thorough explanation.    
+        for a thorough explanation.
      */
     const byte CMYKOG=4;
 
diff --git a/main/offapi/com/sun/star/rendering/CompositeOperation.idl b/main/offapi/com/sun/star/rendering/CompositeOperation.idl
index 7c5ab83..f29ffaf 100644
--- a/main/offapi/com/sun/star/rendering/CompositeOperation.idl
+++ b/main/offapi/com/sun/star/rendering/CompositeOperation.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -31,7 +31,7 @@
 	When performing this calculations, it is assumed that all color
 	values are premultiplied with the corresponding alpha values (if
 	no alpha is specified, 1.0 is assumed). Then, the following
-	general compositing operation is performed: 
+	general compositing operation is performed:
     <p>
     C = Ca * Fa + Cb * Fb
     <p>
@@ -57,7 +57,7 @@
     	Fa = 1, Fb = 0.<p>
      */
     const byte SOURCE = 1;
-	
+
     /** Leave the destination as-is.<p>
 
     	Leave the destination as-is. The function values are: Fa = 0,
@@ -66,7 +66,7 @@
     const byte DESTINATION = 2;
 
     /** Copy the source over the destination.<p>
-        
+
 	    Copy the source over the destination. The function values are:
 	    Fa = 1, Fb = 1-Aa.<p>
      */
@@ -94,7 +94,7 @@
     const byte INSIDE_REVERSE = 6;
 
     /** Copy the source to the destination<p>
-        
+
     	Copy the source to the destination, but limited to where the
     	destination is not. The function values are: Fa = 1-Ab, Fb =
     	0.<p>
@@ -109,7 +109,7 @@
     const byte OUTSIDE_REVERSE = 8;
 
     /** Copy the source over the destination<p>
-        
+
     	Copy the source over the destination, but only where the
     	destination is. Keep the destination. The function values are:
     	Fa = Ab, Fb = 1-Aa.<p>
diff --git a/main/offapi/com/sun/star/rendering/EmphasisMark.idl b/main/offapi/com/sun/star/rendering/EmphasisMark.idl
index 9639a18..3462322 100644
--- a/main/offapi/com/sun/star/rendering/EmphasisMark.idl
+++ b/main/offapi/com/sun/star/rendering/EmphasisMark.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/FillRule.idl b/main/offapi/com/sun/star/rendering/FillRule.idl
index bd7c7f5..b72bb36 100644
--- a/main/offapi/com/sun/star/rendering/FillRule.idl
+++ b/main/offapi/com/sun/star/rendering/FillRule.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/FloatingPointBitmapFormat.idl b/main/offapi/com/sun/star/rendering/FloatingPointBitmapFormat.idl
index dcd68f9..a6a5b61 100644
--- a/main/offapi/com/sun/star/rendering/FloatingPointBitmapFormat.idl
+++ b/main/offapi/com/sun/star/rendering/FloatingPointBitmapFormat.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -29,7 +29,7 @@
 
     @since OpenOffice 2.0
  */
-constants FloatingPointBitmapFormat 
+constants FloatingPointBitmapFormat
 {
     /** Half-float format.<p>
 
diff --git a/main/offapi/com/sun/star/rendering/FloatingPointBitmapLayout.idl b/main/offapi/com/sun/star/rendering/FloatingPointBitmapLayout.idl
index f2dc3d5..ce77400 100644
--- a/main/offapi/com/sun/star/rendering/FloatingPointBitmapLayout.idl
+++ b/main/offapi/com/sun/star/rendering/FloatingPointBitmapLayout.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/FontInfo.idl b/main/offapi/com/sun/star/rendering/FontInfo.idl
index 0fd7d46..9bdc846 100644
--- a/main/offapi/com/sun/star/rendering/FontInfo.idl
+++ b/main/offapi/com/sun/star/rendering/FontInfo.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/FontMetrics.idl b/main/offapi/com/sun/star/rendering/FontMetrics.idl
index e4ac535..ec862cd 100644
--- a/main/offapi/com/sun/star/rendering/FontMetrics.idl
+++ b/main/offapi/com/sun/star/rendering/FontMetrics.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/FontRequest.idl b/main/offapi/com/sun/star/rendering/FontRequest.idl
index c62935c..c479db1 100644
--- a/main/offapi/com/sun/star/rendering/FontRequest.idl
+++ b/main/offapi/com/sun/star/rendering/FontRequest.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/IntegerBitmapLayout.idl b/main/offapi/com/sun/star/rendering/IntegerBitmapLayout.idl
index 9d95db2..6df10c9 100644
--- a/main/offapi/com/sun/star/rendering/IntegerBitmapLayout.idl
+++ b/main/offapi/com/sun/star/rendering/IntegerBitmapLayout.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/InterpolationMode.idl b/main/offapi/com/sun/star/rendering/InterpolationMode.idl
index 9df6c00..13bd4d2 100644
--- a/main/offapi/com/sun/star/rendering/InterpolationMode.idl
+++ b/main/offapi/com/sun/star/rendering/InterpolationMode.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -86,7 +86,7 @@
     	quadric curve.<p>
      */
 	const byte BEZIERSPLINE4=5;
-}; 
+};
 
 }; }; }; };
 
diff --git a/main/offapi/com/sun/star/rendering/Panose.idl b/main/offapi/com/sun/star/rendering/Panose.idl
index 14eef7d..428bf49 100644
--- a/main/offapi/com/sun/star/rendering/Panose.idl
+++ b/main/offapi/com/sun/star/rendering/Panose.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/PanoseArmStyle.idl b/main/offapi/com/sun/star/rendering/PanoseArmStyle.idl
index 36f8193..f5eda87 100644
--- a/main/offapi/com/sun/star/rendering/PanoseArmStyle.idl
+++ b/main/offapi/com/sun/star/rendering/PanoseArmStyle.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/PanoseContrast.idl b/main/offapi/com/sun/star/rendering/PanoseContrast.idl
index 30519b6..906d948 100644
--- a/main/offapi/com/sun/star/rendering/PanoseContrast.idl
+++ b/main/offapi/com/sun/star/rendering/PanoseContrast.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/PanoseFamilyTypes.idl b/main/offapi/com/sun/star/rendering/PanoseFamilyTypes.idl
index 1a2de26..6e10011 100644
--- a/main/offapi/com/sun/star/rendering/PanoseFamilyTypes.idl
+++ b/main/offapi/com/sun/star/rendering/PanoseFamilyTypes.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/PanoseLetterForm.idl b/main/offapi/com/sun/star/rendering/PanoseLetterForm.idl
index d80a0f3..4f9de4a 100644
--- a/main/offapi/com/sun/star/rendering/PanoseLetterForm.idl
+++ b/main/offapi/com/sun/star/rendering/PanoseLetterForm.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/PanoseMidline.idl b/main/offapi/com/sun/star/rendering/PanoseMidline.idl
index 11e682d..63d4b36 100644
--- a/main/offapi/com/sun/star/rendering/PanoseMidline.idl
+++ b/main/offapi/com/sun/star/rendering/PanoseMidline.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/PanoseProportion.idl b/main/offapi/com/sun/star/rendering/PanoseProportion.idl
index b2332a8..0345d10 100644
--- a/main/offapi/com/sun/star/rendering/PanoseProportion.idl
+++ b/main/offapi/com/sun/star/rendering/PanoseProportion.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/PanoseSerifStyle.idl b/main/offapi/com/sun/star/rendering/PanoseSerifStyle.idl
index 8f332c5..35e80e7 100644
--- a/main/offapi/com/sun/star/rendering/PanoseSerifStyle.idl
+++ b/main/offapi/com/sun/star/rendering/PanoseSerifStyle.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/PanoseStrokeVariation.idl b/main/offapi/com/sun/star/rendering/PanoseStrokeVariation.idl
index 686e515..d0028bf 100644
--- a/main/offapi/com/sun/star/rendering/PanoseStrokeVariation.idl
+++ b/main/offapi/com/sun/star/rendering/PanoseStrokeVariation.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/PanoseWeight.idl b/main/offapi/com/sun/star/rendering/PanoseWeight.idl
index d242e20..a5f313f 100644
--- a/main/offapi/com/sun/star/rendering/PanoseWeight.idl
+++ b/main/offapi/com/sun/star/rendering/PanoseWeight.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/PanoseXHeight.idl b/main/offapi/com/sun/star/rendering/PanoseXHeight.idl
index 89dfebe..2edd485 100644
--- a/main/offapi/com/sun/star/rendering/PanoseXHeight.idl
+++ b/main/offapi/com/sun/star/rendering/PanoseXHeight.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/PathCapType.idl b/main/offapi/com/sun/star/rendering/PathCapType.idl
index 8ed8cd8..5e95cea 100644
--- a/main/offapi/com/sun/star/rendering/PathCapType.idl
+++ b/main/offapi/com/sun/star/rendering/PathCapType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -50,6 +50,6 @@
     const byte SQUARE=2;
 };
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/rendering/PathJoinType.idl b/main/offapi/com/sun/star/rendering/PathJoinType.idl
index 1ef923f..67efa7a 100644
--- a/main/offapi/com/sun/star/rendering/PathJoinType.idl
+++ b/main/offapi/com/sun/star/rendering/PathJoinType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/RGBColor.idl b/main/offapi/com/sun/star/rendering/RGBColor.idl
index 66e1a31..d623b58 100644
--- a/main/offapi/com/sun/star/rendering/RGBColor.idl
+++ b/main/offapi/com/sun/star/rendering/RGBColor.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/RenderState.idl b/main/offapi/com/sun/star/rendering/RenderState.idl
index 662d0b3..9958b20 100644
--- a/main/offapi/com/sun/star/rendering/RenderState.idl
+++ b/main/offapi/com/sun/star/rendering/RenderState.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/RenderingIntent.idl b/main/offapi/com/sun/star/rendering/RenderingIntent.idl
index fded0a9..6a2c250 100644
--- a/main/offapi/com/sun/star/rendering/RenderingIntent.idl
+++ b/main/offapi/com/sun/star/rendering/RenderingIntent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -26,7 +26,7 @@
 module com { module sun { module star { module rendering {
 
 /** The rendering intent for a color space.<p>
-    
+
     The rendering intent for a color space mostly determines how
     out-of-gamut color is treated. See <a
     href="http://en.wikipedia.org/wiki/Rendering_intent">Wikipedia</a>
@@ -41,7 +41,7 @@
         colors in a way that is perceived as natural to the
         human eye, although the color values themselves may
         change. This intent is most suitable for photographic
-        images.  
+        images.
     */
     const byte PERCEPTUAL=0;
 
@@ -55,19 +55,19 @@
         shift. This rendering intent is primarily designed for
         business graphics, where bright saturated colors are
         more important than the exact relationship between
-        colors (such as in a photographic image). 
+        colors (such as in a photographic image).
     */
     const byte SATURATION=1;
-    
+
     /** The rendering intent almost identical to Absolute
         Colorimetric except for the following difference:
         Relative Colorimetric compares the white point
         (extreme highlight) of the source color space to that
         of the destination color space and shifts all colors
-        accordingly. 
+        accordingly.
     */
     const byte RELATIVE_COLORIMETRIC=2;
-    
+
     /** The rendering intent that leaves colors that fall
         inside the destination gamut unchanged. Out of gamut
         colors are clipped. No scaling of colors to
@@ -75,7 +75,7 @@
         to maintain color accuracy at the expense of
         preserving relationships between colors, and is useful
         for seeing how output will look on a non-neutral
-        substrate. 
+        substrate.
     */
     const byte ABSOLUTE_COLORIMETRIC=3;
 };
diff --git a/main/offapi/com/sun/star/rendering/RepaintResult.idl b/main/offapi/com/sun/star/rendering/RepaintResult.idl
index 2f8c199..a75c2e0 100644
--- a/main/offapi/com/sun/star/rendering/RepaintResult.idl
+++ b/main/offapi/com/sun/star/rendering/RepaintResult.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/StringContext.idl b/main/offapi/com/sun/star/rendering/StringContext.idl
index fe223d4..244fe95 100644
--- a/main/offapi/com/sun/star/rendering/StringContext.idl
+++ b/main/offapi/com/sun/star/rendering/StringContext.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/StrokeAttributes.idl b/main/offapi/com/sun/star/rendering/StrokeAttributes.idl
index 9228b41..383d9b9 100644
--- a/main/offapi/com/sun/star/rendering/StrokeAttributes.idl
+++ b/main/offapi/com/sun/star/rendering/StrokeAttributes.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/TextDirection.idl b/main/offapi/com/sun/star/rendering/TextDirection.idl
index 0000417..1bca2e1 100644
--- a/main/offapi/com/sun/star/rendering/TextDirection.idl
+++ b/main/offapi/com/sun/star/rendering/TextDirection.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/TextHit.idl b/main/offapi/com/sun/star/rendering/TextHit.idl
index 7a99e3e..dfd3dfb 100644
--- a/main/offapi/com/sun/star/rendering/TextHit.idl
+++ b/main/offapi/com/sun/star/rendering/TextHit.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/Texture.idl b/main/offapi/com/sun/star/rendering/Texture.idl
index 40e0ac9..f4a0ded 100644
--- a/main/offapi/com/sun/star/rendering/Texture.idl
+++ b/main/offapi/com/sun/star/rendering/Texture.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/TexturingMode.idl b/main/offapi/com/sun/star/rendering/TexturingMode.idl
index 596bf16..2429191 100644
--- a/main/offapi/com/sun/star/rendering/TexturingMode.idl
+++ b/main/offapi/com/sun/star/rendering/TexturingMode.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/ViewState.idl b/main/offapi/com/sun/star/rendering/ViewState.idl
index 5455c6b..0854cd8 100644
--- a/main/offapi/com/sun/star/rendering/ViewState.idl
+++ b/main/offapi/com/sun/star/rendering/ViewState.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/VolatileContentDestroyedException.idl b/main/offapi/com/sun/star/rendering/VolatileContentDestroyedException.idl
index 0d32a17..fb840f2 100644
--- a/main/offapi/com/sun/star/rendering/VolatileContentDestroyedException.idl
+++ b/main/offapi/com/sun/star/rendering/VolatileContentDestroyedException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/XAnimatedSprite.idl b/main/offapi/com/sun/star/rendering/XAnimatedSprite.idl
index 89ab221..bb9dd0a 100644
--- a/main/offapi/com/sun/star/rendering/XAnimatedSprite.idl
+++ b/main/offapi/com/sun/star/rendering/XAnimatedSprite.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/XAnimation.idl b/main/offapi/com/sun/star/rendering/XAnimation.idl
index 3b8e66f..d8f144e 100644
--- a/main/offapi/com/sun/star/rendering/XAnimation.idl
+++ b/main/offapi/com/sun/star/rendering/XAnimation.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl b/main/offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl
index 8546bd4..0005519 100644
--- a/main/offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl
+++ b/main/offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/XBitmap.idl b/main/offapi/com/sun/star/rendering/XBitmap.idl
index f445957..5e73b17 100644
--- a/main/offapi/com/sun/star/rendering/XBitmap.idl
+++ b/main/offapi/com/sun/star/rendering/XBitmap.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/XBitmapCanvas.idl b/main/offapi/com/sun/star/rendering/XBitmapCanvas.idl
index 8929d05..403c64c 100644
--- a/main/offapi/com/sun/star/rendering/XBitmapCanvas.idl
+++ b/main/offapi/com/sun/star/rendering/XBitmapCanvas.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/XBitmapPalette.idl b/main/offapi/com/sun/star/rendering/XBitmapPalette.idl
index b650241..e40a6d2 100644
--- a/main/offapi/com/sun/star/rendering/XBitmapPalette.idl
+++ b/main/offapi/com/sun/star/rendering/XBitmapPalette.idl
@@ -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,31 +7,31 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 #ifndef __com_sun_star_rendering_XBitmapPalette_idl__
 #define __com_sun_star_rendering_XBitmapPalette_idl__
 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
 #ifndef __com_sun_star_lang_IllegalArgumentException_idl__
 #include <com/sun/star/lang/IllegalArgumentException.idl>
-#endif 
+#endif
 #ifndef __com_sun_star_lang_IndexOutOfBoundsException_idl__
 #include <com/sun/star/lang/IndexOutOfBoundsException.idl>
-#endif 
+#endif
 #ifndef __com_sun_star_rendering_XColorSpace_idl__
 #include <com/sun/star/rendering/XColorSpace.idl>
 #endif
@@ -106,10 +106,10 @@
      */
     boolean setIndex( [in] sequence<ColorComponent> color, [in] boolean transparency, [in] long nIndex )
         raises (com::sun::star::lang::IndexOutOfBoundsException,
-                com::sun::star::lang::IllegalArgumentException); 
+                com::sun::star::lang::IllegalArgumentException);
 
 	//-------------------------------------------------------------------------
-    
+
     /** Query associated color space.<p>
 
     	@return the color space that is associated with this palette.
diff --git a/main/offapi/com/sun/star/rendering/XBufferController.idl b/main/offapi/com/sun/star/rendering/XBufferController.idl
index ae2dd39..d6d922c 100644
--- a/main/offapi/com/sun/star/rendering/XBufferController.idl
+++ b/main/offapi/com/sun/star/rendering/XBufferController.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/XCachedPrimitive.idl b/main/offapi/com/sun/star/rendering/XCachedPrimitive.idl
index c062f38..17924f6 100644
--- a/main/offapi/com/sun/star/rendering/XCachedPrimitive.idl
+++ b/main/offapi/com/sun/star/rendering/XCachedPrimitive.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/XCanvas.idl b/main/offapi/com/sun/star/rendering/XCanvas.idl
index 9641d44..0ae5da9 100644
--- a/main/offapi/com/sun/star/rendering/XCanvas.idl
+++ b/main/offapi/com/sun/star/rendering/XCanvas.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/XCanvasFont.idl b/main/offapi/com/sun/star/rendering/XCanvasFont.idl
index 4cb3486..f9a3e52 100644
--- a/main/offapi/com/sun/star/rendering/XCanvasFont.idl
+++ b/main/offapi/com/sun/star/rendering/XCanvasFont.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/XColorSpace.idl b/main/offapi/com/sun/star/rendering/XColorSpace.idl
index 2602593..e7ff662 100644
--- a/main/offapi/com/sun/star/rendering/XColorSpace.idl
+++ b/main/offapi/com/sun/star/rendering/XColorSpace.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/XCustomSprite.idl b/main/offapi/com/sun/star/rendering/XCustomSprite.idl
index ef2e999..0737ed0 100644
--- a/main/offapi/com/sun/star/rendering/XCustomSprite.idl
+++ b/main/offapi/com/sun/star/rendering/XCustomSprite.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/XGraphicDevice.idl b/main/offapi/com/sun/star/rendering/XGraphicDevice.idl
index 43001fa..bf9c716 100644
--- a/main/offapi/com/sun/star/rendering/XGraphicDevice.idl
+++ b/main/offapi/com/sun/star/rendering/XGraphicDevice.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/XHalfFloatBitmap.idl b/main/offapi/com/sun/star/rendering/XHalfFloatBitmap.idl
index 2101716..2d2ab1c 100644
--- a/main/offapi/com/sun/star/rendering/XHalfFloatBitmap.idl
+++ b/main/offapi/com/sun/star/rendering/XHalfFloatBitmap.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -25,10 +25,10 @@
 
 #ifndef __com_sun_star_lang_IllegalArgumentException_idl__
 #include <com/sun/star/lang/IllegalArgumentException.idl>
-#endif 
+#endif
 #ifndef __com_sun_star_lang_IndexOutOfBoundsException_idl__
 #include <com/sun/star/lang/IndexOutOfBoundsException.idl>
-#endif 
+#endif
 #ifndef __com_sun_star_rendering_FloatingPointBitmapLayout_idl__
 #include <com/sun/star/rendering/FloatingPointBitmapLayout.idl>
 #endif
@@ -64,11 +64,11 @@
     	bitmap can be changed. When setting subsets of the bitmap, the
     	same scanline padding takes place as when the whole bitmap is
     	changed.<p>
-        
+
 	 */
 	void						setData( [in] sequence<short> data, [in] FloatingPointBitmapLayout bitmapLayout, [in] ::com::sun::star::geometry::IntegerRectangle2D rect )
         raises (com::sun::star::lang::IllegalArgumentException,
-                com::sun::star::lang::IndexOutOfBoundsException); 
+                com::sun::star::lang::IndexOutOfBoundsException);
 
 	//-------------------------------------------------------------------------
 
diff --git a/main/offapi/com/sun/star/rendering/XHalfFloatReadOnlyBitmap.idl b/main/offapi/com/sun/star/rendering/XHalfFloatReadOnlyBitmap.idl
index 64d7391..dfa9c98 100644
--- a/main/offapi/com/sun/star/rendering/XHalfFloatReadOnlyBitmap.idl
+++ b/main/offapi/com/sun/star/rendering/XHalfFloatReadOnlyBitmap.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -25,10 +25,10 @@
 
 #ifndef __com_sun_star_lang_IllegalArgumentException_idl__
 #include <com/sun/star/lang/IllegalArgumentException.idl>
-#endif 
+#endif
 #ifndef __com_sun_star_lang_IndexOutOfBoundsException_idl__
 #include <com/sun/star/lang/IndexOutOfBoundsException.idl>
-#endif 
+#endif
 #ifndef __com_sun_star_rendering_FloatingPointBitmapLayout_idl__
 #include <com/sun/star/rendering/FloatingPointBitmapLayout.idl>
 #endif
@@ -83,7 +83,7 @@
 	 */
 	sequence<short>				getData( [in] ::com::sun::star::geometry::IntegerRectangle2D rect )
         raises (com::sun::star::lang::IndexOutOfBoundsException,
-                VolatileContentDestroyedException); 
+                VolatileContentDestroyedException);
 
 	//-------------------------------------------------------------------------
 
@@ -95,7 +95,7 @@
 	 */
 	sequence<short>				getPixel( [in] ::com::sun::star::geometry::IntegerPoint2D pos )
         raises (com::sun::star::lang::IndexOutOfBoundsException,
-                VolatileContentDestroyedException); 
+                VolatileContentDestroyedException);
 
 	//-------------------------------------------------------------------------
 
diff --git a/main/offapi/com/sun/star/rendering/XIeeeDoubleBitmap.idl b/main/offapi/com/sun/star/rendering/XIeeeDoubleBitmap.idl
index 5fa7225..539931e 100644
--- a/main/offapi/com/sun/star/rendering/XIeeeDoubleBitmap.idl
+++ b/main/offapi/com/sun/star/rendering/XIeeeDoubleBitmap.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -25,10 +25,10 @@
 
 #ifndef __com_sun_star_lang_IllegalArgumentException_idl__
 #include <com/sun/star/lang/IllegalArgumentException.idl>
-#endif 
+#endif
 #ifndef __com_sun_star_lang_IndexOutOfBoundsException_idl__
 #include <com/sun/star/lang/IndexOutOfBoundsException.idl>
-#endif 
+#endif
 #ifndef __com_sun_star_rendering_FloatingPointBitmapLayout_idl__
 #include <com/sun/star/rendering/FloatingPointBitmapLayout.idl>
 #endif
@@ -62,7 +62,7 @@
     	bitmap can be changed. When setting subsets of the bitmap, the
     	same scanline padding takes place as when the whole bitmap is
     	changed.<p>
-        
+
         When setting data on volatile bitmaps, always call isValid()
         before, and retrieve a new memory layout via
         getMemoryLayout(). At least under Windows, the memory layout
@@ -73,7 +73,7 @@
 
         @param data
         Data to set
-        
+
         @param bitmapLayout
         Layout of the data to set. Must match this bitmap's current
         layout.
@@ -93,7 +93,7 @@
 	 */
 	void						setData( [in] sequence<double> data, [in] FloatingPointBitmapLayout bitmapLayout, [in] ::com::sun::star::geometry::IntegerRectangle2D rect )
         raises (com::sun::star::lang::IllegalArgumentException,
-                com::sun::star::lang::IndexOutOfBoundsException); 
+                com::sun::star::lang::IndexOutOfBoundsException);
 
 	//-------------------------------------------------------------------------
 
@@ -128,7 +128,7 @@
 	 */
 	void						setPixel( [in] sequence<double> color, [in] FloatingPointBitmapLayout bitmapLayout, [in] ::com::sun::star::geometry::IntegerPoint2D pos )
         raises (com::sun::star::lang::IllegalArgumentException,
-                com::sun::star::lang::IndexOutOfBoundsException); 
+                com::sun::star::lang::IndexOutOfBoundsException);
 
 };
 
diff --git a/main/offapi/com/sun/star/rendering/XIeeeDoubleReadOnlyBitmap.idl b/main/offapi/com/sun/star/rendering/XIeeeDoubleReadOnlyBitmap.idl
index aed409c..c230265 100644
--- a/main/offapi/com/sun/star/rendering/XIeeeDoubleReadOnlyBitmap.idl
+++ b/main/offapi/com/sun/star/rendering/XIeeeDoubleReadOnlyBitmap.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -25,10 +25,10 @@
 
 #ifndef __com_sun_star_lang_IllegalArgumentException_idl__
 #include <com/sun/star/lang/IllegalArgumentException.idl>
-#endif 
+#endif
 #ifndef __com_sun_star_lang_IndexOutOfBoundsException_idl__
 #include <com/sun/star/lang/IndexOutOfBoundsException.idl>
-#endif 
+#endif
 #ifndef __com_sun_star_rendering_FloatingPointBitmapLayout_idl__
 #include <com/sun/star/rendering/FloatingPointBitmapLayout.idl>
 #endif
@@ -94,7 +94,7 @@
 	 */
 	sequence<double>			getData( [out] FloatingPointBitmapLayout bitmapLayout, [in] ::com::sun::star::geometry::IntegerRectangle2D rect )
         raises (com::sun::star::lang::IndexOutOfBoundsException,
-                VolatileContentDestroyedException); 
+                VolatileContentDestroyedException);
 
 	//-------------------------------------------------------------------------
 
@@ -119,7 +119,7 @@
 	 */
 	sequence<double>			getPixel( [out] FloatingPointBitmapLayout bitmapLayout, [in] ::com::sun::star::geometry::IntegerPoint2D pos )
         raises (com::sun::star::lang::IndexOutOfBoundsException,
-                VolatileContentDestroyedException); 
+                VolatileContentDestroyedException);
 
 	//-------------------------------------------------------------------------
 
diff --git a/main/offapi/com/sun/star/rendering/XIeeeFloatBitmap.idl b/main/offapi/com/sun/star/rendering/XIeeeFloatBitmap.idl
index c919dab..ffdaabb 100644
--- a/main/offapi/com/sun/star/rendering/XIeeeFloatBitmap.idl
+++ b/main/offapi/com/sun/star/rendering/XIeeeFloatBitmap.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -25,10 +25,10 @@
 
 #ifndef __com_sun_star_lang_IllegalArgumentException_idl__
 #include <com/sun/star/lang/IllegalArgumentException.idl>
-#endif 
+#endif
 #ifndef __com_sun_star_lang_IndexOutOfBoundsException_idl__
 #include <com/sun/star/lang/IndexOutOfBoundsException.idl>
-#endif 
+#endif
 #ifndef __com_sun_star_rendering_FloatingPointBitmapLayout_idl__
 #include <com/sun/star/rendering/FloatingPointBitmapLayout.idl>
 #endif
@@ -62,7 +62,7 @@
     	bitmap can be changed. When setting subsets of the bitmap, the
     	same scanline padding takes place as when the whole bitmap is
     	changed.<p>
-        
+
         When setting data on volatile bitmaps, always call isValid()
         before, and retrieve a new memory layout via
         getMemoryLayout(). At least under Windows, the memory layout
@@ -73,7 +73,7 @@
 
         @param data
         Data to set
-        
+
         @param bitmapLayout
         Layout of the data to set. Must match this bitmap's current
         layout.
@@ -93,7 +93,7 @@
 	 */
 	void						setData( [in] sequence<float> data, [in] FloatingPointBitmapLayout bitmapLayout, [in] ::com::sun::star::geometry::IntegerRectangle2D rect )
         raises (com::sun::star::lang::IllegalArgumentException,
-                com::sun::star::lang::IndexOutOfBoundsException); 
+                com::sun::star::lang::IndexOutOfBoundsException);
 
 	//-------------------------------------------------------------------------
 
diff --git a/main/offapi/com/sun/star/rendering/XIeeeFloatReadOnlyBitmap.idl b/main/offapi/com/sun/star/rendering/XIeeeFloatReadOnlyBitmap.idl
index f1913c1..e784e37 100644
--- a/main/offapi/com/sun/star/rendering/XIeeeFloatReadOnlyBitmap.idl
+++ b/main/offapi/com/sun/star/rendering/XIeeeFloatReadOnlyBitmap.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -25,10 +25,10 @@
 
 #ifndef __com_sun_star_lang_IllegalArgumentException_idl__
 #include <com/sun/star/lang/IllegalArgumentException.idl>
-#endif 
+#endif
 #ifndef __com_sun_star_lang_IndexOutOfBoundsException_idl__
 #include <com/sun/star/lang/IndexOutOfBoundsException.idl>
-#endif 
+#endif
 #ifndef __com_sun_star_rendering_FloatingPointBitmapLayout_idl__
 #include <com/sun/star/rendering/FloatingPointBitmapLayout.idl>
 #endif
@@ -93,7 +93,7 @@
 	 */
 	sequence<float>				getData( [out] FloatingPointBitmapLayout bitmapLayout, [in] ::com::sun::star::geometry::IntegerRectangle2D rect )
         raises (com::sun::star::lang::IndexOutOfBoundsException,
-                VolatileContentDestroyedException); 
+                VolatileContentDestroyedException);
 
 	//-------------------------------------------------------------------------
 
@@ -118,7 +118,7 @@
 	 */
 	sequence<float>				getPixel( [out] FloatingPointBitmapLayout bitmapLayout, [in] ::com::sun::star::geometry::IntegerPoint2D pos )
         raises (com::sun::star::lang::IndexOutOfBoundsException,
-                VolatileContentDestroyedException); 
+                VolatileContentDestroyedException);
 
 	//-------------------------------------------------------------------------
 
diff --git a/main/offapi/com/sun/star/rendering/XIntegerBitmap.idl b/main/offapi/com/sun/star/rendering/XIntegerBitmap.idl
index 2a3ec60..f2ea075 100644
--- a/main/offapi/com/sun/star/rendering/XIntegerBitmap.idl
+++ b/main/offapi/com/sun/star/rendering/XIntegerBitmap.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -25,10 +25,10 @@
 
 #ifndef __com_sun_star_lang_IllegalArgumentException_idl__
 #include <com/sun/star/lang/IllegalArgumentException.idl>
-#endif 
+#endif
 #ifndef __com_sun_star_lang_IndexOutOfBoundsException_idl__
 #include <com/sun/star/lang/IndexOutOfBoundsException.idl>
-#endif 
+#endif
 #ifndef __com_sun_star_geometry_IntegerPoint2D_idl__
 #include <com/sun/star/geometry/IntegerPoint2D.idl>
 #endif
@@ -51,7 +51,7 @@
     @since OpenOffice 2.0
  */
 interface XIntegerBitmap : XIntegerReadOnlyBitmap
-{		  
+{
 	//-------------------------------------------------------------------------
 
 	/** Set raw data of a bitmap.<p>
@@ -64,7 +64,7 @@
 		right of each scanline is ignored and left unchanged in the
 		bitmap. When setting subsets of the bitmap, the same scanline
 		padding takes place as when the whole bitmap is changed.<p>
-        
+
         When setting data on volatile bitmaps, always call isValid()
         before, and retrieve a new memory layout via
         getMemoryLayout(). At least under Windows, the memory layout
@@ -75,7 +75,7 @@
 
         @param data
         Data to set
-        
+
         @param bitmapLayout
         Layout of the data to set. Must match this bitmap's current
         layout.
@@ -95,7 +95,7 @@
 	 */
 	void				setData( [in] sequence<byte> data, [in] IntegerBitmapLayout bitmapLayout, [in] ::com::sun::star::geometry::IntegerRectangle2D rect )
         raises (com::sun::star::lang::IllegalArgumentException,
-                com::sun::star::lang::IndexOutOfBoundsException); 
+                com::sun::star::lang::IndexOutOfBoundsException);
 
 	//-------------------------------------------------------------------------
 
diff --git a/main/offapi/com/sun/star/rendering/XIntegerBitmapColorSpace.idl b/main/offapi/com/sun/star/rendering/XIntegerBitmapColorSpace.idl
index d1b5f58..fc22a44 100644
--- a/main/offapi/com/sun/star/rendering/XIntegerBitmapColorSpace.idl
+++ b/main/offapi/com/sun/star/rendering/XIntegerBitmapColorSpace.idl
@@ -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,25 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 #ifndef __com_sun_star_rendering_XIntegerBitmapColorSpace_idl__
 #define __com_sun_star_rendering_XIntegerBitmapColorSpace_idl__
 
-#ifndef __com_sun_star_rendering_XColorSpace_idl__ 
-#include <com/sun/star/rendering/XColorSpace.idl> 
-#endif 
+#ifndef __com_sun_star_rendering_XColorSpace_idl__
+#include <com/sun/star/rendering/XColorSpace.idl>
+#endif
 
 module com { module sun { module star { module rendering {
 
diff --git a/main/offapi/com/sun/star/rendering/XIntegerReadOnlyBitmap.idl b/main/offapi/com/sun/star/rendering/XIntegerReadOnlyBitmap.idl
index f071c3f..243cff1 100644
--- a/main/offapi/com/sun/star/rendering/XIntegerReadOnlyBitmap.idl
+++ b/main/offapi/com/sun/star/rendering/XIntegerReadOnlyBitmap.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -25,10 +25,10 @@
 
 #ifndef __com_sun_star_lang_IllegalArgumentException_idl__
 #include <com/sun/star/lang/IllegalArgumentException.idl>
-#endif 
+#endif
 #ifndef __com_sun_star_lang_IndexOutOfBoundsException_idl__
 #include <com/sun/star/lang/IndexOutOfBoundsException.idl>
-#endif 
+#endif
 #ifndef __com_sun_star_geometry_IntegerPoint2D_idl__
 #include <com/sun/star/geometry/IntegerPoint2D.idl>
 #endif
@@ -68,7 +68,7 @@
     need consistent information.<p>
  */
 interface XIntegerReadOnlyBitmap : XBitmap
-{		  
+{
 	/** Query the raw data of this bitmap.<p>
 
     	Query the raw data of this bitmap, in the format as defined by
@@ -103,7 +103,7 @@
 	 */
 	sequence<byte> 		getData( [out] IntegerBitmapLayout bitmapLayout, [in] ::com::sun::star::geometry::IntegerRectangle2D rect )
         raises (com::sun::star::lang::IndexOutOfBoundsException,
-                VolatileContentDestroyedException); 
+                VolatileContentDestroyedException);
 
 	//-------------------------------------------------------------------------
 
@@ -139,7 +139,7 @@
 	 */
 	sequence<byte>		getPixel( [out] IntegerBitmapLayout bitmapLayout, [in] ::com::sun::star::geometry::IntegerPoint2D pos )
         raises (com::sun::star::lang::IndexOutOfBoundsException,
-                VolatileContentDestroyedException); 
+                VolatileContentDestroyedException);
 
 	//-------------------------------------------------------------------------
 
diff --git a/main/offapi/com/sun/star/rendering/XLinePolyPolygon2D.idl b/main/offapi/com/sun/star/rendering/XLinePolyPolygon2D.idl
index 052fa1e..cd7152d 100644
--- a/main/offapi/com/sun/star/rendering/XLinePolyPolygon2D.idl
+++ b/main/offapi/com/sun/star/rendering/XLinePolyPolygon2D.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/XParametricPolyPolygon2D.idl b/main/offapi/com/sun/star/rendering/XParametricPolyPolygon2D.idl
index 69a43f9..f942832 100644
--- a/main/offapi/com/sun/star/rendering/XParametricPolyPolygon2D.idl
+++ b/main/offapi/com/sun/star/rendering/XParametricPolyPolygon2D.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/XPolyPolygon2D.idl b/main/offapi/com/sun/star/rendering/XPolyPolygon2D.idl
index ad9ca44..b90426d 100644
--- a/main/offapi/com/sun/star/rendering/XPolyPolygon2D.idl
+++ b/main/offapi/com/sun/star/rendering/XPolyPolygon2D.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/XSimpleCanvas.idl b/main/offapi/com/sun/star/rendering/XSimpleCanvas.idl
index 4eb0937..8cb31fa 100644
--- a/main/offapi/com/sun/star/rendering/XSimpleCanvas.idl
+++ b/main/offapi/com/sun/star/rendering/XSimpleCanvas.idl
@@ -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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_rendering_XSimpleCanvas_idl__ 
+#ifndef __com_sun_star_rendering_XSimpleCanvas_idl__
 #define __com_sun_star_rendering_XSimpleCanvas_idl__
 
-#ifndef __com_sun_star_util_Color_idl__ 
+#ifndef __com_sun_star_util_Color_idl__
 #include <com/sun/star/util/Color.idl>
 #endif
 #ifndef __com_sun_star_geometry_RealPoint2D_idl__
@@ -48,10 +48,10 @@
 #include <com/sun/star/rendering/FontMetrics.idl>
 #endif
 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module rendering {  
- 
+//=============================================================================
+
+module com {  module sun {  module star {  module rendering {
+
 interface XCanvas;
 interface XCanvasFont;
 interface XBitmap;
@@ -71,7 +71,7 @@
     setting appropriate pen and fill colors.<p>
  */
 interface XSimpleCanvas: com::sun::star::uno::XInterface
-{ 
+{
     /** Select a font.<p>
 
         This method selects the specified font (or a close substitute)
@@ -92,8 +92,8 @@
         When true, selected font is italic
      */
     void selectFont( [in] string sFontName, [in]double size, [in] boolean bold, [in] boolean italic );
- 
-    //------------------------------------------------------------------------- 
+
+    //-------------------------------------------------------------------------
 
     /** Sets the color used by line and text operations.<p>
 
@@ -103,10 +103,10 @@
         @param nsRgbaColor
         RGBA color tuple, interpreted in the sRGB color space.
      */
-    void setPenColor( [in] com::sun::star::util::Color nsRgbaColor ); 
- 
-    //------------------------------------------------------------------------- 
-     
+    void setPenColor( [in] com::sun::star::util::Color nsRgbaColor );
+
+    //-------------------------------------------------------------------------
+
     /** Sets the fill color.<p>
 
         To disable filling, simply set this color to something with
@@ -115,47 +115,47 @@
         @param nsRgbaColor
         RGBA color tuple, interpreted in the sRGB color space.
      */
-    void setFillColor( [in] com::sun::star::util::Color nsRgbaColor ); 
- 
-    //------------------------------------------------------------------------- 
+    void setFillColor( [in] com::sun::star::util::Color nsRgbaColor );
+
+    //-------------------------------------------------------------------------
 
     /** Sets the clip to the specified rectangle.<p>
      */
-    void setRectClip( [in] ::com::sun::star::geometry::RealRectangle2D aRect ); 
+    void setRectClip( [in] ::com::sun::star::geometry::RealRectangle2D aRect );
 
-    //------------------------------------------------------------------------- 
-     
+    //-------------------------------------------------------------------------
+
     /** Set the current transform matrix.<p>
      */
     void setTransformation( [in] ::com::sun::star::geometry::AffineMatrix2D aTransform );
 
-    //------------------------------------------------------------------------- 
-     
+    //-------------------------------------------------------------------------
+
     /** Sets a single pixel on the canvas.<p>
      */
-    void drawPixel( [in] ::com::sun::star::geometry::RealPoint2D aPoint ); 
- 
-    //------------------------------------------------------------------------- 
-     
+    void drawPixel( [in] ::com::sun::star::geometry::RealPoint2D aPoint );
+
+    //-------------------------------------------------------------------------
+
     /** Draws a line on the canvas.<p>
      */
-    void drawLine( [in] ::com::sun::star::geometry::RealPoint2D aStartPoint, 
-                   [in] ::com::sun::star::geometry::RealPoint2D aEndPoint ); 
- 
-    //------------------------------------------------------------------------- 
-     
+    void drawLine( [in] ::com::sun::star::geometry::RealPoint2D aStartPoint,
+                   [in] ::com::sun::star::geometry::RealPoint2D aEndPoint );
+
+    //-------------------------------------------------------------------------
+
     /** Draws a rectangle on the canvas.<p>
      */
-    void drawRect( [in] ::com::sun::star::geometry::RealRectangle2D aRect ); 
- 
-    //------------------------------------------------------------------------- 
-     
+    void drawRect( [in] ::com::sun::star::geometry::RealRectangle2D aRect );
+
+    //-------------------------------------------------------------------------
+
     /** Draws a poly-polygon on the canvas.<p>
      */
-    void drawPolyPolygon( [in] XPolyPolygon2D xPolyPolygon ); 
- 
-    //------------------------------------------------------------------------- 
-     
+    void drawPolyPolygon( [in] XPolyPolygon2D xPolyPolygon );
+
+    //-------------------------------------------------------------------------
+
     /** Draws text on the canvas.<p>
 
         @param aText
@@ -173,11 +173,11 @@
         i.e. the left edge for left-to-right and the right edge for
         right-to-left text.
      */
-    void drawText( [in] StringContext aText, 
+    void drawText( [in] StringContext aText,
                    [in] ::com::sun::star::geometry::RealPoint2D aOutPos,
                    [in] byte nTextDirection );
- 
-    //------------------------------------------------------------------------- 
+
+    //-------------------------------------------------------------------------
 
     /** Draws the bitmap on the canvas.<p>
 
@@ -202,8 +202,8 @@
         @return the associated <type>XGraphicDevice</type>.
      */
     XGraphicDevice getDevice();
- 
-    //------------------------------------------------------------------------- 
+
+    //-------------------------------------------------------------------------
 
     /** Query the underlying <type>XCanvas</type>.<p>
 
@@ -212,15 +212,15 @@
      */
     XCanvas getCanvas();
 
-    //------------------------------------------------------------------------- 
-     
+    //-------------------------------------------------------------------------
+
     /** Request the font metrics of the current font.<p>
 
         @return the font metrics of the currently selected font.
      */
-    FontMetrics getFontMetrics(); 
- 
-    //------------------------------------------------------------------------- 
+    FontMetrics getFontMetrics();
+
+    //-------------------------------------------------------------------------
 
     /** Retrieve currently selected font.<p>
 
@@ -229,31 +229,31 @@
      */
     XCanvasFont getCurrentFont();
 
-    //------------------------------------------------------------------------- 
+    //-------------------------------------------------------------------------
 
     /** Retrieve color currently used for lines.
      */
     com::sun::star::util::Color getCurrentPenColor();
 
-    //------------------------------------------------------------------------- 
+    //-------------------------------------------------------------------------
 
     /** Retrieve color currently used for fills
      */
     com::sun::star::util::Color getCurrentFillColor();
 
-    //------------------------------------------------------------------------- 
+    //-------------------------------------------------------------------------
 
     /** Retrieve current clip rect
      */
     com::sun::star::geometry::RealRectangle2D getCurrentClipRect();
 
-    //------------------------------------------------------------------------- 
+    //-------------------------------------------------------------------------
 
     /** Retrieve current transformation matrix
      */
     com::sun::star::geometry::AffineMatrix2D getCurrentTransformation();
 
-    //------------------------------------------------------------------------- 
+    //-------------------------------------------------------------------------
 
     /** Retrieve view state.<p>
 
@@ -262,7 +262,7 @@
      */
     ViewState getCurrentViewState();
 
-    //------------------------------------------------------------------------- 
+    //-------------------------------------------------------------------------
 
     /** Retrieve render state.<p>
 
@@ -276,12 +276,12 @@
      */
     RenderState getCurrentRenderState( [in] boolean bUseFillColor );
 
-    //------------------------------------------------------------------------- 
-     
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+    //-------------------------------------------------------------------------
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/rendering/XSprite.idl b/main/offapi/com/sun/star/rendering/XSprite.idl
index f1cb0c2..784d141 100644
--- a/main/offapi/com/sun/star/rendering/XSprite.idl
+++ b/main/offapi/com/sun/star/rendering/XSprite.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/XSpriteCanvas.idl b/main/offapi/com/sun/star/rendering/XSpriteCanvas.idl
index 5230077..1385cfa 100644
--- a/main/offapi/com/sun/star/rendering/XSpriteCanvas.idl
+++ b/main/offapi/com/sun/star/rendering/XSpriteCanvas.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/XTextLayout.idl b/main/offapi/com/sun/star/rendering/XTextLayout.idl
index 51b3528..ebe81f9 100644
--- a/main/offapi/com/sun/star/rendering/XTextLayout.idl
+++ b/main/offapi/com/sun/star/rendering/XTextLayout.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/rendering/XVolatileBitmap.idl b/main/offapi/com/sun/star/rendering/XVolatileBitmap.idl
index 5d0547b..68aade4 100644
--- a/main/offapi/com/sun/star/rendering/XVolatileBitmap.idl
+++ b/main/offapi/com/sun/star/rendering/XVolatileBitmap.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/report/Calculation.idl b/main/offapi/com/sun/star/report/Calculation.idl
index a546ee4..a02c697 100644
--- a/main/offapi/com/sun/star/report/Calculation.idl
+++ b/main/offapi/com/sun/star/report/Calculation.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/report/FixedLine.idl b/main/offapi/com/sun/star/report/FixedLine.idl
index 9c7f35a..e0fd1e2 100644
--- a/main/offapi/com/sun/star/report/FixedLine.idl
+++ b/main/offapi/com/sun/star/report/FixedLine.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/report/FixedText.idl b/main/offapi/com/sun/star/report/FixedText.idl
index 051cf94..66e18ca 100644
--- a/main/offapi/com/sun/star/report/FixedText.idl
+++ b/main/offapi/com/sun/star/report/FixedText.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/report/ForceNewPage.idl b/main/offapi/com/sun/star/report/ForceNewPage.idl
index c6dc169..bb14be6 100644
--- a/main/offapi/com/sun/star/report/ForceNewPage.idl
+++ b/main/offapi/com/sun/star/report/ForceNewPage.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/report/FormatCondition.idl b/main/offapi/com/sun/star/report/FormatCondition.idl
index e510538..629b4c3 100644
--- a/main/offapi/com/sun/star/report/FormatCondition.idl
+++ b/main/offapi/com/sun/star/report/FormatCondition.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/report/FormattedField.idl b/main/offapi/com/sun/star/report/FormattedField.idl
index 1c04b7c..8162d0a 100644
--- a/main/offapi/com/sun/star/report/FormattedField.idl
+++ b/main/offapi/com/sun/star/report/FormattedField.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/report/Function.idl b/main/offapi/com/sun/star/report/Function.idl
index f2c9bf7..1a683e2 100644
--- a/main/offapi/com/sun/star/report/Function.idl
+++ b/main/offapi/com/sun/star/report/Function.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/report/Group.idl b/main/offapi/com/sun/star/report/Group.idl
index 5b3a9f3..5f57a96 100644
--- a/main/offapi/com/sun/star/report/Group.idl
+++ b/main/offapi/com/sun/star/report/Group.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/report/GroupKeepTogether.idl b/main/offapi/com/sun/star/report/GroupKeepTogether.idl
index 21abcd7..928ad47 100644
--- a/main/offapi/com/sun/star/report/GroupKeepTogether.idl
+++ b/main/offapi/com/sun/star/report/GroupKeepTogether.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/report/GroupOn.idl b/main/offapi/com/sun/star/report/GroupOn.idl
index bdb9084..e86fbdd 100644
--- a/main/offapi/com/sun/star/report/GroupOn.idl
+++ b/main/offapi/com/sun/star/report/GroupOn.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/report/Groups.idl b/main/offapi/com/sun/star/report/Groups.idl
index 3a0959e..13ca11d 100644
--- a/main/offapi/com/sun/star/report/Groups.idl
+++ b/main/offapi/com/sun/star/report/Groups.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/report/ImageControl.idl b/main/offapi/com/sun/star/report/ImageControl.idl
index fa78dfb..04677fb 100644
--- a/main/offapi/com/sun/star/report/ImageControl.idl
+++ b/main/offapi/com/sun/star/report/ImageControl.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/report/KeepTogether.idl b/main/offapi/com/sun/star/report/KeepTogether.idl
index 804a9e0..a0b0ad3 100644
--- a/main/offapi/com/sun/star/report/KeepTogether.idl
+++ b/main/offapi/com/sun/star/report/KeepTogether.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/report/ReportControlFormat.idl b/main/offapi/com/sun/star/report/ReportControlFormat.idl
index 8151cf9..e3030f8 100644
--- a/main/offapi/com/sun/star/report/ReportControlFormat.idl
+++ b/main/offapi/com/sun/star/report/ReportControlFormat.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/report/ReportControlModel.idl b/main/offapi/com/sun/star/report/ReportControlModel.idl
index aa80132..a18c85d 100644
--- a/main/offapi/com/sun/star/report/ReportControlModel.idl
+++ b/main/offapi/com/sun/star/report/ReportControlModel.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/report/ReportDefinition.idl b/main/offapi/com/sun/star/report/ReportDefinition.idl
index 60ee109..4e2f0ed 100644
--- a/main/offapi/com/sun/star/report/ReportDefinition.idl
+++ b/main/offapi/com/sun/star/report/ReportDefinition.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/report/ReportPrintOption.idl b/main/offapi/com/sun/star/report/ReportPrintOption.idl
index de4351a..e88eea0 100644
--- a/main/offapi/com/sun/star/report/ReportPrintOption.idl
+++ b/main/offapi/com/sun/star/report/ReportPrintOption.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/report/Section.idl b/main/offapi/com/sun/star/report/Section.idl
index b941590..7ceb7f2 100644
--- a/main/offapi/com/sun/star/report/Section.idl
+++ b/main/offapi/com/sun/star/report/Section.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/report/SectionPageBreak.idl b/main/offapi/com/sun/star/report/SectionPageBreak.idl
index 5115482..70099b7 100644
--- a/main/offapi/com/sun/star/report/SectionPageBreak.idl
+++ b/main/offapi/com/sun/star/report/SectionPageBreak.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/report/Shape.idl b/main/offapi/com/sun/star/report/Shape.idl
index 0d0f625..855f0f1 100644
--- a/main/offapi/com/sun/star/report/Shape.idl
+++ b/main/offapi/com/sun/star/report/Shape.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/report/XFixedLine.idl b/main/offapi/com/sun/star/report/XFixedLine.idl
index 22fb187..93b132b 100644
--- a/main/offapi/com/sun/star/report/XFixedLine.idl
+++ b/main/offapi/com/sun/star/report/XFixedLine.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/report/XFixedText.idl b/main/offapi/com/sun/star/report/XFixedText.idl
index ea7688d..9ec1018 100644
--- a/main/offapi/com/sun/star/report/XFixedText.idl
+++ b/main/offapi/com/sun/star/report/XFixedText.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/report/XFormatCondition.idl b/main/offapi/com/sun/star/report/XFormatCondition.idl
index 4b205ec..7fc25d8 100644
--- a/main/offapi/com/sun/star/report/XFormatCondition.idl
+++ b/main/offapi/com/sun/star/report/XFormatCondition.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/report/XFormattedField.idl b/main/offapi/com/sun/star/report/XFormattedField.idl
index ea585f3..9f5d3c5 100644
--- a/main/offapi/com/sun/star/report/XFormattedField.idl
+++ b/main/offapi/com/sun/star/report/XFormattedField.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/report/XFunction.idl b/main/offapi/com/sun/star/report/XFunction.idl
index 2e9abc6..4e4839e 100644
--- a/main/offapi/com/sun/star/report/XFunction.idl
+++ b/main/offapi/com/sun/star/report/XFunction.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/report/XFunctions.idl b/main/offapi/com/sun/star/report/XFunctions.idl
index 73a026e..a9b70b8 100644
--- a/main/offapi/com/sun/star/report/XFunctions.idl
+++ b/main/offapi/com/sun/star/report/XFunctions.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/report/XFunctionsSupplier.idl b/main/offapi/com/sun/star/report/XFunctionsSupplier.idl
index 6353e60..db0a21b 100644
--- a/main/offapi/com/sun/star/report/XFunctionsSupplier.idl
+++ b/main/offapi/com/sun/star/report/XFunctionsSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/report/XGroup.idl b/main/offapi/com/sun/star/report/XGroup.idl
index 412b537..d760d4e 100644
--- a/main/offapi/com/sun/star/report/XGroup.idl
+++ b/main/offapi/com/sun/star/report/XGroup.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/report/XGroups.idl b/main/offapi/com/sun/star/report/XGroups.idl
index 54155e4..49d7cbc 100644
--- a/main/offapi/com/sun/star/report/XGroups.idl
+++ b/main/offapi/com/sun/star/report/XGroups.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/report/XImageControl.idl b/main/offapi/com/sun/star/report/XImageControl.idl
index 1b7b9d8..cf0c53f 100644
--- a/main/offapi/com/sun/star/report/XImageControl.idl
+++ b/main/offapi/com/sun/star/report/XImageControl.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/report/XReportControlFormat.idl b/main/offapi/com/sun/star/report/XReportControlFormat.idl
index d2728a9..3727a81 100644
--- a/main/offapi/com/sun/star/report/XReportControlFormat.idl
+++ b/main/offapi/com/sun/star/report/XReportControlFormat.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/report/XReportDefinition.idl b/main/offapi/com/sun/star/report/XReportDefinition.idl
index a4ad6b8..d2e046e 100644
--- a/main/offapi/com/sun/star/report/XReportDefinition.idl
+++ b/main/offapi/com/sun/star/report/XReportDefinition.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/report/XReportEngine.idl b/main/offapi/com/sun/star/report/XReportEngine.idl
index 0222939..b72d6e5 100644
--- a/main/offapi/com/sun/star/report/XReportEngine.idl
+++ b/main/offapi/com/sun/star/report/XReportEngine.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/report/XSection.idl b/main/offapi/com/sun/star/report/XSection.idl
index 3af627c..efd32c2 100644
--- a/main/offapi/com/sun/star/report/XSection.idl
+++ b/main/offapi/com/sun/star/report/XSection.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/report/XShape.idl b/main/offapi/com/sun/star/report/XShape.idl
index fccbdcc..7d9f936 100644
--- a/main/offapi/com/sun/star/report/XShape.idl
+++ b/main/offapi/com/sun/star/report/XShape.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/report/inspection/DataProviderHandler.idl b/main/offapi/com/sun/star/report/inspection/DataProviderHandler.idl
index 0fb4cbd..40f28b1 100644
--- a/main/offapi/com/sun/star/report/inspection/DataProviderHandler.idl
+++ b/main/offapi/com/sun/star/report/inspection/DataProviderHandler.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/report/inspection/DefaultComponentInspectorModel.idl b/main/offapi/com/sun/star/report/inspection/DefaultComponentInspectorModel.idl
index c3c834a..3d17d83 100644
--- a/main/offapi/com/sun/star/report/inspection/DefaultComponentInspectorModel.idl
+++ b/main/offapi/com/sun/star/report/inspection/DefaultComponentInspectorModel.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/report/inspection/ReportComponentHandler.idl b/main/offapi/com/sun/star/report/inspection/ReportComponentHandler.idl
index 3ea3dcd..ee54ac1 100644
--- a/main/offapi/com/sun/star/report/inspection/ReportComponentHandler.idl
+++ b/main/offapi/com/sun/star/report/inspection/ReportComponentHandler.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/report/meta/XFormulaParser.idl b/main/offapi/com/sun/star/report/meta/XFormulaParser.idl
index 8f3496a..88b4078 100644
--- a/main/offapi/com/sun/star/report/meta/XFormulaParser.idl
+++ b/main/offapi/com/sun/star/report/meta/XFormulaParser.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/report/meta/XFunctionCategory.idl b/main/offapi/com/sun/star/report/meta/XFunctionCategory.idl
index 67bc9f0..db5e6fd 100644
--- a/main/offapi/com/sun/star/report/meta/XFunctionCategory.idl
+++ b/main/offapi/com/sun/star/report/meta/XFunctionCategory.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/report/meta/XFunctionDescription.idl b/main/offapi/com/sun/star/report/meta/XFunctionDescription.idl
index afa5891..081c6bb 100644
--- a/main/offapi/com/sun/star/report/meta/XFunctionDescription.idl
+++ b/main/offapi/com/sun/star/report/meta/XFunctionDescription.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/report/meta/XFunctionManager.idl b/main/offapi/com/sun/star/report/meta/XFunctionManager.idl
index 94cbfd4..cc2437a 100644
--- a/main/offapi/com/sun/star/report/meta/XFunctionManager.idl
+++ b/main/offapi/com/sun/star/report/meta/XFunctionManager.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/report/modules.idl b/main/offapi/com/sun/star/report/modules.idl
index b62a5e9..8a8c1fd 100644
--- a/main/offapi/com/sun/star/report/modules.idl
+++ b/main/offapi/com/sun/star/report/modules.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/resource/MissingResourceException.idl b/main/offapi/com/sun/star/resource/MissingResourceException.idl
index 733528e..9d140ff 100644
--- a/main/offapi/com/sun/star/resource/MissingResourceException.idl
+++ b/main/offapi/com/sun/star/resource/MissingResourceException.idl
@@ -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,43 +7,43 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_resource_MissingResourceException_idl__ 
-#define __com_sun_star_resource_MissingResourceException_idl__ 
- 
-#ifndef __com_sun_star_uno_RuntimeException_idl__ 
-#include <com/sun/star/uno/RuntimeException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module resource {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_resource_MissingResourceException_idl__
+#define __com_sun_star_resource_MissingResourceException_idl__
+
+#ifndef __com_sun_star_uno_RuntimeException_idl__
+#include <com/sun/star/uno/RuntimeException.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module resource {
+
+//=============================================================================
+
 /** is used to signal that a resource is missing.
 
 	@see XResourceBundle
  */
 published exception MissingResourceException: com::sun::star::uno::RuntimeException
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/resource/OfficeResourceLoader.idl b/main/offapi/com/sun/star/resource/OfficeResourceLoader.idl
index 7824a14..d700418 100644
--- a/main/offapi/com/sun/star/resource/OfficeResourceLoader.idl
+++ b/main/offapi/com/sun/star/resource/OfficeResourceLoader.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,7 +24,7 @@
 #ifndef __com_sun_star_resource_OfficeResourceLoader_idl__
 #define __com_sun_star_resource_OfficeResourceLoader_idl__
 
-#ifndef __com_sun_star_resource_XResourceBundleLoader_idl__ 
+#ifndef __com_sun_star_resource_XResourceBundleLoader_idl__
 #include <com/sun/star/resource/XResourceBundleLoader.idl>
 #endif
 
diff --git a/main/offapi/com/sun/star/resource/StringResource.idl b/main/offapi/com/sun/star/resource/StringResource.idl
index 8256c52..9b33bb4 100644
--- a/main/offapi/com/sun/star/resource/StringResource.idl
+++ b/main/offapi/com/sun/star/resource/StringResource.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,23 +24,23 @@
 #ifndef __com_sun_star_resource_StringResourceManager_idl__
 #define __com_sun_star_resource_StringResourceManager_idl__
 
-#ifndef __com_sun_star_resource_XStringResourcePersistence_idl__ 
-#include <com/sun/star/resource/XStringResourcePersistence.idl> 
+#ifndef __com_sun_star_resource_XStringResourcePersistence_idl__
+#include <com/sun/star/resource/XStringResourcePersistence.idl>
 #endif
 
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module resource {
 
-//============================================================================= 
+//=============================================================================
 
 /** specifies a service providing access to a resource string table implementing the
     <type scope="com::sun::star::awt">XDialog</type> interface.
  */
 service StringResource : com::sun::star::resource::XStringResourcePersistence;
 
-//============================================================================= 
+//=============================================================================
 
 }; }; }; };
 
diff --git a/main/offapi/com/sun/star/resource/StringResourceWithLocation.idl b/main/offapi/com/sun/star/resource/StringResourceWithLocation.idl
index 192bd65..7c28122 100644
--- a/main/offapi/com/sun/star/resource/StringResourceWithLocation.idl
+++ b/main/offapi/com/sun/star/resource/StringResourceWithLocation.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/resource/StringResourceWithStorage.idl b/main/offapi/com/sun/star/resource/StringResourceWithStorage.idl
index bdb19cf..77cfe5f 100644
--- a/main/offapi/com/sun/star/resource/StringResourceWithStorage.idl
+++ b/main/offapi/com/sun/star/resource/StringResourceWithStorage.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -29,11 +29,11 @@
 #endif
 
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module resource {
 
-//============================================================================= 
+//=============================================================================
 
 /** specifies a service providing access to a resource string table implementing the
     <type scope="com::sun::star::resource">XStringResourceWithStorage</type> interface.
@@ -51,7 +51,7 @@
 			see <code>XStringResourceManager::isReadOnly</code>
 
 		@param locale
-			Specifies if the locale first to be used as current locale. Internally 
+			Specifies if the locale first to be used as current locale. Internally
 			the <code>XStringResourceManager::setCurrentLocale</code> method is
 			called with FindClosestMatch=true.
 			see <code>XStringResourceManager::setCurrentLocale</code>
@@ -60,7 +60,7 @@
             Base string for the file names used to store the locale data.
 			The locale data is stored in Java properties files also following
 			the corresponding naming sceme. The files will be named like this:
-			"[BaseName]_[Language]_[Country].properties", 
+			"[BaseName]_[Language]_[Country].properties",
 			e.g. "MyBaseName_en_US.properties"
 			If an empty string is passed for BaseName, "strings" will be used
 			as BaseName.
@@ -75,13 +75,13 @@
 		@throws <type scope="com::sun::star::lang">IllegalArgumentException</type>
 			if a null interface is passed as Storage
 	 */
-	create( [in] ::com::sun::star::embed::XStorage Storage, 
+	create( [in] ::com::sun::star::embed::XStorage Storage,
 			[in] boolean ReadOnly, [in] com::sun::star::lang::Locale locale,
 			[in] string BaseName, [in] string Comment )
 		raises( ::com::sun::star::lang::IllegalArgumentException );
 };
 
-//============================================================================= 
+//=============================================================================
 
 }; }; }; };
 
diff --git a/main/offapi/com/sun/star/resource/XLocale.idl b/main/offapi/com/sun/star/resource/XLocale.idl
index 5f71149..87c5876 100644
--- a/main/offapi/com/sun/star/resource/XLocale.idl
+++ b/main/offapi/com/sun/star/resource/XLocale.idl
@@ -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,265 +7,265 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_resource_XLocale_idl__ 
-#define __com_sun_star_resource_XLocale_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_Locale_idl__ 
-#include <com/sun/star/lang/Locale.idl> 
-#endif 
- 
-#ifndef __com_sun_star_resource_MissingResourceException_idl__ 
-#include <com/sun/star/resource/MissingResourceException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module resource {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_resource_XLocale_idl__
+#define __com_sun_star_resource_XLocale_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_lang_Locale_idl__
+#include <com/sun/star/lang/Locale.idl>
+#endif
+
+#ifndef __com_sun_star_resource_MissingResourceException_idl__
+#include <com/sun/star/resource/MissingResourceException.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module resource {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::resource::XLocale
-/** offers some operations on <type scope="com::sun::star::lang">Locale</type> 
-	structures.@see         XResourceBundle 
+/** offers some operations on <type scope="com::sun::star::lang">Locale</type>
+	structures.@see         XResourceBundle
 		@see         Locale
  */
 published interface XLocale: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::resource::XLocale::create
 	/** creates a locale from language, country, and variant.
-		
+
 		<p>NOTE: ISO 639 is not a stable standard; some of the
 		language codes it defines (specifically iw, ji, and in) have
 		changed.  This constructor accepts both the old codes (iw, ji,
 		and in) and the new codes (he, yi, and id), but all other API
-		on XLocale will return only the <b>NEW</b> codes.		
+		on XLocale will return only the <b>NEW</b> codes.
 		</p>
 		<p>Note: The Java class <code>Locale</code> returns the <strong>old</strong> codes.
-		
+
 		</p>
 	 */
-	com::sun::star::lang::Locale create( [in] string aLanguage, 
-			 [in] string aCountry, 
-			 [in] string aVariant ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::lang::Locale create( [in] string aLanguage,
+			 [in] string aCountry,
+			 [in] string aVariant );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::resource::XLocale::getDefault
 	/** the common method of getting the current default locale.
-		
+
 		<p>It is used for the presentation (for menus, dialogs, etc.).
 		It is, generally, set once when your applet or application is
 		initialized, then never reset. (If you do reset the default
 		locale, you probably want to reload your GUI, so that the
-		change is reflected in your interface.)		
+		change is reflected in your interface.)
 		</p>
 		<p>More advanced programs allow users to use different locales
 		for different fields, for example, in a spreadsheet.
-		
+
 		<br>Note that the initial setting will match the host system.</p>
 	 */
-	com::sun::star::lang::Locale getDefault(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::lang::Locale getDefault();
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::resource::XLocale::setDefault
 	/** sets the default locale for the whole environment.
-		
+
 		<p>It is normally set once at the beginning of an application,
 		then never reset. <code>setDefault</code> does not reset the host
 		locale.
-		
+
 		</p>
 	 */
-	void setDefault( [in] com::sun::star::lang::Locale newLocale ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void setDefault( [in] com::sun::star::lang::Locale newLocale );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::resource::XLocale::getAvailableLocales
-	/** @returns 
+	/** @returns
 					a sequence of all locales which are available in the system.
 	 */
-	sequence<com::sun::star::lang::Locale> getAvailableLocales(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	sequence<com::sun::star::lang::Locale> getAvailableLocales();
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::resource::XLocale::getISOCountries
-	/** @returns 
+	/** @returns
 					a sequence of all ISO country codes known to the component.
 	 */
-	sequence<string> getISOCountries(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	sequence<string> getISOCountries();
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::resource::XLocale::getISOLanguages
-	/** @returns 
+	/** @returns
 					a sequence of all ISO language codes known to the component.
 	 */
-	sequence<string> getISOLanguages(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	sequence<string> getISOLanguages();
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::resource::XLocale::getLanguagesForCountry
-	/** @returns 
-					a sequence for language codes which are valid within the 
+	/** @returns
+					a sequence for language codes which are valid within the
 					given country.
 	 */
-	sequence<string> getLanguagesForCountry( [in] string country ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	sequence<string> getLanguagesForCountry( [in] string country );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::resource::XLocale::getISO3Language
-	/** @returns 
+	/** @returns
 					the ISO language code for the specified locale.
 	 */
-	string getISO3Language( [in] com::sun::star::lang::Locale locale ) 
-			raises( com::sun::star::resource::MissingResourceException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	string getISO3Language( [in] com::sun::star::lang::Locale locale )
+			raises( com::sun::star::resource::MissingResourceException );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::resource::XLocale::getISO3Country
-	/** @returns 
+	/** @returns
 					the ISO country code for the specified locale.
 	 */
-	string getISO3Country( [in] com::sun::star::lang::Locale locale ) 
-			raises( com::sun::star::resource::MissingResourceException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	string getISO3Country( [in] com::sun::star::lang::Locale locale )
+			raises( com::sun::star::resource::MissingResourceException );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::resource::XLocale::getDisplayLanguage_Default
-	/** @returns 
-					language code for display of field to user. If the localized  
-					name is not found, returns the ISO code. The desired user language  
+	/** @returns
+					language code for display of field to user. If the localized
+					name is not found, returns the ISO code. The desired user language
 					is from the default locale.
 	 */
-	string getDisplayLanguage_Default( [in] com::sun::star::lang::Locale locale ); 
- 
-	//------------------------------------------------------------------------- 
-	 
- 
+	string getDisplayLanguage_Default( [in] com::sun::star::lang::Locale locale );
+
+	//-------------------------------------------------------------------------
+
+
 	// DocMerge from idl: method com::sun::star::resource::XLocale::getDisplayLanguage
-	/** @return 
-					language code for display of field to user. If the localized  
-					name is not found, returns the ISO codes.  
-		 
-				@param inLocale 
-					specifies the desired user language. 
-					 
-				@example 
+	/** @return
+					language code for display of field to user. If the localized
+					name is not found, returns the ISO codes.
+
+				@param inLocale
+					specifies the desired user language.
+
+				@example
 					"English (UK)", "Deutch", "Germany"
 	 */
-	string getDisplayLanguage( [in] com::sun::star::lang::Locale locale, 
-			 [in] com::sun::star::lang::Locale inLocale ); 
- 
-	//------------------------------------------------------------------------- 
-		 
+	string getDisplayLanguage( [in] com::sun::star::lang::Locale locale,
+			 [in] com::sun::star::lang::Locale inLocale );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::resource::XLocale::getDisplayCountry_Default
-	/** @returns 
-					country code for display of field to user. If the localized  
-					name is not found, returns the ISO code. The desired user country  
+	/** @returns
+					country code for display of field to user. If the localized
+					name is not found, returns the ISO code. The desired user country
 					is from the default locale.
 	 */
-	string getDisplayCountry_Default( [in] com::sun::star::lang::Locale locale ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	string getDisplayCountry_Default( [in] com::sun::star::lang::Locale locale );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::resource::XLocale::getDisplayCountry
-	/** @returns 
-					country code for display of field to user. If the localized  
-					name is not found, returns the ISO codes.  
-		 
-				@param inLocale 
+	/** @returns
+					country code for display of field to user. If the localized
+					name is not found, returns the ISO codes.
+
+				@param inLocale
 					specifies the desired user country.
 	 */
-	string getDisplayCountry( [in] com::sun::star::lang::Locale locale, 
-			 [in] com::sun::star::lang::Locale inLocale ); 
- 
-	//------------------------------------------------------------------------- 
-		 
+	string getDisplayCountry( [in] com::sun::star::lang::Locale locale,
+			 [in] com::sun::star::lang::Locale inLocale );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::resource::XLocale::getDisplayVariant_Default
-	/** @returns 
-					variant code for display of field to user. The desired user variant  
+	/** @returns
+					variant code for display of field to user. The desired user variant
 					is from the default locale.
 	 */
-	string getDisplayVariant_Default( [in] com::sun::star::lang::Locale locale ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	string getDisplayVariant_Default( [in] com::sun::star::lang::Locale locale );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::resource::XLocale::getDisplayVariant
-	/** @returns 
-					variant code for display of field to user. If the localized  
-					name is not found, returns the ISO codes.  
-		 
-				@param inLocale 
+	/** @returns
+					variant code for display of field to user. If the localized
+					name is not found, returns the ISO codes.
+
+				@param inLocale
 					specifies the desired user variant.
 	 */
-	string getDisplayVariant( [in] com::sun::star::lang::Locale locale, 
-			 [in] com::sun::star::lang::Locale inLocale ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	string getDisplayVariant( [in] com::sun::star::lang::Locale locale,
+			 [in] com::sun::star::lang::Locale inLocale );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::resource::XLocale::getDisplayName_Default
-	/** @returns 
-					a string to display the entire locale to user. If the localized  
-					name is not found, uses the ISO codes. The default locale is used  
+	/** @returns
+					a string to display the entire locale to user. If the localized
+					name is not found, uses the ISO codes. The default locale is used
 					for the presentation language.
 	 */
-	string getDisplayName_Default( [in] com::sun::star::lang::Locale locale ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	string getDisplayName_Default( [in] com::sun::star::lang::Locale locale );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::resource::XLocale::getDisplayName
-	/** @returns 
-					a string to display the entire locale to user. If the localized  
-					name is not found, uses the ISO codes.  
-		 
-				@param inLocale 
+	/** @returns
+					a string to display the entire locale to user. If the localized
+					name is not found, uses the ISO codes.
+
+				@param inLocale
 					specifies the desired user locale.
 	 */
-	string getDisplayName( [in] com::sun::star::lang::Locale locale, 
-			 [in] com::sun::star::lang::Locale inLocale ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	string getDisplayName( [in] com::sun::star::lang::Locale locale,
+			 [in] com::sun::star::lang::Locale inLocale );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::resource::XLocale::equals
-	/** @returns  
-				<TRUE/> if the <type scope="com::sun::star::lang">Locale</type> <var>l1</var> is equal to the 
-				other one. 
-				 
-				<p>A locale is deemed equal to another locale with identical 
-				language, country, and variant, and unequal to all other 
+	/** @returns
+				<TRUE/> if the <type scope="com::sun::star::lang">Locale</type> <var>l1</var> is equal to the
+				other one.
+
+				<p>A locale is deemed equal to another locale with identical
+				language, country, and variant, and unequal to all other
 				objects.
 	 */
-	boolean equals( [in] com::sun::star::lang::Locale l1, 
-			 [in] com::sun::star::lang::Locale l2 ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	boolean equals( [in] com::sun::star::lang::Locale l1,
+			 [in] com::sun::star::lang::Locale l2 );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/resource/XResourceBundle.idl b/main/offapi/com/sun/star/resource/XResourceBundle.idl
index e6fec45..335305d 100644
--- a/main/offapi/com/sun/star/resource/XResourceBundle.idl
+++ b/main/offapi/com/sun/star/resource/XResourceBundle.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -34,31 +34,31 @@
 
 //=============================================================================
 
-module com { module sun { module star { module resource { 
+module com { module sun { module star { module resource {
 
 //=============================================================================
 /** Resource bundles contain locale-specific objects.
-	
+
 	<p>When your program needs a locale-specific resource, such as
 	<code>String</code> for example, your program can load it from the
 	resource bundle that is appropriate for the current user's locale. In
 	this way, you can write program code that is largely independent of
 	the user's locale, which isolates most, if not all, of the
 	locale-specific information in resource bundles.
-	
+
 	<p>This allows you to write programs that can:
-	
+
 	<UL type=SQUARE>
-	
+
 	<LI> be easily localized, or translated, into different
 	languages.
-	
+
 	<LI> handle multiple locales at once.
-	
+
 	<LI> be easily modified, later, to support even more locales.
-	
+
 	</UL>
-	
+
 	<P> One resource bundle is, conceptually, a set of related services
 	that supports <code>XResourceBundle</code>. Each related service of
 	<code>XResourceBundle</code> has the same base name plus an
@@ -67,10 +67,10 @@
 	service you are likely to implement is the default resource bundle,
 	which has the same name as its family--<code>MyResources</code>. You
 	can also provide as many related locale-specific services as you need.
-	
+
 	For example, perhaps you would provide a German one named
 	<code>MyResources_de</code>.
-	
+
 	<P>
 	Each related implementation of <code>XResourceBundle</code> contains
 	the same items, but the items have been translated for the locale
@@ -80,29 +80,29 @@
 	confirming operations. In <code>MyResources</code> the
 	<code>String</code> may contain <code>OK</code> and in
 	<code>MyResources_de</code> it may contain <code>Gut</code>.
-	
+
 	<P>
 	If there are different resources for different countries, you
 	can make specializations: for example, <code>MyResources_de_CH</code>
-	is the German language (de) in Switzerland (CH). If you only want to 
+	is the German language (de) in Switzerland (CH). If you only want to
 	modify some of the resources in the specialization, you can do so.
-	
+
 	<P>
 	When your program needs a locale-specific object, it loads
-	
+
 	the <code>XResourceBundle</code> implementation using the
 	<type>XResourceBundleLoader</type> service:
-	
+
 	<listing>
 	XResourceBundle myResources = xLoader.getBundle("MyResources", currentLocale);
 	</listing>
-	
+
 	<p>The first argument specifies the family name of the resource
 	bundle that contains the object in question. The second argument
 	indicates the desired locale. <code>getBundle</code> uses these two
 	arguments to construct the name of the <code>ResourceBundle</code>
 	subclass it should load according to the following specifications.
-	
+
 	<P>The resource bundle lookup searches for services with various
 	suffixes on the basis of (1) the desired locale and (2) the current
 	default locale as returned by Locale.getDefault(), and (3) the root
@@ -115,7 +115,7 @@
 	<BR> baseclass + "_" + language2 + "_" + country2
 	<BR> baseclass + "_" + language2
 	<BR> baseclass
-	
+
 	<P> For example, if the current default locale is <TT>en_US</TT>, the
 	locale that the caller is interested in is <TT>fr_CH</TT>, and the
 	resource bundle name is <TT>MyResources</TT>; resource bundle lookup
@@ -125,27 +125,27 @@
 	<BR> MyResources_en_US
 	<BR> MyResources_en
 	<BR> MyResources</TT>
-	
+
 	<P> The result of the lookup is a service, but that service may be
 	backed by a property file on disk. If a lookup fails,
 	<code>getBundle()</code> throws a
 	<code>MissingResourceException</code>.
-	
+
 	<P> The base service <strong>must</strong> be fully qualified (for
 	example, <code>myPackage::MyResources</code>, not just
 	<code>MyResources</code>).
-	
+
 	<P> Resource bundles contain key/value pairs. The keys uniquely
 	identify a locale-specific object in the bundle. Here is an
 	example of a <code>XResourceBundle</code> implementation that contains
 	two key/value pairs:
-	
+
 	<listing>
-	class MyResource extends com.sun.star.resource.XResourceBundle 
+	class MyResource extends com.sun.star.resource.XResourceBundle
 	{
 		// some queryInterface stuff
 		// ...
-		public final Object getDirectElement(String key) 
+		public final Object getDirectElement(String key)
 		{
 			if (key.equals("okKey")) return "Ok";
 			if (key.equals("cancelKey")) return "Cancel";
@@ -153,26 +153,26 @@
 		}
 	}
 	</listing>
-	
+
 	<p>Keys are always <code>String</code>s. In this example, the keys
 	are <code>OkKey</code> and <code>CancelKey</code>. In the above
 	example, the values are also <code>String</code>s--<code>OK</code>
 	and <code>Cancel</code>--but they do not have to be. The values can
 	be any type of object.
-	
+
 	<P> You retrieve an object from resource bundle using the appropriate
 	get method. Because <code>OkKey</code> and <code>CancelKey</code>
 	are both strings, you use <code>getByName</code> to retrieve them:
-	
+
 	<listing>
 	button1 = new Button(myResourceBundle.getByName("OkKey").getString());
 	button2 = new Button(myResourceBundle.getByName("CancelKey").getString());
 	</listing>
-	
+
 	<p>The get methods all require the key as an argument and return
 	the object if found. If the object is not found, the get methods
 	throw a <type scope="com::sun::star::container">NoSuchElementException</type>.
-	
+
 	<P> <STRONG>NOTE:</STRONG> You should always supply a base service
 	with no suffixes. This will be the class of "last resort" if a
 	locale is requested that does not exist. In fact, you must provide
@@ -181,14 +181,14 @@
 	<TT>MyResources_fr_BE</TT>, you must provide <I>both</I>
 	<TT>MyResources</TT> <I>and</I> <TT>MyResources_fr</TT>, or the
 	resource bundle lookup will not work right.
-	
+
 	<P>You do not have to restrict yourself to using a single family of
 	<code>ResourceBundle</code>s. For example, you could have a set of
 	bundles for exception messages, <code>ExceptionResources</code>
 	(<code>ExceptionResources_fr</code>, <code>ExceptionResources_de</code>, ...),
 	and one for widgets, <code>WidgetResource</code> (<code>WidgetResources_fr</code>,
 	<code>WidgetResources_de</code>, ...); breaking up the resources however you like.
-	
+
 	@see		MissingResourceException
 	@see         Locale
 	@version     0.1 26 May 1999
@@ -199,22 +199,22 @@
 published interface XResourceBundle: com::sun::star::container::XNameAccess
 {
 	//-------------------------------------------------------------------------
-    /** contains the parent bundle of this bundle.  
-	
-		<p>The parent bundle is searched by the method 
-		<method scope="com::sun::star::container">XNameAccess::getByName</method> 
+    /** contains the parent bundle of this bundle.
+
+		<p>The parent bundle is searched by the method
+		<method scope="com::sun::star::container">XNameAccess::getByName</method>
 		when this bundle does not contain a particular resource.
      */
     [attribute] XResourceBundle Parent;
 
 	//-------------------------------------------------------------------------
-	/** @returns 
-		the locale for this resource bundle. 
-		
+	/** @returns
+		the locale for this resource bundle.
+
 		<p>This function can be used to determine whether the
 		resource bundle that is returned really corresponds to the
 		requested locale or is a fallback.
-		
+
 	*/
 	com::sun::star::lang::Locale getLocale();
 
@@ -222,8 +222,8 @@
 	/** @returns
 		an object from a resource bundle or NULL if no resource
 		exists.
-		
-		<p>It does not look in the parents. 
+
+		<p>It does not look in the parents.
 
 		@param key
 			specifies the element.
@@ -234,6 +234,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/resource/XResourceBundleLoader.idl b/main/offapi/com/sun/star/resource/XResourceBundleLoader.idl
index a90496c..f17871c 100644
--- a/main/offapi/com/sun/star/resource/XResourceBundleLoader.idl
+++ b/main/offapi/com/sun/star/resource/XResourceBundleLoader.idl
@@ -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,76 +7,76 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_resource_XResourceBundleLoader_idl__ 
-#define __com_sun_star_resource_XResourceBundleLoader_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_resource_XResourceBundle_idl__ 
-#include <com/sun/star/resource/XResourceBundle.idl> 
-#endif 
- 
-#ifndef __com_sun_star_resource_MissingResourceException_idl__ 
-#include <com/sun/star/resource/MissingResourceException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_Locale_idl__ 
-#include <com/sun/star/lang/Locale.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module resource {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_resource_XResourceBundleLoader_idl__
+#define __com_sun_star_resource_XResourceBundleLoader_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_resource_XResourceBundle_idl__
+#include <com/sun/star/resource/XResourceBundle.idl>
+#endif
+
+#ifndef __com_sun_star_resource_MissingResourceException_idl__
+#include <com/sun/star/resource/MissingResourceException.idl>
+#endif
+
+#ifndef __com_sun_star_lang_Locale_idl__
+#include <com/sun/star/lang/Locale.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module resource {
+
+//=============================================================================
+
 /** makes it possible to load resource bundles.
-	
-	<p>The search algorithm is specified in the documentation of 
-	<type>XResourceBundle</type>. The implementations must follow 
+
+	<p>The search algorithm is specified in the documentation of
+	<type>XResourceBundle</type>. The implementations must follow
 	the name scheme, but it is allowed to search in several locations.
-	
-	@see MissingResourceException 
-	@see XResourceBundle 
+
+	@see MissingResourceException
+	@see XResourceBundle
 	@see Locale
  */
 published interface XResourceBundleLoader: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** loads the appropriate resource bundle.
 	 */
-	com::sun::star::resource::XResourceBundle loadBundle_Default( [in] string aBaseName ) 
-			raises( com::sun::star::resource::MissingResourceException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::resource::XResourceBundle loadBundle_Default( [in] string aBaseName )
+			raises( com::sun::star::resource::MissingResourceException );
+
+	//-------------------------------------------------------------------------
+
 	/** loads the appropriate resource bundle subclass.
 	 */
-	com::sun::star::resource::XResourceBundle loadBundle( [in] string abaseName, 
-			 [in] com::sun::star::lang::Locale aLocale ) 
-			raises( com::sun::star::resource::MissingResourceException ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::resource::XResourceBundle loadBundle( [in] string abaseName,
+			 [in] com::sun::star::lang::Locale aLocale )
+			raises( com::sun::star::resource::MissingResourceException );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/resource/XStringResourceManager.idl b/main/offapi/com/sun/star/resource/XStringResourceManager.idl
index 14f111a..6c3148e 100644
--- a/main/offapi/com/sun/star/resource/XStringResourceManager.idl
+++ b/main/offapi/com/sun/star/resource/XStringResourceManager.idl
@@ -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,28 +7,28 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 #ifndef __com_sun_star_resource_XStringResourceManager_idl__
 #define __com_sun_star_resource_XStringResourceManager_idl__
 
-#ifndef __com_sun_star_resource_MissingResourceException_idl__ 
-#include <com/sun/star/resource/MissingResourceException.idl> 
+#ifndef __com_sun_star_resource_MissingResourceException_idl__
+#include <com/sun/star/resource/MissingResourceException.idl>
 #endif
 
-#ifndef __com_sun_star_resource_XStringResourceResolver_idl__ 
-#include <com/sun/star/resource/XStringResourceResolver.idl> 
+#ifndef __com_sun_star_resource_XStringResourceResolver_idl__
+#include <com/sun/star/resource/XStringResourceResolver.idl>
 #endif
 
 #ifndef __com_sun_star_container_ElementExistException_idl__
@@ -50,22 +50,22 @@
 
 //=============================================================================
 
-module com { module sun { module star { module resource { 
+module com { module sun { module star { module resource {
 
 //=============================================================================
-/** 
-	Interface to manage a resource string table containing a set of 
+/**
+	Interface to manage a resource string table containing a set of
 	strings for different locales.
 
-	The interface is derived from 
+	The interface is derived from
 	<type scope="com::sun::star::resource">XStringResourceResolver</type>
 	that allows to access the string table but not to modify it. This
 	interface also allows to modify the string table.
-	
+
 	It's designed to be used in the context of creating a string table,
 	e.g. from a string table editor or from a Dialog Editor designing
 	localized dialogs.
-	
+
 */
 published interface XStringResourceManager: com::sun::star::resource::XStringResourceResolver
 {
@@ -268,10 +268,10 @@
 	/**
 		Provides a numeric id that is unique within all Resource IDs
 		used in the string table.
-		
+
 		This method takes into account all Resource IDs starting with
-		a decimal number and only evaluates the ID until the first non 
-		digit character is reached. This allows to extend unique IDs 
+		a decimal number and only evaluates the ID until the first non
+		digit character is reached. This allows to extend unique IDs
 		with individual identifiers without breaking the mechanism of
 		this method.
 
@@ -281,12 +281,12 @@
 		ID "111.MyId.Something.Else" -> numeric id 111
 		ID "No Digits" -> not considered for numeric id
 
-		The id returned will be 0 for an empty string table and it will 
-		be reset to 0 if all locales are removed. In all other cases 
+		The id returned will be 0 for an empty string table and it will
+		be reset to 0 if all locales are removed. In all other cases
 		this method returns the maximum numeric id used so far at the
-		beginning of a Resource ID incremented by 1. When calling this 
-		method more than once always the same number will be returned 
-		until this number is really used at the beginning of a new 
+		beginning of a Resource ID incremented by 1. When calling this
+		method more than once always the same number will be returned
+		until this number is really used at the beginning of a new
 		Resource ID passed to <member>setString</member> or
 		<member>setStringForLocale</member>.
 
@@ -298,7 +298,7 @@
 		@throws
 		<type scope="com::sun::star::lang">NoSupportException</type>
 		if the next available id exceeds the range of type long.
-		So it's not recommended to use own Resource IDs starting 
+		So it's not recommended to use own Resource IDs starting
 		with a decimal number near to the maximum long value if
 		this methods should be used.
 	*/
@@ -308,6 +308,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/resource/XStringResourcePersistence.idl b/main/offapi/com/sun/star/resource/XStringResourcePersistence.idl
index d5758a0..e5f5ac3 100644
--- a/main/offapi/com/sun/star/resource/XStringResourcePersistence.idl
+++ b/main/offapi/com/sun/star/resource/XStringResourcePersistence.idl
@@ -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,24 +7,24 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 #ifndef __com_sun_star_resource_XStringResourcePersistence_idl__
 #define __com_sun_star_resource_XStringResourcePersistence_idl__
 
-#ifndef __com_sun_star_resource_XStringResourceManager_idl__ 
-#include <com/sun/star/resource/XStringResourceManager.idl> 
+#ifndef __com_sun_star_resource_XStringResourceManager_idl__
+#include <com/sun/star/resource/XStringResourceManager.idl>
 #endif
 
 #ifndef __com_sun_star_embed_XStorage_idl__
@@ -38,29 +38,29 @@
 
 //=============================================================================
 
-module com { module sun { module star { module resource { 
+module com { module sun { module star { module resource {
 
 //=============================================================================
-/** 
+/**
 	Interface derived from XStringResourceManager containing
 	basic persistence functionality limited to operations that
 	are independend from a associated location or storage.
-	
+
 	@see <type>XStringResourceManager</type>.
 */
 published interface XStringResourcePersistence: com::sun::star::resource::XStringResourceManager
 {
     /**
-		Stores all string table data respectively all data modified since 
-		the last call to <member>store</member> to the location or storage 
+		Stores all string table data respectively all data modified since
+		the last call to <member>store</member> to the location or storage
 		associated with the StringResourceManager. Each locale is stored
 		in a single file following the format of Java properties files.
 
-		This interface is supported by the services 
+		This interface is supported by the services
 		<type>StringResourceWithLocation</type> and
-		<type>StringResourceWithStorage</type> 
-		
-		The StringResourceWithLocation is initialised with an URL 
+		<type>StringResourceWithStorage</type>
+
+		The StringResourceWithLocation is initialised with an URL
 		specifying a location used to load data from and store data to,
 		see <type>StringResourceWithLocation</type>.
 
@@ -84,12 +84,12 @@
 		@throws <type scope="com::sun::star::lang">NoSupportException</type>
 			if no URL or no valid storage are provided.
     */
-    void store() 
+    void store()
 		raises( com::sun::star::lang::NoSupportException,
 				com::sun::star::uno::Exception );
 
 
-     /** 
+     /**
 		provides the current modify state of the StringResourceManager instance.
 
         @return
@@ -100,14 +100,14 @@
     */
     boolean isModified();
 
- 
+
     /**
 		Sets the comment stored first in each locale data file.
 
 		This interface method can be used to overwrite the comment used
-		during initialisation of the services 
+		during initialisation of the services
 		<type>StringResourceWithLocation</type> or
-		<type>StringResourceWithStorage</type> 
+		<type>StringResourceWithStorage</type>
 
         @param Comment
             Comment stored first in each properties file followed by a line
@@ -124,12 +124,12 @@
 
 		Calling this method does not affect the association with a location
 		(in case of a <type>StringResourceWithLocation</type> instance)
-		respectively with a storage (in case of a 
+		respectively with a storage (in case of a
 		<type>StringResourceWithStorage</type> instance).
 		The modified state isn't affected either.
-		
+
 		This method can be used to make a copy of the current string
-		table data to a storage. This method can throw all exceptions 
+		table data to a storage. This method can throw all exceptions
 		thrown by the methods of <type scope="com::sun::star::embed">XStorage</type>
 
         @param Storage
@@ -139,7 +139,7 @@
             Base string for the file names used to store the locale data.
 			The locale data is stored in Java properties files also following
 			the corresponding naming sceme. The files will be named like this:
-			"[BaseName]_[Language]_[Country].properties", 
+			"[BaseName]_[Language]_[Country].properties",
 			e.g. "MyBaseName_en_US.properties"
 			If an empty string is passed for BaseName, "strings" will be used
 			as BaseName.
@@ -157,15 +157,15 @@
 
 
     /**
-		Stores all string table data to the location specified by the 
-		passed URL string. 
+		Stores all string table data to the location specified by the
+		passed URL string.
 
 		Calling this method does not affect the association with a location
 		(in case of a <type>StringResourceWithLocation</type> instance)
-		respectively with a storage (in case of a 
+		respectively with a storage (in case of a
 		<type>StringResourceWithStorage</type> instance).
 		The modified state isn't affected either.
-		
+
 		This method can be used to make a copy of the current string
 		table data to a location.
 
@@ -176,7 +176,7 @@
             Base string for the file names used to store the locale data.
 			The locale data is stored in Java properties files also following
 			the corresponding naming sceme. The files will be named like this:
-			"[BaseName]_[Language]_[Country].properties", 
+			"[BaseName]_[Language]_[Country].properties",
 			e.g. "MyBaseName_en_US.properties"
 			If an empty string is passed for BaseName, "strings" will be used
 			as BaseName.
@@ -187,8 +187,8 @@
 
         @param Handler
 			a <type scope="com::sun::star::task">XInteractionHandler</type>.
-			It will be passed to ucb handle exceptions. Exceptions not processed 
-			by this handler will be passed as com::sun::star::uno::Exception. If 
+			It will be passed to ucb handle exceptions. Exceptions not processed
+			by this handler will be passed as com::sun::star::uno::Exception. If
 			this parameter is null this applies to all exceptions thrown by ucb.
 
 	    @see com::sun::star::task::InteractionHandler
@@ -216,9 +216,9 @@
 	/**
 		Initializes the string resource with binary data. This method
 		expects the data format returned by <member>exportBinary</member>.
-		
-		All locales and strings previously added to the string resource 
-		will be deleted. So after calling this method the string resource 
+
+		All locales and strings previously added to the string resource
+		will be deleted. So after calling this method the string resource
 		only contains the locales and strings specified in the binary data.
 
 		This method is intended to support datatransfer functionality, e.g. provided
@@ -233,11 +233,11 @@
 	*/
 	void importBinary( [in] sequence<byte> Data )
 		raises ( com::sun::star::lang::IllegalArgumentException );
- 
+
 };
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/resource/XStringResourceResolver.idl b/main/offapi/com/sun/star/resource/XStringResourceResolver.idl
index 0df6559..b98ebb6 100644
--- a/main/offapi/com/sun/star/resource/XStringResourceResolver.idl
+++ b/main/offapi/com/sun/star/resource/XStringResourceResolver.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/resource/XStringResourceSupplier.idl b/main/offapi/com/sun/star/resource/XStringResourceSupplier.idl
index 413283c..cd32214 100644
--- a/main/offapi/com/sun/star/resource/XStringResourceSupplier.idl
+++ b/main/offapi/com/sun/star/resource/XStringResourceSupplier.idl
@@ -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,42 +7,42 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 #ifndef __com_sun_star_resource_XStringResourceSupplier_idl__
 #define __com_sun_star_resource_XStringResourceSupplier_idl__
 
-#ifndef __com_sun_star_resource_XStringResourceResolver_idl__ 
-#include <com/sun/star/resource/XStringResourceResolver.idl> 
+#ifndef __com_sun_star_resource_XStringResourceResolver_idl__
+#include <com/sun/star/resource/XStringResourceResolver.idl>
 #endif
 
 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module resource {  
- 
-//============================================================================= 
- 
+//=============================================================================
+
+module com {  module sun {  module star {  module resource {
+
+//=============================================================================
+
 /**
 	Provides access to a string resource represented by a
 	<type scope="com::sun::star::resource">XStringResourceResolver</type>.
  */
 interface XStringResourceSupplier: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/**
 		Provides access to a string resource.
 		Depending on the context the returned object may also support
@@ -53,14 +53,14 @@
 		@returns an interface
 		<type scope="com::sun::star::resource">XStringResourceResolver</type>
 	 */
-	com::sun::star::resource::XStringResourceResolver getStringResource(); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	com::sun::star::resource::XStringResourceResolver getStringResource();
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/resource/XStringResourceWithLocation.idl b/main/offapi/com/sun/star/resource/XStringResourceWithLocation.idl
index ca353b3..57ab6d9 100644
--- a/main/offapi/com/sun/star/resource/XStringResourceWithLocation.idl
+++ b/main/offapi/com/sun/star/resource/XStringResourceWithLocation.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/resource/XStringResourceWithStorage.idl b/main/offapi/com/sun/star/resource/XStringResourceWithStorage.idl
index 908695f..d0aca15 100644
--- a/main/offapi/com/sun/star/resource/XStringResourceWithStorage.idl
+++ b/main/offapi/com/sun/star/resource/XStringResourceWithStorage.idl
@@ -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,34 +7,34 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 #ifndef __com_sun_star_resource_XStringResourceWithStorage_idl__
 #define __com_sun_star_resource_XStringResourceWithStorage_idl__
 
-#ifndef __com_sun_star_resource_XStringResourcePersistence_idl__ 
-#include <com/sun/star/resource/XStringResourcePersistence.idl> 
+#ifndef __com_sun_star_resource_XStringResourcePersistence_idl__
+#include <com/sun/star/resource/XStringResourcePersistence.idl>
 #endif
 
 
 //=============================================================================
 
-module com { module sun { module star { module resource { 
+module com { module sun { module star { module resource {
 
 //=============================================================================
-/** 
-	Extends <type>XStringResourcePersistence</type> by methods to handle an 
+/**
+	Extends <type>XStringResourcePersistence</type> by methods to handle an
 	associated <type scope="com::sun::star::embed">XStorage</type> instance.
 
 	@see <type>XStringResourcePersistence</type>.
@@ -42,8 +42,8 @@
 interface XStringResourceWithStorage: com::sun::star::resource::XStringResourcePersistence
 {
 	/**
-		Stores all string table data to a storage and associates this storage 
-		to this instance as if <member>setStorage</member> was called with 
+		Stores all string table data to a storage and associates this storage
+		to this instance as if <member>setStorage</member> was called with
 		this storage. The modified state will be unmodified after the call.
 
 		This method can throw all exceptions thrown by the methods of
@@ -52,20 +52,20 @@
     void storeAsStorage( [in] ::com::sun::star::embed::XStorage Storage )
 		raises( com::sun::star::uno::Exception );
 
-	
+
 	/**
-		Associates a storage to the StringResourceWithStorage instance 
+		Associates a storage to the StringResourceWithStorage instance
 		which is used on subsequent calls of <member>store</member>.
-        
+
         @param Storage
 			the storage to be associated to the StringResourceManager
 
         <p>
         This call has to be used carefully as it removes the storage
-		previously connected to the StringResourceWithStorage. It may 
+		previously connected to the StringResourceWithStorage. It may
 		force the implementation to reload data from the previous storage
 		before releasing it. The StringResourceManager will be modified
-		after calling this method as the data isn't stored to the new 
+		after calling this method as the data isn't stored to the new
 		storage yet. <member>storeAsStorage</member> should be preferred
 		as it directly stores the data to the new storage and afterwards
 		this storage is in sync with the resource data.
@@ -80,6 +80,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/scanner/ScanError.idl b/main/offapi/com/sun/star/scanner/ScanError.idl
index e4fd5b4..0b8af95 100644
--- a/main/offapi/com/sun/star/scanner/ScanError.idl
+++ b/main/offapi/com/sun/star/scanner/ScanError.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -26,7 +26,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module scanner { 
+module com { module sun { module star { module scanner {
 
 //=============================================================================
 /** enum ScanError describes error codes of scanner component
@@ -74,6 +74,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/scanner/ScannerContext.idl b/main/offapi/com/sun/star/scanner/ScannerContext.idl
index 44c54b3..cc26eaf 100644
--- a/main/offapi/com/sun/star/scanner/ScannerContext.idl
+++ b/main/offapi/com/sun/star/scanner/ScannerContext.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -26,7 +26,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module scanner { 
+module com { module sun { module star { module scanner {
 
 //=============================================================================
 /** a scanner context is an identifier for a specific scanner device
@@ -49,6 +49,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/scanner/ScannerException.idl b/main/offapi/com/sun/star/scanner/ScannerException.idl
index d203312..4b2b543 100644
--- a/main/offapi/com/sun/star/scanner/ScannerException.idl
+++ b/main/offapi/com/sun/star/scanner/ScannerException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -34,7 +34,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module scanner { 
+module com { module sun { module star { module scanner {
 
 //=============================================================================
 /** A ScannerException gets thrown if an object of type XScannerManager
@@ -52,6 +52,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/scanner/ScannerManager.idl b/main/offapi/com/sun/star/scanner/ScannerManager.idl
index 4d86493..60a2ac1 100644
--- a/main/offapi/com/sun/star/scanner/ScannerManager.idl
+++ b/main/offapi/com/sun/star/scanner/ScannerManager.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -32,7 +32,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module scanner { 
+module com { module sun { module star { module scanner {
 
 //=============================================================================
 // DOCUMENTATION CHANGED FOR ScannerManager
@@ -47,6 +47,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/scanner/XScannerManager.idl b/main/offapi/com/sun/star/scanner/XScannerManager.idl
index 18e38c5..0530413 100644
--- a/main/offapi/com/sun/star/scanner/XScannerManager.idl
+++ b/main/offapi/com/sun/star/scanner/XScannerManager.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -50,7 +50,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module scanner { 
+module com { module sun { module star { module scanner {
 
 //=============================================================================
 /**
@@ -98,6 +98,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/script/DocumentDialogLibraryContainer.idl b/main/offapi/com/sun/star/script/DocumentDialogLibraryContainer.idl
index 55e6811..ffd729f 100644
--- a/main/offapi/com/sun/star/script/DocumentDialogLibraryContainer.idl
+++ b/main/offapi/com/sun/star/script/DocumentDialogLibraryContainer.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,14 +30,14 @@
 #ifndef __com_sun_star_embed_XStorageBasedDocument_idl__
 #include <com/sun/star/document/XStorageBasedDocument.idl>
 #endif
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
 #include <com/sun/star/lang/IllegalArgumentException.idl>
 #endif
 
 
 //=============================================================================
 
-module com { module sun { module star { module script { 
+module com { module sun { module star { module script {
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/script/DocumentScriptLibraryContainer.idl b/main/offapi/com/sun/star/script/DocumentScriptLibraryContainer.idl
index 6167e5d..a60013d 100644
--- a/main/offapi/com/sun/star/script/DocumentScriptLibraryContainer.idl
+++ b/main/offapi/com/sun/star/script/DocumentScriptLibraryContainer.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,14 +30,14 @@
 #ifndef __com_sun_star_embed_XStorageBasedDocument_idl__
 #include <com/sun/star/document/XStorageBasedDocument.idl>
 #endif
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
 #include <com/sun/star/lang/IllegalArgumentException.idl>
 #endif
 
 
 //=============================================================================
 
-module com { module sun { module star { module script { 
+module com { module sun { module star { module script {
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/script/LibraryNotLoadedException.idl b/main/offapi/com/sun/star/script/LibraryNotLoadedException.idl
index 0aca573..65acc43 100644
--- a/main/offapi/com/sun/star/script/LibraryNotLoadedException.idl
+++ b/main/offapi/com/sun/star/script/LibraryNotLoadedException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,7 +30,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module script { 
+module com { module sun { module star { module script {
 
 //=============================================================================
 
@@ -45,7 +45,7 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/script/ModuleInfo.idl b/main/offapi/com/sun/star/script/ModuleInfo.idl
index 3b4e337..99a04cc 100644
--- a/main/offapi/com/sun/star/script/ModuleInfo.idl
+++ b/main/offapi/com/sun/star/script/ModuleInfo.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -32,7 +32,7 @@
 module com {  module sun {  module star { module script {
 struct ModuleInfo
 {
-	com::sun::star::uno::XInterface ModuleObject; 
+	com::sun::star::uno::XInterface ModuleObject;
 	long ModuleType;
 };
 
diff --git a/main/offapi/com/sun/star/script/ModuleSizeExceededRequest.idl b/main/offapi/com/sun/star/script/ModuleSizeExceededRequest.idl
index 3bc954c..7ff3827 100644
--- a/main/offapi/com/sun/star/script/ModuleSizeExceededRequest.idl
+++ b/main/offapi/com/sun/star/script/ModuleSizeExceededRequest.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/script/ModuleType.idl b/main/offapi/com/sun/star/script/ModuleType.idl
index 44e5246..dad1e78 100644
--- a/main/offapi/com/sun/star/script/ModuleType.idl
+++ b/main/offapi/com/sun/star/script/ModuleType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -31,7 +31,7 @@
 published constants ModuleType
 {
     // ------------------------------------------------------------------------
-    
+
     const long UNKNOWN = 0;
 
     // ------------------------------------------------------------------------
diff --git a/main/offapi/com/sun/star/script/NativeObjectWrapper.idl b/main/offapi/com/sun/star/script/NativeObjectWrapper.idl
index 2ac0697..0e42cec 100644
--- a/main/offapi/com/sun/star/script/NativeObjectWrapper.idl
+++ b/main/offapi/com/sun/star/script/NativeObjectWrapper.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/script/XLibraryContainer.idl b/main/offapi/com/sun/star/script/XLibraryContainer.idl
index 09ad554..99ff790 100644
--- a/main/offapi/com/sun/star/script/XLibraryContainer.idl
+++ b/main/offapi/com/sun/star/script/XLibraryContainer.idl
@@ -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,74 +7,74 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_script_XLibraryContainer_idl__ 
-#define __com_sun_star_script_XLibraryContainer_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XNameContainer_idl__ 
-#include <com/sun/star/container/XNameContainer.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_NoSuchElementException_idl__ 
-#include <com/sun/star/container/NoSuchElementException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_ElementExistException_idl__ 
-#include <com/sun/star/container/ElementExistException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_WrappedTargetException_idl__ 
-#include <com/sun/star/lang/WrappedTargetException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_ElementExistException_idl__ 
-#include <com/sun/star/container/ElementExistException.idl> 
-#endif 
-#ifndef __com_sun_star_lang_WrappedTargetException_idl__ 
-#include <com/sun/star/lang/WrappedTargetException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module script {  
- 
-//============================================================================= 
- 
-/** 
-	Provides access to a library system. 
+#ifndef __com_sun_star_script_XLibraryContainer_idl__
+#define __com_sun_star_script_XLibraryContainer_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_container_XNameContainer_idl__
+#include <com/sun/star/container/XNameContainer.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+#ifndef __com_sun_star_container_NoSuchElementException_idl__
+#include <com/sun/star/container/NoSuchElementException.idl>
+#endif
+
+#ifndef __com_sun_star_container_ElementExistException_idl__
+#include <com/sun/star/container/ElementExistException.idl>
+#endif
+
+#ifndef __com_sun_star_lang_WrappedTargetException_idl__
+#include <com/sun/star/lang/WrappedTargetException.idl>
+#endif
+
+#ifndef __com_sun_star_container_ElementExistException_idl__
+#include <com/sun/star/container/ElementExistException.idl>
+#endif
+#ifndef __com_sun_star_lang_WrappedTargetException_idl__
+#include <com/sun/star/lang/WrappedTargetException.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module script {
+
+//=============================================================================
+
+/**
+	Provides access to a library system.
  */
 published interface XLibraryContainer: com::sun::star::container::XNameAccess
-{ 
-	/** 
+{
+	/**
 		Creates a new library
 	 */
-	com::sun::star::container::XNameContainer createLibrary( [in] string Name ) 
-		raises( com::sun::star::lang::IllegalArgumentException, 
-				com::sun::star::container::ElementExistException ); 
+	com::sun::star::container::XNameContainer createLibrary( [in] string Name )
+		raises( com::sun::star::lang::IllegalArgumentException,
+				com::sun::star::container::ElementExistException );
 
-	/** 
-		Creates a link to an "external" library that then can be 
+	/**
+		Creates a link to an "external" library that then can be
 		accessed using this library manager. The format of the
 		StorageURL is a matter of the implementation. If the read
 		only flag is set, the linked library cannot be modified.
@@ -83,37 +83,37 @@
 		storage allows write access) the returned interface also
 		can be a <type scope="com::sun::star::container">XNameContainer</type>.
 	 */
-	com::sun::star::container::XNameAccess createLibraryLink( [in] string Name, [in] string StorageURL, [in] boolean ReadOnly ) 
-		raises( com::sun::star::lang::IllegalArgumentException, 
-				com::sun::star::container::ElementExistException ); 
+	com::sun::star::container::XNameAccess createLibraryLink( [in] string Name, [in] string StorageURL, [in] boolean ReadOnly )
+		raises( com::sun::star::lang::IllegalArgumentException,
+				com::sun::star::container::ElementExistException );
 
-	/** removes the library item with the specified name. If the accessed 
+	/** removes the library item with the specified name. If the accessed
 		library item is a link only the link is removed, not the target library.
 	 */
-	void removeLibrary( [in] string Name ) 
-			raises( com::sun::star::container::NoSuchElementException, 
-					com::sun::star::lang::WrappedTargetException ); 
+	void removeLibrary( [in] string Name )
+			raises( com::sun::star::container::NoSuchElementException,
+					com::sun::star::lang::WrappedTargetException );
 
-	/** 
+	/**
 		returns true if the accessed library is already loaded from
 		the storage, otherwise false.
 	 */
 	boolean isLibraryLoaded( [in] string Name )
-			raises( com::sun::star::container::NoSuchElementException ); 
+			raises( com::sun::star::container::NoSuchElementException );
 
-	/** 
+	/**
 		Causes the accessed library to be loaded from its storage
 		if it hasn't already been loaded.
 	 */
 	void loadLibrary( [in] string Name )
-			raises( com::sun::star::container::NoSuchElementException, 
-					com::sun::star::lang::WrappedTargetException ); 
+			raises( com::sun::star::container::NoSuchElementException,
+					com::sun::star::lang::WrappedTargetException );
 
 };
 
-//============================================================================= 
- 
- 
-}; }; }; };  
- 
-#endif 
+//=============================================================================
+
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/script/XLibraryContainer2.idl b/main/offapi/com/sun/star/script/XLibraryContainer2.idl
index eb119a1..01e9526 100644
--- a/main/offapi/com/sun/star/script/XLibraryContainer2.idl
+++ b/main/offapi/com/sun/star/script/XLibraryContainer2.idl
@@ -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,89 +7,89 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_script_XLibraryContainer2_idl__ 
-#define __com_sun_star_script_XLibraryContainer2_idl__ 
- 
-#ifndef __com_sun_star_script_XLibraryContainer_idl__ 
-#include <com/sun/star/script/XLibraryContainer.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module script {  
- 
-//============================================================================= 
- 
-/** 
+#ifndef __com_sun_star_script_XLibraryContainer2_idl__
+#define __com_sun_star_script_XLibraryContainer2_idl__
+
+#ifndef __com_sun_star_script_XLibraryContainer_idl__
+#include <com/sun/star/script/XLibraryContainer.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module script {
+
+//=============================================================================
+
+/**
 	Extension of <type>XLibraryContainer</type> to provide additional information
 	about the libraries contained in a library container
  */
 published interface XLibraryContainer2: com::sun::star::script::XLibraryContainer
-{ 
-	/** 
+{
+	/**
 		returns true if the accessed library item is a link,
 		e.g., created by createLibraryLink, otherwise false.
 	 */
 	boolean isLibraryLink( [in] string Name )
-			raises( com::sun::star::container::NoSuchElementException ); 
+			raises( com::sun::star::container::NoSuchElementException );
 
-	/** 
+	/**
 		returns the location of the library link target.
-		Should return the same URL that was passed to 
+		Should return the same URL that was passed to
 		createLibraryLink in the StorageURL parameter.
 
-		If the accessed library item exists but isn't a 
+		If the accessed library item exists but isn't a
 		link, a IllegalArgumentException is thrown
 	 */
 	string getLibraryLinkURL( [in] string Name )
-			raises( com::sun::star::lang::IllegalArgumentException, 
+			raises( com::sun::star::lang::IllegalArgumentException,
 					com::sun::star::container::NoSuchElementException );
 
-	/** 
-		returns true if the accessed library item (library or library 
-		link) is read only. A library can be read only because it was 
-		set to read only using the methods provided by this interface 
-		or because of other reasons depending on the implementation 
+	/**
+		returns true if the accessed library item (library or library
+		link) is read only. A library can be read only because it was
+		set to read only using the methods provided by this interface
+		or because of other reasons depending on the implementation
 		(e.g., file system write protection)
 	 */
 	boolean isLibraryReadOnly( [in] string Name )
-			raises( com::sun::star::container::NoSuchElementException ); 
+			raises( com::sun::star::container::NoSuchElementException );
 
-	/** 
+	/**
 		Sets the accessed library item (library or library link) to
 		read only according to the flag bReadOnly (true means read only)
 	 */
 	void setLibraryReadOnly( [in] string Name, [in] boolean bReadOnly )
-			raises( com::sun::star::container::NoSuchElementException ); 
+			raises( com::sun::star::container::NoSuchElementException );
 
-	/** renames the library item with the specified name. If the accessed 
+	/** renames the library item with the specified name. If the accessed
 		library item is a link only the link is renamed, not the target library.
-		If a library with the new name exists already a 
+		If a library with the new name exists already a
 		com::sun::star::container::ElementExistException is thrown.
 	 */
-	void renameLibrary( [in] string Name, [in] string NewName ) 
+	void renameLibrary( [in] string Name, [in] string NewName )
 			raises( com::sun::star::container::NoSuchElementException,
 					com::sun::star::container::ElementExistException );
 
 };
 
-//============================================================================= 
- 
- 
-}; }; }; };  
- 
-#endif 
+//=============================================================================
+
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/script/XLibraryContainer3.idl b/main/offapi/com/sun/star/script/XLibraryContainer3.idl
index 2550ebe..bbfc0a6 100644
--- a/main/offapi/com/sun/star/script/XLibraryContainer3.idl
+++ b/main/offapi/com/sun/star/script/XLibraryContainer3.idl
@@ -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,40 +7,40 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_script_XLibraryContainer3_idl__ 
-#define __com_sun_star_script_XLibraryContainer3_idl__ 
- 
-#ifndef __com_sun_star_script_XLibraryContainer2_idl__ 
-#include <com/sun/star/script/XLibraryContainer2.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module script {  
- 
-//============================================================================= 
- 
-/** 
-	Extension of <type>XLibraryContainer2</type>. 
+#ifndef __com_sun_star_script_XLibraryContainer3_idl__
+#define __com_sun_star_script_XLibraryContainer3_idl__
+
+#ifndef __com_sun_star_script_XLibraryContainer2_idl__
+#include <com/sun/star/script/XLibraryContainer2.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module script {
+
+//=============================================================================
+
+/**
+	Extension of <type>XLibraryContainer2</type>.
  */
 published interface XLibraryContainer3: com::sun::star::script::XLibraryContainer2
-{ 
+{
 
-	/** 
+	/**
 		returns the location of the library link target.
 
 		The returned URL is literally the same as the one provided in
@@ -48,15 +48,15 @@
 		is the same as <member>XLibraryContainer2::getLibraryLinkURL</member>
 	 */
 	string getOriginalLibraryLinkURL( [in] string Name )
-			raises( com::sun::star::lang::IllegalArgumentException, 
+			raises( com::sun::star::lang::IllegalArgumentException,
 					com::sun::star::container::NoSuchElementException );
 
 
 };
 
-//============================================================================= 
- 
- 
-}; }; }; };  
- 
-#endif 
+//=============================================================================
+
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/script/XLibraryContainerExport.idl b/main/offapi/com/sun/star/script/XLibraryContainerExport.idl
index 9252051..8304177 100644
--- a/main/offapi/com/sun/star/script/XLibraryContainerExport.idl
+++ b/main/offapi/com/sun/star/script/XLibraryContainerExport.idl
@@ -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,70 +7,70 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_script_XLibraryContainerExport_idl__ 
-#define __com_sun_star_script_XLibraryContainerExport_idl__ 
- 
+#ifndef __com_sun_star_script_XLibraryContainerExport_idl__
+#define __com_sun_star_script_XLibraryContainerExport_idl__
+
 #ifndef __com_sun_star_task_XInteractionHandler_idl__
 #include <com/sun/star/task/XInteractionHandler.idl>
 #endif
 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_NoSuchElementException_idl__ 
-#include <com/sun/star/container/NoSuchElementException.idl> 
-#endif 
- 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module script {  
- 
-//============================================================================= 
- 
-/** 
-	Extension of XLibraryContainer to provide functionality to 
+#ifndef __com_sun_star_container_NoSuchElementException_idl__
+#include <com/sun/star/container/NoSuchElementException.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module script {
+
+//=============================================================================
+
+/**
+	Extension of XLibraryContainer to provide functionality to
 	store a library to a location represented by a URL.
  */
 interface XLibraryContainerExport : com::sun::star::uno::XInterface
-{ 
-	/** 
-		Exports a library specified by Name to the location 
+{
+	/**
+		Exports a library specified by Name to the location
 		specified by the passed URL string.
 
 		An interaction handler can be passed to be used for internal
-		ucb operations. Exceptions not processed by this handler will 
-		be passed as com::sun::star::uno::Exception. If this parameter 
+		ucb operations. Exceptions not processed by this handler will
+		be passed as com::sun::star::uno::Exception. If this parameter
 		is null this applies to all exceptions thrown by ucb.
 
 	    @see com::sun::star::task::InteractionHandler
- 
-		If a library with the this name doesn't exist a 
+
+		If a library with the this name doesn't exist a
 		com::sun::star::container::NoSuchElementException is thrown.
 	 */
 	void exportLibrary( [in] string Name, [in] string URL,
 		[in] com::sun::star::task::XInteractionHandler Handler )
-			raises( com::sun::star::uno::Exception, 
+			raises( com::sun::star::uno::Exception,
 					com::sun::star::container::NoSuchElementException );
 };
 
-//============================================================================= 
- 
- 
-}; }; }; };  
- 
-#endif 
+//=============================================================================
+
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/script/XLibraryContainerPassword.idl b/main/offapi/com/sun/star/script/XLibraryContainerPassword.idl
index 4ba5ff2..8734ea3 100644
--- a/main/offapi/com/sun/star/script/XLibraryContainerPassword.idl
+++ b/main/offapi/com/sun/star/script/XLibraryContainerPassword.idl
@@ -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,62 +7,62 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_script_XLibraryContainerPassword_idl__ 
-#define __com_sun_star_script_XLibraryContainerPassword_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_NoSuchElementException_idl__ 
-#include <com/sun/star/container/NoSuchElementException.idl> 
-#endif 
- 
+#ifndef __com_sun_star_script_XLibraryContainerPassword_idl__
+#define __com_sun_star_script_XLibraryContainerPassword_idl__
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module script {  
- 
-//============================================================================= 
- 
-/** 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+#ifndef __com_sun_star_container_NoSuchElementException_idl__
+#include <com/sun/star/container/NoSuchElementException.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module script {
+
+//=============================================================================
+
+/**
 	Extension of XLibraryContainer to provide password functionality.
 	This interface should be implemented together with XLibraryContainer2
 	</p>
  */
 published interface XLibraryContainerPassword:  com::sun::star::uno::XInterface
-{ 
-	/** 
+{
+	/**
 		Returns true if the accessed library item is protected
 		by a password.
 
-		If a library with the this name doesn't exist a 
+		If a library with the this name doesn't exist a
 		com::sun::star::container::NoSuchElementException is thrown.
 	 */
 	boolean isLibraryPasswordProtected( [in] string Name )
-			raises( com::sun::star::container::NoSuchElementException ); 
+			raises( com::sun::star::container::NoSuchElementException );
 
-	/** 
-		Returns true if the accessed library item is protected by a 
-		password (see isLibraryPasswordProtected) and the password 
-		was already verified with verifyLibraryPassword or if an 
+	/**
+		Returns true if the accessed library item is protected by a
+		password (see isLibraryPasswordProtected) and the password
+		was already verified with verifyLibraryPassword or if an
 		initial password was set with changeLibraryPassword.
 
 		If a library with the this name doesn't exist a
@@ -72,10 +72,10 @@
 		com::sun::star::lang::IllegalArgumentException is thrown.
 	 */
 	boolean isLibraryPasswordVerified( [in] string Name )
-			raises( com::sun::star::lang::IllegalArgumentException, 
+			raises( com::sun::star::lang::IllegalArgumentException,
 					com::sun::star::container::NoSuchElementException );
 
-	/** 
+	/**
 		Verifies the library's password. If the correct password
 		was passed, the method returns true and further calls to
 		isLibraryPasswordVerified will also return true.
@@ -90,32 +90,32 @@
 		com::sun::star::lang::IllegalArgumentException is thrown.
 	 */
 	boolean verifyLibraryPassword( [in] string Name, [in] string Password )
-			raises( com::sun::star::lang::IllegalArgumentException, 
+			raises( com::sun::star::lang::IllegalArgumentException,
 					com::sun::star::container::NoSuchElementException );
 
-	/** 
-		Changes the library's password. 
-		
+	/**
+		Changes the library's password.
+
 		If the library wasn't password protected before:
-		The OldPassword parameter has to be an empty string. 
-		Afterwards calls to isLibraryPasswordProtected and 
-		isLibraryPasswordVerified for this library will 
+		The OldPassword parameter has to be an empty string.
+		Afterwards calls to isLibraryPasswordProtected and
+		isLibraryPasswordVerified for this library will
 		return true.
 
 		If the library already was password protected:
-		The OldPassword parameter has to be set to the 
+		The OldPassword parameter has to be set to the
 		previous defined password. If then the NewPassword
 		parameter is an empty string the library password
 		protection will be disabled afterwards (afterwards
-		calls to isLibraryPasswordProtected for this library 
+		calls to isLibraryPasswordProtected for this library
 		will return false). If the NewPassword parameter is
-		not an empty string it will accepted as the new 
+		not an empty string it will accepted as the new
 		password for the library.
-		
+
 		If a library with the this name doesn't exist but isn't
 		com::sun::star::container::NoSuchElementException is thrown.
 
-		If the library exists and is password protected and a 
+		If the library exists and is password protected and a
 		wrong OldPassword is passed to the method a
 		com::sun::star::lang::IllegalArgumentException is thrown.
 
@@ -124,16 +124,16 @@
 		read only a
 		com::sun::star::lang::IllegalArgumentException is thrown.
 	 */
-	void changeLibraryPassword( [in] string Name, 
+	void changeLibraryPassword( [in] string Name,
 		[in] string OldPassword, [in] string NewPassword )
-			raises( com::sun::star::lang::IllegalArgumentException, 
+			raises( com::sun::star::lang::IllegalArgumentException,
 					com::sun::star::container::NoSuchElementException );
 
 };
 
-//============================================================================= 
- 
- 
-}; }; }; };  
- 
-#endif 
+//=============================================================================
+
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/script/XPersistentLibraryContainer.idl b/main/offapi/com/sun/star/script/XPersistentLibraryContainer.idl
index aefdebd..25011c0 100644
--- a/main/offapi/com/sun/star/script/XPersistentLibraryContainer.idl
+++ b/main/offapi/com/sun/star/script/XPersistentLibraryContainer.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,13 +24,13 @@
 #ifndef __com_sun_star_script_XPersistentLibraryContainer_idl__
 #define __com_sun_star_script_XPersistentLibraryContainer_idl__
 
-#ifndef __com_sun_star_util_XModifiable_idl__ 
+#ifndef __com_sun_star_util_XModifiable_idl__
 #include <com/sun/star/util/XModifiable.idl>
 #endif
-#ifndef __com_sun_star_script_XLibraryContainer2_idl__ 
+#ifndef __com_sun_star_script_XLibraryContainer2_idl__
 #include <com/sun/star/script/XLibraryContainer2.idl>
 #endif
-#ifndef __com_sun_star_lang_WrappedTargetException_idl__ 
+#ifndef __com_sun_star_lang_WrappedTargetException_idl__
 #include <com/sun/star/lang/WrappedTargetException.idl>
 #endif
 
diff --git a/main/offapi/com/sun/star/script/browse/BrowseNode.idl b/main/offapi/com/sun/star/script/browse/BrowseNode.idl
index 4f4abe5..52e3ec1 100644
--- a/main/offapi/com/sun/star/script/browse/BrowseNode.idl
+++ b/main/offapi/com/sun/star/script/browse/BrowseNode.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/script/browse/BrowseNodeFactory.idl b/main/offapi/com/sun/star/script/browse/BrowseNodeFactory.idl
index 24a1832..bd19642 100644
--- a/main/offapi/com/sun/star/script/browse/BrowseNodeFactory.idl
+++ b/main/offapi/com/sun/star/script/browse/BrowseNodeFactory.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,7 +30,7 @@
 
 module com { module sun { module star { module script { module browse {
 
-/** 
+/**
     This service is used to create Root XBrowseNodes.
 
     @since OpenOffice 2.0
@@ -47,7 +47,7 @@
     <pre>
     /singletons/com.sun.star.script.theBrowseNodeFactory
     </pre>
-                                                                                
+
     @since OpenOffice 2.0
 */
 singleton theBrowseNodeFactory
diff --git a/main/offapi/com/sun/star/script/browse/BrowseNodeFactoryViewTypes.idl b/main/offapi/com/sun/star/script/browse/BrowseNodeFactoryViewTypes.idl
index 97adbe0..350282d 100644
--- a/main/offapi/com/sun/star/script/browse/BrowseNodeFactoryViewTypes.idl
+++ b/main/offapi/com/sun/star/script/browse/BrowseNodeFactoryViewTypes.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -27,7 +27,7 @@
 
 module com { module sun { module star { module script { module browse {
 //==============================================================================
-/** 
+/**
     These constants define the three different types of views available from
     BrowseNodeFactory.
 */
diff --git a/main/offapi/com/sun/star/script/browse/BrowseNodeTypes.idl b/main/offapi/com/sun/star/script/browse/BrowseNodeTypes.idl
index a623a79..7117859 100644
--- a/main/offapi/com/sun/star/script/browse/BrowseNodeTypes.idl
+++ b/main/offapi/com/sun/star/script/browse/BrowseNodeTypes.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -27,14 +27,14 @@
 
 module com { module sun { module star { module script { module browse {
 //==============================================================================
-/** 
+/**
     These constants define the three different types of nodes in the BrowseNode
     hierarchy.
 */
 constants BrowseNodeTypes
 {
   /**
-    Indicates node is a script 
+    Indicates node is a script
   */
   const short SCRIPT = 0;
   /**
diff --git a/main/offapi/com/sun/star/script/browse/XBrowseNode.idl b/main/offapi/com/sun/star/script/browse/XBrowseNode.idl
index feb8507..a20f616 100644
--- a/main/offapi/com/sun/star/script/browse/XBrowseNode.idl
+++ b/main/offapi/com/sun/star/script/browse/XBrowseNode.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,8 +30,8 @@
 
 module com { module sun { module star { module script { module browse {
 //==============================================================================
-/** 
-    This interface represents a node in the hierarchy used to browse 
+/**
+    This interface represents a node in the hierarchy used to browse
     available scripts.
     Objects implementing this interface are expected to also implement
     com.sun.star.beans.XPropertySet and, optionally,
@@ -51,27 +51,27 @@
 
   //----------------------------------------------------------------------
   /**
-    Get the children of this node 
-    
+    Get the children of this node
+
     @returns
     <type scope="::com::sun::star::script::browse">XBrowseNode</type> sequence of child nodes
   */
     sequence < XBrowseNode > getChildNodes();
-  
+
   //----------------------------------------------------------------------
   /**
-    Indicates if this node contains any children 
-    
+    Indicates if this node contains any children
+
     @returns
     <atom> boolean </atom> true if there are child nodes.
   */
-    boolean hasChildNodes(); 
+    boolean hasChildNodes();
 
     //-------------------------------------------------------------------
     /** the type of the node.
         @returns A <atom>short</atom> reresenting the type of this node.
     */
-    short getType(); 
+    short getType();
 
 };
 
diff --git a/main/offapi/com/sun/star/script/browse/XBrowseNodeFactory.idl b/main/offapi/com/sun/star/script/browse/XBrowseNodeFactory.idl
index 00d4589..5058a2c 100644
--- a/main/offapi/com/sun/star/script/browse/XBrowseNodeFactory.idl
+++ b/main/offapi/com/sun/star/script/browse/XBrowseNodeFactory.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -49,7 +49,7 @@
     /** a factory method for the creation of XBrowseNodes
         ( view ) <type scope="::com::sun::star::script::browse">BrowseNodeFactoryViewTypes</type> specifies the type of view to be returned
 
-        @returns 
+        @returns
             an object implementing <type scope="::com::sun::star::script::browse">XBrowseNode</type>
 
     */
diff --git a/main/offapi/com/sun/star/script/provider/LanguageScriptProvider.idl b/main/offapi/com/sun/star/script/provider/LanguageScriptProvider.idl
index 3202ff3..6aabc0d 100644
--- a/main/offapi/com/sun/star/script/provider/LanguageScriptProvider.idl
+++ b/main/offapi/com/sun/star/script/provider/LanguageScriptProvider.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/script/provider/MasterScriptProvider.idl b/main/offapi/com/sun/star/script/provider/MasterScriptProvider.idl
index d152937..eebdcef 100644
--- a/main/offapi/com/sun/star/script/provider/MasterScriptProvider.idl
+++ b/main/offapi/com/sun/star/script/provider/MasterScriptProvider.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -39,7 +39,7 @@
 //===========================================================================
 /**
     This service acts as a wrapper around the various language specific
-    ScriptProviders. 
+    ScriptProviders.
 */
 service MasterScriptProvider {
     service ::com::sun::star::script::provider::ScriptProvider;
diff --git a/main/offapi/com/sun/star/script/provider/MasterScriptProviderFactory.idl b/main/offapi/com/sun/star/script/provider/MasterScriptProviderFactory.idl
index 770ddb5..7c59135 100644
--- a/main/offapi/com/sun/star/script/provider/MasterScriptProviderFactory.idl
+++ b/main/offapi/com/sun/star/script/provider/MasterScriptProviderFactory.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -31,7 +31,7 @@
 
 module com { module sun { module star { module script { module provider {
 
-/** 
+/**
     This service is used to create MasterScriptProviders.
     Note: You shouldn't ever instantiate the MasterScriptProvider
     service directly, you should always use this service.
@@ -48,7 +48,7 @@
     <pre>
     /singletons/com.sun.star.script.provider.theMasterScriptProviderFactory
     </pre>
-                                                                                
+
 */
 singleton theMasterScriptProviderFactory
 {
diff --git a/main/offapi/com/sun/star/script/provider/ScriptErrorRaisedException.idl b/main/offapi/com/sun/star/script/provider/ScriptErrorRaisedException.idl
index 9ff4948..eb7a143 100644
--- a/main/offapi/com/sun/star/script/provider/ScriptErrorRaisedException.idl
+++ b/main/offapi/com/sun/star/script/provider/ScriptErrorRaisedException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/script/provider/ScriptExceptionRaisedException.idl b/main/offapi/com/sun/star/script/provider/ScriptExceptionRaisedException.idl
index 747ca74..18b8ad3 100644
--- a/main/offapi/com/sun/star/script/provider/ScriptExceptionRaisedException.idl
+++ b/main/offapi/com/sun/star/script/provider/ScriptExceptionRaisedException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/script/provider/ScriptFrameworkErrorException.idl b/main/offapi/com/sun/star/script/provider/ScriptFrameworkErrorException.idl
index 500d433..9e8324e 100644
--- a/main/offapi/com/sun/star/script/provider/ScriptFrameworkErrorException.idl
+++ b/main/offapi/com/sun/star/script/provider/ScriptFrameworkErrorException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/script/provider/ScriptFrameworkErrorType.idl b/main/offapi/com/sun/star/script/provider/ScriptFrameworkErrorType.idl
index 6f7dfcc..ea3018a 100644
--- a/main/offapi/com/sun/star/script/provider/ScriptFrameworkErrorType.idl
+++ b/main/offapi/com/sun/star/script/provider/ScriptFrameworkErrorType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/script/provider/ScriptProvider.idl b/main/offapi/com/sun/star/script/provider/ScriptProvider.idl
index d626b03..19d64c1 100644
--- a/main/offapi/com/sun/star/script/provider/ScriptProvider.idl
+++ b/main/offapi/com/sun/star/script/provider/ScriptProvider.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/script/provider/ScriptProviderForBasic.idl b/main/offapi/com/sun/star/script/provider/ScriptProviderForBasic.idl
index f72837c..0425b11 100644
--- a/main/offapi/com/sun/star/script/provider/ScriptProviderForBasic.idl
+++ b/main/offapi/com/sun/star/script/provider/ScriptProviderForBasic.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -38,7 +38,7 @@
 
 //===========================================================================
 /**
-    This service is a Basic-specific LanguageScriptProvider. 
+    This service is a Basic-specific LanguageScriptProvider.
 */
 service ScriptProviderForBasic {
     service ::com::sun::star::script::provider::LanguageScriptProvider;
diff --git a/main/offapi/com/sun/star/script/provider/ScriptProviderForBeanShell.idl b/main/offapi/com/sun/star/script/provider/ScriptProviderForBeanShell.idl
index 74d7a8c..6c267e2 100644
--- a/main/offapi/com/sun/star/script/provider/ScriptProviderForBeanShell.idl
+++ b/main/offapi/com/sun/star/script/provider/ScriptProviderForBeanShell.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/script/provider/ScriptProviderForJava.idl b/main/offapi/com/sun/star/script/provider/ScriptProviderForJava.idl
index 94b230f..4f8809d 100644
--- a/main/offapi/com/sun/star/script/provider/ScriptProviderForJava.idl
+++ b/main/offapi/com/sun/star/script/provider/ScriptProviderForJava.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/script/provider/ScriptProviderForJavaScript.idl b/main/offapi/com/sun/star/script/provider/ScriptProviderForJavaScript.idl
index 6786494..9daa18a 100644
--- a/main/offapi/com/sun/star/script/provider/ScriptProviderForJavaScript.idl
+++ b/main/offapi/com/sun/star/script/provider/ScriptProviderForJavaScript.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/script/provider/ScriptURIHelper.idl b/main/offapi/com/sun/star/script/provider/ScriptURIHelper.idl
index bd1cc61..561d11d 100644
--- a/main/offapi/com/sun/star/script/provider/ScriptURIHelper.idl
+++ b/main/offapi/com/sun/star/script/provider/ScriptURIHelper.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -42,16 +42,16 @@
 */
 service ScriptURIHelper : XScriptURIHelper {
 
-    /** 
+    /**
         create a new ScriptURIHelper
 
-		@param language 
+		@param language
             The name of the scripting language for which this ScriptURIHelper
             is being created. It should be the same as the language name
             used for the service that inherits from the LanguageScriptProvider
             service
 
-		@param location 
+		@param location
             This location which was passed to the LanguageScriptProvider
             by the Scripting Framework on its creation
 
diff --git a/main/offapi/com/sun/star/script/provider/XScript.idl b/main/offapi/com/sun/star/script/provider/XScript.idl
index 27c0cfb..6f42d73 100644
--- a/main/offapi/com/sun/star/script/provider/XScript.idl
+++ b/main/offapi/com/sun/star/script/provider/XScript.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -55,17 +55,17 @@
 interface XScript : ::com::sun::star::uno::XInterface {
 
     //----------------------------------------------------------------------
-    /** 
-        invoke the script or function represented by the implementing 
+    /**
+        invoke the script or function represented by the implementing
             object
 
-		@param aParams 
+		@param aParams
             all parameters; pure, out params are undefined in sequence,
             i.e., the value has to be ignored by the callee
-		@param aOutParamIndex 
-            out indices, indicating the position of the out or inout 
+		@param aOutParamIndex
+            out indices, indicating the position of the out or inout
             parameters in the list of arguments to the script
-		@param aOutParam 
+		@param aOutParam
             out parameters<p>
             For example, if the script had the signature<br>
             <code>long foo( [inout] string a, [in] string b, [out] string c )</code>
@@ -74,22 +74,22 @@
             <br> and after the call the out sequences would contain<br>
             <listing>
             aOutParamIndex={0,2};
-            aOutParam={"string from a", "string from c"};   
+            aOutParam={"string from a", "string from c"};
             </listing>
 
-        @returns 
+        @returns
             the value returned from the function being invoked
 
         @throws ::com::sun::star::reflection::InvocationTargetException
             if and error occurs while attempting to invoke a script the information is captured. If the error or exception is generated by the script itself it is wrapped as either ScriptErrorRaisedException or ScriptExceptionRaisedException or ScriptingFrameworkErrorException are wrapped as ScriptFrameworkErrorExceptions.
     */
-    any invoke( 
-        [in] sequence<any> aParams, 
-		[out] sequence<short> aOutParamIndex, 
-		[out] sequence<any> aOutParam ) raises( 
+    any invoke(
+        [in] sequence<any> aParams,
+		[out] sequence<short> aOutParamIndex,
+		[out] sequence<any> aOutParam ) raises(
         ::com::sun::star::script::provider::ScriptFrameworkErrorException ,
         ::com::sun::star::reflection::InvocationTargetException);
-    
+
 };
 
 //===========================================================================
diff --git a/main/offapi/com/sun/star/script/provider/XScriptContext.idl b/main/offapi/com/sun/star/script/provider/XScriptContext.idl
index 8eda3ff..077af3e 100644
--- a/main/offapi/com/sun/star/script/provider/XScriptContext.idl
+++ b/main/offapi/com/sun/star/script/provider/XScriptContext.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -36,7 +36,7 @@
 #include <com/sun/star/frame/XModel.idl>
 #endif
 
-#ifndef __com_sun_star_uno_XComponentContext_idl__ 
+#ifndef __com_sun_star_uno_XComponentContext_idl__
 #include <com/sun/star/uno/XComponentContext.idl>
 #endif
 
@@ -51,18 +51,18 @@
 
 //===========================================================================
 /**
-    This interface is provided to scripts, and provides a means of access to 
-    the various interfaces which they might need to perform some action on 
-    a document. It is required to be passed as the first argument for any 
+    This interface is provided to scripts, and provides a means of access to
+    the various interfaces which they might need to perform some action on
+    a document. It is required to be passed as the first argument for any
     Java scripts.
 */
 interface XScriptContext : ::com::sun::star::uno::XInterface {
 
     //----------------------------------------------------------------------
-    /** 
+    /**
         Obtain the document reference on which the script can operate
 
-        @returns 
+        @returns
 	      <type scope="com::sun::star::frame">XModel</type> interface
     */
     ::com::sun::star::frame::XModel getDocument();
@@ -84,19 +84,19 @@
     */
     ::com::sun::star::document::XScriptInvocationContext getInvocationContext();
 
-    /** 
+    /**
         Obtain the desktop reference on which the script can operate
 
-        @returns 
+        @returns
 	      <type scope="com::sun::star::frame">XDesktop</type> interface
     */
     ::com::sun::star::frame::XDesktop getDesktop();
 
-    /** 
-        Obtain the component context which the script can use to create 
+    /**
+        Obtain the component context which the script can use to create
         other uno components
 
-        @returns 
+        @returns
 	      <type scope="com::sun::star::uno">XComponentContext</type> interface
     */
     ::com::sun::star::uno::XComponentContext getComponentContext();
diff --git a/main/offapi/com/sun/star/script/provider/XScriptProvider.idl b/main/offapi/com/sun/star/script/provider/XScriptProvider.idl
index bc6e681..45260d0 100644
--- a/main/offapi/com/sun/star/script/provider/XScriptProvider.idl
+++ b/main/offapi/com/sun/star/script/provider/XScriptProvider.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -52,10 +52,10 @@
     /** a factory method for the creation of XScript
         implementations.
 
-        @param sScriptURI 
-            is the logical or language-dependent script URI 
+        @param sScriptURI
+            is the logical or language-dependent script URI
 
-        @returns 
+        @returns
             an object implementing <type scope="::com::sun::star::script::provider">XScript</type> representing the script
 
         @throws ::com::sun::star::provider::ScriptFrameworkErrorException
diff --git a/main/offapi/com/sun/star/script/provider/XScriptProviderFactory.idl b/main/offapi/com/sun/star/script/provider/XScriptProviderFactory.idl
index 056684c..4b7ebf0 100644
--- a/main/offapi/com/sun/star/script/provider/XScriptProviderFactory.idl
+++ b/main/offapi/com/sun/star/script/provider/XScriptProviderFactory.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -49,10 +49,10 @@
     /** a factory method for the creation of XScriptProviders
         implementations.
 
-        @param sContext 
+        @param sContext
             is context for which the ScriptProvider is to be created for
 
-        @returns 
+        @returns
             an object implementing <type scope="::com::sun::star::script::provider">XScriptProvider</type>
 
         @throws ::com::sun::star::lang::IllegalArgumentException
diff --git a/main/offapi/com/sun/star/script/provider/XScriptProviderSupplier.idl b/main/offapi/com/sun/star/script/provider/XScriptProviderSupplier.idl
index 3adf3b5..31585e2 100644
--- a/main/offapi/com/sun/star/script/provider/XScriptProviderSupplier.idl
+++ b/main/offapi/com/sun/star/script/provider/XScriptProviderSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -47,7 +47,7 @@
     //----------------------------------------------------------------------
     /** returns scripting provider related to the object.
 
-        @returns 
+        @returns
             an object implementing <type scope="::com::sun::star::script::provider">XScriptProvider</type> representing the script provider
     */
 	XScriptProvider getScriptProvider();
diff --git a/main/offapi/com/sun/star/script/provider/XScriptURIHelper.idl b/main/offapi/com/sun/star/script/provider/XScriptURIHelper.idl
index 1ee1b5a..553340d 100644
--- a/main/offapi/com/sun/star/script/provider/XScriptURIHelper.idl
+++ b/main/offapi/com/sun/star/script/provider/XScriptURIHelper.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -45,7 +45,7 @@
 interface XScriptURIHelper : ::com::sun::star::uno::XInterface {
 
     //----------------------------------------------------------------------
-    /** 
+    /**
         Obtain the root storage URI for this ScriptURIHelper. The
         resulting string can be used to access the storage for this
         using the Universal Content Broker
@@ -54,7 +54,7 @@
     */
     string getRootStorageURI();
 
-    /** 
+    /**
         Obtain the storage URI for a specific Scripting Framework
         script URI.
 
@@ -66,7 +66,7 @@
     string getStorageURI( [in] string scriptURI ) raises
         ( ::com::sun::star::lang::IllegalArgumentException );
 
-    /** 
+    /**
         Obtain the Scripting Framework script URI for a specific UCB URI
 
         @returns the URI as a <atom>string</atom>
diff --git a/main/offapi/com/sun/star/script/vba/VBAEventId.idl b/main/offapi/com/sun/star/script/vba/VBAEventId.idl
index 892c100..6914160 100644
--- a/main/offapi/com/sun/star/script/vba/VBAEventId.idl
+++ b/main/offapi/com/sun/star/script/vba/VBAEventId.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 #ifndef __com_sun_star_script_vba_VBAEventId_idl__
 #define __com_sun_star_script_vba_VBAEventId_idl__
 
@@ -37,7 +37,7 @@
 
     <p>Each event expects some specific arguments to be passed to
     <member>XVBAEventProcessor::processVbaEvent</member>.</p>
-    
+
     @see XVBAEventProcessor
  */
 constants VBAEventId
@@ -46,7 +46,7 @@
 
     /** An identifier not corresponding to any VBA document event. */
     const long NO_EVENT                             = -1;
-    
+
     //=========================================================================
     // Global events (identifiers from 1 to 999)
 
diff --git a/main/offapi/com/sun/star/script/vba/VBAEventProcessor.idl b/main/offapi/com/sun/star/script/vba/VBAEventProcessor.idl
index 5fbd9c1..33e587a 100644
--- a/main/offapi/com/sun/star/script/vba/VBAEventProcessor.idl
+++ b/main/offapi/com/sun/star/script/vba/VBAEventProcessor.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 #ifndef __com_sun_star_script_vba_VBAEventProcessor_idl__
 #define __com_sun_star_script_vba_VBAEventProcessor_idl__
 
diff --git a/main/offapi/com/sun/star/script/vba/VBAMacroResolver.idl b/main/offapi/com/sun/star/script/vba/VBAMacroResolver.idl
index f6cce52..3af9e2d 100644
--- a/main/offapi/com/sun/star/script/vba/VBAMacroResolver.idl
+++ b/main/offapi/com/sun/star/script/vba/VBAMacroResolver.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 #ifndef __com_sun_star_script_vba_VBAMacroResolver_idl__
 #define __com_sun_star_script_vba_VBAMacroResolver_idl__
 
diff --git a/main/offapi/com/sun/star/script/vba/VBAScriptEvent.idl b/main/offapi/com/sun/star/script/vba/VBAScriptEvent.idl
index 24ab517..2086538 100644
--- a/main/offapi/com/sun/star/script/vba/VBAScriptEvent.idl
+++ b/main/offapi/com/sun/star/script/vba/VBAScriptEvent.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 #ifndef __com_sun_star_script_vba_VBAScriptEvent_idl__
 #define __com_sun_star_script_vba_VBAScriptEvent_idl__
 
@@ -42,7 +42,7 @@
 struct VBAScriptEvent : ::com::sun::star::lang::EventObject
 {
     //-------------------------------------------------------------------------
-    
+
     /** Identifies the type of the event.
 
         @see VBAScriptEventId
@@ -52,7 +52,7 @@
     //-------------------------------------------------------------------------
 
     /** Contains the name of the involved VBA module.
-    
+
         @see VBAScriptEventId
      */
     string ModuleName;
diff --git a/main/offapi/com/sun/star/script/vba/VBAScriptEventId.idl b/main/offapi/com/sun/star/script/vba/VBAScriptEventId.idl
index 5ce459c..d0a4df8 100644
--- a/main/offapi/com/sun/star/script/vba/VBAScriptEventId.idl
+++ b/main/offapi/com/sun/star/script/vba/VBAScriptEventId.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 #ifndef __com_sun_star_script_vba_VBAScriptEventId_idl__
 #define __com_sun_star_script_vba_VBAScriptEventId_idl__
 
@@ -33,7 +33,7 @@
 /** Identifies a VBA script event fired via <member>XVBACompatibility::
     broadcastVBAScriptEvent</member>, and received by <member>
     XVBAScriptListener::notifyVBAScriptEvent</member>.
-    
+
     @see VBAScriptEvent
     @see XVBACompatibility
     @see XVBAScriptListener
@@ -46,7 +46,7 @@
 
         <p>Several scripts may run simultaneously, e.g. when a running script
         triggers a document event that starts another script.</p>
-        
+
         <p>The number of running scripts can be obtained via <member>
         XVBACompatibility::RunningVBAScripts</member>. The number returned
         there will already contain the new script notified with this event.</p>
diff --git a/main/offapi/com/sun/star/script/vba/VBASpreadsheetEventProcessor.idl b/main/offapi/com/sun/star/script/vba/VBASpreadsheetEventProcessor.idl
index 36737c2..4f0d633 100644
--- a/main/offapi/com/sun/star/script/vba/VBASpreadsheetEventProcessor.idl
+++ b/main/offapi/com/sun/star/script/vba/VBASpreadsheetEventProcessor.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 #ifndef __com_sun_star_script_vba_VBASpreadsheetEventProcessor_idl__
 #define __com_sun_star_script_vba_VBASpreadsheetEventProcessor_idl__
 
diff --git a/main/offapi/com/sun/star/script/vba/VBATextEventProcessor.idl b/main/offapi/com/sun/star/script/vba/VBATextEventProcessor.idl
index 9693e72..9d594cd 100644
--- a/main/offapi/com/sun/star/script/vba/VBATextEventProcessor.idl
+++ b/main/offapi/com/sun/star/script/vba/VBATextEventProcessor.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 #ifndef __com_sun_star_script_vba_VBATextEventProcessor_idl__
 #define __com_sun_star_script_vba_VBATextEventProcessor_idl__
 
diff --git a/main/offapi/com/sun/star/script/vba/XVBACompatibility.idl b/main/offapi/com/sun/star/script/vba/XVBACompatibility.idl
index a9fa1d1..333e0d3 100644
--- a/main/offapi/com/sun/star/script/vba/XVBACompatibility.idl
+++ b/main/offapi/com/sun/star/script/vba/XVBACompatibility.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 #ifndef __com_sun_star_script_vba_XVBACompatibility_idl__
 #define __com_sun_star_script_vba_XVBACompatibility_idl__
 
@@ -60,4 +60,4 @@
 
 //=============================================================================
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/script/vba/XVBAEventProcessor.idl b/main/offapi/com/sun/star/script/vba/XVBAEventProcessor.idl
index 50e9761..f3e150c 100644
--- a/main/offapi/com/sun/star/script/vba/XVBAEventProcessor.idl
+++ b/main/offapi/com/sun/star/script/vba/XVBAEventProcessor.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 #ifndef __com_sun_star_script_vba_XVBAEventProcessor_idl__
 #define __com_sun_star_script_vba_XVBAEventProcessor_idl__
 
@@ -60,12 +60,12 @@
         raises (::com::sun::star::lang::IllegalArgumentException);
 
     //-------------------------------------------------------------------------
-    
+
     /** Executes a VBA event handler.
-    
+
         @param nEventId
             The identifier of the event. Must be a constant from <type>VBAEventId</type>.
-            
+
         @param aArgs
             The input arguments needed to create the argument list of the VBA
             event handler.
diff --git a/main/offapi/com/sun/star/script/vba/XVBAMacroResolver.idl b/main/offapi/com/sun/star/script/vba/XVBAMacroResolver.idl
index 799a44c..7fdfdc9 100644
--- a/main/offapi/com/sun/star/script/vba/XVBAMacroResolver.idl
+++ b/main/offapi/com/sun/star/script/vba/XVBAMacroResolver.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 #ifndef __com_sun_star_script_vba_XVBAMacroResolver_idl__
 #define __com_sun_star_script_vba_XVBAMacroResolver_idl__
 
diff --git a/main/offapi/com/sun/star/script/vba/XVBAModuleInfo.idl b/main/offapi/com/sun/star/script/vba/XVBAModuleInfo.idl
index 7b2280b..9243db7 100644
--- a/main/offapi/com/sun/star/script/vba/XVBAModuleInfo.idl
+++ b/main/offapi/com/sun/star/script/vba/XVBAModuleInfo.idl
@@ -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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 #ifndef __com_sun_star_script_vba_XVBAModuleInfo_idl__
 #define __com_sun_star_script_vba_XVBAModuleInfo_idl__
- 
+
 #include <com/sun/star/uno/XInterface.idl>
 #include <com/sun/star/script/ModuleInfo.idl>
 #include <com/sun/star/lang/IllegalArgumentException.idl>
@@ -31,16 +31,16 @@
 #include <com/sun/star/lang/WrappedTargetException.idl>
 #include <com/sun/star/container/NoSuchElementException.idl>
 
-//============================================================================= 
- 
+//=============================================================================
+
 module com {  module sun {  module star {  module script { module vba {
- 
+
 interface XVBAModuleInfo
-{ 
+{
     //-------------------------------------------------------------------------
-    
+
     com::sun::star::script::ModuleInfo getModuleInfo( [in] string ModuleName )
-        raises( com::sun::star::container::NoSuchElementException, 
+        raises( com::sun::star::container::NoSuchElementException,
                 com::sun::star::lang::WrappedTargetException );
 
     //-------------------------------------------------------------------------
@@ -49,16 +49,16 @@
 
     //-------------------------------------------------------------------------
 
-    void insertModuleInfo( [in] string ModuleName, 
-                           [in] com::sun::star::script::ModuleInfo ModuleInfo ) 
+    void insertModuleInfo( [in] string ModuleName,
+                           [in] com::sun::star::script::ModuleInfo ModuleInfo )
         raises( com::sun::star::lang::IllegalArgumentException,
-                com::sun::star::container::ElementExistException, 
+                com::sun::star::container::ElementExistException,
                 com::sun::star::lang::WrappedTargetException );
 
     //-------------------------------------------------------------------------
 
     void removeModuleInfo( [in] string ModuleName )
-        raises( com::sun::star::container::NoSuchElementException, 
+        raises( com::sun::star::container::NoSuchElementException,
                 com::sun::star::lang::WrappedTargetException );
 
     //-------------------------------------------------------------------------
diff --git a/main/offapi/com/sun/star/script/vba/XVBAScriptListener.idl b/main/offapi/com/sun/star/script/vba/XVBAScriptListener.idl
index 3090966..81d6965 100644
--- a/main/offapi/com/sun/star/script/vba/XVBAScriptListener.idl
+++ b/main/offapi/com/sun/star/script/vba/XVBAScriptListener.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 #ifndef __com_sun_star_script_vba_XVBAScriptListener_idl__
 #define __com_sun_star_script_vba_XVBAScriptListener_idl__
 
diff --git a/main/offapi/com/sun/star/sdb/BooleanComparisonMode.idl b/main/offapi/com/sun/star/sdb/BooleanComparisonMode.idl
index 32bd111..80e147f 100644
--- a/main/offapi/com/sun/star/sdb/BooleanComparisonMode.idl
+++ b/main/offapi/com/sun/star/sdb/BooleanComparisonMode.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -26,7 +26,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module sdb { 
+module com { module sun { module star { module sdb {
 
 //=============================================================================
 
@@ -63,7 +63,7 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/sdb/CallableStatement.idl b/main/offapi/com/sun/star/sdb/CallableStatement.idl
index a73c775..e39eeec 100644
--- a/main/offapi/com/sun/star/sdb/CallableStatement.idl
+++ b/main/offapi/com/sun/star/sdb/CallableStatement.idl
@@ -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,49 +7,49 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_CallableStatement_idl__ 
-#define __com_sun_star_sdb_CallableStatement_idl__ 
- 
-#ifndef __com_sun_star_sdbc_CallableStatement_idl__ 
-#include <com/sun/star/sdbc/CallableStatement.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdb_PreparedStatement_idl__ 
-#include <com/sun/star/sdb/PreparedStatement.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdb { 
- 
- 
+#ifndef __com_sun_star_sdb_CallableStatement_idl__
+#define __com_sun_star_sdb_CallableStatement_idl__
+
+#ifndef __com_sun_star_sdbc_CallableStatement_idl__
+#include <com/sun/star/sdbc/CallableStatement.idl>
+#endif
+
+#ifndef __com_sun_star_sdb_PreparedStatement_idl__
+#include <com/sun/star/sdb/PreparedStatement.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdb {
+
+
 /** represents a procedure call. The service differs only in the access
-	of the columns and parameters to the service 
+	of the columns and parameters to the service
 	<type scope="com::sun::star::sdbc">CallableStatement</type>
 	.
 */
 published service CallableStatement
-{ 
-	service com::sun::star::sdbc::CallableStatement; 
-	
-	service com::sun::star::sdb::PreparedStatement; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+{
+	service com::sun::star::sdbc::CallableStatement;
+
+	service com::sun::star::sdb::PreparedStatement;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/Column.idl b/main/offapi/com/sun/star/sdb/Column.idl
index ab62567..debff00 100644
--- a/main/offapi/com/sun/star/sdb/Column.idl
+++ b/main/offapi/com/sun/star/sdb/Column.idl
@@ -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,49 +7,49 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_Column_idl__ 
-#define __com_sun_star_sdb_Column_idl__ 
- 
-#ifndef __com_sun_star_sdbcx_Column_idl__ 
-#include <com/sun/star/sdbcx/Column.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdb_ColumnSettings_idl__ 
-#include <com/sun/star/sdb/ColumnSettings.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdb { 
- 
- 
+#ifndef __com_sun_star_sdb_Column_idl__
+#define __com_sun_star_sdb_Column_idl__
+
+#ifndef __com_sun_star_sdbcx_Column_idl__
+#include <com/sun/star/sdbcx/Column.idl>
+#endif
+
+#ifndef __com_sun_star_sdb_ColumnSettings_idl__
+#include <com/sun/star/sdb/ColumnSettings.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdb {
+
+
 /** describes the common properties of a database column.
  */
 published service Column
-{ 
-	service com::sun::star::sdbcx::Column; 
- 
-	 
+{
+	service com::sun::star::sdbcx::Column;
+
+
 	/** is used for customization of data appearance.
 	 */
-	service com::sun::star::sdb::ColumnSettings;	 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	service com::sun::star::sdb::ColumnSettings;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/ColumnDescriptorControl.idl b/main/offapi/com/sun/star/sdb/ColumnDescriptorControl.idl
index f25f430..50513f1 100644
--- a/main/offapi/com/sun/star/sdb/ColumnDescriptorControl.idl
+++ b/main/offapi/com/sun/star/sdb/ColumnDescriptorControl.idl
@@ -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,41 +7,41 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_ColumnDescriptorControl_idl__ 
-#define __com_sun_star_sdb_ColumnDescriptorControl_idl__ 
- 
-#ifndef __com_sun_star_awt_UnoControl_idl__ 
-#include <com/sun/star/awt/UnoControl.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module sdb {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_sdb_ColumnDescriptorControl_idl__
+#define __com_sun_star_sdb_ColumnDescriptorControl_idl__
+
+#ifndef __com_sun_star_awt_UnoControl_idl__
+#include <com/sun/star/awt/UnoControl.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module sdb {
+
+//=============================================================================
+
 /** specifies a column descriptor control.
  */
 service ColumnDescriptorControl
-{ 
-	service com::sun::star::awt::UnoControl; 	
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+	service com::sun::star::awt::UnoControl;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/sdb/ColumnDescriptorControlModel.idl b/main/offapi/com/sun/star/sdb/ColumnDescriptorControlModel.idl
index bd0e36e..1b779b8 100644
--- a/main/offapi/com/sun/star/sdb/ColumnDescriptorControlModel.idl
+++ b/main/offapi/com/sun/star/sdb/ColumnDescriptorControlModel.idl
@@ -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,83 +7,83 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_ColumnDescriptorControlModel_idl__ 
-#define __com_sun_star_sdb_ColumnDescriptorControlModel_idl__ 
- 
-#ifndef __com_sun_star_awt_UnoControlModel_idl__ 
-#include <com/sun/star/awt/UnoControlModel.idl> 
-#endif 
+#ifndef __com_sun_star_sdb_ColumnDescriptorControlModel_idl__
+#define __com_sun_star_sdb_ColumnDescriptorControlModel_idl__
+
+#ifndef __com_sun_star_awt_UnoControlModel_idl__
+#include <com/sun/star/awt/UnoControlModel.idl>
+#endif
 
 
-//============================================================================= 
- module com {  module sun {  module star {  
-	module sdbc {  
+//=============================================================================
+ module com {  module sun {  module star {
+	module sdbc {
 		interface XConnection;
 	};
-	 module beans {  
+	 module beans {
 		interface XPropertySet;
  };};};};
 
- module com {  module sun {  module star {  module sdb {  
- 
-//============================================================================= 
- 
+ module com {  module sun {  module star {  module sdb {
+
+//=============================================================================
+
 /** specifies the standard model of an <type>ColumnDescriptorControl</type>.
  */
 service ColumnDescriptorControlModel
-{ 
-	service com::sun::star::awt::UnoControlModel; 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** specifies the border style of the control. 
-				
+{
+	service com::sun::star::awt::UnoControlModel;
+
+	//-------------------------------------------------------------------------
+
+	/** specifies the border style of the control.
+
 		<pre>
 		0: No border
 		1: 3D border
 		2: simple border
 		</pre>
 	 */
-	[property] short Border; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] short Border;
+
+	//-------------------------------------------------------------------------
+
 	/** determines whether the control is enabled or disabled.
 	 */
-	[property] boolean Enabled; 
- 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean Enabled;
+
+
+	//-------------------------------------------------------------------------
+
 	/** specifies that the control can be reached with the TAB key.
 	 */
-	[property] boolean Tabstop; 
+	[property] boolean Tabstop;
 
 	/** specifies the column descriptor where the values will be stored in.
 	 */
-	[property] ::com::sun::star::beans::XPropertySet Column; 
+	[property] ::com::sun::star::beans::XPropertySet Column;
 
 	/** specifies the connection to a database.
 	 */
 	[property] ::com::sun::star::sdbc::XConnection ActiveConnection;
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/sdb/ColumnSettings.idl b/main/offapi/com/sun/star/sdb/ColumnSettings.idl
index df66fc5..39ea15d 100644
--- a/main/offapi/com/sun/star/sdb/ColumnSettings.idl
+++ b/main/offapi/com/sun/star/sdb/ColumnSettings.idl
@@ -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,124 +7,124 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_ColumnSettings_idl__ 
-#define __com_sun_star_sdb_ColumnSettings_idl__ 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdb { 
- 
- 
+#ifndef __com_sun_star_sdb_ColumnSettings_idl__
+#define __com_sun_star_sdb_ColumnSettings_idl__
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdb {
+
+
 /** describes the common properties of a database column.
  */
 published service ColumnSettings
-{ 
-	interface com::sun::star::beans::XPropertySet; 
-	 
-	 
+{
+	interface com::sun::star::beans::XPropertySet;
+
+
 	/** contains the index of the number format that is used for the
 		column.
-		
+
 		<p>The proper value can be determined by using the
 		<type scope="com::sun::star::util">XNumberFormatter</type>
 		interface.
 		</p>
 		<p>
-		If the value is 
+		If the value is
 		<void/>
 		, a default numberformat should be used according to the datatype of the column.
 		</p>
-	 
+
 	*/
-	[property] long FormatKey; 
- 
-	 
-	/** specifies the alignment of columns text. 		
-		
+	[property] long FormatKey;
+
+
+	/** specifies the alignment of columns text.
+
 		<pre>
 		0: left
 		1: center
 		2: right
-		</pre> 
+		</pre>
 		<p>
-		If the value is 
+		If the value is
 		<void/>
 		, a default alignment should be used according
 		to the datatype of the column.
 		</p>
 	 */
-	[property] long Align; 
- 
-	 
+	[property] long Align;
+
+
 	/** specifies the width of the column displayed in a grid, the unit is 10THMM.
-		
+
 		<p>
-		If the value is 
+		If the value is
 		<void/>
 		, a default width should be used according to the label of the column.
 		</p>
 	 */
-	[property] long Width; 
- 
-	 
-	/** Position of the column within a grid.		
-		
+	[property] long Width;
+
+
+	/** Position of the column within a grid.
+
 		<p>
-		If the value is 
+		If the value is
 		<void/>
-		, the default position should be taken according.		
+		, the default position should be taken according.
 		</p>
 	 */
-	[property] long Position; 
-	 
-	 
+	[property] long Position;
+
+
 	/** determines whether the column should be displayed or not.
 	 */
-	[property] boolean Hidden;	 
- 
-	 
+	[property] boolean Hidden;
+
+
 	/** indicates a control model whichs defines the settings for layouting.
-		The default is 
+		The default is
 		<NULL/>
 		.
 	 */
-	[optional, property] com::sun::star::beans::XPropertySet ControlModel; 
+	[optional, property] com::sun::star::beans::XPropertySet ControlModel;
 
-	/** describes an optional help text which can be used by UI components 
+	/** describes an optional help text which can be used by UI components
 		when representing this column.
-		The default is 
+		The default is
 		<NULL/>
 		.
 	*/
 	[optional, property] string HelpText;
 
 	/** describes the default value which should be displayed by a control when moving to a new row.
-		The default is 
+		The default is
 		<NULL/>
 		.
 	*/
 	[optional, property] string ControlDefault;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/CommandType.idl b/main/offapi/com/sun/star/sdb/CommandType.idl
index 6b8d501..678f9ee 100644
--- a/main/offapi/com/sun/star/sdb/CommandType.idl
+++ b/main/offapi/com/sun/star/sdb/CommandType.idl
@@ -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,51 +7,51 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_CommandType_idl__ 
-#define __com_sun_star_sdb_CommandType_idl__ 
- 
- module com {  module sun {  module star {  module sdb { 
- 
- 
+#ifndef __com_sun_star_sdb_CommandType_idl__
+#define __com_sun_star_sdb_CommandType_idl__
+
+ module com {  module sun {  module star {  module sdb {
+
+
 /** indicates the type of a command.
  */
 published constants CommandType
-{ 
-     
-	/** indicates that a command contains a table name, which can be used to 
+{
+
+	/** indicates that a command contains a table name, which can be used to
 			 process a command like "select * from tablename".
 	 */
-	const long TABLE	= 0; 
-	//------------------------------------------------------------------------- 
-     
-	/** indicates that a command contains a name of a query component, which 
+	const long TABLE	= 0;
+	//-------------------------------------------------------------------------
+
+	/** indicates that a command contains a name of a query component, which
 			 contains a certain statement.
 	 */
-	const long QUERY	= 1; 
-	//------------------------------------------------------------------------- 
-     
+	const long QUERY	= 1;
+	//-------------------------------------------------------------------------
+
 	/** indicates that the command is an SQL-Statement.
 	 */
-	const long COMMAND	= 2; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	const long COMMAND	= 2;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/Connection.idl b/main/offapi/com/sun/star/sdb/Connection.idl
index 7954b45..9e748bb 100644
--- a/main/offapi/com/sun/star/sdb/Connection.idl
+++ b/main/offapi/com/sun/star/sdb/Connection.idl
@@ -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,73 +7,73 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_Connection_idl__ 
-#define __com_sun_star_sdb_Connection_idl__ 
- 
-#ifndef __com_sun_star_container_XChild_idl__ 
-#include <com/sun/star/container/XChild.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdbc_Connection_idl__ 
-#include <com/sun/star/sdbc/Connection.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdbcx_DatabaseDefinition_idl__ 
-#include <com/sun/star/sdbcx/DatabaseDefinition.idl> 
-#endif 
- 
-module com {  module sun {  module star {  module lang {  
+#ifndef __com_sun_star_sdb_Connection_idl__
+#define __com_sun_star_sdb_Connection_idl__
+
+#ifndef __com_sun_star_container_XChild_idl__
+#include <com/sun/star/container/XChild.idl>
+#endif
+
+#ifndef __com_sun_star_sdbc_Connection_idl__
+#include <com/sun/star/sdbc/Connection.idl>
+#endif
+
+#ifndef __com_sun_star_sdbcx_DatabaseDefinition_idl__
+#include <com/sun/star/sdbcx/DatabaseDefinition.idl>
+#endif
+
+module com {  module sun {  module star {  module lang {
 	 published interface XMultiServiceFactory;
 };};};};
 
- module com {  module sun {  module star {  module sdb { 
- 
- published interface XSQLQueryComposerFactory; 
- published interface XQueriesSupplier; 
- published interface XCommandPreparation; 
- 
+ module com {  module sun {  module star {  module sdb {
+
+ published interface XSQLQueryComposerFactory;
+ published interface XQueriesSupplier;
+ published interface XCommandPreparation;
+
  module application { interface XTableUIProvider; };
- 
-/** extends the 
+
+/** extends the
 	<type scope="com::sun::star::sdbc">Connection</type>
 	of SDBC by providing the data definitions of a connected database.
  */
 published service Connection
-{ 
-	service com::sun::star::sdbc::Connection; 
- 
+{
+	service com::sun::star::sdbc::Connection;
+
 	/** access to the owning data source.
 	 */
-	interface com::sun::star::container::XChild; 
- 
+	interface com::sun::star::container::XChild;
+
 	/** interface for complex command execution.
 	 */
-	interface XCommandPreparation; 
- 
+	interface XCommandPreparation;
+
 	/** access to the database definition information of the connection.
 	 */
-	service com::sun::star::sdbcx::DatabaseDefinition; 
- 
+	service com::sun::star::sdbcx::DatabaseDefinition;
+
 	/** returns a container of associated queries.
 	 */
-	interface XQueriesSupplier; 
- 
+	interface XQueriesSupplier;
+
 	/** returns a tool for composing queries.
 	 */
-	interface XSQLQueryComposerFactory; 
+	interface XSQLQueryComposerFactory;
 
 	/** allows the creation of different services which can only exists with a connection.
 	 */
@@ -83,12 +83,12 @@
         user interface for tables.
     */
 //    [optional] interface com::sun::star::sdb::application::XTableUIProvider;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/ContentLoader.idl b/main/offapi/com/sun/star/sdb/ContentLoader.idl
index 018ee75..4ad27d5 100644
--- a/main/offapi/com/sun/star/sdb/ContentLoader.idl
+++ b/main/offapi/com/sun/star/sdb/ContentLoader.idl
@@ -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,31 +7,31 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
 
-#ifndef __com_sun_star_sdb_ContentLoader_idl__ 
-#define __com_sun_star_sdb_ContentLoader_idl__ 
+#ifndef __com_sun_star_sdb_ContentLoader_idl__
+#define __com_sun_star_sdb_ContentLoader_idl__
 
-#ifndef __com_sun_star_frame_Frame_idl__ 
+#ifndef __com_sun_star_frame_Frame_idl__
 #include <com/sun/star/frame/FrameLoader.idl>
 #endif
 
-module com {  module sun {  module star {  module sdb { 
+module com {  module sun {  module star {  module sdb {
 
-//============================================================================= 
+//=============================================================================
 /** implements a loader for various datasource-related user interface components.
 
 	<p>Usually, you don't deal with this loader directly. Instead, use an instance with
@@ -50,50 +50,50 @@
 		the loader can create into an arbitrary frame.
 		</p>
 
-		The loader should be registered for the URL scheme 
+		The loader should be registered for the URL scheme
 		<b>
 		.component:DB/ *
 		</b>
 		, the concrete URLs supported are:
 		<ul>
 			<li><b>.component:DB/DataSourceBrowser</b><br/>
-				Using this URL creates an instance of the 
+				Using this URL creates an instance of the
 				<type scope="com::sun::star::sdb">DataSourceBrowser</type>
 				service and plugs it into the frame passed to the loader.
 			</li>
 			<li><b>.component:DB/FormGridView</b><br/>
-				Using this URL creates an instance of the 
+				Using this URL creates an instance of the
 				<type scope="com::sun::star::sdb">ExternalSourceBrowser</type>
 				service and plugs it into the frame passed to the loader.
 			</li>
 			<li><b>.component:DB/QueryDesign</b><br/>
-				Using this URL creates an instance of the 
+				Using this URL creates an instance of the
 				<type scope="com::sun::star::sdb">QueryDesign</type>
 				service and plugs it into the frame passed to the loader.
 			</li>
 			<li><b>.component:DB/TableDesign</b><br/>
-				Using this URL creates an instance of the 
+				Using this URL creates an instance of the
 				<type scope="com::sun::star::sdb">TableDesign</type>
 				service and plugs it into the frame passed to the loader.
 			</li>
 			<li><b>.component:DB/RelationDesign</b><br/>
-				Using this URL creates an instance of the 
+				Using this URL creates an instance of the
 				<type scope="com::sun::star::sdb">RelationDesign</type>
 				service and plugs it into the frame passed to the loader.
 			</li>
 		</ul>
 
-		The parameters passed to the 
+		The parameters passed to the
 		<member scope="com::sun::star::frame">XFrameLoader::load()</member>
-		are forwarded to the object being created, 
-		in particular to its 
+		are forwarded to the object being created,
+		in particular to its
 		<type scope="com::sun::star::lang">XInitialization</type>
 		interface.
 	**/
 	service com::sun::star::frame::FrameLoader;
 };
- 
-//============================================================================= 
-}; }; }; }; 
- 
-#endif 
+
+//=============================================================================
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/sdb/DataAccessDescriptor.idl b/main/offapi/com/sun/star/sdb/DataAccessDescriptor.idl
index d8f31fc..2f20d4a 100644
--- a/main/offapi/com/sun/star/sdb/DataAccessDescriptor.idl
+++ b/main/offapi/com/sun/star/sdb/DataAccessDescriptor.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,19 +24,19 @@
 #ifndef __com_sun_star_sdb_DataAccessDescriptor_idl__
 #define __com_sun_star_sdb_DataAccessDescriptor_idl__
 
-#ifndef __com_sun_star_sdbc_Connection_idl__ 
+#ifndef __com_sun_star_sdbc_Connection_idl__
 #include <com/sun/star/sdbc/Connection.idl>
 #endif
 
-#ifndef __com_sun_star_sdbc_ResultSet_idl__ 
+#ifndef __com_sun_star_sdbc_ResultSet_idl__
 #include <com/sun/star/sdbc/ResultSet.idl>
 #endif
 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
+#ifndef __com_sun_star_beans_XPropertySet_idl__
 #include <com/sun/star/beans/XPropertySet.idl>
 #endif
 
-#ifndef __com_sun_star_beans_PropertyValue_idl__ 
+#ifndef __com_sun_star_beans_PropertyValue_idl__
 #include <com/sun/star/beans/PropertyValue.idl>
 #endif
 
@@ -215,7 +215,7 @@
 		additionally refined with this property.</p>
 
 		<p>The single elements of the <member>Selection</member> are either record numbers (see
-		<member scope="com::sun::star::sdbc">XResultSet::getRow</member>), or bookmarks (see 
+		<member scope="com::sun::star::sdbc">XResultSet::getRow</member>), or bookmarks (see
 		<member scope="com::sun::star::sdbcx">XRowLocate::getBookmark</member>).<br/>
 		It is up to the component which provides or requires a DataAccessDescriptor to specify which of the
 		two alternatives it expects. If it does <em>not</em> specify this, then the property
diff --git a/main/offapi/com/sun/star/sdb/DataAccessDescriptorFactory.idl b/main/offapi/com/sun/star/sdb/DataAccessDescriptorFactory.idl
index e5d45be..83e3da2 100644
--- a/main/offapi/com/sun/star/sdb/DataAccessDescriptorFactory.idl
+++ b/main/offapi/com/sun/star/sdb/DataAccessDescriptorFactory.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -28,7 +28,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module sdb { 
+module com { module sun { module star { module sdb {
 
 //=============================================================================
 
@@ -38,7 +38,7 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/sdb/DataColumn.idl b/main/offapi/com/sun/star/sdb/DataColumn.idl
index adde3c6..60b3db0 100644
--- a/main/offapi/com/sun/star/sdb/DataColumn.idl
+++ b/main/offapi/com/sun/star/sdb/DataColumn.idl
@@ -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,66 +7,66 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_DataColumn_idl__ 
-#define __com_sun_star_sdb_DataColumn_idl__ 
- 
-#ifndef __com_sun_star_sdb_ResultColumn_idl__ 
-#include <com/sun/star/sdb/ResultColumn.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdb { 
- 
- published interface XColumn; 
- published interface XColumnUpdate; 
- 
- 
+#ifndef __com_sun_star_sdb_DataColumn_idl__
+#define __com_sun_star_sdb_DataColumn_idl__
+
+#ifndef __com_sun_star_sdb_ResultColumn_idl__
+#include <com/sun/star/sdb/ResultColumn.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdb {
+
+ published interface XColumn;
+ published interface XColumnUpdate;
+
+
 /** defines a column used for a result set which contains the data definition
 	and the data of the column of the current row of a result set.
  */
 published service DataColumn
-{ 
-	service com::sun::star::sdb::ResultColumn; 
- 
-	 
+{
+	service com::sun::star::sdb::ResultColumn;
+
+
 	/** is used to retrieve the columns value.
 	 */
-	interface XColumn; 
- 
-	 
+	interface XColumn;
+
+
 	/** is used to update the columns value.
 	 */
-	interface XColumnUpdate;	 
- 
-	 
+	interface XColumnUpdate;
+
+
 	/** contains the column's value. This could be a constraint property, to
-		veto modifications, if a new value does not fit into rules 
+		veto modifications, if a new value does not fit into rules
 		defined for the column.
 	 */
-	[optional, property] any Value; 
- 
-	 
-	/** contains the original value of the column. 
+	[optional, property] any Value;
+
+
+	/** contains the original value of the column.
 	 */
-	[optional, readonly, property] any OriginalValue; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	[optional, readonly, property] any OriginalValue;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/DataSettings.idl b/main/offapi/com/sun/star/sdb/DataSettings.idl
index ecff8c6..33374c1 100644
--- a/main/offapi/com/sun/star/sdb/DataSettings.idl
+++ b/main/offapi/com/sun/star/sdb/DataSettings.idl
@@ -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,74 +7,74 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_DataSettings_idl__ 
-#define __com_sun_star_sdb_DataSettings_idl__ 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
+#ifndef __com_sun_star_sdb_DataSettings_idl__
+#define __com_sun_star_sdb_DataSettings_idl__
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
 #ifndef __com_sun_star_util_Color_idl__
 #include <com/sun/star/util/Color.idl>
 #endif
 
-#ifndef __com_sun_star_awt_FontDescriptor_idl__ 
-#include <com/sun/star/awt/FontDescriptor.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdb { 
- 
- 
-/** extends the 
+#ifndef __com_sun_star_awt_FontDescriptor_idl__
+#include <com/sun/star/awt/FontDescriptor.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdb {
+
+
+/** extends the
 	<type scope="com::sun::star::sdbcx">Table</type>
 	with additional display information, sorting and filtering criteria.
- 
+
 	*/
 published service DataSettings
-{ 
-	 
+{
+
 	/** additional filter for the data object.
 	 */
-	[property] string Filter; 
- 
-	 
+	[property] string Filter;
+
+
 	/** indicates whether the filter should be applied or not,
 		default is <FALSE/>.
 	 */
-	[property] boolean ApplyFilter; 
- 
-	 
+	[property] boolean ApplyFilter;
+
+
 	/** is an additional sort order definition.
 	 */
-	[property] string Order; 
- 
-	 
+	[property] string Order;
+
+
 	/** specifies the font attributes for data displaying.
 	 */
-	[property] com::sun::star::awt::FontDescriptor FontDescriptor; 
- 
-	 
+	[property] com::sun::star::awt::FontDescriptor FontDescriptor;
+
+
 	/** specifies the height of a data row.
 	 */
-	[property] long RowHeight;	 
-	 
-	 
+	[property] long RowHeight;
+
+
 	/** specifies the text color (RGB) for displaying text.
 	 */
-	[property] com::sun::star::util::Color TextColor;		 
+	[property] com::sun::star::util::Color TextColor;
 
 	/** additional having clause for the data object.
 	 */
@@ -83,12 +83,12 @@
 	/** additional group by for the data object.
 	 */
 	[optional,property] string GroupBy;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/DataSource.idl b/main/offapi/com/sun/star/sdb/DataSource.idl
index ac65cd4..4231507 100644
--- a/main/offapi/com/sun/star/sdb/DataSource.idl
+++ b/main/offapi/com/sun/star/sdb/DataSource.idl
@@ -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,102 +7,102 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_DataSource_idl__ 
-#define __com_sun_star_sdb_DataSource_idl__ 
- 
-#ifndef __com_sun_star_io_XPersistObject_idl__ 
-#include <com/sun/star/io/XPersistObject.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_PropertyValue_idl__ 
-#include <com/sun/star/beans/PropertyValue.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_XFlushable_idl__ 
-#include <com/sun/star/util/XFlushable.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_XNumberFormatsSupplier_idl__ 
-#include <com/sun/star/util/XNumberFormatsSupplier.idl> 
-#endif 
- 
+#ifndef __com_sun_star_sdb_DataSource_idl__
+#define __com_sun_star_sdb_DataSource_idl__
 
- module com {  module sun {  module star {  module sdbc { 
-	 published interface XIsolatedConnection; 
-	 published interface XDataSource; 
+#ifndef __com_sun_star_io_XPersistObject_idl__
+#include <com/sun/star/io/XPersistObject.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+#ifndef __com_sun_star_beans_PropertyValue_idl__
+#include <com/sun/star/beans/PropertyValue.idl>
+#endif
+
+#ifndef __com_sun_star_util_XFlushable_idl__
+#include <com/sun/star/util/XFlushable.idl>
+#endif
+
+#ifndef __com_sun_star_util_XNumberFormatsSupplier_idl__
+#include <com/sun/star/util/XNumberFormatsSupplier.idl>
+#endif
+
+
+ module com {  module sun {  module star {  module sdbc {
+	 published interface XIsolatedConnection;
+	 published interface XDataSource;
  };};};};
 
 
- module com {  module sun {  module star {  module sdb { 
- 
- published interface XCompletedConnection; 
- published interface XQueryDefinitionsSupplier; 
+ module com {  module sun {  module star {  module sdb {
+
+ published interface XCompletedConnection;
+ published interface XQueryDefinitionsSupplier;
  published interface XBookmarksSupplier;
 
- 
+
 /** is a factory to establish database connections. It should be registered at
 	a <type scope="com::sun::star::uno">NamingService</type>.
 	@see com::sun::star::sdb::DatabaseContext
  */
 published service DataSource
-{ 
-	interface com::sun::star::beans::XPropertySet; 
- 
-	 
-	/** useful for establishing connections with the completion of connection parameters 
+{
+	interface com::sun::star::beans::XPropertySet;
+
+
+	/** useful for establishing connections with the completion of connection parameters
 				provided during user interaction.
 	 */
-	interface XCompletedConnection; 
+	interface XCompletedConnection;
 
-	/** useful for establishing isolated connections which are not shared among others 
+	/** useful for establishing isolated connections which are not shared among others
 		as it is the case when using <type>XCompletedConnection</type> or <type scope="com::sun::star::sdbc">XDataSource</type>.
 		@see XCompletedConnection
 		@see com::sun::star::sdbc::XDataSource
 		@since OpenOffice 1.1.2
 	 */
-	interface com::sun::star::sdbc::XIsolatedConnection; 
- 
-	 
+	interface com::sun::star::sdbc::XIsolatedConnection;
+
+
 	/** is provided to flush a DataSource within to a Database Context.
 	 */
-	interface com::sun::star::util::XFlushable; 
- 
-	 
+	interface com::sun::star::util::XFlushable;
+
+
 	/** provides the access to DataSource related queries.
 		<p>
-		The object returned by the 
+		The object returned by the
 		<method scope="com::sun::star::sdb">XQueryDefinitionsSupplier::getQueryDefinitions()</method>
 		supports the
 		<type scope="com::sun::star::sdb">DefinitionContainer</type>
 		service.
 		</p>
 	 */
-	interface XQueryDefinitionsSupplier; 
+	interface XQueryDefinitionsSupplier;
 
 	/* useful for establishing connections and to get and set the login timeout.
 	*/
-	interface com::sun::star::sdbc::XDataSource; 
- 
+	interface com::sun::star::sdbc::XDataSource;
+
 	/** provides access to bookmarks to documents associated with the data source
 		<p>
-		The object returned by the 
+		The object returned by the
 		<method scope="com::sun::star::sdb">XBookmarksSupplier::getBookmarks()</method>
 		supports the
 		<type scope="com::sun::star::sdb">DefinitionContainer</type>
@@ -120,17 +120,17 @@
         <p>If the same data source is registered under different names, the value of the <code>Name</code>
         property is not defined.</p>
 	 */
-	[readonly, property] string Name; 
- 
-	 
+	[readonly, property] string Name;
+
+
 	/** indicates a database url of the form <br>
 		<code> jdbc:<em>subprotocol</em>:<em>subname</em></code>
 		or
 		<code>sdbc:<em>subprotocol</em>:<em>subname</em></code>
 	 */
-	[property] string URL; 
- 
-	 
+	[property] string URL;
+
+
 	/** is a list of arbitrary string tag/value pairs as connection arguments
 
         <p>The <type>DataSource</type> itself does not attempt to interpret any of those values.</p>
@@ -148,7 +148,7 @@
                 working with the data source.</li>
         </ul>
     */
-	[property] sequence<com::sun::star::beans::PropertyValue> Info; 
+	[property] sequence<com::sun::star::beans::PropertyValue> Info;
 
     /** is a convenience wrapper around the <member>Info</member> property.
 
@@ -197,55 +197,55 @@
         in state default are stripped, and <em>not</em> returned in the <code>Info</code> sequence.</p>
     */
     [property, readonly, optional] com::sun::star::beans::XPropertySet Settings;
-	 
+
 	/** determines a users login name.
 	 */
-	[property] string User; 
- 
-	 
+	[property] string User;
+
+
 	/** determines a users password. The password is not persistent.
 	 */
-	[property] string Password; 
- 
-	 
+	[property] string Password;
+
+
 	/** indicates that a password is always necessary.
 	 */
-	[property] boolean IsPasswordRequired; 
- 
-	 
-	/** indicates that components displaying data obtained from this 
+	[property] boolean IsPasswordRequired;
+
+
+	/** indicates that components displaying data obtained from this
 		data source should suppress columns used for versioning.
 	 */
-	[property] boolean SuppressVersionColumns; 
- 
-	 
+	[property] boolean SuppressVersionColumns;
+
+
 	/** determines whether modifications on the data source are allowed or not.
 	 */
-	[readonly, property] boolean IsReadOnly; 
- 
-	 
+	[readonly, property] boolean IsReadOnly;
+
+
 	/** provides an object for formatting numbers.
 	 */
-	[readonly, property] com::sun::star::util::XNumberFormatsSupplier 
-						NumberFormatsSupplier; 
- 
-	 
-	/** defines a list of tables, on which the DataSource should have it's focus. 
+	[readonly, property] com::sun::star::util::XNumberFormatsSupplier
+						NumberFormatsSupplier;
+
+
+	/** defines a list of tables, on which the DataSource should have it's focus.
 		If empty, all tables are rejected.
-	 
+
 	*/
-	[property] sequence<string> TableFilter; 
- 
-	 
-	/** defines a list of table types, on which the DataSource should have it's focus. 
+	[property] sequence<string> TableFilter;
+
+
+	/** defines a list of table types, on which the DataSource should have it's focus.
 			 If empty, all table types are rejected.
 
 	*/
-	[property] sequence<string> TableTypeFilter; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
+	[property] sequence<string> TableTypeFilter;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/sdb/DataSourceBrowser.idl b/main/offapi/com/sun/star/sdb/DataSourceBrowser.idl
index fce34d3..4d5ba1a 100644
--- a/main/offapi/com/sun/star/sdb/DataSourceBrowser.idl
+++ b/main/offapi/com/sun/star/sdb/DataSourceBrowser.idl
@@ -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,50 +7,50 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
 
-#ifndef __com_sun_star_sdb_DataSourceBrowser_idl__ 
-#define __com_sun_star_sdb_DataSourceBrowser_idl__ 
+#ifndef __com_sun_star_sdb_DataSourceBrowser_idl__
+#define __com_sun_star_sdb_DataSourceBrowser_idl__
 
-#ifndef __com_sun_star_frame_XController_idl__ 
+#ifndef __com_sun_star_frame_XController_idl__
 #include <com/sun/star/frame/XController.idl>
 #endif
-#ifndef __com_sun_star_lang_XInitialization_idl__ 
+#ifndef __com_sun_star_lang_XInitialization_idl__
 #include <com/sun/star/lang/XInitialization.idl>
 #endif
-#ifndef __com_sun_star_frame_XDispatchProvider_idl__ 
+#ifndef __com_sun_star_frame_XDispatchProvider_idl__
 #include <com/sun/star/frame/XDispatchProvider.idl>
 #endif
-#ifndef __com_sun_star_form_FormController_idl__ 
+#ifndef __com_sun_star_form_FormController_idl__
 #include <com/sun/star/form/FormController.idl>
 #endif
 #ifndef __com_sun_star_ui_XContextMenuInterception_idl__
 #include <com/sun/star/ui/XContextMenuInterception.idl>
 #endif
 
-module com {  module sun {  module star {  module sdb { 
+module com {  module sun {  module star {  module sdb {
 
-//============================================================================= 
+//=============================================================================
 /** implements a component which allows browsing the data sources registered on the system.
 
 	<p>
 	This service implements a user interface for browsing data sources registered on the
 	<type scope="com::sun::star::sdb">
 	DatabaseContext
-	</type> 
+	</type>
 	instance of the system.
 	</p>
 
@@ -63,16 +63,16 @@
 	<p>
 	Usually, you won't instantiate this service directly, instead you use the dispatch mechanisms
 	of the application framework to load the URL <b>.component:DB/DataSourceBrowser</b> into an arbitrary
-	frame. This should involve a 
+	frame. This should involve a
 	<type scope="com::sun::star::sdb">
 	ContentLoader
-	</type> 
+	</type>
 	service, which creates and initializes
 	the browser.
 	</p>
 
 	<p>
-	Some aspects of the browser can be controlled from outside, eg., 
+	Some aspects of the browser can be controlled from outside, eg.,
 	it is possible to dispatch a sort or filter
 	request, if a table or query is being displayed.
 	</p>
@@ -80,17 +80,17 @@
 	<p
 	>The communication between the browser and external instances works in two ways.
 	<br/>
-	The way <em>in</em> is provided by the 
+	The way <em>in</em> is provided by the
 	<type scope="com::sun::star::frame">XDispatchProvider</type>
 	interface the service exports (Please see below for more details on this).
 	<br/>
-	The way <em>out</em> works in another way. There are several URL's which an external 
-	instance can provide dispatches for (usually by implementing a 
+	The way <em>out</em> works in another way. There are several URL's which an external
+	instance can provide dispatches for (usually by implementing a
 	<type scope="com::sun::star::frame">XDispatchProviderInterceptor</type>
 	for the parent frame of the browser), thus indicating that the browser should provide special functionality.
 	<br/>
 	In this case, the browser displays and maintains some additional slots (to be more concrete: toolbox items), which,
-	upon triggering, call the 
+	upon triggering, call the
 	<member scope="com::sun::star::frame">XDispatch::dispatch()</member>methodoftheobject
 	provided by the external instance.
 	</p>
@@ -164,7 +164,7 @@
 			(see <method scope="com::sun::star::awt">XTabController::getControls</method>)
 			</li>
 			<li>the data form used for displaying objects. As always for components implementing this service,
-			the object returned by 
+			the object returned by
 			<method scope="com::sun::star::awt">XTabController::getModel</method>is a dataform.
 			</li>
 		</ul>
@@ -177,7 +177,7 @@
 	interface com::sun::star::frame::XController;
 
 	/** is used to initialize the browser.
-		
+
 		<p>
 		Parameters (passed to the method <member scope="com::sun::star::lang">XInitialization::initialize()</member>)
 		have to be instances of <type scope="com::sun::star::beans">PropertyValue</type>, or
@@ -222,12 +222,12 @@
 	interface com::sun::star::lang::XInitialization;
 
 	/** is used to control the browser from outside.
-	
+
 	<p>
-	You may use the 
+	You may use the
 	<member scope="com::sun::star::frame">XDispatchProvider::queryDispatch</member>
 	method
-	to query for objects which implement the 
+	to query for objects which implement the
 	<type scope="com::sun::star::frame">XDispatch</type>
 	interface,
 	and which allow you to be notified on status changes and to dispatch special requests.
@@ -279,8 +279,8 @@
     */
     [optional] interface ::com::sun::star::ui::XContextMenuInterception;
 };
- 
-//============================================================================= 
-}; }; }; }; 
- 
+
+//=============================================================================
+}; }; }; };
+
 #endif
diff --git a/main/offapi/com/sun/star/sdb/DatabaseAccess.idl b/main/offapi/com/sun/star/sdb/DatabaseAccess.idl
index b4ae4c4..d384a9d 100644
--- a/main/offapi/com/sun/star/sdb/DatabaseAccess.idl
+++ b/main/offapi/com/sun/star/sdb/DatabaseAccess.idl
@@ -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,109 +7,109 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_DatabaseAccess_idl__ 
-#define __com_sun_star_sdb_DatabaseAccess_idl__ 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_PropertyValue_idl__ 
-#include <com/sun/star/beans/PropertyValue.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_XNumberFormatsSupplier_idl__ 
-#include <com/sun/star/util/XNumberFormatsSupplier.idl> 
-#endif 
- 
- 
- module com {  module sun {  module star {  module sdb { 
- 
- published interface XDatabaseAccess; 
- published interface XCompletedConnection; 
- 
- 
+#ifndef __com_sun_star_sdb_DatabaseAccess_idl__
+#define __com_sun_star_sdb_DatabaseAccess_idl__
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+#ifndef __com_sun_star_beans_PropertyValue_idl__
+#include <com/sun/star/beans/PropertyValue.idl>
+#endif
+
+#ifndef __com_sun_star_util_XNumberFormatsSupplier_idl__
+#include <com/sun/star/util/XNumberFormatsSupplier.idl>
+#endif
+
+
+ module com {  module sun {  module star {  module sdb {
+
+ published interface XDatabaseAccess;
+ published interface XCompletedConnection;
+
+
 /** specifies a component, which controls DatabaseAccessConnections and acts like a
 	shared DataSource.
 
     @deprecated
  */
 published service DatabaseAccess
-{ 
+{
 	// gives access to the properties.
-	interface com::sun::star::beans::XPropertySet; 
- 
+	interface com::sun::star::beans::XPropertySet;
+
 	/** controls the establishing of the connections.
 	 */
-	interface XDatabaseAccess; 
-	 
-	/** establishing a connection with user interaction, the implementation 
+	interface XDatabaseAccess;
+
+	/** establishing a connection with user interaction, the implementation
 			 is optional.
 	 */
-	[optional] interface XCompletedConnection; 
- 
+	[optional] interface XCompletedConnection;
+
 	/** is the URL of the bean.
 	 */
-	[readonly, property] string URL; 
- 
+	[readonly, property] string URL;
+
 	/** is the title of the bean.
 	 */
-	[property] string Title; 
- 
+	[property] string Title;
+
 	/** indicates a database url of the form <br>
 		<code> jdbc:<em>subprotocol</em>:<em>subname</em></code> or
 		<code> sdbc:<em>subprotocol</em>:<em>subname</em></code>
 	 */
-	[property] string ConnectURL; 
- 
-	/** is a list of arbitrary string tag/value pairs as 
-		     connection arguments; normally at least a "user" and 
+	[property] string ConnectURL;
+
+	/** is a list of arbitrary string tag/value pairs as
+		     connection arguments; normally at least a "user" and
 		     "password" property should be included.
 	 */
-	[property] sequence<com::sun::star::beans::PropertyValue> ConnectInfo; 
- 
+	[property] sequence<com::sun::star::beans::PropertyValue> ConnectInfo;
+
 	/** determines whether modifications on the data access bean are allowed
 		or not.
 	 */
-	[readonly, property] boolean IsReadOnly; 
- 
+	[readonly, property] boolean IsReadOnly;
+
 	/** provides an object for formatting numbers.
 	 */
-	[property] com::sun::star::util::XNumberFormatsSupplier 
-						NumberFormatsSupplier; 
- 
-	/** indicates that a password is always necessary. 
+	[property] com::sun::star::util::XNumberFormatsSupplier
+						NumberFormatsSupplier;
+
+	/** indicates that a password is always necessary.
 	 */
-	[optional, property] boolean IsPasswordRequired; 
- 
-	/** defines a list of tables, on which the bean should have it's focus. 
+	[optional, property] boolean IsPasswordRequired;
+
+	/** defines a list of tables, on which the bean should have it's focus.
 		If empty, all tables are rejected.
-	*/	 
-	[optional, property] sequence<string> TableFilter; 
- 
-	/** defines a list of table types, on which the bean should have it's focus. 
+	*/
+	[optional, property] sequence<string> TableFilter;
+
+	/** defines a list of table types, on which the bean should have it's focus.
 		 If empty, all tables types are rejected.
 	 */
-	[optional, property] sequence<string> TableTypeFilter; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	[optional, property] sequence<string> TableTypeFilter;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/DatabaseAccessConnection.idl b/main/offapi/com/sun/star/sdb/DatabaseAccessConnection.idl
index ed6950b..6591ef2 100644
--- a/main/offapi/com/sun/star/sdb/DatabaseAccessConnection.idl
+++ b/main/offapi/com/sun/star/sdb/DatabaseAccessConnection.idl
@@ -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,90 +7,90 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_DatabaseAccessConnection_idl__ 
-#define __com_sun_star_sdb_DatabaseAccessConnection_idl__ 
- 
-#ifndef __com_sun_star_container_XChild_idl__ 
-#include <com/sun/star/container/XChild.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdbcx_DatabaseDefinition_idl__ 
-#include <com/sun/star/sdbcx/DatabaseDefinition.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdbc_Connection_idl__ 
-#include <com/sun/star/sdbc/Connection.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdb { 
- 
- published interface XQueriesSupplier; 
- published interface XFormDocumentsSupplier; 
- published interface XReportDocumentsSupplier; 
- published interface XSQLQueryComposerFactory; 
- 
- 
+#ifndef __com_sun_star_sdb_DatabaseAccessConnection_idl__
+#define __com_sun_star_sdb_DatabaseAccessConnection_idl__
+
+#ifndef __com_sun_star_container_XChild_idl__
+#include <com/sun/star/container/XChild.idl>
+#endif
+
+#ifndef __com_sun_star_sdbcx_DatabaseDefinition_idl__
+#include <com/sun/star/sdbcx/DatabaseDefinition.idl>
+#endif
+
+#ifndef __com_sun_star_sdbc_Connection_idl__
+#include <com/sun/star/sdbc/Connection.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdb {
+
+ published interface XQueriesSupplier;
+ published interface XFormDocumentsSupplier;
+ published interface XReportDocumentsSupplier;
+ published interface XSQLQueryComposerFactory;
+
+
 /** specifies a component, which supplies and stores additional information related
 	to a certain database connection, such as, DatabaseQueries, FormDocuments, and ReportDocuments.
 	Objects for data definition are supplied as well, for instance, Tables, Views, etc.
-	
+
 	<p>
-	Implements the service 
+	Implements the service
 	<type scope="com::sun::star::sdbc">Connection</type>
 	.
-	It is possible to open more than one connection at the same time, but the method 
+	It is possible to open more than one connection at the same time, but the method
 	<member scope="com::sun::star::sdb">DatabaseAccessConnection::dispose()</member>
-	will close only one of these connections. You have to close all connections in order 
+	will close only one of these connections. You have to close all connections in order
 	to close the connection to the database.
 	</p>
 
     @deprecated
 */
 published service DatabaseAccessConnection
-{ 
-	/** supporting of the base connection service. 
-			 <p><B>Note:</B><br/> 
-				 Don't use the "dispose" method of the XComponent interface, as the DataAccess 
-				 uses a more sophisticated interface for closing a connection. 
+{
+	/** supporting of the base connection service.
+			 <p><B>Note:</B><br/>
+				 Don't use the "dispose" method of the XComponent interface, as the DataAccess
+				 uses a more sophisticated interface for closing a connection.
 				 @see XDatabaseAccess
 			 </p>
 	 */
-	service com::sun::star::sdbc::Connection; 
- 
+	service com::sun::star::sdbc::Connection;
+
 	/** access to the DatabaseDefinition beans of the connection.
 	 */
-	service com::sun::star::sdbcx::DatabaseDefinition; 
- 
+	service com::sun::star::sdbcx::DatabaseDefinition;
+
 	/** access to the owning data access bean.
 	 */
-	interface com::sun::star::container::XChild; 
- 
+	interface com::sun::star::container::XChild;
+
 	/** returns a tool for composing queries.
 	 */
-	interface XSQLQueryComposerFactory; 
- 
+	interface XSQLQueryComposerFactory;
+
 	/** provides access to the queries.
 	*/
-	interface XQueriesSupplier; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	interface XQueriesSupplier;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/DatabaseAccessContext.idl b/main/offapi/com/sun/star/sdb/DatabaseAccessContext.idl
index 0e8db59..91967c8 100644
--- a/main/offapi/com/sun/star/sdb/DatabaseAccessContext.idl
+++ b/main/offapi/com/sun/star/sdb/DatabaseAccessContext.idl
@@ -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,46 +7,46 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_DatabaseAccessContext_idl__ 
-#define __com_sun_star_sdb_DatabaseAccessContext_idl__ 
- 
-#ifndef __com_sun_star_container_XEnumerationAccess_idl__ 
-#include <com/sun/star/container/XEnumerationAccess.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XNameAccess_idl__ 
-#include <com/sun/star/container/XNameAccess.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_XLocalizedAliases_idl__ 
-#include <com/sun/star/util/XLocalizedAliases.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_XLocalizable_idl__ 
-#include <com/sun/star/lang/XLocalizable.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdb { 
- 
+#ifndef __com_sun_star_sdb_DatabaseAccessContext_idl__
+#define __com_sun_star_sdb_DatabaseAccessContext_idl__
+
+#ifndef __com_sun_star_container_XEnumerationAccess_idl__
+#include <com/sun/star/container/XEnumerationAccess.idl>
+#endif
+
+#ifndef __com_sun_star_container_XNameAccess_idl__
+#include <com/sun/star/container/XNameAccess.idl>
+#endif
+
+#ifndef __com_sun_star_util_XLocalizedAliases_idl__
+#include <com/sun/star/util/XLocalizedAliases.idl>
+#endif
+
+#ifndef __com_sun_star_lang_XLocalizable_idl__
+#include <com/sun/star/lang/XLocalizable.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdb {
+
 /** is the context for data access beans. It allows to register aliases for database
 	access beans. It is possible to have different aliases for different locales.
-	
-	
+
+
 	<p>
-	A DatabaseContext stores an alias for the URL of a database access component 
+	A DatabaseContext stores an alias for the URL of a database access component
 	for a given locale. It is also allowed to work with a default locale. This is useful
 	in connection with Enumeration or NameAccess to the context. In common use, the
 	default language is set during the initialization of the component.
@@ -55,34 +55,34 @@
 	The service also provides a default handling for locales, where an alias isn't
 	set. The first time an alias is registered for a programmatic name, the alias
 	becomes the default for all other known locales.
-	
+
 	</p>@see com::sun::star::util::XLocalizedAliases
 
     @deprecated
  */
 published service DatabaseAccessContext
-{ 
+{
 	/** Enumeration on all registered data sources for a default locale.
 	 */
-	interface com::sun::star::container::XEnumerationAccess; 
- 
+	interface com::sun::star::container::XEnumerationAccess;
+
 	/** NameAccess on all registered data sources for a default locale.
 	 */
-	interface com::sun::star::container::XNameAccess; 
- 
+	interface com::sun::star::container::XNameAccess;
+
 	/** Interface for registering aliases for data sources.
 	 */
-	interface com::sun::star::util::XLocalizedAliases; 
- 
+	interface com::sun::star::util::XLocalizedAliases;
+
 	/** Interface for setting and retrieving the default language.
 	 */
-	interface com::sun::star::lang::XLocalizable; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	interface com::sun::star::lang::XLocalizable;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/DatabaseAccessDataSource.idl b/main/offapi/com/sun/star/sdb/DatabaseAccessDataSource.idl
index 2d4af75..3141d75 100644
--- a/main/offapi/com/sun/star/sdb/DatabaseAccessDataSource.idl
+++ b/main/offapi/com/sun/star/sdb/DatabaseAccessDataSource.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -53,15 +53,15 @@
 	interface com::sun::star::beans::XPropertySet;
 	interface com::sun::star::sdbc::XDataSource;
 
-	/** is optional for implementation. 
+	/** is optional for implementation.
 	*/
 	[optional] interface XCompletedConnection;
 
-	/** locates the database access bean. 
+	/** locates the database access bean.
 	*/
 	[property] string URL;
 
-	/** determines the password handling. 
+	/** determines the password handling.
 	*/
 	[optional, property] com::sun::star::ucb::RememberAuthentication PasswordMode;
 };
diff --git a/main/offapi/com/sun/star/sdb/DatabaseContext.idl b/main/offapi/com/sun/star/sdb/DatabaseContext.idl
index 27c4efc..8fc5952 100644
--- a/main/offapi/com/sun/star/sdb/DatabaseContext.idl
+++ b/main/offapi/com/sun/star/sdb/DatabaseContext.idl
@@ -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,73 +7,73 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_DatabaseContext_idl__ 
-#define __com_sun_star_sdb_DatabaseContext_idl__ 
- 
-#ifndef __com_sun_star_container_XEnumerationAccess_idl__ 
-#include <com/sun/star/container/XEnumerationAccess.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XContainer_idl__ 
-#include <com/sun/star/container/XContainer.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_XSingleServiceFactory_idl__ 
-#include <com/sun/star/lang/XSingleServiceFactory.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XNameAccess_idl__ 
-#include <com/sun/star/container/XNameAccess.idl> 
-#endif 
- 
-#ifndef __com_sun_star_uno_XNamingService_idl__ 
-#include <com/sun/star/uno/XNamingService.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdb { 
+#ifndef __com_sun_star_sdb_DatabaseContext_idl__
+#define __com_sun_star_sdb_DatabaseContext_idl__
+
+#ifndef __com_sun_star_container_XEnumerationAccess_idl__
+#include <com/sun/star/container/XEnumerationAccess.idl>
+#endif
+
+#ifndef __com_sun_star_container_XContainer_idl__
+#include <com/sun/star/container/XContainer.idl>
+#endif
+
+#ifndef __com_sun_star_lang_XSingleServiceFactory_idl__
+#include <com/sun/star/lang/XSingleServiceFactory.idl>
+#endif
+
+#ifndef __com_sun_star_container_XNameAccess_idl__
+#include <com/sun/star/container/XNameAccess.idl>
+#endif
+
+#ifndef __com_sun_star_uno_XNamingService_idl__
+#include <com/sun/star/uno/XNamingService.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdb {
 
 published interface XDatabaseRegistrations;
 
 /** is the context for accessing datasource.
-	
+
 	<p>
-	A datasource contains information how to create a connection to a database, such as, 
-	which database driver should be used, for which user should a connection be established, etc. 
+	A datasource contains information how to create a connection to a database, such as,
+	which database driver should be used, for which user should a connection be established, etc.
 	<br/>
-	The context stores datasources under a given name. 
-	
+	The context stores datasources under a given name.
+
 	</p>
 	@see com::sun::star::sdb::DataSource
  */
 published service DatabaseContext
-{ 
+{
 	/** Enumeration on all registered data sources.
 	 */
-	interface com::sun::star::container::XEnumerationAccess; 
- 
+	interface com::sun::star::container::XEnumerationAccess;
+
 	/** NameAccess on all registered data sources.
-		<p>One exception is the <method "com.sun.star.container.XNameAccess">getByName</method>, this method also allows to ask 
-		for a <member "DataAccessDescriptor">DatabaseLocation</member>. 
+		<p>One exception is the <method "com.sun.star.container.XNameAccess">getByName</method>, this method also allows to ask
+		for a <member "DataAccessDescriptor">DatabaseLocation</member>.
 		</p>
 	 */
-	interface com::sun::star::container::XNameAccess;  
-	 
+	interface com::sun::star::container::XNameAccess;
+
 	/** Interface for registering new datasources.
 	 */
-	interface com::sun::star::uno::XNamingService;	 
+	interface com::sun::star::uno::XNamingService;
 
 	/** Interface for registering listener to get notified when new datasources are created or removed.
 	*/
@@ -95,12 +95,12 @@
         @since OpenOffice 3.3
     */
     [optional] interface XDatabaseRegistrations;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/DatabaseDocument.idl b/main/offapi/com/sun/star/sdb/DatabaseDocument.idl
index 3d70d14..1fd57ee 100644
--- a/main/offapi/com/sun/star/sdb/DatabaseDocument.idl
+++ b/main/offapi/com/sun/star/sdb/DatabaseDocument.idl
@@ -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,66 +7,66 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_DatabaseDocument_idl__ 
-#define __com_sun_star_sdb_DatabaseDocument_idl__ 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_XProtectable_idl__ 
-#include <com/sun/star/util/XProtectable.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbcx { 
- published interface XDataDescriptorFactory; 
- published interface XRename; 
-};};};}; 
- 
- module com {  module sun {  module star {  module sdb { 
- 
+#ifndef __com_sun_star_sdb_DatabaseDocument_idl__
+#define __com_sun_star_sdb_DatabaseDocument_idl__
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+#ifndef __com_sun_star_util_XProtectable_idl__
+#include <com/sun/star/util/XProtectable.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbcx {
+ published interface XDataDescriptorFactory;
+ published interface XRename;
+};};};};
+
+ module com {  module sun {  module star {  module sdb {
+
 /** specifies a link to a document associated with a database document
 	@since OpenOffice 2.0
     @deprecated
  */
 published service DatabaseDocument
-{ 
+{
 	// gives access to the properties.
-	interface com::sun::star::beans::XPropertySet; 
-	
+	interface com::sun::star::beans::XPropertySet;
+
 	// allows to create new DatabaseDocument objects
-	interface com::sun::star::sdbcx::XDataDescriptorFactory; 
+	interface com::sun::star::sdbcx::XDataDescriptorFactory;
 
 	// allows to rename the object.
-	interface com::sun::star::sdbcx::XRename; 
-	 
+	interface com::sun::star::sdbcx::XRename;
+
 	/** is the name of the document.
 	 */
-	[readonly, property] string Name; 
- 
-	 
+	[readonly, property] string Name;
+
+
 	/** is the URL of the document.
 	 */
-	[readonly, property] string URL; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	[readonly, property] string URL;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/DatabaseEnvironment.idl b/main/offapi/com/sun/star/sdb/DatabaseEnvironment.idl
index 07303f3..0260063 100644
--- a/main/offapi/com/sun/star/sdb/DatabaseEnvironment.idl
+++ b/main/offapi/com/sun/star/sdb/DatabaseEnvironment.idl
@@ -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,62 +7,62 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_DatabaseEnvironment_idl__ 
-#define __com_sun_star_sdb_DatabaseEnvironment_idl__ 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_XNumberFormatsSupplier_idl__ 
-#include <com/sun/star/util/XNumberFormatsSupplier.idl> 
-#endif 
- 
- 
- module com {  module sun {  module star {  module sdb { 
- 
- published interface XDatabaseEnvironment; 
- 
- 
-/** @deprecated 
+#ifndef __com_sun_star_sdb_DatabaseEnvironment_idl__
+#define __com_sun_star_sdb_DatabaseEnvironment_idl__
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+#ifndef __com_sun_star_util_XNumberFormatsSupplier_idl__
+#include <com/sun/star/util/XNumberFormatsSupplier.idl>
+#endif
+
+
+ module com {  module sun {  module star {  module sdb {
+
+ published interface XDatabaseEnvironment;
+
+
+/** @deprecated
 	is the top level service for accessing database components.
-	
-	
-	
+
+
+
 	<p>It enables the service user to establish connections to databases
 	or to use database access beans to gain access to database components.
 	This service takes control over all other database services.</p>
  */
 published service DatabaseEnvironment
-{ 
-	interface XDatabaseEnvironment; 
-	
-	interface com::sun::star::beans::XPropertySet; 
- 
-	 
+{
+	interface XDatabaseEnvironment;
+
+	interface com::sun::star::beans::XPropertySet;
+
+
 	/** provides an object for formatting numbers.
 	 */
-	[readonly, property] com::sun::star::util::XNumberFormatsSupplier 
-			   				NumberFormatsSupplier; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	[readonly, property] com::sun::star::util::XNumberFormatsSupplier
+			   				NumberFormatsSupplier;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/DatabaseInteractionHandler.idl b/main/offapi/com/sun/star/sdb/DatabaseInteractionHandler.idl
index d265ac7..047e909 100644
--- a/main/offapi/com/sun/star/sdb/DatabaseInteractionHandler.idl
+++ b/main/offapi/com/sun/star/sdb/DatabaseInteractionHandler.idl
@@ -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,27 +7,27 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_InteractionHandler_idl__ 
-#define __com_sun_star_sdb_InteractionHandler_idl__ 
- 
+#ifndef __com_sun_star_sdb_InteractionHandler_idl__
+#define __com_sun_star_sdb_InteractionHandler_idl__
+
 module com { module sun { module star { module task {
     interface XInteractionHandler2;
 }; }; }; };
- 
-module com {  module sun {  module star {  module sdb { 
+
+module com {  module sun {  module star {  module sdb {
 
 /**	describes a service which is able to handle database-related interactions.
 
@@ -57,8 +57,8 @@
 */
 service DatabaseInteractionHandler: com::sun::star::task::XInteractionHandler2;
 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/sdb/DatabaseRegistrationEvent.idl b/main/offapi/com/sun/star/sdb/DatabaseRegistrationEvent.idl
index bdcfbe3..a0c9087 100644
--- a/main/offapi/com/sun/star/sdb/DatabaseRegistrationEvent.idl
+++ b/main/offapi/com/sun/star/sdb/DatabaseRegistrationEvent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -28,7 +28,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module sdb { 
+module com { module sun { module star { module sdb {
 
 //=============================================================================
 
@@ -51,7 +51,7 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/sdb/DatasourceAdministrationDialog.idl b/main/offapi/com/sun/star/sdb/DatasourceAdministrationDialog.idl
index af39553..e68dc6c 100644
--- a/main/offapi/com/sun/star/sdb/DatasourceAdministrationDialog.idl
+++ b/main/offapi/com/sun/star/sdb/DatasourceAdministrationDialog.idl
@@ -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,51 +7,51 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
-#ifndef __com_sun_star_sdb_DatasourceAdministrationDialog_idl__ 
-#define __com_sun_star_sdb_DatasourceAdministrationDialog_idl__ 
- 
-#ifndef __com_sun_star_ui_dialogs_XExecutableDialog_idl__ 
-#include <com/sun/star/ui/dialogs/XExecutableDialog.idl> 
-#endif 
+#ifndef __com_sun_star_sdb_DatasourceAdministrationDialog_idl__
+#define __com_sun_star_sdb_DatasourceAdministrationDialog_idl__
 
-#ifndef __com_sun_star_awt_XWindow_idl__ 
-#include <com/sun/star/awt/XWindow.idl> 
-#endif 
+#ifndef __com_sun_star_ui_dialogs_XExecutableDialog_idl__
+#include <com/sun/star/ui/dialogs/XExecutableDialog.idl>
+#endif
 
-#ifndef __com_sun_star_lang_XInitialization_idl__ 
-#include <com/sun/star/lang/XInitialization.idl> 
-#endif 
+#ifndef __com_sun_star_awt_XWindow_idl__
+#include <com/sun/star/awt/XWindow.idl>
+#endif
 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
+#ifndef __com_sun_star_lang_XInitialization_idl__
+#include <com/sun/star/lang/XInitialization.idl>
+#endif
 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module sdb { 
- 
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module sdb {
+
 
 /** provides a user interface for administrating the system wide registered data sources.
 	<p>
 	Here, <em>system wide registered</em> means registered on the (one and only) instance
-	of the 
+	of the
 	<type scope="com::sun::star::sdb">
 	DatabaseContext
-	</type> 
+	</type>
 	service.
 	</p>
 */
@@ -79,25 +79,25 @@
 	/** allows initializing the dialog
 		<p>
 		You do not need to call the initialize method directly, instead you may use the createInstanceWithArguments
-		method of your 
+		method of your
 		<type scope="com::sun::star::lang">XMultiServiceFactory</type>
 		.
 		</p>
 
 		<p>
-		You specify a parameter by passing one (or more) 
+		You specify a parameter by passing one (or more)
 		<type scope="com::sun::star::beans">PropertyValue</type>
 		object(s) to the initialize method, where the <em>Name</em> field contains a string describing which aspect
 		you want to affect, and the <em>Value</em> field containing a value.
 		<br/>
-		Imagine the initialization values as if you use setPropertyValue of the 
+		Imagine the initialization values as if you use setPropertyValue of the
 		<type scope="com::sun::star::beans">XPropertySet</type>
 		interface ...
 		<br/>
 		allowed parameters are
 		<ul>
 			<li><b>Title</b><br/>
-				String describing the initial title of the dialog. 
+				String describing the initial title of the dialog.
 				If not specified, a default title is used.
 			</li>
 			<li><b>ParentWindow</b><br/>
@@ -105,7 +105,7 @@
 				describing the parent window to use for the dialog.
 			</li>
 			<li><b>InitialSelection</b><br/>
-				String or XDataSource describing which data source should be selected initially. 
+				String or XDataSource describing which data source should be selected initially.
 				This String name must be known to the
 				<type scope="com::sun::star::sdb">
 				DatabaseContext
@@ -117,9 +117,9 @@
 	*/
 	interface com::sun::star::lang::XInitialization;
 };
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
+
+//=============================================================================
+
+}; }; }; };
+
 #endif
diff --git a/main/offapi/com/sun/star/sdb/DefinitionContainer.idl b/main/offapi/com/sun/star/sdb/DefinitionContainer.idl
index c14bbc4..7c54024 100644
--- a/main/offapi/com/sun/star/sdb/DefinitionContainer.idl
+++ b/main/offapi/com/sun/star/sdb/DefinitionContainer.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -52,7 +52,7 @@
 	</p>
 	<p>
 	To reflect the changes with the underlying database, a refresh mechanism
-	needs to be supported. 
+	needs to be supported.
 	</p>
  */
 published service DefinitionContainer
diff --git a/main/offapi/com/sun/star/sdb/DefinitionContent.idl b/main/offapi/com/sun/star/sdb/DefinitionContent.idl
index 1c56cec..60373d1 100644
--- a/main/offapi/com/sun/star/sdb/DefinitionContent.idl
+++ b/main/offapi/com/sun/star/sdb/DefinitionContent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -28,7 +28,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module sdb { 
+module com { module sun { module star { module sdb {
 
 //=============================================================================
 
@@ -64,7 +64,7 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/sdb/Document.idl b/main/offapi/com/sun/star/sdb/Document.idl
index cc0eac7..6c9df14 100644
--- a/main/offapi/com/sun/star/sdb/Document.idl
+++ b/main/offapi/com/sun/star/sdb/Document.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -33,17 +33,17 @@
 
 	<p>
 	These documents typically process information from a connected
-	data source. A 
+	data source. A
 	<type>
 	Document
-	</type> 
-	could be a form or a report.	
+	</type>
+	could be a form or a report.
 
 @deprecated
 */
 published service Document
 {
-	interface com::sun::star::beans::XPropertySet;	
+	interface com::sun::star::beans::XPropertySet;
 
 	/** is the name of the document. If the document is part of the container,
 		it is not possible to alter the name.*/
diff --git a/main/offapi/com/sun/star/sdb/DocumentContainer.idl b/main/offapi/com/sun/star/sdb/DocumentContainer.idl
index c3e02ee..f37079b 100644
--- a/main/offapi/com/sun/star/sdb/DocumentContainer.idl
+++ b/main/offapi/com/sun/star/sdb/DocumentContainer.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,7 +30,7 @@
 #include <com/sun/star/sdb/DefinitionContent.idl>
 #endif
 
- 
+
  module com {  module sun {  module star {  module lang {
  published interface XMultiServiceFactory;
 };};};};
@@ -42,7 +42,7 @@
   module com {  module sun {  module star {  module container {
  published interface XHierarchicalNameContainer;
 };};};};
- 
+
 
  module com {  module sun {  module star {  module sdb {
 
@@ -87,17 +87,17 @@
 		URL: describes the name of the document definition to load,
 		TargetFrameName: isn't used.
 		SearchFlags: isn't used.
-		Arguments: 
+		Arguments:
 		<ol>
 			<li>PropertyValue</li>
 				Name = ActiveConnection
 				Value = The connection which should be used when opening the text document.
 			<li>PropertyValue</li>
 				Name = OpenMode
-				Value = string, "open" if the document should be opened in live mode (editing is not possible), 
+				Value = string, "open" if the document should be opened in live mode (editing is not possible),
 								"openDesign" if the document should be open in design mode (editing is possible)
 		</ol>
-		@see com::sun::star::sdbc::XConnection 
+		@see com::sun::star::sdbc::XConnection
 		</p>
 	*/
 	interface com::sun::star::frame::XComponentLoader;
diff --git a/main/offapi/com/sun/star/sdb/DocumentDataSource.idl b/main/offapi/com/sun/star/sdb/DocumentDataSource.idl
index e71da12..cec4cdf 100644
--- a/main/offapi/com/sun/star/sdb/DocumentDataSource.idl
+++ b/main/offapi/com/sun/star/sdb/DocumentDataSource.idl
@@ -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,39 +7,39 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_DocumentDataSource_idl__ 
-#define __com_sun_star_sdb_DocumentDataSource_idl__ 
- 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#include <com/sun/star/sdbc/SQLException.idl> 
-#endif 
+#ifndef __com_sun_star_sdb_DocumentDataSource_idl__
+#define __com_sun_star_sdb_DocumentDataSource_idl__
+
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#include <com/sun/star/sdbc/SQLException.idl>
+#endif
 #ifndef __com_sun_star_sdb_XDocumentDataSource_idl__
-#include <com/sun/star/sdb/XDocumentDataSource.idl> 
+#include <com/sun/star/sdb/XDocumentDataSource.idl>
 #endif
 #ifndef __com_sun_star_sdb_DataSource_idl__
-#include <com/sun/star/sdb/DataSource.idl> 
+#include <com/sun/star/sdb/DataSource.idl>
 #endif
-//============================================================================= 
- 
- module com {  module sun {  module star {  module sdb { 
- 
-//============================================================================= 
+//=============================================================================
+
+ module com {  module sun {  module star {  module sdb {
+
+//=============================================================================
 
 /** simplifies the accessing of data sources and it's corresponding database document.
-	
+
     @see DataSource
     @see XDocumentDataSource
  */
@@ -49,11 +49,11 @@
     service DataSource;
     interface XDocumentDataSource;
 };
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/DocumentDefinition.idl b/main/offapi/com/sun/star/sdb/DocumentDefinition.idl
index 248fdc0..af24c97 100644
--- a/main/offapi/com/sun/star/sdb/DocumentDefinition.idl
+++ b/main/offapi/com/sun/star/sdb/DocumentDefinition.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sdb/DocumentSaveRequest.idl b/main/offapi/com/sun/star/sdb/DocumentSaveRequest.idl
index dd010dd..44fd3b1 100644
--- a/main/offapi/com/sun/star/sdb/DocumentSaveRequest.idl
+++ b/main/offapi/com/sun/star/sdb/DocumentSaveRequest.idl
@@ -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,35 +7,35 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_DocumentSaveRequest_idl__ 
-#define __com_sun_star_sdb_DocumentSaveRequest_idl__ 
- 
-#ifndef __com_sun_star_task_ClassifiedInteractionRequest_idl__ 
-#include <com/sun/star/task/ClassifiedInteractionRequest.idl> 
-#endif 
-#ifndef __com_sun_star_ucb_XContent_idl__ 
-#include <com/sun/star/ucb/XContent.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module sdb { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_sdb_DocumentSaveRequest_idl__
+#define __com_sun_star_sdb_DocumentSaveRequest_idl__
+
+#ifndef __com_sun_star_task_ClassifiedInteractionRequest_idl__
+#include <com/sun/star/task/ClassifiedInteractionRequest.idl>
+#endif
+#ifndef __com_sun_star_ucb_XContent_idl__
+#include <com/sun/star/ucb/XContent.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module sdb {
+
+//=============================================================================
+
 /** an error specifying the lack of a document name
 	<p>
 	Usually thrown if someone tries to save a document which hasn't a name yet.
@@ -43,9 +43,9 @@
 	@since OpenOffice 2.0
 */
 exception DocumentSaveRequest: com::sun::star::task::ClassifiedInteractionRequest
-{ 
+{
 	/** specifies the content where the document should save inside.
-		Somebody handling the request could, e.g., use the content as root content 
+		Somebody handling the request could, e.g., use the content as root content
 		to display the hierarchy of the sub contents.
 	*/
 	com::sun::star::ucb::XContent Content;
@@ -53,13 +53,13 @@
 	/** The default name of the document, may be empty.
 	 */
 	string Name;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/ErrorCondition.idl b/main/offapi/com/sun/star/sdb/ErrorCondition.idl
index e37cc5a..0e75e8f 100644
--- a/main/offapi/com/sun/star/sdb/ErrorCondition.idl
+++ b/main/offapi/com/sun/star/sdb/ErrorCondition.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sdb/ErrorMessageDialog.idl b/main/offapi/com/sun/star/sdb/ErrorMessageDialog.idl
index 7594920..4f9b0ac 100644
--- a/main/offapi/com/sun/star/sdb/ErrorMessageDialog.idl
+++ b/main/offapi/com/sun/star/sdb/ErrorMessageDialog.idl
@@ -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,43 +7,43 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
-#ifndef __com_sun_star_sdb_ErrorMessageDialog_idl__ 
-#define __com_sun_star_sdb_ErrorMessageDialog_idl__ 
- 
-#ifndef __com_sun_star_ui_dialogs_XExecutableDialog_idl__ 
-#include <com/sun/star/ui/dialogs/XExecutableDialog.idl> 
-#endif 
+#ifndef __com_sun_star_sdb_ErrorMessageDialog_idl__
+#define __com_sun_star_sdb_ErrorMessageDialog_idl__
 
-#ifndef __com_sun_star_awt_XWindow_idl__ 
-#include <com/sun/star/awt/XWindow.idl> 
-#endif 
+#ifndef __com_sun_star_ui_dialogs_XExecutableDialog_idl__
+#include <com/sun/star/ui/dialogs/XExecutableDialog.idl>
+#endif
 
-#ifndef __com_sun_star_lang_XInitialization_idl__ 
-#include <com/sun/star/lang/XInitialization.idl> 
-#endif 
+#ifndef __com_sun_star_awt_XWindow_idl__
+#include <com/sun/star/awt/XWindow.idl>
+#endif
 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
+#ifndef __com_sun_star_lang_XInitialization_idl__
+#include <com/sun/star/lang/XInitialization.idl>
+#endif
 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module sdb { 
- 
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module sdb {
+
 
 /** provides a dialog for displaying database related exceptions.
 	<p>
@@ -51,23 +51,23 @@
 	<module scope="com.sun.star">
 	sdbc
 	</module>
-	, 
+	,
 	<module scope="com.sun.star">
 	sdbcx
 	</module>
-	 and 
+	 and
 	 <module scope="com.sun.star">
 	 sdb
 	 </module>
 	 ,
-	they will - sooner or later - encounter 
+	they will - sooner or later - encounter
 	<type scope="com::sun::star::sdbc">SQLException</type>
 	's.
 	<br/>
-	These exceptions can be chained, so the information wrapped in one single 
+	These exceptions can be chained, so the information wrapped in one single
 	<type scope="com::sun::star::sdbc">SQLException</type>
 	can be rather complex (e.g., every instance where such an exception is passing before it is finally caught, could
-	append a 
+	append a
 	<type scope="com::sun::star::sdb">SQLContext</type>
 	to explain what it was doing), and they should be
 	presented to the user in a consistent way.
@@ -91,7 +91,7 @@
 
 	/** is the exception displayed by the dialog
 		<p>
-		This should contain a 
+		This should contain a
 		<type scope="com::sun::star::sdbc">SQLException</type>
 		instance, or an instance
 		of any class derived from this exception.
@@ -120,20 +120,20 @@
 	/** allows initializing the dialog
 		<p>
 		You do not need to call the initialize method directly, instead you may use the createInstanceWithArguments
-		method of your 
+		method of your
 		<type scope="com::sun::star::lang">XMultiServiceFactory</type>
 		.
 		</p>
 		<p>
-		You specify a parameter by passing one (or more) 
+		You specify a parameter by passing one (or more)
 		<type scope="com::sun::star::beans">PropertyValue</type>
 		object(s) to the initialize method, where the <em>Name</em> field contains a string describing which aspect
 		you want to affect, and the <em>Value</em> field containing a value.
 		<br/>
-		Imagine the initialization values, as if you use 
+		Imagine the initialization values, as if you use
 		<method scope="com::sun::star::beans">XPropertySet::setPropertyValue()
 		</method>
-		 of the 
+		 of the
 		<type scope="com::sun::star::beans">XPropertySet</type>
 		interface ...
 		<br/>
@@ -149,7 +149,7 @@
 			<li><b>SQLException</b><br/>
 				<type scope="com::sun::star::sdbc">SQLException</type>
 				describing the error which is being displayed.<br/>
-				When initializing this value, you may use any derivative of 
+				When initializing this value, you may use any derivative of
 				<type scope="com::sun::star::sdbc">SQLException</type>
 				.
 			</li>
@@ -158,9 +158,9 @@
 	*/
 	interface com::sun::star::lang::XInitialization;
 };
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
+
+//=============================================================================
+
+}; }; }; };
+
 #endif
diff --git a/main/offapi/com/sun/star/sdb/Forms.idl b/main/offapi/com/sun/star/sdb/Forms.idl
index 781e706..ac9b1d6 100644
--- a/main/offapi/com/sun/star/sdb/Forms.idl
+++ b/main/offapi/com/sun/star/sdb/Forms.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -27,7 +27,7 @@
 #include <com/sun/star/sdb/DocumentContainer.idl>
 #endif
 
- 
+
 
  module com {  module sun {  module star {  module sdb {
 
diff --git a/main/offapi/com/sun/star/sdb/InteractionHandler.idl b/main/offapi/com/sun/star/sdb/InteractionHandler.idl
index 40f152e..a2ffa5c 100644
--- a/main/offapi/com/sun/star/sdb/InteractionHandler.idl
+++ b/main/offapi/com/sun/star/sdb/InteractionHandler.idl
@@ -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,27 +7,27 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_InteractionHandler_idl__ 
-#define __com_sun_star_sdb_InteractionHandler_idl__ 
- 
+#ifndef __com_sun_star_sdb_InteractionHandler_idl__
+#define __com_sun_star_sdb_InteractionHandler_idl__
+
 module com { module sun { module star { module task {
     published interface XInteractionHandler;
 }; }; }; };
- 
-module com {  module sun {  module star {  module sdb { 
+
+module com {  module sun {  module star {  module sdb {
 
 /**	is a service for user interaction for databases.
     @deprecated
@@ -38,8 +38,8 @@
 */
 published service InteractionHandler: com::sun::star::task::XInteractionHandler;
 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/sdb/OfficeDatabaseDocument.idl b/main/offapi/com/sun/star/sdb/OfficeDatabaseDocument.idl
index 26ddb98..14b0bc2 100644
--- a/main/offapi/com/sun/star/sdb/OfficeDatabaseDocument.idl
+++ b/main/offapi/com/sun/star/sdb/OfficeDatabaseDocument.idl
@@ -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,45 +7,45 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_OfficeDatabaseDocument_idl__ 
-#define __com_sun_star_sdb_OfficeDatabaseDocument_idl__ 
- 
+#ifndef __com_sun_star_sdb_OfficeDatabaseDocument_idl__
+#define __com_sun_star_sdb_OfficeDatabaseDocument_idl__
+
 #ifndef __com_sun_star_document_OfficeDocument_idl__
 #include <com/sun/star/document/OfficeDocument.idl>
 #endif
 #ifndef __com_sun_star_sdb_XOfficeDatabaseDocument_idl__
-#include <com/sun/star/sdb/XOfficeDatabaseDocument.idl> 
+#include <com/sun/star/sdb/XOfficeDatabaseDocument.idl>
 #endif
 #ifndef __com_sun_star_document_XDocumentEventBroadcaster_idl__
-#include <com/sun/star/document/XDocumentEventBroadcaster.idl> 
+#include <com/sun/star/document/XDocumentEventBroadcaster.idl>
 #endif
 #ifndef __com_sun_star_script_provider_XScriptProviderSupplier_idl__
-#include <com/sun/star/script/provider/XScriptProviderSupplier.idl> 
+#include <com/sun/star/script/provider/XScriptProviderSupplier.idl>
 #endif
 #ifndef __com_sun_star_frame_XLoadable_idl__
-#include <com/sun/star/frame/XLoadable.idl> 
+#include <com/sun/star/frame/XLoadable.idl>
 #endif
 #ifndef __com_sun_star_util_XCloseable_idl__
-#include <com/sun/star/util/XCloseable.idl> 
+#include <com/sun/star/util/XCloseable.idl>
 #endif
 
-module com {  module sun {  module star {  module sdb { 
- 
+module com {  module sun {  module star {  module sdb {
+
 /** specifies a office database document which is a storable document.
-	
+
 	<p>These documents contain information about forms, and reports, and the properties of a data source.</p>
 
 	<p>The database document contains no data per default. The following is stored inside the document:
@@ -61,8 +61,8 @@
 	@see com::sun::star::document::OfficeDocument
 	@since OpenOffice 2.0
  */
-service OfficeDatabaseDocument 
-{ 
+service OfficeDatabaseDocument
+{
     /** specifies basic functionality of a document in OpenOffice.org
 
         <p>Note that a database document actually does not support the <type scope="com::sun::star::view">XPrintable</type> interface.
@@ -234,12 +234,12 @@
         by the first client.</p>
     */
     interface com::sun::star::util::XCloseable;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/OrderColumn.idl b/main/offapi/com/sun/star/sdb/OrderColumn.idl
index b4a16d8..261a027 100644
--- a/main/offapi/com/sun/star/sdb/OrderColumn.idl
+++ b/main/offapi/com/sun/star/sdb/OrderColumn.idl
@@ -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,27 +7,27 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_OrderColumn_idl__ 
-#define __com_sun_star_sdb_OrderColumn_idl__ 
+#ifndef __com_sun_star_sdb_OrderColumn_idl__
+#define __com_sun_star_sdb_OrderColumn_idl__
 
-#ifndef __com_sun_star_sdbcx_Column_idl__ 
-#include <com/sun/star/sdbcx/Column.idl> 
-#endif 
+#ifndef __com_sun_star_sdbcx_Column_idl__
+#include <com/sun/star/sdbcx/Column.idl>
+#endif
 
-module com {  module sun {  module star {  module sdb { 
+module com {  module sun {  module star {  module sdb {
 
 /** describes a column which is part of the ORDER clause.
 
@@ -35,17 +35,17 @@
 */
 service OrderColumn
 {
-	service com::sun::star::sdbcx::Column; 
+	service com::sun::star::sdbcx::Column;
 
 	/** describes which sort order this column has..
 		The default is <TRUE/>.
 	*/
-	[property] boolean IsAscending; 
+	[property] boolean IsAscending;
 };
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/ParameterSubstitution.idl b/main/offapi/com/sun/star/sdb/ParameterSubstitution.idl
index 413cc53..945d973 100644
--- a/main/offapi/com/sun/star/sdb/ParameterSubstitution.idl
+++ b/main/offapi/com/sun/star/sdb/ParameterSubstitution.idl
@@ -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,46 +7,46 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_ParameterSubstitution_idl__ 
-#define __com_sun_star_sdb_ParameterSubstitution_idl__ 
- 
- module com {  module sun {  module star {  module lang { 
+#ifndef __com_sun_star_sdb_ParameterSubstitution_idl__
+#define __com_sun_star_sdb_ParameterSubstitution_idl__
+
+ module com {  module sun {  module star {  module lang {
  published interface XInitialization;
- published interface XServiceInfo; 
-};};};}; 
+ published interface XServiceInfo;
+};};};};
 
 module com { module sun { module star { module util {
  published interface XStringSubstitution;
 };};};};
- 
+
 #ifndef __com_sun_star_lang_XInitialization_idl__
 #include <com/sun/star/lang/XInitialization.idl>
 #endif
- 
+
 #ifndef __com_sun_star_lang_XServiceInfo_idl__
 #include <com/sun/star/lang/XServiceInfo.idl>
 #endif
 
-#ifndef __com_sun_star_util_XStringSubstitution_idl__ 
+#ifndef __com_sun_star_util_XStringSubstitution_idl__
 #include <com/sun/star/util/XStringSubstitution.idl>
 #endif
 
- module com {  module sun {  module star {  module sdb { 
- 
- 
+ module com {  module sun {  module star {  module sdb {
+
+
 /** Does variable substitution on an SQL query.
  */
 published service ParameterSubstitution
@@ -56,16 +56,16 @@
 	interface com::sun::star::lang::XInitialization;
 
 	interface com::sun::star::lang::XServiceInfo;
-	 
+
 	/** for the variable substitution.
           */
-	interface com::sun::star::util::XStringSubstitution; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	interface com::sun::star::util::XStringSubstitution;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/ParametersRequest.idl b/main/offapi/com/sun/star/sdb/ParametersRequest.idl
index 9643591..d7d6013 100644
--- a/main/offapi/com/sun/star/sdb/ParametersRequest.idl
+++ b/main/offapi/com/sun/star/sdb/ParametersRequest.idl
@@ -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,39 +7,39 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_ParametersRequest_idl__ 
-#define __com_sun_star_sdb_ParametersRequest_idl__ 
- 
-#ifndef __com_sun_star_task_ClassifiedInteractionRequest_idl__ 
-#include <com/sun/star/task/ClassifiedInteractionRequest.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XIndexAccess_idl__ 
-#include <com/sun/star/container/XIndexAccess.idl> 
-#endif 
-#ifndef __com_sun_star_sdbc_XConnection_idl__ 
-#include <com/sun/star/sdbc/XConnection.idl> 
-#endif 
+#ifndef __com_sun_star_sdb_ParametersRequest_idl__
+#define __com_sun_star_sdb_ParametersRequest_idl__
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module sdb { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_task_ClassifiedInteractionRequest_idl__
+#include <com/sun/star/task/ClassifiedInteractionRequest.idl>
+#endif
+
+#ifndef __com_sun_star_container_XIndexAccess_idl__
+#include <com/sun/star/container/XIndexAccess.idl>
+#endif
+#ifndef __com_sun_star_sdbc_XConnection_idl__
+#include <com/sun/star/sdbc/XConnection.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module sdb {
+
+//=============================================================================
+
 /** an error specifying the lack of parameters values
 	<p>
 	Usually thrown if someone tries to execute an SQL statement containing
@@ -47,9 +47,9 @@
 	</p>
 */
 published exception ParametersRequest: com::sun::star::task::ClassifiedInteractionRequest
-{ 
+{
 	/** is the list of parameters requested.
-		The objects returned by the 
+		The objects returned by the
 		<type scope="com::sun::star::container">XIndexAccess</type>
 		have to
 		be property sets describing the respective parameter. For this, the objects have to support the
@@ -61,14 +61,14 @@
 		Somebody handling the request could, e.g., use the connection for determining
 		the identifier quote string, etc.
 	*/
-	com::sun::star::sdbc::XConnection		Connection; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	com::sun::star::sdbc::XConnection		Connection;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/PreparedStatement.idl b/main/offapi/com/sun/star/sdb/PreparedStatement.idl
index 04773f1..e4302ad 100644
--- a/main/offapi/com/sun/star/sdb/PreparedStatement.idl
+++ b/main/offapi/com/sun/star/sdb/PreparedStatement.idl
@@ -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,52 +7,52 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_PreparedStatement_idl__ 
-#define __com_sun_star_sdb_PreparedStatement_idl__ 
- 
-#ifndef __com_sun_star_sdbc_PreparedStatement_idl__ 
-#include <com/sun/star/sdbc/PreparedStatement.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbcx { 
- published interface XColumnsSupplier; 
-};};};}; 
- 
- module com {  module sun {  module star {  module sdb { 
- 
- 
+#ifndef __com_sun_star_sdb_PreparedStatement_idl__
+#define __com_sun_star_sdb_PreparedStatement_idl__
+
+#ifndef __com_sun_star_sdbc_PreparedStatement_idl__
+#include <com/sun/star/sdbc/PreparedStatement.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbcx {
+ published interface XColumnsSupplier;
+};};};};
+
+ module com {  module sun {  module star {  module sdb {
+
+
 /** represents a precompiled SQL statement. The service differs only in the access
-	of the columns and parameters to the service 
+	of the columns and parameters to the service
 	<type scope="com::sun::star::sdbc">PreparedStatement</type>
 	.
  */
 published service PreparedStatement
-{ 
-	service com::sun::star::sdbc::PreparedStatement; 
- 
-	 
+{
+	service com::sun::star::sdbc::PreparedStatement;
+
+
 	/** access to the resulting columns of the statement.
 	 */
-	interface com::sun::star::sdbcx::XColumnsSupplier; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	interface com::sun::star::sdbcx::XColumnsSupplier;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/Query.idl b/main/offapi/com/sun/star/sdb/Query.idl
index b631b74..792a69d 100644
--- a/main/offapi/com/sun/star/sdb/Query.idl
+++ b/main/offapi/com/sun/star/sdb/Query.idl
@@ -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,45 +7,45 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_Query_idl__ 
-#define __com_sun_star_sdb_Query_idl__ 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbcx { 
- published interface XDataDescriptorFactory; 
- published interface XColumnsSupplier; 
- published interface XRename; 
-};};};}; 
- 
-#ifndef __com_sun_star_sdb_DataSettings_idl__ 
-#include <com/sun/star/sdb/DataSettings.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdb_QueryDefinition_idl__ 
-#include <com/sun/star/sdb/QueryDefinition.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdb { 
- 
- 
+#ifndef __com_sun_star_sdb_Query_idl__
+#define __com_sun_star_sdb_Query_idl__
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbcx {
+ published interface XDataDescriptorFactory;
+ published interface XColumnsSupplier;
+ published interface XRename;
+};};};};
+
+#ifndef __com_sun_star_sdb_DataSettings_idl__
+#include <com/sun/star/sdb/DataSettings.idl>
+#endif
+
+#ifndef __com_sun_star_sdb_QueryDefinition_idl__
+#include <com/sun/star/sdb/QueryDefinition.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdb {
+
+
 /** is a stored definition of a SQL query.
-		
+
 	<p>
 	It can be used if there is a need to execute SQL statements more than once, or
 	if you want to format the query result fields differently from the
@@ -53,35 +53,35 @@
 	</p>
  */
 published service Query
-{ 
-	 
+{
+
 	/** defines the command of the query.
 	 */
-	service com::sun::star::sdb::QueryDefinition; 
-	 
-	 
+	service com::sun::star::sdb::QueryDefinition;
+
+
 	/** is used for customization of data appearance.
 	 */
-	service com::sun::star::sdb::DataSettings;	 
-	 
-	 
+	service com::sun::star::sdb::DataSettings;
+
+
 	/** is provided for creation of a new query descriptor based on the current information.
 	 */
-	interface com::sun::star::sdbcx::XDataDescriptorFactory; 
-	 
+	interface com::sun::star::sdbcx::XDataDescriptorFactory;
+
 	// allows to rename the object.
-	interface com::sun::star::sdbcx::XRename; 
- 
-	 
+	interface com::sun::star::sdbcx::XRename;
+
+
 	/** access to the columns of the results sets query.
 	 */
-	interface com::sun::star::sdbcx::XColumnsSupplier;	 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	interface com::sun::star::sdbcx::XColumnsSupplier;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/QueryDefinition.idl b/main/offapi/com/sun/star/sdb/QueryDefinition.idl
index 10f8f3c..2854648 100644
--- a/main/offapi/com/sun/star/sdb/QueryDefinition.idl
+++ b/main/offapi/com/sun/star/sdb/QueryDefinition.idl
@@ -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,78 +7,78 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_QueryDefinition_idl__ 
-#define __com_sun_star_sdb_QueryDefinition_idl__ 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdb { 
- 
- 
+#ifndef __com_sun_star_sdb_QueryDefinition_idl__
+#define __com_sun_star_sdb_QueryDefinition_idl__
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdb {
+
+
 /** is a stored definition of a SQL "Select statement".
-	
+
 	<p>
-	It can be used, if there is a need to execute SQL statement more than once.	
+	It can be used, if there is a need to execute SQL statement more than once.
 	</p>
  */
 published service QueryDefinition
-{ 
-	 
+{
+
 	/** access to the owning database definition object.
 	 */
-	interface com::sun::star::beans::XPropertySet;		 
-	 
-	 
+	interface com::sun::star::beans::XPropertySet;
+
+
 	/** is the name of the definition.
 	 */
-	[readonly, property] string Name; 
- 
-	 
+	[readonly, property] string Name;
+
+
 	/** is the command of the query, this is typically a select statement.
 	 */
-	[property] string Command; 
- 
-	 
+	[property] string Command;
+
+
 	/** should we use escape processing for the query.
 	 */
-	[property] boolean EscapeProcessing;	 
- 
-	 
+	[property] boolean EscapeProcessing;
+
+
 	/** is the name of the table which should be updated. This is usually used
 		for queries which relate on more than one table.
 	 */
-	[property] string UpdateTableName; 
- 
-	 
+	[property] string UpdateTableName;
+
+
 	/** is the name of the update table catalog.
 	 */
-	[property] string UpdateCatalogName; 
- 
-	 
+	[property] string UpdateCatalogName;
+
+
 	/** is the name of the update table schema.
 	 */
-	[property] string UpdateSchemaName;	 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	[property] string UpdateSchemaName;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/QueryDescriptor.idl b/main/offapi/com/sun/star/sdb/QueryDescriptor.idl
index fd584c8..2ace3ff 100644
--- a/main/offapi/com/sun/star/sdb/QueryDescriptor.idl
+++ b/main/offapi/com/sun/star/sdb/QueryDescriptor.idl
@@ -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,40 +7,40 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_QueryDescriptor_idl__ 
-#define __com_sun_star_sdb_QueryDescriptor_idl__ 
- 
-#ifndef __com_sun_star_sdbcx_Descriptor_idl__ 
-#include <com/sun/star/sdbcx/Descriptor.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbcx { 
- published interface XDataDescriptorFactory; 
- published interface XColumnsSupplier; 
-};};};}; 
- 
-#ifndef __com_sun_star_sdb_DataSettings_idl__ 
-#include <com/sun/star/sdb/DataSettings.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdb { 
- 
- 
+#ifndef __com_sun_star_sdb_QueryDescriptor_idl__
+#define __com_sun_star_sdb_QueryDescriptor_idl__
+
+#ifndef __com_sun_star_sdbcx_Descriptor_idl__
+#include <com/sun/star/sdbcx/Descriptor.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbcx {
+ published interface XDataDescriptorFactory;
+ published interface XColumnsSupplier;
+};};};};
+
+#ifndef __com_sun_star_sdb_DataSettings_idl__
+#include <com/sun/star/sdb/DataSettings.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdb {
+
+
 /** is a stored definition of a SQL "Select statement".
-	
+
 	<p>
 	It can be used, if there is a need to execute SQL statement more than once or
 	if you want to format the query result fields different from the
@@ -48,55 +48,55 @@
 	</p>
  */
 published service QueryDescriptor
-{ 
-	service com::sun::star::sdbcx::Descriptor;	 
-	 
-	 
+{
+	service com::sun::star::sdbcx::Descriptor;
+
+
 	/** is provided for creation of a new query descriptor based on the current information.
 	 */
-	interface com::sun::star::sdbcx::XDataDescriptorFactory;	 
- 
-	 
+	interface com::sun::star::sdbcx::XDataDescriptorFactory;
+
+
 	/** is used for customization of data appearance.
 	 */
-	service com::sun::star::sdb::DataSettings; 
- 
-	 
+	service com::sun::star::sdb::DataSettings;
+
+
 	/** access to the columns of the results sets query.
 	 */
-	interface com::sun::star::sdbcx::XColumnsSupplier; 
-	 
-	 
+	interface com::sun::star::sdbcx::XColumnsSupplier;
+
+
 	/** is the command of the query, this is typically a select statement.
 	 */
-	[property] string Command; 
- 
-	 
+	[property] string Command;
+
+
 	/** should we use escape processing for the query.
 	 */
-	[property] boolean EscapeProcessing;	 
- 
-	 
+	[property] boolean EscapeProcessing;
+
+
 	/** is the name of the table which should be updated. This is usually used
 		for queries which relate on more than one table.
 	 */
-	[property] string UpdateTableName; 
- 
-	 
+	[property] string UpdateTableName;
+
+
 	/** is the name of the update table catalog.
 	 */
-	[property] string UpdateCatalogName; 
- 
-	 
+	[property] string UpdateCatalogName;
+
+
 	/** is the name of the update table schema.
 	 */
-	[property] string UpdateSchemaName;	 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	[property] string UpdateSchemaName;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/QueryDesign.idl b/main/offapi/com/sun/star/sdb/QueryDesign.idl
index 7786bff..e4fea66 100644
--- a/main/offapi/com/sun/star/sdb/QueryDesign.idl
+++ b/main/offapi/com/sun/star/sdb/QueryDesign.idl
@@ -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,45 +7,45 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_QueryDesign_idl__ 
-#define __com_sun_star_sdb_QueryDesign_idl__ 
+#ifndef __com_sun_star_sdb_QueryDesign_idl__
+#define __com_sun_star_sdb_QueryDesign_idl__
 
-#ifndef __com_sun_star_frame_XController_idl__ 
+#ifndef __com_sun_star_frame_XController_idl__
 #include <com/sun/star/frame/XController.idl>
 #endif
-#ifndef __com_sun_star_lang_XInitialization_idl__ 
+#ifndef __com_sun_star_lang_XInitialization_idl__
 #include <com/sun/star/lang/XInitialization.idl>
 #endif
-#ifndef __com_sun_star_frame_XDispatchProvider_idl__ 
+#ifndef __com_sun_star_frame_XDispatchProvider_idl__
 #include <com/sun/star/frame/XDispatchProvider.idl>
 #endif
-#ifndef __com_sun_star_form_FormController_idl__ 
+#ifndef __com_sun_star_form_FormController_idl__
 #include <com/sun/star/form/FormController.idl>
 #endif
 
-module com {  module sun {  module star {  module sdb { 
+module com {  module sun {  module star {  module sdb {
 
-//============================================================================= 
+//=============================================================================
 /** implements a component which allows the creation of SQL statements.
 
 	<p>This service implements a user interface for creating SQL statements either through a graphical design
 	interface or simply to enter the SQL statement directly.</p>
 
-	<p>The design view of the QueryDesign is divided into two parts. The first part contains the table windows 
-	where columns can be selected for the SQL statement. The second part contains the columns which should appear 
+	<p>The design view of the QueryDesign is divided into two parts. The first part contains the table windows
+	where columns can be selected for the SQL statement. The second part contains the columns which should appear
 	in the selection of the SQL statement or criteria which narrow the query.</p>
 
     <h3>Operation Modes</h3>
@@ -190,8 +190,8 @@
     */
     [readonly, property, optional] boolean EscapeProcessing;
 };
- 
-//============================================================================= 
-}; }; }; }; 
- 
+
+//=============================================================================
+}; }; }; };
+
 #endif
diff --git a/main/offapi/com/sun/star/sdb/RelationDesign.idl b/main/offapi/com/sun/star/sdb/RelationDesign.idl
index a595f10..d9569fe 100644
--- a/main/offapi/com/sun/star/sdb/RelationDesign.idl
+++ b/main/offapi/com/sun/star/sdb/RelationDesign.idl
@@ -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,38 +7,38 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_RelationDesign_idl__ 
-#define __com_sun_star_sdb_RelationDesign_idl__ 
+#ifndef __com_sun_star_sdb_RelationDesign_idl__
+#define __com_sun_star_sdb_RelationDesign_idl__
 
-#ifndef __com_sun_star_frame_XController_idl__ 
+#ifndef __com_sun_star_frame_XController_idl__
 #include <com/sun/star/frame/XController.idl>
 #endif
-#ifndef __com_sun_star_lang_XInitialization_idl__ 
+#ifndef __com_sun_star_lang_XInitialization_idl__
 #include <com/sun/star/lang/XInitialization.idl>
 #endif
-#ifndef __com_sun_star_frame_XDispatchProvider_idl__ 
+#ifndef __com_sun_star_frame_XDispatchProvider_idl__
 #include <com/sun/star/frame/XDispatchProvider.idl>
 #endif
-#ifndef __com_sun_star_form_FormController_idl__ 
+#ifndef __com_sun_star_form_FormController_idl__
 #include <com/sun/star/form/FormController.idl>
 #endif
 
-module com {  module sun {  module star {  module sdb { 
+module com {  module sun {  module star {  module sdb {
 
-//============================================================================= 
+//=============================================================================
 /** implements a component which allows the creation of relation.
 
 	<p>This service implements a user interface for relations through a graphical design interface.</p>
@@ -60,8 +60,8 @@
 	interface com::sun::star::frame::XController;
 
 	/** is used to initialize the RelationDesign.
-		
-		<p>Parameters (passed to the method 
+
+		<p>Parameters (passed to the method
 		<member scope="com::sun::star::lang">XInitialization::initialize</member>)
 		have to be instances of <type scope="com::sun::star::beans">PropertyValue</type>, where the
 		<member scope="com::sun::star::beans">PropertyValue::Name</member> member specifies what the parameter controls,
@@ -82,8 +82,8 @@
 	*/
 	interface com::sun::star::lang::XInitialization;
 };
- 
-//============================================================================= 
-}; }; }; }; 
- 
+
+//=============================================================================
+}; }; }; };
+
 #endif
diff --git a/main/offapi/com/sun/star/sdb/Reports.idl b/main/offapi/com/sun/star/sdb/Reports.idl
index 2a327a2..4671ce0 100644
--- a/main/offapi/com/sun/star/sdb/Reports.idl
+++ b/main/offapi/com/sun/star/sdb/Reports.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -27,7 +27,7 @@
 #include <com/sun/star/sdb/DocumentContainer.idl>
 #endif
 
- 
+
 
  module com {  module sun {  module star {  module sdb {
 
diff --git a/main/offapi/com/sun/star/sdb/ResultColumn.idl b/main/offapi/com/sun/star/sdb/ResultColumn.idl
index 0211b53..2686ac9 100644
--- a/main/offapi/com/sun/star/sdb/ResultColumn.idl
+++ b/main/offapi/com/sun/star/sdb/ResultColumn.idl
@@ -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,113 +7,113 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_ResultColumn_idl__ 
-#define __com_sun_star_sdb_ResultColumn_idl__ 
- 
-#ifndef __com_sun_star_sdbcx_Column_idl__ 
-#include <com/sun/star/sdbcx/Column.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdb_ColumnSettings_idl__ 
-#include <com/sun/star/sdb/ColumnSettings.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdb { 
- 
- 
+#ifndef __com_sun_star_sdb_ResultColumn_idl__
+#define __com_sun_star_sdb_ResultColumn_idl__
+
+#ifndef __com_sun_star_sdbcx_Column_idl__
+#include <com/sun/star/sdbcx/Column.idl>
+#endif
+
+#ifndef __com_sun_star_sdb_ColumnSettings_idl__
+#include <com/sun/star/sdb/ColumnSettings.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdb {
+
+
 /** describes a column of a result set.
  */
 published service ResultColumn
-{ 
-	service com::sun::star::sdbcx::Column;	 
- 
-	 
+{
+	service com::sun::star::sdbcx::Column;
+
+
 	/** [optional], access to layout settings for a column.
 	 */
-	service com::sun::star::sdb::ColumnSettings; 
- 
-	 
+	service com::sun::star::sdb::ColumnSettings;
+
+
 	/** indicates whether the column can be used in a Where clause.
 	 */
-	[readonly, property] boolean IsSearchable; 
- 
-	 
+	[readonly, property] boolean IsSearchable;
+
+
 	/** indicates whether values in the column are signed numbers.
 	 */
-	[readonly, property] boolean IsSigned; 
- 
-	 
+	[readonly, property] boolean IsSigned;
+
+
 	/** indicates that a column is case sensitive.
 	 */
-	[readonly, property] boolean IsCaseSensitive; 
- 
-	 
+	[readonly, property] boolean IsCaseSensitive;
+
+
 	/** indicates the column's normal max width in chars..
 	 */
-	[readonly, property] long DisplaySize; 
- 
-     
+	[readonly, property] long DisplaySize;
+
+
 	/** gets the suggested column title for use in printouts and
 		displays.
 	 */
-	[readonly, property] string Label; 
- 
-	 
+	[readonly, property] string Label;
+
+
 	/** indicates whether a column is definitely, not writable.
 	 */
-	[readonly, property] boolean IsReadOnly; 
- 
-	 
+	[readonly, property] boolean IsReadOnly;
+
+
 	/** indicates whether it is possible for a write on the column to succeed.
 	 */
-	[readonly, property] boolean IsWritable; 
- 
-	 
+	[readonly, property] boolean IsWritable;
+
+
 	/** indicates whether a write on the column will definitely succeed.
 	 */
-	[readonly, property] boolean IsDefinitelyWritable; 
- 
-     
+	[readonly, property] boolean IsDefinitelyWritable;
+
+
 	/** returns the fully-qualified name of the service whose instances
-		are manufactured if the method 
+		are manufactured if the method
 		<method scope="com::sun::star::sdbc">XRow::getObject)=</method>
 		is called to retrieve a value from the column.
 	 */
-	[readonly, property] string ServiceName;	 
- 
-	 
+	[readonly, property] string ServiceName;
+
+
 	/** gets a column's table name.
 	 */
-	[readonly, property] string TableName; 
- 
-	 
+	[readonly, property] string TableName;
+
+
 	/** gets a column's schema name.
 	 */
-	[readonly, property] string SchemaName; 
- 
-	 
+	[readonly, property] string SchemaName;
+
+
 	/** gets a column's table's catalog name.
 	 */
-	[readonly, property] string CatalogName;	 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	[readonly, property] string CatalogName;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/ResultSet.idl b/main/offapi/com/sun/star/sdb/ResultSet.idl
index 9969125..f6e0b13 100644
--- a/main/offapi/com/sun/star/sdb/ResultSet.idl
+++ b/main/offapi/com/sun/star/sdb/ResultSet.idl
@@ -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,52 +7,52 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_ResultSet_idl__ 
-#define __com_sun_star_sdb_ResultSet_idl__ 
- 
-#ifndef __com_sun_star_sdbcx_ResultSet_idl__ 
-#include <com/sun/star/sdbcx/ResultSet.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbcx { 
- published interface XColumnsSupplier; 
-};};};}; 
- 
- module com {  module sun {  module star {  module sdb { 
- 
- 
-/** extends the 
+#ifndef __com_sun_star_sdb_ResultSet_idl__
+#define __com_sun_star_sdb_ResultSet_idl__
+
+#ifndef __com_sun_star_sdbcx_ResultSet_idl__
+#include <com/sun/star/sdbcx/ResultSet.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbcx {
+ published interface XColumnsSupplier;
+};};};};
+
+ module com {  module sun {  module star {  module sdb {
+
+
+/** extends the
 	<type scope="com::sun::star::sdbcx">ResultSet</type>
 	by a more sophisticated access to the result sets
 	data.
  */
 published service ResultSet
-{ 
-	service com::sun::star::sdbcx::ResultSet; 
- 
-	 
+{
+	service com::sun::star::sdbcx::ResultSet;
+
+
 	/** access to the description and data.
 	 */
-	interface com::sun::star::sdbcx::XColumnsSupplier; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	interface com::sun::star::sdbcx::XColumnsSupplier;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/RowChangeAction.idl b/main/offapi/com/sun/star/sdb/RowChangeAction.idl
index 438b3e6..263d2d4 100644
--- a/main/offapi/com/sun/star/sdb/RowChangeAction.idl
+++ b/main/offapi/com/sun/star/sdb/RowChangeAction.idl
@@ -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,49 +7,49 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_RowChangeAction_idl__ 
-#define __com_sun_star_sdb_RowChangeAction_idl__ 
- 
- module com {  module sun {  module star {  module sdb { 
- 
- 
+#ifndef __com_sun_star_sdb_RowChangeAction_idl__
+#define __com_sun_star_sdb_RowChangeAction_idl__
+
+ module com {  module sun {  module star {  module sdb {
+
+
 /** determines the type of change which is going to be performed.
  */
 published constants RowChangeAction
-{ 
-     
+{
+
 	/** indicates that an insert will be performed.
 	 */
-	const long INSERT	= 1; 
-	//------------------------------------------------------------------------- 
-     
+	const long INSERT	= 1;
+	//-------------------------------------------------------------------------
+
 	/** indicates that an update will be performed.
 	 */
-	const long UPDATE	= 2; 
-	//------------------------------------------------------------------------- 
-     
+	const long UPDATE	= 2;
+	//-------------------------------------------------------------------------
+
 	/** indicates that a delete will be performed.
 	 */
-	const long DELETE	= 3; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	const long DELETE	= 3;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/RowChangeEvent.idl b/main/offapi/com/sun/star/sdb/RowChangeEvent.idl
index 6083898..77b932c 100644
--- a/main/offapi/com/sun/star/sdb/RowChangeEvent.idl
+++ b/main/offapi/com/sun/star/sdb/RowChangeEvent.idl
@@ -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,49 +7,49 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_RowChangeEvent_idl__ 
-#define __com_sun_star_sdb_RowChangeEvent_idl__ 
- 
-#ifndef __com_sun_star_lang_EventObject_idl__ 
-#include <com/sun/star/lang/EventObject.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdb { 
- 
- 
+#ifndef __com_sun_star_sdb_RowChangeEvent_idl__
+#define __com_sun_star_sdb_RowChangeEvent_idl__
+
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdb {
+
+
 /** indicates the type of change action on the data source.
  */
 published struct RowChangeEvent: com::sun::star::lang::EventObject
-{ 
-	 
+{
+
 	/** indicates the type of change.
 		@see com::sun::star::sdb::RowChangeAction
 	 */
-	long Action; 
- 
-	 
+	long Action;
+
+
 	/** indicates the number of rows affected by the change.
 	 */
-	long Rows; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	long Rows;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/RowSet.idl b/main/offapi/com/sun/star/sdb/RowSet.idl
index 56243d2..faf53e3 100644
--- a/main/offapi/com/sun/star/sdb/RowSet.idl
+++ b/main/offapi/com/sun/star/sdb/RowSet.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sdb/RowSetVetoException.idl b/main/offapi/com/sun/star/sdb/RowSetVetoException.idl
index 68fb774..a0548d3 100644
--- a/main/offapi/com/sun/star/sdb/RowSetVetoException.idl
+++ b/main/offapi/com/sun/star/sdb/RowSetVetoException.idl
@@ -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,41 +7,41 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_RowSetVetoException_idl__ 
-#define __com_sun_star_sdb_RowSetVetoException_idl__ 
- 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#include <com/sun/star/sdbc/SQLException.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdb { 
- 
- 
+#ifndef __com_sun_star_sdb_RowSetVetoException_idl__
+#define __com_sun_star_sdb_RowSetVetoException_idl__
+
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#include <com/sun/star/sdbc/SQLException.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdb {
+
+
 /** is an exception fired whenever a rowset operation was cancelled because of
 	of a veto of an approved listener.
 	@see com::sun::star::sdb::XRowSetApproveListener
  */
 published exception RowSetVetoException: com::sun::star::sdbc::SQLException
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/RowsChangeEvent.idl b/main/offapi/com/sun/star/sdb/RowsChangeEvent.idl
index fd659b4..cdfe42c 100644
--- a/main/offapi/com/sun/star/sdb/RowsChangeEvent.idl
+++ b/main/offapi/com/sun/star/sdb/RowsChangeEvent.idl
@@ -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,39 +7,39 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_RowsChangeEvent_idl__ 
-#define __com_sun_star_sdb_RowsChangeEvent_idl__ 
- 
-#include <com/sun/star/sdb/RowChangeEvent.idl> 
- 
- module com {  module sun {  module star {  module sdb { 
- 
- 
+#ifndef __com_sun_star_sdb_RowsChangeEvent_idl__
+#define __com_sun_star_sdb_RowsChangeEvent_idl__
+
+#include <com/sun/star/sdb/RowChangeEvent.idl>
+
+ module com {  module sun {  module star {  module sdb {
+
+
 /** indicates which rows have changed and the type of change action on the row set.
  */
 struct RowsChangeEvent: com::sun::star::sdb::RowChangeEvent
-{ 
-	 
+{
+
 	sequence< any > Bookmarks;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/SQLContext.idl b/main/offapi/com/sun/star/sdb/SQLContext.idl
index 4f4db8a..cff73f8 100644
--- a/main/offapi/com/sun/star/sdb/SQLContext.idl
+++ b/main/offapi/com/sun/star/sdb/SQLContext.idl
@@ -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,29 +7,29 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_SQLContext_idl__ 
-#define __com_sun_star_sdb_SQLContext_idl__ 
- 
-#ifndef __com_sun_star_sdbc_SQLWarning_idl__ 
-#include <com/sun/star/sdbc/SQLWarning.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdb { 
- 
- 
+#ifndef __com_sun_star_sdb_SQLContext_idl__
+#define __com_sun_star_sdb_SQLContext_idl__
+
+#ifndef __com_sun_star_sdbc_SQLWarning_idl__
+#include <com/sun/star/sdbc/SQLWarning.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdb {
+
+
 /** provides special information about the context where a
 	<type scope="com::sun::star::sdbc">SQLException</type>
 	occurred. As usual
@@ -41,21 +41,21 @@
 	@see com::sun::star::sdbc::XStatement::getWarnings
  */
 published exception SQLContext: com::sun::star::sdbc::SQLWarning
-{ 
-	/** provides special info about the details where a 
+{
+	/** provides special info about the details where a
 		<type scope="com::sun::star::sdbc">SQLException</type>
 		occurred.
 		As usual for SQLExceptions, several SQLContext-objects may be chained, then the
 		most recent context is appended to the list's tail
 	 */
-	string			Details; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
- 
-/*=========================================================================== 
-===========================================================================*/ 
+	string			Details;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
+
+/*===========================================================================
+===========================================================================*/
diff --git a/main/offapi/com/sun/star/sdb/SQLErrorEvent.idl b/main/offapi/com/sun/star/sdb/SQLErrorEvent.idl
index c179188..48ab1e0 100644
--- a/main/offapi/com/sun/star/sdb/SQLErrorEvent.idl
+++ b/main/offapi/com/sun/star/sdb/SQLErrorEvent.idl
@@ -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,45 +7,45 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_SQLErrorEvent_idl__ 
-#define __com_sun_star_sdb_SQLErrorEvent_idl__ 
- 
-#ifndef __com_sun_star_lang_EventObject_idl__ 
-#include <com/sun/star/lang/EventObject.idl> 
-#endif 
- 
- 
- module com {  module sun {  module star {  module sdb { 
- 
- 
+#ifndef __com_sun_star_sdb_SQLErrorEvent_idl__
+#define __com_sun_star_sdb_SQLErrorEvent_idl__
+
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
+
+
+ module com {  module sun {  module star {  module sdb {
+
+
 /** is invoked in case of fired database exception triggered by
 	a database object.
  */
 published struct SQLErrorEvent: com::sun::star::lang::EventObject
-{ 
-	 
+{
+
 	/** contains the exception that is going to be fired.
 	 */
-	any Reason; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	any Reason;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/SQLFilterOperator.idl b/main/offapi/com/sun/star/sdb/SQLFilterOperator.idl
index 1351ed5..d1000c2 100644
--- a/main/offapi/com/sun/star/sdb/SQLFilterOperator.idl
+++ b/main/offapi/com/sun/star/sdb/SQLFilterOperator.idl
@@ -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,27 +7,27 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_SQLFilterOperator_idl__ 
-#define __com_sun_star_sdb_SQLFilterOperator_idl__ 
+#ifndef __com_sun_star_sdb_SQLFilterOperator_idl__
+#define __com_sun_star_sdb_SQLFilterOperator_idl__
 
-module com {  module sun {  module star {  module sdb { 
+module com {  module sun {  module star {  module sdb {
 
 
-/** These constants are used to specify the filter operator 
-	which should be applied when creating a filter 
+/** These constants are used to specify the filter operator
+	which should be applied when creating a filter
 	with the method <method>XSingleSelectQueryComposer::setStructuredFilter</method>.
 
 	@see com::sun::star::sdb::SingleSelectQueryComposer
@@ -53,7 +53,7 @@
 	/// greater or eqal than
 	const long GREATER_EQUAL	= 6;
 
-	/// like 
+	/// like
 	const long LIKE				= 7;
 
 	/// not like
@@ -65,10 +65,10 @@
 	/// is not null
 	const long NOT_SQLNULL 		= 10;
 };
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/SQLQueryComposer.idl b/main/offapi/com/sun/star/sdb/SQLQueryComposer.idl
index 7607e94..90bd418 100644
--- a/main/offapi/com/sun/star/sdb/SQLQueryComposer.idl
+++ b/main/offapi/com/sun/star/sdb/SQLQueryComposer.idl
@@ -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,37 +7,37 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_SQLQueryComposer_idl__ 
-#define __com_sun_star_sdb_SQLQueryComposer_idl__ 
- 
-#ifndef __com_sun_star_sdb_XSQLQueryComposer_idl__ 
-#include <com/sun/star/sdb/XSQLQueryComposer.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbcx { 
- published interface XTablesSupplier; 
- published interface XColumnsSupplier; 
-};};};}; 
- 
- module com {  module sun {  module star {  module sdb { 
- 
- 
+#ifndef __com_sun_star_sdb_SQLQueryComposer_idl__
+#define __com_sun_star_sdb_SQLQueryComposer_idl__
+
+#ifndef __com_sun_star_sdb_XSQLQueryComposer_idl__
+#include <com/sun/star/sdb/XSQLQueryComposer.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbcx {
+ published interface XTablesSupplier;
+ published interface XColumnsSupplier;
+};};};};
+
+ module com {  module sun {  module star {  module sdb {
+
+
 /** represents a tool for composing SQL select statements.
-	
-	
+
+
 	<p>
 	It hides the complexity of parsing and evaluating SQL Statements and provides
 	sophisticated methods for expanding a SQL-Statement with filter and order
@@ -45,27 +45,27 @@
 	</p>
  */
 published service SQLQueryComposer
-{ 
-	 
+{
+
 	/** access to the composer interface.
 	 */
-	interface XSQLQueryComposer; 
- 
-	 
+	interface XSQLQueryComposer;
+
+
 	/** access to the selected tables.
 	 */
-	interface com::sun::star::sdbcx::XTablesSupplier; 
- 
-	 
+	interface com::sun::star::sdbcx::XTablesSupplier;
+
+
 	/** access the selected columns.
 	 */
-	interface com::sun::star::sdbcx::XColumnsSupplier; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	interface com::sun::star::sdbcx::XColumnsSupplier;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/SingleSelectQueryAnalyzer.idl b/main/offapi/com/sun/star/sdb/SingleSelectQueryAnalyzer.idl
index ae150d7..b7cdb63 100644
--- a/main/offapi/com/sun/star/sdb/SingleSelectQueryAnalyzer.idl
+++ b/main/offapi/com/sun/star/sdb/SingleSelectQueryAnalyzer.idl
@@ -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,49 +7,49 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_SingleSelectQueryAnalyzer_idl__ 
-#define __com_sun_star_sdb_SingleSelectQueryAnalyzer_idl__ 
- 
-#ifndef __com_sun_star_sdb_XSingleSelectQueryAnalyzer_idl__ 
-#include <com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbcx { 
-interface XTablesSupplier; 
-interface XColumnsSupplier; 
-};};};}; 
- 
- module com {  module sun {  module star {  module sdb { 
- 
+#ifndef __com_sun_star_sdb_SingleSelectQueryAnalyzer_idl__
+#define __com_sun_star_sdb_SingleSelectQueryAnalyzer_idl__
+
+#ifndef __com_sun_star_sdb_XSingleSelectQueryAnalyzer_idl__
+#include <com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbcx {
+interface XTablesSupplier;
+interface XColumnsSupplier;
+};};};};
+
+ module com {  module sun {  module star {  module sdb {
+
  interface XParametersSupplier;
 /** represents a service for analyzing a single select statement.
-	
+
 	<p>
 	It hides the complexity of parsing and evaluating a single select statement and provides
 	sophisticated methods for accessing a statements filter, group by, having and order
-	criteria, as well as the corresponding select columns and tables. 
+	criteria, as well as the corresponding select columns and tables.
 	If supported, it even gives access to the parameters.
 	</p>
 
 	@see com::sun::star::sdb::SingleSelectQueryComposer
  */
 service SingleSelectQueryAnalyzer
-{ 
-	interface XSingleSelectQueryAnalyzer; 
- 
+{
+	interface XSingleSelectQueryAnalyzer;
+
 	/** access to the selected tables.
 
         <p>The selected tables are those present in the <code>FROM</code> part
@@ -66,21 +66,21 @@
 
         @see XSingleSelectQueryAnalyzer::getQueryWithSubstitution
 	 */
-	interface com::sun::star::sdbcx::XTablesSupplier; 
- 
+	interface com::sun::star::sdbcx::XTablesSupplier;
+
 	/** access the selected columns.
 	 */
-	interface com::sun::star::sdbcx::XColumnsSupplier; 
+	interface com::sun::star::sdbcx::XColumnsSupplier;
 
 	/** access to the parameters which are used in the where clause.
 	 */
-	[optional] interface com::sun::star::sdb::XParametersSupplier; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	[optional] interface com::sun::star::sdb::XParametersSupplier;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/SingleSelectQueryComposer.idl b/main/offapi/com/sun/star/sdb/SingleSelectQueryComposer.idl
index b497455..9173df0 100644
--- a/main/offapi/com/sun/star/sdb/SingleSelectQueryComposer.idl
+++ b/main/offapi/com/sun/star/sdb/SingleSelectQueryComposer.idl
@@ -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,34 +7,34 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_SingleSelectQueryComposer_idl__ 
-#define __com_sun_star_sdb_SingleSelectQueryComposer_idl__ 
- 
-#ifndef __com_sun_star_sdb_SingleSelectQueryAnalyzer_idl__ 
-#include <com/sun/star/sdb/SingleSelectQueryAnalyzer.idl> 
-#endif 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
+#ifndef __com_sun_star_sdb_SingleSelectQueryComposer_idl__
+#define __com_sun_star_sdb_SingleSelectQueryComposer_idl__
 
-module com {  module sun {  module star {  module sdb { 
- 
+#ifndef __com_sun_star_sdb_SingleSelectQueryAnalyzer_idl__
+#include <com/sun/star/sdb/SingleSelectQueryAnalyzer.idl>
+#endif
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+module com {  module sun {  module star {  module sdb {
+
 interface XSingleSelectQueryComposer;
 /** represents a service for composing a single select statement.
-	
+
 	<p>
 	It hides the complexity of parsing and evaluating a single select statement and provides
 	sophisticated methods for expanding a statement with filter, group by, having and order
@@ -45,25 +45,25 @@
     using the <type scope="com::sun::star::lang">XMultiServiceFactory</type> interface.</p>
  */
 service SingleSelectQueryComposer
-{ 
+{
 	// gives access to the properties.
-	interface com::sun::star::beans::XPropertySet; 
+	interface com::sun::star::beans::XPropertySet;
 
 	/** access to the analyzer service.
 	 */
-	service SingleSelectQueryAnalyzer; 
+	service SingleSelectQueryAnalyzer;
 
 	interface XSingleSelectQueryComposer;
 
 	/** is the original SQL statement set with the interface <type scope="com::sun::star::sdb">XSingleSelectQueryAnalyzer</type>.
 	*/
-	[readonly, property] string Original;  
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	[readonly, property] string Original;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/Table.idl b/main/offapi/com/sun/star/sdb/Table.idl
index 8f048fc..fe2c91c 100644
--- a/main/offapi/com/sun/star/sdb/Table.idl
+++ b/main/offapi/com/sun/star/sdb/Table.idl
@@ -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,57 +7,57 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_Table_idl__ 
-#define __com_sun_star_sdb_Table_idl__ 
- 
-#ifndef __com_sun_star_sdbcx_Table_idl__ 
-#include <com/sun/star/sdbcx/Table.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdb_DataSettings_idl__ 
-#include <com/sun/star/sdb/DataSettings.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdb { 
- 
- 
+#ifndef __com_sun_star_sdb_Table_idl__
+#define __com_sun_star_sdb_Table_idl__
+
+#ifndef __com_sun_star_sdbcx_Table_idl__
+#include <com/sun/star/sdbcx/Table.idl>
+#endif
+
+#ifndef __com_sun_star_sdb_DataSettings_idl__
+#include <com/sun/star/sdb/DataSettings.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdb {
+
+
 /** extends the service
 	<type scope="com::sun::star::sdbcx">Table</type>
 	with additional display information, sorting, and filtering criteria.
  */
 published service Table
-{ 
-	service com::sun::star::sdbcx::Table; 
- 
-	 
+{
+	service com::sun::star::sdbcx::Table;
+
+
 	/** is used for customization of data appearance.
 	 */
-	service com::sun::star::sdb::DataSettings;	 
- 
-	 
+	service com::sun::star::sdb::DataSettings;
+
+
 	/** indicates the privileges for the table.
 		@see com::sun::star::sdbcx::Privilege
 	 */
-	[readonly, property] long Privileges;	 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	[readonly, property] long Privileges;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/TableDescriptor.idl b/main/offapi/com/sun/star/sdb/TableDescriptor.idl
index 61d0d12..02af5fc 100644
--- a/main/offapi/com/sun/star/sdb/TableDescriptor.idl
+++ b/main/offapi/com/sun/star/sdb/TableDescriptor.idl
@@ -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,51 +7,51 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_TableDescriptor_idl__ 
-#define __com_sun_star_sdb_TableDescriptor_idl__ 
- 
-#ifndef __com_sun_star_sdbcx_TableDescriptor_idl__ 
-#include <com/sun/star/sdbcx/TableDescriptor.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdb_DataSettings_idl__ 
-#include <com/sun/star/sdb/DataSettings.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdb { 
- 
- 
+#ifndef __com_sun_star_sdb_TableDescriptor_idl__
+#define __com_sun_star_sdb_TableDescriptor_idl__
+
+#ifndef __com_sun_star_sdbcx_TableDescriptor_idl__
+#include <com/sun/star/sdbcx/TableDescriptor.idl>
+#endif
+
+#ifndef __com_sun_star_sdb_DataSettings_idl__
+#include <com/sun/star/sdb/DataSettings.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdb {
+
+
 /** extends the service
 	<type scope="com::sun::star::sdbcx">TableDescriptor</type>
 	with additional display informations, sorting, and filtering criteria.
  */
 published service TableDescriptor
-{ 
-	service com::sun::star::sdbcx::TableDescriptor; 
- 
-	 
+{
+	service com::sun::star::sdbcx::TableDescriptor;
+
+
 	/** is used for customization of data appearance.
 	 */
-	service com::sun::star::sdb::DataSettings;	 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	service com::sun::star::sdb::DataSettings;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/TableDesign.idl b/main/offapi/com/sun/star/sdb/TableDesign.idl
index 2dc275c..990234a 100644
--- a/main/offapi/com/sun/star/sdb/TableDesign.idl
+++ b/main/offapi/com/sun/star/sdb/TableDesign.idl
@@ -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,43 +7,43 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_TableDesign_idl__ 
-#define __com_sun_star_sdb_TableDesign_idl__ 
+#ifndef __com_sun_star_sdb_TableDesign_idl__
+#define __com_sun_star_sdb_TableDesign_idl__
 
-#ifndef __com_sun_star_frame_XController_idl__ 
+#ifndef __com_sun_star_frame_XController_idl__
 #include <com/sun/star/frame/XController.idl>
 #endif
-#ifndef __com_sun_star_lang_XInitialization_idl__ 
+#ifndef __com_sun_star_lang_XInitialization_idl__
 #include <com/sun/star/lang/XInitialization.idl>
 #endif
-#ifndef __com_sun_star_frame_XDispatchProvider_idl__ 
+#ifndef __com_sun_star_frame_XDispatchProvider_idl__
 #include <com/sun/star/frame/XDispatchProvider.idl>
 #endif
-#ifndef __com_sun_star_form_FormController_idl__ 
+#ifndef __com_sun_star_form_FormController_idl__
 #include <com/sun/star/form/FormController.idl>
 #endif
 
-module com {  module sun {  module star {  module sdb { 
+module com {  module sun {  module star {  module sdb {
 
-//============================================================================= 
+//=============================================================================
 /** implements a component which allows the creation of tables.
 
 	<p>This service implements a user interface for creating tables through a graphical design interface.</p>
 
-	<p>The design view of the TableDesign is divided into two parts. The first part contains the rows  
+	<p>The design view of the TableDesign is divided into two parts. The first part contains the rows
 	where columns can be defined for the table. The second part contains the properties of the selected column.</p>
 
 	@see com::sun::star::sdb::ContentLoader
@@ -60,8 +60,8 @@
 	interface com::sun::star::frame::XController;
 
 	/** is used to initialize the TableDesign.
-		
-		<p>Parameters (passed to the method 
+
+		<p>Parameters (passed to the method
 		<member scope="com::sun::star::lang">XInitialization::initialize</member>)
 		have to be instances of <type scope="com::sun::star::beans">PropertyValue</type>, where the
 		<member scope="com::sun::star::beans">PropertyValue::Name</member> member specifies what the parameter controls,
@@ -78,15 +78,15 @@
 			meaningful together with the other parameters specifying the object to display.
 			</li>
 			<li><b>CurrentTable</b><br>
-			This is a string giving the name of the object to display initially. 
+			This is a string giving the name of the object to display initially.
 			</li>
 		</ul>
 		</p>
 	*/
 	interface com::sun::star::lang::XInitialization;
 };
- 
-//============================================================================= 
-}; }; }; }; 
- 
+
+//=============================================================================
+}; }; }; };
+
 #endif
diff --git a/main/offapi/com/sun/star/sdb/XAlterQuery.idl b/main/offapi/com/sun/star/sdb/XAlterQuery.idl
index 4054ccd..342ba66 100644
--- a/main/offapi/com/sun/star/sdb/XAlterQuery.idl
+++ b/main/offapi/com/sun/star/sdb/XAlterQuery.idl
@@ -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,53 +7,53 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_XAlterQuery_idl__ 
-#define __com_sun_star_sdb_XAlterQuery_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#include <com/sun/star/sdbc/SQLException.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdb { 
- 
+#ifndef __com_sun_star_sdb_XAlterQuery_idl__
+#define __com_sun_star_sdb_XAlterQuery_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#include <com/sun/star/sdbc/SQLException.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdb {
+
 /** is used to alter the command of a query.
  */
 published interface XAlterQuery: com::sun::star::uno::XInterface
-{ 
-	 
+{
+
 	/** is intended to alter the command of a query object.
 		@param command
 			the SQL statement
 		@param useEscapeProcessing
 			<TRUE/> when escape processing should be used
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	void alterCommand([in]string command, [in]boolean useEscapeProcessing) 
-		raises (com::sun::star::sdbc::SQLException); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	void alterCommand([in]string command, [in]boolean useEscapeProcessing)
+		raises (com::sun::star::sdbc::SQLException);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/XBookmarksSupplier.idl b/main/offapi/com/sun/star/sdb/XBookmarksSupplier.idl
index 46db39a..ab82c5f 100644
--- a/main/offapi/com/sun/star/sdb/XBookmarksSupplier.idl
+++ b/main/offapi/com/sun/star/sdb/XBookmarksSupplier.idl
@@ -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,58 +7,58 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_XBookmarksSupplier_idl__ 
-#define __com_sun_star_sdb_XBookmarksSupplier_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XNameAccess_idl__ 
-#include <com/sun/star/container/XNameAccess.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module sdb {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_sdb_XBookmarksSupplier_idl__
+#define __com_sun_star_sdb_XBookmarksSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_container_XNameAccess_idl__
+#include <com/sun/star/container/XNameAccess.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module sdb {
+
+//=============================================================================
+
 /** provides access to the collection of all bookmarks associated with a data source.
  */
 published interface XBookmarksSupplier: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** @returns	the collection of all bookmarks associated with a data source
 			<p>
 			A bookmark is simply a string specifying the location of the
 			bookmarked document.
 			</p>
 	 */
-	com::sun::star::container::XNameAccess getBookmarks(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	com::sun::star::container::XNameAccess getBookmarks();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/XColumn.idl b/main/offapi/com/sun/star/sdb/XColumn.idl
index 1e1c285..98554e6 100644
--- a/main/offapi/com/sun/star/sdb/XColumn.idl
+++ b/main/offapi/com/sun/star/sdb/XColumn.idl
@@ -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,294 +7,294 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_XColumn_idl__ 
-#define __com_sun_star_sdb_XColumn_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#include <com/sun/star/sdbc/SQLException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_Date_idl__ 
-#include <com/sun/star/util/Date.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_DateTime_idl__ 
-#include <com/sun/star/util/DateTime.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_Time_idl__ 
-#include <com/sun/star/util/Time.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module io { 
- published interface XInputStream; 
-};};};}; 
- 
- module com {  module sun {  module star {  module container { 
- published interface XNameAccess; 
-};};};}; 
- 
- module com {  module sun {  module star {  module sdbc { 
- published interface XRef; 
- published interface XArray; 
- published interface XBlob; 
- published interface XClob; 
-};};};}; 
- 
- module com {  module sun {  module star {  module sdb { 
- 
- 
+#ifndef __com_sun_star_sdb_XColumn_idl__
+#define __com_sun_star_sdb_XColumn_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#include <com/sun/star/sdbc/SQLException.idl>
+#endif
+
+#ifndef __com_sun_star_util_Date_idl__
+#include <com/sun/star/util/Date.idl>
+#endif
+
+#ifndef __com_sun_star_util_DateTime_idl__
+#include <com/sun/star/util/DateTime.idl>
+#endif
+
+#ifndef __com_sun_star_util_Time_idl__
+#include <com/sun/star/util/Time.idl>
+#endif
+
+ module com {  module sun {  module star {  module io {
+ published interface XInputStream;
+};};};};
+
+ module com {  module sun {  module star {  module container {
+ published interface XNameAccess;
+};};};};
+
+ module com {  module sun {  module star {  module sdbc {
+ published interface XRef;
+ published interface XArray;
+ published interface XBlob;
+ published interface XClob;
+};};};};
+
+ module com {  module sun {  module star {  module sdb {
+
+
 /** is used to access data which is collected in a row.
  */
 published interface XColumn: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** reports whether the last column read had a value of SQL NULL.
 		Note that you must first call getXXX on a column to try to read
-		its value and then call 
+		its value and then call
 		<code>wasNull()</code>
 		to see if the value read was SQL NULL.
-		@returns 
+		@returns
 			<TRUE/> if so
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	boolean wasNull() raises (com::sun::star::sdbc::SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean wasNull() raises (com::sun::star::sdbc::SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets the value of a column in the current row as a String.
-		@returns 
+		@returns
 			the column value
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	string getString() raises (com::sun::star::sdbc::SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	string getString() raises (com::sun::star::sdbc::SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets the value of a column in the current row as boolean.
-		@returns 
+		@returns
 			the column value
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	boolean getBoolean() raises (com::sun::star::sdbc::SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean getBoolean() raises (com::sun::star::sdbc::SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets the value of a column in the current row as a byte.
-		@returns 
+		@returns
 			the column value
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	byte getByte() raises (com::sun::star::sdbc::SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	byte getByte() raises (com::sun::star::sdbc::SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets the value of a column in the current row as a short.
-		@returns 
+		@returns
 			the column value
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	short getShort() raises (com::sun::star::sdbc::SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	short getShort() raises (com::sun::star::sdbc::SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets the value of a column in the current row as a long.
-		@returns 
+		@returns
 			the column value
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	long getInt() raises (com::sun::star::sdbc::SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	long getInt() raises (com::sun::star::sdbc::SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets the value of a column in the current row as a hyper.
-		@returns 
+		@returns
 			the column value
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	hyper getLong() raises (com::sun::star::sdbc::SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	hyper getLong() raises (com::sun::star::sdbc::SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets the value of a column in the current row as a float.
-		@returns 
+		@returns
 			the column value
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	float getFloat() raises (com::sun::star::sdbc::SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	float getFloat() raises (com::sun::star::sdbc::SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets the value of a column in the current row as a double.
-		@returns 
+		@returns
 			the column value
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	double getDouble() raises (com::sun::star::sdbc::SQLException); 
-	//------------------------------------------------------------------------- 
-	 
-	/** gets the value of a column in the current row as a byte array. 
-		     The bytes represent the raw values returned by the driver. 
-		     @returns  the column value; 
-				if the value is SQL NULL, the result is empty. 
-		     @throws com::sun::star::sdbc::SQLException 
+	double getDouble() raises (com::sun::star::sdbc::SQLException);
+	//-------------------------------------------------------------------------
+
+	/** gets the value of a column in the current row as a byte array.
+		     The bytes represent the raw values returned by the driver.
+		     @returns  the column value;
+				if the value is SQL NULL, the result is empty.
+		     @throws com::sun::star::sdbc::SQLException
 				if a database access error occurs.
 	*/
-	sequence<byte> getBytes() raises (com::sun::star::sdbc::SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	sequence<byte> getBytes() raises (com::sun::star::sdbc::SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets the value of a column in the current row as a date object.
-		@returns 
+		@returns
 			the column value
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	com::sun::star::util::Date getDate() 
-		raises (com::sun::star::sdbc::SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	com::sun::star::util::Date getDate()
+		raises (com::sun::star::sdbc::SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets the value of a column in the current row as a time object.
-		@returns 
+		@returns
 			the column value
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	com::sun::star::util::Time getTime() 
-		raises (com::sun::star::sdbc::SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	com::sun::star::util::Time getTime()
+		raises (com::sun::star::sdbc::SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets the value of a column in the current row as a datetime object.
-		@returns 
+		@returns
 			the column value
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	com::sun::star::util::DateTime getTimestamp() 
-		raises (com::sun::star::sdbc::SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	com::sun::star::util::DateTime getTimestamp()
+		raises (com::sun::star::sdbc::SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets the value of a column in the current row as a stream of
 		uninterpreted bytes. The value can then be read in chunks from the
 		stream. This method is particularly suitable for retrieving large
 		LONGVARBINARY or LONGVARCHAR values.
-		
-		
+
+
 		<p>
 		<b>Note:</b> All the data in the returned stream must be
 		read prior to getting the value of any other column. The next
 		call to a get method implicitly closes the stream. Also, a
-		stream may return 0 when the method 
+		stream may return 0 when the method
 		<member scope="com::sun::star::io">XInputStream::available()</member>
 		is called whether there is data available or not.
 		</p>
-			@returns 
+			@returns
 			the column value
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	com::sun::star::io::XInputStream getBinaryStream() 
-        raises (com::sun::star::sdbc::SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	com::sun::star::io::XInputStream getBinaryStream()
+        raises (com::sun::star::sdbc::SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets the value of a column in the current row as a stream of
 		uninterpreted bytes. The value can then be read in chunks from the
 		stream. This method is particularly suitable for retrieving large
-		LONGVARCHAR values.		
-		
+		LONGVARCHAR values.
+
 		<p>
 		<b>Note:</b> All the data in the returned stream must be
 		read prior to getting the value of any other column. The next
 		call to a get method implicitly closes the stream. Also, a
-		stream may return 0 when the method 
+		stream may return 0 when the method
 		<member scope="com::sun::star::io">XInputStream::available()</member>
 		is called whether there is data available or not.
 		</p>
-		@returns 
+		@returns
 			the column value
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	com::sun::star::io::XInputStream getCharacterStream() 
-        raises (com::sun::star::sdbc::SQLException); 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::io::XInputStream getCharacterStream()
+        raises (com::sun::star::sdbc::SQLException);
+	//-------------------------------------------------------------------------
+
 	/** @returns the value of a column in the current row as an object.
-		This method uses the given 
+		This method uses the given
 		<code>Map</code>
 		object
 		for the custom mapping of the SQL structure or distinct type
 		that is being retrieved.
 		@param typeMap
 			the type map is used to fetch the correct type
-		@returns 
+		@returns
 			the column value
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	any getObject([in]com::sun::star::container::XNameAccess typeMap) 
-		raises (com::sun::star::sdbc::SQLException); 
-    //------------------------------------------------------------------------- 
-	 
+	any getObject([in]com::sun::star::container::XNameAccess typeMap)
+		raises (com::sun::star::sdbc::SQLException);
+    //-------------------------------------------------------------------------
+
 	/** gets a REF(&lt;structured-type&gt) column value from the current row.
 
-		@returns 
+		@returns
 			the column value
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	*/
-	com::sun::star::sdbc::XRef getRef() raises (com::sun::star::sdbc::SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	com::sun::star::sdbc::XRef getRef() raises (com::sun::star::sdbc::SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets a BLOB (Binary Large OBject) value in the current row.
-		@returns 
+		@returns
 			the column value
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	com::sun::star::sdbc::XBlob getBlob() raises (com::sun::star::sdbc::SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	com::sun::star::sdbc::XBlob getBlob() raises (com::sun::star::sdbc::SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets a CLOB value in the current row of this <code>ResultSet</code> object.
-		@returns 
+		@returns
 			the column value
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	com::sun::star::sdbc::XClob getClob() raises (com::sun::star::sdbc::SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	com::sun::star::sdbc::XClob getClob() raises (com::sun::star::sdbc::SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets a SQL ARRAY value from the current row.
-		@returns 
+		@returns
 			the column value
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	com::sun::star::sdbc::XArray getArray() raises (com::sun::star::sdbc::SQLException); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	com::sun::star::sdbc::XArray getArray() raises (com::sun::star::sdbc::SQLException);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/XColumnUpdate.idl b/main/offapi/com/sun/star/sdb/XColumnUpdate.idl
index b4b751a..a48d87c 100644
--- a/main/offapi/com/sun/star/sdb/XColumnUpdate.idl
+++ b/main/offapi/com/sun/star/sdb/XColumnUpdate.idl
@@ -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,220 +7,220 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_XColumnUpdate_idl__ 
-#define __com_sun_star_sdb_XColumnUpdate_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#include <com/sun/star/sdbc/SQLException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_Date_idl__ 
-#include <com/sun/star/util/Date.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_DateTime_idl__ 
-#include <com/sun/star/util/DateTime.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_Time_idl__ 
-#include <com/sun/star/util/Time.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module io { 
- published interface XInputStream; 
-};};};}; 
- 
- module com {  module sun {  module star {  module sdb { 
- 
- 
+#ifndef __com_sun_star_sdb_XColumnUpdate_idl__
+#define __com_sun_star_sdb_XColumnUpdate_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#include <com/sun/star/sdbc/SQLException.idl>
+#endif
+
+#ifndef __com_sun_star_util_Date_idl__
+#include <com/sun/star/util/Date.idl>
+#endif
+
+#ifndef __com_sun_star_util_DateTime_idl__
+#include <com/sun/star/util/DateTime.idl>
+#endif
+
+#ifndef __com_sun_star_util_Time_idl__
+#include <com/sun/star/util/Time.idl>
+#endif
+
+ module com {  module sun {  module star {  module io {
+ published interface XInputStream;
+};};};};
+
+ module com {  module sun {  module star {  module sdb {
+
+
 /** is used to update data which is collected in a row.
  */
 published interface XColumnUpdate: com::sun::star::uno::XInterface
-{ 
-	 
+{
+
 	/** gives a nullable column a null value.
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	void updateNull() raises (com::sun::star::sdbc::SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	void updateNull() raises (com::sun::star::sdbc::SQLException);
+	//-------------------------------------------------------------------------
+
 	/** updates a column with a boolean value.
 		@param x
 			the new column value
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	void updateBoolean([in]boolean x) raises (com::sun::star::sdbc::SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	void updateBoolean([in]boolean x) raises (com::sun::star::sdbc::SQLException);
+	//-------------------------------------------------------------------------
+
 	/** updates a column with a byte value.
 		@param x
 			the new column value
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	void updateByte([in]byte x) raises (com::sun::star::sdbc::SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	void updateByte([in]byte x) raises (com::sun::star::sdbc::SQLException);
+	//-------------------------------------------------------------------------
+
 	/** updates a column with a short value.
 		@param x
 			the new column value
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	void updateShort([in]short x) raises (com::sun::star::sdbc::SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	void updateShort([in]short x) raises (com::sun::star::sdbc::SQLException);
+	//-------------------------------------------------------------------------
+
 	/** updates a column with a long value.
 		@param x
 			the new column value
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	void updateInt([in]long x) raises (com::sun::star::sdbc::SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	void updateInt([in]long x) raises (com::sun::star::sdbc::SQLException);
+	//-------------------------------------------------------------------------
+
 	/** updates a column with a hyper value.
 		@param x
 			the new column value
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	void updateLong([in]hyper x) raises (com::sun::star::sdbc::SQLException); 
-    //------------------------------------------------------------------------- 
-	 
+	void updateLong([in]hyper x) raises (com::sun::star::sdbc::SQLException);
+    //-------------------------------------------------------------------------
+
 	/** updates a column with a float value.
 		@param x
 			the new column value
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	void updateFloat([in]float x) raises (com::sun::star::sdbc::SQLException); 
-    //------------------------------------------------------------------------- 
-	 
+	void updateFloat([in]float x) raises (com::sun::star::sdbc::SQLException);
+    //-------------------------------------------------------------------------
+
 	/** updates a column with a double value.
 		@param x
 			the new column value
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	void updateDouble([in]double x) raises (com::sun::star::sdbc::SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	void updateDouble([in]double x) raises (com::sun::star::sdbc::SQLException);
+	//-------------------------------------------------------------------------
+
 	/** updates a column with a string value.
 		@param x
 			the new column value
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	void updateString([in]string x) raises (com::sun::star::sdbc::SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	void updateString([in]string x) raises (com::sun::star::sdbc::SQLException);
+	//-------------------------------------------------------------------------
+
 	/** updates a column with a byte array value.
 		@param x
 			the new column value
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	void updateBytes([in]sequence<byte> x) raises (com::sun::star::sdbc::SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	void updateBytes([in]sequence<byte> x) raises (com::sun::star::sdbc::SQLException);
+	//-------------------------------------------------------------------------
+
 	/** updates a column with a Date value.
 		@param x
 			the new column value
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	void updateDate([in]com::sun::star::util::Date x) 
-		raises (com::sun::star::sdbc::SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	void updateDate([in]com::sun::star::util::Date x)
+		raises (com::sun::star::sdbc::SQLException);
+	//-------------------------------------------------------------------------
+
 	/** updates a column with a Time value.
 		@param x
 			the new column value
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	void updateTime([in]com::sun::star::util::Time x) 
-		raises (com::sun::star::sdbc::SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	void updateTime([in]com::sun::star::util::Time x)
+		raises (com::sun::star::sdbc::SQLException);
+	//-------------------------------------------------------------------------
+
 	/** updates a column with a Timestamp value.
 		@param x
 			the new column value
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	void updateTimestamp([in]com::sun::star::util::DateTime x) 
-      raises (com::sun::star::sdbc::SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	void updateTimestamp([in]com::sun::star::util::DateTime x)
+      raises (com::sun::star::sdbc::SQLException);
+	//-------------------------------------------------------------------------
+
 	/** updates a column with a stream value.
 		@param x
 			the new column value
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	void updateBinaryStream([in]com::sun::star::io::XInputStream x, 
-					 		[in]long length) raises (com::sun::star::sdbc::SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	void updateBinaryStream([in]com::sun::star::io::XInputStream x,
+					 		[in]long length) raises (com::sun::star::sdbc::SQLException);
+	//-------------------------------------------------------------------------
+
 	/** updates a column with a stream value.
 		@param x
 			the new column value
 		@param length
-			the length of the stream	
-		@throws com::sun::star::sdbc::SQLException 
+			the length of the stream
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	void updateCharacterStream([in]com::sun::star::io::XInputStream x, 
-					  		   [in]long length) raises (com::sun::star::sdbc::SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	void updateCharacterStream([in]com::sun::star::io::XInputStream x,
+					  		   [in]long length) raises (com::sun::star::sdbc::SQLException);
+	//-------------------------------------------------------------------------
+
 	/** updates a column with an Object value.
 		@param x
 			the new column value
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	void updateObject([in]any x) 
-      raises (com::sun::star::sdbc::SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	void updateObject([in]any x)
+      raises (com::sun::star::sdbc::SQLException);
+	//-------------------------------------------------------------------------
+
 	/** updates a column with an Object value.
 		@param x
 			the new column value
 		@param scale
 			the scale
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	void updateNumericObject([in]any x, [in]long scale) 
-      raises (com::sun::star::sdbc::SQLException); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	void updateNumericObject([in]any x, [in]long scale)
+      raises (com::sun::star::sdbc::SQLException);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/XCommandPreparation.idl b/main/offapi/com/sun/star/sdb/XCommandPreparation.idl
index a40fd1b..12ecd6d 100644
--- a/main/offapi/com/sun/star/sdb/XCommandPreparation.idl
+++ b/main/offapi/com/sun/star/sdb/XCommandPreparation.idl
@@ -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,47 +7,47 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_XCommandPreparation_idl__ 
-#define __com_sun_star_sdb_XCommandPreparation_idl__ 
- 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#include <com/sun/star/sdbc/SQLException.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbc { 
- published interface XPreparedStatement; 
-};};};}; 
- 
- module com {  module sun {  module star {  module sdb { 
- 
- 
+#ifndef __com_sun_star_sdb_XCommandPreparation_idl__
+#define __com_sun_star_sdb_XCommandPreparation_idl__
+
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#include <com/sun/star/sdbc/SQLException.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbc {
+ published interface XPreparedStatement;
+};};};};
+
+ module com {  module sun {  module star {  module sdb {
+
+
 /** is used for preparation of commands.
-	
-	<p> 
+
+	<p>
 	A command could be a table, query, or any kind of SQL statement
 	prepared by the user.
 	</p>
  */
 published interface XCommandPreparation: com::sun::star::uno::XInterface
-{ 
-	 
-	/** creates a 
+{
+
+	/** creates a
 		<type scope="com::sun::star::sdbc">PreparedStatement</type>
 		object for sending parameterized SQL statements to the database.
-		
+
 		<p>
 		A SQL statement with or without IN parameters can be
 		pre-compiled and stored in a PreparedStatement object. This
@@ -61,17 +61,17 @@
 			<type scope="com::sun::star::sdb">CommandType</type>
 		@returns
 			the PreparedStatement object
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	com::sun::star::sdbc::XPreparedStatement prepareCommand([in]string command, [in] long commandType) 
-	 	raises (com::sun::star::sdbc::SQLException); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	com::sun::star::sdbc::XPreparedStatement prepareCommand([in]string command, [in] long commandType)
+	 	raises (com::sun::star::sdbc::SQLException);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/XCompletedConnection.idl b/main/offapi/com/sun/star/sdb/XCompletedConnection.idl
index 319c484..2044e3b 100644
--- a/main/offapi/com/sun/star/sdb/XCompletedConnection.idl
+++ b/main/offapi/com/sun/star/sdb/XCompletedConnection.idl
@@ -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,62 +7,62 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_XCompletedConnection_idl__ 
-#define __com_sun_star_sdb_XCompletedConnection_idl__ 
- 
-#ifndef __com_sun_star_task_XInteractionHandler_idl__ 
-#include <com/sun/star/task/XInteractionHandler.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#include <com/sun/star/sdbc/SQLException.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbc { 
- published interface XConnection; 
-};};};}; 
- 
- module com {  module sun {  module star {  module sdb { 
- 
- 
+#ifndef __com_sun_star_sdb_XCompletedConnection_idl__
+#define __com_sun_star_sdb_XCompletedConnection_idl__
+
+#ifndef __com_sun_star_task_XInteractionHandler_idl__
+#include <com/sun/star/task/XInteractionHandler.idl>
+#endif
+
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#include <com/sun/star/sdbc/SQLException.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbc {
+ published interface XConnection;
+};};};};
+
+ module com {  module sun {  module star {  module sdb {
+
+
 /** is used for establishing connections via a factory which is identified
 	by it's name. To complete the information needed for establishing a connection
 	an interaction handler is used.
  */
 published interface XCompletedConnection: com::sun::star::uno::XInterface
-{ 
-	 
-	/** attempts to establish a database connection. If information is missing, such as 
+{
+
+	/** attempts to establish a database connection. If information is missing, such as
 		a user's password, they are completed by user interaction.
 		@param handler
 			will be asked when more information is needed
 		@returns
 			the Connection object
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	com::sun::star::sdbc::XConnection 
-		connectWithCompletion([in]com::sun::star::task::XInteractionHandler handler) 
-	 		raises (com::sun::star::sdbc::SQLException); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	com::sun::star::sdbc::XConnection
+		connectWithCompletion([in]com::sun::star::task::XInteractionHandler handler)
+	 		raises (com::sun::star::sdbc::SQLException);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/XCompletedExecution.idl b/main/offapi/com/sun/star/sdb/XCompletedExecution.idl
index 1c233c6..7a456c7 100644
--- a/main/offapi/com/sun/star/sdb/XCompletedExecution.idl
+++ b/main/offapi/com/sun/star/sdb/XCompletedExecution.idl
@@ -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,53 +7,53 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_XCompletedExecution_idl__ 
-#define __com_sun_star_sdb_XCompletedExecution_idl__ 
- 
-#ifndef __com_sun_star_task_XInteractionHandler_idl__ 
-#include <com/sun/star/task/XInteractionHandler.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#include <com/sun/star/sdbc/SQLException.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdb { 
- 
- 
+#ifndef __com_sun_star_sdb_XCompletedExecution_idl__
+#define __com_sun_star_sdb_XCompletedExecution_idl__
+
+#ifndef __com_sun_star_task_XInteractionHandler_idl__
+#include <com/sun/star/task/XInteractionHandler.idl>
+#endif
+
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#include <com/sun/star/sdbc/SQLException.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdb {
+
+
 /** is used for execution where information for execution may be required from
 	the user.
  */
 published interface XCompletedExecution: com::sun::star::uno::XInterface
-{ 
-	 
+{
+
 	/** completes necessary information before execution, for example parameter values.
 		@param handler
 			will be asked when more information is needed
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	void executeWithCompletion([in]com::sun::star::task::XInteractionHandler handler) 
-	 	raises (com::sun::star::sdbc::SQLException); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	void executeWithCompletion([in]com::sun::star::task::XInteractionHandler handler)
+	 	raises (com::sun::star::sdbc::SQLException);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/XDataAccessDescriptorFactory.idl b/main/offapi/com/sun/star/sdb/XDataAccessDescriptorFactory.idl
index ed1bb77..d439b65 100644
--- a/main/offapi/com/sun/star/sdb/XDataAccessDescriptorFactory.idl
+++ b/main/offapi/com/sun/star/sdb/XDataAccessDescriptorFactory.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,13 +24,13 @@
 #ifndef __com_sun_star_sdb_XDataAccessDescriptorFactory_idl__
 #define __com_sun_star_sdb_XDataAccessDescriptorFactory_idl__
 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
+#ifndef __com_sun_star_beans_XPropertySet_idl__
 #include <com/sun/star/beans/XPropertySet.idl>
 #endif
 
 //=============================================================================
 
-module com { module sun { module star { module sdb { 
+module com { module sun { module star { module sdb {
 
 //=============================================================================
 
@@ -53,7 +53,7 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/sdb/XDatabaseAccess.idl b/main/offapi/com/sun/star/sdb/XDatabaseAccess.idl
index c3208f8..056acc0 100644
--- a/main/offapi/com/sun/star/sdb/XDatabaseAccess.idl
+++ b/main/offapi/com/sun/star/sdb/XDatabaseAccess.idl
@@ -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,64 +7,64 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_XDatabaseAccess_idl__ 
-#define __com_sun_star_sdb_XDatabaseAccess_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdbc_XDataSource_idl__ 
-#include <com/sun/star/sdbc/XDataSource.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#include <com/sun/star/sdbc/SQLException.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module task { 
- published interface XInteractionHandler; 
-};};};}; 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module sdb { 
- 
- published interface XDatabaseAccessListener; 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_sdb_XDatabaseAccess_idl__
+#define __com_sun_star_sdb_XDatabaseAccess_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_sdbc_XDataSource_idl__
+#include <com/sun/star/sdbc/XDataSource.idl>
+#endif
+
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#include <com/sun/star/sdbc/SQLException.idl>
+#endif
+
+ module com {  module sun {  module star {  module task {
+ published interface XInteractionHandler;
+};};};};
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module sdb {
+
+ published interface XDatabaseAccessListener;
+
+//=============================================================================
+
 /** is not to be used anymore
     @deprecated
  */
 published interface XDatabaseAccess: com::sun::star::sdbc::XDataSource
-{ 
-	boolean hasConnections(); 
-	com::sun::star::sdbc::XConnection getIsolatedConnection([in]string user, [in]string password) 
-	  raises (com::sun::star::sdbc::SQLException); 
-	boolean suspendConnections() raises (com::sun::star::sdbc::SQLException); 
-	[oneway] void addDatabaseAccessListener([in]XDatabaseAccessListener listener); 
-	[oneway] void removeDatabaseAccessListener([in]XDatabaseAccessListener listener); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+{
+	boolean hasConnections();
+	com::sun::star::sdbc::XConnection getIsolatedConnection([in]string user, [in]string password)
+	  raises (com::sun::star::sdbc::SQLException);
+	boolean suspendConnections() raises (com::sun::star::sdbc::SQLException);
+	[oneway] void addDatabaseAccessListener([in]XDatabaseAccessListener listener);
+	[oneway] void removeDatabaseAccessListener([in]XDatabaseAccessListener listener);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/XDatabaseAccessListener.idl b/main/offapi/com/sun/star/sdb/XDatabaseAccessListener.idl
index adf7096..af2ff32 100644
--- a/main/offapi/com/sun/star/sdb/XDatabaseAccessListener.idl
+++ b/main/offapi/com/sun/star/sdb/XDatabaseAccessListener.idl
@@ -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,43 +7,43 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_XDatabaseAccessListener_idl__ 
-#define __com_sun_star_sdb_XDatabaseAccessListener_idl__ 
- 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdb { 
- 
- 
+#ifndef __com_sun_star_sdb_XDatabaseAccessListener_idl__
+#define __com_sun_star_sdb_XDatabaseAccessListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdb {
+
+
 /** is not to be used anymore
     @deprecated
  */
 published interface XDatabaseAccessListener: com::sun::star::lang::XEventListener
-{ 
-	[oneway] void connectionChanged([in]com::sun::star::lang::EventObject event); 
-	boolean approveConnectionClosing([in]com::sun::star::lang::EventObject event); 
-	[oneway] void connectionClosing([in]com::sun::star::lang::EventObject event); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+{
+	[oneway] void connectionChanged([in]com::sun::star::lang::EventObject event);
+	boolean approveConnectionClosing([in]com::sun::star::lang::EventObject event);
+	[oneway] void connectionClosing([in]com::sun::star::lang::EventObject event);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/XDatabaseEnvironment.idl b/main/offapi/com/sun/star/sdb/XDatabaseEnvironment.idl
index 8ff6d89..4fdac64 100644
--- a/main/offapi/com/sun/star/sdb/XDatabaseEnvironment.idl
+++ b/main/offapi/com/sun/star/sdb/XDatabaseEnvironment.idl
@@ -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,63 +7,63 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_XDatabaseEnvironment_idl__ 
-#define __com_sun_star_sdb_XDatabaseEnvironment_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#include <com/sun/star/sdbc/SQLException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdbc_XDriverManager_idl__ 
-#include <com/sun/star/sdbc/XDriverManager.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_PropertyValue_idl__ 
-#include <com/sun/star/beans/PropertyValue.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module sdb { 
- 
- published interface XDatabaseAccess; 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_sdb_XDatabaseEnvironment_idl__
+#define __com_sun_star_sdb_XDatabaseEnvironment_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#include <com/sun/star/sdbc/SQLException.idl>
+#endif
+
+#ifndef __com_sun_star_sdbc_XDriverManager_idl__
+#include <com/sun/star/sdbc/XDriverManager.idl>
+#endif
+
+#ifndef __com_sun_star_beans_PropertyValue_idl__
+#include <com/sun/star/beans/PropertyValue.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module sdb {
+
+ published interface XDatabaseAccess;
+
+//=============================================================================
+
 /** is not to be used anymore.
 
     @deprecated
  */
 published interface XDatabaseEnvironment: com::sun::star::sdbc::XDriverManager
-{ 
-	XDatabaseAccess getDatabaseAccess([in]string URL) 
-		raises (com::sun::star::sdbc::SQLException); 
-	XDatabaseAccess createDatabaseAccess([in]string URL, [in]string title) 
-		raises (com::sun::star::sdbc::SQLException); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+{
+	XDatabaseAccess getDatabaseAccess([in]string URL)
+		raises (com::sun::star::sdbc::SQLException);
+	XDatabaseAccess createDatabaseAccess([in]string URL, [in]string title)
+		raises (com::sun::star::sdbc::SQLException);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/XDatabaseRegistrations.idl b/main/offapi/com/sun/star/sdb/XDatabaseRegistrations.idl
index ee66569..2a83e16 100644
--- a/main/offapi/com/sun/star/sdb/XDatabaseRegistrations.idl
+++ b/main/offapi/com/sun/star/sdb/XDatabaseRegistrations.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sdb/XDatabaseRegistrationsListener.idl b/main/offapi/com/sun/star/sdb/XDatabaseRegistrationsListener.idl
index e105e60..b3e505e 100644
--- a/main/offapi/com/sun/star/sdb/XDatabaseRegistrationsListener.idl
+++ b/main/offapi/com/sun/star/sdb/XDatabaseRegistrationsListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sdb/XDocumentDataSource.idl b/main/offapi/com/sun/star/sdb/XDocumentDataSource.idl
index 89c9371..256fa8c 100644
--- a/main/offapi/com/sun/star/sdb/XDocumentDataSource.idl
+++ b/main/offapi/com/sun/star/sdb/XDocumentDataSource.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sdb/XFormDocumentsSupplier.idl b/main/offapi/com/sun/star/sdb/XFormDocumentsSupplier.idl
index f155458..e12c6c5 100644
--- a/main/offapi/com/sun/star/sdb/XFormDocumentsSupplier.idl
+++ b/main/offapi/com/sun/star/sdb/XFormDocumentsSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sdb/XInteractionDocumentSave.idl b/main/offapi/com/sun/star/sdb/XInteractionDocumentSave.idl
index 2bc22a6..7cbcd8d 100644
--- a/main/offapi/com/sun/star/sdb/XInteractionDocumentSave.idl
+++ b/main/offapi/com/sun/star/sdb/XInteractionDocumentSave.idl
@@ -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,34 +7,34 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_XInteractionDocumentSave_idl__ 
-#define __com_sun_star_sdb_XInteractionDocumentSave_idl__ 
- 
-#ifndef __com_sun_star_task_XInteractionContinuation_idl__ 
-#include <com/sun/star/task/XInteractionContinuation.idl> 
-#endif 
-#ifndef __com_sun_star_ucb_XContent_idl__ 
-#include <com/sun/star/ucb/XContent.idl> 
-#endif 
- 
-module com {  module sun {  module star {  module sdb { 
- 
- 
+#ifndef __com_sun_star_sdb_XInteractionDocumentSave_idl__
+#define __com_sun_star_sdb_XInteractionDocumentSave_idl__
+
+#ifndef __com_sun_star_task_XInteractionContinuation_idl__
+#include <com/sun/star/task/XInteractionContinuation.idl>
+#endif
+#ifndef __com_sun_star_ucb_XContent_idl__
+#include <com/sun/star/ucb/XContent.idl>
+#endif
+
+module com {  module sun {  module star {  module sdb {
+
+
 /** An interaction continuation handing back a document name.
-	
+
 	<p>
 	This continuation is typically used in conjunction with a
 	<type scope="com::sun::star::sdb">DocumentSaveRequest</type>.
@@ -42,7 +42,7 @@
 	@since OpenOffice 2.0
 */
 interface XInteractionDocumentSave: com::sun::star::task::XInteractionContinuation
-{ 
+{
 	/** set the document name chosen by the interaction handler
 		@param	Name
 			the name of the document
@@ -50,12 +50,12 @@
 			the content where the document should store itself
 	*/
 	void setName( [in] string Name, [in] com::sun::star::ucb::XContent Content);
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/XInteractionSupplyParameters.idl b/main/offapi/com/sun/star/sdb/XInteractionSupplyParameters.idl
index cfcff64..a010264 100644
--- a/main/offapi/com/sun/star/sdb/XInteractionSupplyParameters.idl
+++ b/main/offapi/com/sun/star/sdb/XInteractionSupplyParameters.idl
@@ -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,52 +7,52 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_XInteractionSupplyParameters_idl__ 
-#define __com_sun_star_sdb_XInteractionSupplyParameters_idl__ 
- 
-#ifndef __com_sun_star_task_XInteractionContinuation_idl__ 
-#include <com/sun/star/task/XInteractionContinuation.idl> 
-#endif 
-#ifndef __com_sun_star_beans_PropertyValue_idl__ 
-#include <com/sun/star/beans/PropertyValue.idl> 
-#endif 
- 
-module com {  module sun {  module star {  module sdb { 
- 
- 
+#ifndef __com_sun_star_sdb_XInteractionSupplyParameters_idl__
+#define __com_sun_star_sdb_XInteractionSupplyParameters_idl__
+
+#ifndef __com_sun_star_task_XInteractionContinuation_idl__
+#include <com/sun/star/task/XInteractionContinuation.idl>
+#endif
+#ifndef __com_sun_star_beans_PropertyValue_idl__
+#include <com/sun/star/beans/PropertyValue.idl>
+#endif
+
+module com {  module sun {  module star {  module sdb {
+
+
 /** An interaction continuation handing back parameter data.
-	
+
 	<p>
 	This continuation is typically used in conjunction with a
 	<type scope="com::sun::star::sdb">ParametersRequest</type>.
 	</p>
 */
 published interface XInteractionSupplyParameters: com::sun::star::task::XInteractionContinuation
-{ 
+{
 	/** set the parameters chosen by the interaction handler
 		@param	Values
 			the parameters to set
 	*/
 	void setParameters( [in] sequence< com::sun::star::beans::PropertyValue > Values);
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/XOfficeDatabaseDocument.idl b/main/offapi/com/sun/star/sdb/XOfficeDatabaseDocument.idl
index 362001b..db8fc6c 100644
--- a/main/offapi/com/sun/star/sdb/XOfficeDatabaseDocument.idl
+++ b/main/offapi/com/sun/star/sdb/XOfficeDatabaseDocument.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sdb/XParametersSupplier.idl b/main/offapi/com/sun/star/sdb/XParametersSupplier.idl
index b798494..605330f 100644
--- a/main/offapi/com/sun/star/sdb/XParametersSupplier.idl
+++ b/main/offapi/com/sun/star/sdb/XParametersSupplier.idl
@@ -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,50 +7,50 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_XParametersSupplier_idl__ 
-#define __com_sun_star_sdb_XParametersSupplier_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XIndexAccess_idl__ 
-#include <com/sun/star/container/XIndexAccess.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdb { 
- 
- 
+#ifndef __com_sun_star_sdb_XParametersSupplier_idl__
+#define __com_sun_star_sdb_XParametersSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_container_XIndexAccess_idl__
+#include <com/sun/star/container/XIndexAccess.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdb {
+
+
 /** provides the access to a container of parameters, typically used for a prepared
 	statement.
  */
 published interface XParametersSupplier: com::sun::star::uno::XInterface
-{ 
-	 
+{
+
 	/** returns the container of parameters.
-		@returns 
+		@returns
 			the parameters
 	 */
-	com::sun::star::container::XIndexAccess getParameters(); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	com::sun::star::container::XIndexAccess getParameters();
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/XQueriesSupplier.idl b/main/offapi/com/sun/star/sdb/XQueriesSupplier.idl
index fa3c8e3..3316172 100644
--- a/main/offapi/com/sun/star/sdb/XQueriesSupplier.idl
+++ b/main/offapi/com/sun/star/sdb/XQueriesSupplier.idl
@@ -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,38 +7,38 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_XQueriesSupplier_idl__ 
-#define __com_sun_star_sdb_XQueriesSupplier_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XNameAccess_idl__ 
-#include <com/sun/star/container/XNameAccess.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdb { 
- 
- 
+#ifndef __com_sun_star_sdb_XQueriesSupplier_idl__
+#define __com_sun_star_sdb_XQueriesSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_container_XNameAccess_idl__
+#include <com/sun/star/container/XNameAccess.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdb {
+
+
 /** provides the access to a container of database queries.
  */
 published interface XQueriesSupplier: com::sun::star::uno::XInterface
-{ 
-	 
+{
+
 	/** returns the container of queries.
 
         <p>The single elements of the container support the <type>Query</type> service.</p>
@@ -47,13 +47,13 @@
             the queries belonging to database connection at which the <type>XQueriesSupplier</type> interface
             is exposed.
 	 */
-	com::sun::star::container::XNameAccess getQueries(); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	com::sun::star::container::XNameAccess getQueries();
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/XQueryDefinitionsSupplier.idl b/main/offapi/com/sun/star/sdb/XQueryDefinitionsSupplier.idl
index 93aaf9e..3c992d9 100644
--- a/main/offapi/com/sun/star/sdb/XQueryDefinitionsSupplier.idl
+++ b/main/offapi/com/sun/star/sdb/XQueryDefinitionsSupplier.idl
@@ -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,49 +7,49 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_XQueryDefinitionsSupplier_idl__ 
-#define __com_sun_star_sdb_XQueryDefinitionsSupplier_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XNameAccess_idl__ 
-#include <com/sun/star/container/XNameAccess.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdb { 
- 
- 
+#ifndef __com_sun_star_sdb_XQueryDefinitionsSupplier_idl__
+#define __com_sun_star_sdb_XQueryDefinitionsSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_container_XNameAccess_idl__
+#include <com/sun/star/container/XNameAccess.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdb {
+
+
 /** provides the access to a container of database command definitions.
  */
 published interface XQueryDefinitionsSupplier: com::sun::star::uno::XInterface
-{ 
-	 
+{
+
 	/** returns the container of commands.
 		@returns
 			the query definitions
 	 */
-	com::sun::star::container::XNameAccess getQueryDefinitions(); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	com::sun::star::container::XNameAccess getQueryDefinitions();
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/XReportDocumentsSupplier.idl b/main/offapi/com/sun/star/sdb/XReportDocumentsSupplier.idl
index a66c6d3..a994ab1 100644
--- a/main/offapi/com/sun/star/sdb/XReportDocumentsSupplier.idl
+++ b/main/offapi/com/sun/star/sdb/XReportDocumentsSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sdb/XResultSetAccess.idl b/main/offapi/com/sun/star/sdb/XResultSetAccess.idl
index a260949..26408d1 100644
--- a/main/offapi/com/sun/star/sdb/XResultSetAccess.idl
+++ b/main/offapi/com/sun/star/sdb/XResultSetAccess.idl
@@ -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,60 +7,60 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_XResultSetAccess_idl__ 
-#define __com_sun_star_sdb_XResultSetAccess_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#include <com/sun/star/sdbc/SQLException.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- published interface XResultSet; 
-}; }; }; }; 
- 
- 
- 
- module com {  module sun {  module star {  module sdb { 
- 
- 
-/** is the interface to create a 
+#ifndef __com_sun_star_sdb_XResultSetAccess_idl__
+#define __com_sun_star_sdb_XResultSetAccess_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#include <com/sun/star/sdbc/SQLException.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbc {
+
+ published interface XResultSet;
+}; }; }; };
+
+
+
+ module com {  module sun {  module star {  module sdb {
+
+
+/** is the interface to create a
 	<type scope="com::sun::star::sdbc">ResultSet</type>
 	based on the object providing the interface.
  */
 published interface XResultSetAccess: com::sun::star::uno::XInterface
-{ 
-	 
-	/** returns a new 
+{
+
+	/** returns a new
 		<type scope="com::sun::star::sdbc">ResultSet</type>
 		based on the object.
 		@returns
 			the new created ResultSet object
 	 */
-	com::sun::star::sdbc::XResultSet createResultSet() raises (com::sun::star::sdbc::SQLException); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	com::sun::star::sdbc::XResultSet createResultSet() raises (com::sun::star::sdbc::SQLException);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/XRowSetApproveBroadcaster.idl b/main/offapi/com/sun/star/sdb/XRowSetApproveBroadcaster.idl
index 724807e..0157980 100644
--- a/main/offapi/com/sun/star/sdb/XRowSetApproveBroadcaster.idl
+++ b/main/offapi/com/sun/star/sdb/XRowSetApproveBroadcaster.idl
@@ -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,56 +7,56 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_XRowSetApproveBroadcaster_idl__ 
-#define __com_sun_star_sdb_XRowSetApproveBroadcaster_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdb { 
- 
- published interface XRowSetApproveListener; 
- 
- 
+#ifndef __com_sun_star_sdb_XRowSetApproveBroadcaster_idl__
+#define __com_sun_star_sdb_XRowSetApproveBroadcaster_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdb {
+
+ published interface XRowSetApproveListener;
+
+
 /** provides the possibility of reviving an event before changing the content
 	of a rowset.
  */
 published interface XRowSetApproveBroadcaster: com::sun::star::uno::XInterface
-{ 
-	 
+{
+
 	/** adds the specified listener to receive the events "approveCursorMove",
 		"approveRowChange", and "appproveRowSetChange".
 		@param com::sun::star::sdb::XRowSetApproveListener
 	 */
-	[oneway] void addRowSetApproveListener( 
-			[in]XRowSetApproveListener listener ); 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void addRowSetApproveListener(
+			[in]XRowSetApproveListener listener );
+	//-------------------------------------------------------------------------
+
 	/** removes the specified listener.
 		@param com::sun::star::sdb::XRowSetApproveListener
 	 */
-	[oneway] void removeRowSetApproveListener( 
-			[in]XRowSetApproveListener listener ); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	[oneway] void removeRowSetApproveListener(
+			[in]XRowSetApproveListener listener );
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/XRowSetApproveListener.idl b/main/offapi/com/sun/star/sdb/XRowSetApproveListener.idl
index c0fa61c..725cda0 100644
--- a/main/offapi/com/sun/star/sdb/XRowSetApproveListener.idl
+++ b/main/offapi/com/sun/star/sdb/XRowSetApproveListener.idl
@@ -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,67 +7,67 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_XRowSetApproveListener_idl__ 
-#define __com_sun_star_sdb_XRowSetApproveListener_idl__ 
- 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdb_RowChangeEvent_idl__ 
-#include <com/sun/star/sdb/RowChangeEvent.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdb { 
- 
- 
+#ifndef __com_sun_star_sdb_XRowSetApproveListener_idl__
+#define __com_sun_star_sdb_XRowSetApproveListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+#ifndef __com_sun_star_sdb_RowChangeEvent_idl__
+#include <com/sun/star/sdb/RowChangeEvent.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdb {
+
+
 /** is used for approving the moving and changing of rowset actions.
  */
 published interface XRowSetApproveListener: com::sun::star::lang::XEventListener
-{ 
-	 
+{
+
 	/** is called before a rowset's cursor is moved.
 		@param event
 			the event which happened
 		@returns <TRUE/> when moving is allowed, otherwise <FALSE/>
 	 */
-	boolean approveCursorMove([in]com::sun::star::lang::EventObject event); 
-	//------------------------------------------------------------------------- 
-     
+	boolean approveCursorMove([in]com::sun::star::lang::EventObject event);
+	//-------------------------------------------------------------------------
+
 	/** is called before a row is inserted, updated, or deleted.
 		@param event
 			the event which happened
-		@returns <TRUE/> when changing is allowed, otherwise <FALSE/>	 
+		@returns <TRUE/> when changing is allowed, otherwise <FALSE/>
 	 */
-	boolean approveRowChange([in]RowChangeEvent event); 
-	//------------------------------------------------------------------------- 
-     
+	boolean approveRowChange([in]RowChangeEvent event);
+	//-------------------------------------------------------------------------
+
 	/** is called before a rowset is changed, or in other words
 		before a rowset is reexecuted.
 		@param event
 			the event which happened
-		@returns <TRUE/> when changing is allowed, otherwise <FALSE/>	 
+		@returns <TRUE/> when changing is allowed, otherwise <FALSE/>
 	*/
-	boolean approveRowSetChange([in]com::sun::star::lang::EventObject event); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	boolean approveRowSetChange([in]com::sun::star::lang::EventObject event);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/XRowSetChangeBroadcaster.idl b/main/offapi/com/sun/star/sdb/XRowSetChangeBroadcaster.idl
index 3252a3f..3b551d9 100644
--- a/main/offapi/com/sun/star/sdb/XRowSetChangeBroadcaster.idl
+++ b/main/offapi/com/sun/star/sdb/XRowSetChangeBroadcaster.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,11 +24,11 @@
 #ifndef __com_sun_star_sdb_XRowSetChangeBroadcaster_idl__
 #define __com_sun_star_sdb_XRowSetChangeBroadcaster_idl__
 
-#include <com/sun/star/uno/XInterface.idl> 
+#include <com/sun/star/uno/XInterface.idl>
 
 //=============================================================================
 
-module com { module sun { module star { module sdb { 
+module com { module sun { module star { module sdb {
 
 interface XRowSetChangeListener;
 
@@ -53,7 +53,7 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/sdb/XRowSetChangeListener.idl b/main/offapi/com/sun/star/sdb/XRowSetChangeListener.idl
index 2118db1..e712402 100644
--- a/main/offapi/com/sun/star/sdb/XRowSetChangeListener.idl
+++ b/main/offapi/com/sun/star/sdb/XRowSetChangeListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -28,7 +28,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module sdb { 
+module com { module sun { module star { module sdb {
 
 //=============================================================================
 
@@ -49,7 +49,7 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/sdb/XRowSetSupplier.idl b/main/offapi/com/sun/star/sdb/XRowSetSupplier.idl
index 83a5c91..be17fae 100644
--- a/main/offapi/com/sun/star/sdb/XRowSetSupplier.idl
+++ b/main/offapi/com/sun/star/sdb/XRowSetSupplier.idl
@@ -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,63 +7,63 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_XRowSetSupplier_idl__ 
-#define __com_sun_star_sdb_XRowSetSupplier_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdbc_XRowSet_idl__ 
-#include <com/sun/star/sdbc/XRowSet.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdb { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_sdb_XRowSetSupplier_idl__
+#define __com_sun_star_sdb_XRowSetSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_sdbc_XRowSet_idl__
+#include <com/sun/star/sdbc/XRowSet.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdb {
+
+//=============================================================================
+
 /** uses a row set as datasource.
 
     @see XRowSetChangeBroadcaster
  */
 published interface XRowSetSupplier: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** provides access to the data source.
 		@returns
 			the RowSet object
 	 */
-	com::sun::star::sdbc::XRowSet getRowSet(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::sdbc::XRowSet getRowSet();
+
+	//-------------------------------------------------------------------------
+
 	/** sets the data source.
 		@param xDataSource
 			the RowSet object to set
 	 */
-	[oneway] void setRowSet( [in] com::sun::star::sdbc::XRowSet xDataSource ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
- 
-/*=========================================================================== 
-===========================================================================*/ 
+	[oneway] void setRowSet( [in] com::sun::star::sdbc::XRowSet xDataSource );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
+
+/*===========================================================================
+===========================================================================*/
diff --git a/main/offapi/com/sun/star/sdb/XRowsChangeBroadcaster.idl b/main/offapi/com/sun/star/sdb/XRowsChangeBroadcaster.idl
index e30b520..f49fedc 100644
--- a/main/offapi/com/sun/star/sdb/XRowsChangeBroadcaster.idl
+++ b/main/offapi/com/sun/star/sdb/XRowsChangeBroadcaster.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,11 +24,11 @@
 #ifndef __com_sun_star_sdb_XRowsChangeBroadcaster_idl__
 #define __com_sun_star_sdb_XRowsChangeBroadcaster_idl__
 
-#include <com/sun/star/uno/XInterface.idl> 
+#include <com/sun/star/uno/XInterface.idl>
 
 //=============================================================================
 
-module com { module sun { module star { module sdb { 
+module com { module sun { module star { module sdb {
 
 interface XRowsChangeListener;
 
@@ -53,7 +53,7 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/sdb/XRowsChangeListener.idl b/main/offapi/com/sun/star/sdb/XRowsChangeListener.idl
index d7d6c73..704db8c 100644
--- a/main/offapi/com/sun/star/sdb/XRowsChangeListener.idl
+++ b/main/offapi/com/sun/star/sdb/XRowsChangeListener.idl
@@ -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,47 +7,47 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_XRowsChangeListener_idl__ 
-#define __com_sun_star_sdb_XRowsChangeListener_idl__ 
- 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
-#include <com/sun/star/sdb/RowsChangeEvent.idl> 
- 
- module com {  module sun {  module star {  module sdb { 
- 
- 
+#ifndef __com_sun_star_sdb_XRowsChangeListener_idl__
+#define __com_sun_star_sdb_XRowsChangeListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+#include <com/sun/star/sdb/RowsChangeEvent.idl>
+
+ module com {  module sun {  module star {  module sdb {
+
+
 /** is used for receiving "rowsChanged" events
 	posted by, for example, a rowset.
  */
 interface XRowsChangeListener: com::sun::star::lang::XEventListener
-{ 
-	 
+{
+
 	/** is called when rows are inserted, updated, or deleted.
 		@param event
 			contains information about the event
 	 */
-	[oneway] void rowsChanged([in]com::sun::star::sdb::RowsChangeEvent event); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	[oneway] void rowsChanged([in]com::sun::star::sdb::RowsChangeEvent event);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/XSQLErrorBroadcaster.idl b/main/offapi/com/sun/star/sdb/XSQLErrorBroadcaster.idl
index 8c56978..b097c99 100644
--- a/main/offapi/com/sun/star/sdb/XSQLErrorBroadcaster.idl
+++ b/main/offapi/com/sun/star/sdb/XSQLErrorBroadcaster.idl
@@ -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,60 +7,60 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_XSQLErrorBroadcaster_idl__ 
-#define __com_sun_star_sdb_XSQLErrorBroadcaster_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdb_XSQLErrorListener_idl__ 
-#include <com/sun/star/sdb/XSQLErrorListener.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdb { 
- 
- 
+#ifndef __com_sun_star_sdb_XSQLErrorBroadcaster_idl__
+#define __com_sun_star_sdb_XSQLErrorBroadcaster_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_sdb_XSQLErrorListener_idl__
+#include <com/sun/star/sdb/XSQLErrorListener.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdb {
+
+
 /** interface for notifying potential listeners
-	of 
+	of
 	<type scope="com::sun::star::sdbc">SQLException</type>
 	s posted by any database object.
  */
 published interface XSQLErrorBroadcaster: com::sun::star::uno::XInterface
-{ 
-	 
+{
+
 	/** adds the specified listener to receive the event "errorOccured"
 		@param com::sun::star::sdb::XSQLErrorListener
 	 */
-	[oneway] void addSQLErrorListener( 
-			[in]XSQLErrorListener Listener ); 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void addSQLErrorListener(
+			[in]XSQLErrorListener Listener );
+	//-------------------------------------------------------------------------
+
 	/** removes the specified listener.
 		@param com::sun::star::sdb::XSQLErrorListener
 	 */
-	[oneway] void removeSQLErrorListener( 
-			[in]XSQLErrorListener Listener ); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
- 
-#endif 
-/*=========================================================================== 
-===========================================================================*/ 
+	[oneway] void removeSQLErrorListener(
+			[in]XSQLErrorListener Listener );
+};
+
+//=============================================================================
+
+}; }; }; };
+
+
+#endif
+/*===========================================================================
+===========================================================================*/
diff --git a/main/offapi/com/sun/star/sdb/XSQLErrorListener.idl b/main/offapi/com/sun/star/sdb/XSQLErrorListener.idl
index 5f71773..5ec6459 100644
--- a/main/offapi/com/sun/star/sdb/XSQLErrorListener.idl
+++ b/main/offapi/com/sun/star/sdb/XSQLErrorListener.idl
@@ -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,52 +7,52 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_XSQLErrorListener_idl__ 
-#define __com_sun_star_sdb_XSQLErrorListener_idl__ 
- 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdb_SQLErrorEvent_idl__ 
-#include <com/sun/star/sdb/SQLErrorEvent.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdb { 
- 
- 
+#ifndef __com_sun_star_sdb_XSQLErrorListener_idl__
+#define __com_sun_star_sdb_XSQLErrorListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+#ifndef __com_sun_star_sdb_SQLErrorEvent_idl__
+#include <com/sun/star/sdb/SQLErrorEvent.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdb {
+
+
 /** the listener interface for receiving "errorOccured" events
 	posted by any database object.
  */
 published interface XSQLErrorListener: com::sun::star::lang::XEventListener
-{ 
-	 
-	/** invoked when a database error occurs, just before a 
+{
+
+	/** invoked when a database error occurs, just before a
 		<type scope="com::sun::star::sdbc">SQLException</type>
 		is thrown to the application.
 		@param aEvent
 			the event which occurred
 	 */
-	void errorOccured([in]com::sun::star::sdb::SQLErrorEvent aEvent); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	void errorOccured([in]com::sun::star::sdb::SQLErrorEvent aEvent);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/XSQLQueryComposer.idl b/main/offapi/com/sun/star/sdb/XSQLQueryComposer.idl
index e98c054..400c0af 100644
--- a/main/offapi/com/sun/star/sdb/XSQLQueryComposer.idl
+++ b/main/offapi/com/sun/star/sdb/XSQLQueryComposer.idl
@@ -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,77 +7,77 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_XSQLQueryComposer_idl__ 
-#define __com_sun_star_sdb_XSQLQueryComposer_idl__ 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_PropertyValue_idl__ 
-#include <com/sun/star/beans/PropertyValue.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#include <com/sun/star/sdbc/SQLException.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module sdb { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_sdb_XSQLQueryComposer_idl__
+#define __com_sun_star_sdb_XSQLQueryComposer_idl__
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+#ifndef __com_sun_star_beans_PropertyValue_idl__
+#include <com/sun/star/beans/PropertyValue.idl>
+#endif
+
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#include <com/sun/star/sdbc/SQLException.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module sdb {
+
+//=============================================================================
+
 /** should be provided by a tool which simplifies the handling with SQL select statements.
-	
+
 	<p>
 	The interface can be used for composing SELECT statements without knowing the
 	structure of the used query.
 	</p>
  */
 published interface XSQLQueryComposer: com::sun::star::uno::XInterface
-{ 
-	 
+{
+
 	/** returns the query used for composing.
 		@returns
 			the query
 	 */
-	string getQuery(); 
-	//------------------------------------------------------------------------- 
-	 
+	string getQuery();
+	//-------------------------------------------------------------------------
+
 	/** sets a new query for the composer, which may be expanded by filters
 		and sort criteria.
 		@param command
 			the command to set
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	void setQuery([in] string command ) 
-			raises (com::sun::star::sdbc::SQLException); 
-	//------------------------------------------------------------------------- 
-	 
+	void setQuery([in] string command )
+			raises (com::sun::star::sdbc::SQLException);
+	//-------------------------------------------------------------------------
+
 	/** returns the query composed with filters and sort criteria.
 		@returns
 			the composed query
 	 */
-	string getComposedQuery(); 
-	//------------------------------------------------------------------------- 
-	 
+	string getComposedQuery();
+	//-------------------------------------------------------------------------
+
 	/** returns the currently used filter.
-		
+
 		<p>
 		The filter criteria returned is part of the where condition of the
 		select command, but it does not contain the where token.
@@ -85,26 +85,26 @@
 		@returns
 			the filter
 	 */
-	string getFilter(); 
-	//------------------------------------------------------------------------- 
-	 
-	/** returns the currently used filter. 
+	string getFilter();
+	//-------------------------------------------------------------------------
+
+	/** returns the currently used filter.
 			 <p>
-			 The filter criteria is split into levels. Each level represents the 
-			 OR criteria. Within each level, the filters are provided as an AND criteria 
-			 with the name of the column and the filter condition. The filter condition 
+			 The filter criteria is split into levels. Each level represents the
+			 OR criteria. Within each level, the filters are provided as an AND criteria
+			 with the name of the column and the filter condition. The filter condition
 			 is of type string.
 			 </p>
 		@returns
 			the structured filter
 	 */
-	sequence< sequence<com::sun::star::beans::PropertyValue> > 
-		getStructuredFilter(); 
-	//------------------------------------------------------------------------- 
-	 
+	sequence< sequence<com::sun::star::beans::PropertyValue> >
+		getStructuredFilter();
+	//-------------------------------------------------------------------------
+
 	/** returns the currently used sort order.
-		
-		
+
+
 		<p>
 		The order criteria returned is part of the ORDER BY clause of the
 		select command, but it does not contain the ORDER BY keyword .
@@ -112,60 +112,60 @@
 		@returns
 			the order
 	 */
-	string getOrder(); 
-	//------------------------------------------------------------------------- 
-	 
-	/** appends a new filter condition by a 
+	string getOrder();
+	//-------------------------------------------------------------------------
+
+	/** appends a new filter condition by a
 		<type scope="com::sun::star::sdb">DataColumn</type>
 		providing the name and the value for the filter.
 		@param column
 			the column which is used to create a filter
-		@throws com::sun::star::sdbc::SQLException  
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	void appendFilterByColumn([in] com::sun::star::beans::XPropertySet column) 
-			raises (com::sun::star::sdbc::SQLException); 
-	//------------------------------------------------------------------------- 
-	 
+	void appendFilterByColumn([in] com::sun::star::beans::XPropertySet column)
+			raises (com::sun::star::sdbc::SQLException);
+	//-------------------------------------------------------------------------
+
 	/** appends an additional part to the sort order criteria of the select
 		statement.
 		@param column
 			the column which is used to create a order part
 		@param	ascending
 			<TRUE/> when the order should be ascending, otherwise <FALSE/>
-		@throws com::sun::star::sdbc::SQLException  
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	void appendOrderByColumn([in] com::sun::star::beans::XPropertySet column, 
-			 				 [in] boolean ascending) 
-			raises (com::sun::star::sdbc::SQLException); 
-	//------------------------------------------------------------------------- 
-	 
+	void appendOrderByColumn([in] com::sun::star::beans::XPropertySet column,
+			 				 [in] boolean ascending)
+			raises (com::sun::star::sdbc::SQLException);
+	//-------------------------------------------------------------------------
+
 	/** makes it possible to set a filter condition	for the query.
 		@param filter
 			the filter to set
-		@throws com::sun::star::sdbc::SQLException  
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	void setFilter([in] string filter) 
-			raises (com::sun::star::sdbc::SQLException); 
-	//------------------------------------------------------------------------- 
-	 
+	void setFilter([in] string filter)
+			raises (com::sun::star::sdbc::SQLException);
+	//-------------------------------------------------------------------------
+
 	/** makes it possible to set a sort condition for the query.
 		@param order
 			the order part to set
-		@throws com::sun::star::sdbc::SQLException  
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	void setOrder([in] string order) 
-			raises (com::sun::star::sdbc::SQLException); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	void setOrder([in] string order)
+			raises (com::sun::star::sdbc::SQLException);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/XSQLQueryComposerFactory.idl b/main/offapi/com/sun/star/sdb/XSQLQueryComposerFactory.idl
index 2918361..6d1b9d3 100644
--- a/main/offapi/com/sun/star/sdb/XSQLQueryComposerFactory.idl
+++ b/main/offapi/com/sun/star/sdb/XSQLQueryComposerFactory.idl
@@ -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,50 +7,50 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdb_XSQLQueryComposerFactory_idl__ 
-#define __com_sun_star_sdb_XSQLQueryComposerFactory_idl__ 
- 
-#ifndef __com_sun_star_sdb_XSQLQueryComposer_idl__ 
-#include <com/sun/star/sdb/XSQLQueryComposer.idl> 
-#endif 
- 
-//============================================================================= 
- module com {  module sun {  module star {  module sdb { 
- 
-//============================================================================= 
- 
-/** is a factory for instances of service 
+#ifndef __com_sun_star_sdb_XSQLQueryComposerFactory_idl__
+#define __com_sun_star_sdb_XSQLQueryComposerFactory_idl__
+
+#ifndef __com_sun_star_sdb_XSQLQueryComposer_idl__
+#include <com/sun/star/sdb/XSQLQueryComposer.idl>
+#endif
+
+//=============================================================================
+ module com {  module sun {  module star {  module sdb {
+
+//=============================================================================
+
+/** is a factory for instances of service
 	<type scope="com::sun::star::sdb">SQLQueryComposer</type>
 	.
  */
 published interface XSQLQueryComposerFactory: com::sun::star::uno::XInterface
-{ 
-	 
+{
+
 	/** creates a new query composer.
 		@returns
 			the SQLQueryComposer object
 	 */
-	com::sun::star::sdb::XSQLQueryComposer createQueryComposer(); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	com::sun::star::sdb::XSQLQueryComposer createQueryComposer();
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl b/main/offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl
index 938557a..0bf41a2 100644
--- a/main/offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl
+++ b/main/offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sdb/XSingleSelectQueryComposer.idl b/main/offapi/com/sun/star/sdb/XSingleSelectQueryComposer.idl
index eeb38da..b24a97d 100644
--- a/main/offapi/com/sun/star/sdb/XSingleSelectQueryComposer.idl
+++ b/main/offapi/com/sun/star/sdb/XSingleSelectQueryComposer.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sdb/XSubDocument.idl b/main/offapi/com/sun/star/sdb/XSubDocument.idl
index 8d2586c..a233a0e 100644
--- a/main/offapi/com/sun/star/sdb/XSubDocument.idl
+++ b/main/offapi/com/sun/star/sdb/XSubDocument.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sdb/application/CopyTableContinuation.idl b/main/offapi/com/sun/star/sdb/application/CopyTableContinuation.idl
index b4f4a7c..95a7161 100644
--- a/main/offapi/com/sun/star/sdb/application/CopyTableContinuation.idl
+++ b/main/offapi/com/sun/star/sdb/application/CopyTableContinuation.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -26,7 +26,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module sdb { module application { 
+module com { module sun { module star { module sdb { module application {
 
 //=============================================================================
 
@@ -58,7 +58,7 @@
 
 //=============================================================================
 
-}; }; }; }; }; 
+}; }; }; }; };
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/sdb/application/CopyTableOperation.idl b/main/offapi/com/sun/star/sdb/application/CopyTableOperation.idl
index a84e693..4eed52c 100644
--- a/main/offapi/com/sun/star/sdb/application/CopyTableOperation.idl
+++ b/main/offapi/com/sun/star/sdb/application/CopyTableOperation.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -26,13 +26,13 @@
 
 //=============================================================================
 
-module com { module sun { module star { module sdb { module application { 
+module com { module sun { module star { module sdb { module application {
 
 //=============================================================================
 
 /** specifies the different basic operations a <type>CopyTableWizard</type>
     can do.
- 
+
     @since OpenOffice 2.4
 */
 constants CopyTableOperation
@@ -61,7 +61,7 @@
 
 //=============================================================================
 
-}; }; }; }; }; 
+}; }; }; }; };
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/sdb/application/CopyTableRowEvent.idl b/main/offapi/com/sun/star/sdb/application/CopyTableRowEvent.idl
index f62ced4..b9fdec6 100644
--- a/main/offapi/com/sun/star/sdb/application/CopyTableRowEvent.idl
+++ b/main/offapi/com/sun/star/sdb/application/CopyTableRowEvent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,16 +24,16 @@
 #ifndef __com_sun_star_sdb_application_CopyTableRowEvent_idl__
 #define __com_sun_star_sdb_application_CopyTableRowEvent_idl__
 
-#ifndef __com_sun_star_lang_EventObject_idl__ 
+#ifndef __com_sun_star_lang_EventObject_idl__
 #include <com/sun/star/lang/EventObject.idl>
 #endif
-#ifndef __com_sun_star_sdbc_XResultSet_idl__ 
+#ifndef __com_sun_star_sdbc_XResultSet_idl__
 #include <com/sun/star/sdbc/XResultSet.idl>
 #endif
 
 //=============================================================================
 
-module com { module sun { module star { module sdb { module application { 
+module com { module sun { module star { module sdb { module application {
 
 //=============================================================================
 
@@ -60,7 +60,7 @@
 
 //=============================================================================
 
-}; }; }; }; }; 
+}; }; }; }; };
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/sdb/application/CopyTableWizard.idl b/main/offapi/com/sun/star/sdb/application/CopyTableWizard.idl
index 29522f4..328ad13 100644
--- a/main/offapi/com/sun/star/sdb/application/CopyTableWizard.idl
+++ b/main/offapi/com/sun/star/sdb/application/CopyTableWizard.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -27,16 +27,16 @@
 #ifndef __com_sun_star_sdb_application_XCopyTableWizard_idl__
 #include <com/sun/star/sdb/application/XCopyTableWizard.idl>
 #endif
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
+#ifndef __com_sun_star_beans_XPropertySet_idl__
 #include <com/sun/star/beans/XPropertySet.idl>
 #endif
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
 #include <com/sun/star/lang/IllegalArgumentException.idl>
 #endif
-#ifndef __com_sun_star_lang_WrappedTargetException_idl__ 
+#ifndef __com_sun_star_lang_WrappedTargetException_idl__
 #include <com/sun/star/lang/WrappedTargetException.idl>
 #endif
-#ifndef __com_sun_star_task_XInteractionHandler_idl__ 
+#ifndef __com_sun_star_task_XInteractionHandler_idl__
 #include <com/sun/star/task/XInteractionHandler.idl>
 #endif
 #ifndef __com_sun_star_sdbc_SQLException_idl__
@@ -45,7 +45,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module sdb { module application { 
+module com { module sun { module star { module sdb { module application {
 
 //=============================================================================
 
@@ -220,7 +220,7 @@
 
 //=============================================================================
 
-}; }; }; }; }; 
+}; }; }; }; };
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/sdb/application/DatabaseObject.idl b/main/offapi/com/sun/star/sdb/application/DatabaseObject.idl
index 158be80..63917c7 100644
--- a/main/offapi/com/sun/star/sdb/application/DatabaseObject.idl
+++ b/main/offapi/com/sun/star/sdb/application/DatabaseObject.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,13 +24,13 @@
 #ifndef __com_sun_star_sdb_application_DatabaseObject_idl__
 #define __com_sun_star_sdb_application_DatabaseObject_idl__
 
-#ifndef __com_sun_star_sdb_CommandType_idl__ 
+#ifndef __com_sun_star_sdb_CommandType_idl__
 #include <com/sun/star/sdb/CommandType.idl>
 #endif
 
 //=============================================================================
 
-module com { module sun { module star { module sdb { module application { 
+module com { module sun { module star { module sdb { module application {
 
 //=============================================================================
 
@@ -65,7 +65,7 @@
 
 //=============================================================================
 
-}; }; }; }; }; 
+}; }; }; }; };
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/sdb/application/DatabaseObjectContainer.idl b/main/offapi/com/sun/star/sdb/application/DatabaseObjectContainer.idl
index 6672428..ec07f9c 100644
--- a/main/offapi/com/sun/star/sdb/application/DatabaseObjectContainer.idl
+++ b/main/offapi/com/sun/star/sdb/application/DatabaseObjectContainer.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -26,7 +26,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module sdb { module application { 
+module com { module sun { module star { module sdb { module application {
 
 //=============================================================================
 
@@ -94,7 +94,7 @@
 
 //=============================================================================
 
-}; }; }; }; }; 
+}; }; }; }; };
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/sdb/application/DefaultViewController.idl b/main/offapi/com/sun/star/sdb/application/DefaultViewController.idl
index 2b97193..4985cce 100644
--- a/main/offapi/com/sun/star/sdb/application/DefaultViewController.idl
+++ b/main/offapi/com/sun/star/sdb/application/DefaultViewController.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -34,7 +34,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module sdb { module application { 
+module com { module sun { module star { module sdb { module application {
 
 //=============================================================================
 
@@ -91,7 +91,7 @@
 
 //=============================================================================
 
-}; }; }; }; }; 
+}; }; }; }; };
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/sdb/application/NamedDatabaseObject.idl b/main/offapi/com/sun/star/sdb/application/NamedDatabaseObject.idl
index 8a62d59..7799fdb 100644
--- a/main/offapi/com/sun/star/sdb/application/NamedDatabaseObject.idl
+++ b/main/offapi/com/sun/star/sdb/application/NamedDatabaseObject.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -26,12 +26,12 @@
 
 //=============================================================================
 
-module com { module sun { module star { module sdb { module application { 
+module com { module sun { module star { module sdb { module application {
 
 //=============================================================================
 
 /** denotes a named database object, or a named folder of database objects
-    
+
     @since OpenOffice 3.0
 */
 struct NamedDatabaseObject
@@ -77,7 +77,7 @@
 
 //=============================================================================
 
-}; }; }; }; }; 
+}; }; }; }; };
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/sdb/application/XCopyTableListener.idl b/main/offapi/com/sun/star/sdb/application/XCopyTableListener.idl
index 53d614b..0b4160e 100644
--- a/main/offapi/com/sun/star/sdb/application/XCopyTableListener.idl
+++ b/main/offapi/com/sun/star/sdb/application/XCopyTableListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,7 +24,7 @@
 #ifndef __com_sun_star_sdb_application_XCopyTableListener_idl__
 #define __com_sun_star_sdb_application_XCopyTableListener_idl__
 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
+#ifndef __com_sun_star_lang_XEventListener_idl__
 #include <com/sun/star/lang/XEventListener.idl>
 #endif
 #ifndef __com_sun_star_sdb_application_CopyTableRowEvent_idl__
@@ -33,7 +33,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module sdb { module application { 
+module com { module sun { module star { module sdb { module application {
 
 //=============================================================================
 
@@ -87,7 +87,7 @@
 
 //=============================================================================
 
-}; }; }; }; }; 
+}; }; }; }; };
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl b/main/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl
index aff8d01..d3b57fe 100644
--- a/main/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl
+++ b/main/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sdb/application/XTableUIProvider.idl b/main/offapi/com/sun/star/sdb/application/XTableUIProvider.idl
index 2f0a089..c0a561d 100644
--- a/main/offapi/com/sun/star/sdb/application/XTableUIProvider.idl
+++ b/main/offapi/com/sun/star/sdb/application/XTableUIProvider.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,7 +30,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module sdb { module application { 
+module com { module sun { module star { module sdb { module application {
 
 interface XDatabaseDocumentUI;
 
@@ -111,7 +111,7 @@
 
 //=============================================================================
 
-}; }; }; }; }; 
+}; }; }; }; };
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/sdb/tools/CompositionType.idl b/main/offapi/com/sun/star/sdb/tools/CompositionType.idl
index 684031e..f91db11 100644
--- a/main/offapi/com/sun/star/sdb/tools/CompositionType.idl
+++ b/main/offapi/com/sun/star/sdb/tools/CompositionType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -77,7 +77,7 @@
     */
     const   long    Complete                 = 5;
 };
-    
+
 //=============================================================================
 }; }; }; }; };
 //=============================================================================
diff --git a/main/offapi/com/sun/star/sdb/tools/XConnectionSupplier.idl b/main/offapi/com/sun/star/sdb/tools/XConnectionSupplier.idl
index e47a5d1..b6712da 100644
--- a/main/offapi/com/sun/star/sdb/tools/XConnectionSupplier.idl
+++ b/main/offapi/com/sun/star/sdb/tools/XConnectionSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sdb/tools/XConnectionTools.idl b/main/offapi/com/sun/star/sdb/tools/XConnectionTools.idl
index fb8d9ef..a23fd2c 100644
--- a/main/offapi/com/sun/star/sdb/tools/XConnectionTools.idl
+++ b/main/offapi/com/sun/star/sdb/tools/XConnectionTools.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sdb/tools/XDataSourceMetaData.idl b/main/offapi/com/sun/star/sdb/tools/XDataSourceMetaData.idl
index 9494f89..13dfcdf 100644
--- a/main/offapi/com/sun/star/sdb/tools/XDataSourceMetaData.idl
+++ b/main/offapi/com/sun/star/sdb/tools/XDataSourceMetaData.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sdb/tools/XIndexAlteration.idl b/main/offapi/com/sun/star/sdb/tools/XIndexAlteration.idl
index 311d251..7762e66 100644
--- a/main/offapi/com/sun/star/sdb/tools/XIndexAlteration.idl
+++ b/main/offapi/com/sun/star/sdb/tools/XIndexAlteration.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -57,11 +57,11 @@
             the table to be altered
 		@param index
 			the name of the column to be dropped
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	void dropIndex([in] com::sun::star::beans::XPropertySet table,[in] string index) 
-	    raises ( com::sun::star::sdbc::SQLException); 
+	void dropIndex([in] com::sun::star::beans::XPropertySet table,[in] string index)
+	    raises ( com::sun::star::sdbc::SQLException);
 
     /** creates a new object using the given descriptor and appends it
 		to the related container.
@@ -73,10 +73,10 @@
             the table to be altered
 		@param descriptor
 			the descriptor which should be serve to append a new object
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	void addIndex([in] com::sun::star::beans::XPropertySet table,[in]com::sun::star::beans::XPropertySet descriptor) 
+	void addIndex([in] com::sun::star::beans::XPropertySet table,[in]com::sun::star::beans::XPropertySet descriptor)
 		raises (com::sun::star::sdbc::SQLException);
 
 
diff --git a/main/offapi/com/sun/star/sdb/tools/XKeyAlteration.idl b/main/offapi/com/sun/star/sdb/tools/XKeyAlteration.idl
index 4341004..cf71b76 100644
--- a/main/offapi/com/sun/star/sdb/tools/XKeyAlteration.idl
+++ b/main/offapi/com/sun/star/sdb/tools/XKeyAlteration.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -57,11 +57,11 @@
             the table to be altered
 		@param key
 			the key to be dropped
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	void dropKey([in] com::sun::star::beans::XPropertySet table,[in] com::sun::star::beans::XPropertySet key) 
-	    raises ( com::sun::star::sdbc::SQLException); 
+	void dropKey([in] com::sun::star::beans::XPropertySet table,[in] com::sun::star::beans::XPropertySet key)
+	    raises ( com::sun::star::sdbc::SQLException);
 
     /** creates a new object using the given descriptor and appends it
 		to the related container.
@@ -73,10 +73,10 @@
             the table to be altered
 		@param descriptor
 			the descriptor which should be serve to append a new object
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	void addKey([in] com::sun::star::beans::XPropertySet table,[in]com::sun::star::beans::XPropertySet descriptor) 
+	void addKey([in] com::sun::star::beans::XPropertySet table,[in]com::sun::star::beans::XPropertySet descriptor)
 		raises (com::sun::star::sdbc::SQLException);
 
 
diff --git a/main/offapi/com/sun/star/sdb/tools/XObjectNames.idl b/main/offapi/com/sun/star/sdb/tools/XObjectNames.idl
index c5cac22..8539938 100644
--- a/main/offapi/com/sun/star/sdb/tools/XObjectNames.idl
+++ b/main/offapi/com/sun/star/sdb/tools/XObjectNames.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sdb/tools/XTableAlteration.idl b/main/offapi/com/sun/star/sdb/tools/XTableAlteration.idl
index 42de855..750005d 100644
--- a/main/offapi/com/sun/star/sdb/tools/XTableAlteration.idl
+++ b/main/offapi/com/sun/star/sdb/tools/XTableAlteration.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -81,11 +81,11 @@
             the table to be altered
 		@param descriptor
 			the descriptor which should be serve to append a new object
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
         @see com::sun::star::sdbcx::XAppend
 	 */
-	void addColumn([in] com::sun::star::beans::XPropertySet table,[in]com::sun::star::beans::XPropertySet descriptor) 
+	void addColumn([in] com::sun::star::beans::XPropertySet table,[in]com::sun::star::beans::XPropertySet descriptor)
 		raises (com::sun::star::sdbc::SQLException);
 
     /** drops an object of the related container identified by its name.
@@ -93,12 +93,12 @@
             the table to be altered
 		@param columnName
 			the name of the column to be dropped
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
         @see com::sun::star::sdbcx::XDrop
 	 */
-	void dropColumn([in] com::sun::star::beans::XPropertySet table,[in]string columnName) 
-	    raises ( com::sun::star::sdbc::SQLException); 
+	void dropColumn([in] com::sun::star::beans::XPropertySet table,[in]string columnName)
+	    raises ( com::sun::star::sdbc::SQLException);
 };
 //=============================================================================
 }; }; }; }; };
diff --git a/main/offapi/com/sun/star/sdb/tools/XTableName.idl b/main/offapi/com/sun/star/sdb/tools/XTableName.idl
index 521ec64..3c25fca 100644
--- a/main/offapi/com/sun/star/sdb/tools/XTableName.idl
+++ b/main/offapi/com/sun/star/sdb/tools/XTableName.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sdb/tools/XTableRename.idl b/main/offapi/com/sun/star/sdb/tools/XTableRename.idl
index 3e6db2a..4c62125 100644
--- a/main/offapi/com/sun/star/sdb/tools/XTableRename.idl
+++ b/main/offapi/com/sun/star/sdb/tools/XTableRename.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sdb/tools/XViewAccess.idl b/main/offapi/com/sun/star/sdb/tools/XViewAccess.idl
index 4d95e2c..6735341 100644
--- a/main/offapi/com/sun/star/sdb/tools/XViewAccess.idl
+++ b/main/offapi/com/sun/star/sdb/tools/XViewAccess.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sdbc/BatchUpdateException.idl b/main/offapi/com/sun/star/sdbc/BatchUpdateException.idl
index 229d0ae..1e74438 100644
--- a/main/offapi/com/sun/star/sdbc/BatchUpdateException.idl
+++ b/main/offapi/com/sun/star/sdbc/BatchUpdateException.idl
@@ -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,32 +7,32 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_BatchUpdateException_idl__ 
-#define __com_sun_star_sdbc_BatchUpdateException_idl__ 
- 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#include <com/sun/star/sdbc/SQLException.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- 
+#ifndef __com_sun_star_sdbc_BatchUpdateException_idl__
+#define __com_sun_star_sdbc_BatchUpdateException_idl__
+
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#include <com/sun/star/sdbc/SQLException.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbc {
+
+
 /** is thrown when an error occurs during a batch update operation.
-	
-	
+
+
 	<p>In addition to the information provided by
 	<type scope="com::sun::star::sdbc">SQLException</type>
 	, a
@@ -44,21 +44,21 @@
 	to the batch.</p>
  */
 published exception BatchUpdateException: SQLException
-{ 
-	 
-	/** is an array of 
+{
+
+	/** is an array of
 		<code>long</code>
-		, with each element 
-		indicating the update count for a SQL command that executed 
+		, with each element
+		indicating the update count for a SQL command that executed
 		successfully before the exception was thrown.
 	 */
-	sequence<long> UpdateCounts; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	sequence<long> UpdateCounts;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/BestRowScope.idl b/main/offapi/com/sun/star/sdbc/BestRowScope.idl
index 8d3cab7..bdd60fb 100644
--- a/main/offapi/com/sun/star/sdbc/BestRowScope.idl
+++ b/main/offapi/com/sun/star/sdbc/BestRowScope.idl
@@ -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,76 +7,76 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_BestRowScope_idl__ 
-#define __com_sun_star_sdbc_BestRowScope_idl__ 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- 
+#ifndef __com_sun_star_sdbc_BestRowScope_idl__
+#define __com_sun_star_sdbc_BestRowScope_idl__
+
+ module com {  module sun {  module star {  module sdbc {
+
+
 /** determines how long a row identifier is valid.
  */
 published constants BestRowScope
-{ 
-     
-	/** indicates that the scope of the best row identifier is 
-			 very temporary, lasting only while the row is being used. 
-			 A possible value for the column 
+{
+
+	/** indicates that the scope of the best row identifier is
+			 very temporary, lasting only while the row is being used.
+			 A possible value for the column
 		     <code>SCOPE</code>
 			 in the
 			 <type scope="com::sun::star::sdbc">XResultSet</type>
-			 object 
+			 object
 			 returned by the method
 			 <member>XDatabaseMetaData::getBestRowIdentifier()</member>
 			 .
 	 */
-	const long TEMPORARY   = 0; 
-	//------------------------------------------------------------------------- 
-     
-	/** indicates that the scope of the best row identifier is 
-			 the remainder of the current transaction. 
-			 A possible value for the column 
+	const long TEMPORARY   = 0;
+	//-------------------------------------------------------------------------
+
+	/** indicates that the scope of the best row identifier is
+			 the remainder of the current transaction.
+			 A possible value for the column
 		     <code>SCOPE</code>
 			 in the
 			 <type scope="com::sun::star::sdbc">XResultSet</type>
-			 object 
+			 object
 			 returned by the method
 			 <member>XDatabaseMetaData::getBestRowIdentifier()</member>
 			 .
 	 */
-	const long TRANSACTION = 1; 
-	//------------------------------------------------------------------------- 
-     
-	/** indicates that the scope of the best row identifier is 
-			 the remainder of the current session. 
-			 A possible value for the column 
+	const long TRANSACTION = 1;
+	//-------------------------------------------------------------------------
+
+	/** indicates that the scope of the best row identifier is
+			 the remainder of the current session.
+			 A possible value for the column
 		     <code>SCOPE</code>
 			 in the
 			 <type scope="com::sun::star::sdbc">XResultSet</type>
-			 object 
+			 object
 			 returned by the method
 			 <member>XDatabaseMetaData::getBestRowIdentifier()</member>
 			 .
 	 */
-	const long SESSION     = 2; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	const long SESSION     = 2;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/BestRowType.idl b/main/offapi/com/sun/star/sdbc/BestRowType.idl
index cacc646..d3922e2 100644
--- a/main/offapi/com/sun/star/sdbc/BestRowType.idl
+++ b/main/offapi/com/sun/star/sdbc/BestRowType.idl
@@ -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,73 +7,73 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_BestRowType_idl__ 
-#define __com_sun_star_sdbc_BestRowType_idl__ 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- 
+#ifndef __com_sun_star_sdbc_BestRowType_idl__
+#define __com_sun_star_sdbc_BestRowType_idl__
+
+ module com {  module sun {  module star {  module sdbc {
+
+
 /** determines the type of the best row identifier.
  */
 published constants BestRowType
-{ 
-     
-	/** indicates that the best row identifier may or may not be a pseudo-column. 
-			 A possible value for the column 
+{
+
+	/** indicates that the best row identifier may or may not be a pseudo-column.
+			 A possible value for the column
 		     <code>PSEUDO_COLUMN</code>
 			 in the
 			 <type scope="com::sun::star::sdbc">XResultSet</type>
-			 object 
-			 returned by the method 
-			 <member>XDatabaseMetaData::getBestRowIdentifier()</member>
-			 .
-	 */
-	const long UNKNOWN	= 0; 
-	//------------------------------------------------------------------------- 
-     
-	/** indicates that the best row identifier is NOT a pseudo-column. 
-			 A possible value for the column 
-		     <code>PSEUDO_COLUMN</code>
-			 in the
-			 <type scope="com::sun::star::sdbc">XResultSet</type>
-			 object 
-			 returned by the method 
-			 <member>XDatabaseMetaData::getBestRowIdentifier()</member>
-			 .
-	 */
-	const long NOT_PSEUDO	= 1; 
-	//------------------------------------------------------------------------- 
-     
-	/** indicates that the best row identifier is a pseudo-column. 
-			 A possible value for the column 
-		     <code>PSEUDO_COLUMN</code>
-			 in the
-			 <type scope="com::sun::star::sdbc">XResultSet</type>
-			 object 
+			 object
 			 returned by the method
 			 <member>XDatabaseMetaData::getBestRowIdentifier()</member>
 			 .
 	 */
-	const long PSEUDO	= 2; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	const long UNKNOWN	= 0;
+	//-------------------------------------------------------------------------
+
+	/** indicates that the best row identifier is NOT a pseudo-column.
+			 A possible value for the column
+		     <code>PSEUDO_COLUMN</code>
+			 in the
+			 <type scope="com::sun::star::sdbc">XResultSet</type>
+			 object
+			 returned by the method
+			 <member>XDatabaseMetaData::getBestRowIdentifier()</member>
+			 .
+	 */
+	const long NOT_PSEUDO	= 1;
+	//-------------------------------------------------------------------------
+
+	/** indicates that the best row identifier is a pseudo-column.
+			 A possible value for the column
+		     <code>PSEUDO_COLUMN</code>
+			 in the
+			 <type scope="com::sun::star::sdbc">XResultSet</type>
+			 object
+			 returned by the method
+			 <member>XDatabaseMetaData::getBestRowIdentifier()</member>
+			 .
+	 */
+	const long PSEUDO	= 2;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/CallableStatement.idl b/main/offapi/com/sun/star/sdbc/CallableStatement.idl
index 10b3abc..d14885b 100644
--- a/main/offapi/com/sun/star/sdbc/CallableStatement.idl
+++ b/main/offapi/com/sun/star/sdbc/CallableStatement.idl
@@ -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,35 +7,35 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_CallableStatement_idl__ 
-#define __com_sun_star_sdbc_CallableStatement_idl__ 
- 
-#ifndef __com_sun_star_sdbc_PreparedStatement_idl__ 
-#include <com/sun/star/sdbc/PreparedStatement.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- published interface XRow; 
- published interface XOutParameters; 
- 
- 
+#ifndef __com_sun_star_sdbc_CallableStatement_idl__
+#define __com_sun_star_sdbc_CallableStatement_idl__
+
+#ifndef __com_sun_star_sdbc_PreparedStatement_idl__
+#include <com/sun/star/sdbc/PreparedStatement.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbc {
+
+ published interface XRow;
+ published interface XOutParameters;
+
+
 /** is used to execute SQL stored procedures.
-	
-	
+
+
 	<p>
 	SDBC provides a stored procedure SQL escape that allows stored procedures
 	to be called in a standard way for all RDBMSs. This escape syntax has one
@@ -53,21 +53,21 @@
 	<type scope="com::sun::star::sdbc">PreparedStatement</type>
 	. The type of all
 	OUT parameters must be registered prior to executing the stored procedure;
-	their values are retrieved after execution via the 
+	their values are retrieved after execution via the
 	<code>get</code>
 	methods
-	provided by the 
+	provided by the
 	<type scope="com::sun::star::sdbc">XRow</type>
 	.
 	</p>
 	<p>
-	A 
+	A
 	<code>CallableStatement</code>
 	can return one
 	<type scope="com::sun::star::sdbc">XResultSet</type>
 	or multiple
 	<type scope="com::sun::star::sdbc">ResultSet</type>
-	objects. Multiple 
+	objects. Multiple
 	<code>ResultSet</code>
 	objects are
 	handled using operations inherited from
@@ -75,7 +75,7 @@
 	.
 	</p>
 	<p>
-	For maximum portability, a call's 
+	For maximum portability, a call's
 	<type scope="com::sun::star::sdbc">ResultSet</type>
 	objects and
 	update counts should be processed prior to getting the values of output
@@ -83,24 +83,24 @@
 	</p>
 */
 published service CallableStatement
-{ 
-	service PreparedStatement; 
- 
-	 
+{
+	service PreparedStatement;
+
+
 	/** is used for retrieve the values of OUT parameters.
 	 */
-	interface XRow; 
- 
-	 
+	interface XRow;
+
+
 	/** is used to declare parameters as OUT parameters.
 	 */
-	interface XOutParameters; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	interface XOutParameters;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/ChangeAction.idl b/main/offapi/com/sun/star/sdbc/ChangeAction.idl
index 2bc2f43..9560dfe 100644
--- a/main/offapi/com/sun/star/sdbc/ChangeAction.idl
+++ b/main/offapi/com/sun/star/sdbc/ChangeAction.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sdbc/ChangeEvent.idl b/main/offapi/com/sun/star/sdbc/ChangeEvent.idl
index 2291406..89082a9 100644
--- a/main/offapi/com/sun/star/sdbc/ChangeEvent.idl
+++ b/main/offapi/com/sun/star/sdbc/ChangeEvent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sdbc/ColumnSearch.idl b/main/offapi/com/sun/star/sdbc/ColumnSearch.idl
index 0bc42eb..7fa1895 100644
--- a/main/offapi/com/sun/star/sdbc/ColumnSearch.idl
+++ b/main/offapi/com/sun/star/sdbc/ColumnSearch.idl
@@ -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,97 +7,97 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_ColumnSearch_idl__ 
-#define __com_sun_star_sdbc_ColumnSearch_idl__ 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- 
+#ifndef __com_sun_star_sdbc_ColumnSearch_idl__
+#define __com_sun_star_sdbc_ColumnSearch_idl__
+
+ module com {  module sun {  module star {  module sdbc {
+
+
 /** indicates in which way a column can be used in the WHERE search.
  */
 published constants ColumnSearch
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** A possible value for column <code>SEARCHABLE</code> in the 
+{
+	//-------------------------------------------------------------------------
+
+	/** A possible value for column <code>SEARCHABLE</code> in the
 			 <type scope="com::sun::star::sdbc">XResultSet</type>
-			 object returned by the method 
-			 <member  scope="com::sun::star::sdbc">XDatabaseMetaData::getTypeInfo()</member>
-			 . 
-			 <p>
-			 Indicates that 
-			 <code>WHERE</code>
-			 search clauses are not supported 
-			 for this type.
-	 */
-	const long NONE = 0; 
-	//------------------------------------------------------------------------- 
-     
-	/** A possible value for column <code>SEARCHABLE</code> in the 
-			 <type scope="com::sun::star::sdbc">XResultSet</type>
-			 object returned by the method 
+			 object returned by the method
 			 <member  scope="com::sun::star::sdbc">XDatabaseMetaData::getTypeInfo()</member>
 			 .
 			 <p>
-			 Indicates that the only 
+			 Indicates that
 			 <code>WHERE</code>
-			 search clause that can 
-			 be based on this type is 
+			 search clauses are not supported
+			 for this type.
+	 */
+	const long NONE = 0;
+	//-------------------------------------------------------------------------
+
+	/** A possible value for column <code>SEARCHABLE</code> in the
+			 <type scope="com::sun::star::sdbc">XResultSet</type>
+			 object returned by the method
+			 <member  scope="com::sun::star::sdbc">XDatabaseMetaData::getTypeInfo()</member>
+			 .
+			 <p>
+			 Indicates that the only
+			 <code>WHERE</code>
+			 search clause that can
+			 be based on this type is
 			 <code>WHERE...LIKE</code>
 			 .
 	 */
-	const long CHAR = 1; 
-	//------------------------------------------------------------------------- 
-     
-	/** A possible value for column <code>SEARCHABLE</code> in the 
+	const long CHAR = 1;
+	//-------------------------------------------------------------------------
+
+	/** A possible value for column <code>SEARCHABLE</code> in the
 			 <type scope="com::sun::star::sdbc">XResultSet</type>
-			 object returned by the method 
+			 object returned by the method
 			 <member  scope="com::sun::star::sdbc">XDatabaseMetaData::getTypeInfo()</member>
 			 .
 			 <p>
-			 Indicates that one can base all 
+			 Indicates that one can base all
 			 <code>WHERE</code>
-			 search clauses 
-			 except 
+			 search clauses
+			 except
 			 <code>WHERE...LIKE</code>
 			 on this data type.
 	 */
-	const long BASIC = 2; 
-	//------------------------------------------------------------------------- 
-     
-	/** A possible value for column 
+	const long BASIC = 2;
+	//-------------------------------------------------------------------------
+
+	/** A possible value for column
 			<code>SEARCHABLE</code>
-			in the 
+			in the
 			<type scope="com::sun::star::sdbc">XResultSet</type>
-			object returned by the method 
+			object returned by the method
 			<member  scope="com::sun::star::sdbc">XDatabaseMetaData::getTypeInfo()</member>
 			.
 			<p>
-			Indicates that all 
+			Indicates that all
 			<code>WHERE</code>
-			search clauses can be 
+			search clauses can be
 			based on this type.
 	 */
-	const long FULL  = 3; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	const long FULL  = 3;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/ColumnType.idl b/main/offapi/com/sun/star/sdbc/ColumnType.idl
index f22b95e..994a97b 100644
--- a/main/offapi/com/sun/star/sdbc/ColumnType.idl
+++ b/main/offapi/com/sun/star/sdbc/ColumnType.idl
@@ -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,73 +7,73 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_ColumnType_idl__ 
-#define __com_sun_star_sdbc_ColumnType_idl__ 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- 
+#ifndef __com_sun_star_sdbc_ColumnType_idl__
+#define __com_sun_star_sdbc_ColumnType_idl__
+
+ module com {  module sun {  module star {  module sdbc {
+
+
 /** determines the type of a version column.
  */
 published constants ColumnType
-{ 
-     
-	/** indicates that this column may or may not be a pseudo-column. 
-			 A possible value for the column 
-		     <code>PSEUDO_COLUMN</code>
-			 in the 
-			 <type scope="com::sun::star::sdbc">XResultSet</type>
-			 object 
-			 returned by the method 
-			 <member  scope="com::sun::star::sdbc">XDatabaseMetaData::getVersionColumns()</member>
-			 .
-	 */
-	const long UNKNOWN	= 0; 
-	//------------------------------------------------------------------------- 
-     
-	/** indicates that this column is NOT a pseudo-column. 
-			 A possible value for the column 
+{
+
+	/** indicates that this column may or may not be a pseudo-column.
+			 A possible value for the column
 		     <code>PSEUDO_COLUMN</code>
 			 in the
 			 <type scope="com::sun::star::sdbc">XResultSet</type>
-			 object 
-			 returned by the method 
+			 object
+			 returned by the method
+			 <member  scope="com::sun::star::sdbc">XDatabaseMetaData::getVersionColumns()</member>
+			 .
+	 */
+	const long UNKNOWN	= 0;
+	//-------------------------------------------------------------------------
+
+	/** indicates that this column is NOT a pseudo-column.
+			 A possible value for the column
+		     <code>PSEUDO_COLUMN</code>
+			 in the
+			 <type scope="com::sun::star::sdbc">XResultSet</type>
+			 object
+			 returned by the method
 			 <member scope="com::sun::star::sdbc">XDatabaseMetaData::getVersionColumns()</member>
 			 .
 	 */
-	const long NOT_PSEUDO	= 1; 
-	//------------------------------------------------------------------------- 
-     
-	/** indicates that this column is a pseudo-column. 
-			 A possible value for the column 
+	const long NOT_PSEUDO	= 1;
+	//-------------------------------------------------------------------------
+
+	/** indicates that this column is a pseudo-column.
+			 A possible value for the column
 		     <code>PSEUDO_COLUMN</code>
 			 in the
 			 <type scope="com::sun::star::sdbc">XResultSet</type>
-			 object 
-			 returned by the method 
+			 object
+			 returned by the method
 			 <member  scope="com::sun::star::sdbc">XDatabaseMetaData::getVersionColumns()</member>
 			 .
 	 */
-	const long PSEUDO	= 2; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	const long PSEUDO	= 2;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/ColumnValue.idl b/main/offapi/com/sun/star/sdbc/ColumnValue.idl
index 9fbe9b4..b5dc5fd 100644
--- a/main/offapi/com/sun/star/sdbc/ColumnValue.idl
+++ b/main/offapi/com/sun/star/sdbc/ColumnValue.idl
@@ -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,47 +7,47 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_ColumnValue_idl__ 
-#define __com_sun_star_sdbc_ColumnValue_idl__ 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- 
+#ifndef __com_sun_star_sdbc_ColumnValue_idl__
+#define __com_sun_star_sdbc_ColumnValue_idl__
+
+ module com {  module sun {  module star {  module sdbc {
+
+
 /** determines whether a column allows SQL NULL values or not.
  */
 published constants ColumnValue
-{ 
-	 
+{
+
 	/** indicates that a column does not allow NULL values.
 	 */
-	const long NO_NULLS			=  0; 
-	 
+	const long NO_NULLS			=  0;
+
 	/** indicates that a column does allow NULL values.
 	 */
-	const long NULLABLE 		=  1; 
-	 
+	const long NULLABLE 		=  1;
+
 	/** indicates that the nullability of the column is unknown.
 	 */
-	const long NULLABLE_UNKNOWN	=  2; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	const long NULLABLE_UNKNOWN	=  2;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/Connection.idl b/main/offapi/com/sun/star/sdbc/Connection.idl
index 393c2fe..cccd582 100644
--- a/main/offapi/com/sun/star/sdbc/Connection.idl
+++ b/main/offapi/com/sun/star/sdbc/Connection.idl
@@ -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,41 +7,41 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_Connection_idl__ 
-#define __com_sun_star_sdbc_Connection_idl__ 
- 
-#ifndef __com_sun_star_lang_XComponent_idl__ 
-#include <com/sun/star/lang/XComponent.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- published interface XConnection; 
- published interface XWarningsSupplier; 
- 
- 
+#ifndef __com_sun_star_sdbc_Connection_idl__
+#define __com_sun_star_sdbc_Connection_idl__
+
+#ifndef __com_sun_star_lang_XComponent_idl__
+#include <com/sun/star/lang/XComponent.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbc {
+
+ published interface XConnection;
+ published interface XWarningsSupplier;
+
+
 /** represents a connection (session) with a specific
 	database. Within the context of a Connection, SQL statements are
 	executed and results are returned.
-	
+
 	<p>
 	A Connection's database is able to provide information
 	describing its tables, its supported SQL grammar, its stored
 	procedures, and the capabilities of this connection. This
-	information is obtained with the 
+	information is obtained with the
 	<member scope="com::sun::star::sdbc">XConnection::getMetaData()</member>
 	method.
 	</p>
@@ -53,36 +53,36 @@
 	changes after executing each statement. If auto commit has been
 	disabled, an explicit commit must be done or database changes will
 	not be saved.
-	
+
 	</p>
-	@see com::sun::star::sdbc::XStatement 
-	@see com::sun::star::sdbc::XResultSet 
+	@see com::sun::star::sdbc::XStatement
+	@see com::sun::star::sdbc::XResultSet
 	@see com::sun::star::sdbc::XDatabaseMetaData
  */
 published service Connection
-{ 
-	 
+{
+
 	/** controls the closing of a connection.
 	 */
-	interface com::sun::star::lang::XComponent; 
- 
-	 
+	interface com::sun::star::lang::XComponent;
+
+
 	/** the main interface for interaction with a connection to a database.
 	 */
-	interface XConnection; 
- 
-	 
-	/** controls the chaining of warnings, which may occur on every call 
-			 to the connected database. Chained warnings from previous calls will be 
+	interface XConnection;
+
+
+	/** controls the chaining of warnings, which may occur on every call
+			 to the connected database. Chained warnings from previous calls will be
 			 cleared before processing a new call.
 	 */
-	interface XWarningsSupplier; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	interface XWarningsSupplier;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/ConnectionPool.idl b/main/offapi/com/sun/star/sdbc/ConnectionPool.idl
index 0c82777..46b2eca 100644
--- a/main/offapi/com/sun/star/sdbc/ConnectionPool.idl
+++ b/main/offapi/com/sun/star/sdbc/ConnectionPool.idl
@@ -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,46 +7,46 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 #ifndef __com_sun_star_sdbc_ConnectionPool_idl__
-#define __com_sun_star_sdbc_ConnectionPool_idl__ 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- published interface XDriverManager; 
- 
- 
+#define __com_sun_star_sdbc_ConnectionPool_idl__
+
+ module com {  module sun {  module star {  module sdbc {
+
+ published interface XDriverManager;
+
+
 /** is the basic service for pooling SDBC connections.
-	
+
 	<p>
-	When the method 
+	When the method
 	<member scope="com::sun::star::sdbc">XPooledConnection::getConnection()</member>
 	is called,
 	the ConnectionPool will attempt to locate a suitable pooled connection
 	or create a new connection from the DriverManager. When the connection
 	will be released it will move to the pool of unused connections.
-	
+
 	</p>
-	@see com::sun::star::sdbc::XDriver 
+	@see com::sun::star::sdbc::XDriver
 	@see com::sun::star::sdbc::XConnection
  */
 published service ConnectionPool: XDriverManager;
- 
-//============================================================================= 
- 
-}; }; }; }; 
+
+//=============================================================================
+
+}; }; }; };
 
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/ConnectionProperties.idl b/main/offapi/com/sun/star/sdbc/ConnectionProperties.idl
index cc7d3f4..1020809 100644
--- a/main/offapi/com/sun/star/sdbc/ConnectionProperties.idl
+++ b/main/offapi/com/sun/star/sdbc/ConnectionProperties.idl
@@ -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,61 +7,61 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_ConnectionProperties_idl__ 
-#define __com_sun_star_sdbc_ConnectionProperties_idl__ 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- 
- 
+#ifndef __com_sun_star_sdbc_ConnectionProperties_idl__
+#define __com_sun_star_sdbc_ConnectionProperties_idl__
+
+ module com {  module sun {  module star {  module sdbc {
+
+
+
 /** represents the properties for a connection (session) with a specific
 	database. These properties can be used when calling the method
-	<member scope="com::sun::star::sdbc">XDriver::connect()</member> or 
+	<member scope="com::sun::star::sdbc">XDriver::connect()</member> or
 	<member scope="com::sun::star::sdbc">XDriverManager::getConnectionWithInfo()</member>.
-	
+
 	<p>
-	The properties for a connection contain additional information about how to connect to a database and 
+	The properties for a connection contain additional information about how to connect to a database and
 	how to control the behavior of the resulting connection should be.
-	
+
 	</p>
-	@see com::sun::star::sdbc::XDriver 
-	@see com::sun::star::sdbc::XDriverManager 
+	@see com::sun::star::sdbc::XDriver
+	@see com::sun::star::sdbc::XDriverManager
 	@see com::sun::star::sdbc::JDBCConnectionProperties
 	@see com::sun::star::sdbc::ODBCConnectionProperties
 	@see com::sun::star::sdbc::FILEConnectionProperties
 	@see com::sun::star::sdbc::DBASEConnectionProperties
 	@see com::sun::star::sdbc::FLATConnectionProperties
-	
+
  */
 published service ConnectionProperties
-{ 
+{
 	/** the username
 	*/
-	[optional, property] string user; 
+	[optional, property] string user;
 
 	/** the password
 	*/
-	[optional, property] string password; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-	 
-===========================================================================*/ 
-#endif 
+	[optional, property] string password;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/DBASEConnectionProperties.idl b/main/offapi/com/sun/star/sdbc/DBASEConnectionProperties.idl
index c0a0385..c571d58 100644
--- a/main/offapi/com/sun/star/sdbc/DBASEConnectionProperties.idl
+++ b/main/offapi/com/sun/star/sdbc/DBASEConnectionProperties.idl
@@ -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,56 +7,56 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_DBASEConnectionProperties_idl__ 
-#define __com_sun_star_sdbc_DBASEConnectionProperties_idl__ 
- 
-#ifndef __com_sun_star_sdbc_FILEConnectionProperties_idl__ 
-#include <com/sun/star/sdbc/FILEConnectionProperties.idl> 
-#endif     
- 
-module com {  module sun {  module star {  module sdbc { 
- 
+#ifndef __com_sun_star_sdbc_DBASEConnectionProperties_idl__
+#define __com_sun_star_sdbc_DBASEConnectionProperties_idl__
+
+#ifndef __com_sun_star_sdbc_FILEConnectionProperties_idl__
+#include <com/sun/star/sdbc/FILEConnectionProperties.idl>
+#endif
+
+module com {  module sun {  module star {  module sdbc {
+
 /** represents the properties for a dBase connection (session) with a specific
 	database. These properties can be used when calling the method
-	<member scope="com::sun::star::sdbc">XDriver::connect()</member> or 
+	<member scope="com::sun::star::sdbc">XDriver::connect()</member> or
 	<member scope="com::sun::star::sdbc">XDriverManager::getConnectionWithInfo()</member>.
-	
+
 	<p>
-	The properties for a connection contain additional information about how to connect to a database and 
+	The properties for a connection contain additional information about how to connect to a database and
 	how to control the behavior of the resulting connection should be.
-	
+
 	</p>
-	@see com::sun::star::sdbc::XDriver 
-	@see com::sun::star::sdbc::XDriverManager 
-	@see com::sun::star::sdbc::FILEConnectionProperties 
+	@see com::sun::star::sdbc::XDriver
+	@see com::sun::star::sdbc::XDriverManager
+	@see com::sun::star::sdbc::FILEConnectionProperties
  */
 service DBASEConnectionProperties
-{ 
+{
 	service com::sun::star::sdbc:: FILEConnectionProperties;
 
 	/** <TRUE/> when deleted rows should be shown, otherwise <FALSE/>
 	*/
-	[optional, property] boolean ShowDeleted; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-	 
-===========================================================================*/ 
-#endif 
+	[optional, property] boolean ShowDeleted;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/DataTruncation.idl b/main/offapi/com/sun/star/sdbc/DataTruncation.idl
index c4ee7eb..74f9d50 100644
--- a/main/offapi/com/sun/star/sdbc/DataTruncation.idl
+++ b/main/offapi/com/sun/star/sdbc/DataTruncation.idl
@@ -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,34 +7,34 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_DataTruncation_idl__ 
-#define __com_sun_star_sdbc_DataTruncation_idl__ 
- 
-#ifndef __com_sun_star_sdbc_SQLWarning_idl__ 
-#include <com/sun/star/sdbc/SQLWarning.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- 
+#ifndef __com_sun_star_sdbc_DataTruncation_idl__
+#define __com_sun_star_sdbc_DataTruncation_idl__
+
+#ifndef __com_sun_star_sdbc_SQLWarning_idl__
+#include <com/sun/star/sdbc/SQLWarning.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbc {
+
+
 /** reports a DataTruncation warning, on reads, or is thrown as a DataTruncation exception,
 	on writes, when a data value is unexpectedly truncated.
-	
+
 	<p>
-	The SQL state for a 
+	The SQL state for a
 	<code>DataTruncation</code>
 	is
 	<code>01004</code>
@@ -42,47 +42,47 @@
 	</p>
  */
 published exception DataTruncation: SQLWarning
-{ 
-	 
+{
+
 	/** is the index of the parameter or column value.
 	 */
-	long Index; 
- 
-	 
+	long Index;
+
+
 	/** is
 		<TRUE/>
 		if a parameter value is truncated.
 	 */
-	boolean IsParameter; 
- 
-	 
+	boolean IsParameter;
+
+
 	/** is
 		<TRUE/>
 		if a read was truncated.
 	 */
-	boolean DuringRead; 
- 
-	 
+	boolean DuringRead;
+
+
 	/** contains the number of bytes of data that should have been transferred.
 		This number may be approximate if data conversions were being
 		performed. The value may be
 		<code>-1</code>
 		if the size is unknown.
 	 */
-	long DataSize; 
- 
-	 
+	long DataSize;
+
+
 	/** contains the number of bytes of data actually transferred.
 		The value may be
 		<code>-1</code>
 		if the size is unknown.
 	 */
-	long TransferSize; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	long TransferSize;
+};
+
+//=============================================================================
+
+}; }; }; };
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/DataType.idl b/main/offapi/com/sun/star/sdbc/DataType.idl
index 61c4421..b7d667b 100644
--- a/main/offapi/com/sun/star/sdbc/DataType.idl
+++ b/main/offapi/com/sun/star/sdbc/DataType.idl
@@ -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,124 +7,124 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_DataType_idl__ 
-#define __com_sun_star_sdbc_DataType_idl__ 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- 
-/** These constants are used to specify database data types which are used 
-		to identify the generic SQL types. The definition is based on JDBC 3.0. 
-	 
+#ifndef __com_sun_star_sdbc_DataType_idl__
+#define __com_sun_star_sdbc_DataType_idl__
+
+ module com {  module sun {  module star {  module sdbc {
+
+
+/** These constants are used to specify database data types which are used
+		to identify the generic SQL types. The definition is based on JDBC 3.0.
+
 		<p>
 		The actual type constant values are equivalent to those in the X/Open CLI.
 		</p>
 		<p>
-		Precise information about the specific types can be got from 
+		Precise information about the specific types can be got from
 		<member>XDatabaseMetaData::getTypeInfo()</member>
 		.</p>
  */
 published constants DataType
-{ 
-	const long BIT 			=  -7; 
-	
-	const long TINYINT 		=  -6; 
-	
-	const long SMALLINT		=   5; 
-	
-	const long INTEGER 		=   4; 
-	
-	const long BIGINT 		=  -5; 
- 
-	const long FLOAT 		=   6; 
-	
-	const long REAL 		=   7; 
-	
-	const long DOUBLE 		=   8; 
- 
-	const long NUMERIC 		=   2; 
-	
-	const long DECIMAL		=   3; 
- 
-	const long CHAR			=   1; 
-	
-	const long VARCHAR 		=  12; 
-	
-	const long LONGVARCHAR 	=  -1; 
- 
-	const long DATE 		=  91; 
-	
-	const long TIME 		=  92; 
-	
-	const long TIMESTAMP 	=  93; 
- 
-	const long BINARY		=  -2; 
-	
-	const long VARBINARY 	=  -3; 
-	
-	const long LONGVARBINARY =  -4; 
- 
-	const long SQLNULL		=   0; 
- 
-     
-	/** indicates that the SQL type is database-specific and 
-		     gets mapped to an object that can be accessed via 
-		     the method 
+{
+	const long BIT 			=  -7;
+
+	const long TINYINT 		=  -6;
+
+	const long SMALLINT		=   5;
+
+	const long INTEGER 		=   4;
+
+	const long BIGINT 		=  -5;
+
+	const long FLOAT 		=   6;
+
+	const long REAL 		=   7;
+
+	const long DOUBLE 		=   8;
+
+	const long NUMERIC 		=   2;
+
+	const long DECIMAL		=   3;
+
+	const long CHAR			=   1;
+
+	const long VARCHAR 		=  12;
+
+	const long LONGVARCHAR 	=  -1;
+
+	const long DATE 		=  91;
+
+	const long TIME 		=  92;
+
+	const long TIMESTAMP 	=  93;
+
+	const long BINARY		=  -2;
+
+	const long VARBINARY 	=  -3;
+
+	const long LONGVARBINARY =  -4;
+
+	const long SQLNULL		=   0;
+
+
+	/** indicates that the SQL type is database-specific and
+		     gets mapped to an object that can be accessed via
+		     the method
 			 <member scope="com::sun::star::sdbc">XRow::getObject()</member>
 			 .
 	 */
-	const long OTHER		= 1111; 
- 
-     
-	/** indicates a type which is represented by an object which implements 
+	const long OTHER		= 1111;
+
+
+	/** indicates a type which is represented by an object which implements
 			 this type.
 	 */
-	const long OBJECT        = 2000; 
- 
-     
-	/** describes a type based on a built-in type. 
+	const long OBJECT        = 2000;
+
+
+	/** describes a type based on a built-in type.
 		     	It is a user-defined data type (UDT).
 	 */
-	const long DISTINCT     = 2001; 
- 
-     
-	/** indicates a type consisting of attributes that may be any type. 
+	const long DISTINCT     = 2001;
+
+
+	/** indicates a type consisting of attributes that may be any type.
 		     	It is a user-defined data type (UDT).
 	 */
-	const long STRUCT       = 2002; 
- 
-     
+	const long STRUCT       = 2002;
+
+
 	/** indicates a type representing an SQL ARRAY.
 	 */
-	const long ARRAY        = 2003; 
- 
-     
+	const long ARRAY        = 2003;
+
+
 	/** indicates a type representing an SQL Binary Large Object.
 	 */
-	const long BLOB         = 2004; 
- 
-     
+	const long BLOB         = 2004;
+
+
 	/** indicates a type representing an SQL Character Large Object.
 	 */
-	const long CLOB         = 2005; 
- 
-     
+	const long CLOB         = 2005;
+
+
 	/** indicates a type representing an SQL REF, a referencing type.
 	 */
-	const long REF          = 2006; 
+	const long REF          = 2006;
 
 	/** identifies the generic SQL type
      * <code>BOOLEAN</code>.
@@ -132,12 +132,12 @@
      * @since OpenOffice 2.0
      */
     const long BOOLEAN = 16;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/Deferrability.idl b/main/offapi/com/sun/star/sdbc/Deferrability.idl
index 3da0e99..867026c 100644
--- a/main/offapi/com/sun/star/sdbc/Deferrability.idl
+++ b/main/offapi/com/sun/star/sdbc/Deferrability.idl
@@ -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,67 +7,67 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_Deferrability_idl__ 
-#define __com_sun_star_sdbc_Deferrability_idl__ 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- 
+#ifndef __com_sun_star_sdbc_Deferrability_idl__
+#define __com_sun_star_sdbc_Deferrability_idl__
+
+ module com {  module sun {  module star {  module sdbc {
+
+
 /** indicates the Deferrability of key constraints.
  */
 published constants Deferrability
-{ 
-	 
-	/** A possible value for the column <code>DEFERRABILITY</code> 
-			 in the 
-			 <code>XResultSet</code> objects returned by the methods 
-			 <code>getImportedKeys</code>,  <code>getExportedKeys</code>, 
-			 and <code>getCrossReference</code>. 
+{
+
+	/** A possible value for the column <code>DEFERRABILITY</code>
+			 in the
+			 <code>XResultSet</code> objects returned by the methods
+			 <code>getImportedKeys</code>,  <code>getExportedKeys</code>,
+			 and <code>getCrossReference</code>.
 			 <P>Indicates deferrability.  See SQL-92 for a definition.
-	 
-<!-- JRH: This and next two comments are identical. Is something missing? 
+
+<!-- JRH: This and next two comments are identical. Is something missing?
 			INITIALLY_DEFERRED, INITIALLY_IMMEDIATE, and NONE?              -->
 */
-	const long INITIALLY_DEFERRED  = 5; 
-	//------------------------------------------------------------------------- 
-     
-	/** A possible value for the column <code>DEFERRABILITY</code> 
-			 in the 
-			 <code>XResultSet</code> objects returned by the methods 
-			 <code>getImportedKeys</code>,  <code>getExportedKeys</code>, 
-			 and <code>getCrossReference</code>. 
+	const long INITIALLY_DEFERRED  = 5;
+	//-------------------------------------------------------------------------
+
+	/** A possible value for the column <code>DEFERRABILITY</code>
+			 in the
+			 <code>XResultSet</code> objects returned by the methods
+			 <code>getImportedKeys</code>,  <code>getExportedKeys</code>,
+			 and <code>getCrossReference</code>.
 			 <P>Indicates deferrability.  See SQL-92 for a definition.
 	 */
-	const long INITIALLY_IMMEDIATE  = 6; 
-	//------------------------------------------------------------------------- 
-     
-	/** A possible value for the column <code>DEFERRABILITY</code> 
-			 in the 
-			 <code>XResultSet</code> objects returned by the methods 
-			 <code>getImportedKeys</code>,  <code>getExportedKeys</code>, 
-			 and <code>getCrossReference</code>. 
+	const long INITIALLY_IMMEDIATE  = 6;
+	//-------------------------------------------------------------------------
+
+	/** A possible value for the column <code>DEFERRABILITY</code>
+			 in the
+			 <code>XResultSet</code> objects returned by the methods
+			 <code>getImportedKeys</code>,  <code>getExportedKeys</code>,
+			 and <code>getCrossReference</code>.
 			 <P>Indicates deferrability.  See SQL-92 for a definition.
 	 */
-	const long NONE  		= 7; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	const long NONE  		= 7;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/Driver.idl b/main/offapi/com/sun/star/sdbc/Driver.idl
index d6ec3c2..b4f158d 100644
--- a/main/offapi/com/sun/star/sdbc/Driver.idl
+++ b/main/offapi/com/sun/star/sdbc/Driver.idl
@@ -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,65 +7,65 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_Driver_idl__ 
-#define __com_sun_star_sdbc_Driver_idl__ 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- published interface XDriver; 
- 
- 
+#ifndef __com_sun_star_sdbc_Driver_idl__
+#define __com_sun_star_sdbc_Driver_idl__
+
+ module com {  module sun {  module star {  module sdbc {
+
+ published interface XDriver;
+
+
 /** is the service that every driver class must implement.
-	
+
 	<p>
 	Each driver should supply a service that implements
 	the Driver interface.
-	
+
 	</p>
 	<p>
 	The DriverManager will try to load as many drivers as it can
 	find and then for any given connection request, it will ask each
 	driver in turn to try to connect to the target URL.
-	
+
 	</p>
 	<p>
 	It is strongly recommended that each Driver object should be
 	small and standalone so that the Driver object can be loaded and
 	queried without bringing in vast quantities of supporting code.
-	
+
 	</p>
 	<p>
 	Each driver should be a one instance service.
 
 	</p>
-	@see com::sun::star::sdbc::XDriverManager 
+	@see com::sun::star::sdbc::XDriverManager
 	@see com::sun::star::sdbc::XConnection
  */
 published service Driver
-{ 
-	 
+{
+
 	/** is the main interface to access a database driver.
 	 */
-	interface XDriver; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	interface XDriver;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/DriverManager.idl b/main/offapi/com/sun/star/sdbc/DriverManager.idl
index 29d49cd..d2d117d 100644
--- a/main/offapi/com/sun/star/sdbc/DriverManager.idl
+++ b/main/offapi/com/sun/star/sdbc/DriverManager.idl
@@ -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,66 +7,66 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_DriverManager_idl__ 
-#define __com_sun_star_sdbc_DriverManager_idl__ 
- 
-#ifndef __com_sun_star_container_XEnumerationAccess_idl__ 
-#include <com/sun/star/container/XEnumerationAccess.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- published interface XConnection; 
- published interface XDriver; 
- published interface XDriverManager; 
- 
- 
+#ifndef __com_sun_star_sdbc_DriverManager_idl__
+#define __com_sun_star_sdbc_DriverManager_idl__
+
+#ifndef __com_sun_star_container_XEnumerationAccess_idl__
+#include <com/sun/star/container/XEnumerationAccess.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbc {
+
+ published interface XConnection;
+ published interface XDriver;
+ published interface XDriverManager;
+
+
 /** is the basic service for managing a set of SDBC drivers.
-	
-	
+
+
 	<p>
 	As part of its initialization, the DriverManager service will
 	attempt to load the registered drivers.
-	
+
 	</p>
 	<p>
 	When the method <code>getConnection</code> is called,
 	the DriverManager will attempt to
 	locate a suitable driver.
-	
+
 	</p>
-	@see com::sun::star::sdbc::XDriver 
+	@see com::sun::star::sdbc::XDriver
 	@see com::sun::star::sdbc::XConnection
  */
 published service DriverManager
-{ 
-	 
+{
+
 	/** is the basic interface for establishing database connections.
 	 */
-	interface XDriverManager; 
-	 
+	interface XDriverManager;
+
 	/** creates an enumeration on all installed / registered drivers.
 	 */
-	interface com::sun::star::container::XEnumerationAccess; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	interface com::sun::star::container::XEnumerationAccess;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/DriverPropertyInfo.idl b/main/offapi/com/sun/star/sdbc/DriverPropertyInfo.idl
index fdadcb0..5cbf6b9 100644
--- a/main/offapi/com/sun/star/sdbc/DriverPropertyInfo.idl
+++ b/main/offapi/com/sun/star/sdbc/DriverPropertyInfo.idl
@@ -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,28 +7,28 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_DriverPropertyInfo_idl__ 
-#define __com_sun_star_sdbc_DriverPropertyInfo_idl__ 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- 
+#ifndef __com_sun_star_sdbc_DriverPropertyInfo_idl__
+#define __com_sun_star_sdbc_DriverPropertyInfo_idl__
+
+ module com {  module sun {  module star {  module sdbc {
+
+
 /** describes the driver properties for making a connection.
-	
-	
+
+
 	<p>
 	The DriverPropertyInfo is of interest only to advanced programmers
 	who need to interact with a driver to discover and supply properties
@@ -39,45 +39,45 @@
 {
 	/** is the name of the property.
 	 */
-	string Name; 
- 
-     
+	string Name;
+
+
 	/** is a brief description of the property, which may be null.
 	 */
-	string Description; 
- 
-     
+	string Description;
+
+
 	/** is
 		<TRUE/>
 		if a value must be supplied for this property
-		during 
+		during
 		<code>Driver.connect</code>
 		and
 		<FALSE/>
 		otherwise.
 	 */
-	boolean IsRequired; 
- 
-     
+	boolean IsRequired;
+
+
 	/** specifies the current value of the property,
 		based on the driver-supplied default values.  This field
 		may be empty if no value is known.
 	 */
-	string Value; 
- 
-     
-	/** contains a sequence of possible values if the value for the field 
+	string Value;
+
+
+	/** contains a sequence of possible values if the value for the field
 			<code>DriverPropertyInfo.value</code>
-			may be selected 
+			may be selected
 			from a particular set of values; otherwise empty.
 	 */
-	sequence<string> Choices; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	sequence<string> Choices;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/FILEConnectionProperties.idl b/main/offapi/com/sun/star/sdbc/FILEConnectionProperties.idl
index 9ba99e9..3439071 100644
--- a/main/offapi/com/sun/star/sdbc/FILEConnectionProperties.idl
+++ b/main/offapi/com/sun/star/sdbc/FILEConnectionProperties.idl
@@ -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,44 +7,44 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_FILEConnectionProperties_idl__ 
-#define __com_sun_star_sdbc_FILEConnectionProperties_idl__ 
- 
-#ifndef __com_sun_star_sdbc_ConnectionProperties_idl__ 
-#include <com/sun/star/sdbc/ConnectionProperties.idl> 
-#endif    
- 
-module com {  module sun {  module star {  module sdbc { 
- 
+#ifndef __com_sun_star_sdbc_FILEConnectionProperties_idl__
+#define __com_sun_star_sdbc_FILEConnectionProperties_idl__
+
+#ifndef __com_sun_star_sdbc_ConnectionProperties_idl__
+#include <com/sun/star/sdbc/ConnectionProperties.idl>
+#endif
+
+module com {  module sun {  module star {  module sdbc {
+
 /** represents the properties for a FILE connection (session) with a specific
 	database. These properties can be used when calling the method
-	<member scope="com::sun::star::sdbc">XDriver::connect()</member> or 
+	<member scope="com::sun::star::sdbc">XDriver::connect()</member> or
 	<member scope="com::sun::star::sdbc">XDriverManager::getConnectionWithInfo()</member>.
-	
+
 	<p>
-	The properties for a connection contain additional information about how to connect to a database and 
+	The properties for a connection contain additional information about how to connect to a database and
 	how to control the behavior of the resulting connection should be.
-	
+
 	</p>
-	@see com::sun::star::sdbc::XDriver 
-	@see com::sun::star::sdbc::XDriverManager 
-	@see com::sun::star::sdbc::ConnectionProperties 
+	@see com::sun::star::sdbc::XDriver
+	@see com::sun::star::sdbc::XDriverManager
+	@see com::sun::star::sdbc::ConnectionProperties
  */
 service FILEConnectionProperties
-{ 
+{
 	service com::sun::star::sdbc::ConnectionProperties;
 
     /** specifies the encoding to use to translate the backend data
@@ -53,13 +53,13 @@
         for a list of valid values.</p>
 	*/
 	[optional, property] string CharSet;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-	 
-===========================================================================*/ 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/FLATConnectionProperties.idl b/main/offapi/com/sun/star/sdbc/FLATConnectionProperties.idl
index 581041d..39b2473 100644
--- a/main/offapi/com/sun/star/sdbc/FLATConnectionProperties.idl
+++ b/main/offapi/com/sun/star/sdbc/FLATConnectionProperties.idl
@@ -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,76 +7,76 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_FLATConnectionProperties_idl__ 
-#define __com_sun_star_sdbc_FLATConnectionProperties_idl__ 
- 
-#ifndef __com_sun_star_sdbc_FILEConnectionProperties_idl__ 
-#include <com/sun/star/sdbc/FILEConnectionProperties.idl> 
-#endif    
- 
-module com {  module sun {  module star {  module sdbc { 
- 
+#ifndef __com_sun_star_sdbc_FLATConnectionProperties_idl__
+#define __com_sun_star_sdbc_FLATConnectionProperties_idl__
+
+#ifndef __com_sun_star_sdbc_FILEConnectionProperties_idl__
+#include <com/sun/star/sdbc/FILEConnectionProperties.idl>
+#endif
+
+module com {  module sun {  module star {  module sdbc {
+
 /** represents the properties for a FLAT connection (session) with a specific
 	database. These properties can be used when calling the method
-	<member scope="com::sun::star::sdbc">XDriver::connect()</member> or 
+	<member scope="com::sun::star::sdbc">XDriver::connect()</member> or
 	<member scope="com::sun::star::sdbc">XDriverManager::getConnectionWithInfo()</member>.
-	
+
 	<p>
-	The properties for a connection contain additional information about how to connect to a database and 
+	The properties for a connection contain additional information about how to connect to a database and
 	how to control the behavior of the resulting connection should be.
-	
+
 	</p>
-	@see com::sun::star::sdbc::XDriver 
-	@see com::sun::star::sdbc::XDriverManager 
-	@see com::sun::star::sdbc::FILEConnectionProperties 
+	@see com::sun::star::sdbc::XDriver
+	@see com::sun::star::sdbc::XDriverManager
+	@see com::sun::star::sdbc::FILEConnectionProperties
  */
 service FLATConnectionProperties
-{ 
+{
 	service com::sun::star::sdbc::FILEConnectionProperties;
 
 	/** <TRUE/> when the file contains a header line otherwise <FALSE/>
 	*/
-	[optional, property] boolean HeaderLine; 
+	[optional, property] boolean HeaderLine;
 
 	/** A one character delimiter to separate the fields.
 	*/
-	[optional, property] string FieldDelimiter; 
+	[optional, property] string FieldDelimiter;
 
 	/** A one character delimiter to separate the strings.
 	*/
-	[optional, property] string StringDelimiter; 
+	[optional, property] string StringDelimiter;
 
 	/** A one character delimiter to separate the decimal.
 	*/
-	[optional, property] string DecimalDelimiter; 
+	[optional, property] string DecimalDelimiter;
 
 	/** A one character delimiter to separate the thousands.
 	*/
-	[optional, property] string ThousandDelimiter; 
+	[optional, property] string ThousandDelimiter;
 
 	/** the extension of the files to be used.
 	*/
-	[property] string Extension; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-	 
-===========================================================================*/ 
-#endif 
+	[property] string Extension;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/FetchDirection.idl b/main/offapi/com/sun/star/sdbc/FetchDirection.idl
index 2d0422f..3b8a9ad 100644
--- a/main/offapi/com/sun/star/sdbc/FetchDirection.idl
+++ b/main/offapi/com/sun/star/sdbc/FetchDirection.idl
@@ -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,51 +7,51 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_FetchDirection_idl__ 
-#define __com_sun_star_sdbc_FetchDirection_idl__ 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- 
-/** indicates in which direction a resultset should fetch next, just for 
+#ifndef __com_sun_star_sdbc_FetchDirection_idl__
+#define __com_sun_star_sdbc_FetchDirection_idl__
+
+ module com {  module sun {  module star {  module sdbc {
+
+
+/** indicates in which direction a resultset should fetch next, just for
 	 optimization.
  */
 published constants FetchDirection
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** The rows in a result set will be processed in a forward direction; first-to-last.
 	 */
-	const long FORWARD = 1000; 
-	//------------------------------------------------------------------------- 
-     
+	const long FORWARD = 1000;
+	//-------------------------------------------------------------------------
+
 	/** The rows in a result set will be processed in a reverse direction; last-to-first.
 	 */
-	const long REVERSE = 1001; 
-	//------------------------------------------------------------------------- 
-     
+	const long REVERSE = 1001;
+	//-------------------------------------------------------------------------
+
 	/** The order in which rows in a result set will be processed is unknown:
 	 */
-	const long UNKNOWN = 1002; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	const long UNKNOWN = 1002;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/IndexType.idl b/main/offapi/com/sun/star/sdbc/IndexType.idl
index ef83292..2f5b0ea 100644
--- a/main/offapi/com/sun/star/sdbc/IndexType.idl
+++ b/main/offapi/com/sun/star/sdbc/IndexType.idl
@@ -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,93 +7,93 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_IndexType_idl__ 
-#define __com_sun_star_sdbc_IndexType_idl__ 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- 
+#ifndef __com_sun_star_sdbc_IndexType_idl__
+#define __com_sun_star_sdbc_IndexType_idl__
+
+ module com {  module sun {  module star {  module sdbc {
+
+
 /** indicates the type of index.
  */
 published constants IndexType
-{ 
-     
+{
+
 	/** A possible value for column
 			<code>TYPE</code>
-			in the 
-			<type scope="com::sun::star::sdbc">XResultSet</type>
-			object returned by the method 
-			<member scope="com::sun::star::sdbc">XDatabaseMetaData::getIndexInfo()</member>
-			. 
-			<P>
-			Indentifies table statistics that are returned in conjunction 
-			with a table's index description.
-			</P>
-	 */
-	const short STATISTIC = 0; 
-	//------------------------------------------------------------------------- 
-	 
-	/** A possible value for column 
-			<code>TYPE</code>
 			in the
 			<type scope="com::sun::star::sdbc">XResultSet</type>
-			object returned by the method 
+			object returned by the method
+			<member scope="com::sun::star::sdbc">XDatabaseMetaData::getIndexInfo()</member>
+			.
+			<P>
+			Indentifies table statistics that are returned in conjunction
+			with a table's index description.
+			</P>
+	 */
+	const short STATISTIC = 0;
+	//-------------------------------------------------------------------------
+
+	/** A possible value for column
+			<code>TYPE</code>
+			in the
+			<type scope="com::sun::star::sdbc">XResultSet</type>
+			object returned by the method
 			<member scope="com::sun::star::sdbc">XDatabaseMetaData::getIndexInfo()</member>
 			.
 			<P>
 			Indicates that this table index is a clustered index.
 			</P>
 	 */
-	const short CLUSTERED = 1; 
-	//------------------------------------------------------------------------- 
-     
+	const short CLUSTERED = 1;
+	//-------------------------------------------------------------------------
+
 	/** A possible value for column
 			<code>TYPE</code>
-			in the 
+			in the
 			<type scope="com::sun::star::sdbc">XResultSet</type>
-			object returned by the method 
+			object returned by the method
 			<member scope="com::sun::star::sdbc">XDatabaseMetaData::getIndexInfo()</member>
 			.
 			 <P>
 			 Indicates that this table index is a hashed index.
 			 </P>
 	 */
-	const short HASHED    = 2; 
-	//------------------------------------------------------------------------- 
-     
+	const short HASHED    = 2;
+	//-------------------------------------------------------------------------
+
 	/** A possible value for column
 			<code>TYPE</code>
-			in the 
+			in the
 			<type scope="com::sun::star::sdbc">XResultSet</type>
-			object returned by the method 
+			object returned by the method
 			<member scope="com::sun::star::sdbc">XDatabaseMetaData::getIndexInfo()</member>
 			.
 			 <P>
-			 Indicates that this table index is not a clustered 
-			 index, a hashed index, or table statistics; 
+			 Indicates that this table index is not a clustered
+			 index, a hashed index, or table statistics;
 			 it is something other than these.
 			 </P>
 	 */
-	const short OTHER     = 3; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	const short OTHER     = 3;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/JDBCConnectionProperties.idl b/main/offapi/com/sun/star/sdbc/JDBCConnectionProperties.idl
index 44ff183..c0766af 100644
--- a/main/offapi/com/sun/star/sdbc/JDBCConnectionProperties.idl
+++ b/main/offapi/com/sun/star/sdbc/JDBCConnectionProperties.idl
@@ -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,54 +7,54 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_JDBCConnectionProperties_idl__ 
-#define __com_sun_star_sdbc_JDBCConnectionProperties_idl__ 
- 
-#ifndef __com_sun_star_sdbc_ConnectionProperties_idl__ 
-#include <com/sun/star/sdbc/ConnectionProperties.idl> 
-#endif   
+#ifndef __com_sun_star_sdbc_JDBCConnectionProperties_idl__
+#define __com_sun_star_sdbc_JDBCConnectionProperties_idl__
+
+#ifndef __com_sun_star_sdbc_ConnectionProperties_idl__
+#include <com/sun/star/sdbc/ConnectionProperties.idl>
+#endif
 #ifndef __com_sun_star_beans_NamedValue_idl__
-#include <com/sun/star/beans/NamedValue.idl> 
+#include <com/sun/star/beans/NamedValue.idl>
 #endif
 
-module com {  module sun {  module star {  module sdbc { 
- 
+module com {  module sun {  module star {  module sdbc {
+
 /** represents the properties for a JDBC connection (session) with a specific
 	database. These properties can be used when calling the method
-	<member scope="com::sun::star::sdbc">XDriver::connect()</member> or 
+	<member scope="com::sun::star::sdbc">XDriver::connect()</member> or
 	<member scope="com::sun::star::sdbc">XDriverManager::getConnectionWithInfo()</member>.
-	
+
 	<p>
-	The properties for a connection contain additional information about how to connect to a database and 
+	The properties for a connection contain additional information about how to connect to a database and
 	how to control the behavior of the resulting connection should be.
-	
+
 	</p>
-	@see com::sun::star::sdbc::XDriver 
-	@see com::sun::star::sdbc::XDriverManager 
-	@see com::sun::star::sdbc::ConnectionProperties 
+	@see com::sun::star::sdbc::XDriver
+	@see com::sun::star::sdbc::XDriverManager
+	@see com::sun::star::sdbc::ConnectionProperties
  */
 service JDBCConnectionProperties
-{ 
+{
 	service com::sun::star::sdbc::ConnectionProperties;
 
 	/** which jdbc driver class should be loaded to create the connection.
 
         @see com::sun::star::sdbc::JDBCConnectionProperties::JavaDriverClassPath
 	*/
-	[optional, property] string JavaDriverClass; 
+	[optional, property] string JavaDriverClass;
 
     /** an optional class path to locate the <member
         scope="com::sun::star::sdbc">JDBCConnectionProperties::JavaDriverClass
@@ -83,17 +83,17 @@
 	*/
 	[optional, property] boolean IsAutoRetrievingEnabled;
 
-	/** specifies the statement which should be executed 
+	/** specifies the statement which should be executed
 		when asking an "INSERT" statement for the XGeneratedResultSet (future concept) interface.
 	*/
-	[optional, property] string AutoRetrievingStatement; 
+	[optional, property] string AutoRetrievingStatement;
 
     /** specifies how the type info returned by <member scope="com::sun::star::sdbc">XDatabaseMetaData::getTypeInfo()</member> will be modified.
-        <p>The sequence contains an even amount of string values. Each pair describes 
+        <p>The sequence contains an even amount of string values. Each pair describes
         <li>what should be searched for and </li>
         <li>what should be replaced if found.</li>
         <br>
-        The syntax is: 
+        The syntax is:
         <p>
             <li>COLUMN(2) = -5</li>
             <li>COLUMN(6) = PRECISION</li>
@@ -102,14 +102,14 @@
         with the value -5. If this is true than column 6 will now return the value PRECISION.
         </p>
     */
-    [optional, property] sequence< any > TypeInfoSettings; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-	 
-===========================================================================*/ 
-#endif 
+    [optional, property] sequence< any > TypeInfoSettings;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/KeyRule.idl b/main/offapi/com/sun/star/sdbc/KeyRule.idl
index 8b1e102..c38229f 100644
--- a/main/offapi/com/sun/star/sdbc/KeyRule.idl
+++ b/main/offapi/com/sun/star/sdbc/KeyRule.idl
@@ -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,182 +7,182 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_KeyRule_idl__ 
-#define __com_sun_star_sdbc_KeyRule_idl__ 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- 
+#ifndef __com_sun_star_sdbc_KeyRule_idl__
+#define __com_sun_star_sdbc_KeyRule_idl__
+
+ module com {  module sun {  module star {  module sdbc {
+
+
 /** determines the rules for foreign key constraints.
  */
 published constants KeyRule
-{ 
-     
+{
+
 	/** a possible value for the column's
 			<code>UPDATE_RULE</code>
 			and
 			<code>DELETE_RULE</code>
-			in the 
+			in the
 			<type scope="com::sun::star::sdbc">XResultSet</type>
-			 objects returned by the methods 
+			 objects returned by the methods
 			 <member  scope="com::sun::star::sdbc">XDatabaseMetaData::getImportedKeys()</member>
 			 ,
 			 <member  scope="com::sun::star::sdbc">XDatabaseMetaData::getExportedKeys()</member>
-			 , 
-			 and
-			 <member  scope="com::sun::star::sdbc">XDatabaseMetaData::getCrossReference()</member>
-			 . 
-			 <P>
-			 For the column 
-			 <code>UPDATE_RULE</code>
 			 ,
-			 it indicates that 
-			 when the primary key is updated, the foreign key (imported key) 
-			 is changed to agree with it. 
-			 </P>
-			 <P>
-			 For the column 
-			 <code>DELETE_RULE</code>
-			, 
-			 it indicates that 
-			 when the primary key is deleted, rows that imported that key 
-			 are deleted.
-			 </P>
-	 */
-	const long CASCADE	= 0; 
-	//------------------------------------------------------------------------- 
-     
-	/** a possible value for the column's 
-			 <code>UPDATE_RULE</code>
-			 and
-			 <code>DELETE_RULE</code>
-			in the 
-			 <type scope="com::sun::star::sdbc">XResultSet</type>
-			 objects returned by the methods 
-			 <member  scope="com::sun::star::sdbc">XDatabaseMetaData::getImportedKeys()</member>
-			 ,
-			 <member  scope="com::sun::star::sdbc">XDatabaseMetaData::getExportedKeys()</member>
-			 , 
 			 and
 			 <member  scope="com::sun::star::sdbc">XDatabaseMetaData::getCrossReference()</member>
 			 .
 			 <P>
 			 For the column
 			 <code>UPDATE_RULE</code>
-			, it indicates that 
-			 a primary key may not be updated if it has been imported by 
-			 another table as a foreign key. 
+			 ,
+			 it indicates that
+			 when the primary key is updated, the foreign key (imported key)
+			 is changed to agree with it.
 			 </P>
 			 <P>
 			 For the column
 			 <code>DELETE_RULE</code>
-			, it indicates that 
-			 a primary key may not be deleted if it has been imported by 
-			 another table as a foreign key.
+			,
+			 it indicates that
+			 when the primary key is deleted, rows that imported that key
+			 are deleted.
 			 </P>
 	 */
-	const long RESTRICT = 1; 
-	//------------------------------------------------------------------------- 
-     
+	const long CASCADE	= 0;
+	//-------------------------------------------------------------------------
+
 	/** a possible value for the column's
 			 <code>UPDATE_RULE</code>
 			 and
 			 <code>DELETE_RULE</code>
-			in the 
+			in the
 			 <type scope="com::sun::star::sdbc">XResultSet</type>
-			  objects returned by the methods 
+			 objects returned by the methods
+			 <member  scope="com::sun::star::sdbc">XDatabaseMetaData::getImportedKeys()</member>
+			 ,
+			 <member  scope="com::sun::star::sdbc">XDatabaseMetaData::getExportedKeys()</member>
+			 ,
+			 and
+			 <member  scope="com::sun::star::sdbc">XDatabaseMetaData::getCrossReference()</member>
+			 .
+			 <P>
+			 For the column
+			 <code>UPDATE_RULE</code>
+			, it indicates that
+			 a primary key may not be updated if it has been imported by
+			 another table as a foreign key.
+			 </P>
+			 <P>
+			 For the column
+			 <code>DELETE_RULE</code>
+			, it indicates that
+			 a primary key may not be deleted if it has been imported by
+			 another table as a foreign key.
+			 </P>
+	 */
+	const long RESTRICT = 1;
+	//-------------------------------------------------------------------------
+
+	/** a possible value for the column's
+			 <code>UPDATE_RULE</code>
+			 and
+			 <code>DELETE_RULE</code>
+			in the
+			 <type scope="com::sun::star::sdbc">XResultSet</type>
+			  objects returned by the methods
 			<member  scope="com::sun::star::sdbc">XDatabaseMetaData::getImportedKeys()</member>
 			 ,
 			 <member  scope="com::sun::star::sdbc">XDatabaseMetaData::getExportedKeys()</member>
 			 ,
 			 and
 			 <member  scope="com::sun::star::sdbc">XDatabaseMetaData::getCrossReference()</member>
-			 . 
+			 .
 			 <P>
 			 For the columns
 			 <code>UPDATE_RULE</code>
 			 and
 			 <code>DELETE_RULE</code>
-			, 
-			 it indicates that 
-			 when the primary key is updated or deleted, the foreign key (imported key) 
+			,
+			 it indicates that
+			 when the primary key is updated or deleted, the foreign key (imported key)
 			 is changed to <code>NULL</code>.
 			 </P>
 	 */
-	const long SET_NULL  = 2; 
-	//------------------------------------------------------------------------- 
-     
+	const long SET_NULL  = 2;
+	//-------------------------------------------------------------------------
+
 	/** a possible value for the column's
 			<code>UPDATE_RULE</code>
 			 and
 			 <code>DELETE_RULE</code>
-			 in the 
+			 in the
 			 <type scope="com::sun::star::sdbc">XResultSet</type>
-			 objects returned by the methods 
+			 objects returned by the methods
 			 <member  scope="com::sun::star::sdbc">XDatabaseMetaData::getImportedKeys()</member>
 			 ,
 			 <member  scope="com::sun::star::sdbc">XDatabaseMetaData::getExportedKeys()</member>
 			 ,
-			 and 
+			 and
 			 <member  scope="com::sun::star::sdbc">XDatabaseMetaData::getCrossReference()</member>
-			 . 
+			 .
 			 <P>
 			 For the columns
 			 <code>UPDATE_RULE</code>
 			 and
 			 <code>DELETE_RULE</code>
-			, 
+			,
 			 it indicates that if the primary key has been imported, it cannot be updated or deleted.
 			 </P>
 	 */
-	const long NO_ACTION = 3; 
-	//------------------------------------------------------------------------- 
-     
+	const long NO_ACTION = 3;
+	//-------------------------------------------------------------------------
+
 	/** a possible value for the column's
 			<code>UPDATE_RULE</code>
 			 and
 			 <code>DELETE_RULE</code>
-			in the 
+			in the
 			 <type scope="com::sun::star::sdbc">XResultSet</type>
-			 objects returned by the methods 
+			 objects returned by the methods
 			 <member  scope="com::sun::star::sdbc">XDatabaseMetaData::getImportedKeys()</member>
 			 ,
 			 <member  scope="com::sun::star::sdbc">XDatabaseMetaData::getExportedKeys()</member>
-			 , 
+			 ,
 			 and
 			 <member  scope="com::sun::star::sdbc">XDatabaseMetaData::getCrossReference()</member>
-			 . 
+			 .
 			 <P>
 			 For the columns
 			 <code>UPDATE_RULE</code>
 			 and
 			 <code>DELETE_RULE</code>
-			, 
-			 it indicates that 
-			 if the primary key is updated or deleted, the foreign key (imported key) 
+			,
+			 it indicates that
+			 if the primary key is updated or deleted, the foreign key (imported key)
 			 is set to the default value.
 			 </P>
 	 */
-	const long SET_DEFAULT  = 4; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	const long SET_DEFAULT  = 4;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/ODBCConnectionProperties.idl b/main/offapi/com/sun/star/sdbc/ODBCConnectionProperties.idl
index 738480e..8b97ad6 100644
--- a/main/offapi/com/sun/star/sdbc/ODBCConnectionProperties.idl
+++ b/main/offapi/com/sun/star/sdbc/ODBCConnectionProperties.idl
@@ -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,84 +7,84 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_ODBCConnectionProperties_idl__ 
-#define __com_sun_star_sdbc_ODBCConnectionProperties_idl__ 
+#ifndef __com_sun_star_sdbc_ODBCConnectionProperties_idl__
+#define __com_sun_star_sdbc_ODBCConnectionProperties_idl__
 
-#ifndef __com_sun_star_sdbc_ConnectionProperties_idl__ 
-#include <com/sun/star/sdbc/ConnectionProperties.idl> 
-#endif  
+#ifndef __com_sun_star_sdbc_ConnectionProperties_idl__
+#include <com/sun/star/sdbc/ConnectionProperties.idl>
+#endif
 
-module com {  module sun {  module star {  module sdbc { 
- 
+module com {  module sun {  module star {  module sdbc {
+
 /** represents the properties for a ODBC connection (session) with a specific
 	database. These properties can be used when calling the method
-	<member scope="com::sun::star::sdbc">XDriver::connect()</member> or 
+	<member scope="com::sun::star::sdbc">XDriver::connect()</member> or
 	<member scope="com::sun::star::sdbc">XDriverManager::getConnectionWithInfo()</member>.
-	
+
 	<p>
-	The properties for a connection contain additional information about how to connect to a database and 
+	The properties for a connection contain additional information about how to connect to a database and
 	how to control the behavior of the resulting connection should be.
-	
+
 	</p>
-	@see com::sun::star::sdbc::XDriver 
-	@see com::sun::star::sdbc::XDriverManager 
-	@see com::sun::star::sdbc::ConnectionProperties 
+	@see com::sun::star::sdbc::XDriver
+	@see com::sun::star::sdbc::XDriverManager
+	@see com::sun::star::sdbc::ConnectionProperties
  */
 service ODBCConnectionProperties
-{ 
+{
 	service com::sun::star::sdbc::ConnectionProperties;
 	/** should the parameter '?' in prepared statement be substituated with an distinct name
 	*/
-	[optional, property] boolean ParameterNameSubstitution; 
+	[optional, property] boolean ParameterNameSubstitution;
 
 	/** the Timeout after which time a timeout should happen
 	*/
-	[optional, property] long Timeout; 
+	[optional, property] long Timeout;
 
 	/** Silent - should the connection be silent. No user interaction while creating the connection.
 	*/
-	[optional, property] boolean Silent; 
+	[optional, property] boolean Silent;
 
 	/** should the driver should support a catalog.
 	*/
-	[optional, property] boolean UseCatalog; 
+	[optional, property] boolean UseCatalog;
 
     /** specifies the encoding to use to translate the backend data
 
         <p>See the <a href="http://www.iana.org/assignments/character-sets">IANA character set list</a>
         for a list of valid values.</p>
 	*/
-	[optional, property] string CharSet; 
+	[optional, property] string CharSet;
 
 	/** specifies if retrieving of auto generated values should be enabled or not.
 		If <TRUE/> than the statement will support the XGeneratedResultSet (future concept) interface, otherwise not.
 	*/
 	[optional, property] boolean IsAutoRetrievingEnabled;
 
-	/** specifies the statement which should be executed 
+	/** specifies the statement which should be executed
 		when asking an "INSERT" statement for the XGeneratedResultSet (future concept) interface.
 	*/
-	[optional, property] string AutoRetrievingStatement; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-	 
-===========================================================================*/ 
-#endif 
+	[optional, property] string AutoRetrievingStatement;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/PreparedStatement.idl b/main/offapi/com/sun/star/sdbc/PreparedStatement.idl
index 597a974..e821e9a 100644
--- a/main/offapi/com/sun/star/sdbc/PreparedStatement.idl
+++ b/main/offapi/com/sun/star/sdbc/PreparedStatement.idl
@@ -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,166 +7,166 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_PreparedStatement_idl__ 
-#define __com_sun_star_sdbc_PreparedStatement_idl__ 
- 
-#ifndef __com_sun_star_lang_XComponent_idl__ 
-#include <com/sun/star/lang/XComponent.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_XCancellable_idl__ 
-#include <com/sun/star/util/XCancellable.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- published interface XPreparedStatement; 
- published interface XPreparedBatchExecution; 
- published interface XParameters; 
- published interface XWarningsSupplier; 
- published interface XMultipleResults; 
- published interface XResultSetMetaDataSupplier; 
- published interface XCloseable; 
- 
- 
-/** represents a precompiled SQL statement. 
+#ifndef __com_sun_star_sdbc_PreparedStatement_idl__
+#define __com_sun_star_sdbc_PreparedStatement_idl__
+
+#ifndef __com_sun_star_lang_XComponent_idl__
+#include <com/sun/star/lang/XComponent.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+#ifndef __com_sun_star_util_XCancellable_idl__
+#include <com/sun/star/util/XCancellable.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbc {
+
+ published interface XPreparedStatement;
+ published interface XPreparedBatchExecution;
+ published interface XParameters;
+ published interface XWarningsSupplier;
+ published interface XMultipleResults;
+ published interface XResultSetMetaDataSupplier;
+ published interface XCloseable;
+
+
+/** represents a precompiled SQL statement.
 	 <P>
-	 A SQL statement is pre-compiled and stored in a PreparedStatement object. 
-	 This object can then be used to efficiently execute this statement multiple 
+	 A SQL statement is pre-compiled and stored in a PreparedStatement object.
+	 This object can then be used to efficiently execute this statement multiple
 	 times.
 	 </P>
 	 <P>
 	 <B>
 	 Note:
 	 </B>
-	 The 
+	 The
 	 <code>setXXX</code>
-	 methods for setting IN parameter values 
-	 must specify types that are compatible with the defined SQL type of 
-	 the input parameter. For instance, if the IN parameter has SQL type 
-	 Integer, then the method 
+	 methods for setting IN parameter values
+	 must specify types that are compatible with the defined SQL type of
+	 the input parameter. For instance, if the IN parameter has SQL type
+	 Integer, then the method
 	 <member scope="com::sun::star::sdbc">XParameters::setInt()</member>
-	 should be used. 
+	 should be used.
 	 </P>
 	 <p>
-	 If arbitrary parameter type conversions are required, the method 
+	 If arbitrary parameter type conversions are required, the method
 	 <member scope="com::sun::star::sdbc">XParameters::setObject()</member>
-	 should be used with a target SQL type. 
+	 should be used with a target SQL type.
 	 </p>
 	 <p>
-	 Example of setting a parameter; <code>con</code> is an active connection. 
-	 @example:StarBASIC 
-	 <listing> 
-	 pstmt = con.prepareStatement("UPDATE EMPLOYEES SET SALARY = ? WHERE ID = ?") 
-	 pstmt.setDouble(1, 153833.00) 
-	 pstmt.setLong(2, 110592) 
-	 </listing> 
+	 Example of setting a parameter; <code>con</code> is an active connection.
+	 @example:StarBASIC
+	 <listing>
+	 pstmt = con.prepareStatement("UPDATE EMPLOYEES SET SALARY = ? WHERE ID = ?")
+	 pstmt.setDouble(1, 153833.00)
+	 pstmt.setLong(2, 110592)
+	 </listing>
 	 </p>
 	 <P>
-	 Only one 
+	 Only one
 	 <type scope="com::sun::star::sdbc">ResultSet</type>
 	 per
 	 <type scope="com::sun::star::sdbc">Statement</type>
-	 can be open at any point in 
-	 time. Therefore, if the reading of one ResultSet is interleaved 
-	 with the reading of another, each must have been generated by 
-	 different Statements. All statement 
+	 can be open at any point in
+	 time. Therefore, if the reading of one ResultSet is interleaved
+	 with the reading of another, each must have been generated by
+	 different Statements. All statement
 	 <code>execute</code>
 	 methods implicitly close a statement's current ResultSet if an open one exists.
 	 </p>
  */
 published service PreparedStatement
-{ 
-	 
-	/** optional for implementation, controls the releasing of resources 
+{
+
+	/** optional for implementation, controls the releasing of resources
 			 and the notification of registered listeners.
 	 */
-	[optional] interface com::sun::star::lang::XComponent; 
- 
-	 
-	/** freeing all resources of a statement. A related resultset will be 
+	[optional] interface com::sun::star::lang::XComponent;
+
+
+	/** freeing all resources of a statement. A related resultset will be
 			 freed as well.
 	 */
-	interface XCloseable; 
- 
+	interface XCloseable;
+
 	// gives access to the properties.
-	interface com::sun::star::beans::XPropertySet; 
-	 
-	/** could be used for cancelling the execution of SQL statements, if both 
-			 the DBMS and the driver support aborting an SQL statement. 
+	interface com::sun::star::beans::XPropertySet;
+
+	/** could be used for cancelling the execution of SQL statements, if both
+			 the DBMS and the driver support aborting an SQL statement.
 			 The implementation is optional.
 	 */
 	[optional] interface com::sun::star::util::XCancellable;
-	
+
 	/** is the interface for executing SQL prepared commands.
 	 */
-	interface XPreparedStatement; 
- 
-	 
+	interface XPreparedStatement;
+
+
 	/** provides access to the description of the result set which would be generated by executing the
         <type>PreparedStatement</type>.
 	 */
-	interface XResultSetMetaDataSupplier; 
- 
-	 
-	/** is used for setting parameters before execution of the precompiled 
+	interface XResultSetMetaDataSupplier;
+
+
+	/** is used for setting parameters before execution of the precompiled
 			 statement.
 	 */
-	interface XParameters; 
- 
-	 
-	/** provides the ability of batch execution. This interface is optional 
-			 for execution. 
+	interface XParameters;
+
+
+	/** provides the ability of batch execution. This interface is optional
+			 for execution.
 			 <p>
 			 A driver implementing batch execution must return
 			 <TRUE/>
-			 for 
+			 for
 			 <member scope= "com::sun::star::sdbc">XDatabaseMetaData::supportsBatchUpdates()</member>
 			 </p>
 	 */
-	[optional] interface XPreparedBatchExecution; 
- 
-	 
-	/** controls the chaining of warnings, which may occur on every call 
-			 to the connected database. Chained warnings from previous calls will be 
+	[optional] interface XPreparedBatchExecution;
+
+
+	/** controls the chaining of warnings, which may occur on every call
+			 to the connected database. Chained warnings from previous calls will be
 			 cleared before processing a new call.
 	 */
-	interface XWarningsSupplier; 
- 
-	 
+	interface XWarningsSupplier;
+
+
 	/** covers the handling of multiple results after executing an SQL command.
 	 */
-	interface XMultipleResults; 
- 
-	 
-	/** retrieves the number of seconds the driver will wait for a Statement 
-			  to execute. If the limit is exceeded, a SQLException is thrown. 
+	interface XMultipleResults;
+
+
+	/** retrieves the number of seconds the driver will wait for a Statement
+			  to execute. If the limit is exceeded, a SQLException is thrown.
 			  There is no limitation, if set to zero.
 	 */
-	[property] long QueryTimeOut; 
- 
-	 
-	/** returns the maximum number of bytes allowed for any column value. 
+	[property] long QueryTimeOut;
+
+
+	/** returns the maximum number of bytes allowed for any column value.
 			  <p>
-			  This limit is the maximum number of bytes that can be returned 
-			  for any column value. The limit applies only to 
+			  This limit is the maximum number of bytes that can be returned
+			  for any column value. The limit applies only to
 			  <member scope= "com::sun::star::sdbc">DataType::BINARY</member>
 			  ,
 			  <member scope= "com::sun::star::sdbc">DataType::VARBINARY</member>
@@ -179,90 +179,90 @@
 			  ,
 			  and
 			  <member scope= "com::sun::star::sdbc">DataType::LONGVARCHAR</member>
-			  columns. 
+			  columns.
 			  If the limit is exceeded, the excess data is silently discarded.
 			  </p>
 			  <p>
 			  There is no limitation, if set to zero.
 			  </p>
 	 */
-	[property] long MaxFieldSize; 
- 
-	 
-	/** retrieves the maximum number of rows that a ResultSet can contain. 
-			 If the limit is exceeded, the excess rows are silently dropped. 
+	[property] long MaxFieldSize;
+
+
+	/** retrieves the maximum number of rows that a ResultSet can contain.
+			 If the limit is exceeded, the excess rows are silently dropped.
 			 <br>There is no limitation, if set to zero.
 	 */
-	[property] long MaxRows; 
- 
-	 
-	/** defines the SQL cursor name that will be used by subsequent Statement 
+	[property] long MaxRows;
+
+
+	/** defines the SQL cursor name that will be used by subsequent Statement
 			 <code>execute</code>
-			 methods. 
+			 methods.
 			 <p>
-			 This name can then be used in SQL positioned update/delete statements to 
-			 identify the current row in the ResultSet generated by this statement. If 
-			 the database does not support positioned update/delete, this property is 
-			 a noop. To insure that a cursor has the proper isolation level to support 
-			 updates, the cursor's SELECT statement should be of the form 
-			 'select for update ...'. If the 'for update' phrase is omitted, 
-			 positioned updates may fail. 
+			 This name can then be used in SQL positioned update/delete statements to
+			 identify the current row in the ResultSet generated by this statement. If
+			 the database does not support positioned update/delete, this property is
+			 a noop. To insure that a cursor has the proper isolation level to support
+			 updates, the cursor's SELECT statement should be of the form
+			 'select for update ...'. If the 'for update' phrase is omitted,
+			 positioned updates may fail.
 			 </p>
 			 <P>
 			 <B>
 			 Note:
 			 </B>
-			 By definition, positioned update/delete 
-		     execution must be done by a different Statement than the one 
-		     which generated the ResultSet being used for positioning. Also, 
+			 By definition, positioned update/delete
+		     execution must be done by a different Statement than the one
+		     which generated the ResultSet being used for positioning. Also,
 		     cursor names must be unique within a connection.
 			 </p>
 	 */
-	[property] string CursorName; 
- 
-	 
-	/** retrieves the result set concurrency. 
+	[property] string CursorName;
+
+
+	/** retrieves the result set concurrency.
 			 @see com::sun::star::sdbc::ResultSetConcurrency
 	 */
-	[property] long ResultSetConcurrency; 
- 
-	 
-	/** Determine the result set type. 
+	[property] long ResultSetConcurrency;
+
+
+	/** Determine the result set type.
 			 @see com::sun::star::sdbc::ResultSetType
 	 */
-	[property] long ResultSetType; 
- 
-	 
-	/** retrieves the direction for fetching rows from database tables 
-			 that is the default for result sets generated from this 
+	[property] long ResultSetType;
+
+
+	/** retrieves the direction for fetching rows from database tables
+			 that is the default for result sets generated from this
 			 <code>Statement</code>
 			 object.
 			 <p>
-			 If this 
+			 If this
 			 <code>Statement</code>
-			 object has not set a fetch direction, 
+			 object has not set a fetch direction,
 			 the return value is implementation-specific.
 			 </p>
 	 */
-	[property] long FetchDirection; 
- 
-	 
-	/** retrieves the number of result set rows that is the default fetch size 
+	[property] long FetchDirection;
+
+
+	/** retrieves the number of result set rows that is the default fetch size
 			 for result sets generated from this
 			 <code>Statement</code>
 			 object.
 			 <p>
 			 If this
 			 <code>Statement</code>
-			 object has not set a fetch size, 
+			 object has not set a fetch size,
 			 the return value is implementation-specific.
 			 </p>
 	 */
-	[property] long FetchSize; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
+	[property] long FetchSize;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/ProcedureColumn.idl b/main/offapi/com/sun/star/sdbc/ProcedureColumn.idl
index 0695bf6..54f98d3 100644
--- a/main/offapi/com/sun/star/sdbc/ProcedureColumn.idl
+++ b/main/offapi/com/sun/star/sdbc/ProcedureColumn.idl
@@ -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,56 +7,44 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_ProcedureColumn_idl__ 
-#define __com_sun_star_sdbc_ProcedureColumn_idl__ 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- 
+#ifndef __com_sun_star_sdbc_ProcedureColumn_idl__
+#define __com_sun_star_sdbc_ProcedureColumn_idl__
+
+ module com {  module sun {  module star {  module sdbc {
+
+
 /** indicates the type of a procedure column.
  */
 published constants ProcedureColumn
-{ 
-	 
-	/** indicates that the type of the column is unknown. A possible value for 
-			 the column 
+{
+
+	/** indicates that the type of the column is unknown. A possible value for
+			 the column
 			 <code>COLUMN_TYPE</code>
-			 in the 
-			 <type scope="com::sun::star::sdbc">XResultSet</type>
-			 returned by the method 
-			 <member scope="com::sun::star::sdbc">XDatabaseMetaData::getProcedureColumns()</member>
-			 .
-	 */
-	const long UNKNOWN		 	= 0; 
-    //------------------------------------------------------------------------- 
-	 
-	/** indicates that the column stores IN parameters. 
-			 A possible value for the column 
-		     <code>COLUMN_TYPE</code>
-			 in the 
+			 in the
 			 <type scope="com::sun::star::sdbc">XResultSet</type>
 			 returned by the method
 			 <member scope="com::sun::star::sdbc">XDatabaseMetaData::getProcedureColumns()</member>
 			 .
 	 */
-	const long IN				= 1; 
-    //------------------------------------------------------------------------- 
-	 
-	/** indicates that the column stores INOUT parameters. 
-			 A possible value for the column 
+	const long UNKNOWN		 	= 0;
+    //-------------------------------------------------------------------------
+
+	/** indicates that the column stores IN parameters.
+			 A possible value for the column
 		     <code>COLUMN_TYPE</code>
 			 in the
 			 <type scope="com::sun::star::sdbc">XResultSet</type>
@@ -64,11 +52,11 @@
 			 <member scope="com::sun::star::sdbc">XDatabaseMetaData::getProcedureColumns()</member>
 			 .
 	 */
-	const long INOUT		 	= 2; 
-    //------------------------------------------------------------------------- 
-	 
-	/** indicates that the column stores results. 
-			 A possible value for the column 
+	const long IN				= 1;
+    //-------------------------------------------------------------------------
+
+	/** indicates that the column stores INOUT parameters.
+			 A possible value for the column
 		     <code>COLUMN_TYPE</code>
 			 in the
 			 <type scope="com::sun::star::sdbc">XResultSet</type>
@@ -76,11 +64,11 @@
 			 <member scope="com::sun::star::sdbc">XDatabaseMetaData::getProcedureColumns()</member>
 			 .
 	 */
-	const long RESULT 			= 3; 
-    //------------------------------------------------------------------------- 
-	 
-	/** indicates that the column stores OUT parameters. 
-			 A possible value for the column 
+	const long INOUT		 	= 2;
+    //-------------------------------------------------------------------------
+
+	/** indicates that the column stores results.
+			 A possible value for the column
 		     <code>COLUMN_TYPE</code>
 			 in the
 			 <type scope="com::sun::star::sdbc">XResultSet</type>
@@ -88,11 +76,11 @@
 			 <member scope="com::sun::star::sdbc">XDatabaseMetaData::getProcedureColumns()</member>
 			 .
 	 */
-	const long OUT		 		= 4; 
-    //------------------------------------------------------------------------- 
-	 
-	/** Indicates that the column stores return values. 
-			 A possible value for the column 
+	const long RESULT 			= 3;
+    //-------------------------------------------------------------------------
+
+	/** indicates that the column stores OUT parameters.
+			 A possible value for the column
 		     <code>COLUMN_TYPE</code>
 			 in the
 			 <type scope="com::sun::star::sdbc">XResultSet</type>
@@ -100,13 +88,25 @@
 			 <member scope="com::sun::star::sdbc">XDatabaseMetaData::getProcedureColumns()</member>
 			 .
 	 */
-	const long RETURN 			= 5; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	const long OUT		 		= 4;
+    //-------------------------------------------------------------------------
+
+	/** Indicates that the column stores return values.
+			 A possible value for the column
+		     <code>COLUMN_TYPE</code>
+			 in the
+			 <type scope="com::sun::star::sdbc">XResultSet</type>
+			 returned by the method
+			 <member scope="com::sun::star::sdbc">XDatabaseMetaData::getProcedureColumns()</member>
+			 .
+	 */
+	const long RETURN 			= 5;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/ProcedureResult.idl b/main/offapi/com/sun/star/sdbc/ProcedureResult.idl
index 35d41c0..2b0199f 100644
--- a/main/offapi/com/sun/star/sdbc/ProcedureResult.idl
+++ b/main/offapi/com/sun/star/sdbc/ProcedureResult.idl
@@ -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,79 +7,79 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_ProcedureResult_idl__ 
-#define __com_sun_star_sdbc_ProcedureResult_idl__ 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- 
+#ifndef __com_sun_star_sdbc_ProcedureResult_idl__
+#define __com_sun_star_sdbc_ProcedureResult_idl__
+
+ module com {  module sun {  module star {  module sdbc {
+
+
 /** determines whether a procedure returns a result or not.
  */
 published constants ProcedureResult
-{ 
-     
+{
+
 	/** A possible value for column
 			 <code>PROCEDURE_TYPE</code>
-			 in the 
+			 in the
 			 <type scope="com::sun::star::sdbc">XResultSet</type>
-			 object returned by the method 
+			 object returned by the method
 			 <member scope="com::sun::star::sdbc">XDatabaseMetaData::getProcedures()</member>
 			 .
-			 <p> 
-			 Indicates that it is not known whether the procedure returns 
+			 <p>
+			 Indicates that it is not known whether the procedure returns
 			 a result.
 			 </p>
 	 */
-	const long UNKNOWN	= 0; 
-	//------------------------------------------------------------------------- 
-     
+	const long UNKNOWN	= 0;
+	//-------------------------------------------------------------------------
+
 	/** A possible value for column
 			<code>PROCEDURE_TYPE</code>
-			 in the 
+			 in the
 			 <type scope="com::sun::star::sdbc">XResultSet</type>
-			 object returned by the method 
+			 object returned by the method
 			 <member scope="com::sun::star::sdbc">XDatabaseMetaData::getProcedures()</member>
-			 . 
+			 .
 			 <p>
-			 Indicates that the procedure does not return 
+			 Indicates that the procedure does not return
 			 a result.
 			 </p>
 	 */
-	const long NONE		= 1; 
-	//------------------------------------------------------------------------- 
-     
-	/** A possible value for column 
+	const long NONE		= 1;
+	//-------------------------------------------------------------------------
+
+	/** A possible value for column
 			<code>PROCEDURE_TYPE</code>
-			 in the 
+			 in the
 			 <type scope="com::sun::star::sdbc">XResultSet</type>
-			 object returned by the method 
+			 object returned by the method
 			 <member scope="com::sun::star::sdbc">XDatabaseMetaData::getProcedures()</member>
-			 . 
+			 .
 			 <p>
-			 Indicates that the procedure returns 
+			 Indicates that the procedure returns
 			 a result.
 			 </p>
 	 */
-	const long RETURN 	= 2; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	const long RETURN 	= 2;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/ResultSet.idl b/main/offapi/com/sun/star/sdbc/ResultSet.idl
index 30b3d1c..75359ce 100644
--- a/main/offapi/com/sun/star/sdbc/ResultSet.idl
+++ b/main/offapi/com/sun/star/sdbc/ResultSet.idl
@@ -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,52 +7,52 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_ResultSet_idl__ 
-#define __com_sun_star_sdbc_ResultSet_idl__ 
- 
-#ifndef __com_sun_star_lang_XComponent_idl__ 
-#include <com/sun/star/lang/XComponent.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_XCancellable_idl__ 
-#include <com/sun/star/util/XCancellable.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- published interface XStatement; 
- published interface XRow; 
- published interface XRowUpdate; 
- published interface XResultSet; 
- published interface XResultSetUpdate; 
- published interface XResultSetMetaDataSupplier; 
- published interface XWarningsSupplier; 
- published interface XColumnLocate; 
- published interface XCloseable; 
- 
- 
+#ifndef __com_sun_star_sdbc_ResultSet_idl__
+#define __com_sun_star_sdbc_ResultSet_idl__
+
+#ifndef __com_sun_star_lang_XComponent_idl__
+#include <com/sun/star/lang/XComponent.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+#ifndef __com_sun_star_util_XCancellable_idl__
+#include <com/sun/star/util/XCancellable.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbc {
+
+ published interface XStatement;
+ published interface XRow;
+ published interface XRowUpdate;
+ published interface XResultSet;
+ published interface XResultSetUpdate;
+ published interface XResultSetMetaDataSupplier;
+ published interface XWarningsSupplier;
+ published interface XColumnLocate;
+ published interface XCloseable;
+
+
 /** provides access to a table of data. A ResultSet
 	object is usually generated by executing a Statement.
-	
-	
-	
+
+
+
 	<p>
 	A ResultSet maintains a cursor pointing to its current row of
 	data. Initially the cursor is positioned before the first row.
@@ -94,88 +94,88 @@
 	</p>
  */
 published service ResultSet
-{ 
-	 
-	/** optional for implementation; controls the releasing of resources 
+{
+
+	/** optional for implementation; controls the releasing of resources
 			 and the notification of registered listeners.
 	 */
-	[optional] interface com::sun::star::lang::XComponent; 
- 
-	 
-	/** freeing all resources of a result set.  
-			 
+	[optional] interface com::sun::star::lang::XComponent;
+
+
+	/** freeing all resources of a result set.
+
 				<p>
-				The creating statement will still be open after disposing. 
+				The creating statement will still be open after disposing.
 				</p>
-		 
+
 				<p>
-				This interface is mandatory only for JDBC conformance, 
+				This interface is mandatory only for JDBC conformance,
 				otherwise it is optional.
 				</p>
 	 */
-	[optional] interface XCloseable; 
- 
+	[optional] interface XCloseable;
+
 	// gives access to the properties.
-	interface com::sun::star::beans::XPropertySet; 
- 
-	 
-	/** controls the chaining of warnings, which may occur on every call 
-				to the connected database.  
-			  
+	interface com::sun::star::beans::XPropertySet;
+
+
+	/** controls the chaining of warnings, which may occur on every call
+				to the connected database.
+
 			 	<p>
-				Chained warnings from previous calls will be cleared before processing a new call. 
+				Chained warnings from previous calls will be cleared before processing a new call.
 				</p>
-		 
+
 				<p>
 				This interface is mandatory only for JDBC conformance, otherwise it is optional.
 				</p>
 	 */
-	[optional] interface XWarningsSupplier; 
- 
-	 
+	[optional] interface XWarningsSupplier;
+
+
 	/** provides the access to the result set description.
 	 */
-	interface XResultSetMetaDataSupplier; 
- 
-	 
+	interface XResultSetMetaDataSupplier;
+
+
 	/** is the interface for navigating on the rows on a result set.
 	 */
-	interface XResultSet; 
- 
-	 
-	/** is the interface for updating row data to the database.  
-			 
+	interface XResultSet;
+
+
+	/** is the interface for updating row data to the database.
+
 				<p>
 				The implementation is optional.
 				</p>
 	 */
-	[optional] interface XResultSetUpdate; 
- 
-	 
+	[optional] interface XResultSetUpdate;
+
+
 	/** is the interface for accessing the data of the current row.
 	 */
-	interface XRow; 
- 
-	 
+	interface XRow;
+
+
 	/** is used for locating a column by it's name.
 	 */
-	interface XColumnLocate; 
- 
-	 
-	/** is the interface for updating the data of the current row.  
-		 
+	interface XColumnLocate;
+
+
+	/** is the interface for updating the data of the current row.
+
 				<p>
 				The implementation is optional.
 				</p>
 	 */
-	[optional] interface XRowUpdate; 
- 
-	 
+	[optional] interface XRowUpdate;
+
+
 	/** defines the SQL cursor name that will be used by subsequent Statement
 		<code>execute</code>
 		methods.
-		
-		
+
+
 		<p>
 		This name can then be used in SQL positioned update/delete statements to
 		identify the current row in the ResultSet generated by this statement. If
@@ -195,23 +195,23 @@
 		cursor names must be unique within a connection.
 		</p>
 	 */
-	[optional, readonly, property] string CursorName; 
- 
-	 
+	[optional, readonly, property] string CursorName;
+
+
 	/** retrieves the result set concurrency.
 
 		@see com::sun::star::sdbc::ResultSetConcurrency
 	 */
-	[readonly, property] long ResultSetConcurrency; 
- 
-	 
+	[readonly, property] long ResultSetConcurrency;
+
+
 	/** determines the result set type.
 
 		@see com::sun::star::sdbc::ResultSetType
 	 */
-	[readonly, property] long ResultSetType; 
- 
-	 
+	[readonly, property] long ResultSetType;
+
+
 	/** retrieves the direction for fetching rows from database tables
 		that is the default for result sets generated from this
 		<type scope="com::sun::star::sdbcx">Statement</type>
@@ -220,11 +220,11 @@
 		If this <code>Statement</code> object has not set a fetch direction,
 		the return value is implementation-specific.
 	 */
-	[property] long FetchDirection; 
- 
-	 
+	[property] long FetchDirection;
+
+
 	/** retrieves the number of result set rows that is the default fetch size
-		for result sets generated from this 
+		for result sets generated from this
 		<type scope="com::sun::star::sdbcx">Statement</type>
 		object.
 		<br/>
@@ -233,13 +233,13 @@
 		object has not set a fetch size,
 		the return value is implementation-specific.
 	 */
-	[property] long FetchSize; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	[property] long FetchSize;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/ResultSetConcurrency.idl b/main/offapi/com/sun/star/sdbc/ResultSetConcurrency.idl
index e58e66d..390a5e1 100644
--- a/main/offapi/com/sun/star/sdbc/ResultSetConcurrency.idl
+++ b/main/offapi/com/sun/star/sdbc/ResultSetConcurrency.idl
@@ -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,48 +7,48 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_ResultSetConcurrency_idl__ 
-#define __com_sun_star_sdbc_ResultSetConcurrency_idl__ 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- 
+#ifndef __com_sun_star_sdbc_ResultSetConcurrency_idl__
+#define __com_sun_star_sdbc_ResultSetConcurrency_idl__
+
+ module com {  module sun {  module star {  module sdbc {
+
+
 /** describes the different scroll capabilities of a result set.
  */
 published constants ResultSetConcurrency
-{ 
-	 
-	/** is the concurrency mode for a 
+{
+
+	/** is the concurrency mode for a
 		<type scope="com::sun::star::sdb">ResultSet</type>
 		object that may NOT be updated.
 	 */
-	const long READ_ONLY = 1007; 
- 
-     
-	/** is the concurrency mode for a 
+	const long READ_ONLY = 1007;
+
+
+	/** is the concurrency mode for a
 			<type scope="com::sun::star::sdb">ResultSet</type>
 			object that may be updated.
 	 */
-	const long UPDATABLE = 1008; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	const long UPDATABLE = 1008;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/ResultSetType.idl b/main/offapi/com/sun/star/sdbc/ResultSetType.idl
index e01aae4..394626b 100644
--- a/main/offapi/com/sun/star/sdbc/ResultSetType.idl
+++ b/main/offapi/com/sun/star/sdbc/ResultSetType.idl
@@ -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,57 +7,57 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_ResultSetType_idl__ 
-#define __com_sun_star_sdbc_ResultSetType_idl__ 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- 
+#ifndef __com_sun_star_sdbc_ResultSetType_idl__
+#define __com_sun_star_sdbc_ResultSetType_idl__
+
+ module com {  module sun {  module star {  module sdbc {
+
+
 /** describes the different scroll capabilities of a result set.
  */
 published constants ResultSetType
-{ 
-	 
-	/** is the type for a 
+{
+
+	/** is the type for a
 			<type scope="com::sun::star::sdb">ResultSet</type>
 			object whose cursor may move only forward.
 	 */
-	const long FORWARD_ONLY 		= 1003; 
- 
-     
-	/** is the type for a 
-			<type scope="com::sun::star::sdb">ResultSet</type>
-			object that is scrollable 
-			 but generally not sensitive to changes made by others.
-	 */
-	const long SCROLL_INSENSITIVE 	= 1004; 
- 
-     
+	const long FORWARD_ONLY 		= 1003;
+
+
 	/** is the type for a
 			<type scope="com::sun::star::sdb">ResultSet</type>
-			object that is scrollable 
+			object that is scrollable
+			 but generally not sensitive to changes made by others.
+	 */
+	const long SCROLL_INSENSITIVE 	= 1004;
+
+
+	/** is the type for a
+			<type scope="com::sun::star::sdb">ResultSet</type>
+			object that is scrollable
 			 and generally sensitive to changes made by others.
 	 */
-	const long SCROLL_SENSITIVE 	= 1005; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	const long SCROLL_SENSITIVE 	= 1005;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/RowSet.idl b/main/offapi/com/sun/star/sdbc/RowSet.idl
index 3aabcd0..ebcb1b6 100644
--- a/main/offapi/com/sun/star/sdbc/RowSet.idl
+++ b/main/offapi/com/sun/star/sdbc/RowSet.idl
@@ -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,45 +7,45 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_RowSet_idl__ 
-#define __com_sun_star_sdbc_RowSet_idl__ 
- 
-#ifndef __com_sun_star_sdbc_ResultSet_idl__ 
-#include <com/sun/star/sdbc/ResultSet.idl> 
-#endif 
-#ifndef __com_sun_star_sdbc_XColumnLocate_idl__ 
+#ifndef __com_sun_star_sdbc_RowSet_idl__
+#define __com_sun_star_sdbc_RowSet_idl__
+
+#ifndef __com_sun_star_sdbc_ResultSet_idl__
+#include <com/sun/star/sdbc/ResultSet.idl>
+#endif
+#ifndef __com_sun_star_sdbc_XColumnLocate_idl__
 #include <com/sun/star/sdbc/XColumnLocate.idl>
-#endif 
- 
- module com {  module sun {  module star {  module container { 
- published interface XNameAccess; 
-};};};}; 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- published interface XRowSet; 
- published interface XParameters; 
- 
- 
-/** is a client side ResultSet, which combines the characteristics of a 
+#endif
+
+ module com {  module sun {  module star {  module container {
+ published interface XNameAccess;
+};};};};
+
+ module com {  module sun {  module star {  module sdbc {
+
+ published interface XRowSet;
+ published interface XParameters;
+
+
+/** is a client side ResultSet, which combines the characteristics of a
 	<type scope="com::sun::star::sdbc">Statement</type>
-	and a 
+	and a
 	<type scope="com::sun::star::sdbc">ResultSet</type>.
-	
-	
+
+
 	<p>
 	It acts like a typical bean. Before you use the RowSet, you have to specify a
 	set of properties like a DataSource and a Command and other properties known of
@@ -63,69 +63,69 @@
 	</p>
  */
 published service RowSet
-{ 
-	service com::sun::star::sdbc::ResultSet; 
-	
+{
+	service com::sun::star::sdbc::ResultSet;
+
 	/** used to execute and to add/remove listeners.
 
         <p>To refresh the content of a <type>RowSet</type>, use this interface's <member>XRowSet::execute</member>
         method.</p>
     */
-	interface XRowSet; 
-	
+	interface XRowSet;
+
 	// used to set parameters.
-	interface XParameters; 
+	interface XParameters;
 
 	/** allows locating columns which's name is known only.
 	*/
 	interface XColumnLocate;
-	
+
 	/** is the name of a named datasource to use.@see com::sun::star::sdbc:XDataSource
 	 */
-	[property] string DataSourceName; 
- 
-	 
+	[property] string DataSourceName;
+
+
 	/** is the connection URL. Could be used instead of the DataSourceName.
 	 */
-	[property] string URL; 
- 
-	 
+	[property] string URL;
+
+
 	/** is the command which should be executed.
 	 */
-	[property] string Command; 
- 
-	 
+	[property] string Command;
+
+
 	/** indicates the transaction isolation level, which should be used for the
 		connection.@see com::sun::star::sdbc::TransactionIsolation
 	 */
-	[property] long TransactionIsolation; 
- 
-	 
+	[property] long TransactionIsolation;
+
+
 	/** is the type map that will be used for the custom mapping of SQL structured types
 		and distinct types.
 	 */
-	[property] com::sun::star::container::XNameAccess TypeMap; 
- 
-	 
+	[property] com::sun::star::container::XNameAccess TypeMap;
+
+
 	/** returns if escape processing is on or off.
 		If escape scanning is on (the default), the driver will do
 		escape substitution before sending the SQL to the database.
 		This is only evaluated, if the CommandType is COMMAND.
 	 */
-	[property] boolean EscapeProcessing; 
- 
-	 
+	[property] boolean EscapeProcessing;
+
+
 	/** retrieves the number of seconds the driver will wait for a Statement
-		to execute. If the limit is exceeded, a 
+		to execute. If the limit is exceeded, a
 		<type scope="com::sun::star::sdbc">SQLException</type>
 		is thrown.
 		There is no limitation, if set to zero.
 	 */
-	[property] long QueryTimeOut; 
- 
-	 
+	[property] long QueryTimeOut;
+
+
 	/** returns the maximum number of bytes allowed for any column value.
-		
+
 		<p>
 		This limit is the maximum number of bytes that can be returned
 		for any column value. The limit applies only to
@@ -147,38 +147,38 @@
 		There is no limitation, if set to zero.
 		</p>
 	 */
-	[property] long MaxFieldSize; 
- 
-	 
+	[property] long MaxFieldSize;
+
+
 	/** retrieves the maximum number of rows that a ResultSet can contain.
 		If the limit is exceeded, the excess rows are silently dropped.
 		<br/>
 		There is no limitation, if set to zero.
 	 */
-	[property] long MaxRows; 
- 
-	 
+	[property] long MaxRows;
+
+
 	/** determines the user for whom to open the connection.
 	 */
-	[property] string User; 
- 
-	 
+	[property] string User;
+
+
 	/** determines the user for whom to open the connection.
 	 */
-	[property] string Password; 
- 
-	 
+	[property] string Password;
+
+
 	/** determine the result set type.
 
 		@see com::sun::star::sdbc::ResultSetType
 	 */
-	[property] long ResultSetType; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	[property] long ResultSetType;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/SQLException.idl b/main/offapi/com/sun/star/sdbc/SQLException.idl
index 52f2f48..b6652d0 100644
--- a/main/offapi/com/sun/star/sdbc/SQLException.idl
+++ b/main/offapi/com/sun/star/sdbc/SQLException.idl
@@ -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,31 +7,31 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#define __com_sun_star_sdbc_SQLException_idl__ 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- 
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#define __com_sun_star_sdbc_SQLException_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbc {
+
+
 /** is an exception that provides information on a database access error.
-	
+
 	<p>
 	Each
 	<type scope="com::sun::star::sdbc">SQLException</type>
@@ -40,7 +40,7 @@
 	<p>
 	<ul>
 	<li>
-	a string describing the error.  This is used as the 
+	a string describing the error.  This is used as the
 	<type scope="com::sun::star::uno">Exception</type>
 	message.
 	</li>
@@ -48,28 +48,28 @@
 	</p>
  */
 published exception SQLException: com::sun::star::uno::Exception
-{ 
+{
 	/** returns a string, which uses the XOPEN SQLState conventions.
 		The values of the SQLState string are described in the XOPEN SQL spec.
 	 */
-	string			SQLState; 
-	
+	string			SQLState;
+
 	/** returns an integer error code that is specific to each vendor.  Normally this will
 		be the actual error code returned by the underlying database.
 	 */
-	long			ErrorCode; 
-	
+	long			ErrorCode;
+
 	/** returns a chain to the next Exception.
 		This can be used to provide additional
 		error information.
 	 */
-	any				NextException; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	any				NextException;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/SQLWarning.idl b/main/offapi/com/sun/star/sdbc/SQLWarning.idl
index 5f25983..70f270e 100644
--- a/main/offapi/com/sun/star/sdbc/SQLWarning.idl
+++ b/main/offapi/com/sun/star/sdbc/SQLWarning.idl
@@ -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,29 +7,29 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_SQLWarning_idl__ 
-#define __com_sun_star_sdbc_SQLWarning_idl__ 
- 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#include <com/sun/star/sdbc/SQLException.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- 
+#ifndef __com_sun_star_sdbc_SQLWarning_idl__
+#define __com_sun_star_sdbc_SQLWarning_idl__
+
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#include <com/sun/star/sdbc/SQLException.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbc {
+
+
 /** is an exception that provides information on database access
 	warnings. Warnings are silently chained to the object whose method
 	caused it to be reported.
@@ -39,13 +39,13 @@
 	@see XStatement::getWarnings
  */
 published exception SQLWarning: SQLException
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/Statement.idl b/main/offapi/com/sun/star/sdbc/Statement.idl
index 47a3efd..fcb35c3 100644
--- a/main/offapi/com/sun/star/sdbc/Statement.idl
+++ b/main/offapi/com/sun/star/sdbc/Statement.idl
@@ -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,46 +7,46 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_Statement_idl__ 
-#define __com_sun_star_sdbc_Statement_idl__ 
- 
-#ifndef __com_sun_star_lang_XComponent_idl__ 
-#include <com/sun/star/lang/XComponent.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_XCancellable_idl__ 
-#include <com/sun/star/util/XCancellable.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- published interface XWarningsSupplier; 
- published interface XStatement; 
- published interface XBatchExecution; 
- published interface XMultipleResults; 
- published interface XCloseable; 
- 
- 
+#ifndef __com_sun_star_sdbc_Statement_idl__
+#define __com_sun_star_sdbc_Statement_idl__
+
+#ifndef __com_sun_star_lang_XComponent_idl__
+#include <com/sun/star/lang/XComponent.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+#ifndef __com_sun_star_util_XCancellable_idl__
+#include <com/sun/star/util/XCancellable.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbc {
+
+ published interface XWarningsSupplier;
+ published interface XStatement;
+ published interface XBatchExecution;
+ published interface XMultipleResults;
+ published interface XCloseable;
+
+
 /** is used for executing a static SQL statement and obtaining the results
 	produced by it.
-	
+
 	<p>
 	Only one ResultSet per Statement can be open at any point in
 	time. Therefore, if the reading of one ResultSet is interleaved
@@ -56,67 +56,67 @@
 	</p>
  */
 published service Statement
-{ 
-	 
-	/** optional for implementation, controls the releasing of resources 
+{
+
+	/** optional for implementation, controls the releasing of resources
 			 and the notification of registered listeners.
 	 */
-	[optional] interface com::sun::star::lang::XComponent; 
- 
-	 
-	/** freeing all resources of a statement. A related resultset will be 
+	[optional] interface com::sun::star::lang::XComponent;
+
+
+	/** freeing all resources of a statement. A related resultset will be
 			 freed as well.
 	 */
-	interface XCloseable; 
- 
+	interface XCloseable;
+
 	// gives access to the properties.
-	interface com::sun::star::beans::XPropertySet; 
-	 
-	/** could be used for cancelling the execution of SQL statements if both 
-			 the DBMS and the driver support aborting an SQL statement. 
+	interface com::sun::star::beans::XPropertySet;
+
+	/** could be used for cancelling the execution of SQL statements if both
+			 the DBMS and the driver support aborting an SQL statement.
 			 The implementation is optional.
 	 */
-	[optional] interface com::sun::star::util::XCancellable; 
-	 
+	[optional] interface com::sun::star::util::XCancellable;
+
 	/** is the interface for executing SQL commands.
 	 */
-	interface XStatement; 
- 
-	 
-	/** provides the ability of batch execution. This interface is optional 
-			 for execution. 
+	interface XStatement;
+
+
+	/** provides the ability of batch execution. This interface is optional
+			 for execution.
 			 <p>
 			 A driver implementing batch execution must return
 			 <TRUE/>
-			 for 
+			 for
 			 <member scope= "com::sun::star::sdbc"> XDatabaseMetaData::supportsBatchUpdates()</member>
 			 </p>
 	 */
-	[optional] interface XBatchExecution; 
- 
-	 
-	/** controls the chaining of warnings, which may occur on every call 
-			 to the connected database. Chained warnings from previous calls will be 
+	[optional] interface XBatchExecution;
+
+
+	/** controls the chaining of warnings, which may occur on every call
+			 to the connected database. Chained warnings from previous calls will be
 			 cleared before processing a new call.
 	 */
-	interface XWarningsSupplier; 
- 
-	 
-	/** covers the handling of multiple results after executing an SQL command. 
+	interface XWarningsSupplier;
+
+
+	/** covers the handling of multiple results after executing an SQL command.
 				The implementation is optional.
 	 */
-	[optional] interface XMultipleResults; 
- 
-	 
+	[optional] interface XMultipleResults;
+
+
 	/** retrieves the number of seconds the driver will wait for a Statement
 		to execute. If the limit is exceeded, a SQLException is thrown.
 		There is no limitation, if set to zero.
 	 */
-	[property] long QueryTimeOut; 
- 
-	 
+	[property] long QueryTimeOut;
+
+
 	/**	 returns the maximum number of bytes allowed for any column value.
-		
+
 		<p>
 		This limit is the maximum number of bytes that can be returned
 		for any column value. The limit applies only to
@@ -138,21 +138,21 @@
 		There is no limitation, if set to zero.
 		</p>
 	 */
-	[property] long MaxFieldSize; 
- 
-	 
+	[property] long MaxFieldSize;
+
+
 	/** retrieves the maximum number of rows that a ResultSet can contain.
 		If the limit is exceeded, the excess rows are silently dropped.
 		<br/>
 		There is no limitation, if set to zero.
 	 */
-	[property] long MaxRows; 
- 
-	 
+	[property] long MaxRows;
+
+
 	/** defines the SQL cursor name that will be used by subsequent Statement
 		<code>execute</code>
-		methods.		
-		
+		methods.
+
 		<p>
 		This name can then be used in SQL positioned update/delete statements to
 		identify the current row in the ResultSet generated by this statement. If
@@ -172,23 +172,23 @@
 		cursor names must be unique within a connection.
 		</p>
 	 */
-	[property] string CursorName; 
- 
-	 
+	[property] string CursorName;
+
+
 	/** retrieves the result set concurrency.
 
 		@see com::sun::star::sdbc::ResultSetConcurrency
 	 */
-	[property] long ResultSetConcurrency; 
- 
-	 
+	[property] long ResultSetConcurrency;
+
+
 	/** determine the result set type.
 
 		@see com::sun::star::sdbc::ResultSetType
 	 */
-	[property] long ResultSetType; 
- 
-	 
+	[property] long ResultSetType;
+
+
 	/** retrieves the direction for fetching rows from database tables
 		that is the default for result sets generated from this
 		<code>Statement</code>
@@ -199,31 +199,31 @@
 		object has not set a fetch direction,
 		the return value is implementation-specific.
 	 */
-	[property] long FetchDirection; 
- 
-	 
+	[property] long FetchDirection;
+
+
 	/** retrieves the number of result set rows that is the default fetch size
 		for result sets generated from this
 		<code>Statement</code>
 		object.
 		<br/>
-		If this 
+		If this
 		<code>Statement</code>
 		object has not set a fetch size,
 		the return value is implementation-specific.
 	 */
-	[property] long FetchSize; 
- 
-	 
+	[property] long FetchSize;
+
+
 	/** returns if escape processing is on or off.
 		If escape scanning is on (the default), the driver will do
 		escape substitution before sending the SQL to the database.
 	 */
-	[property] boolean EscapeProcessing; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
+	[property] boolean EscapeProcessing;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/TransactionIsolation.idl b/main/offapi/com/sun/star/sdbc/TransactionIsolation.idl
index 259bd2e..7d1b6ac 100644
--- a/main/offapi/com/sun/star/sdbc/TransactionIsolation.idl
+++ b/main/offapi/com/sun/star/sdbc/TransactionIsolation.idl
@@ -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,75 +7,75 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_TransactionIsolation_idl__ 
-#define __com_sun_star_sdbc_TransactionIsolation_idl__ 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- 
+#ifndef __com_sun_star_sdbc_TransactionIsolation_idl__
+#define __com_sun_star_sdbc_TransactionIsolation_idl__
+
+ module com {  module sun {  module star {  module sdbc {
+
+
 /** distinguishes different possible transaction isolation levels.
  */
 published constants TransactionIsolation
-{ 
-	 
+{
+
 	/** indicates that transactions are not supported.
 	 */
-	const long NONE					=  0; 
-	 
-	/** Dirty reads, non-repeatable reads and phantom reads can occur. 
-		     This level allows a row changed by one transaction to be read 
-		     by another transaction before any changes in that row have been 
-		     committed (a "dirty read").  If any of the changes are rolled back, 
+	const long NONE					=  0;
+
+	/** Dirty reads, non-repeatable reads and phantom reads can occur.
+		     This level allows a row changed by one transaction to be read
+		     by another transaction before any changes in that row have been
+		     committed (a "dirty read").  If any of the changes are rolled back,
 		     the second transaction will have retrieved an invalid row.
 	 */
-	const long READ_UNCOMMITTED 	=  1; 
-	 
-	/** Dirty reads are prevented; non-repeatable reads and phantom 
-		     reads can occur.  This level only prohibits a transaction 
+	const long READ_UNCOMMITTED 	=  1;
+
+	/** Dirty reads are prevented; non-repeatable reads and phantom
+		     reads can occur.  This level only prohibits a transaction
 		     from reading a row with uncommitted changes in it.
 	 */
-	const long READ_COMMITTED		=  2; 
-	 
-	/** Dirty reads and non-repeatable reads are prevented; phantom 
-		     reads can occur.  This level prohibits a transaction from 
-		     reading a row with uncommitted changes in it, and it also 
-		     prohibits the situation where one transaction reads a row, 
-		     a second transaction alters the row, and the first transaction 
-		     rereads the row, getting different values the second time 
+	const long READ_COMMITTED		=  2;
+
+	/** Dirty reads and non-repeatable reads are prevented; phantom
+		     reads can occur.  This level prohibits a transaction from
+		     reading a row with uncommitted changes in it, and it also
+		     prohibits the situation where one transaction reads a row,
+		     a second transaction alters the row, and the first transaction
+		     rereads the row, getting different values the second time
 		     (a "non-repeatable read").
 	 */
-	const long REPEATABLE_READ 		=  4; 
-	 
-	/** Dirty reads, non-repeatable reads and phantom reads are prevented. 
-		     This level includes the prohibitions in 
+	const long REPEATABLE_READ 		=  4;
+
+	/** Dirty reads, non-repeatable reads and phantom reads are prevented.
+		     This level includes the prohibitions in
 		     <code>REPEATABLE_READ</code>
-			 and further prohibits the 
-		     situation where one transaction reads all rows that satisfy 
-		     a WHERE condition, a second transaction inserts a row that 
-		     satisfies that WHERE condition, and the first transaction 
-		     rereads for the same condition, retrieving the additional 
+			 and further prohibits the
+		     situation where one transaction reads all rows that satisfy
+		     a WHERE condition, a second transaction inserts a row that
+		     satisfies that WHERE condition, and the first transaction
+		     rereads for the same condition, retrieving the additional
 		     "phantom" row in the second read.
 	 */
-	const long SERIALIZABLE 		=  8; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	const long SERIALIZABLE 		=  8;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/XArray.idl b/main/offapi/com/sun/star/sdbc/XArray.idl
index d18286c..4bf6790 100644
--- a/main/offapi/com/sun/star/sdbc/XArray.idl
+++ b/main/offapi/com/sun/star/sdbc/XArray.idl
@@ -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,56 +7,56 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_XArray_idl__ 
-#define __com_sun_star_sdbc_XArray_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module container { 
- published interface XNameAccess; 
-};};};}; 
- 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#include <com/sun/star/sdbc/SQLException.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- published interface XResultSet; 
- 
- 
-/** is used for mapping the SQL type 
+#ifndef __com_sun_star_sdbc_XArray_idl__
+#define __com_sun_star_sdbc_XArray_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+ module com {  module sun {  module star {  module container {
+ published interface XNameAccess;
+};};};};
+
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#include <com/sun/star/sdbc/SQLException.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbc {
+
+ published interface XResultSet;
+
+
+/** is used for mapping the SQL type
 	<member scope= "com::sun::star::sdbc">DataType::ARRAY</member>
 	.
-	By default, an 
+	By default, an
 	<code>Array</code>
 	is a transaction duration
 	reference to an SQL array. By default, an
-	
+
 	<code>Array</code>
 
 	is implemented using a SQL LOCATOR(array) internally.
  */
 published interface XArray: com::sun::star::uno::XInterface
-{ 
-  	 
+{
+
 	/** returns the SQL type name of the elements in
-		the array designated by this 
+		the array designated by this
 		<code>Array</code>
 		object.
 		<p>
@@ -68,114 +68,114 @@
 		@returns
 			a String that is the database-specific name for a built-in base type or the fully-qualified SQL type name for a base type that is a UDT
 
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	string getBaseTypeName() raises (SQLException); 
- 
-  	//------------------------------------------------------------------------- 
-  	 
+	string getBaseTypeName() raises (SQLException);
+
+  	//-------------------------------------------------------------------------
+
 	/** returns the SDBC type of the elements in the array designated
-		by this 
+		by this
 		<code>Array</code>
 		object.
 		@returns
 			a constant from the SDBC types that is the type code for the elements in the array designated by this Array object.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	long getBaseType() raises (SQLException); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** retrieves the contents of the SQL array designated by this 
+	long getBaseType() raises (SQLException);
+
+	//-------------------------------------------------------------------------
+
+	/** retrieves the contents of the SQL array designated by this
 		   	 <code>Array</code>
-			 object, using the specified 
+			 object, using the specified
 			 <code>typeMap</code>
-			 for type map customizations. 
+			 for type map customizations.
 			 <p>
-			 If the base type of the array does not match a user-defined type 
+			 If the base type of the array does not match a user-defined type
 			 in
 			 <code>typeMap</code>
-			 , the standard mapping is used instead. 
-		 
-		     @param typeMap 
-				is a map object that contains mappings of SQL type names to 
-				services. If the
-				<code>typeMap</code>
-				is 
-				<NULL/>
-				, the type-map 
-		   	 	associated with the connection for customizations of the type-mappings 
-			 	is used. 
-		 
-			 @returns 
-				an sequence that contains the ordered elements 
-				of the SQL array designated by this object. 
-		 
-		     @throws SQLException 
-				if an error occurs while attempting to access the array.
-	 */
-	sequence<any> getArray([in]com::sun::star::container::XNameAccess typeMap) 
-		raises (SQLException); 
- 
-  	//------------------------------------------------------------------------- 
-	 
-	/** returns an array containing a slice of the SQL array, beginning with the 
-		   	 specified 
-			 <code>index</code>
-			 and containing up to
-			 <code>count</code>
-		   	 successive elements of the SQL array. 
-		 
-			 @param index 
-				is the array index of the first element to retrieve; 
-		        the first element is at index 1. 
-		   	 @param count 
-				is the number of successive SQL array elements to retrieve. 
-			 @param typeMap 
-				is a map object that contains mappings of SQL type names to 
+			 , the standard mapping is used instead.
+
+		     @param typeMap
+				is a map object that contains mappings of SQL type names to
 				services. If the
 				<code>typeMap</code>
 				is
 				<NULL/>
-				, the type-map 
-		   	    associated with the connection for customizations of the type-mappings 
-				is used. 
-		     @returns 
-				an array containing up to
-				<code>count</code>
-				consecutive elements 
-		   		of the SQL array, beginning with element
-				<code>index</code>
-				.				 
-		   	 @throws SQLException 
+				, the type-map
+		   	 	associated with the connection for customizations of the type-mappings
+			 	is used.
+
+			 @returns
+				an sequence that contains the ordered elements
+				of the SQL array designated by this object.
+
+		     @throws SQLException
 				if an error occurs while attempting to access the array.
 	 */
-	sequence<any> getArrayAtIndex([in]long index, 
-								  [in]long count, 
-								  [in]com::sun::star::container::XNameAccess 
-								  									typeMap) 
-			raises (SQLException); 
- 
-  	//------------------------------------------------------------------------- 
-	 
+	sequence<any> getArray([in]com::sun::star::container::XNameAccess typeMap)
+		raises (SQLException);
+
+  	//-------------------------------------------------------------------------
+
+	/** returns an array containing a slice of the SQL array, beginning with the
+		   	 specified
+			 <code>index</code>
+			 and containing up to
+			 <code>count</code>
+		   	 successive elements of the SQL array.
+
+			 @param index
+				is the array index of the first element to retrieve;
+		        the first element is at index 1.
+		   	 @param count
+				is the number of successive SQL array elements to retrieve.
+			 @param typeMap
+				is a map object that contains mappings of SQL type names to
+				services. If the
+				<code>typeMap</code>
+				is
+				<NULL/>
+				, the type-map
+		   	    associated with the connection for customizations of the type-mappings
+				is used.
+		     @returns
+				an array containing up to
+				<code>count</code>
+				consecutive elements
+		   		of the SQL array, beginning with element
+				<code>index</code>
+				.
+		   	 @throws SQLException
+				if an error occurs while attempting to access the array.
+	 */
+	sequence<any> getArrayAtIndex([in]long index,
+								  [in]long count,
+								  [in]com::sun::star::container::XNameAccess
+								  									typeMap)
+			raises (SQLException);
+
+  	//-------------------------------------------------------------------------
+
 	/** returns a result set that contains the elements of the array
-		designated by this 
+		designated by this
 		<code>Array</code>
 		object and uses the given
 		<code>typeMap</code>
 		to map the array elements.  If the base
 		type of the array does not match a user-defined type in
 		<code>typeMap</code>
-		or the 
+		or the
 		<code>typeMap</code>
 		is
 		<NULL/>
 		,
 		the connection type mapping is used instead.
-		
-		
+
+
 		<p>
 		The result set contains one row for each array element, with
 		two columns in each row.  The second column stores the element
@@ -187,17 +187,17 @@
 
 		@param	typeMap
 			contains mapping of SQL user-defined types to classes in the UNO programming language
-		@returns 
-			a ResultSet object containing one row for each of the elements in the array designated by this Array object, 
+		@returns
+			a ResultSet object containing one row for each of the elements in the array designated by this Array object,
 			with the rows in ascending order based on the indices.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	XResultSet getResultSet([in]com::sun::star::container::XNameAccess typeMap) 
-		raises (SQLException); 
- 
-  	//------------------------------------------------------------------------- 
-	 
+	XResultSet getResultSet([in]com::sun::star::container::XNameAccess typeMap)
+		raises (SQLException);
+
+  	//-------------------------------------------------------------------------
+
 	/** returns a result set holding the elements of the subarray that
 		starts at index
 		<code>index</code>
@@ -208,14 +208,14 @@
 		to map the array elements. If the base
 		type of the array does not match a user-defined type in
 		<code>typeMap</code>
-		or the 
+		or the
 		<code>typeMap</code>
 		is
 		<NULL/>
 		,
 		the connection type mapping is used instead.
-		
-		
+
+
 		<p>
 		The result set contains one row for each array element, with
 		two columns in each row.  The second column stores the element
@@ -231,21 +231,21 @@
 		@param typeMap
 			the Map object that contains the mapping of SQL type names to classes in the UNO programming language.
 		@returns
-			a ResultSet object containing up to count consecutive elements of the SQL array 
+			a ResultSet object containing up to count consecutive elements of the SQL array
 			designated by this Array object, starting at index index.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	XResultSet getResultSetAtIndex([in]long index, 
-								   [in]long count, 
-								   [in]com::sun::star::container::XNameAccess typeMap) 
-		raises (SQLException); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	XResultSet getResultSetAtIndex([in]long index,
+								   [in]long count,
+								   [in]com::sun::star::container::XNameAccess typeMap)
+		raises (SQLException);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/XBatchExecution.idl b/main/offapi/com/sun/star/sdbc/XBatchExecution.idl
index a4c39ee..82c25a8 100644
--- a/main/offapi/com/sun/star/sdbc/XBatchExecution.idl
+++ b/main/offapi/com/sun/star/sdbc/XBatchExecution.idl
@@ -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,73 +7,73 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_XBatchExecution_idl__ 
-#define __com_sun_star_sdbc_XBatchExecution_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#include <com/sun/star/sdbc/SQLException.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- published interface XResultSet; 
- 
- 
+#ifndef __com_sun_star_sdbc_XBatchExecution_idl__
+#define __com_sun_star_sdbc_XBatchExecution_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#include <com/sun/star/sdbc/SQLException.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbc {
+
+ published interface XResultSet;
+
+
 /** is used for collecting and executing a set of SQL statements.
  */
 published interface XBatchExecution: com::sun::star::uno::XInterface
-{ 
-	 
+{
+
 	/** adds a SQL command to the current batch of commands for the statement
 		object.
 		@param sql
 			the SQL statement which should be appended to the batch.
 
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void addBatch([in]string sql ) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	void addBatch([in]string sql ) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** makes the set of commands in the current batch empty.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void clearBatch() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
-	/** submits a batch of commands to the database for execution. 
-		     @returns 
-				an array of update counts containing one element for each 
-		     	command in the batch. The array is ordered according to the order in 
-				which commands were inserted into the batch. 
-		     @throws SQLException 
+	void clearBatch() raises (SQLException);
+	//-------------------------------------------------------------------------
+
+	/** submits a batch of commands to the database for execution.
+		     @returns
+				an array of update counts containing one element for each
+		     	command in the batch. The array is ordered according to the order in
+				which commands were inserted into the batch.
+		     @throws SQLException
 				if a database access error occurs.
 	 */
-	sequence<long> executeBatch() raises (SQLException); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	sequence<long> executeBatch() raises (SQLException);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/XBlob.idl b/main/offapi/com/sun/star/sdbc/XBlob.idl
index 9f2ff7c..becd491 100644
--- a/main/offapi/com/sun/star/sdbc/XBlob.idl
+++ b/main/offapi/com/sun/star/sdbc/XBlob.idl
@@ -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,93 +7,93 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_XBlob_idl__ 
-#define __com_sun_star_sdbc_XBlob_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module io { 
- published interface XInputStream; 
-};};};}; 
- 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#include <com/sun/star/sdbc/SQLException.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- 
-/** is the representation (mapping) of an SQL 
+#ifndef __com_sun_star_sdbc_XBlob_idl__
+#define __com_sun_star_sdbc_XBlob_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+ module com {  module sun {  module star {  module io {
+ published interface XInputStream;
+};};};};
+
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#include <com/sun/star/sdbc/SQLException.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbc {
+
+
+/** is the representation (mapping) of an SQL
 	<i>
 	BLOB
 	</i>
 	.
-	
+
 	<p>
-	A SQL 
+	A SQL
 	<i>
 	BLOB
 	</i>
 	is a built-in type that stores a
 	Binary Large Object as a column value in a row of a database table.
-	The driver implements 
+	The driver implements
 	<i>
 	BLOB
 	</i>
 	using a
-	SQL 
+	SQL
 	<code>locator(BLOB)</code>
-	, which means that a 
+	, which means that a
 	<code>Blob</code>
-	object contains a logical pointer to the SQL 
+	object contains a logical pointer to the SQL
 	<i>
 	BLOB
 	</i>
 	data rather than the data itself.
 	<br/>
-	A 
+	A
 	<code>Blob</code>
 	object is valid for the duration of the transaction in which is was created.
-	
+
 	</p>
 	<p>
-	Methods in the interfaces 
+	Methods in the interfaces
 	<type scope="com::sun::star::sdbc">XResultSet</type>
 	,
-	and 
+	and
 	<type scope="com::sun::star::sdbc">XPreparedStatement</type>
 	, such as
 	<code>getBlob</code>
 	and
 	<code>setBlob</code>
-	allow a programmer to access the SQL 
+	allow a programmer to access the SQL
 	<i>
 	BLOB
 	</i>
 	.
 	<br/>
-	The 
+	The
 	<code>Blob</code>
-	interface provides methods for getting the length of a SQL 
+	interface provides methods for getting the length of a SQL
 	<i>
 	BLOB
 	</i>
-	(Binary Large Object) value, for materializing a 
+	(Binary Large Object) value, for materializing a
 	<i>
 	BLOB
 	</i>
@@ -105,73 +105,73 @@
 	</p>
  */
 published interface XBlob: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** returns the number of bytes in the 
+{
+	//-------------------------------------------------------------------------
+
+	/** returns the number of bytes in the
 		<i>
 		BLOB
 		</i>
 		value
-		designated by this 
+		designated by this
 		<code>Blob</code>
 		object.
 		@returns
 			the length
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	hyper length() raises (SQLException); 
- 
-  	//------------------------------------------------------------------------- 
-	 
+	hyper length() raises (SQLException);
+
+  	//-------------------------------------------------------------------------
+
 	/** returns as an array of bytes part or all of the
 			<i>
 			BLOB
-			</i> 
-		     value that this 
+			</i>
+		     value that this
 			 <code>Blob</code>
-			 object designates.  The byte 
-		     array contains up to 
+			 object designates.  The byte
+		     array contains up to
 			 <code>length</code>
-			 consecutive bytes 
+			 consecutive bytes
 		     starting at position
 			 <code>pos</code>.
-		     @param pos 
-				is the ordinal position of the first byte in the 
+		     @param pos
+				is the ordinal position of the first byte in the
 		   	 	<i>
 				BLOB
-				</i> 
-				value to be extracted; the first byte is at 
-		   	 	position 1. 
-		     @param length 
-				is the number of consecutive bytes to be copied. 
-		     @returns 
-				a byte array containing up to 
+				</i>
+				value to be extracted; the first byte is at
+		   	 	position 1.
+		     @param length
+				is the number of consecutive bytes to be copied.
+		     @returns
+				a byte array containing up to
 				<code>length</code>
-		   	 	consecutive bytes from the 
+		   	 	consecutive bytes from the
 				<i>
 				BLOB
 				</i>
-				value designated 
-		     	by this 
+				value designated
+		     	by this
 				<code>Blob</code>
-				object, starting with the byte at position 
+				object, starting with the byte at position
 				<code>pos</code>
-				. 
-			 @throws SQLException 
-				if there is an error accessing the 
+				.
+			 @throws SQLException
+				if there is an error accessing the
 				<i>
 				BLOB
 				</i>
 				.
 	 */
-	sequence<byte> getBytes([in]hyper pos, [in]long length) 
-		raises (SQLException); 
- 
-  	//------------------------------------------------------------------------- 
-	 
-	/** retrieves the 
+	sequence<byte> getBytes([in]hyper pos, [in]long length)
+		raises (SQLException);
+
+  	//-------------------------------------------------------------------------
+
+	/** retrieves the
 		<i>
 		BLOB
 		</i>
@@ -180,23 +180,23 @@
 		instance as a stream.
 		@returns
 			the stream
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	com::sun::star::io::XInputStream getBinaryStream() 
-		raises (SQLException); 
-  	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::io::XInputStream getBinaryStream()
+		raises (SQLException);
+  	//-------------------------------------------------------------------------
+
 	/** determines the byte position at which the specified byte
 		<code>pattern</code>
-		begins within the 
+		begins within the
 		<i>
 		BLOB
 		</i>
-		value that this 
+		value that this
 		<code>Blob</code>
 		object represents.  The
-		search for 
+		search for
 		<code>pattern</code>
 		begins at position
 		<code>start</code>
@@ -205,15 +205,15 @@
 			the pattern to search
 		@returns
 			the position
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	hyper position([in]sequence<byte> pattern, [in]hyper start) 
-		raises (SQLException); 
- 
-  	//------------------------------------------------------------------------- 
-	 
-	/** determines the byte position in the 
+	hyper position([in]sequence<byte> pattern, [in]hyper start)
+		raises (SQLException);
+
+  	//-------------------------------------------------------------------------
+
+	/** determines the byte position in the
 		<i>
 		BLOB
 		</i>
@@ -231,17 +231,17 @@
 			position to start
 		@returns
 			the position
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	hyper positionOfBlob([in]XBlob pattern,[in] hyper start) 
-	 	raises (SQLException); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	hyper positionOfBlob([in]XBlob pattern,[in] hyper start)
+	 	raises (SQLException);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/XClob.idl b/main/offapi/com/sun/star/sdbc/XClob.idl
index 4534d1d..d8ed076 100644
--- a/main/offapi/com/sun/star/sdbc/XClob.idl
+++ b/main/offapi/com/sun/star/sdbc/XClob.idl
@@ -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,71 +7,71 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_XClob_idl__ 
-#define __com_sun_star_sdbc_XClob_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module io { 
- published interface XInputStream; 
-};};};}; 
- 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#include <com/sun/star/sdbc/SQLException.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- 
-/** is the mapping for the SQL 
+#ifndef __com_sun_star_sdbc_XClob_idl__
+#define __com_sun_star_sdbc_XClob_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+ module com {  module sun {  module star {  module io {
+ published interface XInputStream;
+};};};};
+
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#include <com/sun/star/sdbc/SQLException.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbc {
+
+
+/** is the mapping for the SQL
 	<code>CLOB</code>
 	type.
-	
-	
+
+
 	<p>
-	A SQL 
+	A SQL
 	<code>CLOB</code>
 	is a built-in type
 	that stores a Character Large Object as a column value in a row of
 	a database table.
-	The driver implements a 
+	The driver implements a
 	<code>Clob</code>
 	object using a SQL
 	<code>locator(CLOB)</code>
-	, which means that a 
+	, which means that a
 	<code>Clob</code>
 	object
-	contains a logical pointer to the SQL 
+	contains a logical pointer to the SQL
 	<code>CLOB</code>
 	data rather than
-	the data itself. A 
+	the data itself. A
 	<code>Clob</code>
 	object is valid for the duration
 	of the transaction in which it was created.
 	</p>
 	<p>
-	The 
+	The
 	<code>Clob</code>
 	interface provides methods for getting the
-	length of a SQL 
+	length of a SQL
 	<code>CLOB</code>
 	(Character Large Object) value,
-	for materializing a 
+	for materializing a
 	<code>CLOB</code>
 	value on the client, and for
 	searching for a substring or
@@ -81,14 +81,14 @@
 	value.
 	</p>
 	<p>
-	Methods in the interfaces 
+	Methods in the interfaces
 	<type scope="com::sun::star::sdbc">XResultSet</type>
 	,
-	and 
+	and
 	<type scope="com::sun::star::sdbc">XPreparedStatement</type>
 	, such as
 	<code>getClob</code>
-	and 
+	and
 	<code>setClob</code>
 	allow a programmer to
 	access the SQL
@@ -97,32 +97,32 @@
 	</p>
  */
 published interface XClob: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** returns the number of characters in the 
+{
+	//-------------------------------------------------------------------------
+
+	/** returns the number of characters in the
 		<code>CLOB</code>
 		value
-		designated by this 
+		designated by this
 		<code>Clob</code>
 		object.
 		@returns
 			the length of the CLOB object
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	hyper length() raises (SQLException); 
- 
-  	//------------------------------------------------------------------------- 
-	 
-	/** returns a copy of the specified substring in the 
+	hyper length() raises (SQLException);
+
+  	//-------------------------------------------------------------------------
+
+	/** returns a copy of the specified substring in the
 		<code>Clob</code>
 		value
 		designated by this
 		<code>Clob</code>
 		object.
-		
-		
+
+
 		<p>
 		The substring begins at position <code>pos</code> and has up
 		to
@@ -135,30 +135,30 @@
 			the length of the substring
 		@returns
 			the substring
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	string getSubString([in]hyper pos, [in]long length) raises (SQLException); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** gets the 
+	string getSubString([in]hyper pos, [in]long length) raises (SQLException);
+
+	//-------------------------------------------------------------------------
+
+	/** gets the
 		<code>Clob</code>
 		contents as a stream.
 		@returns
 			the stream
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	com::sun::star::io::XInputStream getCharacterStream() raises (SQLException); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::io::XInputStream getCharacterStream() raises (SQLException);
+
+	//-------------------------------------------------------------------------
+
 	/** determines the character position at which the specified substring
 		<code>searchstr</code>
-		appears in the 
+		appears in the
 		<code>Clob</code>
-		. The search begins at position 
+		. The search begins at position
 		<code>start</code>
 		.
 		@param searchstr
@@ -167,14 +167,14 @@
 			the starting position
 		@returns
 			the length of the CLOB object
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	hyper position([in]string searchstr, [in]long start) 
-		raises (SQLException); 
- 
-  	//------------------------------------------------------------------------- 
-	 
+	hyper position([in]string searchstr, [in]long start)
+		raises (SQLException);
+
+  	//-------------------------------------------------------------------------
+
 	/** determines the position at which the specified
 		<code>Clob</code>
 		object
@@ -190,17 +190,17 @@
 			the starting position
 		@returns
 			the position of the CLOB inside
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	hyper positionOfClob([in]XClob pattern, [in]hyper start) 
-		raises (SQLException); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	hyper positionOfClob([in]XClob pattern, [in]hyper start)
+		raises (SQLException);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/XCloseable.idl b/main/offapi/com/sun/star/sdbc/XCloseable.idl
index 0257a51..e33f380 100644
--- a/main/offapi/com/sun/star/sdbc/XCloseable.idl
+++ b/main/offapi/com/sun/star/sdbc/XCloseable.idl
@@ -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,49 +7,49 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_XCloseable_idl__ 
-#define __com_sun_star_sdbc_XCloseable_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#include <com/sun/star/sdbc/SQLException.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- 
+#ifndef __com_sun_star_sdbc_XCloseable_idl__
+#define __com_sun_star_sdbc_XCloseable_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#include <com/sun/star/sdbc/SQLException.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbc {
+
+
 /** provides for the releasing of resources acquired by the implementing object.
  */
 published interface XCloseable: com::sun::star::uno::XInterface
-{ 
-     
+{
+
 	/** releases all resources connected to an object.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void close() raises (SQLException); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	void close() raises (SQLException);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/XColumnLocate.idl b/main/offapi/com/sun/star/sdbc/XColumnLocate.idl
index e77eaf7..49713bf 100644
--- a/main/offapi/com/sun/star/sdbc/XColumnLocate.idl
+++ b/main/offapi/com/sun/star/sdbc/XColumnLocate.idl
@@ -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,38 +7,38 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_XColumnLocate_idl__ 
-#define __com_sun_star_sdbc_XColumnLocate_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#include <com/sun/star/sdbc/SQLException.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- published interface XResultSetMetaData; 
- 
- 
+#ifndef __com_sun_star_sdbc_XColumnLocate_idl__
+#define __com_sun_star_sdbc_XColumnLocate_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#include <com/sun/star/sdbc/SQLException.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbc {
+
+ published interface XResultSetMetaData;
+
+
 /** provides the possibility to find columns by their name.
-	
-	
+
+
 	<p>
 	When several columns have the same name, then the value
 	of the first matching column will be returned. The column name option is
@@ -50,23 +50,23 @@
 	</p>
  */
 published interface XColumnLocate: com::sun::star::uno::XInterface
-{ 
-	 
+{
+
 	/** maps the given Resultset column name to its ResultSet column index.
 		@param columnName
 			the name of the column
 		@returns
 			the position of the column
-		@throws SQLException 
+		@throws SQLException
 				if a database access error occurs.
 	 */
-	long findColumn([in]string columnName) raises (SQLException); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	long findColumn([in]string columnName) raises (SQLException);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/XConnection.idl b/main/offapi/com/sun/star/sdbc/XConnection.idl
index 5c5ae5c..b2ae45f 100644
--- a/main/offapi/com/sun/star/sdbc/XConnection.idl
+++ b/main/offapi/com/sun/star/sdbc/XConnection.idl
@@ -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,71 +7,71 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_XConnection_idl__ 
-#define __com_sun_star_sdbc_XConnection_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module container { 
- published interface XNameAccess; 
-};};};}; 
- 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#include <com/sun/star/sdbc/SQLException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdbc_XCloseable_idl__ 
-#include <com/sun/star/sdbc/XCloseable.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- published interface XStatement; 
- published interface XPreparedStatement; 
- published interface XDatabaseMetaData; 
- 
- 
+#ifndef __com_sun_star_sdbc_XConnection_idl__
+#define __com_sun_star_sdbc_XConnection_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+ module com {  module sun {  module star {  module container {
+ published interface XNameAccess;
+};};};};
+
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#include <com/sun/star/sdbc/SQLException.idl>
+#endif
+
+#ifndef __com_sun_star_sdbc_XCloseable_idl__
+#include <com/sun/star/sdbc/XCloseable.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbc {
+
+ published interface XStatement;
+ published interface XPreparedStatement;
+ published interface XDatabaseMetaData;
+
+
 /** represents a connection (session) with a specific
 	database. Within the context of a Connection, SQL statements are
 	executed and results are returned.
-	
-	
+
+
 	<p>
 	A Connection's database is able to provide information
 	describing its tables, its supported SQL grammar, its stored
 	procedures, and the capabilities of this connection. This
-	information is obtained with the 
+	information is obtained with the
 	<member scope="com::sun::star::sdbc">XDatabaseMetaData::getMetaData()</member>
 	method.
-	
+
 	</p>
-	@see com::sun::star::sdbc::XDriverManager 
-	@see com::sun::star::sdbc::XStatement 
+	@see com::sun::star::sdbc::XDriverManager
+	@see com::sun::star::sdbc::XStatement
 	@see com::sun::star::sdbc::XDatabaseMetaData
  */
 published interface XConnection: com::sun::star::sdbc::XCloseable
-{ 
-	 
-	/** creates a new 
+{
+
+	/** creates a new
 		<type scope="com::sun::star::sdbc">Statement</type>
 		object for sending SQL statements to the database.
-		
-		
+
+
 		<p>
 		SQL statements without parameters are normally
 		executed using Statement objects. If the same SQL statement
@@ -89,23 +89,23 @@
 
 		@returns
 			a new Statement object
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	XStatement createStatement() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-	 
-	/** creates a 
+	XStatement createStatement() raises (SQLException);
+	//-------------------------------------------------------------------------
+
+	/** creates a
 		<type scope="com::sun::star::sdbc">PreparedStatement</type>
 		object for sending parameterized SQL statements to the database.
-		
-		
+
+
 		<p>
 		A SQL statement with or without IN parameters can be
 		pre-compiled and stored in a PreparedStatement object. This
 		object can then be used to efficiently execute this statement
 		multiple times.
-		
+
 		</p>
 		<p>
 		<b>
@@ -114,12 +114,12 @@
 		This method is optimized for handling
 		parametric SQL statements that benefit from precompilation. If
 		the driver supports precompilation,
-		the method 
+		the method
 		<code>prepareStatement</code>
 		will send
 		the statement to the database for precompilation. Some drivers
 		may not support precompilation. In this case, the statement may
-		not be sent to the database until the 
+		not be sent to the database until the
 		<type scope="com::sun::star::sdbc">PreparedStatement</type>
 		is executed.  This has no direct effect on users; however, it does
 		affect which method throws certain SQLExceptions.
@@ -136,18 +136,18 @@
 			a SQL statement that may contain one or more '?' IN parameter placeholders
 		@returns
 			a new PreparedStatement object containing the pre-compiled statement
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	XPreparedStatement prepareStatement([in]string sql) raises (SQLException); 
-    //------------------------------------------------------------------------- 
-	 
-	/** creates a 
+	XPreparedStatement prepareStatement([in]string sql) raises (SQLException);
+    //-------------------------------------------------------------------------
+
+	/** creates a
 		<type scope="com::sun::star::sdbc">CallableStatement</type>
 		object for calling
 		database stored procedures.
-		
-		
+
+
 		<p>
 		The CallableStatement provides methods for setting up its IN and OUT
 		parameters, and methods for executing the call to a stored procedure.
@@ -158,7 +158,7 @@
 		</b>
 		This method is optimized for handling stored
 		procedure call statements. Some drivers may send the call
-		statement to the database when the method 
+		statement to the database when the method
 		<code>prepareCall</code>
 		is done;
 		<br/>
@@ -173,12 +173,12 @@
 			a SQL statement that may contain one or more '?' IN parameter placeholders
 		@returns
 			a new PreparedStatement object containing the pre-compiled statement
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	XPreparedStatement prepareCall([in]string sql) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-	 
+	XPreparedStatement prepareCall([in]string sql) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** converts the given SQL statement into the system's native SQL grammar.
 		A driver may convert the JDBC SQL grammar into its system's
 		native SQL grammar prior to sending it; this method returns the
@@ -188,23 +188,23 @@
 			a SQL statement that may contain one or more '?' parameter placeholders
 		@returns
 			the native form of this statement
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	string nativeSQL([in]string sql) raises (SQLException); 
-    //------------------------------------------------------------------------- 
-	 
+	string nativeSQL([in]string sql) raises (SQLException);
+    //-------------------------------------------------------------------------
+
 	/** sets this connection's auto-commit mode.
-		
-		
+
+
 		<p>
 		If a connection is in auto-commit mode, then all its SQL
 		statements will be executed and committed as individual
 		transactions. Otherwise, its SQL statements are grouped into
 		transactions that are terminated by a call to either
-		the method 
+		the method
 		<member scope="com::sun::star::sdbc">XConnection::commit()</member>
-		or the method 
+		or the method
 		<member scope="com::sun::star::sdbc">XConnection::rollback()</member>
 		.
 		By default, new connections are in auto-commit mode.
@@ -222,52 +222,52 @@
 
 		@param autoCommit
 			<TRUE/> enables auto-commit; <FALSE/> disables auto-commit.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void setAutoCommit([in] boolean autoCommit) raises (SQLException); 
-    //------------------------------------------------------------------------- 
-	 
+	void setAutoCommit([in] boolean autoCommit) raises (SQLException);
+    //-------------------------------------------------------------------------
+
 	/** gets the current auto-commit state.
 
 		@returns
 			the current state of auto-commit mode.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 
 		@see setAutoCommit
 	 */
-	boolean getAutoCommit() raises (SQLException); 
-    //------------------------------------------------------------------------- 
-	 
+	boolean getAutoCommit() raises (SQLException);
+    //-------------------------------------------------------------------------
+
 	/** makes all changes made since the previous commit/rollback
 		permanent and releases any database locks currently held
 		by the Connection. This method should be
 		used only when auto-commit mode has been disabled.
 
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 
 		@see setAutoCommit
 	 */
-	void commit() raises (SQLException); 
-    //------------------------------------------------------------------------- 
-	 
+	void commit() raises (SQLException);
+    //-------------------------------------------------------------------------
+
 	/** drops all changes made since the previous
 		commit/rollback and releases any database locks currently held
 		by this Connection. This method should be used only when auto-commit has been disabled.
-		
-		@throws SQLException 
+
+		@throws SQLException
 			if a database access error occurs.
 
 		@see setAutoCommit
 	 */
-	void rollback() raises (SQLException); 
-    //------------------------------------------------------------------------- 
-	 
+	void rollback() raises (SQLException);
+    //-------------------------------------------------------------------------
+
 	/** tests to see if a connection is closed.
-		
-		
+
+
 		<p>
 		<b>
 		Note:
@@ -278,15 +278,15 @@
 
 		@returns
 			<TRUE/> if the connection is closed; <FALSE/> if it's still open.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean isClosed() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean isClosed() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets the metadata regarding this connection's database.
-		
-		
+
+
 		<p>
 		A Connection's database is able to provide information
 		describing its tables, its supported SQL grammar, its stored
@@ -297,16 +297,16 @@
 
 		@returns
 			a DatabaseMetaData object for this Connection.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	XDatabaseMetaData getMetaData() raises (SQLException); 
-    //------------------------------------------------------------------------- 
-	 
+	XDatabaseMetaData getMetaData() raises (SQLException);
+    //-------------------------------------------------------------------------
+
 	/** puts this connection in read-only mode as a hint to enable
 		database optimizations.
-		
-		
+
+
 		<p>
 		<b>
 		Note:
@@ -320,45 +320,45 @@
 
 		@param readONly
 			<TRUE/> enables read-only mode; <FALSE/> disables read-only mode.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void setReadOnly([in]boolean readOnly) raises (SQLException); 
-    //------------------------------------------------------------------------- 
-	 
+	void setReadOnly([in]boolean readOnly) raises (SQLException);
+    //-------------------------------------------------------------------------
+
 	/** tests to see if the connection is in read-only mode.
 		@returns
 			<TRUE/> if connection is read-only and <FALSE/> otherwise.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean isReadOnly() raises (SQLException); 
-    //------------------------------------------------------------------------- 
-	 
+	boolean isReadOnly() raises (SQLException);
+    //-------------------------------------------------------------------------
+
 	/** sets a catalog name in order to select
 		a subspace of this Connection's database in which to work.
 		If the driver does not support catalogs, it will
 		silently ignore this request.
 		@param catalog
 			the name of the catalog.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void setCatalog([in]string catalog) raises (SQLException); 
-    //------------------------------------------------------------------------- 
-	 
+	void setCatalog([in]string catalog) raises (SQLException);
+    //-------------------------------------------------------------------------
+
 	/** returns the Connection's current catalog name.
 		@returns
 			the current catalog name or an empty string.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	string getCatalog() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-	 
+	string getCatalog() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** attempts to change the transaction isolation level to the one given.
-		
-		
+
+
 		<p>
 		The constants defined in
 		<type scope="com::sun::star::sdbc">TransactionIsolation</type>
@@ -373,27 +373,27 @@
 		</p>
 		@param level
 			one of the TransactionIsolation values with the exception of NONE; some databases may not support other values.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 
 		@see com::sun::star::sdbc::XDatabaseMetaData::supportsTransactionIsolationLevel()
 	 */
-	void setTransactionIsolation([in]long level) raises (SQLException); 
-    //------------------------------------------------------------------------- 
-	 
+	void setTransactionIsolation([in]long level) raises (SQLException);
+    //-------------------------------------------------------------------------
+
 	/** gets this Connection's current transaction isolation level.
 		@returns
 			the current TransactionIsolation mode value.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	long getTransactionIsolation() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-	 
+	long getTransactionIsolation() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets the type map object associated with this connection. Only drivers
 		which implement the custom type mapping facility will return an object otherwise
 		NULL could be returned.
-		
+
 		<p>
 		Unless the application has added an entry to the type map, the map
 		returned will be empty.
@@ -401,34 +401,34 @@
 		@returns
 		    the XNameAccess object associated with this Connection object.
 
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	com::sun::star::container::XNameAccess getTypeMap() raises (SQLException); 
-    //------------------------------------------------------------------------- 
-	 
+	com::sun::star::container::XNameAccess getTypeMap() raises (SQLException);
+    //-------------------------------------------------------------------------
+
 	/** installs the given type map as the type map for this connection.
 		The type map will be used for the custom mapping of SQL structured types
 		and distinct types.
-		
-		
+
+
 		<p>
 		Only if the driver supports custom type mapping is the setting of a map allowed.
 		</p>
 
 		@param typeMap
 			set the XNameAccess object associated with this Connection object.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void setTypeMap([in]com::sun::star::container::XNameAccess typeMap) 
-		raises (SQLException); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	void setTypeMap([in]com::sun::star::container::XNameAccess typeMap)
+		raises (SQLException);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/XDataSource.idl b/main/offapi/com/sun/star/sdbc/XDataSource.idl
index 120c143..ca8ac0b 100644
--- a/main/offapi/com/sun/star/sdbc/XDataSource.idl
+++ b/main/offapi/com/sun/star/sdbc/XDataSource.idl
@@ -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,43 +7,43 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_XDataSource_idl__ 
-#define __com_sun_star_sdbc_XDataSource_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#include <com/sun/star/sdbc/SQLException.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- published interface XConnection; 
- 
- 
+#ifndef __com_sun_star_sdbc_XDataSource_idl__
+#define __com_sun_star_sdbc_XDataSource_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#include <com/sun/star/sdbc/SQLException.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbc {
+
+ published interface XConnection;
+
+
 /** is used for establishing connections via a factory which is identified
 	by its name. A DataSource object is typically registered by a naming service
 	provider.
  */
 published interface XDataSource: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
- 	 
+{
+	//-------------------------------------------------------------------------
+
 	/** attempts to establish a database connection.
 		@param user
 			the user name
@@ -51,17 +51,17 @@
 			the password
 		@returns
 			the connection object
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	XConnection getConnection([in]string user, [in]string password) 
-		raises (SQLException); 
-	//------------------------------------------------------------------------- 
-	 
+	XConnection getConnection([in]string user, [in]string password)
+		raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** sets the maximum time in seconds that this data source will wait
 		while attempting to connect to a database.
-		
-		
+
+
 		<p>
 		A value of zero specifies that the timeout is the default system
 		timeout if there is one; otherwise, it specifies that there is no timeout.
@@ -69,17 +69,17 @@
 		</p>
 		@param seconds
 		    the login time limit in seconds
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void setLoginTimeout([in]long seconds) 
-		 raises (SQLException); 
-	//------------------------------------------------------------------------- 
-	 
+	void setLoginTimeout([in]long seconds)
+		 raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets the maximum time in seconds that this data source can wait
 		while attempting to connect to a database.
-		
-		
+
+
 		<p>
 		A value of zero means that the timeout is the default system timeout
 		if there is one; otherwise, it means that there is no timeout. When a
@@ -87,16 +87,16 @@
 		</p>
 		@returns
 			the login time limit in seconds
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	long getLoginTimeout() raises (SQLException); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	long getLoginTimeout() raises (SQLException);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/XDatabaseMetaData.idl b/main/offapi/com/sun/star/sdbc/XDatabaseMetaData.idl
index d2b26ad..8cd0e95 100644
--- a/main/offapi/com/sun/star/sdbc/XDatabaseMetaData.idl
+++ b/main/offapi/com/sun/star/sdbc/XDatabaseMetaData.idl
@@ -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,50 +7,50 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_XDatabaseMetaData_idl__ 
-#define __com_sun_star_sdbc_XDatabaseMetaData_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#include <com/sun/star/sdbc/SQLException.idl> 
-#endif 
- 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- published interface XResultSet; 
- published interface XConnection; 
- 
+#ifndef __com_sun_star_sdbc_XDatabaseMetaData_idl__
+#define __com_sun_star_sdbc_XDatabaseMetaData_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#include <com/sun/star/sdbc/SQLException.idl>
+#endif
+
+
+ module com {  module sun {  module star {  module sdbc {
+
+ published interface XResultSet;
+ published interface XConnection;
+
 /** provides comprehensive information about the database as a whole.
-	
-	
+
+
 	<p>Many of the methods here return lists of information in
-	the form of 
+	the form of
 	<type scope="com::sun::star::sdbc">XResultSet</type>
 	objects.
 	You can use the normal <type scope="com::sun::star::sdbc">XResultSet</type>
-	methods such as 
+	methods such as
 	<member scope="com::sun::star::sdbc">XResultSet::getString()</member>
 	and
 	<member scope="com::sun::star::sdbc">XResultSet::getInt()</member>
 	to retrieve the data from these XResultSets. If a given form of
-	metadata is not available, these methods should throw a 
+	metadata is not available, these methods should throw a
 	<type scope="com::sun::star::sdbc">SQLException</type>
 	.
     That a value of <type scope="com::sun::star::sdbc">XResultSet</type> is <NULL/>
@@ -65,7 +65,7 @@
 	that argument's criteria will be dropped from the search.
 	</p>
 	<p>
-	A 
+	A
 	<type scope="com::sun::star::sdbc">SQLException</type>
 	will be thrown if a driver does not support
 	a meta data method. In the case of methods that return an XResultSet,
@@ -73,282 +73,282 @@
 	SQLException is thrown.</p>
  */
 published interface XDatabaseMetaData: com::sun::star::uno::XInterface
-{ 
-	 
+{
+
 	/** Can all the procedures returned by getProcedures be called by the
 		current user?
 
-		@return 
-		<TRUE/> 
+		@return
+		<TRUE/>
 		if the user is allowed to call all procedures returned by getProcedures
 		otherwise
 		<FALSE/>
 		.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean allProceduresAreCallable() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean allProceduresAreCallable() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** Can all the tables returned by getTable be SELECTed by the
 		current user?
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean allTablesAreSelectable() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean allTablesAreSelectable() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** returns the URL for the database connection
 	 */
-	string getURL() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	string getURL() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** returns the user name from this database connection.
 	 */
-	string getUserName() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-	 
+	string getUserName() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** checks if the database in read-only mode.
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean isReadOnly() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean isReadOnly() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** Are NULL values sorted high?
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	*/
-	boolean nullsAreSortedHigh() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean nullsAreSortedHigh() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** Are NULL values sorted low?
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	*/
-	boolean nullsAreSortedLow() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean nullsAreSortedLow() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** Are NULL values sorted at the start regardless of sort order?
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean nullsAreSortedAtStart() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean nullsAreSortedAtStart() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/**	 Are NULL values sorted at the end, regardless of sort order?
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean nullsAreSortedAtEnd() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean nullsAreSortedAtEnd() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** returns the name of the database product.
 	 */
-	string getDatabaseProductName() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-	 
+	string getDatabaseProductName() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** returns the version of the database product.
 	 */
-	string getDatabaseProductVersion() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	string getDatabaseProductVersion() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** returns the name of the SDBC driver.
 	 */
-	string getDriverName() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	string getDriverName() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** returns the version number of the SDBC driver.
 	 */
-	string getDriverVersion() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	string getDriverVersion() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** returns the SDBC driver major version number.
 	 */
-	long getDriverMajorVersion(); 
-    //------------------------------------------------------------------------- 
-     
+	long getDriverMajorVersion();
+    //-------------------------------------------------------------------------
+
 	/** returns the SDBC driver minor version number.
 	 */
-	long getDriverMinorVersion(); 
-	//------------------------------------------------------------------------- 
-     
+	long getDriverMinorVersion();
+	//-------------------------------------------------------------------------
+
 	/** use the database local files to save the tables.
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean usesLocalFiles() raises (SQLException); 
-    //------------------------------------------------------------------------- 
-	 
+	boolean usesLocalFiles() raises (SQLException);
+    //-------------------------------------------------------------------------
+
 	/** use the database one local file to save for each table.
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean usesLocalFilePerTable() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean usesLocalFilePerTable() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** use the database 'mixed case unquoted SQL identifiers' case sensitive.
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsMixedCaseIdentifiers() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean supportsMixedCaseIdentifiers() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** Does the database treat mixed case unquoted SQL identifiers as
 		case insensitive and store them in upper case?
 			@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean storesUpperCaseIdentifiers() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean storesUpperCaseIdentifiers() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** Does the database treat mixed case unquoted SQL identifiers as
 		case insensitive and store them in lower case?
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean storesLowerCaseIdentifiers() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean storesLowerCaseIdentifiers() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** Does the database treat mixed case unquoted SQL identifiers as
 		case insensitive and store them in mixed case?
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean storesMixedCaseIdentifiers() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean storesMixedCaseIdentifiers() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** Does the database treat mixed case quoted SQL identifiers as
 		case sensitive and as a result store them in mixed case?
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsMixedCaseQuotedIdentifiers() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean supportsMixedCaseQuotedIdentifiers() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** Does the database treat mixed case quoted SQL identifiers as
 		case insensitive and store them in upper case?
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean storesUpperCaseQuotedIdentifiers() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean storesUpperCaseQuotedIdentifiers() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** Does the database treat mixed case quoted SQL identifiers as
 		case insensitive and store them in lower case?
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean storesLowerCaseQuotedIdentifiers() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean storesLowerCaseQuotedIdentifiers() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** Does the database treat mixed case quoted SQL identifiers as
 		case insensitive and store them in mixed case?
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean storesMixedCaseQuotedIdentifiers() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean storesMixedCaseQuotedIdentifiers() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** What's the string used to quote SQL identifiers?
 		This returns a space " " if identifier quoting is not supported.
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	string getIdentifierQuoteString() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	string getIdentifierQuoteString() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets a comma-separated list of all a database's SQL keywords
 		that are NOT also SQL92 keywords.
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	string getSQLKeywords() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	string getSQLKeywords() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets a comma-separated list of math functions. These are the
 		X/Open CLI math function names used in the SDBC function escape
 		clause.
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	string getNumericFunctions() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	string getNumericFunctions() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets a comma-separated list of string functions. These are the
 		X/Open CLI string function names used in the SDBC function escape
 		clause.
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	string getStringFunctions() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	string getStringFunctions() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets a comma-separated list of system functions. These are the
 		X/Open CLI system function names used in the SDBC function escape
 		clause.
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	string getSystemFunctions() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	string getSystemFunctions() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets a comma-separated list of time and date functions.
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	string getTimeDateFunctions() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	string getTimeDateFunctions() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets the string that can be used to escape wildcard characters.
 		This is the string that can be used to escape '_' or '%' in
 		the string pattern style catalog search parameters.
-		
-		
+
+
 		<p>
 		The '_' character represents any single character.
 		</p>
@@ -358,766 +358,766 @@
 		</p>
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	string getSearchStringEscape() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	string getSearchStringEscape() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets all the "extra" characters that can be used in unquoted
 		identifier names (those beyond a-z, A-Z, 0-9 and _).
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	string getExtraNameCharacters() raises (SQLException); 
-    //------------------------------------------------------------------------- 
-     
+	string getExtraNameCharacters() raises (SQLException);
+    //-------------------------------------------------------------------------
+
 	/** support the Database "ALTER TABLE" with add column?
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsAlterTableWithAddColumn() raises (SQLException); 
-    //------------------------------------------------------------------------- 
-	 
+	boolean supportsAlterTableWithAddColumn() raises (SQLException);
+    //-------------------------------------------------------------------------
+
 	/** support the Database  "ALTER TABLE" with drop column?
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsAlterTableWithDropColumn() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean supportsAlterTableWithDropColumn() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** support the Database column aliasing?
-		
-		
+
+
 		<p>
 		The SQL AS clause can be used to provide names for
 		computed columns or to provide alias names for columns as required.
 		</p>
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsColumnAliasing() raises (SQLException); 
-    //------------------------------------------------------------------------- 
-	 
+	boolean supportsColumnAliasing() raises (SQLException);
+    //-------------------------------------------------------------------------
+
 	/** are concatenations between NULL and non-NULL values NULL?
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean nullPlusNonNullIsNull() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean nullPlusNonNullIsNull() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** <TRUE/>
 			, if the Database supports the CONVERT function between SQL types,
-			otherwise 
+			otherwise
 			<FALSE/>
 			.
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsTypeConversion() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean supportsTypeConversion() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** 	<TRUE/>
 			, if the Database supports the CONVERT between the given SQL types
-			otherwise 
+			otherwise
 			<FALSE/>
 			.
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsConvert([in]long fromType, [in]long toType) 
-		raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean supportsConvert([in]long fromType, [in]long toType)
+		raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** Are table correlation names supported?
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsTableCorrelationNames() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean supportsTableCorrelationNames() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** If table correlation names are supported, are they restricted
 		to be different from the names of the tables?
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsDifferentTableCorrelationNames() 
-		raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean supportsDifferentTableCorrelationNames()
+		raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** Are expressions in "ORDER BY" lists supported?
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsExpressionsInOrderBy() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean supportsExpressionsInOrderBy() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** Can an "ORDER BY" clause use columns not in the SELECT statement?
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsOrderByUnrelated() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean supportsOrderByUnrelated() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** Is some form of "GROUP BY" clause supported?
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsGroupBy() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean supportsGroupBy() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** Can a "GROUP BY" clause use columns not in the SELECT?
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsGroupByUnrelated() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean supportsGroupByUnrelated() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** Can a "GROUP BY" clause add columns not in the SELECT
 		provided it specifies all the columns in the SELECT?
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsGroupByBeyondSelect() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean supportsGroupByBeyondSelect() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** Is the escape character in "LIKE" clauses supported?
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsLikeEscapeClause() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean supportsLikeEscapeClause() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** Are multiple XResultSets from a single execute supported?
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsMultipleResultSets() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean supportsMultipleResultSets() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** Can we have multiple transactions open at once (on different
 		connections)?
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsMultipleTransactions() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean supportsMultipleTransactions() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** Can columns be defined as non-nullable?
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsNonNullableColumns() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean supportsNonNullableColumns() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** 	<TRUE/>, if the database supports ODBC Minimum SQL grammar,
 			otherwise <FALSE/>.
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsMinimumSQLGrammar() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean supportsMinimumSQLGrammar() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** <TRUE/>, if the database supports ODBC Core SQL grammar,
 			otherwise <FALSE/>.
 			@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsCoreSQLGrammar() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
-	/** 
+	boolean supportsCoreSQLGrammar() raises (SQLException);
+	//-------------------------------------------------------------------------
+
+	/**
 			<TRUE/>, if the database supports ODBC Extended SQL grammar,
 			otherwise <FALSE/>.
 			@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsExtendedSQLGrammar() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean supportsExtendedSQLGrammar() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** @returns
 			<TRUE/>, if the database supports ANSI92 entry level SQL grammar,
 			otherwise <FALSE/>.
-			@throws SQLException 
+			@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsANSI92EntryLevelSQL() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean supportsANSI92EntryLevelSQL() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** @returns
 			<TRUE/>, if the database supports ANSI92 intermediate SQL grammar,
 			otherwise <FALSE/>.
-			@throws SQLException 
+			@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsANSI92IntermediateSQL() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean supportsANSI92IntermediateSQL() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** @returns
 			<TRUE/>, if the database supports ANSI92 full SQL grammar,
 			otherwise <FALSE/>.
-			@throws SQLException 
+			@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsANSI92FullSQL() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean supportsANSI92FullSQL() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** returns
 			<TRUE/>, if the Database supports SQL Integrity Enhancement Facility,
 			otherwise <FALSE/>.
-			@throws SQLException 
+			@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsIntegrityEnhancementFacility() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean supportsIntegrityEnhancementFacility() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** @returns
 			<TRUE/>, if some form of outer join is supported,
 			otherwise <FALSE/>.
-			@throws SQLException 
+			@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsOuterJoins() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
-	/** @returns 
+	boolean supportsOuterJoins() raises (SQLException);
+	//-------------------------------------------------------------------------
+
+	/** @returns
 			<TRUE/>, if full nested outer joins are supported,
 			otherwise <FALSE/>.
-			@throws SQLException 
+			@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsFullOuterJoins() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
-	/** @returns 
+	boolean supportsFullOuterJoins() raises (SQLException);
+	//-------------------------------------------------------------------------
+
+	/** @returns
 			<TRUE/>, if there is limited support for outer joins.
 			(This will be <TRUE/> if supportFullOuterJoins is <TRUE/>.)
 			<FALSE/> is returned otherwise.
-			@throws SQLException 
+			@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsLimitedOuterJoins() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean supportsLimitedOuterJoins() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** return the database vendor's preferred term for "schema"
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	string getSchemaTerm() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	string getSchemaTerm() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** return the database vendor's preferred term for "procedure"
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	string getProcedureTerm() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	string getProcedureTerm() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** return the database vendor's preferred term for "catalog"
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	string getCatalogTerm() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	string getCatalogTerm() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** Does a catalog appear at the start of a qualified table name?
 		(Otherwise it appears at the end)
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean isCatalogAtStart() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean isCatalogAtStart() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** return the separator between catalog and table name
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	string getCatalogSeparator() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	string getCatalogSeparator() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** Can a schema name be used in a data manipulation statement?
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsSchemasInDataManipulation() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean supportsSchemasInDataManipulation() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** Can a schema name be used in a procedure call statement?
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsSchemasInProcedureCalls() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean supportsSchemasInProcedureCalls() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** Can a schema name be used in a table definition statement?
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsSchemasInTableDefinitions() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean supportsSchemasInTableDefinitions() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** Can a schema name be used in an index definition statement?
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsSchemasInIndexDefinitions() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean supportsSchemasInIndexDefinitions() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** Can a schema name be used in a privilege definition statement?
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsSchemasInPrivilegeDefinitions() 
-		raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean supportsSchemasInPrivilegeDefinitions()
+		raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** Can a catalog name be used in a data manipulation statement?
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsCatalogsInDataManipulation() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean supportsCatalogsInDataManipulation() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** Can a catalog name be used in a procedure call statement?
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsCatalogsInProcedureCalls() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean supportsCatalogsInProcedureCalls() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** Can a catalog name be used in a table definition statement?
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsCatalogsInTableDefinitions() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean supportsCatalogsInTableDefinitions() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** Can a catalog name be used in an index definition statement?
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsCatalogsInIndexDefinitions() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean supportsCatalogsInIndexDefinitions() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** Can a catalog name be used in a privilege definition statement?
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsCatalogsInPrivilegeDefinitions() 
-		raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean supportsCatalogsInPrivilegeDefinitions()
+		raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** Is positioned DELETE supported?
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsPositionedDelete() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean supportsPositionedDelete() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** Is positioned UPDATE supported?
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsPositionedUpdate() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean supportsPositionedUpdate() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** Is SELECT for UPDATE supported?
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsSelectForUpdate() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean supportsSelectForUpdate() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** Are stored procedure calls using the stored procedure escape
 		syntax supported?
 			@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsStoredProcedures() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean supportsStoredProcedures() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** Are subqueries in comparison expressions supported?
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsSubqueriesInComparisons() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean supportsSubqueriesInComparisons() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** Are subqueries in 'exists' expressions supported?
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsSubqueriesInExists() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean supportsSubqueriesInExists() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** Are subqueries in 'in' statements supported?
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsSubqueriesInIns() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean supportsSubqueriesInIns() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** Are subqueries in quantified expressions supported?
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsSubqueriesInQuantifieds() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean supportsSubqueriesInQuantifieds() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** Are correlated subqueries supported?
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsCorrelatedSubqueries() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean supportsCorrelatedSubqueries() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** Is SQL UNION supported?
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsUnion() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean supportsUnion() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** Is SQL UNION ALL supported?
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsUnionAll() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean supportsUnionAll() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** Can cursors remain open across commits?
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsOpenCursorsAcrossCommit() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean supportsOpenCursorsAcrossCommit() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** Can cursors remain open across rollbacks?
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsOpenCursorsAcrossRollback() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean supportsOpenCursorsAcrossRollback() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** Can statements remain open across commits?
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsOpenStatementsAcrossCommit() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean supportsOpenStatementsAcrossCommit() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** Can statements remain open across rollbacks?
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsOpenStatementsAcrossRollback() 
-		raises (SQLException); 
-    //------------------------------------------------------------------------- 
-	 
+	boolean supportsOpenStatementsAcrossRollback()
+		raises (SQLException);
+    //-------------------------------------------------------------------------
+
 	/** return the maximal number of hex characters in an inline binary literal
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	long getMaxBinaryLiteralLength() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	long getMaxBinaryLiteralLength() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** return the max length for a character literal
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	long getMaxCharLiteralLength() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	long getMaxCharLiteralLength() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** return the limit on column name length
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	long getMaxColumnNameLength() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	long getMaxColumnNameLength() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** return the maximum number of columns in a "GROUP BY" clause
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	long getMaxColumnsInGroupBy() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	long getMaxColumnsInGroupBy() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** return the maximum number of columns allowed in an index
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	long getMaxColumnsInIndex() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	long getMaxColumnsInIndex() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** return the maximum number of columns in an "ORDER BY" clause
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	long getMaxColumnsInOrderBy() raises (SQLException); 
-    //------------------------------------------------------------------------- 
-	 
+	long getMaxColumnsInOrderBy() raises (SQLException);
+    //-------------------------------------------------------------------------
+
 	/** return the maximum number of columns in a "SELECT" list
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	long getMaxColumnsInSelect() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	long getMaxColumnsInSelect() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** return the maximum number of columns in a table
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	long getMaxColumnsInTable() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	long getMaxColumnsInTable() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** return the number of active connections at a time to this database.
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	long getMaxConnections() raises (SQLException); 
-    //------------------------------------------------------------------------- 
-	 
+	long getMaxConnections() raises (SQLException);
+    //-------------------------------------------------------------------------
+
 	/** return the maximum cursor name length
 	@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	long getMaxCursorNameLength() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	long getMaxCursorNameLength() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** return the maximum length of an index (in bytes)
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	long getMaxIndexLength() raises (SQLException); 
-    //------------------------------------------------------------------------- 
-	 
+	long getMaxIndexLength() raises (SQLException);
+    //-------------------------------------------------------------------------
+
 	/** return the maximum length allowed for a schema name
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	long getMaxSchemaNameLength() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	long getMaxSchemaNameLength() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** return the maximum length of a procedure name
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	long getMaxProcedureNameLength() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	long getMaxProcedureNameLength() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** return the maximum length of a catalog name
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	long getMaxCatalogNameLength() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	long getMaxCatalogNameLength() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** return the maximum length of a single row.
 	@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	long getMaxRowSize() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	long getMaxRowSize() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** Did getMaxRowSize() include LONGVARCHAR and LONGVARBINARY
 		blobs?
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean doesMaxRowSizeIncludeBlobs() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
-	/** return the maximum length of a SQL statement	
+	boolean doesMaxRowSizeIncludeBlobs() raises (SQLException);
+	//-------------------------------------------------------------------------
+
+	/** return the maximum length of a SQL statement
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	long getMaxStatementLength() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	long getMaxStatementLength() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** return the maximal number of open active statements at one time to this database
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	long getMaxStatements() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	long getMaxStatements() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** return the maximum length of a table name
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	long getMaxTableNameLength() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	long getMaxTableNameLength() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** return the maximum number of tables in a SELECT statement
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	long getMaxTablesInSelect() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	long getMaxTablesInSelect() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** return the maximum length of a user name
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	long getMaxUserNameLength() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	long getMaxUserNameLength() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** return the database default transaction isolation level.
-		The values are defined in 
+		The values are defined in
 		<type scope="com::sun::star::sdbc">TransactionIsolation</type>.
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 		@see com::sun::star::sdbc::XConnection
 	 */
-	long getDefaultTransactionIsolation() raises (SQLException); 
-    //------------------------------------------------------------------------- 
-	 
+	long getDefaultTransactionIsolation() raises (SQLException);
+    //-------------------------------------------------------------------------
+
 	/** support the Database transactions?
 		If not, invoking the method
 		<member scope="com::sun::star::sdbc">XConnection::commit()</member>
@@ -1125,77 +1125,77 @@
 		isolation level is TransactionIsolation_NONE.
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsTransactions() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean supportsTransactions() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** Does this database support the given transaction isolation level?
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
  @see com::sun::star::sdbc::Connection
 	 */
-	boolean supportsTransactionIsolationLevel([in]long level) 
-							raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean supportsTransactionIsolationLevel([in]long level)
+							raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** support the Database both data definition and data manipulation statements
 		within a transaction?
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
-<!-- JRH: Unclear on the intent of these many support questions. 
+<!-- JRH: Unclear on the intent of these many support questions.
 		If asking, it should state, "Does the Database support both ....?
 		If declaring, it should state something like the following:
 
-		metadata: 	supportsDataDefinitionAndDataManipulationTransactions 
+		metadata: 	supportsDataDefinitionAndDataManipulationTransactions
 
 	"provides support for both data definition and data manipulation statements within a transaction."
  -->	 */
-	boolean supportsDataDefinitionAndDataManipulationTransactions() 
-							 raises (SQLException); 
-    //------------------------------------------------------------------------- 
-	 
+	boolean supportsDataDefinitionAndDataManipulationTransactions()
+							 raises (SQLException);
+    //-------------------------------------------------------------------------
+
 	/** are only data manipulation statements within a transaction
 		supported?
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsDataManipulationTransactionsOnly() 
-							raises (SQLException); 
-    //------------------------------------------------------------------------- 
-	 
+	boolean supportsDataManipulationTransactionsOnly()
+							raises (SQLException);
+    //-------------------------------------------------------------------------
+
 	/** does a data definition statement within a transaction force the
 		transaction to commit?
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean dataDefinitionCausesTransactionCommit() 
-							raises (SQLException); 
-    //------------------------------------------------------------------------- 
-	 
+	boolean dataDefinitionCausesTransactionCommit()
+							raises (SQLException);
+    //-------------------------------------------------------------------------
+
 	/** is a data definition statement within a transaction ignored?
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean dataDefinitionIgnoredInTransactions() 
-							raises (SQLException); 
-    //------------------------------------------------------------------------- 
-	 
+	boolean dataDefinitionIgnoredInTransactions()
+							raises (SQLException);
+    //-------------------------------------------------------------------------
+
 	/** Gets a description of the stored procedures available in a
 		catalog.
-		
-		
+
+
 		<p>
 		Only procedure descriptions matching the schema and
 		procedure name criteria are returned. They are ordered by
@@ -1243,17 +1243,17 @@
 			a procedure name pattern
 		@returns
 			each row is a procedure description
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	XResultSet getProcedures([in]any catalog, [in]string schemaPattern, 
-					[in]string procedureNamePattern) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	XResultSet getProcedures([in]any catalog, [in]string schemaPattern,
+					[in]string procedureNamePattern) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets a description of a catalog's stored procedure parameters
 		and result columns.
-		
-		
+
+
 		<p>
 		Only descriptions matching the schema, procedure and
 		parameter name criteria are returned. They are ordered by
@@ -1343,18 +1343,18 @@
 			a column name pattern
 		@returns
 			each row describes a stored procedure parameter or column
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	XResultSet getProcedureColumns([in]any catalog, [in]string schemaPattern, 
-								   [in]string procedureNamePattern, 
-								   [in]string columnNamePattern) 
-						raises (SQLException); 
-    //------------------------------------------------------------------------- 
-     
+	XResultSet getProcedureColumns([in]any catalog, [in]string schemaPattern,
+								   [in]string procedureNamePattern,
+								   [in]string columnNamePattern)
+						raises (SQLException);
+    //-------------------------------------------------------------------------
+
 	/** gets a description of tables available in a catalog.
-		
-		
+
+
 		<p>Only table descriptions matching the catalog, schema, table
 		name, and type criteria are returned. They are ordered by
 		TABLE_TYPE, TABLE_SCHEM, and TABLE_NAME.
@@ -1394,18 +1394,18 @@
 			a list of table types to include
 		@returns
 			each row is a table description
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	XResultSet getTables([in]any catalog, [in]string schemaPattern, 
-		[in]string tableNamePattern, [in]sequence<string> types) 
-		raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	XResultSet getTables([in]any catalog, [in]string schemaPattern,
+		[in]string tableNamePattern, [in]sequence<string> types)
+		raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** Gets the schema names available in this database. The results
 		are ordered by schema name.
-		
-		
+
+
 		<p>The schema column is:
 		</p>
 		<ol>
@@ -1415,16 +1415,16 @@
 		</ol>
 		@returns
 			each row has a single String column that is a schema name
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	XResultSet getSchemas() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	XResultSet getSchemas() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets the catalog names available in this database. The results
 		are ordered by catalog name.
-		
-		
+
+
 		<p>The catalog column is:
 		</p>
 		<ol>
@@ -1434,16 +1434,16 @@
 		</ol>
 		@returns
 			each row has a single String column that is a catalog name
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	XResultSet getCatalogs() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	XResultSet getCatalogs() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets the table types available in this database. The results
 		are ordered by table type.
-		
-		
+
+
 		<p>The table type is:
 		</p>
 		<ol>
@@ -1455,16 +1455,16 @@
 		</ol>
 		@returns
 			each row has a single String column that is a table type
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	XResultSet getTableTypes() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	XResultSet getTableTypes() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets a description of table columns available in
 		the specified catalog.
-		
-		
+
+
 		<p>Only column descriptions matching the catalog, schema, table
 		and column name criteria are returned. They are ordered by
 		TABLE_SCHEM, TABLE_NAME, and ORDINAL_POSITION.
@@ -1552,17 +1552,17 @@
 			a column name pattern
 		@returns
 			each row is a column description
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	XResultSet getColumns([in]any catalog, [in]string schemaPattern, 
-		[in]string tableNamePattern, [in]string columnNamePattern) 
-					raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	XResultSet getColumns([in]any catalog, [in]string schemaPattern,
+		[in]string tableNamePattern, [in]string columnNamePattern)
+					raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets a description of the access rights for a table's columns.
-		
-		
+
+
 		<p>
 		Only privileges matching the column name criteria are
 		returned. They are ordered by COLUMN_NAME and PRIVILEGE.
@@ -1602,25 +1602,25 @@
 		@param schema
 			a schema name ; "" retrieves those without a schema
 		@param table
-			a table name 
+			a table name
 		@param columnNamePattern
 			a column name pattern
 		@returns
 			each row is a column privilege description
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	XResultSet getColumnPrivileges([in]any catalog, [in]string schema, 
-		[in]string table, [in]string columnNamePattern) raises (SQLException); 
-    //------------------------------------------------------------------------- 
-	 
+	XResultSet getColumnPrivileges([in]any catalog, [in]string schema,
+		[in]string table, [in]string columnNamePattern) raises (SQLException);
+    //-------------------------------------------------------------------------
+
 	/** gets a description of the access rights for each table available
 		in a catalog. Note that a table privilege applies to one or
 		more columns in the table. It would be wrong to assume that
 		this privilege applies to all columns (this may be <TRUE/> for
 		some systems but is not <TRUE/> for all.)
-		
-		
+
+
 		<p>Only privileges matching the schema and table name
 		criteria are returned. They are ordered by TABLE_SCHEM,
 		TABLE_NAME, and PRIVILEGE.
@@ -1660,17 +1660,17 @@
 			a table name pattern
 		@returns
 			each row is a table privilege description
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	XResultSet getTablePrivileges([in]any catalog, [in]string schemaPattern, 
-				[in]string tableNamePattern) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	XResultSet getTablePrivileges([in]any catalog, [in]string schemaPattern,
+				[in]string tableNamePattern) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets a description of a table's optimal set of columns that
 		uniquely identifies a row. They are ordered by SCOPE.
-		
-		
+
+
 		<p>Each column description has the following columns:
 		</p>
 		<ol>
@@ -1722,26 +1722,26 @@
 		@param schema
 			a schema name; "" retrieves those without a schema
 		@param table
-			a table name 
+			a table name
 		@param scope
 			the scope of interest; use same values as SCOPE
 		@param nullable
 			include columns that are nullable?
 		@returns
 			each row is a column description
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	XResultSet getBestRowIdentifier([in]any catalog, [in]string schema, 
-		[in]string table, [in]long scope, [in] boolean nullable) 
-		raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	XResultSet getBestRowIdentifier([in]any catalog, [in]string schema,
+		[in]string table, [in]long scope, [in] boolean nullable)
+		raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets a description of a table's columns that are automatically
 		updated when any value in a row is updated. They are
 		unordered.
-		
-		
+
+
 		<p>Each column description has the following columns:
 		</p>
 		<ol>
@@ -1784,20 +1784,20 @@
 		@param schema
 			a schema name; "" retrieves those without a schema
 		@param table
-			a table name 
+			a table name
 		@returns
 			each row is a column description
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	XResultSet getVersionColumns([in]any catalog, [in]string schema, 
-				[in]string table) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	XResultSet getVersionColumns([in]any catalog, [in]string schema,
+				[in]string table) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets a description of a table's primary key columns. They
 		are ordered by COLUMN_NAME.
-		
-		
+
+
 		<p>Each primary key column description has the following columns:
 		</p>
 		<ol>
@@ -1825,22 +1825,22 @@
 		@param schema
 			a schema name; "" retrieves those without a schema
 		@param table
-			a table name 
+			a table name
 		@returns
 			each row is a primary key column description
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	XResultSet getPrimaryKeys([in]any catalog, [in]string schema, 
-				[in]string table) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	XResultSet getPrimaryKeys([in]any catalog, [in]string schema,
+				[in]string table) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets a description of the primary key columns that are
 		referenced by a table's foreign key columns (the primary keys
 		imported by a table). They are ordered by PKTABLE_CAT,
 		PKTABLE_SCHEM, PKTABLE_NAME, and KEY_SEQ.
-		
-		
+
+
 		<p>Each primary key column description has the following columns:
 		</p>
 		<ol>
@@ -1940,22 +1940,22 @@
 		@param schema
 			a schema name; "" retrieves those without a schema
 		@param table
-			a table name 
+			a table name
 		@returns
 			each row is a primary key column description
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	XResultSet getImportedKeys([in]any catalog, [in]string schema, 
-				[in]string table) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-	 
+	XResultSet getImportedKeys([in]any catalog, [in]string schema,
+				[in]string table) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets a description of the foreign key columns that reference a
 		table's primary key columns (the foreign keys exported by a
 		table). They are ordered by FKTABLE_CAT, FKTABLE_SCHEM,
 		FKTABLE_NAME, and KEY_SEQ.
-		
-		
+
+
 		<p>Each foreign key column description has the following columns:
 		</p>
 		<ol>
@@ -2055,16 +2055,16 @@
 		@param schema
 			a schema name; "" retrieves those without a schema
 		@param table
-			a table name 
+			a table name
 		@returns
 			each row is a foreign key column description
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	XResultSet getExportedKeys([in]any catalog, [in]string schema, 
-				[in]string table) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	XResultSet getExportedKeys([in]any catalog, [in]string schema,
+				[in]string table) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets a description of the foreign key columns in the foreign key
 		table that reference the primary key columns of the primary key
 		table (describe how one table imports another's key.) This
@@ -2072,8 +2072,8 @@
 		(most tables only import a foreign key from a table once.). They
 		are ordered by FKTABLE_CAT, FKTABLE_SCHEM, FKTABLE_NAME, and
 		KEY_SEQ.
-		
-		
+
+
 		<p>Each foreign key column description has the following columns:
 		</p>
 		<ol>
@@ -2182,22 +2182,22 @@
 			the table name that imports the key
 		@returns
 			each row is a foreign key column description
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	XResultSet getCrossReference( 
-		[in]any primaryCatalog, [in]string primarySchema, 
-		[in]string primaryTable, 
-		[in]any foreignCatalog, [in]string foreignSchema, 
-		[in]string foreignTable) raises (SQLException); 
-    //------------------------------------------------------------------------- 
-	 
+	XResultSet getCrossReference(
+		[in]any primaryCatalog, [in]string primarySchema,
+		[in]string primaryTable,
+		[in]any foreignCatalog, [in]string foreignSchema,
+		[in]string foreignTable) raises (SQLException);
+    //-------------------------------------------------------------------------
+
 	/** gets a description of all the standard SQL types supported by
 		this database. They are ordered by DATA_TYPE and then by how
 		closely the data type maps to the corresponding SDBC SQL type.
-		
-		
-		
+
+
+
 		<p>Each type description has the following columns:
 		</p>
 		<ol>
@@ -2281,16 +2281,16 @@
 		</ol>
 		@returns
 			each row is a SQL type description
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	XResultSet getTypeInfo() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	XResultSet getTypeInfo() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets a description of a table's indices and statistics. They are
 		ordered by NON_UNIQUE, TYPE, INDEX_NAME, and ORDINAL_POSITION.
-		
-		
+
+
 		<p>Each index column description has the following columns:
 		</p>
 		<ol>
@@ -2369,174 +2369,174 @@
 			when <TRUE/>, result is allowed to reflect approximate or out of data values; when <FALSE/>, results are requested to be accurate
 		@returns
 			each row is an index column description
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	XResultSet getIndexInfo([in]any catalog, [in]string schema, [in]string table, 
-			[in]boolean unique, [in]boolean approximate) 
-					raises (SQLException); 
-    //------------------------------------------------------------------------- 
-     
+	XResultSet getIndexInfo([in]any catalog, [in]string schema, [in]string table,
+			[in]boolean unique, [in]boolean approximate)
+					raises (SQLException);
+    //-------------------------------------------------------------------------
+
 	/** Does the database support the given result set type?
 		@param setType
-			defined in 
+			defined in
 			<type scop="com::sun::star::sdbc">ResultSetType</type>
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsResultSetType([in]long setType) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
-	/** Does the database support the concurrency type in combination 
+	boolean supportsResultSetType([in]long setType) raises (SQLException);
+	//-------------------------------------------------------------------------
+
+	/** Does the database support the concurrency type in combination
 		with the given result set type?
 		@param setType
-			defined in 
+			defined in
 			<type scop="com::sun::star::sdbc">ResultSetType</type>
 		@param concurrency
-			defined in 
+			defined in
 			<type scop="com::sun::star::sdbc">ResultSetConcurrency</type>
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsResultSetConcurrency([in]long setType, 
-												  [in]long concurrency) 
-      raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean supportsResultSetConcurrency([in]long setType,
+												  [in]long concurrency)
+      raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** indicates whether a result set's own updates are visible.
 		@param setType
-			defined in 
+			defined in
 			<type scop="com::sun::star::sdbc">ResultSetType</type>
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean ownUpdatesAreVisible([in]long setType) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean ownUpdatesAreVisible([in]long setType) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** indicates whether a result set's own deletes are visible.
 		@param setType
-			defined in 
+			defined in
 			<type scop="com::sun::star::sdbc">ResultSetType</type>
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean ownDeletesAreVisible([in]long setType) raises (SQLException); 
-    //------------------------------------------------------------------------- 
-	 
+	boolean ownDeletesAreVisible([in]long setType) raises (SQLException);
+    //-------------------------------------------------------------------------
+
 	/** indicates whether a result set's own inserts are visible.
 		@param setType
-			defined in 
+			defined in
 			<type scop="com::sun::star::sdbc">ResultSetType</type>
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean ownInsertsAreVisible([in]long setType) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean ownInsertsAreVisible([in]long setType) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** indicates whether updates made by others are visible.
 		@param setType
-			defined in 
+			defined in
 			<type scop="com::sun::star::sdbc">ResultSetType</type>
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean othersUpdatesAreVisible([in]long setType) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean othersUpdatesAreVisible([in]long setType) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** indicates whether deletes made by others are visible.
 		@param setType
-			defined in 
+			defined in
 			<type scop="com::sun::star::sdbc">ResultSetType</type>
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean othersDeletesAreVisible([in]long setType) raises (SQLException); 
-    //------------------------------------------------------------------------- 
-	 
+	boolean othersDeletesAreVisible([in]long setType) raises (SQLException);
+    //-------------------------------------------------------------------------
+
 	/** indicates whether inserts made by others are visible.
 		@param setType
-			defined in 
+			defined in
 			<type scop="com::sun::star::sdbc">ResultSetType</type>
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean othersInsertsAreVisible([in]long setType) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean othersInsertsAreVisible([in]long setType) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** indicates whether or not a visible row update can be detected by
-		calling the method 
+		calling the method
 		<code>XResultSet.rowUpdated</code>.
 		@param setType
-			defined in 
+			defined in
 			<type scop="com::sun::star::sdbc">ResultSetType</type>
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean updatesAreDetected([in]long setType) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean updatesAreDetected([in]long setType) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** indicates whether or not a visible row delete can be detected by
-		calling 
+		calling
 		<member scope="com::sun::star::sdbc">XResultSet::rowDeleted()</member>
 		. If deletesAreDetected()
 		returns <FALSE/>, then deleted rows are removed from the result set.
 		@param setType
-			defined in 
+			defined in
 			<type scop="com::sun::star::sdbc">ResultSetType</type>
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean deletesAreDetected([in]long setType) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean deletesAreDetected([in]long setType) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** indicates whether or not a visible row insert can be detected
-		by calling 
+		by calling
 		<member scope="com::sun::star::sdbc">XResultSet::rowInserted().</member>
 		@param setType
-			defined in 
+			defined in
 			<type scop="com::sun::star::sdbc">ResultSetType</type>
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean insertsAreDetected([in]long setType) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean insertsAreDetected([in]long setType) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** indicates whether the driver supports batch updates.
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean supportsBatchUpdates() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean supportsBatchUpdates() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** Gets a description of the user-defined types defined in a particular
 		schema. Schema-specific UDTs may have type OBJECT, STRUCT,
 		or DISTINCT.
-		
-		
+
+
 		<p>Only types matching the catalog, schema, type name, and type
 		criteria are returned. They are ordered by DATA_TYPE, TYPE_SCHEM,
 		and TYPE_NAME. The type name parameter may be a fully-qualified
@@ -2580,27 +2580,27 @@
 			a list of user-named types to include (OBJECT, STRUCT, or DISTINCT)
 		@returns
 			each row is a type description
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	XResultSet getUDTs([in]any catalog, [in]string schemaPattern, 
-		      [in]string typeNamePattern, [in]sequence<long> types) 
-      raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	XResultSet getUDTs([in]any catalog, [in]string schemaPattern,
+		      [in]string typeNamePattern, [in]sequence<long> types)
+      raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** retrieves the connection that produced this metadata object.
 		@returns
 			the Connection object
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	XConnection getConnection() raises (SQLException); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	XConnection getConnection() raises (SQLException);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/XDatabaseMetaData2.idl b/main/offapi/com/sun/star/sdbc/XDatabaseMetaData2.idl
index d87f4a7..89e3e38 100644
--- a/main/offapi/com/sun/star/sdbc/XDatabaseMetaData2.idl
+++ b/main/offapi/com/sun/star/sdbc/XDatabaseMetaData2.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,16 +24,16 @@
 #ifndef __com_sun_star_sdbc_XDatabaseMetaData2_idl__
 #define __com_sun_star_sdbc_XDatabaseMetaData2_idl__
 
-#ifndef __com_sun_star_sdbc_XDatabaseMetaData_idl__ 
+#ifndef __com_sun_star_sdbc_XDatabaseMetaData_idl__
 #include <com/sun/star/sdbc/XDatabaseMetaData.idl>
 #endif
-#ifndef __com_sun_star_beans_PropertyValue_idl__ 
+#ifndef __com_sun_star_beans_PropertyValue_idl__
 #include <com/sun/star/beans/PropertyValue.idl>
 #endif
 
 //=============================================================================
 
-module com { module sun { module star { module sdbc { 
+module com { module sun { module star { module sdbc {
 
 //=============================================================================
 
@@ -54,7 +54,7 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/sdbc/XDriver.idl b/main/offapi/com/sun/star/sdbc/XDriver.idl
index 7fefb0e..bd17af9 100644
--- a/main/offapi/com/sun/star/sdbc/XDriver.idl
+++ b/main/offapi/com/sun/star/sdbc/XDriver.idl
@@ -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,87 +7,87 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_XDriver_idl__ 
-#define __com_sun_star_sdbc_XDriver_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_PropertyValue_idl__ 
-#include <com/sun/star/beans/PropertyValue.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#include <com/sun/star/sdbc/SQLException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdbc_DriverPropertyInfo_idl__ 
-#include <com/sun/star/sdbc/DriverPropertyInfo.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- published interface XConnection; 
- published interface XDriverManager; 
- 
- 
+#ifndef __com_sun_star_sdbc_XDriver_idl__
+#define __com_sun_star_sdbc_XDriver_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_beans_PropertyValue_idl__
+#include <com/sun/star/beans/PropertyValue.idl>
+#endif
+
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#include <com/sun/star/sdbc/SQLException.idl>
+#endif
+
+#ifndef __com_sun_star_sdbc_DriverPropertyInfo_idl__
+#include <com/sun/star/sdbc/DriverPropertyInfo.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbc {
+
+ published interface XConnection;
+ published interface XDriverManager;
+
+
 /** is the interface that every driver class must implement.
-	
-	
-	
+
+
+
 	<p>
 	Each driver should supply a service that implements
 	the Driver interface.
-	
+
 	</p>
 	<p>The DriverManager will try to load as many drivers as it can
 	find, and then for any given connection request, it will ask each
 	driver in turn to try to connect to the target URL.
-	
+
 	</p>
 	<p>
 	It is strongly recommended that each Driver object should be
 	small and standalone so that the Driver object can be loaded and
 	queried without bringing in vast quantities of supporting code.
-	
+
 	</p>
-	@see com::sun::star::sdbc::XDriverManager 
+	@see com::sun::star::sdbc::XDriverManager
 	 @see com::sun::star::sdbc::XConnection
  */
 published interface XDriver: com::sun::star::uno::XInterface
-{ 
-	 
+{
+
 	/** attempts to make a database connection to the given URL.
-		The driver should return 
+		The driver should return
 		<NULL/>
 		if it realizes it is the wrong kind
 		of driver to connect to the given URL.  This will be common, as when
 		the driver manager is asked to connect to a given URL it passes
 		the URL to each loaded driver in turn.
-		
-		
-		
+
+
+
 		<p>
-		The driver should raise a 
+		The driver should raise a
 		<type scope="com::sun::star::sdbc">SQLException</type>
 		if it is the right
 		driver to connect to the given URL, but has trouble connecting to
 		the database.
-		
+
 		</p>
 		<p>
 		The info argument can be used to pass arbitrary
@@ -102,77 +102,77 @@
 		</p>
 
 		@param url
-			is the URL of the database to which to connect. 
+			is the URL of the database to which to connect.
 		@param info
 			a list of arbitrary string tag/value pairs as connection arguments. Normally at least a "user" and "password" property should be included.
 			@see com::sun::star::sdbc::ConnectionProperties
-		@returns 
-			a Connection object that represents a connection to the URL			
+		@returns
+			a Connection object that represents a connection to the URL
 		@throws	SQLException
 		    if a database access error occurs
 
 	 */
-	XConnection connect( 
-				[in]string url, 
-				[in]sequence<com::sun::star::beans::PropertyValue> info) 
-        raises (SQLException); 
-    //------------------------------------------------------------------------- 
-	 
+	XConnection connect(
+				[in]string url,
+				[in]sequence<com::sun::star::beans::PropertyValue> info)
+        raises (SQLException);
+    //-------------------------------------------------------------------------
+
 	/** returns <TRUE/> if the driver thinks that it can open a connection
 		to the given URL.  Typically drivers will return <TRUE/> if they
 		understand the subprotocol specified in the URL and <FALSE/> if
 		they do not.
 
 		@param url
-			is the URL of the database to which to connect. 
-		@returns 
+			is the URL of the database to which to connect.
+		@returns
 			<TRUE/> if this driver can connect to the given URL.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean acceptsURL([in]string url) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
-	/** gets information about the possible properties for this driver. 
-		     <p>The getPropertyInfo method is intended to allow a generic GUI tool to 
-		     discover what properties it should prompt a human for in order to get 
-		     enough information to connect to a database.  Note that depending on 
-		     the values the human has supplied so far, additional values may become 
-		     necessary, so it may be necessary to iterate though several calls 
-		     to getPropertyInfo. 
-		     @param url 
-				is the URL of the database to which to connect. 
-		     @param info 
-				is a proposed list of tag/value pairs that will be sent on 
-		        connect open. 
-		     @returns 
-				an array of DriverPropertyInfo objects describing possible 
-		        properties. This array may be an empty array if no properties 
-		        are required. 
-		     @throws SQLException 
+	boolean acceptsURL([in]string url) raises (SQLException);
+	//-------------------------------------------------------------------------
+
+	/** gets information about the possible properties for this driver.
+		     <p>The getPropertyInfo method is intended to allow a generic GUI tool to
+		     discover what properties it should prompt a human for in order to get
+		     enough information to connect to a database.  Note that depending on
+		     the values the human has supplied so far, additional values may become
+		     necessary, so it may be necessary to iterate though several calls
+		     to getPropertyInfo.
+		     @param url
+				is the URL of the database to which to connect.
+		     @param info
+				is a proposed list of tag/value pairs that will be sent on
+		        connect open.
+		     @returns
+				an array of DriverPropertyInfo objects describing possible
+		        properties. This array may be an empty array if no properties
+		        are required.
+		     @throws SQLException
 				if a database access error occurs.
 	 */
-	sequence<DriverPropertyInfo> getPropertyInfo([in]string url, 
-					[in] sequence<com::sun::star::beans::PropertyValue> info) 
-		raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	sequence<DriverPropertyInfo> getPropertyInfo([in]string url,
+					[in] sequence<com::sun::star::beans::PropertyValue> info)
+		raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets the driver's major version number. Initially this should be 1.
 		@returns
 		    this driver's major version number
 	 */
-	long getMajorVersion(); 
-	//------------------------------------------------------------------------- 
-     
+	long getMajorVersion();
+	//-------------------------------------------------------------------------
+
 	/** gets the driver's minor version number. Initially this should be 0.
 		@returns
 		    this driver's minor version number.
 	 */
-	long getMinorVersion(); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
+	long getMinorVersion();
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/XDriverAccess.idl b/main/offapi/com/sun/star/sdbc/XDriverAccess.idl
index 33e2a69..095890c 100644
--- a/main/offapi/com/sun/star/sdbc/XDriverAccess.idl
+++ b/main/offapi/com/sun/star/sdbc/XDriverAccess.idl
@@ -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,54 +7,54 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_XDriverAccess_idl__ 
-#define __com_sun_star_sdbc_XDriverAccess_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- published interface XDriver; 
- 
- 
- 
+#ifndef __com_sun_star_sdbc_XDriverAccess_idl__
+#define __com_sun_star_sdbc_XDriverAccess_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbc {
+
+ published interface XDriver;
+
+
+
 /** provides the access of sdbc driver components
-	@see com::sun::star::sdbc::XDriverManager 
+	@see com::sun::star::sdbc::XDriverManager
 	@see com::sun::star::sdbc::XDriver
  */
 published interface XDriverAccess: com::sun::star::uno::XInterface
-{ 
-	 
+{
+
 	/** get a driver which accepts a given url.@see	com::sun::star::sdbc::XDriver::acceptsURL
 		@param url
 			a database url of the form sdbc:subprotocol:subname
 		@returns
 			a Driver that can connect to the URL
-		@throws SQLException 
+		@throws SQLException
 				if a database access error occurs.
 	 */
-	XDriver		getDriverByURL([in]string url); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	XDriver		getDriverByURL([in]string url);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/XDriverManager.idl b/main/offapi/com/sun/star/sdbc/XDriverManager.idl
index 6ef10c7..4adc7a9 100644
--- a/main/offapi/com/sun/star/sdbc/XDriverManager.idl
+++ b/main/offapi/com/sun/star/sdbc/XDriverManager.idl
@@ -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,59 +7,59 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_XDriverManager_idl__ 
-#define __com_sun_star_sdbc_XDriverManager_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_PropertyValue_idl__ 
-#include <com/sun/star/beans/PropertyValue.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#include <com/sun/star/sdbc/SQLException.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- published interface XConnection; 
- published interface XDriver; 
- 
- 
+#ifndef __com_sun_star_sdbc_XDriverManager_idl__
+#define __com_sun_star_sdbc_XDriverManager_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_beans_PropertyValue_idl__
+#include <com/sun/star/beans/PropertyValue.idl>
+#endif
+
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#include <com/sun/star/sdbc/SQLException.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbc {
+
+ published interface XConnection;
+ published interface XDriver;
+
+
 /** is the basic interface for managing a set of SDBC drivers.
-	
-	
-	
+
+
+
 	<p>
-	When the method 
+	When the method
 	<member scope="com::sun::star::sdbc">XDriverManager::getConnection()</member>
 	is called,
 	the DriverManager will attempt to
 	locate a suitable driver.
-	
+
 	</p>
-	@see com::sun::star::sdbc::XDriver 
+	@see com::sun::star::sdbc::XDriver
 	 @see com::sun::star::sdbc::XConnection
  */
 published interface XDriverManager: com::sun::star::uno::XInterface
-{ 
-    //------------------------------------------------------------------------- 
-     
+{
+    //-------------------------------------------------------------------------
+
 	/** attempts to establish a connection to the given database URL.
 		The DriverManager attempts to select an appropriate driver from
 		the set of registered JDBC/SDBC drivers.
@@ -67,56 +67,56 @@
 			a database url of the form  sdbc:subprotocol:subname
 		@returns
 			the Connection object
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	XConnection getConnection([in]string url) 
-		raises (SQLException); 
-    //------------------------------------------------------------------------- 
-     
+	XConnection getConnection([in]string url)
+		raises (SQLException);
+    //-------------------------------------------------------------------------
+
 	/** attempts to establish a connection to the given database URL.
 		The DriverManager attempts to select an appropriate driver from
 		the set of registered JDBC/SDBC drivers.
 		@param url
 			a database url of the form  sdbc:subprotocol:subname
 		@param info
-			a list of arbitrary string tag/value pairs as connection arguments; 
+			a list of arbitrary string tag/value pairs as connection arguments;
 			normally at least a "user" and "password" property should be included
 			@see com::sun::star::sdbc::ConnectionProperties
 		@returns
 			the Connection object
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	XConnection getConnectionWithInfo([in]string url, 
-			[in]sequence<com::sun::star::beans::PropertyValue> info) 
-		raises (SQLException); 
-	//------------------------------------------------------------------------- 
-	 
+	XConnection getConnectionWithInfo([in]string url,
+			[in]sequence<com::sun::star::beans::PropertyValue> info)
+		raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** sets the maximum time in seconds that a driver will wait
 		while attempting to connect to a database.
 		@param seconds
 		    the login time limit in seconds
 
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void setLoginTimeout([in]long seconds); 
-    //------------------------------------------------------------------------- 
-	 
+	void setLoginTimeout([in]long seconds);
+    //-------------------------------------------------------------------------
+
 	/** gets the maximum time in seconds that a driver can wait
 		when attempting to login to a database.
-		@returns 
+		@returns
 		    the driver login time limit in seconds
 
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	long getLoginTimeout(); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
+	long getLoginTimeout();
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/XGeneratedResultSet.idl b/main/offapi/com/sun/star/sdbc/XGeneratedResultSet.idl
index a178d76..4f3ecb4 100644
--- a/main/offapi/com/sun/star/sdbc/XGeneratedResultSet.idl
+++ b/main/offapi/com/sun/star/sdbc/XGeneratedResultSet.idl
@@ -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,36 +7,36 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_XGeneratedResultSet_idl__ 
-#define __com_sun_star_sdbc_XGeneratedResultSet_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#include <com/sun/star/sdbc/SQLException.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- published interface XResultSet;  
- 
+#ifndef __com_sun_star_sdbc_XGeneratedResultSet_idl__
+#define __com_sun_star_sdbc_XGeneratedResultSet_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#include <com/sun/star/sdbc/SQLException.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbc {
+
+ published interface XResultSet;
+
 /** provides a result set which gives access to automatically generated values after a new row was inserted.
-	
+
 	<p>The relative order of columns in the result set returned by <member>getGeneratedValues</member> must be the same
     as the relative order of the same columns as returned when executing a "SELECT * FROM table". This ensures that
     clients of this interface can reliably fetch the column values.</p>
@@ -46,22 +46,22 @@
 	@since OpenOffice 1.1.2
  */
 published interface XGeneratedResultSet: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** gives access to automatically generated values after a new row was inserted.
 		@returns
 			a result set that contains the data produced by the query
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	*/
-	XResultSet getGeneratedValues() raises (SQLException); 
-	
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	XResultSet getGeneratedValues() raises (SQLException);
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/XIsolatedConnection.idl b/main/offapi/com/sun/star/sdbc/XIsolatedConnection.idl
index a9f85e5..7520c6f 100644
--- a/main/offapi/com/sun/star/sdbc/XIsolatedConnection.idl
+++ b/main/offapi/com/sun/star/sdbc/XIsolatedConnection.idl
@@ -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,45 +7,45 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_XIsolatedConnection_idl__ 
-#define __com_sun_star_sdbc_XIsolatedConnection_idl__ 
- 
-#ifndef __com_sun_star_task_XInteractionHandler_idl__ 
-#include <com/sun/star/task/XInteractionHandler.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#include <com/sun/star/sdbc/SQLException.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- published interface XConnection;  
-/** is used for establishing isolated connections via a factory. 
+#ifndef __com_sun_star_sdbc_XIsolatedConnection_idl__
+#define __com_sun_star_sdbc_XIsolatedConnection_idl__
+
+#ifndef __com_sun_star_task_XInteractionHandler_idl__
+#include <com/sun/star/task/XInteractionHandler.idl>
+#endif
+
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#include <com/sun/star/sdbc/SQLException.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbc {
+
+ published interface XConnection;
+/** is used for establishing isolated connections via a factory.
 	<p>
-	The <type>XIsolatedConnection</type> allows to create connections which are not shared among others 
+	The <type>XIsolatedConnection</type> allows to create connections which are not shared among others
 	as it is the case when creating connections in normal way.
 	</p>
 	@see com::sun::star::sdb::DataSource
 	@since OpenOffice 1.1.2
  */
 published interface XIsolatedConnection: com::sun::star::uno::XInterface
-{ 
-	/** attempts to establish a database connection. 
-		<p>If information is missing, such as 
+{
+	/** attempts to establish a database connection.
+		<p>If information is missing, such as
 		a user's password, they are completed by user interaction.</p>
 		@param handler
 			The handler which ask for the needed information when they are missing.
@@ -54,9 +54,9 @@
 		@throws com::sun::star::sdbc::SQLException
 			when an error occurs.
 	 */
-	XConnection 
-		getIsolatedConnectionWithCompletion([in]com::sun::star::task::XInteractionHandler handler) 
-	 		raises (SQLException); 
+	XConnection
+		getIsolatedConnectionWithCompletion([in]com::sun::star::task::XInteractionHandler handler)
+	 		raises (SQLException);
 
 	/** attempts to establish a database connection.
 		@param user
@@ -68,14 +68,14 @@
 		@throws com::sun::star::sdbc::SQLException
 			when an error occurs.
 	 */
-	XConnection getIsolatedConnection([in]string user, [in]string password) 
-		raises (SQLException); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	XConnection getIsolatedConnection([in]string user, [in]string password)
+		raises (SQLException);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/XMultipleResults.idl b/main/offapi/com/sun/star/sdbc/XMultipleResults.idl
index 56ff276..28df4aa 100644
--- a/main/offapi/com/sun/star/sdbc/XMultipleResults.idl
+++ b/main/offapi/com/sun/star/sdbc/XMultipleResults.idl
@@ -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,39 +7,39 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_XMultipleResults_idl__ 
-#define __com_sun_star_sdbc_XMultipleResults_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#include <com/sun/star/sdbc/SQLException.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- published interface XResultSet; 
- 
- 
+#ifndef __com_sun_star_sdbc_XMultipleResults_idl__
+#define __com_sun_star_sdbc_XMultipleResults_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#include <com/sun/star/sdbc/SQLException.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbc {
+
+ published interface XResultSet;
+
+
 /** is used for inspecting multiple results produced by the execution of a
 	SQL statement.
-	
-	
+
+
 	<p>
 	Under some (uncommon) situations a single SQL statement may return
 	multiple result sets and/or update counts.  Normally you can ignore
@@ -52,62 +52,62 @@
 	and
 	<member scope="com::sun::star::sdbc">XMultipleResults::getUpdateCount()</member>
 	let you navigate through multiple results.
-	
+
 	</p>
-	@see com::sun::star::sdbc::XStatement 
+	@see com::sun::star::sdbc::XStatement
 	 @see com::sun::star::sdbc::XPreparedStatement
  */
 published interface XMultipleResults: com::sun::star::uno::XInterface
-{ 
-     
+{
+
 	/** returns the current result as a
 		<type scope="com::sun::star::sdbc">ResultSet</type>
 		object.
 		This method should be called only once per result.
 		@returns
 			the ResultSet object
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	XResultSet getResultSet() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	XResultSet getResultSet() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** returns the current result as an update count.
-		
-		
+
+
 		<p>
 		If the result is a ResultSet or there are no more results, -1
 		is returned. This method should be called only once per result.
 		</p>
 		@returns
 			the current result as an update count.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	long getUpdateCount() raises (SQLException); 
-    //------------------------------------------------------------------------- 
-	 
+	long getUpdateCount() raises (SQLException);
+    //-------------------------------------------------------------------------
+
 	/** moves to a Statement's next result. It returns <TRUE/> if
 		this result is a ResultSet.  This method also implicitly
 		closes any current ResultSet obtained with getResultSet.
-		
+
 		<p>
 		There are no more results when <code>(!getMoreResults() &amp;amp;&amp;amp;
 		getUpdateCount() == -1)</code>.
-		
+
 		</p>
 		@returns
 			<TRUE/> if there exists more ResultSet objects
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean getMoreResults() raises (SQLException); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	boolean getMoreResults() raises (SQLException);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/XOutParameters.idl b/main/offapi/com/sun/star/sdbc/XOutParameters.idl
index 535ae4d..e6a2fc0 100644
--- a/main/offapi/com/sun/star/sdbc/XOutParameters.idl
+++ b/main/offapi/com/sun/star/sdbc/XOutParameters.idl
@@ -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,36 +7,36 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_XOutParameters_idl__ 
-#define __com_sun_star_sdbc_XOutParameters_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#include <com/sun/star/sdbc/SQLException.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- 
+#ifndef __com_sun_star_sdbc_XOutParameters_idl__
+#define __com_sun_star_sdbc_XOutParameters_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#include <com/sun/star/sdbc/SQLException.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbc {
+
+
 /** is used to register Out-Parameters for stored procedures.
-	
-	
+
+
 	<p>
 	SDBC provides a stored procedure SQL escape that allows stored procedures
 	to be called in a standard way for all RDBMSs. This escape syntax has one
@@ -47,16 +47,16 @@
 	</p>
  */
 published interface XOutParameters: com::sun::star::uno::XInterface
-{ 
-	 
+{
+
 	/** registers the designated output parameter.  This version of
-		the method 
+		the method
 		<member scope="com::sun::star::sdbc">XOutParameters::registerOutParameter()</member>
 		should be used for a user-named or REF output parameter. Examples
 		of user-named types include: STRUCT, DISTINCT, OBJECT, and named array
 		types.
-		
-		
+
+
 		<p>
 		Before executing a stored procedure call, you must explicitly
 		call
@@ -79,7 +79,7 @@
 		</p>
 		<p>
 		<b>Note:</b> When reading the value of an out parameter, you
-		must use the 
+		must use the
 		<code>getXXX</code>
 		method whose type XXX corresponds to the
 		parameter's registered SQL type.
@@ -90,29 +90,29 @@
 			the type of the column to register
 		@param typeName
 			the name of the type
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void registerOutParameter([in]long parameterIndex, [in]long sqlType, 
-							  [in]string typeName) 
-        raises (SQLException); 
-	//------------------------------------------------------------------------- 
-	 
+	void registerOutParameter([in]long parameterIndex, [in]long sqlType,
+							  [in]string typeName)
+        raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** registers the OUT parameter in ordinal position
 		<code>parameterIndex</code>
 		to the SDBC type
 		<code>sqlType</code>
 		. All
 		OUT parameters must be registered before a stored procedure is executed.
-		
-		
+
+
 		<p>
-		The SDBC type specified by 
+		The SDBC type specified by
 		<code>sqlType</code>
-		for an OUT parameter determines the type that must be used in the 
+		for an OUT parameter determines the type that must be used in the
 		<code>get</code>
 		method to read the value of that parameter.
-		This version of 
+		This version of
 		<member scope="com::sun::star::sdbc">XOutParameters::registerOutParameter()</member>
 		should be
 		used when the parameter is of SDBC type
@@ -126,19 +126,19 @@
 			the type of the column to register
 		@param scale
 			the scale of the type
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 		</p>
 	 */
-	void registerNumericOutParameter([in]long parameterIndex, [in]long sqlType, 
-							  		 [in]long scale) 
-		raises (SQLException); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	void registerNumericOutParameter([in]long parameterIndex, [in]long sqlType,
+							  		 [in]long scale)
+		raises (SQLException);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/XParameters.idl b/main/offapi/com/sun/star/sdbc/XParameters.idl
index 7bcac2e..4fd3634 100644
--- a/main/offapi/com/sun/star/sdbc/XParameters.idl
+++ b/main/offapi/com/sun/star/sdbc/XParameters.idl
@@ -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,58 +7,58 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_XParameters_idl__ 
-#define __com_sun_star_sdbc_XParameters_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_Date_idl__ 
-#include <com/sun/star/util/Date.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_DateTime_idl__ 
-#include <com/sun/star/util/DateTime.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_Time_idl__ 
-#include <com/sun/star/util/Time.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module io { 
- published interface XInputStream; 
-};};};}; 
- 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#include <com/sun/star/sdbc/SQLException.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- published interface XRef; 
- published interface XArray; 
- published interface XBlob; 
- published interface XClob; 
- 
- 
+#ifndef __com_sun_star_sdbc_XParameters_idl__
+#define __com_sun_star_sdbc_XParameters_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_util_Date_idl__
+#include <com/sun/star/util/Date.idl>
+#endif
+
+#ifndef __com_sun_star_util_DateTime_idl__
+#include <com/sun/star/util/DateTime.idl>
+#endif
+
+#ifndef __com_sun_star_util_Time_idl__
+#include <com/sun/star/util/Time.idl>
+#endif
+
+ module com {  module sun {  module star {  module io {
+ published interface XInputStream;
+};};};};
+
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#include <com/sun/star/sdbc/SQLException.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbc {
+
+ published interface XRef;
+ published interface XArray;
+ published interface XBlob;
+ published interface XClob;
+
+
 /** is used for parameter setting, commonly implemented in conjunction with
 	PreparedStatements.
-	
-	
+
+
 	<p>
 	<b>Note:</b> The setXXX methods for setting IN parameter values
 	must specify types that are compatible with the defined SQL type of
@@ -66,7 +66,7 @@
 	Integer, then the method
 	<member scope="com::sun::star::sdbc">XParameters::setInt()</member>
 	should be used.
-	
+
 	</p>
 	<p>
 	If arbitrary parameter type conversions are required, the method
@@ -74,31 +74,31 @@
 	should be used with a target SQL type.
 	<br/>
 	<br/>
-	Example of setting a parameter; 
+	Example of setting a parameter;
 	<code>con</code>
 	is an active connection.
 	</p>
-	
+
 	@example <listing>pstmt = con.prepareStatement("UPDATE EMPLOYEES SET SALARY = ? WHERE ID = ?")
 	pstmt.setDouble(1, 153833.00)
 	pstmt.setLong(2, 110592)
 	</listing>@see com::sun::star::sdbc::XPreparedStatement
  */
 published interface XParameters: com::sun::star::uno::XInterface
-{ 
-     
+{
+
 	/** sets the designated parameter to SQL NULL.
 	 */
-	void setNull([in]long parameterIndex, 
-				 [in]long sqlType) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-	 
+	void setNull([in]long parameterIndex,
+				 [in]long sqlType) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** sets the designated parameter to SQL NULL.  This version of setNull should
 		be used for user-named types and REF type parameters.  Examples
 		of user-named types include: STRUCT, DISTINCT, OBJECT, and
 		named array types.
-		
-		
+
+
 		<p>
 		<b>Note:</b> To be portable, applications must give the
 		SQL type code and the fully-qualified SQL type name when specifying
@@ -119,99 +119,99 @@
 			the type of the column to set to <NULL/>
 		@param typeName
 			the name of the type
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void setObjectNull([in]long parameterIndex, 
-				 	   [in]long sqlType, 
-				 	   [in]string typeName) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	void setObjectNull([in]long parameterIndex,
+				 	   [in]long sqlType,
+				 	   [in]string typeName) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** sets the designated parameter to a boolean value.  The driver converts this
 		to a SQL BIT value when it sends it to the database.
 		@param parameterIndex
 			the first parameter is 1, the second is 2, ...
 		@param x
 			the parameter value
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void setBoolean([in]long parameterIndex, [in]boolean x) 
-		raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	void setBoolean([in]long parameterIndex, [in]boolean x)
+		raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** sets the designated parameter to a byte value.  The driver converts this
 		to a SQL TINYINT value when it sends it to the database.
 		@param parameterIndex
 			the first parameter is 1, the second is 2, ...
 		@param x
 			the parameter value
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void setByte([in]long parameterIndex, [in]byte x) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	void setByte([in]long parameterIndex, [in]byte x) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** sets the designated parameter to a short value.  The driver converts this
 		to a SQL SMALLINT value when it sends it to the database.
 		@param parameterIndex
 			the first parameter is 1, the second is 2, ...
 		@param x
 			the parameter value
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void setShort([in]long parameterIndex, [in]short x) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	void setShort([in]long parameterIndex, [in]short x) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** sets the designated parameter to a long value.  The driver converts this
 		to a SQL INTEGER value when it sends it to the database.
 		@param parameterIndex
 			the first parameter is 1, the second is 2, ...
 		@param x
 			the parameter value
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void setInt([in]long parameterIndex, [in]long x) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	void setInt([in]long parameterIndex, [in]long x) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** sets the designated parameter to a hyper value.  The driver converts this
 		to a SQL BIGINT value when it sends it to the database.
 		@param parameterIndex
 			the first parameter is 1, the second is 2, ...
 		@param x
 			the parameter value
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void setLong([in]long parameterIndex, [in]hyper x) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	void setLong([in]long parameterIndex, [in]hyper x) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** sets the designated parameter to a float value. The driver converts this
 		to a SQL FLOAT value when it sends it to the database.
 		@param parameterIndex
 			the first parameter is 1, the second is 2, ...
 		@param x
 			the parameter value
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void setFloat([in]long parameterIndex, [in]float x) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	void setFloat([in]long parameterIndex, [in]float x) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** sets the designated parameter to a double value.  The driver converts this
 		to a SQL DOUBLE value when it sends it to the database.
 		@param parameterIndex
 			the first parameter is 1, the second is 2, ...
 		@param x
 			the parameter value
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void setDouble([in]long parameterIndex, [in]double x) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	void setDouble([in]long parameterIndex, [in]double x) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** sets the designated parameter to a string value. The driver converts this
 		to a SQL VARCHAR or LONGVARCHAR value (depending on the argument's
 		size relative to the driver's limits on VARCHARs) when it sends
@@ -220,12 +220,12 @@
 			the first parameter is 1, the second is 2, ...
 		@param x
 			the parameter value
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void setString([in]long parameterIndex, [in]string x) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	void setString([in]long parameterIndex, [in]string x) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** sets the designated parameter to a sequence of bytes.  The driver converts
 		this to a SQL VARBINARY or LONGVARBINARY (depending on the
 		argument's size relative to the driver's limits on VARBINARYs)
@@ -234,39 +234,39 @@
 			the first parameter is 1, the second is 2, ...
 		@param x
 			the parameter value
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void setBytes([in]long parameterIndex, [in]sequence<byte> x) 
-		raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	void setBytes([in]long parameterIndex, [in]sequence<byte> x)
+		raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** sets the designated parameter to a date value. The driver converts this
 		to a SQL DATE value when it sends it to the database.
 		@param parameterIndex
 			the first parameter is 1, the second is 2, ...
 		@param x
 			the parameter value
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void setDate([in]long parameterIndex, [in]com::sun::star::util::Date x) 
-		raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	void setDate([in]long parameterIndex, [in]com::sun::star::util::Date x)
+		raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** sets the designated parameter to a time value. The driver converts this
 		to a SQL TIME value when it sends it to the database.
 		@param parameterIndex
 			the first parameter is 1, the second is 2, ...
 		@param x
 			the parameter value
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void setTime([in]long parameterIndex, [in]com::sun::star::util::Time x) 
-		raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	void setTime([in]long parameterIndex, [in]com::sun::star::util::Time x)
+		raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** sets the designated parameter to a datetime value.  The driver
 		converts this to a SQL TIMESTAMP value when it sends it to the
 		database.
@@ -274,13 +274,13 @@
 			the first parameter is 1, the second is 2, ...
 		@param x
 			the parameter value
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void setTimestamp([in]long parameterIndex, 
-					  [in]com::sun::star::util::DateTime x) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	void setTimestamp([in]long parameterIndex,
+					  [in]com::sun::star::util::DateTime x) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** sets the designated parameter to the given input stream, which will have
 		the specified number of bytes.
 		When a very large binary value is input to a LONGVARBINARY or LONGVARCHAR
@@ -293,14 +293,14 @@
 			the parameter value
 		@param length
 			the number of bytes in the stream
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void setBinaryStream([in]long parameterIndex, 
-				   		 [in]com::sun::star::io::XInputStream x, 
-			 	   		 [in]long length) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	void setBinaryStream([in]long parameterIndex,
+				   		 [in]com::sun::star::io::XInputStream x,
+			 	   		 [in]long length) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** sets the designated parameter to the given input stream, which will have
 		the specified number of bytes.
 		When a very large binary value is input to a LONGVARCHAR
@@ -313,17 +313,17 @@
 			the parameter value
 		@param length
 			the number of characters in the stream
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void setCharacterStream([in]long parameterIndex, 
-			 	   		 [in]com::sun::star::io::XInputStream x, 
-			 	   		 [in]long length) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-	 
+	void setCharacterStream([in]long parameterIndex,
+			 	   		 [in]com::sun::star::io::XInputStream x,
+			 	   		 [in]long length) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** sets the value of a parameter using an any.
-		
-		
+
+
 		<p>The given object will be converted to the targetSqlType
 		before being sent to the database.
 		If the object has a custom mapping (is of a class implementing SQLData),
@@ -340,17 +340,17 @@
 			the first parameter is 1, the second is 2, ...
 		@param x
 			the parameter value
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void setObject([in]long parameterIndex, [in]any x) 
-			raises (SQLException); 
-	//------------------------------------------------------------------------- 
-	 
+	void setObject([in]long parameterIndex, [in]any x)
+			raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** set a value from the Datatype ANY for a parameter.
-		
-		
-		
+
+
+
 		<p>The given object will be converted to the targetSqlType
 		before being sent to the database.
 		If the object has a custom mapping (is of a class implementing SQLData),
@@ -368,87 +368,87 @@
 		@param x
 			the parameter value
 		@param targetSqlType
-			the SQL type (as defined in 
+			the SQL type (as defined in
 			<type scope="com::sun::star::sdbc">DataType</type>
 			) to be sent to the database. The scale argument may further qualify this type.
 		@param scale
-			for 
+			for
 			<member scope="com::sun::star::sdbc">DataType::DECIMAL</member>
-			 or 
+			 or
 			 <member scope="com::sun::star::sdbc">DataType::NUMERIC</member>
 			 types, this is the number of digits after the decimal point. For all other types, this value will be ignored.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void setObjectWithInfo([in]long parameterIndex, 
-				   		   [in]any x, [in]long targetSqlType, [in]long scale) 
-			raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	void setObjectWithInfo([in]long parameterIndex,
+				   		   [in]any x, [in]long targetSqlType, [in]long scale)
+			raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** sets a REF(&amp;lt;structured-type&amp;gt;) parameter.
 		@param parameterIndex
 			the first parameter is 1, the second is 2, ...
 		@param x
 			the parameter value
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void setRef ([in]long parameterIndex, [in]XRef x) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	void setRef ([in]long parameterIndex, [in]XRef x) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** sets a BLOB parameter.
 		@param parameterIndex
 			the first parameter is 1, the second is 2, ...
 		@param x
 			the parameter value
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void setBlob ([in]long parameterIndex, [in]XBlob x) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	void setBlob ([in]long parameterIndex, [in]XBlob x) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** sets a CLOB parameter.
 		@param parameterIndex
 			the first parameter is 1, the second is 2, ...
 		@param x
 			the parameter value
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void setClob ([in]long parameterIndex, [in]XClob x) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	void setClob ([in]long parameterIndex, [in]XClob x) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** sets an Array parameter.
 		@param parameterIndex
 			the first parameter is 1, the second is 2, ...
 		@param x
 			the parameter value
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void setArray ([in]long parameterIndex, [in]XArray x) raises (SQLException); 
- 
-	//------------------------------------------------------------------------- 
-     
+	void setArray ([in]long parameterIndex, [in]XArray x) raises (SQLException);
+
+	//-------------------------------------------------------------------------
+
 	/** clears the current parameter values immediately.
-		
-		
+
+
 		<p>In general, parameter values remain in force for repeated use of a
 		Statement. Setting a parameter value automatically clears its
 		previous value. However, in some cases it is useful to immediately
 		release the resources used by the current parameter values; this can
 		be done by calling clearParameters.
 		</p>
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void clearParameters() raises (SQLException); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	void clearParameters() raises (SQLException);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/XPooledConnection.idl b/main/offapi/com/sun/star/sdbc/XPooledConnection.idl
index 6ca7a07..7158294 100644
--- a/main/offapi/com/sun/star/sdbc/XPooledConnection.idl
+++ b/main/offapi/com/sun/star/sdbc/XPooledConnection.idl
@@ -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,39 +7,39 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
-#ifndef __com_sun_star_sdbc_XPooledConnection_idl__ 
-#define __com_sun_star_sdbc_XPooledConnection_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_PropertyValue_idl__ 
-#include <com/sun/star/beans/PropertyValue.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#include <com/sun/star/sdbc/SQLException.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- published interface XConnection; 
- 
+#ifndef __com_sun_star_sdbc_XPooledConnection_idl__
+#define __com_sun_star_sdbc_XPooledConnection_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_beans_PropertyValue_idl__
+#include <com/sun/star/beans/PropertyValue.idl>
+#endif
+
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#include <com/sun/star/sdbc/SQLException.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbc {
+
+ published interface XConnection;
+
 /** defines a pooled connection which can share a unused connection.
 
 <!-- JRH: unclear meaning -->
@@ -52,25 +52,25 @@
 	<member scope="com::sun::star::sdbc">XPooledConnection::getConnection()</member>
 	is called, the PooledConnection returns the connection which is pooled.
 	</p>
-	
+
 	@see com::sun::star::sdbc::XConnection
  */
 published interface XPooledConnection: com::sun::star::uno::XInterface
-{ 
-    //------------------------------------------------------------------------- 
-     
+{
+    //-------------------------------------------------------------------------
+
 	/** return the connection which is pooled
-		@returns 
+		@returns
 			the pooled Connection object
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	XConnection getConnection() 
-		raises (SQLException); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
+	XConnection getConnection()
+		raises (SQLException);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/XPreparedBatchExecution.idl b/main/offapi/com/sun/star/sdbc/XPreparedBatchExecution.idl
index 3ee00ea..62c785e 100644
--- a/main/offapi/com/sun/star/sdbc/XPreparedBatchExecution.idl
+++ b/main/offapi/com/sun/star/sdbc/XPreparedBatchExecution.idl
@@ -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,38 +7,38 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_XPreparedBatchExecution_idl__ 
-#define __com_sun_star_sdbc_XPreparedBatchExecution_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#include <com/sun/star/sdbc/SQLException.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- 
+#ifndef __com_sun_star_sdbc_XPreparedBatchExecution_idl__
+#define __com_sun_star_sdbc_XPreparedBatchExecution_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#include <com/sun/star/sdbc/SQLException.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbc {
+
+
 /** is used for batch execution on PreparedStatements.
-	
-	
+
+
 	<p>
-	A 
+	A
 	<type scope="com::sun::star::sdbc">PreparedStatement</type>
 	uses one precompiled SQL Statement. In batch execution
 	it is possible to set collection of parameter settings, which are executed in
@@ -46,37 +46,37 @@
 	</p>
  */
 published interface XPreparedBatchExecution: com::sun::star::uno::XInterface
-{ 
-	 
+{
+
 	/** adds a set of parameters to the batch.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void addBatch() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	void addBatch() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** makes the set of commands in the current batch empty.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void clearBatch() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
-	/** submits a batch of commands to the database for execution. 
-		     @returns 
-				an array of update counts containing one element for each 
-		     	command in the batch. The array is ordered according to the order in 
-				which commands were inserted into the batch. 
-		     @throws SQLException 
+	void clearBatch() raises (SQLException);
+	//-------------------------------------------------------------------------
+
+	/** submits a batch of commands to the database for execution.
+		     @returns
+				an array of update counts containing one element for each
+		     	command in the batch. The array is ordered according to the order in
+				which commands were inserted into the batch.
+		     @throws SQLException
 				if a database access error occurs.
 	 */
-	sequence<long> executeBatch() raises (SQLException); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	sequence<long> executeBatch() raises (SQLException);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/XPreparedStatement.idl b/main/offapi/com/sun/star/sdbc/XPreparedStatement.idl
index 188fb74..b23ffd8 100644
--- a/main/offapi/com/sun/star/sdbc/XPreparedStatement.idl
+++ b/main/offapi/com/sun/star/sdbc/XPreparedStatement.idl
@@ -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,39 +7,39 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_XPreparedStatement_idl__ 
-#define __com_sun_star_sdbc_XPreparedStatement_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#include <com/sun/star/sdbc/SQLException.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- published interface XConnection; 
- published interface XResultSet; 
- 
- 
+#ifndef __com_sun_star_sdbc_XPreparedStatement_idl__
+#define __com_sun_star_sdbc_XPreparedStatement_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#include <com/sun/star/sdbc/SQLException.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbc {
+
+ published interface XConnection;
+ published interface XResultSet;
+
+
 /** provides the possibility of executing a precompiled SQL statement.
-	
-	
+
+
 	<p>
 	A SQL statement is pre-compiled and stored in a PreparedStatement object.
 	This object can then be used to efficiently execute this statement multiple
@@ -47,19 +47,19 @@
 	</p>
  */
 published interface XPreparedStatement: com::sun::star::uno::XInterface
-{ 
-     
-	/** executes the SQL query in this 
+{
+
+	/** executes the SQL query in this
 		<code>PreparedStatement</code>
 		object and returns the result set generated by the query.
 		@returns
 			the ResultSet object
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	XResultSet executeQuery() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	XResultSet executeQuery() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** executes the SQL INSERT, UPDATE or DELETE statement in this
 		<type scope="com::sun::star::sdbc">PreparedStatement</type>
 		object.
@@ -68,15 +68,15 @@
 		SQL DDL statements, can be executed.
 		@returns
 			either the row count for INSERT, UPDATE or DELETE statements; or 0 for SQL statements that return nothing
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	long executeUpdate() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	long executeUpdate() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** executes any kind of SQL statement.
-		
-		
+
+
 		<p>
 		Some prepared statements return multiple results; the execute
 		method handles these complex statements as well as the simpler
@@ -84,30 +84,30 @@
 		</p>
 		@returns
 			<TRUE/> if successful
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean execute() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
-	/** returns the 
+	boolean execute() raises (SQLException);
+	//-------------------------------------------------------------------------
+
+	/** returns the
 		<type scope="com::sun::star::sdbc">Connection</type>
 		object
-		that produced this 
+		that produced this
 		<type scope="com::sun::star::sdbc">Statement</type>
 		object.
 		@returns
 			the Connection object
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	XConnection getConnection() raises (SQLException); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	XConnection getConnection() raises (SQLException);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/XRef.idl b/main/offapi/com/sun/star/sdbc/XRef.idl
index 71e5edf..62b6699 100644
--- a/main/offapi/com/sun/star/sdbc/XRef.idl
+++ b/main/offapi/com/sun/star/sdbc/XRef.idl
@@ -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,55 +7,55 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_XRef_idl__ 
-#define __com_sun_star_sdbc_XRef_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#include <com/sun/star/sdbc/SQLException.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- 
+#ifndef __com_sun_star_sdbc_XRef_idl__
+#define __com_sun_star_sdbc_XRef_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#include <com/sun/star/sdbc/SQLException.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbc {
+
+
 /** is the reference to a SQL structured type value in the database.  A
 	Ref can be saved to persistent storage.  A Ref is dereferenced by
 	passing it as a parameter to a SQL statement and executing the
 	statement.
  */
 published interface XRef: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** gets the fully-qualified SQL structured type name of the referenced item.
 		@returns
 			the base type name
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	string getBaseTypeName() raises (SQLException); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	string getBaseTypeName() raises (SQLException);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/XResultSet.idl b/main/offapi/com/sun/star/sdbc/XResultSet.idl
index 05b9e4e..7ed72bb 100644
--- a/main/offapi/com/sun/star/sdbc/XResultSet.idl
+++ b/main/offapi/com/sun/star/sdbc/XResultSet.idl
@@ -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,42 +7,42 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_XResultSet_idl__ 
-#define __com_sun_star_sdbc_XResultSet_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#include <com/sun/star/sdbc/SQLException.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- published interface XStatement; 
- 
- 
-/** provides the navigation on a table of data.  A 
+#ifndef __com_sun_star_sdbc_XResultSet_idl__
+#define __com_sun_star_sdbc_XResultSet_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#include <com/sun/star/sdbc/SQLException.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbc {
+
+ published interface XStatement;
+
+
+/** provides the navigation on a table of data.  A
 	<type scope="com::sun::star::sdbc">ResultSet</type>
-	object is usually generated by executing a 
+	object is usually generated by executing a
 	<type scope="com::sun::star::sdbc">Statement</type>
 	.
-	
-	
+
+
 	<p>
 	A ResultSet maintains a cursor pointing to its current row of
 	data. Initially the cursor is positioned before the first row.
@@ -50,127 +50,127 @@
 	</p>
  */
 published interface XResultSet: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** moves the cursor down one row from its current position.
-		
-		
+
+
 		<p>
 		A ResultSet cursor is initially positioned before the first row; the
 		first call to next makes the first row the current row; the
 		second call makes the second row the current row, and so on.
 		</p>
 		<p>If an input stream is open for the current row, a call
-		to the method 
+		to the method
 		<code>next</code>
 		will implicitly close it.
 		The ResultSet's warning chain is cleared when a new row is read.
 		</p>
 		@returns
 		 <TRUE/> if successful
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean next() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-	 
+	boolean next() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** indicates whether the cursor is before the first row in the result
 		set.
 		@returns
 		 <TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean isBeforeFirst() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean isBeforeFirst() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** indicates whether the cursor is after the last row in the result
 		set.
 		@returns
 		 <TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean isAfterLast() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean isAfterLast() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** indicates whether the cursor is on the first row of the result set.
 		@returns
 		 <TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean isFirst() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean isFirst() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** indicates whether the cursor is on the last row of the result set.
-		
-		
+
+
 		<p>
 		<B>
 		Note:
 		</B>
-		Calling the method 
+		Calling the method
 		<code>isAtLast</code>
 		may be expensive because the SDBC driver might need to fetch ahead one row in order
 		to determine whether the current row is the last row in the result set.
 		</p>
 		@returns
 		 <TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean isLast() raises (SQLException); 
-    //------------------------------------------------------------------------- 
-     
+	boolean isLast() raises (SQLException);
+    //-------------------------------------------------------------------------
+
 	/** moves the cursor to the front of the result set, just before the
 		first row. Has no effect if the result set contains no rows.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void beforeFirst() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	void beforeFirst() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** moves the cursor to the end of the result set, just after the last
 		row. Has no effect if the result set contains no rows.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void afterLast() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	void afterLast() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** moves the cursor to the first row in the result set.
 		@returns
 		 <TRUE/> if successful
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean first() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean first() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** moves the cursor to the last row in the result set.
 		@returns
 		 <TRUE/> if successful
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean last() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean last() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** retrieves the current row number. The first row is number 1, the
 		second number 2, and so on.
 		@returns
 		 the current position
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	long getRow() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	long getRow() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** moves the cursor to the given row number in the result set.
-		
-		
+
+
 		<p>
 		If the row number is positive, the cursor moves to
 		the given row number with respect to the
@@ -183,7 +183,7 @@
 		the end of the result set. For example, calling
 		<code>absolute(-1)</code>
 		positions the
-		cursor on the last row, 
+		cursor on the last row,
 		<code>absolute(-2)</code>
 		indicates the next-to-last row, and so on.
 		</p>
@@ -193,35 +193,35 @@
 		row, respectively.
 		</p>
 		<p>
-		Note: Calling 
+		Note: Calling
 		<code>absolute(1)</code>
 		is the same
-		as calling 
+		as calling
 		<member scope="com::sun::star::sdbc">XResultSet::first()</member>
 		.
 		Calling <code>moveToPosition(-1)</code> is the same as calling
 		<code>moveToLast()</code>.
 		</p>
 	 */
-	boolean absolute([in] long row ) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean absolute([in] long row ) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** moves the cursor a relative number of rows, either positive or negative.
-		
-		
+
+
 		<p>
 		Attempting to move beyond the first/last row in the result set
-		positions the cursor before/after 
-		the first/last row. Calling 
+		positions the cursor before/after
+		the first/last row. Calling
 		<code>relative(0)</code>
 		is valid, but does not change the cursor position.
 		</p>
 		<p>
-		Note: Calling 
+		Note: Calling
 		<code>relative(1)</code>
-		is different from calling 
+		is different from calling
 		<member scope="com::sun::star::sdbc">XResultSet::next()</member>
-		because is makes sense to call 
+		because is makes sense to call
 		<code>next()</code>
 		when there is no current row, for example, when the cursor is positioned before
 		the first row or after the last row of the result set.
@@ -230,112 +230,112 @@
 			how many rows should be moved relative to the current row
 		@returns
 		 <TRUE/> if successful
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean relative([in]long rows) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean relative([in]long rows) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** moves the cursor to the previous row in the result set.
-		
-		
+
+
 		<p>
-		Note: 
+		Note:
 		<code>previous()</code>
 		is not the same as
 		<code>relative(-1)</code>
-		because it makes sense to call 
+		because it makes sense to call
 		<code>previous()</code>
 		when there is no current row.
 		</p>
 		@returns
 			<TRUE/> if successful
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean previous() raises (SQLException); 
-    //------------------------------------------------------------------------- 
-	 
+	boolean previous() raises (SQLException);
+    //-------------------------------------------------------------------------
+
 	/** refreshes the current row with its most recent value in
 		the database. Cannot be called when on the insert row.
-		The 
+		The
 		<code>refreshRow</code>
 		method provides a way for an application to
 		explicitly tell the SDBC driver to refetch a row(s) from the
-		database. An application may want to call 
+		database. An application may want to call
 		<code>refreshRow</code>
 		when caching or prefetching is being done by the SDBC driver to
 		fetch the latest value of a row from the database. The SDBC driver
 		may actually refresh multiple rows at once if the fetch size is
 		greater than one.
 		All values are refetched subject to the transaction isolation
-		level and cursor sensitivity. If 
+		level and cursor sensitivity. If
 		<code>refreshRow</code>
-		is called after calling 
+		is called after calling
 		<code>updateXXX</code>
-		, but before calling 
+		, but before calling
 		<member scope="com::sun::star::sdbc">XResultSet::updateRow()</member>
 		, then the updates made to the row are lost.
-		Calling the method 
+		Calling the method
 		<code>refreshRow</code>
 		frequently will likely slow performance.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void refreshRow() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-	 
+	void refreshRow() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** indicates whether the current row has been updated. The value returned
 		depends on whether or not the result set can detect updates.
 		@returns
 			<TRUE/> if successful
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean rowUpdated() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean rowUpdated() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** indicates whether the current row has had an insertion.  The value returned
 		depends on whether or not the result set can detect visible inserts.
 		@returns
 			<TRUE/> if successful
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean rowInserted() raises (SQLException); 
-    //------------------------------------------------------------------------- 
-	 
+	boolean rowInserted() raises (SQLException);
+    //-------------------------------------------------------------------------
+
 	/** indicates whether a row has been deleted.  A deleted row may leave
 		a visible "hole" in a result set.  This method can be used to
 		detect holes in a result set.  The value returned depends on whether
 		or not the result set can detect deletions.
 		@returns
 			<TRUE/> if successful
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean rowDeleted() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-	 
-	/** returns the Statement that produced this 
+	boolean rowDeleted() raises (SQLException);
+	//-------------------------------------------------------------------------
+
+	/** returns the Statement that produced this
 		<type scope="com::sun::star::sdbc">ResultSet</type>
 		object. If the result set was generated some other way, such as by an
 		<type scope="com::sun::star::sdbc">XDatabaseMetaData</type>
-		method, this method returns 
+		method, this method returns
 		<NULL/>
 		.
 		@returns
 			the statement object
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	com::sun::star::uno::XInterface getStatement() raises (SQLException); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	com::sun::star::uno::XInterface getStatement() raises (SQLException);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/XResultSetMetaData.idl b/main/offapi/com/sun/star/sdbc/XResultSetMetaData.idl
index e9a566c..3dc902a 100644
--- a/main/offapi/com/sun/star/sdbc/XResultSetMetaData.idl
+++ b/main/offapi/com/sun/star/sdbc/XResultSetMetaData.idl
@@ -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,276 +7,276 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_XResultSetMetaData_idl__ 
-#define __com_sun_star_sdbc_XResultSetMetaData_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#include <com/sun/star/sdbc/SQLException.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- 
+#ifndef __com_sun_star_sdbc_XResultSetMetaData_idl__
+#define __com_sun_star_sdbc_XResultSetMetaData_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#include <com/sun/star/sdbc/SQLException.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbc {
+
+
 /** can be used to find out about the types and properties
 	of the columns in a ResultSet.
  */
 published interface XResultSetMetaData: com::sun::star::uno::XInterface
-{ 
-	 
+{
+
 	/** returns the number of columns in this ResultSet.
 		@returns
 			the column count
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	long getColumnCount() raises (SQLException); 
-    //------------------------------------------------------------------------- 
-	 
+	long getColumnCount() raises (SQLException);
+    //-------------------------------------------------------------------------
+
 	/** indicates whether the column is automatically numbered, thus read-only.
 		@param column
 			the first column is 1, the second is 2,
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean isAutoIncrement([in]long column) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean isAutoIncrement([in]long column) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** indicates whether a column's case matters.
 		@param column
 			the first column is 1, the second is 2,
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean isCaseSensitive([in]long column) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean isCaseSensitive([in]long column) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** indicates whether the column can be used in a where clause.
 		@param column
 			the first column is 1, the second is 2,
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean isSearchable([in]long column) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean isSearchable([in]long column) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** indicates whether the column is a cash value.
 		@param column
 			the first column is 1, the second is 2,
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean isCurrency([in]long column) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean isCurrency([in]long column) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** indicates the nullability of values in the designated column.@see com::sun::star::sdbc::ColumnValue
 		@param column
 			the first column is 1, the second is 2,
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	long isNullable([in]long column) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	long isNullable([in]long column) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** indicates whether values in the column are signed numbers.
 		@param column
 			the first column is 1, the second is 2,
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean isSigned([in]long column) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean isSigned([in]long column) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** indicates the column's normal max width in chars.
 		@param column
 			the first column is 1, the second is 2,
 		@returns
 			the normal maximum number of characters allowed as the width of the designated column
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	long getColumnDisplaySize([in]long column) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	long getColumnDisplaySize([in]long column) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets the suggested column title for use in printouts and
 		displays.
 		@param column
 			the first column is 1, the second is 2,
 		@returns
 			the suggested column title
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	string getColumnLabel([in]long column) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	string getColumnLabel([in]long column) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets a column's name.
 		@param column
 			the first column is 1, the second is 2,
 		@returns
 			the column name
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	string getColumnName([in]long column) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	string getColumnName([in]long column) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets a column's table's schema.
 		@param column
 			the first column is 1, the second is 2,
 		@returns
 			the schema name
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	string getSchemaName([in]long column) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	string getSchemaName([in]long column) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets a column's number of decimal digits.
 		@param column
 			the first column is 1, the second is 2,
 		@returns
 			precision
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	long getPrecision([in]long column) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	long getPrecision([in]long column) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets a column's number of digits to right of the decimal point.
 		@param column
 			the first column is 1, the second is 2,
 		@returns
 			scale
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	long getScale([in]long column) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	long getScale([in]long column) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets a column's table name.
 		@param column
 			the first column is 1, the second is 2,
 		@returns
 			the table name
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	string getTableName([in]long column) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	string getTableName([in]long column) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets a column's table's catalog name.
 		@param column
 			the first column is 1, the second is 2,
 		@returns
 			the catalog name
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	string getCatalogName([in]long column) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	string getCatalogName([in]long column) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** retrieves a column's SQL type.
 		@param column
 			the first column is 1, the second is 2,
 		@returns
 			the column type
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	long getColumnType([in]long column) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	long getColumnType([in]long column) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** retrieves a column's database-specific type name.
 		@param column
 			the first column is 1, the second is 2,
 		@returns
 			the type name
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	string getColumnTypeName([in]long column) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	string getColumnTypeName([in]long column) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** indicates whether a column is definitely not writable.
 		@param column
 			the first column is 1, the second is 2,
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean isReadOnly([in]long column) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean isReadOnly([in]long column) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** indicates whether it is possible for a write on the column to succeed.
 		@param column
 			the first column is 1, the second is 2,
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean isWritable([in]long column) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean isWritable([in]long column) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** indicates whether a write on the column will definitely succeed.
 		@param column
 			the first column is 1, the second is 2,
 		@returns
 			<TRUE/> if so
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean isDefinitelyWritable([in]long column) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean isDefinitelyWritable([in]long column) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** returns the fully-qualified name of the service whose instances
-		are manufactured if the method 
+		are manufactured if the method
 		<member scope="com::sun::star::sdbc">XResultSet::.getObject()</member>
 		is called to retrieve a value from the column.
 		@param column
 			the first column is 1, the second is 2,
 		@returns
 			the service name
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	string getColumnServiceName([in]long column) raises (SQLException); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	string getColumnServiceName([in]long column) raises (SQLException);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/XResultSetMetaDataSupplier.idl b/main/offapi/com/sun/star/sdbc/XResultSetMetaDataSupplier.idl
index 775676c..36313fc 100644
--- a/main/offapi/com/sun/star/sdbc/XResultSetMetaDataSupplier.idl
+++ b/main/offapi/com/sun/star/sdbc/XResultSetMetaDataSupplier.idl
@@ -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,63 +7,63 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_XResultSetMetaDataSupplier_idl__ 
-#define __com_sun_star_sdbc_XResultSetMetaDataSupplier_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#include <com/sun/star/sdbc/SQLException.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- published interface XResultSetMetaData; 
- 
- 
+#ifndef __com_sun_star_sdbc_XResultSetMetaDataSupplier_idl__
+#define __com_sun_star_sdbc_XResultSetMetaDataSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#include <com/sun/star/sdbc/SQLException.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbc {
+
+ published interface XResultSetMetaData;
+
+
 /** provides access to the meta data of a result set.
-	
-	
+
+
 	<p>
 	The number, types, and properties of a ResultSet's columns are
 	provided by the
 	<type scope="com::sun::star::sdbc">XResultSetMetaData</type>
-	interface returned by the 
+	interface returned by the
 	<member scope="com::sun::star::sdbc">XResultSetMetaDataSupplier::getMetaData()</member>
 	method.
 	</p>
  */
 published interface XResultSetMetaDataSupplier: com::sun::star::uno::XInterface
-{ 
-	 
+{
+
 	/** retrieves the number, types, and properties of a ResultSet's columns.
 		@returns
 			the meta data of the ResultSet.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	XResultSetMetaData getMetaData() raises (SQLException); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	XResultSetMetaData getMetaData() raises (SQLException);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/XResultSetUpdate.idl b/main/offapi/com/sun/star/sdbc/XResultSetUpdate.idl
index acb4ca4..6cb306a 100644
--- a/main/offapi/com/sun/star/sdbc/XResultSetUpdate.idl
+++ b/main/offapi/com/sun/star/sdbc/XResultSetUpdate.idl
@@ -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,87 +7,87 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_XResultSetUpdate_idl__ 
-#define __com_sun_star_sdbc_XResultSetUpdate_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#include <com/sun/star/sdbc/SQLException.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- 
+#ifndef __com_sun_star_sdbc_XResultSetUpdate_idl__
+#define __com_sun_star_sdbc_XResultSetUpdate_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#include <com/sun/star/sdbc/SQLException.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbc {
+
+
 /** provides the possibility to write changes made on a result set back to
 	database.
  */
 published interface XResultSetUpdate: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-     
+{
+	//-------------------------------------------------------------------------
+
 	/** inserts the contents of the insert row into the result set and
 		the database. Must be on the insert row when this method is called.
-		@throws SQLException 
+		@throws SQLException
 				if a database access error occurs.
 	 */
-	void insertRow() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	void insertRow() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** updates the underlying database with the new contents of the
 		current row. Cannot be called when on the insert row.
-		@throws SQLException 
+		@throws SQLException
 				if a database access error occurs.
 	 */
-	void updateRow() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	void updateRow() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** deletes the current row from the result set and the underlying
 		database. Cannot be called when on the insert row.
-		@throws SQLException 
+		@throws SQLException
 				if a database access error occurs.
 	 */
-	void deleteRow() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-	 
+	void deleteRow() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** cancels the updates made to a row.
-		
-		
+
+
 		<p>
 		This method may be called after calling an
 		<code>updateXXX</code>
-		method(s) and before calling 
+		method(s) and before calling
 		<member scope="com::sun::star::sdbc">XResultSetUpdate::updateRow()</member>
 		to rollback the updates made to a row. If no updates have been made or
 		<code>updateRow</code>
 		has already been called, then this method has no
 		effect.
 		</p>
-		@throws SQLException 
+		@throws SQLException
 				if a database access error occurs.
 	 */
-	void cancelRowUpdates() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	void cancelRowUpdates() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** moves the cursor to the insert row.  The current cursor position is
 		remembered while the cursor is positioned on the insert row.
-		
-		
+
+
 		<p>
 		The insert row is a special row associated with an updatable
 		result set. It is essentially a buffer where a new row may
@@ -97,43 +97,43 @@
 		inserting the row into the result set.
 		</p>
 		<p>
-		Only the 
+		Only the
 		<code>updateXXX</code>
 		,
 		<code>getXXX</code>
 		,
-		and 
+		and
 		<member scope="com::sun::star::sdbc">XResultSetUpdate::insertRow()</member>
 		methods may be
 		called when the cursor is on the insert row.  All of the columns in
 		a result set must be given a value each time this method is
-		called before calling 
+		called before calling
 		<code>insertRow</code>
-		. The method 
+		. The method
 		<code>updateXXX</code>
 		must be called before a
 		<code>getXXX</code>
 		method can be called on a column value.
 		</p>
-		@throws SQLException 
+		@throws SQLException
 				if a database access error occurs.
 	 */
-	void moveToInsertRow() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	void moveToInsertRow() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** moves the cursor to the remembered cursor position, usually the
 		current row. This method has no effect if the cursor is not on the insert
 		row.
-		@throws SQLException 
+		@throws SQLException
 				if a database access error occurs.
 	 */
-	void moveToCurrentRow() raises (SQLException); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	void moveToCurrentRow() raises (SQLException);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/XRow.idl b/main/offapi/com/sun/star/sdbc/XRow.idl
index 4e18908..9495b41 100644
--- a/main/offapi/com/sun/star/sdbc/XRow.idl
+++ b/main/offapi/com/sun/star/sdbc/XRow.idl
@@ -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,67 +7,67 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_XRow_idl__ 
-#define __com_sun_star_sdbc_XRow_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_Date_idl__ 
-#include <com/sun/star/util/Date.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_DateTime_idl__ 
-#include <com/sun/star/util/DateTime.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_Time_idl__ 
-#include <com/sun/star/util/Time.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module io { 
- published interface XInputStream; 
-};};};}; 
- 
- module com {  module sun {  module star {  module container { 
- published interface XNameAccess; 
-};};};}; 
- 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#include <com/sun/star/sdbc/SQLException.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- published interface XRef; 
- published interface XArray; 
- published interface XBlob; 
- published interface XClob; 
- 
- 
+#ifndef __com_sun_star_sdbc_XRow_idl__
+#define __com_sun_star_sdbc_XRow_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_util_Date_idl__
+#include <com/sun/star/util/Date.idl>
+#endif
+
+#ifndef __com_sun_star_util_DateTime_idl__
+#include <com/sun/star/util/DateTime.idl>
+#endif
+
+#ifndef __com_sun_star_util_Time_idl__
+#include <com/sun/star/util/Time.idl>
+#endif
+
+ module com {  module sun {  module star {  module io {
+ published interface XInputStream;
+};};};};
+
+ module com {  module sun {  module star {  module container {
+ published interface XNameAccess;
+};};};};
+
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#include <com/sun/star/sdbc/SQLException.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbc {
+
+ published interface XRef;
+ published interface XArray;
+ published interface XBlob;
+ published interface XClob;
+
+
 /** is used to access data which is collected in a row.
-	All methods raise a 
+	All methods raise a
 	<type scope="com::sun::star::sdbc">SQLException</type>
 	if a database access error occurs.
  */
 published interface XRow: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** reports whether the last column read had a value of SQL NULL.
 		Note that you must first call getXXX on a column to try to read
 		its value and then call wasNull() to see if the value read was
@@ -75,159 +75,159 @@
 
 		@returns
 			<TRUE/> if last column read was SQL NULL and <FALSE/> otherwise
-		@throws SQLException 
+		@throws SQLException
 				if a database access error occurs.
 	 */
-	boolean wasNull() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean wasNull() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets the value of a column in the current row as a string.
 		@param columnIndex
 			the first column is 1, the second is 2,
 		@returns
 			the column value; if the value is SQL NULL, the result is null
-		@throws SQLException 
+		@throws SQLException
 				if a database access error occurs.
 	 */
-	string getString([in]long columnIndex) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	string getString([in]long columnIndex) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets the value of a column in the current row as boolean.
 		@param columnIndex
 			the first column is 1, the second is 2,
 		@returns
 			the column value; if the value is SQL NULL, the result is null
-		@throws SQLException 
+		@throws SQLException
 				if a database access error occurs.
 	 */
-	boolean getBoolean([in]long columnIndex) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean getBoolean([in]long columnIndex) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** get the value of a column in the current row as a byte.
 		@param columnIndex
 			the first column is 1, the second is 2,
 		@returns
 			the column value; if the value is SQL NULL, the result is null
-		@throws SQLException 
+		@throws SQLException
 				if a database access error occurs.
 	 */
-	byte getByte([in]long columnIndex) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	byte getByte([in]long columnIndex) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets the value of a column in the current row as a short.
 		@param columnIndex
 			the first column is 1, the second is 2,
 		@returns
 			the column value; if the value is SQL NULL, the result is null
-		@throws SQLException 
+		@throws SQLException
 				if a database access error occurs.
 	 */
-	short getShort([in]long columnIndex) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	short getShort([in]long columnIndex) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** get the value of a column in the current row as an integer.
 		@param columnIndex
 			the first column is 1, the second is 2,
 		@returns
 			the column value; if the value is SQL NULL, the result is null
-		@throws SQLException 
+		@throws SQLException
 				if a database access error occurs.
 	 */
-	long getInt([in]long columnIndex) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	long getInt([in]long columnIndex) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** get the value of a column in the current row as a long.
 		@param columnIndex
 			the first column is 1, the second is 2,
 		@returns
 			the column value; if the value is SQL NULL, the result is null
-		@throws SQLException 
+		@throws SQLException
 				if a database access error occurs.
 	 */
-	hyper getLong([in]long columnIndex) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	hyper getLong([in]long columnIndex) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets the value of a column in the current row as a float.
 		@param columnIndex
 			the first column is 1, the second is 2,
 		@returns
 			the column value; if the value is SQL NULL, the result is null
-		@throws SQLException 
+		@throws SQLException
 				if a database access error occurs.
 	 */
-	float getFloat([in]long columnIndex) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	float getFloat([in]long columnIndex) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets the value of a column in the current row as a double.
 		@param columnIndex
 			the first column is 1, the second is 2,
 		@returns
 			the column value; if the value is SQL NULL, the result is null
-		@throws SQLException 
+		@throws SQLException
 				if a database access error occurs.
 	 */
-	double getDouble([in]long columnIndex) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-	 
-	/** gets the value of a column in the current row as a byte array. 
-		     The bytes represent the raw values returned by the driver. 
-			 @param columnIndex 
-				the first column is 1, the second is 2, ... 
-		     @returns 
-				the column value; if the value is SQL NULL, the result is empty. 
-		     @throws SQLException 
+	double getDouble([in]long columnIndex) raises (SQLException);
+	//-------------------------------------------------------------------------
+
+	/** gets the value of a column in the current row as a byte array.
+		     The bytes represent the raw values returned by the driver.
+			 @param columnIndex
+				the first column is 1, the second is 2, ...
+		     @returns
+				the column value; if the value is SQL NULL, the result is empty.
+		     @throws SQLException
 				if a database access error occurs.
 	 */
-	sequence<byte> getBytes([in]long columnIndex) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	sequence<byte> getBytes([in]long columnIndex) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets the value of a column in the current row as a date object.
 		@param columnIndex
 			the first column is 1, the second is 2,
 		@returns
 			the column value; if the value is SQL NULL, the result is null
-		@throws SQLException 
+		@throws SQLException
 				if a database access error occurs.
 	 */
-	com::sun::star::util::Date getDate([in]long columnIndex) 
-		raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	com::sun::star::util::Date getDate([in]long columnIndex)
+		raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets the value of a column in the current row as a time object.
 		@param columnIndex
 			the first column is 1, the second is 2,
 		@returns
 			the column value; if the value is SQL NULL, the result is null
-		@throws SQLException 
+		@throws SQLException
 				if a database access error occurs.
 	 */
-	com::sun::star::util::Time getTime([in]long columnIndex) 
-		raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	com::sun::star::util::Time getTime([in]long columnIndex)
+		raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets the value of a column in the current row as a datetime object.
 		@param columnIndex
 			the first column is 1, the second is 2,
 		@returns
 			the column value; if the value is SQL NULL, the result is null
-		@throws SQLException 
+		@throws SQLException
 				if a database access error occurs.
 	 */
-	com::sun::star::util::DateTime getTimestamp([in]long columnIndex) 
-		raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	com::sun::star::util::DateTime getTimestamp([in]long columnIndex)
+		raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets the value of a column in the current row as a stream of
 		uninterpreted bytes. The value can then be read in chunks from the
 		stream. This method is particularly suitable for retrieving large
 		LONGVARBINARY values.
-		
-		
+
+
 		<p>
 		<b>Note:</b> All the data in the returned stream must be
 		read prior to getting the value of any other column. The next
 		call to a get method implicitly closes the stream. Also, a
-		stream may return 0 when the method 
+		stream may return 0 when the method
 		<member scope="com::sun::star::io">XInputStream::available()</member>
 		is called whether there is data
 		available or not.
@@ -236,24 +236,24 @@
 			the first column is 1, the second is 2,
 		@returns
 			the column value; if the value is SQL NULL, the result is null
-		@throws SQLException 
+		@throws SQLException
 				if a database access error occurs.
 	 */
-	com::sun::star::io::XInputStream getBinaryStream([in]long columnIndex) 
-        raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	com::sun::star::io::XInputStream getBinaryStream([in]long columnIndex)
+        raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets the value of a column in the current row as a stream of
 		uninterpreted bytes. The value can then be read in chunks from the
 		stream. This method is particularly suitable for retrieving large
 		LONGVARBINARY or LONGVARCHAR values.
-		
-		
+
+
 		<p>
 		<b>Note:</b> All the data in the returned stream must be
 		read prior to getting the value of any other column. The next
 		call to a get method implicitly closes the stream. Also, a
-		stream may return 0 when the method 
+		stream may return 0 when the method
 		<member scope="com::sun::star::io">XInputStream::available()</member>
 		is called whether there is data
 		available or not.
@@ -262,15 +262,15 @@
 			the first column is 1, the second is 2,
 		@returns
 			the column value; if the value is SQL NULL, the result is null
-		@throws SQLException 
+		@throws SQLException
 				if a database access error occurs.
 	 */
-	com::sun::star::io::XInputStream getCharacterStream([in]long columnIndex) 
-        raises (SQLException); 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::io::XInputStream getCharacterStream([in]long columnIndex)
+        raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** returns the value of a column in the current row as an object.
-		This method uses the given 
+		This method uses the given
 		<code>Map</code>
 		object for the custom mapping of the SQL structure or distinct type
 		that is being retrieved.
@@ -280,66 +280,66 @@
 			the map of types which should be used to get the column value
 		@returns
 			the column value; if the value is SQL NULL, the result is null
-		@throws SQLException 
+		@throws SQLException
 				if a database access error occurs.
 	 */
-	any getObject([in]long columnIndex, 
-			      [in]com::sun::star::container::XNameAccess typeMap) 
-		raises (SQLException); 
-    //------------------------------------------------------------------------- 
-	 
+	any getObject([in]long columnIndex,
+			      [in]com::sun::star::container::XNameAccess typeMap)
+		raises (SQLException);
+    //-------------------------------------------------------------------------
+
 	/** gets a REF(&amp;lt;structured-type&amp;gt;) column value from the current row.
 		@param columnIndex
 			the first column is 1, the second is 2,
 		@returns
 			the column value; if the value is SQL NULL, the result is null
-		@throws SQLException 
+		@throws SQLException
 				if a database access error occurs.
 	 */
-	XRef getRef([in]long columnIndex) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	XRef getRef([in]long columnIndex) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** gets a BLOB value in the current row.
 		@param columnIndex
 			the first column is 1, the second is 2,
 		@returns
 			the column value; if the value is SQL NULL, the result is null
-		@throws SQLException 
+		@throws SQLException
 				if a database access error occurs.
 	 */
-	XBlob getBlob([in]long columnIndex) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
-	/** gets a CLOB value in the current row of this 
-		<code>ResultSet</code> 
+	XBlob getBlob([in]long columnIndex) raises (SQLException);
+	//-------------------------------------------------------------------------
+
+	/** gets a CLOB value in the current row of this
+		<code>ResultSet</code>
 		object.
 		@param columnIndex
 			the first column is 1, the second is 2,
 		@returns
 			the column value; if the value is SQL NULL, the result is null
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	XClob getClob([in]long columnIndex) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
-	/** gets a SQL ARRAY value from the current row of this 
-		<code>ResultSet</code> 
+	XClob getClob([in]long columnIndex) raises (SQLException);
+	//-------------------------------------------------------------------------
+
+	/** gets a SQL ARRAY value from the current row of this
+		<code>ResultSet</code>
 		object.
 		@param columnIndex
 			the first column is 1, the second is 2,
 		@returns
 			the column value; if the value is SQL NULL, the result is null
-		@throws SQLException 
+		@throws SQLException
 				if a database access error occurs.
 	 */
-	XArray getArray([in]long columnIndex) raises (SQLException); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	XArray getArray([in]long columnIndex) raises (SQLException);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/XRowSet.idl b/main/offapi/com/sun/star/sdbc/XRowSet.idl
index b3cfcd3..96ba7f5 100644
--- a/main/offapi/com/sun/star/sdbc/XRowSet.idl
+++ b/main/offapi/com/sun/star/sdbc/XRowSet.idl
@@ -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,38 +7,38 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_XRowSet_idl__ 
-#define __com_sun_star_sdbc_XRowSet_idl__ 
- 
-#ifndef __com_sun_star_sdbc_XResultSet_idl__ 
-#include <com/sun/star/sdbc/XResultSet.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- published interface XRowSetListener; 
- published interface XConnection; 
- 
- 
-/** enhances the functionality of a result set. It allows implementation of 
+#ifndef __com_sun_star_sdbc_XRowSet_idl__
+#define __com_sun_star_sdbc_XRowSet_idl__
+
+#ifndef __com_sun_star_sdbc_XResultSet_idl__
+#include <com/sun/star/sdbc/XResultSet.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbc {
+
+ published interface XRowSetListener;
+ published interface XConnection;
+
+
+/** enhances the functionality of a result set. It allows implementation of
 	a special behavior for a result set and notifies an application on
 	certain row set events such as a change in its value.
-	
-	
-	
+
+
+
 	<p>
 	The XRowSet interface is unique in that it is intended to be
 	a software layer on top of an SDBC driver. Implementations of the
@@ -46,37 +46,37 @@
 	</p>
  */
 published interface XRowSet: XResultSet
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** populates a row set with data. The description of the data source and
 		other important information for filling the row set with data.
 
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void execute() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-	 
+	void execute() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** adds the specified listener to receive the events "cursorMoved",
 		"rowChanged", and "rowSetChanged".
 		@param listener
 			the listener which should be registered
 	 */
-	[oneway] void addRowSetListener([in]XRowSetListener listener ); 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void addRowSetListener([in]XRowSetListener listener );
+	//-------------------------------------------------------------------------
+
 	/** removes the specified listener.
 		@param listener
 			the listener which should be registered
 	 */
-	[oneway] void removeRowSetListener([in]XRowSetListener listener ); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	[oneway] void removeRowSetListener([in]XRowSetListener listener );
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/XRowSetListener.idl b/main/offapi/com/sun/star/sdbc/XRowSetListener.idl
index 6685928..607d2c0 100644
--- a/main/offapi/com/sun/star/sdbc/XRowSetListener.idl
+++ b/main/offapi/com/sun/star/sdbc/XRowSetListener.idl
@@ -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,63 +7,63 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_XRowSetListener_idl__ 
-#define __com_sun_star_sdbc_XRowSetListener_idl__ 
- 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- 
+#ifndef __com_sun_star_sdbc_XRowSetListener_idl__
+#define __com_sun_star_sdbc_XRowSetListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbc {
+
+
 /** is used for receiving "cursorMoved", "rowChanged", and "rowSetChanged" events
 	posted by, for example, a rowset.
  */
 published interface XRowSetListener: com::sun::star::lang::XEventListener
-{ 
-	 
+{
+
 	/** is called when a rowset's cursor is moved.
 		@param event
 			contains information about the event
 	 */
-	[oneway] void cursorMoved([in]com::sun::star::lang::EventObject event); 
-	//------------------------------------------------------------------------- 
-     
+	[oneway] void cursorMoved([in]com::sun::star::lang::EventObject event);
+	//-------------------------------------------------------------------------
+
 	/** is called when a row is inserted, updated, or deleted.
 		@param event
 			contains information about the event
         @deprecated
         @see com::sun::star::sdb::XRowsChangeListener
 	 */
-	[oneway] void rowChanged([in]com::sun::star::lang::EventObject event); 
-	//------------------------------------------------------------------------- 
-     
+	[oneway] void rowChanged([in]com::sun::star::lang::EventObject event);
+	//-------------------------------------------------------------------------
+
 	/** is called when the row set has changed, or in other words, when the row set has
 		been reexecuted.
 		@param event
 			contains information about the event
 	 */
-	[oneway] void rowSetChanged([in]com::sun::star::lang::EventObject event); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	[oneway] void rowSetChanged([in]com::sun::star::lang::EventObject event);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/XRowUpdate.idl b/main/offapi/com/sun/star/sdbc/XRowUpdate.idl
index a98ed69..d23b353 100644
--- a/main/offapi/com/sun/star/sdbc/XRowUpdate.idl
+++ b/main/offapi/com/sun/star/sdbc/XRowUpdate.idl
@@ -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,199 +7,199 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_XRowUpdate_idl__ 
-#define __com_sun_star_sdbc_XRowUpdate_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_Date_idl__ 
-#include <com/sun/star/util/Date.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_DateTime_idl__ 
-#include <com/sun/star/util/DateTime.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_Time_idl__ 
-#include <com/sun/star/util/Time.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module io { 
- published interface XInputStream; 
-};};};}; 
- 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#include <com/sun/star/sdbc/SQLException.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- 
+#ifndef __com_sun_star_sdbc_XRowUpdate_idl__
+#define __com_sun_star_sdbc_XRowUpdate_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_util_Date_idl__
+#include <com/sun/star/util/Date.idl>
+#endif
+
+#ifndef __com_sun_star_util_DateTime_idl__
+#include <com/sun/star/util/DateTime.idl>
+#endif
+
+#ifndef __com_sun_star_util_Time_idl__
+#include <com/sun/star/util/Time.idl>
+#endif
+
+ module com {  module sun {  module star {  module io {
+ published interface XInputStream;
+};};};};
+
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#include <com/sun/star/sdbc/SQLException.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbc {
+
+
 /** is used to update data which is collected in a row.
  */
 published interface XRowUpdate: com::sun::star::uno::XInterface
-{ 
-	 
+{
+
 	/** gives a nullable column a null value.
 		@param columnIndex
 			the position of the column
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void updateNull([in]long columnIndex) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	void updateNull([in]long columnIndex) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** updates a column with a boolean value.
 		@param columnIndex
 			the position of the column
 		@param x
 			the new column value
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void updateBoolean([in]long columnIndex, [in]boolean x) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	void updateBoolean([in]long columnIndex, [in]boolean x) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** updates a column with a byte value.
 		@param columnIndex
 			the position of the column
 		@param x
 			the new column value
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void updateByte([in]long columnIndex, [in]byte x) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	void updateByte([in]long columnIndex, [in]byte x) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** updates a column with a short value.
 		@param columnIndex
 			the position of the column
 		@param x
 			the new column value
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void updateShort([in]long columnIndex, [in]short x) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	void updateShort([in]long columnIndex, [in]short x) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** updates a column with an long value.
 		@param columnIndex
 			the position of the column
 		@param x
 			the new column value
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void updateInt([in]long columnIndex, [in]long x) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	void updateInt([in]long columnIndex, [in]long x) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** updates a column with a hyper value.
 		@param columnIndex
 			the position of the column
 		@param x
 			the new column value
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void updateLong([in]long columnIndex, [in]hyper x) raises (SQLException); 
-    //------------------------------------------------------------------------- 
-	 
+	void updateLong([in]long columnIndex, [in]hyper x) raises (SQLException);
+    //-------------------------------------------------------------------------
+
 	/** updates a column with a float value.
 		@param columnIndex
 			the position of the column
 		@param x
 			the new column value
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void updateFloat([in]long columnIndex, [in]float x) raises (SQLException); 
-    //------------------------------------------------------------------------- 
-	 
+	void updateFloat([in]long columnIndex, [in]float x) raises (SQLException);
+    //-------------------------------------------------------------------------
+
 	/** updates a column with a double value.
 		@param columnIndex
 			the position of the column
 		@param x
 			the new column value
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void updateDouble([in]long columnIndex, [in]double x) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	void updateDouble([in]long columnIndex, [in]double x) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** updates a column with a string value.
 		@param columnIndex
 			the position of the column
 		@param x
 			the new column value
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void updateString([in]long columnIndex, [in]string x) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	void updateString([in]long columnIndex, [in]string x) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** updates a column with a byte array value.
 		@param columnIndex
 			the position of the column
 		@param x
 			the new column value
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void updateBytes([in]long columnIndex, [in]sequence<byte> x) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	void updateBytes([in]long columnIndex, [in]sequence<byte> x) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** updates a column with a date value.
 		@param columnIndex
 			the position of the column
 		@param x
 			the new column value
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void updateDate([in]long columnIndex, [in]com::sun::star::util::Date x) 
-		raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	void updateDate([in]long columnIndex, [in]com::sun::star::util::Date x)
+		raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** updates a column with a time value.
 		@param columnIndex
 			the position of the column
 		@param x
 			the new column value
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void updateTime([in]long columnIndex, [in]com::sun::star::util::Time x) 
-		raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	void updateTime([in]long columnIndex, [in]com::sun::star::util::Time x)
+		raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** updates a column with a timestamp value.
 		@param columnIndex
 			the position of the column
 		@param x
 			the new column value
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void updateTimestamp([in]long columnIndex, 
-						 [in]com::sun::star::util::DateTime x) 
-      raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	void updateTimestamp([in]long columnIndex,
+						 [in]com::sun::star::util::DateTime x)
+      raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** updates a column with a stream value.
 		@param columnIndex
 			the position of the column
@@ -207,14 +207,14 @@
 			the new column value
 		@param length
 			how much data should be read out of the stream
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void updateBinaryStream([in]long columnIndex, 
-					 		[in]com::sun::star::io::XInputStream x, 
-					  		[in]long length) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	void updateBinaryStream([in]long columnIndex,
+					 		[in]com::sun::star::io::XInputStream x,
+					  		[in]long length) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** updates a column with a stream value.
 		@param columnIndex
 			the position of the column
@@ -222,26 +222,26 @@
 			the new column value
 		@param length
 			how much data should be read out of the stream
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void updateCharacterStream([in]long columnIndex, 
-					 		   [in]com::sun::star::io::XInputStream x, 
-					  		   [in]long length) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	void updateCharacterStream([in]long columnIndex,
+					 		   [in]com::sun::star::io::XInputStream x,
+					  		   [in]long length) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** updates a column with an object value.
 		@param columnIndex
 			the position of the column
 		@param x
 			the new column value
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void updateObject([in]long columnIndex, [in]any x) 
-      raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	void updateObject([in]long columnIndex, [in]any x)
+      raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** updates a column with an object value.
 		@param columnIndex
 			the position of the column
@@ -249,17 +249,17 @@
 			the new column value
 		@param scale
 			defines the scale which should be used to write the numeric value
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void updateNumericObject([in]long columnIndex, [in]any x, [in]long scale) 
-      raises (SQLException); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	void updateNumericObject([in]long columnIndex, [in]any x, [in]long scale)
+      raises (SQLException);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/XSQLData.idl b/main/offapi/com/sun/star/sdbc/XSQLData.idl
index f505408..b0db26d 100644
--- a/main/offapi/com/sun/star/sdbc/XSQLData.idl
+++ b/main/offapi/com/sun/star/sdbc/XSQLData.idl
@@ -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,39 +7,39 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_XSQLData_idl__ 
-#define __com_sun_star_sdbc_XSQLData_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#include <com/sun/star/sdbc/SQLException.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- published interface XSQLInput; 
- published interface XSQLOutput; 
- 
- 
+#ifndef __com_sun_star_sdbc_XSQLData_idl__
+#define __com_sun_star_sdbc_XSQLData_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#include <com/sun/star/sdbc/SQLException.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbc {
+
+ published interface XSQLInput;
+ published interface XSQLOutput;
+
+
 /** is used for the custom mapping of SQL user-defined types.
-	
-	
+
+
 	<p>
 	This interface must be implemented by a service that is
 	registered in a type mapping.  It is expected that this interface
@@ -49,28 +49,28 @@
 	</p>
  */
 published interface XSQLData: com::sun::star::uno::XInterface
-{ 
-	 
+{
+
 	/** returns the fully-qualified name of the SQL user-defined type
 		that this object represents.
-		
-		
+
+
 		<p>
 		This method is called by the SDBC driver to get the name of the
 		UDT instance that is being mapped to this instance of SQLData.
 		</p>
-		@returns 
+		@returns
 			the name of the SQL type.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	string getSQLTypeName() raises (SQLException); 
- 
- 	//------------------------------------------------------------------------- 
-	 
+	string getSQLTypeName() raises (SQLException);
+
+ 	//-------------------------------------------------------------------------
+
 	/** populates this object with data read from the database.
-		
-		
+
+
 		<p>
 		The implementation of the method must follow this protocol:
 		<br/>
@@ -78,12 +78,12 @@
 		type from the given input stream. This is done
 		by calling a method of the input stream to read each
 		item, in the order that they appear in the SQL definition
-		of the type. The method 
+		of the type. The method
 		<code>readSQL</code>
 		then assigns the data to appropriate fields or elements (of this
 		or other objects).
 		<br/>
-		Specifically, it must call the appropriate 
+		Specifically, it must call the appropriate
 		<code>XSQLInput.readXXX</code>
 		method(s) to do the following:
 		for a Distinct Type, read its single data element;
@@ -100,25 +100,25 @@
 			the input SQL data stream
 		@param typeName
 			the SQL type of the value on the data stream
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 
 		@see com::sun::star::sdbc::XSQLInput
 	 */
-	void readSQL([in]XSQLInput stream, [in]string typeName) 
-		raises (SQLException); 
-	//------------------------------------------------------------------------- 
-  	 
+	void readSQL([in]XSQLInput stream, [in]string typeName)
+		raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** writes this object to the given SQL data stream.
-		
-		
+
+
 		<p>
 		The implementation of the method must follow this protocol:
 		<br/>
 		It must write each of the attributes of the SQL type to the given output
 		stream. This is done by calling a method of the output stream to write
 		each item, in the order that they appear in the SQL definition of the type.
-		Specifically, it must call the appropriate 
+		Specifically, it must call the appropriate
 		<code>XSQLOutput.writeXXX</code>
 		method(s) to do the following:<br>
 		for a Distinct Type, write its single data element;
@@ -126,17 +126,17 @@
 		</p>
 		@param stream
 			the output SQL data stream
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 		@see com::sun::star::sdbc::XSQLOutput
 	 */
-	void writeSQL([in]XSQLOutput stream) raises (SQLException); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	void writeSQL([in]XSQLOutput stream) raises (SQLException);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/XSQLInput.idl b/main/offapi/com/sun/star/sdbc/XSQLInput.idl
index 0fec54a..3af04bb 100644
--- a/main/offapi/com/sun/star/sdbc/XSQLInput.idl
+++ b/main/offapi/com/sun/star/sdbc/XSQLInput.idl
@@ -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,58 +7,58 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_XSQLInput_idl__ 
-#define __com_sun_star_sdbc_XSQLInput_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_Date_idl__ 
-#include <com/sun/star/util/Date.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_DateTime_idl__ 
-#include <com/sun/star/util/DateTime.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_Time_idl__ 
-#include <com/sun/star/util/Time.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module io { 
- published interface XInputStream; 
-};};};}; 
- 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#include <com/sun/star/sdbc/SQLException.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- published interface XRef; 
- published interface XArray; 
- published interface XBlob; 
- published interface XClob; 
- 
- 
+#ifndef __com_sun_star_sdbc_XSQLInput_idl__
+#define __com_sun_star_sdbc_XSQLInput_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_util_Date_idl__
+#include <com/sun/star/util/Date.idl>
+#endif
+
+#ifndef __com_sun_star_util_DateTime_idl__
+#include <com/sun/star/util/DateTime.idl>
+#endif
+
+#ifndef __com_sun_star_util_Time_idl__
+#include <com/sun/star/util/Time.idl>
+#endif
+
+ module com {  module sun {  module star {  module io {
+ published interface XInputStream;
+};};};};
+
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#include <com/sun/star/sdbc/SQLException.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbc {
+
+ published interface XRef;
+ published interface XArray;
+ published interface XBlob;
+ published interface XClob;
+
+
 /** represents an input stream that contains a stream of values representing an
 	instance of a SQL structured or distinct type.
-	
-	
+
+
 	<p>
 	This interface, used only for custom mapping, is used by the driver
 	behind the scenes, and a programmer never directly invokes
@@ -66,164 +66,164 @@
 	methods.
 	</p>
 	<p>
-	When the method 
+	When the method
 	<code>getObject</code>
-	is called with an object of a service implementing the interface 
+	is called with an object of a service implementing the interface
 	<code>SQLData</code>
-	, the SDBC driver calls the method 
+	, the SDBC driver calls the method
 	<member scope="com::sun::star::sdbc">XSQLData::getSQLType()</member>
 	to determine the SQL type of the user-defined type (UDT) being custom mapped.
-	The driver creates an instance of 
+	The driver creates an instance of
 	<type scope="com::sun::star::sdbc">XSQLInput</type>
 	,
 	populating it with the attributes of the UDT. The driver then passes the input
-	stream to the method 
+	stream to the method
 	<member scope="com::sun::star::sdbc">XSQLData::readSQL()</member>
-	, which in turn calls the 
+	, which in turn calls the
 	<code>XSQLInput.readXXX</code>
 	methods in its implementation for reading the attributes from the input stream.
 	</p>
  */
 published interface XSQLInput: com::sun::star::uno::XInterface
-{ 
-	 
+{
+
 	/** reads the next attribute in the stream as string.
 		@returns
 			the attribute; if the value is SQL NULL, return null.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	string readString() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-	 
+	string readString() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** reads the next attribute in the stream as boolean.
 		@returns
 			the attribute; if the value is SQL NULL, return null.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean readBoolean() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-	 
+	boolean readBoolean() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** reads the next attribute in the stream as byte.
 		@returns
 			the attribute; if the value is SQL NULL, return null.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	byte readByte() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-	 
+	byte readByte() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** reads the next attribute in the stream as short.
 		@returns
 			the attribute; if the value is SQL NULL, return null.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	short readShort() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-	 
+	short readShort() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** reads the next attribute in the stream as long.
 		@returns
 			the attribute; if the value is SQL NULL, return null.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	long readInt() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-	 
+	long readInt() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** reads the next attribute in the stream as hyper.
 		@returns
 			the attribute; if the value is SQL NULL, return null.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	hyper readLong() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-	 
+	hyper readLong() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** reads the next attribute in the stream as float.
 		@returns
 			the attribute; if the value is SQL NULL, return null.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	float readFloat() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-	 
+	float readFloat() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** reads the next attribute in the stream as double.
 		@returns
 			the attribute; if the value is SQL NULL, return null.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	double readDouble() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-	 
-	/** reads the next attribute in the stream as sequence of bytes. 
+	double readDouble() raises (SQLException);
+	//-------------------------------------------------------------------------
+
+	/** reads the next attribute in the stream as sequence of bytes.
 		   	  @returns
 			the attribute; if the value is SQL NULL, return null.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	sequence<byte> readBytes() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-	 
+	sequence<byte> readBytes() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** reads the next attribute in the stream as date.
 		@returns
 			the attribute; if the value is SQL NULL, return null.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	com::sun::star::util::Date readDate() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::util::Date readDate() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** reads the next attribute in the stream as time.
 		@returns
 			the attribute; if the value is SQL NULL, return null.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	com::sun::star::util::Time readTime() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::util::Time readTime() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** reads the next attribute in the stream as datetime.
 		@returns
 			the attribute; if the value is SQL NULL, return null.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	com::sun::star::util::DateTime readTimestamp() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::util::DateTime readTimestamp() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** reads the next attribute in the stream as sequence of bytes.
 		@returns
 			the attribute; if the value is SQL NULL, return null.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	com::sun::star::io::XInputStream readBinaryStream() raises (SQLException); 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::io::XInputStream readBinaryStream() raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** reads the next attribute in the stream as a unicode string.
 		@returns
 			the attribute; if the value is SQL NULL, return null.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	com::sun::star::io::XInputStream readCharacterStream() raises (SQLException); 
-   	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::io::XInputStream readCharacterStream() raises (SQLException);
+   	//-------------------------------------------------------------------------
+
 	/** returns the datum at the head of the stream as an any.
-		
-		
+
+
 		<p>
 		The actual type of the any returned is determined by the default
 		type mapping, and any customizations present in this stream's type map.
-		
+
 		<br/>
 		A type map is registered with the stream by the SDBC driver before the
 		stream is passed to the application.
-		
+
 		<br/>
 		When the datum at the head of the stream is a SQL NULL,
 		the method returns <void/>. If the datum is a SQL structured or distinct
@@ -232,65 +232,65 @@
 		<member scope="com::sun::star::sdbc">XSQLData::readSQL()</member>
 		on that object, which reads additional data
 		from the stream using the protocol described for that method.
-		
+
 		</p>
 		@returns
 			the attribute; if the value is SQL NULL, return null.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	any readObject() raises (SQLException); 
-  	//------------------------------------------------------------------------- 
-	 
+	any readObject() raises (SQLException);
+  	//-------------------------------------------------------------------------
+
 	/** reads a REF(&amp;lt;structured-type&amp;gt;) from the stream.
 		@returns
 			the attribute; if the value is SQL NULL, return null.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	XRef readRef() raises (SQLException); 
-  	//------------------------------------------------------------------------- 
-	 
+	XRef readRef() raises (SQLException);
+  	//-------------------------------------------------------------------------
+
 	/** reads a BLOB from the stream.
 		@returns
 			the attribute; if the value is SQL NULL, return null.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	XBlob readBlob() raises (SQLException); 
-  	//------------------------------------------------------------------------- 
-	 
+	XBlob readBlob() raises (SQLException);
+  	//-------------------------------------------------------------------------
+
 	/** reads a CLOB from the stream.
 		@returns
 			the attribute; if the value is SQL NULL, return null.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	XClob readClob() raises (SQLException); 
-  	//------------------------------------------------------------------------- 
-	 
+	XClob readClob() raises (SQLException);
+  	//-------------------------------------------------------------------------
+
 	/** reads an array from the stream.
 		@returns
 			the attribute; if the value is SQL NULL, return null.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	XArray readArray() raises (SQLException); 
-  	//------------------------------------------------------------------------- 
-	 
+	XArray readArray() raises (SQLException);
+  	//-------------------------------------------------------------------------
+
 	/** determines whether the last value read was null.
 		@returns
 			<TRUE/> if the most recently gotten SQL value was null; otherwise, <FALSE/>
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean wasNull() raises (SQLException); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	boolean wasNull() raises (SQLException);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/XSQLOutput.idl b/main/offapi/com/sun/star/sdbc/XSQLOutput.idl
index a83e169..d32fc91 100644
--- a/main/offapi/com/sun/star/sdbc/XSQLOutput.idl
+++ b/main/offapi/com/sun/star/sdbc/XSQLOutput.idl
@@ -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,300 +7,300 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_XSQLOutput_idl__ 
-#define __com_sun_star_sdbc_XSQLOutput_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_Date_idl__ 
-#include <com/sun/star/util/Date.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_DateTime_idl__ 
-#include <com/sun/star/util/DateTime.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_Time_idl__ 
-#include <com/sun/star/util/Time.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module io { 
- published interface XInputStream; 
-};};};}; 
- 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#include <com/sun/star/sdbc/SQLException.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- published interface XRef; 
- published interface XArray; 
- published interface XBlob; 
- published interface XClob; 
- published interface XStruct; 
- published interface XSQLData; 
- 
- 
+#ifndef __com_sun_star_sdbc_XSQLOutput_idl__
+#define __com_sun_star_sdbc_XSQLOutput_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_util_Date_idl__
+#include <com/sun/star/util/Date.idl>
+#endif
+
+#ifndef __com_sun_star_util_DateTime_idl__
+#include <com/sun/star/util/DateTime.idl>
+#endif
+
+#ifndef __com_sun_star_util_Time_idl__
+#include <com/sun/star/util/Time.idl>
+#endif
+
+ module com {  module sun {  module star {  module io {
+ published interface XInputStream;
+};};};};
+
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#include <com/sun/star/sdbc/SQLException.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbc {
+
+ published interface XRef;
+ published interface XArray;
+ published interface XBlob;
+ published interface XClob;
+ published interface XStruct;
+ published interface XSQLData;
+
+
 /** is used as an output stream for writing the attributes of a user-defined
 	type back to the database.  This interface, used only for custom mapping,
 	is used by the driver, and its methods are never directly invoked
 	by a programmer.
-	
-	
+
+
 	<p>
-	When an object of a class implementing interface 
+	When an object of a class implementing interface
 	<type scope="com::sun::star::sdbc">XSQLData</type>
 	is passed as an argument to a SQL statement, the JDBC driver calls
 	<method scope="com::sun::star::sdbc">SQLData::getSQLType</method>
 	to determine the kind of SQL datum being passed to the database.
 	<br/>
-	The driver then creates an instance of 
+	The driver then creates an instance of
 	<code>XSQLOutput</code>
-	and passes it to the method 
+	and passes it to the method
 	<method scope="com::sun::star::sdbc">XSQLData::writeSQL</method>
-	. The method 
+	. The method
 	<code>writeSQL</code>
-	in turn calls the appropriate 
+	in turn calls the appropriate
 	<code>XSQLOutput.writeXXX</code>
-	methods to write data from the 
+	methods to write data from the
 	<type scope="com::sun::star::sdbc">XSQLData</type>
-	object to the 
+	object to the
 	<code>XSQLOutput</code>
 	output stream as the representation of a SQL user-defined type.</p>
  */
 published interface XSQLOutput: com::sun::star::uno::XInterface
-{ 
-	 
+{
+
 	/** writes the next attribute to the stream as a string.
 		@param x
 			the value to pass to the database.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void writeString([in]string x) raises (SQLException); 
-  	//------------------------------------------------------------------------- 
-	 
+	void writeString([in]string x) raises (SQLException);
+  	//-------------------------------------------------------------------------
+
 	/** writes the next attribute to the stream as boolean.
 		@param x
 			the value to pass to the database.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void writeBoolean([in]boolean x) raises (SQLException); 
-  	//------------------------------------------------------------------------- 
-	 
+	void writeBoolean([in]boolean x) raises (SQLException);
+  	//-------------------------------------------------------------------------
+
 	/** writes the next attribute to the stream as byte.
 		@param x
 			the value to pass to the database.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void writeByte([in]byte x) raises (SQLException); 
-  	//------------------------------------------------------------------------- 
-	 
+	void writeByte([in]byte x) raises (SQLException);
+  	//-------------------------------------------------------------------------
+
 	/** writes the next attribute to the stream as short.
 		@param x
 			the value to pass to the database.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void writeShort([in]short x) raises (SQLException); 
-  	//------------------------------------------------------------------------- 
-	 
+	void writeShort([in]short x) raises (SQLException);
+  	//-------------------------------------------------------------------------
+
 	/** writes the next attribute to the stream as long.
 		@param x
 			the value to pass to the database.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void writeInt([in]long x) raises (SQLException); 
-  	//------------------------------------------------------------------------- 
-	 
+	void writeInt([in]long x) raises (SQLException);
+  	//-------------------------------------------------------------------------
+
 	/** writes the next attribute to the stream as hyper.
 		@param x
 			the value to pass to the database.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void writeLong([in]hyper x) raises (SQLException); 
-  	//------------------------------------------------------------------------- 
-	 
+	void writeLong([in]hyper x) raises (SQLException);
+  	//-------------------------------------------------------------------------
+
 	/** writes the next attribute to the stream as float.
 		@param x
 			the value to pass to the database.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void writeFloat([in]float x) raises (SQLException); 
-  	//------------------------------------------------------------------------- 
-	 
+	void writeFloat([in]float x) raises (SQLException);
+  	//-------------------------------------------------------------------------
+
 	/** writes the next attribute to the stream as double.
 		@param x
 			the value to pass to the database.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void writeDouble([in]double x) raises (SQLException); 
-  	//------------------------------------------------------------------------- 
-	 
+	void writeDouble([in]double x) raises (SQLException);
+  	//-------------------------------------------------------------------------
+
 	/** writes the next attribute to the stream as byte sequence.
 		@param x
 			the value to pass to the database.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void writeBytes([in]sequence<byte> x) raises (SQLException); 
-  	//------------------------------------------------------------------------- 
-	 
+	void writeBytes([in]sequence<byte> x) raises (SQLException);
+  	//-------------------------------------------------------------------------
+
 	/** writes the next attribute to the stream as a date.
 		@param x
 			the value to pass to the database.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void writeDate([in]com::sun::star::util::Date x) raises (SQLException); 
-  	//------------------------------------------------------------------------- 
-	 
+	void writeDate([in]com::sun::star::util::Date x) raises (SQLException);
+  	//-------------------------------------------------------------------------
+
 	/** writes the next attribute to the stream as a time.
 		@param x
 			the value to pass to the database.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void writeTime([in]com::sun::star::util::Time x) raises (SQLException); 
-  	//------------------------------------------------------------------------- 
-	 
+	void writeTime([in]com::sun::star::util::Time x) raises (SQLException);
+  	//-------------------------------------------------------------------------
+
 	/** writes the next attribute to the stream as a datetime.
 		@param x
 			the value to pass to the database.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void writeTimestamp([in]com::sun::star::util::DateTime x) 
-		raises (SQLException); 
-  	//------------------------------------------------------------------------- 
-	 
+	void writeTimestamp([in]com::sun::star::util::DateTime x)
+		raises (SQLException);
+  	//-------------------------------------------------------------------------
+
 	/** writes the next attribute to the stream as a stream of uninterpreted
 		bytes.
 		@param x
 			the value to pass to the database.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void writeBinaryStream([in]com::sun::star::io::XInputStream x) 
-		raises (SQLException); 
-  	//------------------------------------------------------------------------- 
-	 
+	void writeBinaryStream([in]com::sun::star::io::XInputStream x)
+		raises (SQLException);
+  	//-------------------------------------------------------------------------
+
 	/** writes the next attribute to the stream as a stream of unicode string.
 		@param x
 			the value to pass to the database.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void writeCharacterStream([in]com::sun::star::io::XInputStream x) 
-		raises (SQLException); 
-	//------------------------------------------------------------------------- 
-   	 
+	void writeCharacterStream([in]com::sun::star::io::XInputStream x)
+		raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** writes to the stream the data contained in the given
 		<code>XSQLData</code> object.
-		
-		
+
+
 		<p
-		>When the 
+		>When the
 		<code>XSQLData</code>
-		object is 
+		object is
 		<NULL/>
 		, this method writes an SQL NULL to the stream.
-		Otherwise, it calls the 
+		Otherwise, it calls the
 		<member scope="com::sun::star::sdbc">XSQLData::writeSQL()</member>
 		method of the given object, which
 		writes the object's attributes to the stream.
-		The implementation of the method 
+		The implementation of the method
 		<code>XSQLData::writeSQL()</code>
-		calls the appropriate 
+		calls the appropriate
 		<code>XSQLOutput.writeXXX</code>
 		method(s) for writing each of the object's attributes in order.
 		<br/>
-		The attributes must be read from an 
+		The attributes must be read from an
 		<type scope="com::sun::star::sdbc">XSQLInput</type>
-		input stream and written to an 
+		input stream and written to an
 		<code>XSQLOutput</code>
 		output stream in the same order in which they were
 		listed in the SQL definition of the user-defined type.
 		</p>
 		@param x
 			the value to pass to the database.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void writeObject([in]XSQLData x) raises (SQLException); 
-  	//------------------------------------------------------------------------- 
-	 
+	void writeObject([in]XSQLData x) raises (SQLException);
+  	//-------------------------------------------------------------------------
+
 	/** writes a REF(&amp;lt;structured-type&amp;gt;) to the stream.
 		@param x
 			the value to pass to the database.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void writeRef([in]XRef x) raises (SQLException); 
-  	//------------------------------------------------------------------------- 
-	 
+	void writeRef([in]XRef x) raises (SQLException);
+  	//-------------------------------------------------------------------------
+
 	/** writes a BLOB to the stream.
 		@param x
 			the value to pass to the database.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void writeBlob([in]XBlob x) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-  	 
+	void writeBlob([in]XBlob x) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** writes a CLOB to the stream.
 		@param x
 			the value to pass to the database.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void writeClob([in]XClob x) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-  	 
+	void writeClob([in]XClob x) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** writes a structured-type to the stream.
 		@param x
 			the value to pass to the database.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void writeStruct([in]XStruct x) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-  	 
+	void writeStruct([in]XStruct x) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** writes an array to the stream.
 		@param x
 			the value to pass to the database.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	void writeArray([in]XArray x) raises (SQLException); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	void writeArray([in]XArray x) raises (SQLException);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/XStatement.idl b/main/offapi/com/sun/star/sdbc/XStatement.idl
index 04e7b58..4c5f2d6 100644
--- a/main/offapi/com/sun/star/sdbc/XStatement.idl
+++ b/main/offapi/com/sun/star/sdbc/XStatement.idl
@@ -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,65 +7,65 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_XStatement_idl__ 
-#define __com_sun_star_sdbc_XStatement_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#include <com/sun/star/sdbc/SQLException.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- published interface XConnection; 
- published interface XResultSet; 
- 
- 
+#ifndef __com_sun_star_sdbc_XStatement_idl__
+#define __com_sun_star_sdbc_XStatement_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#include <com/sun/star/sdbc/SQLException.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbc {
+
+ published interface XConnection;
+ published interface XResultSet;
+
+
 /** is used for executing a static SQL statement and obtaining the results
 	produced by it.
-	
-	
-	
+
+
+
 	<p>
 	Only one ResultSet per Statement can be open at any point in
 	time; therefore, if the reading of one ResultSet is interleaved
 	with the reading of another, each must have been generated by
-	different Statements. All statement 
+	different Statements. All statement
 	<code>execute</code>
 	methods implicitly
 	close a statement's current ResultSet if an open one exists.
 	</p>
  */
 published interface XStatement: com::sun::star::uno::XInterface
-{ 
-	 
+{
+
 	/** executes a SQL statement that returns a single ResultSet.
 		@param sql
 			the SQL statement which should be executed
 		@returns
 			a ResultSet that contains the data produced by the query; never <NULL/>
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	XResultSet executeQuery([in]string sql) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	XResultSet executeQuery([in]string sql) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** executes an SQL INSERT, UPDATE, or DELETE statement. In addition,
 		SQL statements that return nothing, such as SQL DDL statements,
 		can be executed.
@@ -74,15 +74,15 @@
 			a SQL INSERT, UPDATE or DELETE statement or a SQL statement that returns nothing
 		@returns
 			either the row count for INSERT, UPDATE or DELETE or 0 for SQL statements that return nothing
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	long executeUpdate([in]string sql) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-	 
+	long executeUpdate([in]string sql) raises (SQLException);
+	//-------------------------------------------------------------------------
+
 	/** executes a SQL statement that may return multiple results.
-		
-		
+
+
 		<p>
 		Under some (uncommon) situations a single SQL statement may return
 		multiple result sets and/or update counts. Normally you can ignore
@@ -92,10 +92,10 @@
 		<type scope="com::sun::star::sdbc">XMultipleResults</type>.
 		</p>
 		<p>
-		The 
+		The
 		<code>execute</code>
 		method executes a SQL statement and indicates
-		the form of the first result. You can then use 
+		the form of the first result. You can then use
 		<member scope="com::sun::star::sdbc">XStatement::getResultSet()</member>
 		or
 		<member scope="com::sun::star::sdbc">XStatement::getUpdateCount()</member>
@@ -108,31 +108,31 @@
 			any SQL statement
 		@returns
 			<TRUE/> if the next result is a ResultSet; <FALSE/> if it is an update count or there are no more results
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	boolean execute([in]string sql) raises (SQLException); 
-	//------------------------------------------------------------------------- 
-     
-	/** returns the 
+	boolean execute([in]string sql) raises (SQLException);
+	//-------------------------------------------------------------------------
+
+	/** returns the
 		<type scope="com::sun::star::sdbc">Connection</type>
 		object
-		that produced this 
+		that produced this
 		<code>Statement</code>
 		object.
 		@returns
 			the connection that produced this statement
 
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	XConnection getConnection() raises (SQLException); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	XConnection getConnection() raises (SQLException);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/XStruct.idl b/main/offapi/com/sun/star/sdbc/XStruct.idl
index 0c545c9..b3ee5ab 100644
--- a/main/offapi/com/sun/star/sdbc/XStruct.idl
+++ b/main/offapi/com/sun/star/sdbc/XStruct.idl
@@ -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,101 +7,101 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_XStruct_idl__ 
-#define __com_sun_star_sdbc_XStruct_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module container { 
- published interface XNameAccess; 
-};};};}; 
- 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#include <com/sun/star/sdbc/SQLException.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- 
+#ifndef __com_sun_star_sdbc_XStruct_idl__
+#define __com_sun_star_sdbc_XStruct_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+ module com {  module sun {  module star {  module container {
+ published interface XNameAccess;
+};};};};
+
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#include <com/sun/star/sdbc/SQLException.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbc {
+
+
 /** is used for the standard mapping for a SQL structured type.
-	
-	
+
+
 	<p>
-	A 
+	A
 	<code>Struct</code>
 	object contains a value for each attribute
 	of the SQL structured type that it represents.
-	By default, an instance of 
+	By default, an instance of
 	<code>Struct</code>
 	is valid as long as the
 	application has a reference to it.
 	</p>
  */
 published interface XStruct: com::sun::star::uno::XInterface
-{ 
-	 
+{
+
 	/** retrieves the SQL type name of the SQL structured type
-		that this 
+		that this
 		<code>Struct</code>
 		object represents.
 		@returns
 			the name of the SQL type.
-		@throws SQLException 
+		@throws SQLException
 			if a database access error occurs.
 	 */
-	string getSQLTypeName() raises (SQLException); 
- 
-  	//------------------------------------------------------------------------- 
-	 
-	/** produces the ordered values of the attributes of the SQL 
-		     structured type that this 
+	string getSQLTypeName() raises (SQLException);
+
+  	//-------------------------------------------------------------------------
+
+	/** produces the ordered values of the attributes of the SQL
+		     structured type that this
 			 <code>Struct</code>
-			 object represents. 
+			 object represents.
 		     <p>
-			 This method uses the given type map for customizations of the type 
-			 mappings. If there is no entry in the given type map that matches or 
-			 the given type map is 
+			 This method uses the given type map for customizations of the type
+			 mappings. If there is no entry in the given type map that matches or
+			 the given type map is
 			 <NULL/>
-			 , the structured type that this 
+			 , the structured type that this
 			 <code>Struct</code>
-			 object represents, the driver uses 
-			 the connection type mapping. 
-			 @param typeMap 
-				is a map object that contains mappings of SQL type names to 
-				services. If the 
+			 object represents, the driver uses
+			 the connection type mapping.
+			 @param typeMap
+				is a map object that contains mappings of SQL type names to
+				services. If the
 				<code>typeMap</code>is
 				<NULL/>
-				, the type-map 
-		   	    associated with the connection for customizations of the type-mappings 
-				is used. 
-		     @returns 
-				an array containing the ordered attribute values. 
-		     @throws SQLException 
+				, the type-map
+		   	    associated with the connection for customizations of the type-mappings
+				is used.
+		     @returns
+				an array containing the ordered attribute values.
+		     @throws SQLException
 				if a database access error occurs.
 	 */
-	sequence<any> getAttributes([in]com::sun::star::container::XNameAccess typeMap) 
-		raises (SQLException); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	sequence<any> getAttributes([in]com::sun::star::container::XNameAccess typeMap)
+		raises (SQLException);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbc/XWarningsSupplier.idl b/main/offapi/com/sun/star/sdbc/XWarningsSupplier.idl
index 3e594cc..f15cceb 100644
--- a/main/offapi/com/sun/star/sdbc/XWarningsSupplier.idl
+++ b/main/offapi/com/sun/star/sdbc/XWarningsSupplier.idl
@@ -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,74 +7,74 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbc_XWarningsSupplier_idl__ 
-#define __com_sun_star_sdbc_XWarningsSupplier_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdbc_SQLWarning_idl__ 
-#include <com/sun/star/sdbc/SQLWarning.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbc { 
- 
- 
+#ifndef __com_sun_star_sdbc_XWarningsSupplier_idl__
+#define __com_sun_star_sdbc_XWarningsSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_sdbc_SQLWarning_idl__
+#include <com/sun/star/sdbc/SQLWarning.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbc {
+
+
 /** should be implemented of objects which may report warnings or non critical
 	errors.
 	@see com::sun::star::sdbc::SQLWarning
  */
 published interface XWarningsSupplier: com::sun::star::uno::XInterface
-{ 
-    //------------------------------------------------------------------------- 
-	 
+{
+    //-------------------------------------------------------------------------
+
 	/** returns the first warning reported by calls on an object that supports
 		the usage of warnings.
-		
+
 		<p>
 		<b>Note:</b> Subsequent warnings will be chained to this
 		<type scope="com::sun::star::sdbc">SQLWarning</type>
-		.		
+		.
 		</p>
 		@returns
 			the warnings
-		@throws SQLException 
+		@throws SQLException
 				if a database access error occurs.
 	 */
-	any getWarnings() raises (SQLException); 
- 
-    //------------------------------------------------------------------------- 
-	 
+	any getWarnings() raises (SQLException);
+
+    //-------------------------------------------------------------------------
+
 	/** clears all warnings reported for the object implementing the interface.
-		After a call to this method, the method 
+		After a call to this method, the method
 		<member scope="com::sun::star::sdbc">XWarningsSupplier::getWarnings()</member>
-		returns 
+		returns
 		<void/>
 		until a new warning is reported for the object.
-		@throws SQLException 
+		@throws SQLException
 				if a database access error occurs.
 	 */
-	void clearWarnings() raises (SQLException); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	void clearWarnings() raises (SQLException);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbcx/CheckOption.idl b/main/offapi/com/sun/star/sdbcx/CheckOption.idl
index 0fa8118..cff948e 100644
--- a/main/offapi/com/sun/star/sdbcx/CheckOption.idl
+++ b/main/offapi/com/sun/star/sdbcx/CheckOption.idl
@@ -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,51 +7,51 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbcx_CheckOption_idl__ 
-#define __com_sun_star_sdbcx_CheckOption_idl__ 
- 
- module com {  module sun {  module star {  module sdbcx { 
- 
- 
+#ifndef __com_sun_star_sdbcx_CheckOption_idl__
+#define __com_sun_star_sdbcx_CheckOption_idl__
+
+ module com {  module sun {  module star {  module sdbcx {
+
+
 /** determines the check option for a view.
  */
 published constants CheckOption
-{ 
-     
-	/** indicates that no value checking is applied during updates of 
+{
+
+	/** indicates that no value checking is applied during updates of
 			 view data.
 	 */
-	const long NONE	= 0; 
-	//------------------------------------------------------------------------- 
-     
-	/** indicates that the value checking is applied for the view and all base 
+	const long NONE	= 0;
+	//-------------------------------------------------------------------------
+
+	/** indicates that the value checking is applied for the view and all base
 			 views.
 	 */
-	const long CASCADE = 2; 
-	//------------------------------------------------------------------------- 
-     
+	const long CASCADE = 2;
+	//-------------------------------------------------------------------------
+
 	/** indicates that the value checking is applied only for the view.
 	 */
-	const long LOCAL = 3; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	const long LOCAL = 3;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbcx/Column.idl b/main/offapi/com/sun/star/sdbcx/Column.idl
index bae2b96..d279939 100644
--- a/main/offapi/com/sun/star/sdbcx/Column.idl
+++ b/main/offapi/com/sun/star/sdbcx/Column.idl
@@ -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,56 +7,56 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbcx_Column_idl__ 
-#define __com_sun_star_sdbcx_Column_idl__ 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbcx { 
- 
- published interface XDataDescriptorFactory; 
- 
- 
+#ifndef __com_sun_star_sdbcx_Column_idl__
+#define __com_sun_star_sdbcx_Column_idl__
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbcx {
+
+ published interface XDataDescriptorFactory;
+
+
 /** describes the common properties of a database column.
  */
 published service Column
-{ 
-	 
+{
+
 	/** optional, could be used to copy a database column.
 	 */
-	[optional] interface XDataDescriptorFactory; 
- 
+	[optional] interface XDataDescriptorFactory;
+
 	// gives access to the properties.
-	interface com::sun::star::beans::XPropertySet; 
- 
-	 
+	interface com::sun::star::beans::XPropertySet;
+
+
 	/** is the name of the column.
 	 */
-	[readonly, property] string Name; 
- 
-	 
-	/** is the 
+	[readonly, property] string Name;
+
+
+	/** is the
 		<type scope="com::sun::star::sdbc">DataType</type>
 		of the column.
 	 */
-	[readonly, property] long Type; 
- 
-	 
+	[readonly, property] long Type;
+
+
 	/** is the type name used by the database. If the column type is
 		a user-defined type, then a fully-qualified type name is returned.
 		<b>
@@ -64,58 +64,58 @@
 		</b>
 		May be empty.
 	 */
-	[readonly, property] string TypeName; 
- 
-	 
+	[readonly, property] string TypeName;
+
+
 	/** gets a column's number of decimal digits.
 	 */
-	[readonly, property] long Precision; 
- 
-	 
+	[readonly, property] long Precision;
+
+
 	/** gets a column's number of digits to right of the decimal point.
 	 */
-	[readonly, property] long Scale; 
- 
-	 
+	[readonly, property] long Scale;
+
+
 	/** indicates the nullability of values in the designated column.
 		@see com::sun::star::sdbc::ColumnValue
 	 */
-	[readonly, property] long IsNullable; 
- 
-	 
+	[readonly, property] long IsNullable;
+
+
 	/** indicates whether the column is automatically numbered, thus read-only.
 		@see com::sun::star::sdbc::ColumnValue
 	 */
-	[readonly, property] boolean IsAutoIncrement; 
- 
-	 
+	[readonly, property] boolean IsAutoIncrement;
+
+
 	/** indicates whether the column is a cash value.
 	 */
-	[readonly, property] boolean IsCurrency; 
- 
-	 
- 
+	[readonly, property] boolean IsCurrency;
+
+
+
 	/** indicates that the column contains some kind of time or date stamp
-		used to track updates. 
+		used to track updates.
 	 */
-	[optional, readonly, property] boolean IsRowVersion; 
- 
-	 
+	[optional, readonly, property] boolean IsRowVersion;
+
+
 	/** keeps a description of the object.
 	 */
-	[optional, readonly, property] string Description; 
- 
-	 
+	[optional, readonly, property] string Description;
+
+
 	/** keeps a default value for a column, is provided as string.
 	 */
-	[optional, readonly, property] string DefaultValue; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	[optional, readonly, property] string DefaultValue;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbcx/ColumnDescriptor.idl b/main/offapi/com/sun/star/sdbcx/ColumnDescriptor.idl
index 3097c22..893ca52 100644
--- a/main/offapi/com/sun/star/sdbcx/ColumnDescriptor.idl
+++ b/main/offapi/com/sun/star/sdbcx/ColumnDescriptor.idl
@@ -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,97 +7,97 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbcx_ColumnDescriptor_idl__ 
-#define __com_sun_star_sdbcx_ColumnDescriptor_idl__ 
- 
-#ifndef __com_sun_star_sdbcx_Descriptor_idl__ 
-#include <com/sun/star/sdbcx/Descriptor.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbcx { 
- 
- 
+#ifndef __com_sun_star_sdbcx_ColumnDescriptor_idl__
+#define __com_sun_star_sdbcx_ColumnDescriptor_idl__
+
+#ifndef __com_sun_star_sdbcx_Descriptor_idl__
+#include <com/sun/star/sdbcx/Descriptor.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbcx {
+
+
 /** describes the common properties of a database column. Could be used for the creation
 	of a database columns within a table.
-	@see com::sun::star::sdbcx::Column 
+	@see com::sun::star::sdbcx::Column
 	@see com::sun::star::sdbcx::Table
  */
 published service ColumnDescriptor
-{ 
-	service com::sun::star::sdbcx::Descriptor;	 
- 
-	 
-	/** is the 
+{
+	service com::sun::star::sdbcx::Descriptor;
+
+
+	/** is the
 		<type scope="com::sun::star::sdbc">DataType</type>
 		of the column.
 	 */
-	[property] long Type; 
- 
-	 
+	[property] long Type;
+
+
 	/** is the type name used by the database. If the column type is
 		a user-defined type, then a fully-qualified type name is returned.
 		May be empty.
 	 */
-	[property] string TypeName; 
- 
-	 
+	[property] string TypeName;
+
+
 	/** gets a column's number of decimal digits.
 	 */
-	[property] long Precision; 
- 
-	 
+	[property] long Precision;
+
+
 	/** gets a column's number of digits to right of the decimal point.
 	 */
-	[property] long Scale; 
- 
-	 
+	[property] long Scale;
+
+
 	/** indicates the nullability of values in the designated column.
 		@see com::sun::star::sdbc::ColumnValue
 	 */
-	[property] long IsNullable; 
- 
-	 
+	[property] long IsNullable;
+
+
 	/** indicates whether the column is automatically numbered, thus read-only.
 		@see com::sun::star::sdbc::ColumnValue
 	 */
-	[property] boolean IsAutoIncrement; 
- 
-	 
+	[property] boolean IsAutoIncrement;
+
+
 	/** indicates that the column contains some kind of time or date stamp
 		used to track updates.
 	 */
-	[optional, property] boolean IsRowVersion; 
- 
-	 
+	[optional, property] boolean IsRowVersion;
+
+
 	/** keeps a description of the object.
 	 */
-	[optional, property] string Description; 
- 
-	 
+	[optional, property] string Description;
+
+
 	/** keeps a default value for a column, is provided as string.
 	 */
-	[optional, property] string DefaultValue; 
+	[optional, property] string DefaultValue;
 
 	/** specifies how to create an autoincrement column.
 	 */
-	[optional, property] string AutoIncrementCreation;  
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
+	[optional, property] string AutoIncrementCreation;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/sdbcx/CompareBookmark.idl b/main/offapi/com/sun/star/sdbcx/CompareBookmark.idl
index 73441eb..ef345be 100644
--- a/main/offapi/com/sun/star/sdbcx/CompareBookmark.idl
+++ b/main/offapi/com/sun/star/sdbcx/CompareBookmark.idl
@@ -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,59 +7,59 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbcx_CompareBookmark_idl__ 
-#define __com_sun_star_sdbcx_CompareBookmark_idl__ 
- 
- module com {  module sun {  module star {  module sdbcx { 
- 
- 
+#ifndef __com_sun_star_sdbcx_CompareBookmark_idl__
+#define __com_sun_star_sdbcx_CompareBookmark_idl__
+
+ module com {  module sun {  module star {  module sdbcx {
+
+
 /** describes the result of a comparison of two bookmarks.
  */
 published constants CompareBookmark
-{ 
-	 
+{
+
 	/** the first bookmark is before the second.
 	 */
-	const long LESS = -1; 
- 
-     
+	const long LESS = -1;
+
+
 	/** the first bookmark is equal to the second.
 	 */
-	const long EQUAL = 0; 
- 
-     
+	const long EQUAL = 0;
+
+
 	/** the first bookmark is after the second one.
 	 */
-	const long GREATER = 1; 
- 
-     
+	const long GREATER = 1;
+
+
 	/** the first bookmark is not the same as the second one.
 	 */
-	const long NOT_EQUAL = 2; 
- 
-     
+	const long NOT_EQUAL = 2;
+
+
 	/** the two bookmarks are not comparable.
 	 */
-	const long NOT_COMPARABLE = 3; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	const long NOT_COMPARABLE = 3;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbcx/Container.idl b/main/offapi/com/sun/star/sdbcx/Container.idl
index 04e2ea6..7265828 100644
--- a/main/offapi/com/sun/star/sdbcx/Container.idl
+++ b/main/offapi/com/sun/star/sdbcx/Container.idl
@@ -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,43 +7,43 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbcx_Container_idl__ 
-#define __com_sun_star_sdbcx_Container_idl__ 
- 
- module com {  module sun {  module star {  module container { 
- published interface XNameAccess; 
- published interface XIndexAccess; 
- published interface XEnumerationAccess; 
-};};};}; 
- 
- module com {  module sun {  module star {  module util { 
- published interface XRefreshable; 
-};};};}; 
- 
- module com {  module sun {  module star {  module sdbcx { 
- 
- published interface XDataDescriptorFactory; 
- published interface XAppend; 
- published interface XDrop; 
- 
- 
+#ifndef __com_sun_star_sdbcx_Container_idl__
+#define __com_sun_star_sdbcx_Container_idl__
+
+ module com {  module sun {  module star {  module container {
+ published interface XNameAccess;
+ published interface XIndexAccess;
+ published interface XEnumerationAccess;
+};};};};
+
+ module com {  module sun {  module star {  module util {
+ published interface XRefreshable;
+};};};};
+
+ module com {  module sun {  module star {  module sdbcx {
+
+ published interface XDataDescriptorFactory;
+ published interface XAppend;
+ published interface XDrop;
+
+
 /** describes every container which is used for data definition. Each
 	container must support access to its elements by the element's name or
-	by the element's position.	
-	
+	by the element's position.
+
 	<p>
 	Simple enumeration must be supported as well.
 	</p>
@@ -58,40 +58,40 @@
 	</p>
  */
 published service Container
-{ 
+{
 	// gives access to the elements by name.
-	interface com::sun::star::container::XNameAccess; 
-	
+	interface com::sun::star::container::XNameAccess;
+
 	// gives access to the elements by index.
-	interface com::sun::star::container::XIndexAccess; 
-	
+	interface com::sun::star::container::XIndexAccess;
+
 	// used to create an enumeration of the elements.
-	interface com::sun::star::container::XEnumerationAccess; 
- 
-	 
-	/** is optional for implementation. Used to reflect changes. 
+	interface com::sun::star::container::XEnumerationAccess;
+
+
+	/** is optional for implementation. Used to reflect changes.
 	 */
-	[optional] interface com::sun::star::util::XRefreshable; 
-	 
+	[optional] interface com::sun::star::util::XRefreshable;
+
 	/** optional for implementation. Allows to create descriptor elements which then could be used to append new elements.
 	 */
-	[optional] interface XDataDescriptorFactory; 
-	 
-	/** optional for implementation, provides the possibility of adding 
+	[optional] interface XDataDescriptorFactory;
+
+	/** optional for implementation, provides the possibility of adding
 				a new element to the container.
 	 */
-	[optional] interface XAppend; 
-	 
-	/** optional for implementation, provides the possibility of dropping 
+	[optional] interface XAppend;
+
+	/** optional for implementation, provides the possibility of dropping
 				an element from the container.
 	 */
-	[optional] interface XDrop; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	[optional] interface XDrop;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbcx/DatabaseDefinition.idl b/main/offapi/com/sun/star/sdbcx/DatabaseDefinition.idl
index 642640b..85e614a 100644
--- a/main/offapi/com/sun/star/sdbcx/DatabaseDefinition.idl
+++ b/main/offapi/com/sun/star/sdbcx/DatabaseDefinition.idl
@@ -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,34 +7,34 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbcx_DatabaseDefinition_idl__ 
-#define __com_sun_star_sdbcx_DatabaseDefinition_idl__ 
- 
- module com {  module sun {  module star {  module sdbcx { 
- 
- published interface XTablesSupplier; 
- published interface XViewsSupplier; 
- published interface XUsersSupplier; 
- published interface XGroupsSupplier; 
- 
- 
+#ifndef __com_sun_star_sdbcx_DatabaseDefinition_idl__
+#define __com_sun_star_sdbcx_DatabaseDefinition_idl__
+
+ module com {  module sun {  module star {  module sdbcx {
+
+ published interface XTablesSupplier;
+ published interface XViewsSupplier;
+ published interface XUsersSupplier;
+ published interface XGroupsSupplier;
+
+
 /** could be used as an extension for performing data definition tasks on
 	databases, and to control the access rights on database objects.
-	
-	
+
+
 	<p>
 	It may be implemented by a database driver provider, to encapsulate the
 	complexity of data definition, and to give a common way for data definition as
@@ -50,27 +50,27 @@
 	</p>
  */
 published service DatabaseDefinition
-{ 
+{
 	// gives access to the tables.
-	interface XTablesSupplier; 
-	 
+	interface XTablesSupplier;
+
 	/** The implementation is optional.
 	 */
-	[optional] interface XViewsSupplier; 
-	 
+	[optional] interface XViewsSupplier;
+
 	/** The implementation is optional.
 	 */
-	[optional] interface XUsersSupplier; 
-	 
+	[optional] interface XUsersSupplier;
+
 	/** The implementation is optional.
 	 */
-	[optional] interface XGroupsSupplier; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	[optional] interface XGroupsSupplier;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbcx/Descriptor.idl b/main/offapi/com/sun/star/sdbcx/Descriptor.idl
index 7b8e7ab..2ee8028 100644
--- a/main/offapi/com/sun/star/sdbcx/Descriptor.idl
+++ b/main/offapi/com/sun/star/sdbcx/Descriptor.idl
@@ -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,31 +7,31 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbcx_Descriptor_idl__ 
-#define __com_sun_star_sdbcx_Descriptor_idl__ 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbcx { 
- 
- 
+#ifndef __com_sun_star_sdbcx_Descriptor_idl__
+#define __com_sun_star_sdbcx_Descriptor_idl__
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbcx {
+
+
 /** is used to create a new object within a database.
-	
+
 	<p>
 	A descriptor is commonly created by the container of a specific object, such as, tables or views.
 	After the creation of the descriptor the properties have to be filled.
@@ -44,20 +44,20 @@
 	@see com::sun::star::sdbcx::XAppend
  */
 published service Descriptor
-{ 
+{
 	// gives access to the properties.
-	interface com::sun::star::beans::XPropertySet; 
- 
-	 
+	interface com::sun::star::beans::XPropertySet;
+
+
 	/** is the name for the object to create.
 	 */
-	[property] string Name; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	[property] string Name;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbcx/Driver.idl b/main/offapi/com/sun/star/sdbcx/Driver.idl
index 8694bba..417b13b 100644
--- a/main/offapi/com/sun/star/sdbcx/Driver.idl
+++ b/main/offapi/com/sun/star/sdbcx/Driver.idl
@@ -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,34 +7,34 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbcx_Driver_idl__ 
-#define __com_sun_star_sdbcx_Driver_idl__ 
- 
-#ifndef __com_sun_star_sdbc_Driver_idl__ 
-#include <com/sun/star/sdbc/Driver.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbcx { 
- 
- published interface XDataDefinitionSupplier; 
- published interface XCreateCatalog; 
- published interface XDropCatalog; 
- 
- 
-/** extends the service 
+#ifndef __com_sun_star_sdbcx_Driver_idl__
+#define __com_sun_star_sdbcx_Driver_idl__
+
+#ifndef __com_sun_star_sdbc_Driver_idl__
+#include <com/sun/star/sdbc/Driver.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbcx {
+
+ published interface XDataDefinitionSupplier;
+ published interface XCreateCatalog;
+ published interface XDropCatalog;
+
+
+/** extends the service
 	<type scope="com::sun::star::sdbc">Driver</type>
 	by beans for data definition.
 <p>
@@ -49,26 +49,26 @@
 </p>
  */
 published service Driver
-{ 
-	service com::sun::star::sdbc::Driver; 
-	
+{
+	service com::sun::star::sdbc::Driver;
+
 	/** used to get access to the catalog.
 		@see Catalog
 	*/
-	interface XDataDefinitionSupplier; 
- 
-	 
+	interface XDataDefinitionSupplier;
+
+
 	/** is optional for implementation.
 	 */
-	[optional] interface XCreateCatalog; 
-	 
+	[optional] interface XCreateCatalog;
+
 	/** is optional for implementation.
 	 */
-	[optional] interface XDropCatalog; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
+	[optional] interface XDropCatalog;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/sdbcx/Group.idl b/main/offapi/com/sun/star/sdbcx/Group.idl
index e5342bf..3979cf05 100644
--- a/main/offapi/com/sun/star/sdbcx/Group.idl
+++ b/main/offapi/com/sun/star/sdbcx/Group.idl
@@ -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,58 +7,58 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbcx_Group_idl__ 
-#define __com_sun_star_sdbcx_Group_idl__ 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbcx { 
- 
- published interface XUsersSupplier; 
- published interface XAuthorizable; 
- 
- 
+#ifndef __com_sun_star_sdbcx_Group_idl__
+#define __com_sun_star_sdbcx_Group_idl__
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbcx {
+
+ published interface XUsersSupplier;
+ published interface XAuthorizable;
+
+
 /** represents a group of users, which has certain access rights for the objects
 	of the database.
  */
 published service Group
-{ 
+{
 	/** gives access to the users which contains to this group.
 	*/
-	interface XUsersSupplier; 
-	
+	interface XUsersSupplier;
+
 	/** shows the access rights of this group.
 	*/
-	interface XAuthorizable; 
-	
+	interface XAuthorizable;
+
 	// gives access to the properties.
-	interface com::sun::star::beans::XPropertySet; 
- 
-	 
+	interface com::sun::star::beans::XPropertySet;
+
+
 	/** is the name of the group.
 	 */
-	[readonly, property] string Name; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	[readonly, property] string Name;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbcx/GroupDescriptor.idl b/main/offapi/com/sun/star/sdbcx/GroupDescriptor.idl
index 38d502b..4af1f29 100644
--- a/main/offapi/com/sun/star/sdbcx/GroupDescriptor.idl
+++ b/main/offapi/com/sun/star/sdbcx/GroupDescriptor.idl
@@ -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,43 +7,43 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbcx_GroupDescriptor_idl__ 
-#define __com_sun_star_sdbcx_GroupDescriptor_idl__ 
- 
-#ifndef __com_sun_star_sdbcx_Descriptor_idl__ 
-#include <com/sun/star/sdbcx/Descriptor.idl> 
-#endif  
- module com {  module sun {  module star {  module sdbcx { 
- 
+#ifndef __com_sun_star_sdbcx_GroupDescriptor_idl__
+#define __com_sun_star_sdbcx_GroupDescriptor_idl__
+
+#ifndef __com_sun_star_sdbcx_Descriptor_idl__
+#include <com/sun/star/sdbcx/Descriptor.idl>
+#endif
+ module com {  module sun {  module star {  module sdbcx {
+
 /** is used to create a new group in a database.
 	@see com::sun::star::sdbcx::Group
  */
 published service GroupDescriptor
-{ 
-	service Descriptor; 
+{
+	service Descriptor;
 
 	/** is the name of the group.
 	 */
-	[property] string Name; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	[property] string Name;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbcx/Index.idl b/main/offapi/com/sun/star/sdbcx/Index.idl
index e17f95c..49bc848 100644
--- a/main/offapi/com/sun/star/sdbcx/Index.idl
+++ b/main/offapi/com/sun/star/sdbcx/Index.idl
@@ -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,32 +7,32 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbcx_Index_idl__ 
-#define __com_sun_star_sdbcx_Index_idl__ 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbcx { 
- 
- published interface XColumnsSupplier; 
- published interface XDataDescriptorFactory; 
- 
- 
+#ifndef __com_sun_star_sdbcx_Index_idl__
+#define __com_sun_star_sdbcx_Index_idl__
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbcx {
+
+ published interface XColumnsSupplier;
+ published interface XDataDescriptorFactory;
+
+
 /** is used to specify the index for a database table. It refers to one or
 	more columns of a table.
 	<p>
@@ -44,50 +44,50 @@
 	</p>
  */
 published service Index
-{ 
-	 
+{
+
 	/** optional, could be used to copy an index.
 	 */
-	[optional] interface XDataDescriptorFactory; 
- 
-	 
+	[optional] interface XDataDescriptorFactory;
+
+
 	/** access to the contained index columns.
 	 */
-	interface XColumnsSupplier; 
- 
+	interface XColumnsSupplier;
+
 	// gives access to the properties.
-	interface com::sun::star::beans::XPropertySet; 
- 
-	 
+	interface com::sun::star::beans::XPropertySet;
+
+
 	/** is the name of the index.
 	 */
-	[readonly, property] string Name; 
- 
-	 
+	[readonly, property] string Name;
+
+
 	/** is the name of the index catalog, may be empty.
 	 */
-	[readonly, property] string Catalog; 
- 
-	 
+	[readonly, property] string Catalog;
+
+
 	/** indicates that the index allow only unique values.
 	 */
-	[readonly, property] boolean IsUnique; 
- 
-	 
+	[readonly, property] boolean IsUnique;
+
+
 	/** indicates that the index is used for the primary key.
 	 */
-	[readonly, property] boolean IsPrimaryKeyIndex; 
- 
-	 
+	[readonly, property] boolean IsPrimaryKeyIndex;
+
+
 	/** indicates that the index is clustered.
 	 */
-	[readonly, property] boolean IsClustered; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	[readonly, property] boolean IsClustered;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbcx/IndexColumn.idl b/main/offapi/com/sun/star/sdbcx/IndexColumn.idl
index 0b2c151..0d1cacd 100644
--- a/main/offapi/com/sun/star/sdbcx/IndexColumn.idl
+++ b/main/offapi/com/sun/star/sdbcx/IndexColumn.idl
@@ -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,46 +7,46 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbcx_IndexColumn_idl__ 
-#define __com_sun_star_sdbcx_IndexColumn_idl__ 
- 
-#ifndef __com_sun_star_sdbcx_Column_idl__ 
-#include <com/sun/star/sdbcx/Column.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbcx { 
- 
- 
+#ifndef __com_sun_star_sdbcx_IndexColumn_idl__
+#define __com_sun_star_sdbcx_IndexColumn_idl__
+
+#ifndef __com_sun_star_sdbcx_Column_idl__
+#include <com/sun/star/sdbcx/Column.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbcx {
+
+
 /** adds a property to determine the sort order of the column values within the
 	index. Some database drivers may ignore this property.
  */
 published service IndexColumn
-{ 
-	service Column; 
- 
-	 
+{
+	service Column;
+
+
 	/** is the column sorted in ascending order.
 	 */
-	[readonly, property] boolean IsAscending; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	[readonly, property] boolean IsAscending;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbcx/IndexColumnDescriptor.idl b/main/offapi/com/sun/star/sdbcx/IndexColumnDescriptor.idl
index 9f3b647..2a37b58 100644
--- a/main/offapi/com/sun/star/sdbcx/IndexColumnDescriptor.idl
+++ b/main/offapi/com/sun/star/sdbcx/IndexColumnDescriptor.idl
@@ -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,46 +7,46 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbcx_IndexColumnDescriptor_idl__ 
-#define __com_sun_star_sdbcx_IndexColumnDescriptor_idl__ 
- 
-#ifndef __com_sun_star_sdbcx_Descriptor_idl__ 
-#include <com/sun/star/sdbcx/Descriptor.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbcx { 
- 
- 
+#ifndef __com_sun_star_sdbcx_IndexColumnDescriptor_idl__
+#define __com_sun_star_sdbcx_IndexColumnDescriptor_idl__
+
+#ifndef __com_sun_star_sdbcx_Descriptor_idl__
+#include <com/sun/star/sdbcx/Descriptor.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbcx {
+
+
 /** adds a property to determine the sort order of the column values within the
 	index. Some database drivers may ignore this property.
  */
 published service IndexColumnDescriptor
-{ 
-	service Descriptor; 
- 
-	 
+{
+	service Descriptor;
+
+
 	/** is the column sorted in ascending order.
 	 */
-	[property] boolean IsAscending; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	[property] boolean IsAscending;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbcx/IndexDescriptor.idl b/main/offapi/com/sun/star/sdbcx/IndexDescriptor.idl
index 9f7cc4d..eac7be1 100644
--- a/main/offapi/com/sun/star/sdbcx/IndexDescriptor.idl
+++ b/main/offapi/com/sun/star/sdbcx/IndexDescriptor.idl
@@ -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,63 +7,63 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbcx_IndexDescriptor_idl__ 
-#define __com_sun_star_sdbcx_IndexDescriptor_idl__ 
- 
-#ifndef __com_sun_star_sdbcx_Descriptor_idl__ 
-#include <com/sun/star/sdbcx/Descriptor.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbcx { 
- 
- published interface XColumnsSupplier; 
- 
- 
+#ifndef __com_sun_star_sdbcx_IndexDescriptor_idl__
+#define __com_sun_star_sdbcx_IndexDescriptor_idl__
+
+#ifndef __com_sun_star_sdbcx_Descriptor_idl__
+#include <com/sun/star/sdbcx/Descriptor.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbcx {
+
+ published interface XColumnsSupplier;
+
+
 /** is used to define a new index for a database table.
-	@see com::sun::star::sdbcx::Index				
+	@see com::sun::star::sdbcx::Index
  */
 published service IndexDescriptor
-{ 
-	service Descriptor; 
-	 
-	 
+{
+	service Descriptor;
+
+
 	/** access to the contained index columns.
 	 */
-	interface XColumnsSupplier;	 
-	 
-	 
+	interface XColumnsSupplier;
+
+
 	/** is the name of the index catalog, may be empty.
 	 */
-	[property] string Catalog; 
- 
-	 
+	[property] string Catalog;
+
+
 	/** indicates that the index allow only unique values.
 	 */
-	[property] boolean IsUnique; 
- 
-	 
+	[property] boolean IsUnique;
+
+
 	/** indicates that the index is clustered.
 	 */
-	[property] boolean IsClustered; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	[property] boolean IsClustered;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbcx/Key.idl b/main/offapi/com/sun/star/sdbcx/Key.idl
index fa825a7..72a1f98 100644
--- a/main/offapi/com/sun/star/sdbcx/Key.idl
+++ b/main/offapi/com/sun/star/sdbcx/Key.idl
@@ -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,83 +7,83 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbcx_Key_idl__ 
-#define __com_sun_star_sdbcx_Key_idl__ 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbcx { 
- 
- published interface XColumnsSupplier; 
- published interface XDataDescriptorFactory; 
- 
- 
+#ifndef __com_sun_star_sdbcx_Key_idl__
+#define __com_sun_star_sdbcx_Key_idl__
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbcx {
+
+ published interface XColumnsSupplier;
+ published interface XDataDescriptorFactory;
+
+
 /** is used to define a new key for a table.
  */
 published service Key
-{ 
-	 
+{
+
 	/** optional, could be used to copy a key.
 	 */
-	[optional] interface XDataDescriptorFactory; 
- 
-	 
+	[optional] interface XDataDescriptorFactory;
+
+
 	/** access to the contained key columns.
 	 */
-	interface XColumnsSupplier; 
- 
+	interface XColumnsSupplier;
+
 	// gives access to the properties.
-	interface com::sun::star::beans::XPropertySet; 
- 
-	 
+	interface com::sun::star::beans::XPropertySet;
+
+
 	/** is the name of the key
 	 */
-	[readonly, property] string Name; 
- 
-	 
+	[readonly, property] string Name;
+
+
 	/** indicates the type of the key.
 		@see com::sun::star::sdbcx::KeyType
 	 */
-	[readonly, property] long Type; 
- 
-	 
+	[readonly, property] long Type;
+
+
 	/** is the name of the referenced table, only used for foreign
 		keys.
 	 */
-	[readonly, property] string ReferencedTable; 
- 
-	 
+	[readonly, property] string ReferencedTable;
+
+
 	/** is the rule which is applied for updates; only used for foreign keys.
 		@see com::sun::star::sdbc::KeyRule
 	 */
-	[readonly, property] long UpdateRule; 
- 
-	 
+	[readonly, property] long UpdateRule;
+
+
 	/** is the rule which is applied for deletions; only used for foreign keys.
 		@see com::sun::star::sdbc::KeyRule
 	 */
-	[readonly, property] long DeleteRule; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	[readonly, property] long DeleteRule;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbcx/KeyColumn.idl b/main/offapi/com/sun/star/sdbcx/KeyColumn.idl
index 56d8ecd..cf1c783 100644
--- a/main/offapi/com/sun/star/sdbcx/KeyColumn.idl
+++ b/main/offapi/com/sun/star/sdbcx/KeyColumn.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -31,14 +31,14 @@
 
 /**
  adds a property to specify the referenced column. This is used to specify
- foreign keys.  
- 
+ foreign keys.
+
  */
 published service KeyColumn
 {
 	service Column;
 
-	/** is the name of a reference column out of the referenced table. 
+	/** is the name of a reference column out of the referenced table.
 	*/
 	[readonly, property] string RelatedColumn;
 };
diff --git a/main/offapi/com/sun/star/sdbcx/KeyColumnDescriptor.idl b/main/offapi/com/sun/star/sdbcx/KeyColumnDescriptor.idl
index 8d3191f..89b9bef 100644
--- a/main/offapi/com/sun/star/sdbcx/KeyColumnDescriptor.idl
+++ b/main/offapi/com/sun/star/sdbcx/KeyColumnDescriptor.idl
@@ -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,47 +7,47 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbcx_KeyColumnDescriptor_idl__ 
-#define __com_sun_star_sdbcx_KeyColumnDescriptor_idl__ 
- 
-#ifndef __com_sun_star_sdbcx_Descriptor_idl__ 
-#include <com/sun/star/sdbcx/Descriptor.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbcx { 
- 
- 
+#ifndef __com_sun_star_sdbcx_KeyColumnDescriptor_idl__
+#define __com_sun_star_sdbcx_KeyColumnDescriptor_idl__
+
+#ifndef __com_sun_star_sdbcx_Descriptor_idl__
+#include <com/sun/star/sdbcx/Descriptor.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbcx {
+
+
 /** adds a property to specify the referenced column. This is used to specify
 	foreign keys.
 	@see com::sun::star::sdbcx::KeyColumn
  */
 published service KeyColumnDescriptor
-{ 
-	service Descriptor; 
- 
-	 
+{
+	service Descriptor;
+
+
 	/** is the name of a reference column out of the referenced table.
 	 */
-	[property] string RelatedColumn; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	[property] string RelatedColumn;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbcx/KeyDescriptor.idl b/main/offapi/com/sun/star/sdbcx/KeyDescriptor.idl
index 93759db..d2e2ad3 100644
--- a/main/offapi/com/sun/star/sdbcx/KeyDescriptor.idl
+++ b/main/offapi/com/sun/star/sdbcx/KeyDescriptor.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -39,17 +39,17 @@
 published service KeyDescriptor
 {
 	service Descriptor;
-	
-	/** access to the contained key columns. 
+
+	/** access to the contained key columns.
 	*/
-	interface XColumnsSupplier;	
+	interface XColumnsSupplier;
 
 	/** indicates the type of the key.
 		@see com::sun::star::sdbcx::KeyType
 	 */
 	[property] long Type;
 
-	/** is the name of the referenced table, only used for foreign keys. 
+	/** is the name of the referenced table, only used for foreign keys.
 	*/
 	[property] string ReferencedTable;
 
diff --git a/main/offapi/com/sun/star/sdbcx/KeyType.idl b/main/offapi/com/sun/star/sdbcx/KeyType.idl
index 2aaefb4..b12c774 100644
--- a/main/offapi/com/sun/star/sdbcx/KeyType.idl
+++ b/main/offapi/com/sun/star/sdbcx/KeyType.idl
@@ -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,49 +7,49 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbcx_KeyType_idl__ 
-#define __com_sun_star_sdbcx_KeyType_idl__ 
- 
- module com {  module sun {  module star {  module sdbcx { 
- 
- 
+#ifndef __com_sun_star_sdbcx_KeyType_idl__
+#define __com_sun_star_sdbcx_KeyType_idl__
+
+ module com {  module sun {  module star {  module sdbcx {
+
+
 /** determines the type of a key.
  */
 published constants KeyType
-{ 
-     
+{
+
 	/** indicates that the key is the primary key of a table.
 	 */
-	const long PRIMARY	= 1; 
-	//------------------------------------------------------------------------- 
-     
+	const long PRIMARY	= 1;
+	//-------------------------------------------------------------------------
+
 	/** indicates that the key is unique, NULL values are allowed.
 	 */
-	const long UNIQUE = 2; 
-	//------------------------------------------------------------------------- 
-     
+	const long UNIQUE = 2;
+	//-------------------------------------------------------------------------
+
 	/** indicates that the key is a foreign key of a table.
 	 */
-	const long FOREIGN = 3; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	const long FOREIGN = 3;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbcx/PreparedStatement.idl b/main/offapi/com/sun/star/sdbcx/PreparedStatement.idl
index b7e2a23..47105ab 100644
--- a/main/offapi/com/sun/star/sdbcx/PreparedStatement.idl
+++ b/main/offapi/com/sun/star/sdbcx/PreparedStatement.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,7 +30,7 @@
 module com { module sun { module star { module sdbcx {
 
 /**
-	extends the definition of the service 
+	extends the definition of the service
 	<type scope="com::sun::star::sdbc">PreparedStatement</type>
 	with a flag for the usage of bookmarks.
 	@see ResultSet
@@ -41,7 +41,7 @@
 	service com::sun::star::sdbc::PreparedStatement;
 	/**
 	 returns if a resultset should allow the navigation with bookmarks
-	 or not. The default is 
+	 or not. The default is
 	 <FALSE/>
 	 .
 	 */
diff --git a/main/offapi/com/sun/star/sdbcx/Privilege.idl b/main/offapi/com/sun/star/sdbcx/Privilege.idl
index 5e3d0cf..34a65b2 100644
--- a/main/offapi/com/sun/star/sdbcx/Privilege.idl
+++ b/main/offapi/com/sun/star/sdbcx/Privilege.idl
@@ -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,81 +7,81 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbcx_Privilege_idl__ 
-#define __com_sun_star_sdbcx_Privilege_idl__ 
- 
- module com {  module sun {  module star {  module sdbcx { 
- 
- 
-/** defines a list of flags (bitmaps) which determines the accessrights of a 
+#ifndef __com_sun_star_sdbcx_Privilege_idl__
+#define __com_sun_star_sdbcx_Privilege_idl__
+
+ module com {  module sun {  module star {  module sdbcx {
+
+
+/** defines a list of flags (bitmaps) which determines the accessrights of a
 	 user or a user group. This list may grow in the future.
  */
 published constants Privilege
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** indicates that a user is allowed to read the data.
 	 */
-	const long SELECT 		= 0x00000001; 
-	//------------------------------------------------------------------------- 
-	 
+	const long SELECT 		= 0x00000001;
+	//-------------------------------------------------------------------------
+
 	/** indicates that a user is allowed to insert new data.
 	 */
-	const long INSERT 		= 0x00000002; 
-	//------------------------------------------------------------------------- 
-	 
+	const long INSERT 		= 0x00000002;
+	//-------------------------------------------------------------------------
+
 	/** indicates that a user is allowed to update data.
 	 */
-	const long UPDATE 		= 0x00000004; 
-	//------------------------------------------------------------------------- 
-	 
+	const long UPDATE 		= 0x00000004;
+	//-------------------------------------------------------------------------
+
 	/** indicates that a user is allowed to delete data.
 	 */
-	const long DELETE 		= 0x00000008; 
-	//------------------------------------------------------------------------- 
-     
+	const long DELETE 		= 0x00000008;
+	//-------------------------------------------------------------------------
+
 	/** indicates that a user is allowed to read the structure of a definition object.
 	 */
-	const long READ		   	= 0x00000010; 
-	//------------------------------------------------------------------------- 
-     
+	const long READ		   	= 0x00000010;
+	//-------------------------------------------------------------------------
+
 	/** indicates that a user is allowed to create a definition object.
 	 */
-	const long CREATE   	= 0x00000020; 
-	//------------------------------------------------------------------------- 
-     
+	const long CREATE   	= 0x00000020;
+	//-------------------------------------------------------------------------
+
 	/** indicates that a user is allowed to alter an existing object.
 	 */
-	const long ALTER   		= 0x00000040; 
-	//------------------------------------------------------------------------- 
-	 
+	const long ALTER   		= 0x00000040;
+	//-------------------------------------------------------------------------
+
 	/** indicates that a user is allowed to set foreign keys for a table.
 	 */
-	const long REFERENCE	= 0x00000080; 
-	//------------------------------------------------------------------------- 
-     
+	const long REFERENCE	= 0x00000080;
+	//-------------------------------------------------------------------------
+
 	/** indicates that a user is allowed to drop a definition object.
 	 */
-	const long DROP   		= 0x00000100; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	const long DROP   		= 0x00000100;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbcx/PrivilegeObject.idl b/main/offapi/com/sun/star/sdbcx/PrivilegeObject.idl
index 5648491..3c39c1f 100644
--- a/main/offapi/com/sun/star/sdbcx/PrivilegeObject.idl
+++ b/main/offapi/com/sun/star/sdbcx/PrivilegeObject.idl
@@ -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,50 +7,50 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbcx_PrivilegeObject_idl__ 
-#define __com_sun_star_sdbc_PrivilegeObject_idl__ 
- 
- module com {  module sun {  module star {  module sdbcx { 
- 
- 
-/** defines the list of objects for which a user may have accessrights or not. 
+#ifndef __com_sun_star_sdbcx_PrivilegeObject_idl__
+#define __com_sun_star_sdbc_PrivilegeObject_idl__
+
+ module com {  module sun {  module star {  module sdbcx {
+
+
+/** defines the list of objects for which a user may have accessrights or not.
 		This list may grow in the future.
  */
 published constants PrivilegeObject
-{ 
-     
+{
+
 	/** indicates a table.
 	 */
-	const long TABLE   	= 0; 
-	//------------------------------------------------------------------------- 
-     
+	const long TABLE   	= 0;
+	//-------------------------------------------------------------------------
+
 	/** indicates a view.
 	 */
-	const long VIEW 	= 1; 
-	//------------------------------------------------------------------------- 
-     
+	const long VIEW 	= 1;
+	//-------------------------------------------------------------------------
+
 	/** indicates a column of a table.
 	 */
-	const long COLUMN   = 2; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	const long COLUMN   = 2;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbcx/ReferenceColumn.idl b/main/offapi/com/sun/star/sdbcx/ReferenceColumn.idl
index a33e65f..e8fa919 100644
--- a/main/offapi/com/sun/star/sdbcx/ReferenceColumn.idl
+++ b/main/offapi/com/sun/star/sdbcx/ReferenceColumn.idl
@@ -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,47 +7,47 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbcx_ReferenceColumn_idl__ 
-#define __com_sun_star_sdbcx_ReferenceColumn_idl__ 
- 
-#ifndef __com_sun_star_sdbcx_Column_idl__ 
-#include <com/sun/star/sdbcx/Column.idl> 
-#endif 
- 
- 
- module com {  module sun {  module star {  module sdbcx { 
- 
- 
+#ifndef __com_sun_star_sdbcx_ReferenceColumn_idl__
+#define __com_sun_star_sdbcx_ReferenceColumn_idl__
+
+#ifndef __com_sun_star_sdbcx_Column_idl__
+#include <com/sun/star/sdbcx/Column.idl>
+#endif
+
+
+ module com {  module sun {  module star {  module sdbcx {
+
+
 /** adds a property to specify the referenced column. This is used to specify
 	foreign keys.
  */
 published service ReferenceColumn
-{ 
-	service Column; 
- 
-	 
+{
+	service Column;
+
+
 	/** is the name of a reference column out of the referenced table.
 	 */
-	[readonly, property] string ReferencedColumn; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	[readonly, property] string ReferencedColumn;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbcx/ResultSet.idl b/main/offapi/com/sun/star/sdbcx/ResultSet.idl
index 343a5c9..9eefe36 100644
--- a/main/offapi/com/sun/star/sdbcx/ResultSet.idl
+++ b/main/offapi/com/sun/star/sdbcx/ResultSet.idl
@@ -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,74 +7,74 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbcx_ResultSet_idl__ 
-#define __com_sun_star_sdbcx_ResultSet_idl__ 
- 
-#ifndef __com_sun_star_sdbc_ResultSet_idl__ 
-#include <com/sun/star/sdbc/ResultSet.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbcx { 
- 
- published interface XRowLocate; 
- published interface XDeleteRows; 
- 
- 
+#ifndef __com_sun_star_sdbcx_ResultSet_idl__
+#define __com_sun_star_sdbcx_ResultSet_idl__
+
+#ifndef __com_sun_star_sdbc_ResultSet_idl__
+#include <com/sun/star/sdbc/ResultSet.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbcx {
+
+ published interface XRowLocate;
+ published interface XDeleteRows;
+
+
 /** extends the SDBC ResultSet by the possibility of bookmark positioning, cancelling
 	the positioning, and updating of rows.
  */
 published service ResultSet
-{ 
-	service com::sun::star::sdbc::ResultSet; 
- 
-	 
-	/** could be used for cancelling the execution of SQL statements if both 
- the DBMS and the driver support aborting of navigation commands. 
+{
+	service com::sun::star::sdbc::ResultSet;
+
+
+	/** could be used for cancelling the execution of SQL statements if both
+ the DBMS and the driver support aborting of navigation commands.
  The implementation is optional.
 	 */
-	[optional] interface com::sun::star::util::XCancellable; 
- 
-	 
+	[optional] interface com::sun::star::util::XCancellable;
+
+
 	/** is the interface for navigating on the result set by unique bookmarks.
 	 */
-	interface XRowLocate; 
- 
-	 
-	/** is the interface for deleting more than one row, identified by it's bookmark. 
+	interface XRowLocate;
+
+
+	/** is the interface for deleting more than one row, identified by it's bookmark.
 			  The implementation is optional.
 	 */
-	[optional] interface XDeleteRows; 
- 
-	 
+	[optional] interface XDeleteRows;
+
+
 	/** returns if the resultset supports bookmark navigation.
 	 */
-	[readonly, property] boolean IsBookmarkable; 
- 
-	 
+	[readonly, property] boolean IsBookmarkable;
+
+
 	/** returns whether the resultset supports updating of newly inserted rows.
 		This may not work, as the result set may contain automatic generated data
 		which is used as key information.
 	 */
-	[optional, readonly, property] boolean CanUpdateInsertedRows; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	[optional, readonly, property] boolean CanUpdateInsertedRows;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbcx/Statement.idl b/main/offapi/com/sun/star/sdbcx/Statement.idl
index cd841ec..76cb9cb 100644
--- a/main/offapi/com/sun/star/sdbcx/Statement.idl
+++ b/main/offapi/com/sun/star/sdbcx/Statement.idl
@@ -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,54 +7,54 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbcx_Statement_idl__ 
-#define __com_sun_star_sdbcx_Statement_idl__ 
- 
-#ifndef __com_sun_star_sdbc_Statement_idl__ 
-#include <com/sun/star/sdbc/Statement.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbcx { 
- 
- 
-/** extends the definition of the service 
+#ifndef __com_sun_star_sdbcx_Statement_idl__
+#define __com_sun_star_sdbcx_Statement_idl__
+
+#ifndef __com_sun_star_sdbc_Statement_idl__
+#include <com/sun/star/sdbc/Statement.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbcx {
+
+
+/** extends the definition of the service
 	<type scope="com::sun::star::sdbc">Statement</type>
 	with a flag for the usage of bookmarks.
-	@see ResultSet 
+	@see ResultSet
 	@see XRowLocate
  */
 published service Statement
-{ 
-	service com::sun::star::sdbc::Statement; 
- 
-	 
-	/** returns 
+{
+	service com::sun::star::sdbc::Statement;
+
+
+	/** returns
 		<TRUE/>
-		if a resultset should allow navigation with bookmarks or not. 
-		The default is 
+		if a resultset should allow navigation with bookmarks or not.
+		The default is
 		<FALSE/>
 		.
 	 */
-	[property] boolean UseBookmarks; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	[property] boolean UseBookmarks;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbcx/Table.idl b/main/offapi/com/sun/star/sdbcx/Table.idl
index ca88e2f..e7a3543 100644
--- a/main/offapi/com/sun/star/sdbcx/Table.idl
+++ b/main/offapi/com/sun/star/sdbcx/Table.idl
@@ -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,36 +7,36 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbcx_Table_idl__ 
-#define __com_sun_star_sdbcx_Table_idl__ 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbcx { 
- 
- published interface XDataDescriptorFactory; 
- published interface XColumnsSupplier; 
- published interface XIndexesSupplier; 
- published interface XKeysSupplier; 
- published interface XRename; 
- published interface XAlterTable; 
- 
- 
+#ifndef __com_sun_star_sdbcx_Table_idl__
+#define __com_sun_star_sdbcx_Table_idl__
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbcx {
+
+ published interface XDataDescriptorFactory;
+ published interface XColumnsSupplier;
+ published interface XIndexesSupplier;
+ published interface XKeysSupplier;
+ published interface XRename;
+ published interface XAlterTable;
+
+
 /** used to specify a table in a database. A table is described by its
 	name and one or more columns.
 
@@ -55,76 +55,76 @@
 	the user's privileges.
 	</p>
 
-	@see com::sun::star::sdbc::XDatabaseMetaData 
+	@see com::sun::star::sdbc::XDatabaseMetaData
 	@see com::sun::star::sdbcx::Privilege
  */
 published service Table
-{ 
-	 
+{
+
 	/** optional, could be used to copy an table.
 	 */
-	[optional] interface XDataDescriptorFactory; 
- 
-	 
+	[optional] interface XDataDescriptorFactory;
+
+
 	/** access to the contained table columns.
 	 */
-	interface XColumnsSupplier; 
- 
-	 
+	interface XColumnsSupplier;
+
+
 	/** optional, provides the access of the table indexes.
 	 */
-	[optional] interface XIndexesSupplier; 
- 
-	 
+	[optional] interface XIndexesSupplier;
+
+
 	/** optional, provides the access to the table keys.
 	 */
-	[optional] interface XKeysSupplier; 
- 
-	 
+	[optional] interface XKeysSupplier;
+
+
 	/** optional, allows the renaming of tables.
 	 */
-	[optional] interface XRename; 
- 
-	 
+	[optional] interface XRename;
+
+
 	/** optional, allows the altering of columns.
 	 */
-	[optional] interface XAlterTable; 
- 
+	[optional] interface XAlterTable;
+
 	// gives access to the properties
-	interface com::sun::star::beans::XPropertySet; 
- 
-	 
+	interface com::sun::star::beans::XPropertySet;
+
+
 	/** is the name of the table.
 	 */
-	[readonly, property] string Name; 
- 
-	 
+	[readonly, property] string Name;
+
+
 	/** is the name of the table catalog.
 	 */
-	[readonly, property] string CatalogName; 
- 
-	 
+	[readonly, property] string CatalogName;
+
+
 	/** is the name of the table schema.
 	 */
-	[readonly, property] string SchemaName; 
- 
-	 
+	[readonly, property] string SchemaName;
+
+
 	/** supplies a comment on the table. Could be empty, if not supported by
 		the driver.
 	 */
-	[readonly, property] string Description; 
- 
-	 
+	[readonly, property] string Description;
+
+
 	/** indicates the type of the table like (TABLE, VIEW, SYSTEM TABLE).
 		Could be empty, if not supported by the driver.
 	 */
-	[optional, readonly, property] string Type; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	[optional, readonly, property] string Type;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbcx/TableDescriptor.idl b/main/offapi/com/sun/star/sdbcx/TableDescriptor.idl
index 94b32855..0b1c924 100644
--- a/main/offapi/com/sun/star/sdbcx/TableDescriptor.idl
+++ b/main/offapi/com/sun/star/sdbcx/TableDescriptor.idl
@@ -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,35 +7,35 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbcx_TableDescriptor_idl__ 
-#define __com_sun_star_sdbcx_TableDescriptor_idl__ 
- 
-#ifndef __com_sun_star_sdbcx_Descriptor_idl__ 
-#include <com/sun/star/sdbcx/Descriptor.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbcx { 
- 
- published interface XColumnsSupplier; 
- published interface XKeysSupplier; 
- 
- 
+#ifndef __com_sun_star_sdbcx_TableDescriptor_idl__
+#define __com_sun_star_sdbcx_TableDescriptor_idl__
+
+#ifndef __com_sun_star_sdbcx_Descriptor_idl__
+#include <com/sun/star/sdbcx/Descriptor.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbcx {
+
+ published interface XColumnsSupplier;
+ published interface XKeysSupplier;
+
+
 /** is used to define a table of a database. A table is described by its
 	name and one or more columns and the keys for semantic rules.
-	
+
 	<p>
 	In addition, it may contain keys, and to define semantic rules for the table.
 	<b>
@@ -46,39 +46,39 @@
 	@see com::sun::star::sdbcx::Table
  */
 published service TableDescriptor
-{ 
-	 
+{
+
 	/** access to the contained table columns.
 	 */
-	interface XColumnsSupplier; 
- 
-	 
+	interface XColumnsSupplier;
+
+
 	/** optional, provides the access to the table keys.
 	 */
-	[optional] interface XKeysSupplier;	 
- 
-	service Descriptor; 
-	 
+	[optional] interface XKeysSupplier;
+
+	service Descriptor;
+
 	/** is the name of the table catalog.
 	 */
-	[property] string CatalogName; 
- 
-	 
+	[property] string CatalogName;
+
+
 	/** is the name of the table schema.
 	 */
-	[property] string SchemaName; 
- 
-	 
+	[property] string SchemaName;
+
+
 	/** supplies a comment on the table, Could be emtpy if not supported by
 		the driver.
 	 */
-	[property] string Description;	 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	[property] string Description;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbcx/User.idl b/main/offapi/com/sun/star/sdbcx/User.idl
index d7e13d7..d24791f 100644
--- a/main/offapi/com/sun/star/sdbcx/User.idl
+++ b/main/offapi/com/sun/star/sdbcx/User.idl
@@ -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,58 +7,58 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbcx_User_idl__ 
-#define __com_sun_star_sdbcx_User_idl__ 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbcx { 
- 
- published interface XGroupsSupplier; 
- published interface XUser; 
- 
- 
-/** represents a user of the database, who has certain access rights 
+#ifndef __com_sun_star_sdbcx_User_idl__
+#define __com_sun_star_sdbcx_User_idl__
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbcx {
+
+ published interface XGroupsSupplier;
+ published interface XUser;
+
+
+/** represents a user of the database, who has certain access rights
 	for the objects of the database.
  */
 published service User
-{ 
+{
 	// used to change the password.
-	interface XUser; 
-	 
-	/** optional for implementation, if the database does not know the concept 
+	interface XUser;
+
+	/** optional for implementation, if the database does not know the concept
 			 of user groups. Provides for access to the groups to which a user belongs.
 	 */
-	[optional] interface XGroupsSupplier; 
- 
+	[optional] interface XGroupsSupplier;
+
 	// gives access to the properties
-	interface com::sun::star::beans::XPropertySet; 
- 
-	 
+	interface com::sun::star::beans::XPropertySet;
+
+
 	/** is the name of the user.
 	 */
-	[readonly, property] string Name; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	[readonly, property] string Name;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbcx/UserDescriptor.idl b/main/offapi/com/sun/star/sdbcx/UserDescriptor.idl
index c8d054b..6106222 100644
--- a/main/offapi/com/sun/star/sdbcx/UserDescriptor.idl
+++ b/main/offapi/com/sun/star/sdbcx/UserDescriptor.idl
@@ -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,46 +7,46 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbcx_UserDescriptor_idl__ 
-#define __com_sun_star_sdbcx_UserDescriptor_idl__ 
- 
-#ifndef __com_sun_star_sdbcx_Descriptor_idl__ 
-#include <com/sun/star/sdbcx/Descriptor.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbcx { 
- 
- 
+#ifndef __com_sun_star_sdbcx_UserDescriptor_idl__
+#define __com_sun_star_sdbcx_UserDescriptor_idl__
+
+#ifndef __com_sun_star_sdbcx_Descriptor_idl__
+#include <com/sun/star/sdbcx/Descriptor.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbcx {
+
+
 /** is used to create a new user in a database.
 	@see com::sun::star::sdbcx::User
  */
 published service UserDescriptor
-{ 
-	service Descriptor; 
- 
-	 
+{
+	service Descriptor;
+
+
 	/** is the password for the user.
 	 */
-	[property] string Password;	 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	[property] string Password;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbcx/View.idl b/main/offapi/com/sun/star/sdbcx/View.idl
index 009e7fc..ff8a6e6 100644
--- a/main/offapi/com/sun/star/sdbcx/View.idl
+++ b/main/offapi/com/sun/star/sdbcx/View.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sdbcx/ViewDescriptor.idl b/main/offapi/com/sun/star/sdbcx/ViewDescriptor.idl
index bd68ac1..67a1357 100644
--- a/main/offapi/com/sun/star/sdbcx/ViewDescriptor.idl
+++ b/main/offapi/com/sun/star/sdbcx/ViewDescriptor.idl
@@ -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,64 +7,64 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbcx_ViewDescriptor_idl__ 
-#define __com_sun_star_sdbcx_ViewDescriptor_idl__ 
- 
-#ifndef __com_sun_star_sdbcx_Descriptor_idl__ 
-#include <com/sun/star/sdbcx/Descriptor.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbcx { 
- 
- 
+#ifndef __com_sun_star_sdbcx_ViewDescriptor_idl__
+#define __com_sun_star_sdbcx_ViewDescriptor_idl__
+
+#ifndef __com_sun_star_sdbcx_Descriptor_idl__
+#include <com/sun/star/sdbcx/Descriptor.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbcx {
+
+
 /** is used to define a new view for a database.
 	@see com::sun::star::sdbcx::View
  */
 published service ViewDescriptor
-{ 
-	service Descriptor; 
- 
-	 
+{
+	service Descriptor;
+
+
 	/** is the name of the views catalog, may be empty.
 	 */
-	[property] string CatalogName; 
- 
-	 
+	[property] string CatalogName;
+
+
 	/** is the name of the views schema, may be empty.
 	 */
-	[property] string SchemaName; 
- 
-	 
+	[property] string SchemaName;
+
+
 	/** is the command for creating the view. After appending a view to it's
 		container, the command may be empty. This is typically a
 		SQL Select-Statement.
 	 */
-	[property] string Command; 
- 
-	 
+	[property] string Command;
+
+
 	/** indicates if a check option should be used for the view.
 		@see com::sun::star::sdbcx::CheckOption
 	 */
-	[property] long CheckOption; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	[property] long CheckOption;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbcx/XAlterTable.idl b/main/offapi/com/sun/star/sdbcx/XAlterTable.idl
index b8c9f62..30a60c0 100644
--- a/main/offapi/com/sun/star/sdbcx/XAlterTable.idl
+++ b/main/offapi/com/sun/star/sdbcx/XAlterTable.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sdbcx/XAlterView.idl b/main/offapi/com/sun/star/sdbcx/XAlterView.idl
index d1ac486..bc2d80c 100644
--- a/main/offapi/com/sun/star/sdbcx/XAlterView.idl
+++ b/main/offapi/com/sun/star/sdbcx/XAlterView.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,13 +24,13 @@
 #ifndef __offapi_com_sun_star_sdbcx_XAlterView_idl__
 #define __offapi_com_sun_star_sdbcx_XAlterView_idl__
 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
+#ifndef __com_sun_star_sdbc_SQLException_idl__
 #include <com/sun/star/sdbc/SQLException.idl>
 #endif
 
 //=============================================================================
 
-module com { module sun { module star { module sdbcx { 
+module com { module sun { module star { module sdbcx {
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/sdbcx/XAppend.idl b/main/offapi/com/sun/star/sdbcx/XAppend.idl
index 98e0da4..b6e74be 100644
--- a/main/offapi/com/sun/star/sdbcx/XAppend.idl
+++ b/main/offapi/com/sun/star/sdbcx/XAppend.idl
@@ -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,45 +7,45 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbcx_XAppend_idl__ 
-#define __com_sun_star_sdbcx_XAppend_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_ElementExistException_idl__ 
-#include <com/sun/star/container/ElementExistException.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module beans { 
- published interface XPropertySet; 
-};};};}; 
- 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#include <com/sun/star/sdbc/SQLException.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbcx { 
- 
+#ifndef __com_sun_star_sdbcx_XAppend_idl__
+#define __com_sun_star_sdbcx_XAppend_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_container_ElementExistException_idl__
+#include <com/sun/star/container/ElementExistException.idl>
+#endif
+
+ module com {  module sun {  module star {  module beans {
+ published interface XPropertySet;
+};};};};
+
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#include <com/sun/star/sdbc/SQLException.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbcx {
+
 /** is used for creating and appending new objects to a specific container.
  */
 published interface XAppend: com::sun::star::uno::XInterface
-{ 
-	 
+{
+
 	/** creates a new object using the given descriptor and appends it
 		to the related container.
 		<b>
@@ -54,18 +54,18 @@
 		The descriptor will not be changed and can be used again to append another object.
 		@param descriptor
 			the descriptor which should be serve to append a new object
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	void appendByDescriptor([in]com::sun::star::beans::XPropertySet descriptor) 
-		raises (com::sun::star::sdbc::SQLException, 
-				com::sun::star::container::ElementExistException); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	void appendByDescriptor([in]com::sun::star::beans::XPropertySet descriptor)
+		raises (com::sun::star::sdbc::SQLException,
+				com::sun::star::container::ElementExistException);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbcx/XAuthorizable.idl b/main/offapi/com/sun/star/sdbcx/XAuthorizable.idl
index e7a9c77..f6ad30a 100644
--- a/main/offapi/com/sun/star/sdbcx/XAuthorizable.idl
+++ b/main/offapi/com/sun/star/sdbcx/XAuthorizable.idl
@@ -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,100 +7,100 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbcx_XAuthorizable_idl__ 
-#define __com_sun_star_sdbcx_XAuthorizable_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#include <com/sun/star/sdbc/SQLException.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbcx { 
- 
+#ifndef __com_sun_star_sdbcx_XAuthorizable_idl__
+#define __com_sun_star_sdbcx_XAuthorizable_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#include <com/sun/star/sdbc/SQLException.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbcx {
+
 /** is used for accessing and setting the permissions of a user for a database
 	object.
 	@see com::sun::star::sdbcx::PrivilegeObject
  */
 published interface XAuthorizable: com::sun::star::uno::XInterface
-{ 
-	 
+{
+
 	/** retrieves the permissions for a specific object.
 		@param objName
 			the name of the object
 		@param objType
-			a value of 
+			a value of
 			<type scope="com::sun::star::sdbcx">PrivilegeObject</Type>
 		@returns
 			the privileges
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 				if a database access error occurs.
 	 */
-	long getPrivileges([in]string objName, [in]long objType) raises 
-						(com::sun::star::sdbc::SQLException); 
-	//------------------------------------------------------------------------- 
-	 
+	long getPrivileges([in]string objName, [in]long objType) raises
+						(com::sun::star::sdbc::SQLException);
+	//-------------------------------------------------------------------------
+
 	/** retrieves the permissions for a specific object, which could be granted
 		to other users and groups.
 		@param objName
 			the name of the object
 		@param objType
-			a value of 
+			a value of
 			<type scope="com::sun::star::sdbcx">PrivilegeObject</Type>
 		@returns
 			the grant privileges
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	long getGrantablePrivileges([in]string objName, [in]long objType) raises 
-						(com::sun::star::sdbc::SQLException); 
-	//------------------------------------------------------------------------- 
-	 
+	long getGrantablePrivileges([in]string objName, [in]long objType) raises
+						(com::sun::star::sdbc::SQLException);
+	//-------------------------------------------------------------------------
+
 	/** adds additional permissions for a specific object.
 		@param objName
 			the name of the object
 		@param objType
 			a value from the <type scope="com::sun::star::sdbcx">PrivilegeObject</type> constants group
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	void grantPrivileges([in]string objName, [in]long objType, 
-					     [in]long objPrivileges) raises 
-		(com::sun::star::sdbc::SQLException); 
-	//------------------------------------------------------------------------- 
-	 
+	void grantPrivileges([in]string objName, [in]long objType,
+					     [in]long objPrivileges) raises
+		(com::sun::star::sdbc::SQLException);
+	//-------------------------------------------------------------------------
+
 	/** removes permissions for a specific object from a group or user.
 		@param objName
 			the name of the object
 		@param objType
 			a value from the <type scope="com::sun::star::sdbcx">PrivilegeObject</type> constants group
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	void revokePrivileges([in]string objName, [in]long objType, 
-					      [in]long objPrivileges) raises 
-		(com::sun::star::sdbc::SQLException); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	void revokePrivileges([in]string objName, [in]long objType,
+					      [in]long objPrivileges) raises
+		(com::sun::star::sdbc::SQLException);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbcx/XColumnsSupplier.idl b/main/offapi/com/sun/star/sdbcx/XColumnsSupplier.idl
index ccd7820..ed86f2f 100644
--- a/main/offapi/com/sun/star/sdbcx/XColumnsSupplier.idl
+++ b/main/offapi/com/sun/star/sdbcx/XColumnsSupplier.idl
@@ -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,54 +7,54 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbcx_XColumnsSupplier_idl__ 
-#define __com_sun_star_sdbcx_XColumnsSupplier_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XNameAccess_idl__ 
-#include <com/sun/star/container/XNameAccess.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#include <com/sun/star/sdbc/SQLException.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbcx { 
- 
- 
-/** provides the access to a container of columns, typically used for tables and 
+#ifndef __com_sun_star_sdbcx_XColumnsSupplier_idl__
+#define __com_sun_star_sdbcx_XColumnsSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_container_XNameAccess_idl__
+#include <com/sun/star/container/XNameAccess.idl>
+#endif
+
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#include <com/sun/star/sdbc/SQLException.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbcx {
+
+
+/** provides the access to a container of columns, typically used for tables and
 	indexes.
  */
 published interface XColumnsSupplier: com::sun::star::uno::XInterface
-{ 
-	 
+{
+
 	/** returns the container of columns.
-		@returns 
+		@returns
 			the columns
 	 */
-	com::sun::star::container::XNameAccess getColumns(); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	com::sun::star::container::XNameAccess getColumns();
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbcx/XCreateCatalog.idl b/main/offapi/com/sun/star/sdbcx/XCreateCatalog.idl
index 19bef2e..b120e7d 100644
--- a/main/offapi/com/sun/star/sdbcx/XCreateCatalog.idl
+++ b/main/offapi/com/sun/star/sdbcx/XCreateCatalog.idl
@@ -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,64 +7,64 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbcx_XCreateCatalog_idl__ 
-#define __com_sun_star_sdbcx_XCreateCatalog_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#include <com/sun/star/sdbc/SQLException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_ElementExistException_idl__ 
-#include <com/sun/star/container/ElementExistException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_PropertyValue_idl__ 
-#include <com/sun/star/beans/PropertyValue.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbcx { 
- 
- 
+#ifndef __com_sun_star_sdbcx_XCreateCatalog_idl__
+#define __com_sun_star_sdbcx_XCreateCatalog_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#include <com/sun/star/sdbc/SQLException.idl>
+#endif
+
+#ifndef __com_sun_star_container_ElementExistException_idl__
+#include <com/sun/star/container/ElementExistException.idl>
+#endif
+
+#ifndef __com_sun_star_beans_PropertyValue_idl__
+#include <com/sun/star/beans/PropertyValue.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbcx {
+
+
 /** may be implemented to hide the complexity of creating a database catalog.
  */
 published interface XCreateCatalog: com::sun::star::uno::XInterface
-{ 
-	 
+{
+
 	/** creates the catolog by using a sequence of property values. The kind
 		of properties depends on the provider.
-				
+
 		@param info
 			driver specific information
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 
 	 */
-	void createCatalog([in]sequence<com::sun::star::beans::PropertyValue> info) 
-		raises (com::sun::star::sdbc::SQLException, 
-				com::sun::star::container::ElementExistException); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	void createCatalog([in]sequence<com::sun::star::beans::PropertyValue> info)
+		raises (com::sun::star::sdbc::SQLException,
+				com::sun::star::container::ElementExistException);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbcx/XDataDefinitionSupplier.idl b/main/offapi/com/sun/star/sdbcx/XDataDefinitionSupplier.idl
index d2dd94d..a7dc380 100644
--- a/main/offapi/com/sun/star/sdbcx/XDataDefinitionSupplier.idl
+++ b/main/offapi/com/sun/star/sdbcx/XDataDefinitionSupplier.idl
@@ -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,82 +7,82 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbcx_XDataDefinitionSupplier_idl__ 
-#define __com_sun_star_sdbcx_XDataDefinitionSupplier_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_PropertyValue_idl__ 
-#include <com/sun/star/beans/PropertyValue.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#include <com/sun/star/sdbc/SQLException.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbc { 
- published interface XConnection; 
-};};};}; 
- 
- module com {  module sun {  module star {  module sdbcx { 
- 
- published interface XTablesSupplier; 
- 
- 
+#ifndef __com_sun_star_sdbcx_XDataDefinitionSupplier_idl__
+#define __com_sun_star_sdbcx_XDataDefinitionSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_beans_PropertyValue_idl__
+#include <com/sun/star/beans/PropertyValue.idl>
+#endif
+
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#include <com/sun/star/sdbc/SQLException.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbc {
+ published interface XConnection;
+};};};};
+
+ module com {  module sun {  module star {  module sdbcx {
+
+ published interface XTablesSupplier;
+
+
 /** provides the access to data definition beans from a connected database.
  */
 published interface XDataDefinitionSupplier: com::sun::star::uno::XInterface
-{ 
-	 
+{
+
 	/** returns at least the container of tables related to the given connection.
 		@param connection
-			the related connection 
+			the related connection
 		@returns
 			the container
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	XTablesSupplier getDataDefinitionByConnection( 
-				[in]com::sun::star::sdbc::XConnection connection) 
-		raises (com::sun::star::sdbc::SQLException); 
-	//------------------------------------------------------------------------- 
-	 
+	XTablesSupplier getDataDefinitionByConnection(
+				[in]com::sun::star::sdbc::XConnection connection)
+		raises (com::sun::star::sdbc::SQLException);
+	//-------------------------------------------------------------------------
+
 	/** returns at least the container of tables related to the given Database URL.
 		@param url
 			a database url of the form  sdbc:subprotocol:subname
 		@param info
-			a list of arbitrary string tag/value pairs as connection arguments; 
+			a list of arbitrary string tag/value pairs as connection arguments;
 			normally at least a "user" and "password" property should be included
 		@returns
 			the container
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	XTablesSupplier getDataDefinitionByURL( 
-				[in]string url, 
-				[in]sequence<com::sun::star::beans::PropertyValue> info) 
-		raises (com::sun::star::sdbc::SQLException); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	XTablesSupplier getDataDefinitionByURL(
+				[in]string url,
+				[in]sequence<com::sun::star::beans::PropertyValue> info)
+		raises (com::sun::star::sdbc::SQLException);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbcx/XDataDescriptorFactory.idl b/main/offapi/com/sun/star/sdbcx/XDataDescriptorFactory.idl
index ce1d194..67fa0fd 100644
--- a/main/offapi/com/sun/star/sdbcx/XDataDescriptorFactory.idl
+++ b/main/offapi/com/sun/star/sdbcx/XDataDescriptorFactory.idl
@@ -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,48 +7,48 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbcx_XDataDescriptorFactory_idl__ 
-#define __com_sun_star_sdbcx_XDataDescriptorFactory_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module beans { 
- published interface XPropertySet; 
-};};};}; 
- 
- module com {  module sun {  module star {  module sdbcx { 
- 
+#ifndef __com_sun_star_sdbcx_XDataDescriptorFactory_idl__
+#define __com_sun_star_sdbcx_XDataDescriptorFactory_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+ module com {  module sun {  module star {  module beans {
+ published interface XPropertySet;
+};};};};
+
+ module com {  module sun {  module star {  module sdbcx {
+
 /** provides the creation of a descriptor for a definition object.
  */
 published interface XDataDescriptorFactory: com::sun::star::uno::XInterface
-{ 
-	 
+{
+
 	/** returns a descriptor of a definition object.
 		@returns
 			the descriptor for that kind of objects
 	 */
-	com::sun::star::beans::XPropertySet createDataDescriptor(); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	com::sun::star::beans::XPropertySet createDataDescriptor();
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbcx/XDeleteRows.idl b/main/offapi/com/sun/star/sdbcx/XDeleteRows.idl
index 5246e1a..87c9998 100644
--- a/main/offapi/com/sun/star/sdbcx/XDeleteRows.idl
+++ b/main/offapi/com/sun/star/sdbcx/XDeleteRows.idl
@@ -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,57 +7,57 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbcx_XDeleteRows_idl__ 
-#define __com_sun_star_sdbcx_XDeleteRows_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#include <com/sun/star/sdbc/SQLException.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbcx { 
- 
- 
+#ifndef __com_sun_star_sdbcx_XDeleteRows_idl__
+#define __com_sun_star_sdbcx_XDeleteRows_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#include <com/sun/star/sdbc/SQLException.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbcx {
+
+
 /** provides for the deletion of more than one row at a time.
  */
 published interface XDeleteRows: com::sun::star::uno::XInterface
-{ 
-	 
-	/** deletes one or more rows identified by their bookmarks. 
-			 @param rows 
-				list of bookmarks identifying the rows. 
-			 @returns 
-				an array of update counts containing one element for each 
-		     	row. The array is ordered according to the order in 
-				which bookmarks were given. 
-			 @throws com::sun::star::sdbc::SQLException 
-				if a fatal error occurs, for intance, the connection gets lost if bookmarks 
+{
+
+	/** deletes one or more rows identified by their bookmarks.
+			 @param rows
+				list of bookmarks identifying the rows.
+			 @returns
+				an array of update counts containing one element for each
+		     	row. The array is ordered according to the order in
+				which bookmarks were given.
+			 @throws com::sun::star::sdbc::SQLException
+				if a fatal error occurs, for intance, the connection gets lost if bookmarks
 				are used which do not belong to the according result set.
 	 */
-	sequence<long> deleteRows([in]sequence<any> rows) 
-		raises (com::sun::star::sdbc::SQLException); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	sequence<long> deleteRows([in]sequence<any> rows)
+		raises (com::sun::star::sdbc::SQLException);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbcx/XDrop.idl b/main/offapi/com/sun/star/sdbcx/XDrop.idl
index 8ef5c96..f399da9 100644
--- a/main/offapi/com/sun/star/sdbcx/XDrop.idl
+++ b/main/offapi/com/sun/star/sdbcx/XDrop.idl
@@ -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,71 +7,71 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbcx_XDrop_idl__ 
-#define __com_sun_star_sdbcx_XDrop_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#include <com/sun/star/sdbc/SQLException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_NoSuchElementException_idl__ 
-#include <com/sun/star/container/NoSuchElementException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_IndexOutOfBoundsException_idl__ 
-#include <com/sun/star/lang/IndexOutOfBoundsException.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbcx { 
- 
+#ifndef __com_sun_star_sdbcx_XDrop_idl__
+#define __com_sun_star_sdbcx_XDrop_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#include <com/sun/star/sdbc/SQLException.idl>
+#endif
+
+#ifndef __com_sun_star_container_NoSuchElementException_idl__
+#include <com/sun/star/container/NoSuchElementException.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IndexOutOfBoundsException_idl__
+#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbcx {
+
 /** provides methods to remove an element of its container and to drop it from
 	the related database.
  */
 published interface XDrop: com::sun::star::uno::XInterface
-{ 
-	 
+{
+
 	/** drops an object of the related container identified by its name.
 		@param elementName
 			the name of the element to be dropped
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	void dropByName([in]string elementName) raises 
-	(com::sun::star::sdbc::SQLException, 
-		com::sun::star::container::NoSuchElementException); 
-	//------------------------------------------------------------------------- 
-	 
+	void dropByName([in]string elementName) raises
+	(com::sun::star::sdbc::SQLException,
+		com::sun::star::container::NoSuchElementException);
+	//-------------------------------------------------------------------------
+
 	/** drops an object of the related container identified by its position.
 		@param index
 			the position of the element to be dropped
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	void dropByIndex([in]long index) raises (com::sun::star::sdbc::SQLException, 
-		com::sun::star::lang::IndexOutOfBoundsException); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	void dropByIndex([in]long index) raises (com::sun::star::sdbc::SQLException,
+		com::sun::star::lang::IndexOutOfBoundsException);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbcx/XDropCatalog.idl b/main/offapi/com/sun/star/sdbcx/XDropCatalog.idl
index 2f42736..8977dbf 100644
--- a/main/offapi/com/sun/star/sdbcx/XDropCatalog.idl
+++ b/main/offapi/com/sun/star/sdbcx/XDropCatalog.idl
@@ -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,66 +7,66 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbcx_XDropCatalog_idl__ 
-#define __com_sun_star_sdbcx_XDropCatalog_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#include <com/sun/star/sdbc/SQLException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_PropertyValue_idl__ 
-#include <com/sun/star/beans/PropertyValue.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_NoSuchElementException_idl__ 
-#include <com/sun/star/container/NoSuchElementException.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbcx { 
- 
- 
+#ifndef __com_sun_star_sdbcx_XDropCatalog_idl__
+#define __com_sun_star_sdbcx_XDropCatalog_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#include <com/sun/star/sdbc/SQLException.idl>
+#endif
+
+#ifndef __com_sun_star_beans_PropertyValue_idl__
+#include <com/sun/star/beans/PropertyValue.idl>
+#endif
+
+#ifndef __com_sun_star_container_NoSuchElementException_idl__
+#include <com/sun/star/container/NoSuchElementException.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbcx {
+
+
 /** may be implemented to hide the complexity of dropping a database catalog. Could
 	normally be used only in offline mode, no connection on the database. This
 	should be checked by the driver.
  */
 published interface XDropCatalog: com::sun::star::uno::XInterface
-{ 
-	 
+{
+
 	/** drops a catalog identified by its name.
 		@param catalogName
 			the catalog name
 		@param info
 			driver specific information
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	void dropCatalog([in]string catalogName, 
-					 [in]sequence<com::sun::star::beans::PropertyValue> info) 
-		raises (com::sun::star::sdbc::SQLException, 
-				com::sun::star::container::NoSuchElementException); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	void dropCatalog([in]string catalogName,
+					 [in]sequence<com::sun::star::beans::PropertyValue> info)
+		raises (com::sun::star::sdbc::SQLException,
+				com::sun::star::container::NoSuchElementException);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbcx/XGroupsSupplier.idl b/main/offapi/com/sun/star/sdbcx/XGroupsSupplier.idl
index 8e9b804..b2a935c 100644
--- a/main/offapi/com/sun/star/sdbcx/XGroupsSupplier.idl
+++ b/main/offapi/com/sun/star/sdbcx/XGroupsSupplier.idl
@@ -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,50 +7,50 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbcx_XGroupsSupplier_idl__ 
-#define __com_sun_star_sdbcx_XGroupsSupplier_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XNameAccess_idl__ 
-#include <com/sun/star/container/XNameAccess.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbcx { 
- 
- 
+#ifndef __com_sun_star_sdbcx_XGroupsSupplier_idl__
+#define __com_sun_star_sdbcx_XGroupsSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_container_XNameAccess_idl__
+#include <com/sun/star/container/XNameAccess.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbcx {
+
+
 /** provides for access to a container of groups, typically used for a database
 	definition object.
  */
 published interface XGroupsSupplier: com::sun::star::uno::XInterface
-{ 
-	 
+{
+
 	/** returns the container of groups.
 		@returns
 			the groups
 	 */
-	com::sun::star::container::XNameAccess getGroups(); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	com::sun::star::container::XNameAccess getGroups();
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbcx/XIndexesSupplier.idl b/main/offapi/com/sun/star/sdbcx/XIndexesSupplier.idl
index 58ab95d..34d66ad 100644
--- a/main/offapi/com/sun/star/sdbcx/XIndexesSupplier.idl
+++ b/main/offapi/com/sun/star/sdbcx/XIndexesSupplier.idl
@@ -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,50 +7,50 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbcx_XIndexesSupplier_idl__ 
-#define __com_sun_star_sdbcx_XIndexesSupplier_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XNameAccess_idl__ 
-#include <com/sun/star/container/XNameAccess.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbcx { 
- 
- 
+#ifndef __com_sun_star_sdbcx_XIndexesSupplier_idl__
+#define __com_sun_star_sdbcx_XIndexesSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_container_XNameAccess_idl__
+#include <com/sun/star/container/XNameAccess.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbcx {
+
+
 /** provides for access to a container of indexes, typically used for a table
 	definition object.
  */
 published interface XIndexesSupplier: com::sun::star::uno::XInterface
-{ 
-	 
+{
+
 	/** returns the container of indexes.
 		@returns
 			the indexes
 	 */
-	com::sun::star::container::XNameAccess getIndexes(); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	com::sun::star::container::XNameAccess getIndexes();
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbcx/XKeysSupplier.idl b/main/offapi/com/sun/star/sdbcx/XKeysSupplier.idl
index f64342a..100ef97 100644
--- a/main/offapi/com/sun/star/sdbcx/XKeysSupplier.idl
+++ b/main/offapi/com/sun/star/sdbcx/XKeysSupplier.idl
@@ -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,50 +7,50 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbcx_XKeysSupplier_idl__ 
-#define __com_sun_star_sdbcx_XKeysSupplier_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XIndexAccess_idl__ 
-#include <com/sun/star/container/XIndexAccess.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbcx { 
- 
- 
+#ifndef __com_sun_star_sdbcx_XKeysSupplier_idl__
+#define __com_sun_star_sdbcx_XKeysSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_container_XIndexAccess_idl__
+#include <com/sun/star/container/XIndexAccess.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbcx {
+
+
 /** provides for access to a container of keys, typically used for a table
 	definition object.
  */
 published interface XKeysSupplier: com::sun::star::uno::XInterface
-{ 
-	 
+{
+
 	/** returns the container of keys.
 		@returns
 			the keys
 	 */
-	com::sun::star::container::XIndexAccess getKeys(); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	com::sun::star::container::XIndexAccess getKeys();
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbcx/XRename.idl b/main/offapi/com/sun/star/sdbcx/XRename.idl
index 24f85c0..e1ee306 100644
--- a/main/offapi/com/sun/star/sdbcx/XRename.idl
+++ b/main/offapi/com/sun/star/sdbcx/XRename.idl
@@ -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,60 +7,60 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbcx_XRename_idl__ 
-#define __com_sun_star_sdbcx_XRename_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#include <com/sun/star/sdbc/SQLException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_ElementExistException_idl__ 
-#include <com/sun/star/container/ElementExistException.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbcx { 
- 
-/** supports the renaming of definition objects.
-	<br/> 
+#ifndef __com_sun_star_sdbcx_XRename_idl__
+#define __com_sun_star_sdbcx_XRename_idl__
 
-	This is a very desirable feature which is not supported by all databases. There is no 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#include <com/sun/star/sdbc/SQLException.idl>
+#endif
+
+#ifndef __com_sun_star_container_ElementExistException_idl__
+#include <com/sun/star/container/ElementExistException.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbcx {
+
+/** supports the renaming of definition objects.
+	<br/>
+
+	This is a very desirable feature which is not supported by all databases. There is no
 	standard SQL statement provided for this feature.
  */
 published interface XRename: com::sun::star::uno::XInterface
-{ 
-	 
+{
+
 	/** is intended to alter the name of a object.
 		@param newName
 			the new name
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	void rename([in]string newName) 
-		raises (com::sun::star::sdbc::SQLException, 
-				com::sun::star::container::ElementExistException); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	void rename([in]string newName)
+		raises (com::sun::star::sdbc::SQLException,
+				com::sun::star::container::ElementExistException);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbcx/XRowLocate.idl b/main/offapi/com/sun/star/sdbcx/XRowLocate.idl
index de335ac..1c644cf 100644
--- a/main/offapi/com/sun/star/sdbcx/XRowLocate.idl
+++ b/main/offapi/com/sun/star/sdbcx/XRowLocate.idl
@@ -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,57 +7,57 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbcx_XRowLocate_idl__ 
-#define __com_sun_star_sdbcx_XRowLocate_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#include <com/sun/star/sdbc/SQLException.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbcx { 
- 
- 
+#ifndef __com_sun_star_sdbcx_XRowLocate_idl__
+#define __com_sun_star_sdbcx_XRowLocate_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#include <com/sun/star/sdbc/SQLException.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbcx {
+
+
 /** is used to identify rows within a result set and to find rows by a bookmark.
-	
-	
+
+
 	<p>
-	Bookmarks are only valid in the scope of the current result set and 
+	Bookmarks are only valid in the scope of the current result set and
 	are not interchangeable between result sets. A bookmark could be a complex data
 	structure, so it could not be compared in a safe way. Because of that, a provider
 	has to implement the compare method for bookmarks.
 	</p>
  */
 published interface XRowLocate: com::sun::star::uno::XInterface
-{ 
-	 
+{
+
 	/** returns the bookmark of the current row of a result set.
 		@returns
 			the current bookmark
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	any getBookmark() raises (com::sun::star::sdbc::SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	any getBookmark() raises (com::sun::star::sdbc::SQLException);
+	//-------------------------------------------------------------------------
+
 	/** moves the cursor to the row identified by an valid bookmark.
-		
+
 		<p>
 		If the bookmark could not be located, a result set will be positioned
 		after the last record.
@@ -69,16 +69,16 @@
 			the bookmark where to move
 		@returns
 			<TRUE/> if successful
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	boolean moveToBookmark([in]any bookmark) raises (com::sun::star::sdbc::SQLException); 
-    //------------------------------------------------------------------------- 
-     
+	boolean moveToBookmark([in]any bookmark) raises (com::sun::star::sdbc::SQLException);
+    //-------------------------------------------------------------------------
+
 	/** moves the cursor a relative number of rows, either positive or negative
 		starting at a given bookmark position.
-		
-		
+
+
 		<p>
 		If the bookmark could not be located, a result set will be positioned
 		after the last record.
@@ -92,15 +92,15 @@
 			count of rows move relative to the bookmark
 		@returns
 			<TRUE/> if successful
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	boolean moveRelativeToBookmark([in]any bookmark, [in]long rows) 
-		raises (com::sun::star::sdbc::SQLException); 
-	//------------------------------------------------------------------------- 
-     
+	boolean moveRelativeToBookmark([in]any bookmark, [in]long rows)
+		raises (com::sun::star::sdbc::SQLException);
+	//-------------------------------------------------------------------------
+
 	/** compares two bookmarks and returns an indication of their relative values.
-		
+
 		<p>
 		The bookmarks must apply to the same ResultSet. You cannot reliably
 		compare bookmarks from different ResultSets, even if they were created from
@@ -114,41 +114,41 @@
 			the second bookmark
 		@returns
 			a value of <type scope="com::sun::star::sdbcx">CompareBookmark</type>
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 
 		@see com::sun::star::sdbcx::CompareBookmark
 
 	 */
-	long compareBookmarks([in]any first, [in]any second) 
-		raises (com::sun::star::sdbc::SQLException); 
-    //------------------------------------------------------------------------- 
-     
+	long compareBookmarks([in]any first, [in]any second)
+		raises (com::sun::star::sdbc::SQLException);
+    //-------------------------------------------------------------------------
+
 	/** determines whether the bookmarks of a result set are ordered or not.
 		@returns
 			<TRUE/> if so
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 		@see com::sun::star::sdbcx::CompareBookmark
 	 */
-	boolean hasOrderedBookmarks() raises (com::sun::star::sdbc::SQLException); 
-    //------------------------------------------------------------------------- 
-     
+	boolean hasOrderedBookmarks() raises (com::sun::star::sdbc::SQLException);
+    //-------------------------------------------------------------------------
+
 	/** returns the hash value for a specified bookmark.
 		@param bookmark
 			the bookmark to hash
 		@returns
 			the hashed value
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	long hashBookmark([in]any bookmark) raises (com::sun::star::sdbc::SQLException); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	long hashBookmark([in]any bookmark) raises (com::sun::star::sdbc::SQLException);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbcx/XTablesSupplier.idl b/main/offapi/com/sun/star/sdbcx/XTablesSupplier.idl
index c3f79d2..ea924b6 100644
--- a/main/offapi/com/sun/star/sdbcx/XTablesSupplier.idl
+++ b/main/offapi/com/sun/star/sdbcx/XTablesSupplier.idl
@@ -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,50 +7,50 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbcx_XTablesSupplier_idl__ 
-#define __com_sun_star_sdbcx_XTablesSupplier_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XNameAccess_idl__ 
-#include <com/sun/star/container/XNameAccess.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbcx { 
- 
- 
+#ifndef __com_sun_star_sdbcx_XTablesSupplier_idl__
+#define __com_sun_star_sdbcx_XTablesSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_container_XNameAccess_idl__
+#include <com/sun/star/container/XNameAccess.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbcx {
+
+
 /** provides for access to a container of tables, typically used for a database
 	definition object.
  */
 published interface XTablesSupplier: com::sun::star::uno::XInterface
-{ 
-	 
+{
+
 	/** returns the container of tables.
 		@returns
 			the tables
 	 */
-	com::sun::star::container::XNameAccess getTables(); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	com::sun::star::container::XNameAccess getTables();
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbcx/XUser.idl b/main/offapi/com/sun/star/sdbcx/XUser.idl
index a1ffe42..7bdda23 100644
--- a/main/offapi/com/sun/star/sdbcx/XUser.idl
+++ b/main/offapi/com/sun/star/sdbcx/XUser.idl
@@ -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,49 +7,49 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbcx_XUser_idl__ 
-#define __com_sun_star_sdbcx_XUser_idl__ 
- 
-#ifndef __com_sun_star_sdbcx_XAuthorizable_idl__ 
-#include <com/sun/star/sdbcx/XAuthorizable.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbcx { 
- 
+#ifndef __com_sun_star_sdbcx_XUser_idl__
+#define __com_sun_star_sdbcx_XUser_idl__
+
+#ifndef __com_sun_star_sdbcx_XAuthorizable_idl__
+#include <com/sun/star/sdbcx/XAuthorizable.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbcx {
+
 /** allows for changing a users password.
  */
 published interface XUser: XAuthorizable
-{ 
-	 
+{
+
 	/** allows modifying a user password.
 		@param oldPassword
 			the old password to be reset
 		@param newPassword
 			the new password
-		@throws com::sun::star::sdbc::SQLException 
+		@throws com::sun::star::sdbc::SQLException
 			if a database access error occurs.
 	 */
-	void changePassword([in]string oldPassword, [in]string newPassword) 
-		raises (com::sun::star::sdbc::SQLException); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	void changePassword([in]string oldPassword, [in]string newPassword)
+		raises (com::sun::star::sdbc::SQLException);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbcx/XUsersSupplier.idl b/main/offapi/com/sun/star/sdbcx/XUsersSupplier.idl
index a119748..81482fc 100644
--- a/main/offapi/com/sun/star/sdbcx/XUsersSupplier.idl
+++ b/main/offapi/com/sun/star/sdbcx/XUsersSupplier.idl
@@ -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,54 +7,54 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbcx_XUsersSupplier_idl__ 
-#define __com_sun_star_sdbcx_XUsersSupplier_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XNameAccess_idl__ 
-#include <com/sun/star/container/XNameAccess.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sdbc_SQLException_idl__ 
-#include <com/sun/star/sdbc/SQLException.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbcx { 
- 
- 
+#ifndef __com_sun_star_sdbcx_XUsersSupplier_idl__
+#define __com_sun_star_sdbcx_XUsersSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_container_XNameAccess_idl__
+#include <com/sun/star/container/XNameAccess.idl>
+#endif
+
+#ifndef __com_sun_star_sdbc_SQLException_idl__
+#include <com/sun/star/sdbc/SQLException.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbcx {
+
+
 /** provides the access to a container of users, typically used for a database
 	definition object.
  */
 published interface XUsersSupplier: com::sun::star::uno::XInterface
-{ 
-	 
+{
+
 	/** returns the container of users.
 		@returns
 			the users
 	 */
-	com::sun::star::container::XNameAccess getUsers(); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	com::sun::star::container::XNameAccess getUsers();
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/sdbcx/XViewsSupplier.idl b/main/offapi/com/sun/star/sdbcx/XViewsSupplier.idl
index c92d7ec..9aca496 100644
--- a/main/offapi/com/sun/star/sdbcx/XViewsSupplier.idl
+++ b/main/offapi/com/sun/star/sdbcx/XViewsSupplier.idl
@@ -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,50 +7,50 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sdbcx_XViewsSupplier_idl__ 
-#define __com_sun_star_sdbcx_XViewsSupplier_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XNameAccess_idl__ 
-#include <com/sun/star/container/XNameAccess.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module sdbcx { 
- 
- 
+#ifndef __com_sun_star_sdbcx_XViewsSupplier_idl__
+#define __com_sun_star_sdbcx_XViewsSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_container_XNameAccess_idl__
+#include <com/sun/star/container/XNameAccess.idl>
+#endif
+
+ module com {  module sun {  module star {  module sdbcx {
+
+
 /** provides for access to a container of views, typically used for a database
 	definition object.
  */
 published interface XViewsSupplier: com::sun::star::uno::XInterface
-{ 
-	 
+{
+
 	/** returns the container of views.
 		@returns
 			the views
 	 */
-	com::sun::star::container::XNameAccess getViews(); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+	com::sun::star::container::XNameAccess getViews();
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/security/CertAltNameEntry.idl b/main/offapi/com/sun/star/security/CertAltNameEntry.idl
index b53fb18..d07f8f9 100644
--- a/main/offapi/com/sun/star/security/CertAltNameEntry.idl
+++ b/main/offapi/com/sun/star/security/CertAltNameEntry.idl
@@ -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,49 +7,49 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
- 
- 
-#ifndef __com_sun_star_security_CertAltNameEntry_idl__ 
-#define __com_sun_star_security_CertAltNameEntry_idl__ 
+
+
+#ifndef __com_sun_star_security_CertAltNameEntry_idl__
+#define __com_sun_star_security_CertAltNameEntry_idl__
 
 #include <com/sun/star/security/ExtAltNameType.idl>
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module security { 
- 
-//============================================================================= 
-/** 
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module security {
+
+//=============================================================================
+/**
  * struct contains a single entry within a Subject Alternative Name Extension of a
- * X509 certificate. 
+ * X509 certificate.
  */
 struct CertAltNameEntry
-{ 
-    /** 
+{
+    /**
      * defines the type of the value . With this information you can determine how to interprete the Any value.
      * @see com::sun::star::security::ExtAltNameType
      */
 	com::sun::star::security::ExtAltNameType Type;
 
-    /** 
-     * stores the value of entry. 
+    /**
+     * stores the value of entry.
      */
     any 	Value;
-}; 
- 
+};
 
-}; }; }; };  
-#endif  
+
+}; }; }; };
+#endif
diff --git a/main/offapi/com/sun/star/security/CertificateCharacters.idl b/main/offapi/com/sun/star/security/CertificateCharacters.idl
index 19a2c47..966d0be 100644
--- a/main/offapi/com/sun/star/security/CertificateCharacters.idl
+++ b/main/offapi/com/sun/star/security/CertificateCharacters.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 //i20156 - new file for xmlsecurity module
 
 /** -- idl definition -- **/
@@ -53,4 +53,4 @@
 
 } ; } ; } ; } ;
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/security/CertificateContainer.idl b/main/offapi/com/sun/star/security/CertificateContainer.idl
index fa1864a..fcddb78 100644
--- a/main/offapi/com/sun/star/security/CertificateContainer.idl
+++ b/main/offapi/com/sun/star/security/CertificateContainer.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/security/CertificateContainerStatus.idl b/main/offapi/com/sun/star/security/CertificateContainerStatus.idl
index 41039f6..e1623e2 100644
--- a/main/offapi/com/sun/star/security/CertificateContainerStatus.idl
+++ b/main/offapi/com/sun/star/security/CertificateContainerStatus.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/security/CertificateException.idl b/main/offapi/com/sun/star/security/CertificateException.idl
index bd233f3..19f07fc 100644
--- a/main/offapi/com/sun/star/security/CertificateException.idl
+++ b/main/offapi/com/sun/star/security/CertificateException.idl
@@ -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,43 +7,43 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 //i20156 - new file for xmlsecurity module
 
 /** -- idl definition -- **/
 
 #ifndef __com_sun_star_security_CertificateException_idl__
-#define __com_sun_star_security_CertificateException_idl__ 
- 
+#define __com_sun_star_security_CertificateException_idl__
+
 #ifndef __com_sun_star_uno_SecurityException_idl__
-#include <com/sun/star/uno/SecurityException.idl> 
+#include <com/sun/star/uno/SecurityException.idl>
 #endif
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module security {
 
-//============================================================================= 
- 
+//=============================================================================
+
 exception CertificateException : com::sun::star::uno::SecurityException
 {
 };
 
-//============================================================================= 
- 
+//=============================================================================
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/security/CertificateValidity.idl b/main/offapi/com/sun/star/security/CertificateValidity.idl
index 63807c9..f251e4c 100644
--- a/main/offapi/com/sun/star/security/CertificateValidity.idl
+++ b/main/offapi/com/sun/star/security/CertificateValidity.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 //i20156 - new file for xmlsecurity module
 
 /** -- idl definition -- **/
@@ -125,4 +125,4 @@
 
 } ; } ; } ; } ;
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/security/CryptographyException.idl b/main/offapi/com/sun/star/security/CryptographyException.idl
index b91b482..6f979af 100644
--- a/main/offapi/com/sun/star/security/CryptographyException.idl
+++ b/main/offapi/com/sun/star/security/CryptographyException.idl
@@ -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,44 +7,44 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 //i20156 - new file for xmlsecurity module
 
 /** -- idl definition -- **/
 
 #ifndef __com_sun_star_security_CryptographyException_idl__
-#define __com_sun_star_security_CryptographyException_idl__ 
- 
+#define __com_sun_star_security_CryptographyException_idl__
+
 #ifndef __com_sun_star_uno_SecurityException_idl__
-#include <com/sun/star/uno/SecurityException.idl> 
+#include <com/sun/star/uno/SecurityException.idl>
 #endif
 
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module security {
 
-//============================================================================= 
+//=============================================================================
 
 exception CryptographyException : com::sun::star::uno::SecurityException
 {
 };
 
-//============================================================================= 
- 
+//=============================================================================
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/security/DocumentDigitalSignatures.idl b/main/offapi/com/sun/star/security/DocumentDigitalSignatures.idl
index 08a7460..b78bf82 100644
--- a/main/offapi/com/sun/star/security/DocumentDigitalSignatures.idl
+++ b/main/offapi/com/sun/star/security/DocumentDigitalSignatures.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 //i20156 - new file for xmlsecurity module
 
 #ifndef __com_sun_star_security_documentdigitalsignatures_idl_
diff --git a/main/offapi/com/sun/star/security/DocumentSignatureInformation.idl b/main/offapi/com/sun/star/security/DocumentSignatureInformation.idl
index cb8571f..5378fee 100644
--- a/main/offapi/com/sun/star/security/DocumentSignatureInformation.idl
+++ b/main/offapi/com/sun/star/security/DocumentSignatureInformation.idl
@@ -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,40 +7,40 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 #ifndef __com_sun_star_security_DocumentSignatureInformation_idl__
-#define __com_sun_star_security_DocumentSignatureInformation_idl__ 
+#define __com_sun_star_security_DocumentSignatureInformation_idl__
 
 #include <com/sun/star/security/XCertificate.idl>
 #include <com/sun/star/security/CertificateValidity.idl>
 
- 
-//============================================================================= 
+
+//=============================================================================
 
 module com { module sun { module star { module security {
 
-//============================================================================= 
- 
+//=============================================================================
+
 /** Status of digital signatures in a document.
 
     <p>
     This structure has the information about a digital signature in a document, and the status if the signature is valid.
     </p>
  */
- 
+
 struct DocumentSignatureInformation
 {
     XCertificate    Signer;
@@ -54,18 +54,18 @@
     long CertificateStatus;
     /* indicates what content of a document is signed.
         <p>
-        This value can be ignored when this struct is returned as part of 
+        This value can be ignored when this struct is returned as part of
         a macro signature validation.
-        As of OpenOffice.org 3.2 and ODF 1.2 the document signature comprises 
-        all files except the signature file itself. 
+        As of OpenOffice.org 3.2 and ODF 1.2 the document signature comprises
+        all files except the signature file itself.
         Signatures in OpenOffice 2.x were only
-        applied to the files in the root of the document, except mimetype, the 
+        applied to the files in the root of the document, except mimetype, the
         Pictures and ObjectReplacements/Objects folder. That is, macros
         were not part of the document signature.
         OpenOffice 3.0 signed everything, execept mimetype and the META-INF folder.
         <p>
         If PartialDocumentSignature is true, then the signature was created by OOo
-        with a version less then 3.2. In this case, not all files are signed. The 
+        with a version less then 3.2. In this case, not all files are signed. The
         signature can still be regarded as valid, as long as SignatureIsValid is true
         and the certificate could be validated. However, users should be notified about
         the fact, that not everything in this document is signed.
@@ -74,8 +74,8 @@
 
 };
 
-//============================================================================= 
- 
+//=============================================================================
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/security/EncryptionException.idl b/main/offapi/com/sun/star/security/EncryptionException.idl
index 28f27a1..54e4d63 100644
--- a/main/offapi/com/sun/star/security/EncryptionException.idl
+++ b/main/offapi/com/sun/star/security/EncryptionException.idl
@@ -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,44 +7,44 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 //i20156 - new file for xmlsecurity module
 
 /** -- idl definition -- **/
 
 #ifndef __com_sun_star_security_EncryptionException_idl__
-#define __com_sun_star_security_EncryptionException_idl__ 
- 
+#define __com_sun_star_security_EncryptionException_idl__
+
 #ifndef __com_sun_star_security_CryptographyException_idl__
-#include <com/sun/star/security/CryptographyException.idl> 
+#include <com/sun/star/security/CryptographyException.idl>
 #endif
 
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module security {
 
-//============================================================================= 
- 
+//=============================================================================
+
 exception EncryptionException : com::sun::star::security::CryptographyException
 {
 };
 
-//============================================================================= 
- 
+//=============================================================================
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/security/ExtAltNameType.idl b/main/offapi/com/sun/star/security/ExtAltNameType.idl
index ff35a33..9ad11c4 100644
--- a/main/offapi/com/sun/star/security/ExtAltNameType.idl
+++ b/main/offapi/com/sun/star/security/ExtAltNameType.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 /** -- idl definition -- **/
 
 #ifndef __com_sun_star_security_ExtAltNameType_idl_
@@ -38,7 +38,7 @@
     /**
      * Cutomize name/value pair
      * The value of CertAltNameEntry contains a NamedValue.
-	 * 
+	 *
 	 * @see com::sun::star::security::CertAltNameEntry
      */
     OTHER_NAME,
@@ -46,7 +46,7 @@
     /**
      * The entry contains rfc822 name.
      * The value of CertAltNameEntry contains a OUString.
-	 * 
+	 *
 	 * @see com::sun::star::security::CertAltNameEntry
      */
     RFC822_NAME,
@@ -102,4 +102,4 @@
 
 } ; } ; } ; } ;
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/security/KeyException.idl b/main/offapi/com/sun/star/security/KeyException.idl
index 2107336..71f35f5 100644
--- a/main/offapi/com/sun/star/security/KeyException.idl
+++ b/main/offapi/com/sun/star/security/KeyException.idl
@@ -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,44 +7,44 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 //i20156 - new file for xmlsecurity module
 
 /** -- idl definition -- **/
 
 #ifndef __com_sun_star_security_KeyException_idl__
-#define __com_sun_star_security_KeyException_idl__ 
- 
+#define __com_sun_star_security_KeyException_idl__
+
 #ifndef __com_sun_star_uno_SecurityException_idl__
-#include <com/sun/star/uno/SecurityException.idl> 
+#include <com/sun/star/uno/SecurityException.idl>
 #endif
 
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module security {
 
-//============================================================================= 
- 
+//=============================================================================
+
 exception KeyException : com::sun::star::uno::SecurityException
 {
 };
 
-//============================================================================= 
- 
+//=============================================================================
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/security/KeyUsage.idl b/main/offapi/com/sun/star/security/KeyUsage.idl
index 62a22c8..bc5f288 100644
--- a/main/offapi/com/sun/star/security/KeyUsage.idl
+++ b/main/offapi/com/sun/star/security/KeyUsage.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 #ifndef __com_sun_star_security_keyusage_idl_
 #define __com_sun_star_security_keyusage_idl_
 
diff --git a/main/offapi/com/sun/star/security/NoPasswordException.idl b/main/offapi/com/sun/star/security/NoPasswordException.idl
index 7598c2d..8fa30c2 100644
--- a/main/offapi/com/sun/star/security/NoPasswordException.idl
+++ b/main/offapi/com/sun/star/security/NoPasswordException.idl
@@ -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,44 +7,44 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 //i20156 - new file for xmlsecurity module
 
 /** -- idl definition -- **/
 
 #ifndef __com_sun_star_security_NoPasswordException_idl__
-#define __com_sun_star_security_NoPasswordException_idl__ 
- 
+#define __com_sun_star_security_NoPasswordException_idl__
+
 #ifndef __com_sun_star_uno_SecurityException_idl__
-#include <com/sun/star/uno/SecurityException.idl> 
+#include <com/sun/star/uno/SecurityException.idl>
 #endif
 
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module security {
 
-//============================================================================= 
+//=============================================================================
 
 exception NoPasswordException : com::sun::star::uno::SecurityException
 {
 };
 
-//============================================================================= 
- 
+//=============================================================================
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/security/SecurityInfrastructureException.idl b/main/offapi/com/sun/star/security/SecurityInfrastructureException.idl
index 5f35218..f4c4e07 100644
--- a/main/offapi/com/sun/star/security/SecurityInfrastructureException.idl
+++ b/main/offapi/com/sun/star/security/SecurityInfrastructureException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/security/SerialNumberAdapter.idl b/main/offapi/com/sun/star/security/SerialNumberAdapter.idl
index d428cbf..1533e2c 100644
--- a/main/offapi/com/sun/star/security/SerialNumberAdapter.idl
+++ b/main/offapi/com/sun/star/security/SerialNumberAdapter.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/security/SignatureException.idl b/main/offapi/com/sun/star/security/SignatureException.idl
index 42f722f..d99dd98 100644
--- a/main/offapi/com/sun/star/security/SignatureException.idl
+++ b/main/offapi/com/sun/star/security/SignatureException.idl
@@ -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,44 +7,44 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 //i20156 - new file for xmlsecurity module
 
 /** -- idl definition -- **/
 
 #ifndef __com_sun_star_security_SignatureException_idl__
-#define __com_sun_star_security_SignatureException_idl__ 
- 
+#define __com_sun_star_security_SignatureException_idl__
+
 #ifndef __com_sun_star_security_CryptographyException_idl__
-#include <com/sun/star/security/CryptographyException.idl> 
+#include <com/sun/star/security/CryptographyException.idl>
 #endif
 
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module security {
 
-//============================================================================= 
- 
+//=============================================================================
+
 exception SignatureException : com::sun::star::security::CryptographyException
 {
 };
 
-//============================================================================= 
- 
+//=============================================================================
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/security/XCertificate.idl b/main/offapi/com/sun/star/security/XCertificate.idl
index 5b7b949..b015902 100644
--- a/main/offapi/com/sun/star/security/XCertificate.idl
+++ b/main/offapi/com/sun/star/security/XCertificate.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/security/XCertificateContainer.idl b/main/offapi/com/sun/star/security/XCertificateContainer.idl
index fe6d265..ec59f07 100644
--- a/main/offapi/com/sun/star/security/XCertificateContainer.idl
+++ b/main/offapi/com/sun/star/security/XCertificateContainer.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/security/XCertificateExtension.idl b/main/offapi/com/sun/star/security/XCertificateExtension.idl
index 28a4bcf..2481981 100644
--- a/main/offapi/com/sun/star/security/XCertificateExtension.idl
+++ b/main/offapi/com/sun/star/security/XCertificateExtension.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/security/XDocumentDigitalSignatures.idl b/main/offapi/com/sun/star/security/XDocumentDigitalSignatures.idl
index 9ad39f3..30c377b 100644
--- a/main/offapi/com/sun/star/security/XDocumentDigitalSignatures.idl
+++ b/main/offapi/com/sun/star/security/XDocumentDigitalSignatures.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 //i20156 - new file for xmlsecurity module
 
 /** -- idl definition -- **/
@@ -117,7 +117,7 @@
     void showPackageSignatures(
 						[in] ::com::sun::star::embed::XStorage xStorage,
 						[in] ::com::sun::star::io::XInputStream xSignInStream );
- 
+
     /** allows to get the default stream name for storing of the signature of
 	    the package.
 	 */
@@ -125,8 +125,8 @@
 
 
     void showCertificate( [in] com::sun::star::security::XCertificate Certificate );
-    
-    
+
+
    	/** manages trusted sources (Authors and paths )
      */
 
@@ -137,11 +137,11 @@
     // These method should raise confirmation dialog, so it can not used from bad macros...
     void    addAuthorToTrustedSources( [in] com::sun::star::security::XCertificate Author );
     void    addLocationToTrustedSources( [in] string Location );
-    
+
 
 
 } ;
 
 } ; } ; } ; } ;
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/security/XSanExtension.idl b/main/offapi/com/sun/star/security/XSanExtension.idl
index 4748b2d..6356a4c 100644
--- a/main/offapi/com/sun/star/security/XSanExtension.idl
+++ b/main/offapi/com/sun/star/security/XSanExtension.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 //i20156 - new file for xmlsecurity module
 
 /** -- idl definition -- **/
@@ -45,8 +45,8 @@
          * Contains the alternative names of a certificate
          */
         [attribute, readonly] sequence< com::sun::star::security::CertAltNameEntry >  AlternativeNames;
-}; 
+};
 
 } ; } ; } ; } ;
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/security/XSerialNumberAdapter.idl b/main/offapi/com/sun/star/security/XSerialNumberAdapter.idl
index 915ec42..6262103 100644
--- a/main/offapi/com/sun/star/security/XSerialNumberAdapter.idl
+++ b/main/offapi/com/sun/star/security/XSerialNumberAdapter.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 /** -- idl definition -- **/
 
 #ifndef __com_sun_star_security_XSerialNumberAdapter_idl_
@@ -51,4 +51,4 @@
 
 } ; } ; } ; } ;
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/setup/ActionType.idl b/main/offapi/com/sun/star/setup/ActionType.idl
index 2027d30..726351b 100644
--- a/main/offapi/com/sun/star/setup/ActionType.idl
+++ b/main/offapi/com/sun/star/setup/ActionType.idl
@@ -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,57 +7,57 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_setup_ActionType_idl__ 
-#define __com_sun_star_setup_ActionType_idl__ 
- 
-module com {  module sun {  module star {  module setup { 
+#ifndef __com_sun_star_setup_ActionType_idl__
+#define __com_sun_star_setup_ActionType_idl__
+
+module com {  module sun {  module star {  module setup {
 
 /// @deprecated
 published enum ActionType
-{ 
-	INVALID, 
- 
-	DOWNLOAD, 
- 
-	MAKEDIR, 
-		
-	DELETEDIR, 
- 
-	COPYFILE, 
-		
-	UNZIPFILE, 
-		
-	DELETEFILE, 
- 
-	MAKEFOLDER, 
-		
-	MAKEFOLDERITEM, 
-		
-	DELETEFOLDER, 
-		
-	DELETEFOLDERITEM, 
- 
-	PROFILEITEM, 
- 
-	FONT, 
- 
-	CREATESHORTCUT, 
- 
-	WINREGISTRY 
-	}; 
-}; }; }; }; 
- 
-#endif 
+{
+	INVALID,
+
+	DOWNLOAD,
+
+	MAKEDIR,
+
+	DELETEDIR,
+
+	COPYFILE,
+
+	UNZIPFILE,
+
+	DELETEFILE,
+
+	MAKEFOLDER,
+
+	MAKEFOLDERITEM,
+
+	DELETEFOLDER,
+
+	DELETEFOLDERITEM,
+
+	PROFILEITEM,
+
+	FONT,
+
+	CREATESHORTCUT,
+
+	WINREGISTRY
+	};
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/setup/BaseAction.idl b/main/offapi/com/sun/star/setup/BaseAction.idl
index 4639445..0678fa0 100644
--- a/main/offapi/com/sun/star/setup/BaseAction.idl
+++ b/main/offapi/com/sun/star/setup/BaseAction.idl
@@ -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,38 +7,38 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_setup_BaseAction_idl__ 
-#define __com_sun_star_setup_BaseAction_idl__ 
- 
-#ifndef __com_sun_star_setup_ActionType_idl__ 
-#include <com/sun/star/setup/ActionType.idl> 
-#endif 
- 
-module com {  module sun {  module star {  module setup { 
-	 
+#ifndef __com_sun_star_setup_BaseAction_idl__
+#define __com_sun_star_setup_BaseAction_idl__
+
+#ifndef __com_sun_star_setup_ActionType_idl__
+#include <com/sun/star/setup/ActionType.idl>
+#endif
+
+module com {  module sun {  module star {  module setup {
+
 /// @deprecated
 published struct BaseAction
 {
 	// DocMerge: empty anyway
-	ActionType					eType; 
-		
+	ActionType					eType;
+
 	// DocMerge: empty anyway
-	boolean 					bDone; 
-	boolean 					bProcess; 
-	}; 
-}; }; }; }; 
- 
-#endif 
+	boolean 					bDone;
+	boolean 					bProcess;
+	};
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/setup/CopyFileAction.idl b/main/offapi/com/sun/star/setup/CopyFileAction.idl
index e186911..56d82f8 100644
--- a/main/offapi/com/sun/star/setup/CopyFileAction.idl
+++ b/main/offapi/com/sun/star/setup/CopyFileAction.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/setup/DeleteDirAction.idl b/main/offapi/com/sun/star/setup/DeleteDirAction.idl
index c1708c4..ee88289 100644
--- a/main/offapi/com/sun/star/setup/DeleteDirAction.idl
+++ b/main/offapi/com/sun/star/setup/DeleteDirAction.idl
@@ -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,34 +7,34 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_setup_DeleteDirAction_idl__ 
-#define __com_sun_star_setup_DeleteDirAction_idl__ 
- 
-#ifndef __com_sun_star_setup_BaseAction_idl__ 
-#include <com/sun/star/setup/BaseAction.idl> 
-#endif 
- 
-module com {  module sun {  module star {  module setup { 
-	 
+#ifndef __com_sun_star_setup_DeleteDirAction_idl__
+#define __com_sun_star_setup_DeleteDirAction_idl__
+
+#ifndef __com_sun_star_setup_BaseAction_idl__
+#include <com/sun/star/setup/BaseAction.idl>
+#endif
+
+module com {  module sun {  module star {  module setup {
+
 /// @deprecated
 published struct DeleteDirAction: BaseAction
-{ 
+{
 	// DocMerge: empty anyway
-	string			strDirname; 
-	}; 
-}; }; }; }; 
- 
-#endif 
+	string			strDirname;
+	};
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/setup/DeleteFileAction.idl b/main/offapi/com/sun/star/setup/DeleteFileAction.idl
index edd1e78..5bb4d38 100644
--- a/main/offapi/com/sun/star/setup/DeleteFileAction.idl
+++ b/main/offapi/com/sun/star/setup/DeleteFileAction.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/setup/DeleteFolderAction.idl b/main/offapi/com/sun/star/setup/DeleteFolderAction.idl
index cfa4f05..20a3bd3 100644
--- a/main/offapi/com/sun/star/setup/DeleteFolderAction.idl
+++ b/main/offapi/com/sun/star/setup/DeleteFolderAction.idl
@@ -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,34 +7,34 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_setup_DeleteFolderAction_idl__ 
-#define __com_sun_star_setup_DeleteFolderAction_idl__ 
- 
-#ifndef __com_sun_star_setup_BaseAction_idl__ 
-#include <com/sun/star/setup/BaseAction.idl> 
-#endif 
- 
-module com {  module sun {  module star {  module setup { 
-	 
+#ifndef __com_sun_star_setup_DeleteFolderAction_idl__
+#define __com_sun_star_setup_DeleteFolderAction_idl__
+
+#ifndef __com_sun_star_setup_BaseAction_idl__
+#include <com/sun/star/setup/BaseAction.idl>
+#endif
+
+module com {  module sun {  module star {  module setup {
+
 /// @deprecated
 published struct DeleteFolderAction: BaseAction
-{ 
+{
 	// DocMerge: empty anyway
-	string				strFoldername; 
-	}; 
-}; }; }; }; 
- 
-#endif 
+	string				strFoldername;
+	};
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/setup/DeleteFolderItemAction.idl b/main/offapi/com/sun/star/setup/DeleteFolderItemAction.idl
index 25dc457..dc1892f 100644
--- a/main/offapi/com/sun/star/setup/DeleteFolderItemAction.idl
+++ b/main/offapi/com/sun/star/setup/DeleteFolderItemAction.idl
@@ -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,37 +7,37 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_setup_DeleteFolderItemAction_idl__ 
-#define __com_sun_star_setup_DeleteFolderItemAction_idl__ 
- 
-#ifndef __com_sun_star_setup_BaseAction_idl__ 
-#include <com/sun/star/setup/BaseAction.idl> 
-#endif 
- 
-module com {  module sun {  module star {  module setup { 
-	 
+#ifndef __com_sun_star_setup_DeleteFolderItemAction_idl__
+#define __com_sun_star_setup_DeleteFolderItemAction_idl__
+
+#ifndef __com_sun_star_setup_BaseAction_idl__
+#include <com/sun/star/setup/BaseAction.idl>
+#endif
+
+module com {  module sun {  module star {  module setup {
+
 /// @deprecated
 published struct DeleteFolderItemAction: BaseAction
-{ 
+{
 	// DocMerge: empty anyway
-	string				strFoldername; 
-		
+	string				strFoldername;
+
 	// DocMerge: empty anyway
-	string				strItemname; 
-	}; 
-}; }; }; }; 
- 
-#endif 
+	string				strItemname;
+	};
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/setup/DownloadAction.idl b/main/offapi/com/sun/star/setup/DownloadAction.idl
index 58acbcf..40aa3b3 100644
--- a/main/offapi/com/sun/star/setup/DownloadAction.idl
+++ b/main/offapi/com/sun/star/setup/DownloadAction.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/setup/FontAction.idl b/main/offapi/com/sun/star/setup/FontAction.idl
index b17a03f..770f629 100644
--- a/main/offapi/com/sun/star/setup/FontAction.idl
+++ b/main/offapi/com/sun/star/setup/FontAction.idl
@@ -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,40 +7,40 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_setup_FontAction_idl__ 
-#define __com_sun_star_setup_FontAction_idl__ 
- 
-#ifndef __com_sun_star_setup_BaseAction_idl__ 
-#include <com/sun/star/setup/BaseAction.idl> 
-#endif 
- 
-module com {  module sun {  module star {  module setup { 
-	 
+#ifndef __com_sun_star_setup_FontAction_idl__
+#define __com_sun_star_setup_FontAction_idl__
+
+#ifndef __com_sun_star_setup_BaseAction_idl__
+#include <com/sun/star/setup/BaseAction.idl>
+#endif
+
+module com {  module sun {  module star {  module setup {
+
 /// @deprecated
 published struct FontAction: BaseAction
-{ 
+{
 	// DocMerge: empty anyway
-	string				strFontFilename; 
-		
+	string				strFontFilename;
+
 	// DocMerge: empty anyway
-	string				strFontname; 
- 
+	string				strFontname;
+
 	// DocMerge: empty anyway
-	boolean 			bCreate; 
-	}; 
-}; }; }; }; 
- 
-#endif 
+	boolean 			bCreate;
+	};
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/setup/InstallEnvironment.idl b/main/offapi/com/sun/star/setup/InstallEnvironment.idl
index a872e47..e1270b1 100644
--- a/main/offapi/com/sun/star/setup/InstallEnvironment.idl
+++ b/main/offapi/com/sun/star/setup/InstallEnvironment.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/setup/InstallResponse.idl b/main/offapi/com/sun/star/setup/InstallResponse.idl
index cf766e2..75df623 100644
--- a/main/offapi/com/sun/star/setup/InstallResponse.idl
+++ b/main/offapi/com/sun/star/setup/InstallResponse.idl
@@ -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,44 +7,44 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_setup_InstallResponse_idl__ 
-#define __com_sun_star_setup_InstallResponse_idl__ 
- 
+#ifndef __com_sun_star_setup_InstallResponse_idl__
+#define __com_sun_star_setup_InstallResponse_idl__
+
 #include <com/sun/star/setup/ResponseErrorCode.idl>
 
-module com {  module sun {  module star {  module setup { 
-	 
+module com {  module sun {  module star {  module setup {
+
 // DocMerge: empty anyway
 published struct InstallResponse
 {
 	// DocMerge: empty anyway
-	boolean     		bSuccess; 
-		
+	boolean     		bSuccess;
+
 	// DocMerge: empty anyway
-	ResponseErrorCode	eErrorCode; 
-		
+	ResponseErrorCode	eErrorCode;
+
 	// DocMerge: empty anyway
-	long				nSizeNeeded; 
- 
+	long				nSizeNeeded;
+
 	// DocMerge: empty anyway
-	boolean     		bReboot; 
-		
+	boolean     		bReboot;
+
 	// DocMerge: empty anyway
-	boolean     		bLogout; 
-	}; 
-}; }; }; }; 
- 
-#endif 
+	boolean     		bLogout;
+	};
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/setup/InstallType.idl b/main/offapi/com/sun/star/setup/InstallType.idl
index f817461..7a2e721 100644
--- a/main/offapi/com/sun/star/setup/InstallType.idl
+++ b/main/offapi/com/sun/star/setup/InstallType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/setup/MakeDirAction.idl b/main/offapi/com/sun/star/setup/MakeDirAction.idl
index a460b71..25a39ed 100644
--- a/main/offapi/com/sun/star/setup/MakeDirAction.idl
+++ b/main/offapi/com/sun/star/setup/MakeDirAction.idl
@@ -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,37 +7,37 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_setup_MakeDirAction_idl__ 
-#define __com_sun_star_setup_MakeDirAction_idl__ 
- 
-#ifndef __com_sun_star_setup_BaseAction_idl__ 
-#include <com/sun/star/setup/BaseAction.idl> 
-#endif 
- 
-module com {  module sun {  module star {  module setup { 
-	 
+#ifndef __com_sun_star_setup_MakeDirAction_idl__
+#define __com_sun_star_setup_MakeDirAction_idl__
+
+#ifndef __com_sun_star_setup_BaseAction_idl__
+#include <com/sun/star/setup/BaseAction.idl>
+#endif
+
+module com {  module sun {  module star {  module setup {
+
 /// @deprecated
 published struct MakeDirAction: BaseAction
-{ 
+{
 	// DocMerge: empty anyway
-	string			strDirname; 
-		
+	string			strDirname;
+
 	// DocMerge: empty anyway
-	long			nRights; 
-	}; 
-}; }; }; }; 
- 
-#endif 
+	long			nRights;
+	};
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/setup/MakeFolderAction.idl b/main/offapi/com/sun/star/setup/MakeFolderAction.idl
index 9f89c1d..ff7d431 100644
--- a/main/offapi/com/sun/star/setup/MakeFolderAction.idl
+++ b/main/offapi/com/sun/star/setup/MakeFolderAction.idl
@@ -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,37 +7,37 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_setup_MakeFolderAction_idl__ 
-#define __com_sun_star_setup_MakeFolderAction_idl__ 
- 
-#ifndef __com_sun_star_setup_BaseAction_idl__ 
-#include <com/sun/star/setup/BaseAction.idl> 
-#endif 
- 
-module com {  module sun {  module star {  module setup { 
-	 
+#ifndef __com_sun_star_setup_MakeFolderAction_idl__
+#define __com_sun_star_setup_MakeFolderAction_idl__
+
+#ifndef __com_sun_star_setup_BaseAction_idl__
+#include <com/sun/star/setup/BaseAction.idl>
+#endif
+
+module com {  module sun {  module star {  module setup {
+
 /// @deprecated
 published struct MakeFolderAction: BaseAction
-{ 
+{
 	// DocMerge: empty anyway
-	string				strFoldername; 
-		
+	string				strFoldername;
+
 	// DocMerge: empty anyway
-	boolean				bUserFolder; 
-	}; 
-}; }; }; }; 
- 
-#endif 
+	boolean				bUserFolder;
+	};
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/setup/MakeFolderItemAction.idl b/main/offapi/com/sun/star/setup/MakeFolderItemAction.idl
index 9bdda25..94c06fe 100644
--- a/main/offapi/com/sun/star/setup/MakeFolderItemAction.idl
+++ b/main/offapi/com/sun/star/setup/MakeFolderItemAction.idl
@@ -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,46 +7,46 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_setup_MakeFolderItemAction_idl__ 
-#define __com_sun_star_setup_MakeFolderItemAction_idl__ 
- 
-#ifndef __com_sun_star_setup_BaseAction_idl__ 
-#include <com/sun/star/setup/BaseAction.idl> 
-#endif 
- 
-module com {  module sun {  module star {  module setup { 
-	 
+#ifndef __com_sun_star_setup_MakeFolderItemAction_idl__
+#define __com_sun_star_setup_MakeFolderItemAction_idl__
+
+#ifndef __com_sun_star_setup_BaseAction_idl__
+#include <com/sun/star/setup/BaseAction.idl>
+#endif
+
+module com {  module sun {  module star {  module setup {
+
 /// @deprecated
 published struct MakeFolderItemAction: BaseAction
-{ 
+{
 	// DocMerge: empty anyway
-	string				strFoldername; 
-		
+	string				strFoldername;
+
 	// DocMerge: empty anyway
-	string				strItemname; 
-		
+	string				strItemname;
+
 	// DocMerge: empty anyway
-	string				strDestinationPath; 
-		
+	string				strDestinationPath;
+
 	// DocMerge: empty anyway
-	string				strDestinationExecutable; 
-		
+	string				strDestinationExecutable;
+
 	// DocMerge: empty anyway
-	string				strParameter; 
-	}; 
-}; }; }; }; 
- 
-#endif 
+	string				strParameter;
+	};
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/setup/MakeShortcutAction.idl b/main/offapi/com/sun/star/setup/MakeShortcutAction.idl
index 3d8ad3b..5127f8c 100644
--- a/main/offapi/com/sun/star/setup/MakeShortcutAction.idl
+++ b/main/offapi/com/sun/star/setup/MakeShortcutAction.idl
@@ -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,43 +7,43 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_setup_MakeShortcutAction_idl__ 
-#define __com_sun_star_setup_MakeShortcutAction_idl__ 
- 
-#ifndef __com_sun_star_setup_BaseAction_idl__ 
-#include <com/sun/star/setup/BaseAction.idl> 
-#endif 
- 
-module com {  module sun {  module star {  module setup { 
-	 
+#ifndef __com_sun_star_setup_MakeShortcutAction_idl__
+#define __com_sun_star_setup_MakeShortcutAction_idl__
+
+#ifndef __com_sun_star_setup_BaseAction_idl__
+#include <com/sun/star/setup/BaseAction.idl>
+#endif
+
+module com {  module sun {  module star {  module setup {
+
 /// @deprecated
 published struct MakeShortcutAction: BaseAction
-{ 
+{
 	// DocMerge: empty anyway
-	string				strSource; 
-		
+	string				strSource;
+
 	// DocMerge: empty anyway
-	string				strDestination; 
- 
+	string				strDestination;
+
 	// DocMerge: empty anyway
-	string				strPath; 
-		
+	string				strPath;
+
 	// DocMerge: empty anyway
-	string				strDescription; 
-	}; 
-}; }; }; }; 
- 
-#endif 
+	string				strDescription;
+	};
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/setup/MirrorEntry.idl b/main/offapi/com/sun/star/setup/MirrorEntry.idl
index 4d81b94..db6a7d0 100644
--- a/main/offapi/com/sun/star/setup/MirrorEntry.idl
+++ b/main/offapi/com/sun/star/setup/MirrorEntry.idl
@@ -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,36 +7,36 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_setup_MirrorEntry_idl__ 
-#define __com_sun_star_setup_MirrorEntry_idl__ 
- 
-module com {  module sun {  module star {  module setup { 
-	 
+#ifndef __com_sun_star_setup_MirrorEntry_idl__
+#define __com_sun_star_setup_MirrorEntry_idl__
+
+module com {  module sun {  module star {  module setup {
+
 /// @deprecated
 published struct MirrorEntry
 {
 	// DocMerge: empty anyway
-	string			strDisplayname; 
-		
+	string			strDisplayname;
+
 	// DocMerge: empty anyway
-	string			strPath; 
-		
+	string			strPath;
+
 	// DocMerge: empty anyway
-	short 			nQuality; 
-	}; 
-}; }; }; }; 
- 
-#endif 
+	short 			nQuality;
+	};
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/setup/ModuleInfo.idl b/main/offapi/com/sun/star/setup/ModuleInfo.idl
index 9a6a0ff..f50218c 100644
--- a/main/offapi/com/sun/star/setup/ModuleInfo.idl
+++ b/main/offapi/com/sun/star/setup/ModuleInfo.idl
@@ -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,60 +7,60 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_setup_ModuleInfo_idl__ 
-#define __com_sun_star_setup_ModuleInfo_idl__ 
- 
-module com {  module sun {  module star {  module setup { 
-	 
+#ifndef __com_sun_star_setup_ModuleInfo_idl__
+#define __com_sun_star_setup_ModuleInfo_idl__
+
+module com {  module sun {  module star {  module setup {
+
 /// @deprecated
 published struct ModuleInfo
 {
 	// DocMerge: empty anyway
-	string						strID; 
- 
+	string						strID;
+
 	// DocMerge: empty anyway
-	string						strName; 
-		
+	string						strName;
+
 	// DocMerge: empty anyway
-	string						strDescription; 
-		
+	string						strDescription;
+
 	// DocMerge: empty anyway
-	string						strOnSelect; 
-		
+	string						strOnSelect;
+
 	// DocMerge: empty anyway
-	string						strOnDeselect; 
- 
+	string						strOnDeselect;
+
 	// DocMerge: empty anyway
-	boolean						isMinimal; 
-		
+	boolean						isMinimal;
+
 	// DocMerge: empty anyway
-	boolean						isDefault; 
-		
+	boolean						isDefault;
+
 	// DocMerge: empty anyway
-	boolean						isHiddenRoot; 
-		
+	boolean						isHiddenRoot;
+
 	// DocMerge: empty anyway
-	boolean						isDontSelectByUser; 
- 
+	boolean						isDontSelectByUser;
+
 	// DocMerge: empty anyway
-	long						nSizeKB; 
- 
+	long						nSizeKB;
+
 	// DocMerge: empty anyway
-	sequence < any >			seqSubModules; 
-	}; 
-}; }; }; }; 
- 
-#endif 
+	sequence < any >			seqSubModules;
+	};
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/setup/ModuleState.idl b/main/offapi/com/sun/star/setup/ModuleState.idl
index 0af6fa3..8e0dd80 100644
--- a/main/offapi/com/sun/star/setup/ModuleState.idl
+++ b/main/offapi/com/sun/star/setup/ModuleState.idl
@@ -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,36 +7,36 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_setup_ModuleState_idl__ 
-#define __com_sun_star_setup_ModuleState_idl__ 
- 
-module com {  module sun {  module star {  module setup { 
-	 
+#ifndef __com_sun_star_setup_ModuleState_idl__
+#define __com_sun_star_setup_ModuleState_idl__
+
+module com {  module sun {  module star {  module setup {
+
 /// @deprecated
 published struct ModuleState
 {
 	// DocMerge: empty anyway
-	string						strID; 
-		
+	string						strID;
+
 	// DocMerge: empty anyway
-	boolean						isSelected; 
-		
+	boolean						isSelected;
+
 	// DocMerge: empty anyway
-	boolean						isInstalled; 
-	}; 
-}; }; }; }; 
- 
-#endif 
+	boolean						isInstalled;
+	};
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/setup/OSType.idl b/main/offapi/com/sun/star/setup/OSType.idl
index 951c557..49acbde 100644
--- a/main/offapi/com/sun/star/setup/OSType.idl
+++ b/main/offapi/com/sun/star/setup/OSType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -26,7 +26,7 @@
 // dear porters: please do not apply any patches for new platforms here
 //               it depricated anyway and any patches will cause API
 //		 incompatibity errors  mh
- 
+
 module com {  module sun {  module star {  module setup {
 
 /// @deprecated
diff --git a/main/offapi/com/sun/star/setup/ProductRegistration.idl b/main/offapi/com/sun/star/setup/ProductRegistration.idl
index 0b13cec..c34b729 100644
--- a/main/offapi/com/sun/star/setup/ProductRegistration.idl
+++ b/main/offapi/com/sun/star/setup/ProductRegistration.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -32,7 +32,7 @@
 #include <com/sun/star/task/XJob.idl>
 #endif
 
-module com {  module sun {  module star {  module setup { 
+module com {  module sun {  module star {  module setup {
 
 /** provides a mechanism for registering the product.
 
@@ -84,6 +84,6 @@
 	interface com::sun::star::task::XJob;
 };
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/setup/ProfileItemAction.idl b/main/offapi/com/sun/star/setup/ProfileItemAction.idl
index 2dd2f96..767ac2b 100644
--- a/main/offapi/com/sun/star/setup/ProfileItemAction.idl
+++ b/main/offapi/com/sun/star/setup/ProfileItemAction.idl
@@ -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,46 +7,46 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_setup_ProfileItemAction_idl__ 
-#define __com_sun_star_setup_ProfileItemAction_idl__ 
- 
-#ifndef __com_sun_star_setup_BaseAction_idl__ 
-#include <com/sun/star/setup/BaseAction.idl> 
-#endif 
- 
-module com {  module sun {  module star {  module setup { 
-	 
+#ifndef __com_sun_star_setup_ProfileItemAction_idl__
+#define __com_sun_star_setup_ProfileItemAction_idl__
+
+#ifndef __com_sun_star_setup_BaseAction_idl__
+#include <com/sun/star/setup/BaseAction.idl>
+#endif
+
+module com {  module sun {  module star {  module setup {
+
 /// @deprecated
 published struct ProfileItemAction: BaseAction
-{ 
+{
 	// DocMerge: empty anyway
-	string				strProfilename; 
-		
+	string				strProfilename;
+
 	// DocMerge: empty anyway
-	string				strSection; 
-		
+	string				strSection;
+
 	// DocMerge: empty anyway
-	string				strKey; 
-		
+	string				strKey;
+
 	// DocMerge: empty anyway
-	string				strValue; 
- 
+	string				strValue;
+
 	// DocMerge: empty anyway
-	boolean 			bCreate; 
-	}; 
-}; }; }; }; 
- 
-#endif 
+	boolean 			bCreate;
+	};
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/setup/ResponseErrorCode.idl b/main/offapi/com/sun/star/setup/ResponseErrorCode.idl
index 1e0a0bf..6827730 100644
--- a/main/offapi/com/sun/star/setup/ResponseErrorCode.idl
+++ b/main/offapi/com/sun/star/setup/ResponseErrorCode.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,7 +30,7 @@
 {
 	// DocMerge: empty anyway
 	NOERROR,
-		
+
 	// DocMerge: empty anyway
 	NOT_ENOUGH_SPACE
 	};
diff --git a/main/offapi/com/sun/star/setup/Setup.idl b/main/offapi/com/sun/star/setup/Setup.idl
index 5325392..60dee27 100644
--- a/main/offapi/com/sun/star/setup/Setup.idl
+++ b/main/offapi/com/sun/star/setup/Setup.idl
@@ -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,39 +7,38 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
- 
-#ifndef __com_sun_star_setup_XSetup_idl__ 
-#include <com/sun/star/setup/XSetup.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_XServiceInfo_idl__ 
-#include <com/sun/star/lang/XServiceInfo.idl> 
-#endif 
- 
-module com {  module sun {  module star {  module setup { 
-	 
+
+#ifndef __com_sun_star_setup_XSetup_idl__
+#include <com/sun/star/setup/XSetup.idl>
+#endif
+
+#ifndef __com_sun_star_lang_XServiceInfo_idl__
+#include <com/sun/star/lang/XServiceInfo.idl>
+#endif
+
+module com {  module sun {  module star {  module setup {
+
 /// @deprecated
 published service Setup
-{ 
+{
 	// DocMerge: empty anyway
-	interface com::sun::star::setup::XSetup; 
-        
+	interface com::sun::star::setup::XSetup;
+
 	// DocMerge: empty anyway
-	interface com::sun::star::lang::XServiceInfo; 
-    }; 
- 
-}; }; }; }; 
- 
+	interface com::sun::star::lang::XServiceInfo;
+    };
+
+}; }; }; };
diff --git a/main/offapi/com/sun/star/setup/SizeInfo.idl b/main/offapi/com/sun/star/setup/SizeInfo.idl
index 160e682..1b11df6 100644
--- a/main/offapi/com/sun/star/setup/SizeInfo.idl
+++ b/main/offapi/com/sun/star/setup/SizeInfo.idl
@@ -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,39 +7,39 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_setup_SizeInfo_idl__ 
-#define __com_sun_star_setup_SizeInfo_idl__ 
- 
-module com {  module sun {  module star {  module setup { 
-	 
+#ifndef __com_sun_star_setup_SizeInfo_idl__
+#define __com_sun_star_setup_SizeInfo_idl__
+
+module com {  module sun {  module star {  module setup {
+
 /// @deprecated
 published struct SizeInfo
 {
 	// DocMerge: empty anyway
-	long						nNormalSizeKB; 
-		
+	long						nNormalSizeKB;
+
 	// DocMerge: empty anyway
-	long						nNormalTempSizeKB; 
-		
+	long						nNormalTempSizeKB;
+
 	// DocMerge: empty anyway
-	long						nMinimalSizeKB; 
-		
+	long						nMinimalSizeKB;
+
 	// DocMerge: empty anyway
-	long						nMinimalTempSizeKB; 
-	}; 
-}; }; }; }; 
- 
-#endif 
+	long						nMinimalTempSizeKB;
+	};
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/setup/UnzipAction.idl b/main/offapi/com/sun/star/setup/UnzipAction.idl
index d95a64c..36cb2e7 100644
--- a/main/offapi/com/sun/star/setup/UnzipAction.idl
+++ b/main/offapi/com/sun/star/setup/UnzipAction.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/setup/UpdateType.idl b/main/offapi/com/sun/star/setup/UpdateType.idl
index 7de8952..37c2613 100644
--- a/main/offapi/com/sun/star/setup/UpdateType.idl
+++ b/main/offapi/com/sun/star/setup/UpdateType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/setup/VersionIdentifier.idl b/main/offapi/com/sun/star/setup/VersionIdentifier.idl
index 0d65634..14942ba 100644
--- a/main/offapi/com/sun/star/setup/VersionIdentifier.idl
+++ b/main/offapi/com/sun/star/setup/VersionIdentifier.idl
@@ -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,47 +7,47 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_setup_VersionIdentifier_idl__ 
-#define __com_sun_star_setup_VersionIdentifier_idl__ 
- 
-#include <com/sun/star/setup/OSType.idl> 
- 
-module com {  module sun {  module star {  module setup { 
-	 
+#ifndef __com_sun_star_setup_VersionIdentifier_idl__
+#define __com_sun_star_setup_VersionIdentifier_idl__
+
+#include <com/sun/star/setup/OSType.idl>
+
+module com {  module sun {  module star {  module setup {
+
 /// @deprecated
 published struct VersionIdentifier
 {
 	// DocMerge: empty anyway
-	OSType 						eOSType; 
-		
+	OSType 						eOSType;
+
 	// DocMerge: empty anyway
-	short						nLanguage; 
-		
+	short						nLanguage;
+
 	// DocMerge: empty anyway
-	long						nBuildnumber; 
-		
+	long						nBuildnumber;
+
 	// DocMerge: empty anyway
-	string 						strProductKey; 
- 
+	string 						strProductKey;
+
 	// DocMerge: empty anyway
-	string						strInstLanguages; 
-		
+	string						strInstLanguages;
+
 	// DocMerge: empty anyway
-	string 						strInstMinor; 
-	}; 
-}; }; }; }; 
- 
-#endif 
+	string 						strInstMinor;
+	};
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/setup/WindowsRegistryAction.idl b/main/offapi/com/sun/star/setup/WindowsRegistryAction.idl
index c993a1a..b31e7c0 100644
--- a/main/offapi/com/sun/star/setup/WindowsRegistryAction.idl
+++ b/main/offapi/com/sun/star/setup/WindowsRegistryAction.idl
@@ -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,52 +7,52 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_setup_WindowsRegistryAction_idl__ 
-#define __com_sun_star_setup_WindowsRegistryAction_idl__ 
- 
-#ifndef __com_sun_star_setup_BaseAction_idl__ 
-#include <com/sun/star/setup/BaseAction.idl> 
-#endif 
- 
-module com {  module sun {  module star {  module setup { 
-	 
+#ifndef __com_sun_star_setup_WindowsRegistryAction_idl__
+#define __com_sun_star_setup_WindowsRegistryAction_idl__
+
+#ifndef __com_sun_star_setup_BaseAction_idl__
+#include <com/sun/star/setup/BaseAction.idl>
+#endif
+
+module com {  module sun {  module star {  module setup {
+
 /// @deprecated
 published struct WindowsRegistryAction: BaseAction
-{ 
+{
 	// DocMerge: empty anyway
-	string			strKey; 
-		
+	string			strKey;
+
 	// DocMerge: empty anyway
-	string			strSubkey; 
-		
+	string			strSubkey;
+
 	// DocMerge: empty anyway
-	string			strName; 
-		
+	string			strName;
+
 	// DocMerge: empty anyway
-	string			strValue; 
- 
+	string			strValue;
+
 	// DocMerge: empty anyway
-	boolean			bCreate; 
-		
+	boolean			bCreate;
+
 	// DocMerge: empty anyway
-	boolean 		bHexValue; 
-		
+	boolean 		bHexValue;
+
 	// DocMerge: empty anyway
-	boolean			bDeleteAll; 
-	}; 
-}; }; }; }; 
- 
-#endif 
+	boolean			bDeleteAll;
+	};
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/setup/XSetup.idl b/main/offapi/com/sun/star/setup/XSetup.idl
index d1d148a..432fb9a 100644
--- a/main/offapi/com/sun/star/setup/XSetup.idl
+++ b/main/offapi/com/sun/star/setup/XSetup.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/AccessibleCell.idl b/main/offapi/com/sun/star/sheet/AccessibleCell.idl
index 84a1b01..a9dad7a 100644
--- a/main/offapi/com/sun/star/sheet/AccessibleCell.idl
+++ b/main/offapi/com/sun/star/sheet/AccessibleCell.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -56,7 +56,7 @@
 	/** This interface gives access to the whole content of the cell.
 
 	<ul>
-		<li>The parent returned by 
+		<li>The parent returned by
             <method scope="::com::sun::star::accessibility"
             >XAccessibleContext::getAccessibleParent</method>
 			is the accessible spreadsheet.</li>
@@ -83,27 +83,27 @@
                     >AccessibleStateType::MULTISELECTABLE</const> is always
                     true.</li>
 				<li><const scope="::com::sun::star::accessibility"
-                    >AccessibleStateType::OPAQUE</const> is false if the cell 
-                    has no background color or graphic, otherwise it is 
+                    >AccessibleStateType::OPAQUE</const> is false if the cell
+                    has no background color or graphic, otherwise it is
                     true.</li>
 				<li><const scope="::com::sun::star::accessibility"
-                    >AccessibleStateType::RESIZEABLE</const> is false if the 
+                    >AccessibleStateType::RESIZEABLE</const> is false if the
                     table is protected, otherwise is it true.</li>
 				<li><const scope="::com::sun::star::accessibility"
-                    >AccessibleStateType::SELECTABLE</const> is always 
+                    >AccessibleStateType::SELECTABLE</const> is always
                     true.</li>
 				<li><const scope="::com::sun::star::accessibility"
-                    >AccessibleStateType::SELECTED</const> is true, if the 
+                    >AccessibleStateType::SELECTED</const> is true, if the
                     cell is selected.</li>
 				<li><const scope="::com::sun::star::accessibility"
                     >AccessibleStateType::TRANSIENT</const> is always true.</li>
 				<li><const scope="::com::sun::star::accessibility"
-                    >AccessibleStateType::SHOWING</const>Is true if the 
+                    >AccessibleStateType::SHOWING</const>Is true if the
                     Bounding Box lies in Bounding Box of the parent. Otherwise
                     it is false.</li>
 				<li><const scope="::com::sun::star::accessibility"
-                    >AccessibleStateType::VISIBLE</const>Is false if the 
-                    column/row with this cell is filtered or hidden. 
+                    >AccessibleStateType::VISIBLE</const>Is false if the
+                    column/row with this cell is filtered or hidden.
                     Otherwise is true.</li>
 			</ul>
 		</li>
diff --git a/main/offapi/com/sun/star/sheet/AccessibleCsvCell.idl b/main/offapi/com/sun/star/sheet/AccessibleCsvCell.idl
index 0205df0..4ac3564 100644
--- a/main/offapi/com/sun/star/sheet/AccessibleCsvCell.idl
+++ b/main/offapi/com/sun/star/sheet/AccessibleCsvCell.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/AccessibleCsvRuler.idl b/main/offapi/com/sun/star/sheet/AccessibleCsvRuler.idl
index 9188ecc..415a547 100644
--- a/main/offapi/com/sun/star/sheet/AccessibleCsvRuler.idl
+++ b/main/offapi/com/sun/star/sheet/AccessibleCsvRuler.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/AccessibleCsvTable.idl b/main/offapi/com/sun/star/sheet/AccessibleCsvTable.idl
index 4237759..d43df6a 100644
--- a/main/offapi/com/sun/star/sheet/AccessibleCsvTable.idl
+++ b/main/offapi/com/sun/star/sheet/AccessibleCsvTable.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/AccessiblePageHeaderFooterAreasView.idl b/main/offapi/com/sun/star/sheet/AccessiblePageHeaderFooterAreasView.idl
index 2a0d039..3a7d347 100644
--- a/main/offapi/com/sun/star/sheet/AccessiblePageHeaderFooterAreasView.idl
+++ b/main/offapi/com/sun/star/sheet/AccessiblePageHeaderFooterAreasView.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -55,14 +55,14 @@
 		<li>The parent returned by <method scope="::com::sun::star::accessibility"
             >XAccessibleContext::getAccessibleParent</method>
 			is the accessible spreadsheet page preview.</li>
-		<li>The children returned by 
+		<li>The children returned by
             <method scope="::com::sun::star::accessibility"
             >XAccessibleContext::getAccessibleChild</method> all
-			support the interface 
-            <type scope="::com::sun::star::accessibility">XAccessible</type. 
+			support the interface
+            <type scope="::com::sun::star::accessibility">XAccessible</type.
             Calling
 			<method scope="::com::sun::star::accessibility"
-            >XAccessible::getAccessibleContext</method> for these children 
+            >XAccessible::getAccessibleContext</method> for these children
             returns an object that supports one of the following services.</li>
 		<ul>
 			<li><type scope="::com::sun::star::text">AccessibleHeaderFooterView</type>:
@@ -79,7 +79,7 @@
 		<li>The description is ???.</li>
 		<li>The name is Header or Footer respectively.</li>
 		<li>The role is <const scope="::com::sun::star::accessibility"
-            >AccessibleRole::HEADER</const> or 
+            >AccessibleRole::HEADER</const> or
             <const scope="::com::sun::star::accessibility"
             >AccessibleRole::FOOTER</const>.</li>
 		<li>There are no relations.</li>
@@ -89,8 +89,8 @@
                     >AccessibleStateType::DEFUNC</const> is always false until
                     the preview is closed.</li>
 				<li><const scope="::com::sun::star::accessibility"
-                    >AccessibleStateType::EDITABLE</const> is always false, 
-                    because the document is not editable in the page preview. 
+                    >AccessibleStateType::EDITABLE</const> is always false,
+                    because the document is not editable in the page preview.
                     So it is left out of the list.</li>
 				<li><const scope="::com::sun::star::accessibility"
                     >AccessibleStateType::ENABLED</const> is always true.</li>
@@ -98,15 +98,15 @@
                     >AccessibleStateType::MULTILINE</const> makes no sense on
                     a document and so it is left out of the list.</li>
 				<li><const scope="::com::sun::star::accessibility"
-                    >AccessibleStateType::MULTISELECTABLE</const> is always 
-                    false, because in a page preview a selection is not 
+                    >AccessibleStateType::MULTISELECTABLE</const> is always
+                    false, because in a page preview a selection is not
                     possible. So it is left out of the list.</li>
 				<li><const scope="::com::sun::star::accessibility"
                     >AccessibleStateType::OPAQUE</const> is always true.</li>
 				<li><const scope="::com::sun::star::accessibility"
                     >AccessibleStateType::RESIZEABLE</const> is always false,
                     because you can resize the window of the page preview, but
-                    not the page preview itself. So it is left out of the 
+                    not the page preview itself. So it is left out of the
                     list.</li>
 				<li><const scope="::com::sun::star::accessibility"
                     >AccessibleStateType::SELECTABLE</const> is always false,
@@ -117,8 +117,8 @@
                     because in the page preview is no selection possible. So it
                     is left out of the list.</li>
 				<li><const scope="::com::sun::star::accessibility"
-                    >AccessibleStateType::SHOWING</const>Is true if the 
-                    Bounding Box lies in the Bounding Box of the parent. 
+                    >AccessibleStateType::SHOWING</const>Is true if the
+                    Bounding Box lies in the Bounding Box of the parent.
                     Otherwise it is false.</li>
 				<li><const scope="::com::sun::star::accessibility"
                     >AccessibleStateType::VISIBLE</const>Is always true.</li>
diff --git a/main/offapi/com/sun/star/sheet/AccessibleSpreadsheet.idl b/main/offapi/com/sun/star/sheet/AccessibleSpreadsheet.idl
index e9f882f..fffd808 100644
--- a/main/offapi/com/sun/star/sheet/AccessibleSpreadsheet.idl
+++ b/main/offapi/com/sun/star/sheet/AccessibleSpreadsheet.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -66,11 +66,11 @@
             >XAccessibleContext::getAccessibleChild</method> all
 			support the interface XAccessible. Calling
 			<method scope="::com::sun::star::accessibility"
-            >XAccessible::getAccessibleContext</method> for these children 
+            >XAccessible::getAccessibleContext</method> for these children
             returns an object that supports the following service.</li>
 		<ul>
 			<li><type scope="::com::sun::star::sheet">AccessibleCell</type>:
-				A child where calling 
+				A child where calling
                 <method scope="::com::sun::star::accessibility"
                 >XAccessibleContext::getAccessibleChild</method>
 				an object that supports this service is returned for
@@ -107,17 +107,17 @@
 				<li><const scope="::com::sun::star::accessibility"
                     >AccessibleStateType::OPAQUE</const> is always true.</li>
 				<li><const scope="::com::sun::star::accessibility"
-                    >AccessibleStateType::RESIZEABLE</const>is always 
+                    >AccessibleStateType::RESIZEABLE</const>is always
                     false.</li>
 				<li><const scope="::com::sun::star::accessibility"
-                    >AccessibleStateType::SELECTABLE</const> is always 
+                    >AccessibleStateType::SELECTABLE</const> is always
                     true.</li>
 				<li><const scope="::com::sun::star::accessibility"
-                    >AccessibleStateType::SELECTED</const> is true if the 
+                    >AccessibleStateType::SELECTED</const> is true if the
                     complete table (all cells) is selected.</li>
 				<li><const scope="::com::sun::star::accessibility"
-                    >AccessibleStateType::SHOWING</const>Is true if the 
-                    Bounding Box lies in the Bounding Box of the parent. 
+                    >AccessibleStateType::SHOWING</const>Is true if the
+                    Bounding Box lies in the Bounding Box of the parent.
                     Otherwise it is false.</li>
 				<li><const scope="::com::sun::star::accessibility"
                     >AccessibleStateType::VISIBLE</const>Is always true.</li>
diff --git a/main/offapi/com/sun/star/sheet/AccessibleSpreadsheetDocumentView.idl b/main/offapi/com/sun/star/sheet/AccessibleSpreadsheetDocumentView.idl
index cbd9737..5ea7b88 100644
--- a/main/offapi/com/sun/star/sheet/AccessibleSpreadsheetDocumentView.idl
+++ b/main/offapi/com/sun/star/sheet/AccessibleSpreadsheetDocumentView.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/AccessibleSpreadsheetPageView.idl b/main/offapi/com/sun/star/sheet/AccessibleSpreadsheetPageView.idl
index 2a16b41..a2cfa97 100644
--- a/main/offapi/com/sun/star/sheet/AccessibleSpreadsheetPageView.idl
+++ b/main/offapi/com/sun/star/sheet/AccessibleSpreadsheetPageView.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -52,11 +52,11 @@
 	    visible on the screen in the page preview.
 
 	<ul>
-		<li>The parent returned by 
+		<li>The parent returned by
             <method scope="::com::sun::star::accessibility"
             >XAccessibleContext::getAccessibleParent</method>
 			is the window which contains the view of these page preview.</li>
-		<li>The children returned by 
+		<li>The children returned by
             <method scope="::com::sun::star::accessibility"
             >XAccessibleContext::getAccessibleChild</method> all
 			support the interface XAccessible. Calling
@@ -65,13 +65,13 @@
 			an object that supports one of the following services.</li>
 		<ul>
 			<li><type scope="::com::sun::star::sheet"
-                >AccessiblePageHeaderFooterAreasView</type>: A child where calling 
+                >AccessiblePageHeaderFooterAreasView</type>: A child where calling
                 <method scope="::com::sun::star::accessibility"
                 >XAccessibleContext::getAccessibleChild</method>
 				an object that supports this service is returned for
 				every header and footer that is at least partially visible.</li>
 			<li><type scope="::com::sun::star::table">AccessibleTableView</type>:
-				A child where calling 
+				A child where calling
                 <method scope="::com::sun::star::accessibility"
                 >XAccessibleChild::getAccessibleChild</method>
 				an object that supports this service is returned for
@@ -79,7 +79,7 @@
 				and is at least partially visible. A table fragment is the
 				part of a table that is displayed on a certain page.</li>
 			<li><type scope="::com::sun::star::drawing">AccessibleShape</type>:
-				A child where calling 
+				A child where calling
                 <method scope="::com::sun::star::accessibility"
                 >XAccessibleContext::getAccessibleChild</method>
 				an object that supports this service is returned
@@ -88,7 +88,7 @@
 				<type>AccessibleSpreadsheetPageView</type> regardless
 				whether they are bound to a table or a cell.</li>
 			<li><type scope="::com::sun::star::text">AccessibleParagraphView</type>:
-				A child where calling 
+				A child where calling
                 <method scope="::com::sun::star::accessibility"
                 >XAccessibleContext::getAccessibleChild</method>
 				an object that supports this service is returned for
@@ -124,8 +124,8 @@
                     >AccessibleStateType::DEFUNC</const> is always false until
                     the preview is closed.</li>
 				<li><const scope="::com::sun::star::accessibility"
-                    >AccessibleStateType::EDITABLE</const> is always false, 
-                    because the document is not editable in the page preview. 
+                    >AccessibleStateType::EDITABLE</const> is always false,
+                    because the document is not editable in the page preview.
                     So it is left out of the list.</li>
 				<li><const scope="::com::sun::star::accessibility"
                     >AccessibleStateType::ENABLED</const> is always true.</li>
@@ -134,22 +134,22 @@
                     document and so it is left out of the list.</li>
 				<li><const scope="::com::sun::star::accessibility"
                     >AccessibleStateType::MULTI_SELECTABLE</const> is always
-                    false, because in a page preview a selection is not 
+                    false, because in a page preview a selection is not
                     possible. So it is left out of the list.</li>
 				<li><const scope="::com::sun::star::accessibility"
                     >AccessibleStateType::OPAQUE</const> is always true.</li>
 				<li><const scope="::com::sun::star::accessibility"
-                    >AccessibleStateType::RESIZEABLE</const> is always false, 
+                    >AccessibleStateType::RESIZEABLE</const> is always false,
                     because you can resize the window of the page preview, but
-                    not the page preview itself. So it is left out of the 
+                    not the page preview itself. So it is left out of the
                     list.</li>
 				<li><const scope="::com::sun::star::accessibility"
-                    >AccessibleStateType::SELECTABLE</const> is always false, 
-                    because in the page preview is no selection possible. So 
+                    >AccessibleStateType::SELECTABLE</const> is always false,
+                    because in the page preview is no selection possible. So
                     it is left out of the list.</li>
 				<li><const scope="::com::sun::star::accessibility"
-                    >AccessibleStateType::SELECTED</const> is always false, 
-                    because in the page preview is no selection possible. So 
+                    >AccessibleStateType::SELECTED</const> is always false,
+                    because in the page preview is no selection possible. So
                     it is left out of the list.</li>
 				<li><const scope="::com::sun::star::accessibility"
                     >AccessibleStateType::SHOWING</const>Is true if the
diff --git a/main/offapi/com/sun/star/sheet/ActivationEvent.idl b/main/offapi/com/sun/star/sheet/ActivationEvent.idl
index 217c700..8394ebf 100644
--- a/main/offapi/com/sun/star/sheet/ActivationEvent.idl
+++ b/main/offapi/com/sun/star/sheet/ActivationEvent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/AddIn.idl b/main/offapi/com/sun/star/sheet/AddIn.idl
index a2d2e80..999f92d 100644
--- a/main/offapi/com/sun/star/sheet/AddIn.idl
+++ b/main/offapi/com/sun/star/sheet/AddIn.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/AddressConvention.idl b/main/offapi/com/sun/star/sheet/AddressConvention.idl
index 8ea339f..3cd2259 100644
--- a/main/offapi/com/sun/star/sheet/AddressConvention.idl
+++ b/main/offapi/com/sun/star/sheet/AddressConvention.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,7 +30,7 @@
 
 //=============================================================================
 
-/** These constants specify which address convention to use in the formula 
+/** These constants specify which address convention to use in the formula
     parser.  Each variation specifies a different cell and cell range address
     syntax.
 
@@ -38,7 +38,7 @@
   */
 constants AddressConvention
 {
-    
+
     const short UNSPECIFIED = -1;
 
 
diff --git a/main/offapi/com/sun/star/sheet/Border.idl b/main/offapi/com/sun/star/sheet/Border.idl
index 46d0e74..f05e402 100644
--- a/main/offapi/com/sun/star/sheet/Border.idl
+++ b/main/offapi/com/sun/star/sheet/Border.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/CellAnnotation.idl b/main/offapi/com/sun/star/sheet/CellAnnotation.idl
index 83e1d48..ab3fd15 100644
--- a/main/offapi/com/sun/star/sheet/CellAnnotation.idl
+++ b/main/offapi/com/sun/star/sheet/CellAnnotation.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/CellAnnotationShape.idl b/main/offapi/com/sun/star/sheet/CellAnnotationShape.idl
index f3d602b..a132af0 100644
--- a/main/offapi/com/sun/star/sheet/CellAnnotationShape.idl
+++ b/main/offapi/com/sun/star/sheet/CellAnnotationShape.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/CellAnnotations.idl b/main/offapi/com/sun/star/sheet/CellAnnotations.idl
index 9a6a445..2e9263a 100644
--- a/main/offapi/com/sun/star/sheet/CellAnnotations.idl
+++ b/main/offapi/com/sun/star/sheet/CellAnnotations.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/CellAnnotationsEnumeration.idl b/main/offapi/com/sun/star/sheet/CellAnnotationsEnumeration.idl
index c51067c..274eb24 100644
--- a/main/offapi/com/sun/star/sheet/CellAnnotationsEnumeration.idl
+++ b/main/offapi/com/sun/star/sheet/CellAnnotationsEnumeration.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/CellAreaLink.idl b/main/offapi/com/sun/star/sheet/CellAreaLink.idl
index a8feb22..fd37cb2 100644
--- a/main/offapi/com/sun/star/sheet/CellAreaLink.idl
+++ b/main/offapi/com/sun/star/sheet/CellAreaLink.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/CellAreaLinks.idl b/main/offapi/com/sun/star/sheet/CellAreaLinks.idl
index df4714c..7b82996 100644
--- a/main/offapi/com/sun/star/sheet/CellAreaLinks.idl
+++ b/main/offapi/com/sun/star/sheet/CellAreaLinks.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/CellAreaLinksEnumeration.idl b/main/offapi/com/sun/star/sheet/CellAreaLinksEnumeration.idl
index e75441d..ff30728 100644
--- a/main/offapi/com/sun/star/sheet/CellAreaLinksEnumeration.idl
+++ b/main/offapi/com/sun/star/sheet/CellAreaLinksEnumeration.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/CellDeleteMode.idl b/main/offapi/com/sun/star/sheet/CellDeleteMode.idl
index f135c6e..cb14d45 100644
--- a/main/offapi/com/sun/star/sheet/CellDeleteMode.idl
+++ b/main/offapi/com/sun/star/sheet/CellDeleteMode.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/CellFlags.idl b/main/offapi/com/sun/star/sheet/CellFlags.idl
index 899f1b8..f36a533 100644
--- a/main/offapi/com/sun/star/sheet/CellFlags.idl
+++ b/main/offapi/com/sun/star/sheet/CellFlags.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/CellFormatRanges.idl b/main/offapi/com/sun/star/sheet/CellFormatRanges.idl
index eeece75..7d39988 100644
--- a/main/offapi/com/sun/star/sheet/CellFormatRanges.idl
+++ b/main/offapi/com/sun/star/sheet/CellFormatRanges.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/CellFormatRangesEnumeration.idl b/main/offapi/com/sun/star/sheet/CellFormatRangesEnumeration.idl
index 5983c24..29fca45 100644
--- a/main/offapi/com/sun/star/sheet/CellFormatRangesEnumeration.idl
+++ b/main/offapi/com/sun/star/sheet/CellFormatRangesEnumeration.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/CellInsertMode.idl b/main/offapi/com/sun/star/sheet/CellInsertMode.idl
index fe7f8b2..4259e2a 100644
--- a/main/offapi/com/sun/star/sheet/CellInsertMode.idl
+++ b/main/offapi/com/sun/star/sheet/CellInsertMode.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/Cells.idl b/main/offapi/com/sun/star/sheet/Cells.idl
index 79a7a09..6cd8fa1 100644
--- a/main/offapi/com/sun/star/sheet/Cells.idl
+++ b/main/offapi/com/sun/star/sheet/Cells.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/CellsEnumeration.idl b/main/offapi/com/sun/star/sheet/CellsEnumeration.idl
index ef705b0..e7677ff 100644
--- a/main/offapi/com/sun/star/sheet/CellsEnumeration.idl
+++ b/main/offapi/com/sun/star/sheet/CellsEnumeration.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/ComplexReference.idl b/main/offapi/com/sun/star/sheet/ComplexReference.idl
index b41389c..c83dbba 100644
--- a/main/offapi/com/sun/star/sheet/ComplexReference.idl
+++ b/main/offapi/com/sun/star/sheet/ComplexReference.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/ConditionOperator.idl b/main/offapi/com/sun/star/sheet/ConditionOperator.idl
index b06956d..3ad961b 100644
--- a/main/offapi/com/sun/star/sheet/ConditionOperator.idl
+++ b/main/offapi/com/sun/star/sheet/ConditionOperator.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/ConsolidationDescriptor.idl b/main/offapi/com/sun/star/sheet/ConsolidationDescriptor.idl
index 62da3f3..4527e7c 100644
--- a/main/offapi/com/sun/star/sheet/ConsolidationDescriptor.idl
+++ b/main/offapi/com/sun/star/sheet/ConsolidationDescriptor.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/DDEItemInfo.idl b/main/offapi/com/sun/star/sheet/DDEItemInfo.idl
index 3a4da04..47547ad 100644
--- a/main/offapi/com/sun/star/sheet/DDEItemInfo.idl
+++ b/main/offapi/com/sun/star/sheet/DDEItemInfo.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/DDELink.idl b/main/offapi/com/sun/star/sheet/DDELink.idl
index 8db0666..74fa29f 100644
--- a/main/offapi/com/sun/star/sheet/DDELink.idl
+++ b/main/offapi/com/sun/star/sheet/DDELink.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/DDELinkInfo.idl b/main/offapi/com/sun/star/sheet/DDELinkInfo.idl
index b1e6246..f6758c5 100644
--- a/main/offapi/com/sun/star/sheet/DDELinkInfo.idl
+++ b/main/offapi/com/sun/star/sheet/DDELinkInfo.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/DDELinkMode.idl b/main/offapi/com/sun/star/sheet/DDELinkMode.idl
index e417090..89ce43f 100644
--- a/main/offapi/com/sun/star/sheet/DDELinkMode.idl
+++ b/main/offapi/com/sun/star/sheet/DDELinkMode.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/DDELinks.idl b/main/offapi/com/sun/star/sheet/DDELinks.idl
index 864005b..06bb942 100644
--- a/main/offapi/com/sun/star/sheet/DDELinks.idl
+++ b/main/offapi/com/sun/star/sheet/DDELinks.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/DDELinksEnumeration.idl b/main/offapi/com/sun/star/sheet/DDELinksEnumeration.idl
index d773048..6da86fe 100644
--- a/main/offapi/com/sun/star/sheet/DDELinksEnumeration.idl
+++ b/main/offapi/com/sun/star/sheet/DDELinksEnumeration.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/DataImportMode.idl b/main/offapi/com/sun/star/sheet/DataImportMode.idl
index b7c6142..9ab1c25 100644
--- a/main/offapi/com/sun/star/sheet/DataImportMode.idl
+++ b/main/offapi/com/sun/star/sheet/DataImportMode.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/DataPilotDescriptor.idl b/main/offapi/com/sun/star/sheet/DataPilotDescriptor.idl
index 49b1c5d..005f9c5 100644
--- a/main/offapi/com/sun/star/sheet/DataPilotDescriptor.idl
+++ b/main/offapi/com/sun/star/sheet/DataPilotDescriptor.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/DataPilotField.idl b/main/offapi/com/sun/star/sheet/DataPilotField.idl
index be70a37..78f16d8 100644
--- a/main/offapi/com/sun/star/sheet/DataPilotField.idl
+++ b/main/offapi/com/sun/star/sheet/DataPilotField.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/DataPilotFieldAutoShowInfo.idl b/main/offapi/com/sun/star/sheet/DataPilotFieldAutoShowInfo.idl
index 28dfd1c..d3af1b5 100644
--- a/main/offapi/com/sun/star/sheet/DataPilotFieldAutoShowInfo.idl
+++ b/main/offapi/com/sun/star/sheet/DataPilotFieldAutoShowInfo.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/DataPilotFieldFilter.idl b/main/offapi/com/sun/star/sheet/DataPilotFieldFilter.idl
index 89923b1..67e21a1 100644
--- a/main/offapi/com/sun/star/sheet/DataPilotFieldFilter.idl
+++ b/main/offapi/com/sun/star/sheet/DataPilotFieldFilter.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/DataPilotFieldGroup.idl b/main/offapi/com/sun/star/sheet/DataPilotFieldGroup.idl
index bf99005..776051f 100644
--- a/main/offapi/com/sun/star/sheet/DataPilotFieldGroup.idl
+++ b/main/offapi/com/sun/star/sheet/DataPilotFieldGroup.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/DataPilotFieldGroupBy.idl b/main/offapi/com/sun/star/sheet/DataPilotFieldGroupBy.idl
index ef1c39c..0c61aff 100644
--- a/main/offapi/com/sun/star/sheet/DataPilotFieldGroupBy.idl
+++ b/main/offapi/com/sun/star/sheet/DataPilotFieldGroupBy.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/DataPilotFieldGroupEnumeration.idl b/main/offapi/com/sun/star/sheet/DataPilotFieldGroupEnumeration.idl
index e1d9d46..e7ee69e 100644
--- a/main/offapi/com/sun/star/sheet/DataPilotFieldGroupEnumeration.idl
+++ b/main/offapi/com/sun/star/sheet/DataPilotFieldGroupEnumeration.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/DataPilotFieldGroupInfo.idl b/main/offapi/com/sun/star/sheet/DataPilotFieldGroupInfo.idl
index 46e232e..add1d8d 100644
--- a/main/offapi/com/sun/star/sheet/DataPilotFieldGroupInfo.idl
+++ b/main/offapi/com/sun/star/sheet/DataPilotFieldGroupInfo.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/DataPilotFieldGroupItem.idl b/main/offapi/com/sun/star/sheet/DataPilotFieldGroupItem.idl
index 1123184..3fb6d88 100644
--- a/main/offapi/com/sun/star/sheet/DataPilotFieldGroupItem.idl
+++ b/main/offapi/com/sun/star/sheet/DataPilotFieldGroupItem.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/DataPilotFieldGroups.idl b/main/offapi/com/sun/star/sheet/DataPilotFieldGroups.idl
index a2127b2..8af8ca0 100644
--- a/main/offapi/com/sun/star/sheet/DataPilotFieldGroups.idl
+++ b/main/offapi/com/sun/star/sheet/DataPilotFieldGroups.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/DataPilotFieldGroupsEnumeration.idl b/main/offapi/com/sun/star/sheet/DataPilotFieldGroupsEnumeration.idl
index 8eaee54..687c5fe 100644
--- a/main/offapi/com/sun/star/sheet/DataPilotFieldGroupsEnumeration.idl
+++ b/main/offapi/com/sun/star/sheet/DataPilotFieldGroupsEnumeration.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/DataPilotFieldLayoutInfo.idl b/main/offapi/com/sun/star/sheet/DataPilotFieldLayoutInfo.idl
index 7f23b02..084329d 100644
--- a/main/offapi/com/sun/star/sheet/DataPilotFieldLayoutInfo.idl
+++ b/main/offapi/com/sun/star/sheet/DataPilotFieldLayoutInfo.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/DataPilotFieldLayoutMode.idl b/main/offapi/com/sun/star/sheet/DataPilotFieldLayoutMode.idl
index 4bb8972..f01b51e 100644
--- a/main/offapi/com/sun/star/sheet/DataPilotFieldLayoutMode.idl
+++ b/main/offapi/com/sun/star/sheet/DataPilotFieldLayoutMode.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/DataPilotFieldOrientation.idl b/main/offapi/com/sun/star/sheet/DataPilotFieldOrientation.idl
index 0aac635..9db840a 100644
--- a/main/offapi/com/sun/star/sheet/DataPilotFieldOrientation.idl
+++ b/main/offapi/com/sun/star/sheet/DataPilotFieldOrientation.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/DataPilotFieldReference.idl b/main/offapi/com/sun/star/sheet/DataPilotFieldReference.idl
index 10f2706..deef26d 100644
--- a/main/offapi/com/sun/star/sheet/DataPilotFieldReference.idl
+++ b/main/offapi/com/sun/star/sheet/DataPilotFieldReference.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/DataPilotFieldReferenceItemType.idl b/main/offapi/com/sun/star/sheet/DataPilotFieldReferenceItemType.idl
index b47692d..3e934e9 100644
--- a/main/offapi/com/sun/star/sheet/DataPilotFieldReferenceItemType.idl
+++ b/main/offapi/com/sun/star/sheet/DataPilotFieldReferenceItemType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/DataPilotFieldReferenceType.idl b/main/offapi/com/sun/star/sheet/DataPilotFieldReferenceType.idl
index f313c09..51a7f74 100644
--- a/main/offapi/com/sun/star/sheet/DataPilotFieldReferenceType.idl
+++ b/main/offapi/com/sun/star/sheet/DataPilotFieldReferenceType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/DataPilotFieldShowItemsMode.idl b/main/offapi/com/sun/star/sheet/DataPilotFieldShowItemsMode.idl
index 8800858..e1a3b59 100644
--- a/main/offapi/com/sun/star/sheet/DataPilotFieldShowItemsMode.idl
+++ b/main/offapi/com/sun/star/sheet/DataPilotFieldShowItemsMode.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/DataPilotFieldSortInfo.idl b/main/offapi/com/sun/star/sheet/DataPilotFieldSortInfo.idl
index 4fb0b17..cf4b6c6 100644
--- a/main/offapi/com/sun/star/sheet/DataPilotFieldSortInfo.idl
+++ b/main/offapi/com/sun/star/sheet/DataPilotFieldSortInfo.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/DataPilotFieldSortMode.idl b/main/offapi/com/sun/star/sheet/DataPilotFieldSortMode.idl
index 7aee031..1f8b3c9 100644
--- a/main/offapi/com/sun/star/sheet/DataPilotFieldSortMode.idl
+++ b/main/offapi/com/sun/star/sheet/DataPilotFieldSortMode.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/DataPilotFields.idl b/main/offapi/com/sun/star/sheet/DataPilotFields.idl
index eaa63bd..0ac9da8 100644
--- a/main/offapi/com/sun/star/sheet/DataPilotFields.idl
+++ b/main/offapi/com/sun/star/sheet/DataPilotFields.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/DataPilotFieldsEnumeration.idl b/main/offapi/com/sun/star/sheet/DataPilotFieldsEnumeration.idl
index 8c60bfc..31d89b5 100644
--- a/main/offapi/com/sun/star/sheet/DataPilotFieldsEnumeration.idl
+++ b/main/offapi/com/sun/star/sheet/DataPilotFieldsEnumeration.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/DataPilotItem.idl b/main/offapi/com/sun/star/sheet/DataPilotItem.idl
index dee563b..2de6b15 100644
--- a/main/offapi/com/sun/star/sheet/DataPilotItem.idl
+++ b/main/offapi/com/sun/star/sheet/DataPilotItem.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/DataPilotItems.idl b/main/offapi/com/sun/star/sheet/DataPilotItems.idl
index 3d5fac9..d3fd8b3 100644
--- a/main/offapi/com/sun/star/sheet/DataPilotItems.idl
+++ b/main/offapi/com/sun/star/sheet/DataPilotItems.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/DataPilotItemsEnumeration.idl b/main/offapi/com/sun/star/sheet/DataPilotItemsEnumeration.idl
index 815bbc8..9f4ce62 100644
--- a/main/offapi/com/sun/star/sheet/DataPilotItemsEnumeration.idl
+++ b/main/offapi/com/sun/star/sheet/DataPilotItemsEnumeration.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/DataPilotOutputRangeType.idl b/main/offapi/com/sun/star/sheet/DataPilotOutputRangeType.idl
index a9f7430..5f1e9a5 100644
--- a/main/offapi/com/sun/star/sheet/DataPilotOutputRangeType.idl
+++ b/main/offapi/com/sun/star/sheet/DataPilotOutputRangeType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -31,7 +31,7 @@
 /** specifies region type of DataPilot table range
 
     <p>This constant set is used to indicate the type of output range desired when
-    <method>XDataPilotTable2::getOutputRangeByType</method> is called, which 
+    <method>XDataPilotTable2::getOutputRangeByType</method> is called, which
     returns a different cell range depending upon the value passed to it as the argument.</p>
 
     @see com::sun::star::sheet::XDataPilotTable2
@@ -48,7 +48,7 @@
 
     //------------------------------------------------------------------------
 
-    /** whole table but without the header area where the filter and page field 
+    /** whole table but without the header area where the filter and page field
         buttons are located. */
     const long TABLE = 1;
 
diff --git a/main/offapi/com/sun/star/sheet/DataPilotSource.idl b/main/offapi/com/sun/star/sheet/DataPilotSource.idl
index 11ef7ad..b28a00e 100644
--- a/main/offapi/com/sun/star/sheet/DataPilotSource.idl
+++ b/main/offapi/com/sun/star/sheet/DataPilotSource.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -102,7 +102,7 @@
 
     //-------------------------------------------------------------------------
 
-    /** specifies the number of column fields. 
+    /** specifies the number of column fields.
 
         @since OpenOffice 3.0
      */
@@ -110,7 +110,7 @@
 
     //-------------------------------------------------------------------------
 
-    /** specifies the number of data fields. 
+    /** specifies the number of data fields.
 
         @since OpenOffice 3.0
      */
diff --git a/main/offapi/com/sun/star/sheet/DataPilotSourceDimension.idl b/main/offapi/com/sun/star/sheet/DataPilotSourceDimension.idl
index 8a1a591..f8cdd55 100644
--- a/main/offapi/com/sun/star/sheet/DataPilotSourceDimension.idl
+++ b/main/offapi/com/sun/star/sheet/DataPilotSourceDimension.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/DataPilotSourceDimensions.idl b/main/offapi/com/sun/star/sheet/DataPilotSourceDimensions.idl
index fe3abd1..283dede 100644
--- a/main/offapi/com/sun/star/sheet/DataPilotSourceDimensions.idl
+++ b/main/offapi/com/sun/star/sheet/DataPilotSourceDimensions.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/DataPilotSourceHierarchies.idl b/main/offapi/com/sun/star/sheet/DataPilotSourceHierarchies.idl
index 0e6e9d4..13b154e 100644
--- a/main/offapi/com/sun/star/sheet/DataPilotSourceHierarchies.idl
+++ b/main/offapi/com/sun/star/sheet/DataPilotSourceHierarchies.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/DataPilotSourceHierarchy.idl b/main/offapi/com/sun/star/sheet/DataPilotSourceHierarchy.idl
index f8554e1..39866f1 100644
--- a/main/offapi/com/sun/star/sheet/DataPilotSourceHierarchy.idl
+++ b/main/offapi/com/sun/star/sheet/DataPilotSourceHierarchy.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/DataPilotSourceLevel.idl b/main/offapi/com/sun/star/sheet/DataPilotSourceLevel.idl
index 7207c69..67b25b5 100644
--- a/main/offapi/com/sun/star/sheet/DataPilotSourceLevel.idl
+++ b/main/offapi/com/sun/star/sheet/DataPilotSourceLevel.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/DataPilotSourceLevels.idl b/main/offapi/com/sun/star/sheet/DataPilotSourceLevels.idl
index 880dd1b..70b9566 100644
--- a/main/offapi/com/sun/star/sheet/DataPilotSourceLevels.idl
+++ b/main/offapi/com/sun/star/sheet/DataPilotSourceLevels.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/DataPilotSourceMember.idl b/main/offapi/com/sun/star/sheet/DataPilotSourceMember.idl
index 6a40124..44c952d 100644
--- a/main/offapi/com/sun/star/sheet/DataPilotSourceMember.idl
+++ b/main/offapi/com/sun/star/sheet/DataPilotSourceMember.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/DataPilotSourceMembers.idl b/main/offapi/com/sun/star/sheet/DataPilotSourceMembers.idl
index 3b8ece9..146fbe8 100644
--- a/main/offapi/com/sun/star/sheet/DataPilotSourceMembers.idl
+++ b/main/offapi/com/sun/star/sheet/DataPilotSourceMembers.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/DataPilotTable.idl b/main/offapi/com/sun/star/sheet/DataPilotTable.idl
index ae0e459..d94411d 100644
--- a/main/offapi/com/sun/star/sheet/DataPilotTable.idl
+++ b/main/offapi/com/sun/star/sheet/DataPilotTable.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/DataPilotTableHeaderData.idl b/main/offapi/com/sun/star/sheet/DataPilotTableHeaderData.idl
index 5278f43..85f5eb7 100644
--- a/main/offapi/com/sun/star/sheet/DataPilotTableHeaderData.idl
+++ b/main/offapi/com/sun/star/sheet/DataPilotTableHeaderData.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -35,11 +35,11 @@
 
 /** information about a cell within the column or row header area of a DataPilot table.
 
-    This struct contains information about a particular cell located within the 
+    This struct contains information about a particular cell located within the
     column or row header area of a DataPilot table.  This is the type that is
-    contained in <member>DataPilotTablePositionData::PositionData</member> when 
+    contained in <member>DataPilotTablePositionData::PositionData</member> when
     the value of <member>DataPilotTablePositionData::PositionType</member> is
-    either <const>DataPilotTablePositionType::ROW_HEADER</const> or 
+    either <const>DataPilotTablePositionType::ROW_HEADER</const> or
     <const>DataPilotTablePositionType::COLUMN_HEADER</const>.
 
     @see com::sun::star::sheet::DataPilotTablePositionData
diff --git a/main/offapi/com/sun/star/sheet/DataPilotTablePositionData.idl b/main/offapi/com/sun/star/sheet/DataPilotTablePositionData.idl
index b857bbf..1c79949 100644
--- a/main/offapi/com/sun/star/sheet/DataPilotTablePositionData.idl
+++ b/main/offapi/com/sun/star/sheet/DataPilotTablePositionData.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -50,7 +50,7 @@
 {
 	//-------------------------------------------------------------------------
 
-    /** This parameter specifies which sub-area of a DataPilot table a given 
+    /** This parameter specifies which sub-area of a DataPilot table a given
         cell is positioned.  See <type>DataPilotTablePositionType</type>
         for how to interpret the value of this parameter.
 
@@ -60,15 +60,15 @@
 
 	//-------------------------------------------------------------------------
 
-    /** <p>This member contains a structure of different types depending on the 
+    /** <p>This member contains a structure of different types depending on the
         position type specified in <member>PositionType</member> member.</p>
 
-        <p>When the value of <member>PositionType</member> is 
-        <const>DataPilotTablePositionType::RESULT</const>, <member>DataPilotTablePositionData::PositionData</member> 
-        contains an instance of type <type>DataPilotTableResultData</type>, 
+        <p>When the value of <member>PositionType</member> is
+        <const>DataPilotTablePositionType::RESULT</const>, <member>DataPilotTablePositionData::PositionData</member>
+        contains an instance of type <type>DataPilotTableResultData</type>,
         whereas when the value of <member>DataPilotTablePositionData::PositionType</member>
-        is either <const>DataPilotTablePositionType::ROW_HEADER</const> 
-        or <const>DataPilotTablePositionType::COLUMN_HEADER</const>, then the 
+        is either <const>DataPilotTablePositionType::ROW_HEADER</const>
+        or <const>DataPilotTablePositionType::COLUMN_HEADER</const>, then the
         <member>PositionData</member> member contains an instance of type <type>
         DataPilotTableHeaderData</type>.</p>
 
diff --git a/main/offapi/com/sun/star/sheet/DataPilotTablePositionType.idl b/main/offapi/com/sun/star/sheet/DataPilotTablePositionType.idl
index 7bb6fbb..b1daca3 100644
--- a/main/offapi/com/sun/star/sheet/DataPilotTablePositionType.idl
+++ b/main/offapi/com/sun/star/sheet/DataPilotTablePositionType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -60,7 +60,7 @@
 
     //------------------------------------------------------------------------
 
-    /** indicates that the specified cell is within the table but in areas 
+    /** indicates that the specified cell is within the table but in areas
         other than the result or header areas. */
     const long OTHER = 4;
 };
diff --git a/main/offapi/com/sun/star/sheet/DataPilotTableResultData.idl b/main/offapi/com/sun/star/sheet/DataPilotTableResultData.idl
index 34d93d5..051dd06 100644
--- a/main/offapi/com/sun/star/sheet/DataPilotTableResultData.idl
+++ b/main/offapi/com/sun/star/sheet/DataPilotTableResultData.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -35,7 +35,7 @@
 
 /** information about a cell positioned within the result area of a DataPilot table.
 
-    <p><type>DataPilotTableResultData</type> contains information about a 
+    <p><type>DataPilotTableResultData</type> contains information about a
     particular cell positioned within the result area of a DataPilot table.</p>
 
     @see com::sun::star::sheet::DataPilotTablePositionData
@@ -66,7 +66,7 @@
 
     //------------------------------------------------------------------------
 
-    /** more information about the result contained in the 
+    /** more information about the result contained in the
         <type>DataResult</type> type.
 
         @see com::sun::star::sheet::DataResult
diff --git a/main/offapi/com/sun/star/sheet/DataPilotTables.idl b/main/offapi/com/sun/star/sheet/DataPilotTables.idl
index 1593869..6e71f1b 100644
--- a/main/offapi/com/sun/star/sheet/DataPilotTables.idl
+++ b/main/offapi/com/sun/star/sheet/DataPilotTables.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/DataPilotTablesEnumeration.idl b/main/offapi/com/sun/star/sheet/DataPilotTablesEnumeration.idl
index 69c36b6..bddab77 100644
--- a/main/offapi/com/sun/star/sheet/DataPilotTablesEnumeration.idl
+++ b/main/offapi/com/sun/star/sheet/DataPilotTablesEnumeration.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/DataResult.idl b/main/offapi/com/sun/star/sheet/DataResult.idl
index 8c735d3..836d78b 100644
--- a/main/offapi/com/sun/star/sheet/DataResult.idl
+++ b/main/offapi/com/sun/star/sheet/DataResult.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/DataResultFlags.idl b/main/offapi/com/sun/star/sheet/DataResultFlags.idl
index 99e21b6..a425567 100644
--- a/main/offapi/com/sun/star/sheet/DataResultFlags.idl
+++ b/main/offapi/com/sun/star/sheet/DataResultFlags.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/DatabaseImportDescriptor.idl b/main/offapi/com/sun/star/sheet/DatabaseImportDescriptor.idl
index a030ade..d010867 100644
--- a/main/offapi/com/sun/star/sheet/DatabaseImportDescriptor.idl
+++ b/main/offapi/com/sun/star/sheet/DatabaseImportDescriptor.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/DatabaseRange.idl b/main/offapi/com/sun/star/sheet/DatabaseRange.idl
index 2f1731c..5d0476e 100644
--- a/main/offapi/com/sun/star/sheet/DatabaseRange.idl
+++ b/main/offapi/com/sun/star/sheet/DatabaseRange.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/DatabaseRanges.idl b/main/offapi/com/sun/star/sheet/DatabaseRanges.idl
index f6cad1a..244b646 100644
--- a/main/offapi/com/sun/star/sheet/DatabaseRanges.idl
+++ b/main/offapi/com/sun/star/sheet/DatabaseRanges.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/DatabaseRangesEnumeration.idl b/main/offapi/com/sun/star/sheet/DatabaseRangesEnumeration.idl
index 5b03689..7418996 100644
--- a/main/offapi/com/sun/star/sheet/DatabaseRangesEnumeration.idl
+++ b/main/offapi/com/sun/star/sheet/DatabaseRangesEnumeration.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/DimensionFlags.idl b/main/offapi/com/sun/star/sheet/DimensionFlags.idl
index 90a10f6..73000e9 100644
--- a/main/offapi/com/sun/star/sheet/DimensionFlags.idl
+++ b/main/offapi/com/sun/star/sheet/DimensionFlags.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/DocumentSettings.idl b/main/offapi/com/sun/star/sheet/DocumentSettings.idl
index 58bb344..c50d59e 100644
--- a/main/offapi/com/sun/star/sheet/DocumentSettings.idl
+++ b/main/offapi/com/sun/star/sheet/DocumentSettings.idl
@@ -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.
- * 
+ *
  *************************************************************/
 
 
 #ifndef __com_sun_star_sheet_DocumentSettings_idl__
 #define __com_sun_star_sheet_DocumentSettings_idl__
 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
+#ifndef __com_sun_star_beans_XPropertySet_idl__
 #include <com/sun/star/beans/XPropertySet.idl>
 #endif
 
@@ -51,7 +51,7 @@
 published service DocumentSettings
 {
     service com::sun::star::document::Settings;
-	
+
     //-------------------------------------------------------------------------
     /** provides access to the properties.
      */
diff --git a/main/offapi/com/sun/star/sheet/ExternalDocLink.idl b/main/offapi/com/sun/star/sheet/ExternalDocLink.idl
index bdba89d..d7d74ce 100644
--- a/main/offapi/com/sun/star/sheet/ExternalDocLink.idl
+++ b/main/offapi/com/sun/star/sheet/ExternalDocLink.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,7 +30,7 @@
 
 //=============================================================================
 
-/** Represents a single external document link. 
+/** Represents a single external document link.
 
     <p>An external document link contains cached data used for external cell
     and cell range references as well as external range names.</p>
diff --git a/main/offapi/com/sun/star/sheet/ExternalDocLinks.idl b/main/offapi/com/sun/star/sheet/ExternalDocLinks.idl
index 0c45bb8..d8fe36b 100644
--- a/main/offapi/com/sun/star/sheet/ExternalDocLinks.idl
+++ b/main/offapi/com/sun/star/sheet/ExternalDocLinks.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/ExternalLinkInfo.idl b/main/offapi/com/sun/star/sheet/ExternalLinkInfo.idl
index 516f0fa..4bc5e11 100644
--- a/main/offapi/com/sun/star/sheet/ExternalLinkInfo.idl
+++ b/main/offapi/com/sun/star/sheet/ExternalLinkInfo.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/ExternalLinkType.idl b/main/offapi/com/sun/star/sheet/ExternalLinkType.idl
index 3720e0c..bb2e3f3 100644
--- a/main/offapi/com/sun/star/sheet/ExternalLinkType.idl
+++ b/main/offapi/com/sun/star/sheet/ExternalLinkType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/ExternalReference.idl b/main/offapi/com/sun/star/sheet/ExternalReference.idl
index 6725975..fafc5ad 100644
--- a/main/offapi/com/sun/star/sheet/ExternalReference.idl
+++ b/main/offapi/com/sun/star/sheet/ExternalReference.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/ExternalSheetCache.idl b/main/offapi/com/sun/star/sheet/ExternalSheetCache.idl
index 4ccd97d..f041bfe 100644
--- a/main/offapi/com/sun/star/sheet/ExternalSheetCache.idl
+++ b/main/offapi/com/sun/star/sheet/ExternalSheetCache.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -29,14 +29,14 @@
 module com {  module sun {  module star {  module sheet {
 
 /** A single sheet cache for an external document.
-   
+
     <p>This cached data is used for external cell and cell range references,
     as well as external range names.  An <type scope="com::sun::star::sheet">ExternalDocLink</type>
     instance contains a set of these sheet caches.</p>
 
     @see com::sun::star::sheet::ExternalDocLink
     @see com::sun::star::sheet::XExternalSheetCache
-    
+
     @since OpenOffice 3.1
  */
 service ExternalSheetCache : XExternalSheetCache
diff --git a/main/offapi/com/sun/star/sheet/FillDateMode.idl b/main/offapi/com/sun/star/sheet/FillDateMode.idl
index 8c7b040..084927a 100644
--- a/main/offapi/com/sun/star/sheet/FillDateMode.idl
+++ b/main/offapi/com/sun/star/sheet/FillDateMode.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/FillDirection.idl b/main/offapi/com/sun/star/sheet/FillDirection.idl
index b05a500..0b3d58b 100644
--- a/main/offapi/com/sun/star/sheet/FillDirection.idl
+++ b/main/offapi/com/sun/star/sheet/FillDirection.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/FillMode.idl b/main/offapi/com/sun/star/sheet/FillMode.idl
index 9f5412a..7cc185d 100644
--- a/main/offapi/com/sun/star/sheet/FillMode.idl
+++ b/main/offapi/com/sun/star/sheet/FillMode.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/FilterConnection.idl b/main/offapi/com/sun/star/sheet/FilterConnection.idl
index 22e8cb3..fd49791 100644
--- a/main/offapi/com/sun/star/sheet/FilterConnection.idl
+++ b/main/offapi/com/sun/star/sheet/FilterConnection.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/FilterFormulaParser.idl b/main/offapi/com/sun/star/sheet/FilterFormulaParser.idl
index f892ba1..43b14cc 100644
--- a/main/offapi/com/sun/star/sheet/FilterFormulaParser.idl
+++ b/main/offapi/com/sun/star/sheet/FilterFormulaParser.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/FilterOperator.idl b/main/offapi/com/sun/star/sheet/FilterOperator.idl
index 1c0dfbe..c37a3b4 100644
--- a/main/offapi/com/sun/star/sheet/FilterOperator.idl
+++ b/main/offapi/com/sun/star/sheet/FilterOperator.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/FilterOperator2.idl b/main/offapi/com/sun/star/sheet/FilterOperator2.idl
index a47b7d3..ebc7b9d 100644
--- a/main/offapi/com/sun/star/sheet/FilterOperator2.idl
+++ b/main/offapi/com/sun/star/sheet/FilterOperator2.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/FormulaLanguage.idl b/main/offapi/com/sun/star/sheet/FormulaLanguage.idl
index 074f20f..8f25181 100644
--- a/main/offapi/com/sun/star/sheet/FormulaLanguage.idl
+++ b/main/offapi/com/sun/star/sheet/FormulaLanguage.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/FormulaMapGroup.idl b/main/offapi/com/sun/star/sheet/FormulaMapGroup.idl
index 04dd2ca..34e4779 100644
--- a/main/offapi/com/sun/star/sheet/FormulaMapGroup.idl
+++ b/main/offapi/com/sun/star/sheet/FormulaMapGroup.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/FormulaMapGroupSpecialOffset.idl b/main/offapi/com/sun/star/sheet/FormulaMapGroupSpecialOffset.idl
index 4b314c1..ec336bb 100644
--- a/main/offapi/com/sun/star/sheet/FormulaMapGroupSpecialOffset.idl
+++ b/main/offapi/com/sun/star/sheet/FormulaMapGroupSpecialOffset.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/FormulaOpCodeMapEntry.idl b/main/offapi/com/sun/star/sheet/FormulaOpCodeMapEntry.idl
index f1c30aa..9118778 100644
--- a/main/offapi/com/sun/star/sheet/FormulaOpCodeMapEntry.idl
+++ b/main/offapi/com/sun/star/sheet/FormulaOpCodeMapEntry.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/FormulaOpCodeMapper.idl b/main/offapi/com/sun/star/sheet/FormulaOpCodeMapper.idl
index 2de9f7d..82880b8 100644
--- a/main/offapi/com/sun/star/sheet/FormulaOpCodeMapper.idl
+++ b/main/offapi/com/sun/star/sheet/FormulaOpCodeMapper.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/FormulaParser.idl b/main/offapi/com/sun/star/sheet/FormulaParser.idl
index f318850..427b62d 100644
--- a/main/offapi/com/sun/star/sheet/FormulaParser.idl
+++ b/main/offapi/com/sun/star/sheet/FormulaParser.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/FormulaResult.idl b/main/offapi/com/sun/star/sheet/FormulaResult.idl
index 91862b1..4ec2a72 100644
--- a/main/offapi/com/sun/star/sheet/FormulaResult.idl
+++ b/main/offapi/com/sun/star/sheet/FormulaResult.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/FormulaToken.idl b/main/offapi/com/sun/star/sheet/FormulaToken.idl
index a805f85..a8f7988 100644
--- a/main/offapi/com/sun/star/sheet/FormulaToken.idl
+++ b/main/offapi/com/sun/star/sheet/FormulaToken.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/FunctionAccess.idl b/main/offapi/com/sun/star/sheet/FunctionAccess.idl
index 3644f07..9b380eb 100644
--- a/main/offapi/com/sun/star/sheet/FunctionAccess.idl
+++ b/main/offapi/com/sun/star/sheet/FunctionAccess.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -54,7 +54,7 @@
 	/** provides calculating the result of a spreadsheet function.
 	 */
 	interface com::sun::star::sheet::XFunctionAccess;
-	
+
 	//-------------------------------------------------------------------------
 
 	/** specifies whether the function call is performed as array function
diff --git a/main/offapi/com/sun/star/sheet/FunctionArgument.idl b/main/offapi/com/sun/star/sheet/FunctionArgument.idl
index b2fe294..d57acdc 100644
--- a/main/offapi/com/sun/star/sheet/FunctionArgument.idl
+++ b/main/offapi/com/sun/star/sheet/FunctionArgument.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/FunctionCategory.idl b/main/offapi/com/sun/star/sheet/FunctionCategory.idl
index 655510c..4d02fae 100644
--- a/main/offapi/com/sun/star/sheet/FunctionCategory.idl
+++ b/main/offapi/com/sun/star/sheet/FunctionCategory.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/FunctionDescription.idl b/main/offapi/com/sun/star/sheet/FunctionDescription.idl
index c300bd8..3010a9c 100644
--- a/main/offapi/com/sun/star/sheet/FunctionDescription.idl
+++ b/main/offapi/com/sun/star/sheet/FunctionDescription.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/FunctionDescriptionEnumeration.idl b/main/offapi/com/sun/star/sheet/FunctionDescriptionEnumeration.idl
index d095b4b..135b321 100644
--- a/main/offapi/com/sun/star/sheet/FunctionDescriptionEnumeration.idl
+++ b/main/offapi/com/sun/star/sheet/FunctionDescriptionEnumeration.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/FunctionDescriptions.idl b/main/offapi/com/sun/star/sheet/FunctionDescriptions.idl
index b6b4032..fb5ddb6 100644
--- a/main/offapi/com/sun/star/sheet/FunctionDescriptions.idl
+++ b/main/offapi/com/sun/star/sheet/FunctionDescriptions.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/GeneralFunction.idl b/main/offapi/com/sun/star/sheet/GeneralFunction.idl
index ce32337..cec4e7b 100644
--- a/main/offapi/com/sun/star/sheet/GeneralFunction.idl
+++ b/main/offapi/com/sun/star/sheet/GeneralFunction.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/GlobalSheetSettings.idl b/main/offapi/com/sun/star/sheet/GlobalSheetSettings.idl
index a45d6f6..7a557f2 100644
--- a/main/offapi/com/sun/star/sheet/GlobalSheetSettings.idl
+++ b/main/offapi/com/sun/star/sheet/GlobalSheetSettings.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/GoalResult.idl b/main/offapi/com/sun/star/sheet/GoalResult.idl
index 9f70dfb..bb17dbc 100644
--- a/main/offapi/com/sun/star/sheet/GoalResult.idl
+++ b/main/offapi/com/sun/star/sheet/GoalResult.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/HeaderFooterContent.idl b/main/offapi/com/sun/star/sheet/HeaderFooterContent.idl
index 25e37bc..5242e55 100644
--- a/main/offapi/com/sun/star/sheet/HeaderFooterContent.idl
+++ b/main/offapi/com/sun/star/sheet/HeaderFooterContent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/LabelRange.idl b/main/offapi/com/sun/star/sheet/LabelRange.idl
index 6e1a380..b57beb0 100644
--- a/main/offapi/com/sun/star/sheet/LabelRange.idl
+++ b/main/offapi/com/sun/star/sheet/LabelRange.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/LabelRanges.idl b/main/offapi/com/sun/star/sheet/LabelRanges.idl
index 12885f9..db63874 100644
--- a/main/offapi/com/sun/star/sheet/LabelRanges.idl
+++ b/main/offapi/com/sun/star/sheet/LabelRanges.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/LabelRangesEnumeration.idl b/main/offapi/com/sun/star/sheet/LabelRangesEnumeration.idl
index b05046c..0bfb6bc 100644
--- a/main/offapi/com/sun/star/sheet/LabelRangesEnumeration.idl
+++ b/main/offapi/com/sun/star/sheet/LabelRangesEnumeration.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/LocalizedName.idl b/main/offapi/com/sun/star/sheet/LocalizedName.idl
index 623b4a3..4d66203 100644
--- a/main/offapi/com/sun/star/sheet/LocalizedName.idl
+++ b/main/offapi/com/sun/star/sheet/LocalizedName.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/MemberResult.idl b/main/offapi/com/sun/star/sheet/MemberResult.idl
index 00d9d00..cd69bee 100644
--- a/main/offapi/com/sun/star/sheet/MemberResult.idl
+++ b/main/offapi/com/sun/star/sheet/MemberResult.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/MemberResultFlags.idl b/main/offapi/com/sun/star/sheet/MemberResultFlags.idl
index b3d0a57..243a903 100644
--- a/main/offapi/com/sun/star/sheet/MemberResultFlags.idl
+++ b/main/offapi/com/sun/star/sheet/MemberResultFlags.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -54,7 +54,7 @@
 
     //-------------------------------------------------------------------------
 
-    /** The element contains a grand total. 
+    /** The element contains a grand total.
      */
     const long GRANDTOTAL = 8;
 
diff --git a/main/offapi/com/sun/star/sheet/MoveDirection.idl b/main/offapi/com/sun/star/sheet/MoveDirection.idl
index d17df02..ecf78f8 100644
--- a/main/offapi/com/sun/star/sheet/MoveDirection.idl
+++ b/main/offapi/com/sun/star/sheet/MoveDirection.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/NamedRange.idl b/main/offapi/com/sun/star/sheet/NamedRange.idl
index 5dc8fa7..ddf694c 100644
--- a/main/offapi/com/sun/star/sheet/NamedRange.idl
+++ b/main/offapi/com/sun/star/sheet/NamedRange.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/NamedRangeFlag.idl b/main/offapi/com/sun/star/sheet/NamedRangeFlag.idl
index 89a579f..d4167a5 100644
--- a/main/offapi/com/sun/star/sheet/NamedRangeFlag.idl
+++ b/main/offapi/com/sun/star/sheet/NamedRangeFlag.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/NamedRanges.idl b/main/offapi/com/sun/star/sheet/NamedRanges.idl
index 359c610..5736eac 100644
--- a/main/offapi/com/sun/star/sheet/NamedRanges.idl
+++ b/main/offapi/com/sun/star/sheet/NamedRanges.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/NamedRangesEnumeration.idl b/main/offapi/com/sun/star/sheet/NamedRangesEnumeration.idl
index 15fbe97..9568f5e 100644
--- a/main/offapi/com/sun/star/sheet/NamedRangesEnumeration.idl
+++ b/main/offapi/com/sun/star/sheet/NamedRangesEnumeration.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/NoConvergenceException.idl b/main/offapi/com/sun/star/sheet/NoConvergenceException.idl
index be8190a..0f4e89d 100644
--- a/main/offapi/com/sun/star/sheet/NoConvergenceException.idl
+++ b/main/offapi/com/sun/star/sheet/NoConvergenceException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -34,7 +34,7 @@
 
 //=============================================================================
 
-/** Thrown by a Calc Add-In function this exception indicates the 
+/** Thrown by a Calc Add-In function this exception indicates the
     function's algorithm did not converge to a meaningful result.
 
     @since OpenOffice 3.3
diff --git a/main/offapi/com/sun/star/sheet/PasteOperation.idl b/main/offapi/com/sun/star/sheet/PasteOperation.idl
index db5d10c..aebb289 100644
--- a/main/offapi/com/sun/star/sheet/PasteOperation.idl
+++ b/main/offapi/com/sun/star/sheet/PasteOperation.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/RangeScopeName.idl b/main/offapi/com/sun/star/sheet/RangeScopeName.idl
index 5fc90c0..6b333b4 100644
--- a/main/offapi/com/sun/star/sheet/RangeScopeName.idl
+++ b/main/offapi/com/sun/star/sheet/RangeScopeName.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 #ifndef __com_sun_star_sheet_RangeScopeName_idl__
 #define __com_sun_star_sheet_RangeScopeName_idl__
diff --git a/main/offapi/com/sun/star/sheet/RangeSelectionArguments.idl b/main/offapi/com/sun/star/sheet/RangeSelectionArguments.idl
index a6cb7eb..38be9de 100644
--- a/main/offapi/com/sun/star/sheet/RangeSelectionArguments.idl
+++ b/main/offapi/com/sun/star/sheet/RangeSelectionArguments.idl
@@ -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,61 +7,61 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sheet_RangeSelectionArguments_idl__ 
-#define __com_sun_star_sheet_RangeSelectionArguments_idl__ 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module sheet {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_sheet_RangeSelectionArguments_idl__
+#define __com_sun_star_sheet_RangeSelectionArguments_idl__
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module sheet {
+
+//=============================================================================
+
 /** contains the arguments for starting the range selection.
 
 	@see com::sun::star::sheet::XRangeSelection
  */
 published service RangeSelectionArguments
-{ 
+{
 	/** contains the initial value for the range descriptor.
 	 */
-	[property] string InitialValue; 
+	[property] string InitialValue;
 
 	/** contains a title for the operation.
 	 */
-	[property] string Title; 
+	[property] string Title;
 
 	/** specifies if the range selection is finished when the
 		mouse button is released, after selecting cells.
 	 */
-	[property] boolean CloseOnMouseRelease; 
-	
+	[property] boolean CloseOnMouseRelease;
+
     /** specifies if the range selection is limited to a single
         cell only.
 
-        <p>If <TRUE/>, the selection is restricted to a 
-        single cell.  If <FALSE/>, multiple adjoining cells can be 
+        <p>If <TRUE/>, the selection is restricted to a
+        single cell.  If <FALSE/>, multiple adjoining cells can be
         selected.  The default value is <FALSE/>.</p>
 
 	@since OpenOffice 2.0.3
      */
     [optional, property] boolean SingleCellMode;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
+};
+
+//=============================================================================
+
+}; }; }; };
+
 #endif
diff --git a/main/offapi/com/sun/star/sheet/RangeSelectionEvent.idl b/main/offapi/com/sun/star/sheet/RangeSelectionEvent.idl
index caa065a..055f306 100644
--- a/main/offapi/com/sun/star/sheet/RangeSelectionEvent.idl
+++ b/main/offapi/com/sun/star/sheet/RangeSelectionEvent.idl
@@ -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,46 +7,46 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sheet_RangeSelectionEvent_idl__ 
-#define __com_sun_star_sheet_RangeSelectionEvent_idl__ 
+#ifndef __com_sun_star_sheet_RangeSelectionEvent_idl__
+#define __com_sun_star_sheet_RangeSelectionEvent_idl__
 
-#ifndef __com_sun_star_lang_EventObject_idl__ 
-#include <com/sun/star/lang/EventObject.idl> 
-#endif 
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module sheet {  
- 
-//============================================================================= 
- 
+//=============================================================================
+
+ module com {  module sun {  module star {  module sheet {
+
+//=============================================================================
+
 /** specifies an event from range selection.
 
 	@see com::sun::star::sheet::XRangeSelectionListener
 	@see com::sun::star::sheet::XRangeSelectionChangeListener
  */
 published struct RangeSelectionEvent: com::sun::star::lang::EventObject
-{ 
+{
 	/** contains a textual representation of the selected range.
 	 */
-	string RangeDescriptor; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
+	string RangeDescriptor;
+};
+
+//=============================================================================
+
+}; }; }; };
+
 #endif
diff --git a/main/offapi/com/sun/star/sheet/RecentFunctions.idl b/main/offapi/com/sun/star/sheet/RecentFunctions.idl
index b14268b..b27a89d 100644
--- a/main/offapi/com/sun/star/sheet/RecentFunctions.idl
+++ b/main/offapi/com/sun/star/sheet/RecentFunctions.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/ReferenceFlags.idl b/main/offapi/com/sun/star/sheet/ReferenceFlags.idl
index 5e5849c..d0b119d 100644
--- a/main/offapi/com/sun/star/sheet/ReferenceFlags.idl
+++ b/main/offapi/com/sun/star/sheet/ReferenceFlags.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/ResultEvent.idl b/main/offapi/com/sun/star/sheet/ResultEvent.idl
index 25227a5..079b3d2 100644
--- a/main/offapi/com/sun/star/sheet/ResultEvent.idl
+++ b/main/offapi/com/sun/star/sheet/ResultEvent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/Scenario.idl b/main/offapi/com/sun/star/sheet/Scenario.idl
index 026552c..c484e07 100644
--- a/main/offapi/com/sun/star/sheet/Scenario.idl
+++ b/main/offapi/com/sun/star/sheet/Scenario.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/Scenarios.idl b/main/offapi/com/sun/star/sheet/Scenarios.idl
index 972d37c..d30454c 100644
--- a/main/offapi/com/sun/star/sheet/Scenarios.idl
+++ b/main/offapi/com/sun/star/sheet/Scenarios.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/ScenariosEnumeration.idl b/main/offapi/com/sun/star/sheet/ScenariosEnumeration.idl
index a462262..9559e67 100644
--- a/main/offapi/com/sun/star/sheet/ScenariosEnumeration.idl
+++ b/main/offapi/com/sun/star/sheet/ScenariosEnumeration.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/Shape.idl b/main/offapi/com/sun/star/sheet/Shape.idl
index 14ac903..635a869 100644
--- a/main/offapi/com/sun/star/sheet/Shape.idl
+++ b/main/offapi/com/sun/star/sheet/Shape.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/SheetCell.idl b/main/offapi/com/sun/star/sheet/SheetCell.idl
index bf1c784..9db8001 100644
--- a/main/offapi/com/sun/star/sheet/SheetCell.idl
+++ b/main/offapi/com/sun/star/sheet/SheetCell.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -226,8 +226,8 @@
 	//-------------------------------------------------------------------------
 
 	/** provides access to the text fields used in this cell.
-    
-        <p><member scope="com::sun::star::text">XTextFieldsSupplier::getTextFieldMasters</member> 
+
+        <p><member scope="com::sun::star::text">XTextFieldsSupplier::getTextFieldMasters</member>
         returns always <void/> since the field master is not supported.</p>
 	 */
 	interface com::sun::star::text::XTextFieldsSupplier;
diff --git a/main/offapi/com/sun/star/sheet/SheetCellCursor.idl b/main/offapi/com/sun/star/sheet/SheetCellCursor.idl
index 8e465d4..8408a1f 100644
--- a/main/offapi/com/sun/star/sheet/SheetCellCursor.idl
+++ b/main/offapi/com/sun/star/sheet/SheetCellCursor.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/SheetCellRange.idl b/main/offapi/com/sun/star/sheet/SheetCellRange.idl
index 81ac1b7..b0f275c 100644
--- a/main/offapi/com/sun/star/sheet/SheetCellRange.idl
+++ b/main/offapi/com/sun/star/sheet/SheetCellRange.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/SheetCellRanges.idl b/main/offapi/com/sun/star/sheet/SheetCellRanges.idl
index 9d9f1a6..24a1320 100644
--- a/main/offapi/com/sun/star/sheet/SheetCellRanges.idl
+++ b/main/offapi/com/sun/star/sheet/SheetCellRanges.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/SheetCellRangesEnumeration.idl b/main/offapi/com/sun/star/sheet/SheetCellRangesEnumeration.idl
index 314cf54..67169b6 100644
--- a/main/offapi/com/sun/star/sheet/SheetCellRangesEnumeration.idl
+++ b/main/offapi/com/sun/star/sheet/SheetCellRangesEnumeration.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/SheetFilterDescriptor.idl b/main/offapi/com/sun/star/sheet/SheetFilterDescriptor.idl
index df8c9cd..8ad7b56 100644
--- a/main/offapi/com/sun/star/sheet/SheetFilterDescriptor.idl
+++ b/main/offapi/com/sun/star/sheet/SheetFilterDescriptor.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -58,7 +58,7 @@
         structures supporting a wider range of comparison operators, compared
         to the <type>TableFilterField</type> structure provided by interface
         <type>XSheetFilterDescriptor</type>.
-        
+
         @since OpenOffice 3.2
 	 */
 	[optional] interface XSheetFilterDescriptor2;
diff --git a/main/offapi/com/sun/star/sheet/SheetLink.idl b/main/offapi/com/sun/star/sheet/SheetLink.idl
index 3ca730c..306ce7d 100644
--- a/main/offapi/com/sun/star/sheet/SheetLink.idl
+++ b/main/offapi/com/sun/star/sheet/SheetLink.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/SheetLinkMode.idl b/main/offapi/com/sun/star/sheet/SheetLinkMode.idl
index 541cac9..ecf6203 100644
--- a/main/offapi/com/sun/star/sheet/SheetLinkMode.idl
+++ b/main/offapi/com/sun/star/sheet/SheetLinkMode.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/SheetLinks.idl b/main/offapi/com/sun/star/sheet/SheetLinks.idl
index 4b15936..19e5094 100644
--- a/main/offapi/com/sun/star/sheet/SheetLinks.idl
+++ b/main/offapi/com/sun/star/sheet/SheetLinks.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/SheetLinksEnumeration.idl b/main/offapi/com/sun/star/sheet/SheetLinksEnumeration.idl
index c27b0fd..704423e 100644
--- a/main/offapi/com/sun/star/sheet/SheetLinksEnumeration.idl
+++ b/main/offapi/com/sun/star/sheet/SheetLinksEnumeration.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/SheetRangesQuery.idl b/main/offapi/com/sun/star/sheet/SheetRangesQuery.idl
index fd1aceb..02cdd70 100644
--- a/main/offapi/com/sun/star/sheet/SheetRangesQuery.idl
+++ b/main/offapi/com/sun/star/sheet/SheetRangesQuery.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/SheetSortDescriptor.idl b/main/offapi/com/sun/star/sheet/SheetSortDescriptor.idl
index 7f6ddfe..662640e 100644
--- a/main/offapi/com/sun/star/sheet/SheetSortDescriptor.idl
+++ b/main/offapi/com/sun/star/sheet/SheetSortDescriptor.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/SheetSortDescriptor2.idl b/main/offapi/com/sun/star/sheet/SheetSortDescriptor2.idl
index c356dc7..7fb74a1 100644
--- a/main/offapi/com/sun/star/sheet/SheetSortDescriptor2.idl
+++ b/main/offapi/com/sun/star/sheet/SheetSortDescriptor2.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/SingleReference.idl b/main/offapi/com/sun/star/sheet/SingleReference.idl
index 1d189bf..f3a8392 100644
--- a/main/offapi/com/sun/star/sheet/SingleReference.idl
+++ b/main/offapi/com/sun/star/sheet/SingleReference.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/Solver.idl b/main/offapi/com/sun/star/sheet/Solver.idl
index 89dab70..a4a1c11 100644
--- a/main/offapi/com/sun/star/sheet/Solver.idl
+++ b/main/offapi/com/sun/star/sheet/Solver.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/SolverConstraint.idl b/main/offapi/com/sun/star/sheet/SolverConstraint.idl
index bbf392d..cdd51a9 100644
--- a/main/offapi/com/sun/star/sheet/SolverConstraint.idl
+++ b/main/offapi/com/sun/star/sheet/SolverConstraint.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/SolverConstraintOperator.idl b/main/offapi/com/sun/star/sheet/SolverConstraintOperator.idl
index e7b798d..37890e0 100644
--- a/main/offapi/com/sun/star/sheet/SolverConstraintOperator.idl
+++ b/main/offapi/com/sun/star/sheet/SolverConstraintOperator.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/Spreadsheet.idl b/main/offapi/com/sun/star/sheet/Spreadsheet.idl
index f19ffc6..3e31a97 100644
--- a/main/offapi/com/sun/star/sheet/Spreadsheet.idl
+++ b/main/offapi/com/sun/star/sheet/Spreadsheet.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/SpreadsheetDocument.idl b/main/offapi/com/sun/star/sheet/SpreadsheetDocument.idl
index 3f9323f..b5f3254 100644
--- a/main/offapi/com/sun/star/sheet/SpreadsheetDocument.idl
+++ b/main/offapi/com/sun/star/sheet/SpreadsheetDocument.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/SpreadsheetDocumentSettings.idl b/main/offapi/com/sun/star/sheet/SpreadsheetDocumentSettings.idl
index 809d2ca..4a13564 100644
--- a/main/offapi/com/sun/star/sheet/SpreadsheetDocumentSettings.idl
+++ b/main/offapi/com/sun/star/sheet/SpreadsheetDocumentSettings.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/SpreadsheetDrawPage.idl b/main/offapi/com/sun/star/sheet/SpreadsheetDrawPage.idl
index ac41423..4b8ea31 100644
--- a/main/offapi/com/sun/star/sheet/SpreadsheetDrawPage.idl
+++ b/main/offapi/com/sun/star/sheet/SpreadsheetDrawPage.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/SpreadsheetView.idl b/main/offapi/com/sun/star/sheet/SpreadsheetView.idl
index 9539d26..6e6b27a 100644
--- a/main/offapi/com/sun/star/sheet/SpreadsheetView.idl
+++ b/main/offapi/com/sun/star/sheet/SpreadsheetView.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/SpreadsheetViewObjectsMode.idl b/main/offapi/com/sun/star/sheet/SpreadsheetViewObjectsMode.idl
index 2474b38..61d9355 100644
--- a/main/offapi/com/sun/star/sheet/SpreadsheetViewObjectsMode.idl
+++ b/main/offapi/com/sun/star/sheet/SpreadsheetViewObjectsMode.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,23 +24,23 @@
 #ifndef __com_sun_star_sheet_SpreadsheetViewObjectsMode_idl__
 #define __com_sun_star_sheet_SpreadsheetViewObjectsMode_idl__
 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module sheet {  
- 
-//============================================================================= 
- 
+//=============================================================================
+
+module com {  module sun {  module star {  module sheet {
+
+//=============================================================================
+
 /** Constants that control how embedded objects are shown in the view.
  */
 published constants SpreadsheetViewObjectsMode
-{ 
+{
 	//-------------------------------------------------------------------------
 
     /** Specifies to display a specific set of objects in the spreadsheet view.
      */
 	const short SHOW = 0;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
     /** Specifies to hide a specific set of objects from the spreadsheet view.
      */
@@ -48,9 +48,9 @@
 
 	//-------------------------------------------------------------------------
 };
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
+
+//=============================================================================
+
+}; }; }; };
+
 #endif
diff --git a/main/offapi/com/sun/star/sheet/SpreadsheetViewPane.idl b/main/offapi/com/sun/star/sheet/SpreadsheetViewPane.idl
index 8d0f1c1..8c3cc8a 100644
--- a/main/offapi/com/sun/star/sheet/SpreadsheetViewPane.idl
+++ b/main/offapi/com/sun/star/sheet/SpreadsheetViewPane.idl
@@ -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,60 +7,60 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sheet_SpreadsheetViewPane_idl__ 
-#define __com_sun_star_sheet_SpreadsheetViewPane_idl__ 
- 
-#ifndef __com_sun_star_sheet_XViewPane_idl__ 
-#include <com/sun/star/sheet/XViewPane.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sheet_XCellRangeReferrer_idl__ 
-#include <com/sun/star/sheet/XCellRangeReferrer.idl> 
-#endif 
- 
-#ifndef __com_sun_star_view_XControlAccess_idl__ 
-#include <com/sun/star/view/XControlAccess.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module sheet {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_sheet_SpreadsheetViewPane_idl__
+#define __com_sun_star_sheet_SpreadsheetViewPane_idl__
+
+#ifndef __com_sun_star_sheet_XViewPane_idl__
+#include <com/sun/star/sheet/XViewPane.idl>
+#endif
+
+#ifndef __com_sun_star_sheet_XCellRangeReferrer_idl__
+#include <com/sun/star/sheet/XCellRangeReferrer.idl>
+#endif
+
+#ifndef __com_sun_star_view_XControlAccess_idl__
+#include <com/sun/star/view/XControlAccess.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module sheet {
+
+//=============================================================================
+
 /** represents a single pane in a view of a spreadsheet document.
  */
 published service SpreadsheetViewPane
-{ 
+{
 	/** allows to control which cells are shown in the view pane.
 	 */
-	interface com::sun::star::sheet::XViewPane; 
-	
+	interface com::sun::star::sheet::XViewPane;
+
 	/** gives direct access to the cell range object for the visible range.
 	 */
-	interface com::sun::star::sheet::XCellRangeReferrer; 
- 
+	interface com::sun::star::sheet::XCellRangeReferrer;
+
 	/** provides access to a control model's control for the view pane.
 	 */
-	[optional] interface com::sun::star::view::XControlAccess; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
+	[optional] interface com::sun::star::view::XControlAccess;
+};
+
+//=============================================================================
+
+}; }; }; };
+
 #endif
diff --git a/main/offapi/com/sun/star/sheet/SpreadsheetViewPanesEnumeration.idl b/main/offapi/com/sun/star/sheet/SpreadsheetViewPanesEnumeration.idl
index 68fe635..7230591 100644
--- a/main/offapi/com/sun/star/sheet/SpreadsheetViewPanesEnumeration.idl
+++ b/main/offapi/com/sun/star/sheet/SpreadsheetViewPanesEnumeration.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/SpreadsheetViewSettings.idl b/main/offapi/com/sun/star/sheet/SpreadsheetViewSettings.idl
index 6271abf..272b856 100644
--- a/main/offapi/com/sun/star/sheet/SpreadsheetViewSettings.idl
+++ b/main/offapi/com/sun/star/sheet/SpreadsheetViewSettings.idl
@@ -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,171 +7,171 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
-#ifndef __com_sun_star_sheet_SpreadsheetViewSettings_idl__ 
-#define __com_sun_star_sheet_SpreadsheetViewSettings_idl__ 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
+#ifndef __com_sun_star_sheet_SpreadsheetViewSettings_idl__
+#define __com_sun_star_sheet_SpreadsheetViewSettings_idl__
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
 #ifndef __com_sun_star_util_Color_idl__
 #include <com/sun/star/util/Color.idl>
 #endif
 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module sheet {  
- 
-//============================================================================= 
- 
+//=============================================================================
+
+module com {  module sun {  module star {  module sheet {
+
+//=============================================================================
+
 /** contains settings which are specific to each view of a spreadsheet
  */
 published service SpreadsheetViewSettings
-{ 
+{
 	/** provides access to the properties.
 	 */
-	interface com::sun::star::beans::XPropertySet; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	interface com::sun::star::beans::XPropertySet;
+
+	//-------------------------------------------------------------------------
+
 	/** controls whether formulas are displayed instead of their
 		results.
 	 */
-	[property] boolean ShowFormulas; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean ShowFormulas;
+
+	//-------------------------------------------------------------------------
+
 	/** enables display of zero-values.
 	 */
-	[property] boolean ShowZeroValues; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean ShowZeroValues;
+
+	//-------------------------------------------------------------------------
+
 	/** controls whether strings, values, and formulas are
 		displayed in different colors.
 	 */
-	[property] boolean IsValueHighlightingEnabled; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean IsValueHighlightingEnabled;
+
+	//-------------------------------------------------------------------------
+
 	/** controls whether a marker is shown for notes in cells.
 	 */
-	[property] boolean ShowNotes; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean ShowNotes;
+
+	//-------------------------------------------------------------------------
+
 	/** enables the vertical scroll bar of the view.
 	 */
-	[property] boolean HasVerticalScrollBar; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean HasVerticalScrollBar;
+
+	//-------------------------------------------------------------------------
+
 	/** enables the horizontal scroll bar of the view.
 	 */
-	[property] boolean HasHorizontalScrollBar; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean HasHorizontalScrollBar;
+
+	//-------------------------------------------------------------------------
+
 	/** enables the sheet tabs of the view.
 	 */
-	[property] boolean HasSheetTabs; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean HasSheetTabs;
+
+	//-------------------------------------------------------------------------
+
 	/** enables the display of outline symbols.
 	 */
-	[property] boolean IsOutlineSymbolsSet; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean IsOutlineSymbolsSet;
+
+	//-------------------------------------------------------------------------
+
 	/** enables the column and row headers of the view.
 	 */
-	[property] boolean HasColumnRowHeaders; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean HasColumnRowHeaders;
+
+	//-------------------------------------------------------------------------
+
 	/** enables the display of the cell grid.
 	 */
-	[property] boolean ShowGrid; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean ShowGrid;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the color in which the cell grid is
 		displayed.
 	 */
-	[property] com::sun::star::util::Color GridColor; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] com::sun::star::util::Color GridColor;
+
+	//-------------------------------------------------------------------------
+
 	/** enables display of help lines when moving drawing
 		objects.
 	 */
-	[property] boolean ShowHelpLines; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean ShowHelpLines;
+
+	//-------------------------------------------------------------------------
+
 	/** enables display of anchor symbols when drawing
 		objects are selected.
 	 */
-	[property] boolean ShowAnchor; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean ShowAnchor;
+
+	//-------------------------------------------------------------------------
+
 	/** enables display of page breaks.
 	 */
-	[property] boolean ShowPageBreaks; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean ShowPageBreaks;
+
+	//-------------------------------------------------------------------------
+
 	/** enables solid (colored) handles when drawing
 		objects are selected.
 	 */
-	[property] boolean SolidHandles; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean SolidHandles;
+
+	//-------------------------------------------------------------------------
+
 	/** enables display of embedded objects in the view.
 
         @see SpreadsheetViewObjectsMode
 	 */
-	[property] short ShowObjects; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] short ShowObjects;
+
+	//-------------------------------------------------------------------------
+
 	/** enables the display of charts in the view.
 
         @see SpreadsheetViewObjectsMode
 	 */
-	[property] short ShowCharts; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] short ShowCharts;
+
+	//-------------------------------------------------------------------------
+
 	/** enables the display of drawing objects in the view.
 
         @see SpreadsheetViewObjectsMode
 	 */
-	[property] short ShowDrawing; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] short ShowDrawing;
+
+	//-------------------------------------------------------------------------
+
 	/** disables the display of marks from online spelling.
 	 */
-	[property] boolean HideSpellMarks; 
- 
+	[property] boolean HideSpellMarks;
+
 	//-------------------------------------------------------------------------
 	/** This property defines the zoom type for the document.
 
@@ -185,10 +185,10 @@
             <member scope="com::sun::star::view::DocumentZoomType">BY_VALUE</member>.
 	*/
     [property] short ZoomValue;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
+};
+
+//=============================================================================
+
+}; }; }; };
+
 #endif
diff --git a/main/offapi/com/sun/star/sheet/Spreadsheets.idl b/main/offapi/com/sun/star/sheet/Spreadsheets.idl
index b09f74b..860f46a 100644
--- a/main/offapi/com/sun/star/sheet/Spreadsheets.idl
+++ b/main/offapi/com/sun/star/sheet/Spreadsheets.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/SpreadsheetsEnumeration.idl b/main/offapi/com/sun/star/sheet/SpreadsheetsEnumeration.idl
index a0e2940..3d02a5a 100644
--- a/main/offapi/com/sun/star/sheet/SpreadsheetsEnumeration.idl
+++ b/main/offapi/com/sun/star/sheet/SpreadsheetsEnumeration.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/StatusBarFunction.idl b/main/offapi/com/sun/star/sheet/StatusBarFunction.idl
index be351e7..3319d7a5 100644
--- a/main/offapi/com/sun/star/sheet/StatusBarFunction.idl
+++ b/main/offapi/com/sun/star/sheet/StatusBarFunction.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/SubTotalColumn.idl b/main/offapi/com/sun/star/sheet/SubTotalColumn.idl
index 95e9abe..6ba55d9 100644
--- a/main/offapi/com/sun/star/sheet/SubTotalColumn.idl
+++ b/main/offapi/com/sun/star/sheet/SubTotalColumn.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/SubTotalDescriptor.idl b/main/offapi/com/sun/star/sheet/SubTotalDescriptor.idl
index add85af..10a8536 100644
--- a/main/offapi/com/sun/star/sheet/SubTotalDescriptor.idl
+++ b/main/offapi/com/sun/star/sheet/SubTotalDescriptor.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/SubTotalField.idl b/main/offapi/com/sun/star/sheet/SubTotalField.idl
index 01c4e74..71e90ff 100644
--- a/main/offapi/com/sun/star/sheet/SubTotalField.idl
+++ b/main/offapi/com/sun/star/sheet/SubTotalField.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/SubTotalFieldsEnumeration.idl b/main/offapi/com/sun/star/sheet/SubTotalFieldsEnumeration.idl
index ccf5484..14ba276 100644
--- a/main/offapi/com/sun/star/sheet/SubTotalFieldsEnumeration.idl
+++ b/main/offapi/com/sun/star/sheet/SubTotalFieldsEnumeration.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/TableAutoFormat.idl b/main/offapi/com/sun/star/sheet/TableAutoFormat.idl
index 56c524a..75adb25 100644
--- a/main/offapi/com/sun/star/sheet/TableAutoFormat.idl
+++ b/main/offapi/com/sun/star/sheet/TableAutoFormat.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/TableAutoFormatEnumeration.idl b/main/offapi/com/sun/star/sheet/TableAutoFormatEnumeration.idl
index e299f27..81e5e4a 100644
--- a/main/offapi/com/sun/star/sheet/TableAutoFormatEnumeration.idl
+++ b/main/offapi/com/sun/star/sheet/TableAutoFormatEnumeration.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/TableAutoFormatField.idl b/main/offapi/com/sun/star/sheet/TableAutoFormatField.idl
index 8418b4e..1e782b3 100644
--- a/main/offapi/com/sun/star/sheet/TableAutoFormatField.idl
+++ b/main/offapi/com/sun/star/sheet/TableAutoFormatField.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/TableAutoFormats.idl b/main/offapi/com/sun/star/sheet/TableAutoFormats.idl
index 4231098..0368c0c 100644
--- a/main/offapi/com/sun/star/sheet/TableAutoFormats.idl
+++ b/main/offapi/com/sun/star/sheet/TableAutoFormats.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/TableAutoFormatsEnumeration.idl b/main/offapi/com/sun/star/sheet/TableAutoFormatsEnumeration.idl
index 553a908..657c2fb 100644
--- a/main/offapi/com/sun/star/sheet/TableAutoFormatsEnumeration.idl
+++ b/main/offapi/com/sun/star/sheet/TableAutoFormatsEnumeration.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/TableCellStyle.idl b/main/offapi/com/sun/star/sheet/TableCellStyle.idl
index f4252d9..961c2dc 100644
--- a/main/offapi/com/sun/star/sheet/TableCellStyle.idl
+++ b/main/offapi/com/sun/star/sheet/TableCellStyle.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/TableConditionalEntry.idl b/main/offapi/com/sun/star/sheet/TableConditionalEntry.idl
index 521a0a2..d043c3a 100644
--- a/main/offapi/com/sun/star/sheet/TableConditionalEntry.idl
+++ b/main/offapi/com/sun/star/sheet/TableConditionalEntry.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/TableConditionalEntryEnumeration.idl b/main/offapi/com/sun/star/sheet/TableConditionalEntryEnumeration.idl
index f4b62d8..42517be 100644
--- a/main/offapi/com/sun/star/sheet/TableConditionalEntryEnumeration.idl
+++ b/main/offapi/com/sun/star/sheet/TableConditionalEntryEnumeration.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/TableConditionalFormat.idl b/main/offapi/com/sun/star/sheet/TableConditionalFormat.idl
index 1fefbc0..4425662 100644
--- a/main/offapi/com/sun/star/sheet/TableConditionalFormat.idl
+++ b/main/offapi/com/sun/star/sheet/TableConditionalFormat.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/TableFilterField.idl b/main/offapi/com/sun/star/sheet/TableFilterField.idl
index d690c05..6d330e0 100644
--- a/main/offapi/com/sun/star/sheet/TableFilterField.idl
+++ b/main/offapi/com/sun/star/sheet/TableFilterField.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/TableFilterField2.idl b/main/offapi/com/sun/star/sheet/TableFilterField2.idl
index a4824b8..5ccf707 100644
--- a/main/offapi/com/sun/star/sheet/TableFilterField2.idl
+++ b/main/offapi/com/sun/star/sheet/TableFilterField2.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/TableOperationMode.idl b/main/offapi/com/sun/star/sheet/TableOperationMode.idl
index 49b5bbc..9f8d37b 100644
--- a/main/offapi/com/sun/star/sheet/TableOperationMode.idl
+++ b/main/offapi/com/sun/star/sheet/TableOperationMode.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/TablePageBreakData.idl b/main/offapi/com/sun/star/sheet/TablePageBreakData.idl
index 74020a8..732471a 100644
--- a/main/offapi/com/sun/star/sheet/TablePageBreakData.idl
+++ b/main/offapi/com/sun/star/sheet/TablePageBreakData.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/TablePageStyle.idl b/main/offapi/com/sun/star/sheet/TablePageStyle.idl
index 5add1d2..3befad0 100644
--- a/main/offapi/com/sun/star/sheet/TablePageStyle.idl
+++ b/main/offapi/com/sun/star/sheet/TablePageStyle.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/TableValidation.idl b/main/offapi/com/sun/star/sheet/TableValidation.idl
index 175eb8e..9da7e80 100644
--- a/main/offapi/com/sun/star/sheet/TableValidation.idl
+++ b/main/offapi/com/sun/star/sheet/TableValidation.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/TableValidationVisibility.idl b/main/offapi/com/sun/star/sheet/TableValidationVisibility.idl
index 75596ec..1e290b6 100644
--- a/main/offapi/com/sun/star/sheet/TableValidationVisibility.idl
+++ b/main/offapi/com/sun/star/sheet/TableValidationVisibility.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/UniqueCellFormatRanges.idl b/main/offapi/com/sun/star/sheet/UniqueCellFormatRanges.idl
index eb0bedb..66d1cff 100644
--- a/main/offapi/com/sun/star/sheet/UniqueCellFormatRanges.idl
+++ b/main/offapi/com/sun/star/sheet/UniqueCellFormatRanges.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/UniqueCellFormatRangesEnumeration.idl b/main/offapi/com/sun/star/sheet/UniqueCellFormatRangesEnumeration.idl
index 96cad34..516a0d4 100644
--- a/main/offapi/com/sun/star/sheet/UniqueCellFormatRangesEnumeration.idl
+++ b/main/offapi/com/sun/star/sheet/UniqueCellFormatRangesEnumeration.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/ValidationAlertStyle.idl b/main/offapi/com/sun/star/sheet/ValidationAlertStyle.idl
index 4633f85..59c7cc2 100644
--- a/main/offapi/com/sun/star/sheet/ValidationAlertStyle.idl
+++ b/main/offapi/com/sun/star/sheet/ValidationAlertStyle.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/ValidationType.idl b/main/offapi/com/sun/star/sheet/ValidationType.idl
index a170a0d..bdf6590 100644
--- a/main/offapi/com/sun/star/sheet/ValidationType.idl
+++ b/main/offapi/com/sun/star/sheet/ValidationType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/VolatileResult.idl b/main/offapi/com/sun/star/sheet/VolatileResult.idl
index 6deec7b..2817ddf 100644
--- a/main/offapi/com/sun/star/sheet/VolatileResult.idl
+++ b/main/offapi/com/sun/star/sheet/VolatileResult.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XActivationBroadcaster.idl b/main/offapi/com/sun/star/sheet/XActivationBroadcaster.idl
index b1f1a6d..d60c1bd 100644
--- a/main/offapi/com/sun/star/sheet/XActivationBroadcaster.idl
+++ b/main/offapi/com/sun/star/sheet/XActivationBroadcaster.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XActivationEventListener.idl b/main/offapi/com/sun/star/sheet/XActivationEventListener.idl
index 1b5ccf2..1c93b72 100644
--- a/main/offapi/com/sun/star/sheet/XActivationEventListener.idl
+++ b/main/offapi/com/sun/star/sheet/XActivationEventListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XAddIn.idl b/main/offapi/com/sun/star/sheet/XAddIn.idl
index bf2f6dc..b83b766 100644
--- a/main/offapi/com/sun/star/sheet/XAddIn.idl
+++ b/main/offapi/com/sun/star/sheet/XAddIn.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XAreaLink.idl b/main/offapi/com/sun/star/sheet/XAreaLink.idl
index d1e7005..01cabd1 100644
--- a/main/offapi/com/sun/star/sheet/XAreaLink.idl
+++ b/main/offapi/com/sun/star/sheet/XAreaLink.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XAreaLinks.idl b/main/offapi/com/sun/star/sheet/XAreaLinks.idl
index c484d71..d0a079d 100644
--- a/main/offapi/com/sun/star/sheet/XAreaLinks.idl
+++ b/main/offapi/com/sun/star/sheet/XAreaLinks.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XArrayFormulaRange.idl b/main/offapi/com/sun/star/sheet/XArrayFormulaRange.idl
index a1c8d4a..fbe3722 100644
--- a/main/offapi/com/sun/star/sheet/XArrayFormulaRange.idl
+++ b/main/offapi/com/sun/star/sheet/XArrayFormulaRange.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XArrayFormulaTokens.idl b/main/offapi/com/sun/star/sheet/XArrayFormulaTokens.idl
index 65ce0c0..6ae3193 100644
--- a/main/offapi/com/sun/star/sheet/XArrayFormulaTokens.idl
+++ b/main/offapi/com/sun/star/sheet/XArrayFormulaTokens.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XCalculatable.idl b/main/offapi/com/sun/star/sheet/XCalculatable.idl
index 0bc90be..f464493 100644
--- a/main/offapi/com/sun/star/sheet/XCalculatable.idl
+++ b/main/offapi/com/sun/star/sheet/XCalculatable.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XCellAddressable.idl b/main/offapi/com/sun/star/sheet/XCellAddressable.idl
index 1803c98..8b02a22 100644
--- a/main/offapi/com/sun/star/sheet/XCellAddressable.idl
+++ b/main/offapi/com/sun/star/sheet/XCellAddressable.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XCellFormatRangesSupplier.idl b/main/offapi/com/sun/star/sheet/XCellFormatRangesSupplier.idl
index 6f4c0b1..e10e046 100644
--- a/main/offapi/com/sun/star/sheet/XCellFormatRangesSupplier.idl
+++ b/main/offapi/com/sun/star/sheet/XCellFormatRangesSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XCellRangeAddressable.idl b/main/offapi/com/sun/star/sheet/XCellRangeAddressable.idl
index 9e9aefe..0d85c15 100644
--- a/main/offapi/com/sun/star/sheet/XCellRangeAddressable.idl
+++ b/main/offapi/com/sun/star/sheet/XCellRangeAddressable.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XCellRangeData.idl b/main/offapi/com/sun/star/sheet/XCellRangeData.idl
index 2725292..bca37fc 100644
--- a/main/offapi/com/sun/star/sheet/XCellRangeData.idl
+++ b/main/offapi/com/sun/star/sheet/XCellRangeData.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XCellRangeFormula.idl b/main/offapi/com/sun/star/sheet/XCellRangeFormula.idl
index c342901..3597115 100644
--- a/main/offapi/com/sun/star/sheet/XCellRangeFormula.idl
+++ b/main/offapi/com/sun/star/sheet/XCellRangeFormula.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XCellRangeMovement.idl b/main/offapi/com/sun/star/sheet/XCellRangeMovement.idl
index 46b3fef..e6280ec 100644
--- a/main/offapi/com/sun/star/sheet/XCellRangeMovement.idl
+++ b/main/offapi/com/sun/star/sheet/XCellRangeMovement.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XCellRangeReferrer.idl b/main/offapi/com/sun/star/sheet/XCellRangeReferrer.idl
index 2dc39a5..5ff1ecf 100644
--- a/main/offapi/com/sun/star/sheet/XCellRangeReferrer.idl
+++ b/main/offapi/com/sun/star/sheet/XCellRangeReferrer.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XCellRangesAccess.idl b/main/offapi/com/sun/star/sheet/XCellRangesAccess.idl
index 688d544..6cef5c6 100644
--- a/main/offapi/com/sun/star/sheet/XCellRangesAccess.idl
+++ b/main/offapi/com/sun/star/sheet/XCellRangesAccess.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XCellRangesQuery.idl b/main/offapi/com/sun/star/sheet/XCellRangesQuery.idl
index d42bdea..bf75029 100644
--- a/main/offapi/com/sun/star/sheet/XCellRangesQuery.idl
+++ b/main/offapi/com/sun/star/sheet/XCellRangesQuery.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XCellSeries.idl b/main/offapi/com/sun/star/sheet/XCellSeries.idl
index 9d13ca7..afe92fe 100644
--- a/main/offapi/com/sun/star/sheet/XCellSeries.idl
+++ b/main/offapi/com/sun/star/sheet/XCellSeries.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XCompatibilityNames.idl b/main/offapi/com/sun/star/sheet/XCompatibilityNames.idl
index e74b3c4..32001c4 100644
--- a/main/offapi/com/sun/star/sheet/XCompatibilityNames.idl
+++ b/main/offapi/com/sun/star/sheet/XCompatibilityNames.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XConsolidatable.idl b/main/offapi/com/sun/star/sheet/XConsolidatable.idl
index 9e2e381..9d508ec 100644
--- a/main/offapi/com/sun/star/sheet/XConsolidatable.idl
+++ b/main/offapi/com/sun/star/sheet/XConsolidatable.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XConsolidationDescriptor.idl b/main/offapi/com/sun/star/sheet/XConsolidationDescriptor.idl
index adc38f9..8ab5c54 100644
--- a/main/offapi/com/sun/star/sheet/XConsolidationDescriptor.idl
+++ b/main/offapi/com/sun/star/sheet/XConsolidationDescriptor.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XDDELink.idl b/main/offapi/com/sun/star/sheet/XDDELink.idl
index 7b2b5d3..7e071f6 100644
--- a/main/offapi/com/sun/star/sheet/XDDELink.idl
+++ b/main/offapi/com/sun/star/sheet/XDDELink.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XDDELinkResults.idl b/main/offapi/com/sun/star/sheet/XDDELinkResults.idl
index f6c0025..90f0d3a 100644
--- a/main/offapi/com/sun/star/sheet/XDDELinkResults.idl
+++ b/main/offapi/com/sun/star/sheet/XDDELinkResults.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XDDELinks.idl b/main/offapi/com/sun/star/sheet/XDDELinks.idl
index 48899d6..40fa8cc 100644
--- a/main/offapi/com/sun/star/sheet/XDDELinks.idl
+++ b/main/offapi/com/sun/star/sheet/XDDELinks.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XDataPilotDataLayoutFieldSupplier.idl b/main/offapi/com/sun/star/sheet/XDataPilotDataLayoutFieldSupplier.idl
index b1e1edf..90e90be 100644
--- a/main/offapi/com/sun/star/sheet/XDataPilotDataLayoutFieldSupplier.idl
+++ b/main/offapi/com/sun/star/sheet/XDataPilotDataLayoutFieldSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XDataPilotDescriptor.idl b/main/offapi/com/sun/star/sheet/XDataPilotDescriptor.idl
index 6521748..e92280f 100644
--- a/main/offapi/com/sun/star/sheet/XDataPilotDescriptor.idl
+++ b/main/offapi/com/sun/star/sheet/XDataPilotDescriptor.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XDataPilotField.idl b/main/offapi/com/sun/star/sheet/XDataPilotField.idl
index 609b576..20d4ec9 100644
--- a/main/offapi/com/sun/star/sheet/XDataPilotField.idl
+++ b/main/offapi/com/sun/star/sheet/XDataPilotField.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XDataPilotFieldGrouping.idl b/main/offapi/com/sun/star/sheet/XDataPilotFieldGrouping.idl
index f05aab2..952968a 100644
--- a/main/offapi/com/sun/star/sheet/XDataPilotFieldGrouping.idl
+++ b/main/offapi/com/sun/star/sheet/XDataPilotFieldGrouping.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XDataPilotMemberResults.idl b/main/offapi/com/sun/star/sheet/XDataPilotMemberResults.idl
index 173aaa5..77d6464 100644
--- a/main/offapi/com/sun/star/sheet/XDataPilotMemberResults.idl
+++ b/main/offapi/com/sun/star/sheet/XDataPilotMemberResults.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XDataPilotResults.idl b/main/offapi/com/sun/star/sheet/XDataPilotResults.idl
index 1bcb560..9606270 100644
--- a/main/offapi/com/sun/star/sheet/XDataPilotResults.idl
+++ b/main/offapi/com/sun/star/sheet/XDataPilotResults.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XDataPilotTable.idl b/main/offapi/com/sun/star/sheet/XDataPilotTable.idl
index c3013b1..c53c9b9 100644
--- a/main/offapi/com/sun/star/sheet/XDataPilotTable.idl
+++ b/main/offapi/com/sun/star/sheet/XDataPilotTable.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XDataPilotTable2.idl b/main/offapi/com/sun/star/sheet/XDataPilotTable2.idl
index 7e2c9ed..aa081a0 100644
--- a/main/offapi/com/sun/star/sheet/XDataPilotTable2.idl
+++ b/main/offapi/com/sun/star/sheet/XDataPilotTable2.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -53,10 +53,10 @@
 
 module com {  module sun {  module star {  module sheet {
 
-/** additional methods to extend <type scope="com::sun::star::sheet">XDataPilotTable</type>. 
+/** additional methods to extend <type scope="com::sun::star::sheet">XDataPilotTable</type>.
 
-   <type scope="com::sun::star::sheet">XDataPilotTable2</type> extends the old 
-   <type scope="com::sun::star::sheet">XDataPilotTable</type> interface with 
+   <type scope="com::sun::star::sheet">XDataPilotTable2</type> extends the old
+   <type scope="com::sun::star::sheet">XDataPilotTable</type> interface with
    additional methods.
 
    @see com::sun::star::sheet::XDataPilotTable
@@ -65,8 +65,8 @@
  */
 interface XDataPilotTable2: com::sun::star::sheet::XDataPilotTable
 {
-    /** When the address of a cell within the result area is given, 
-        <method>XDataPilotTable2::getDrillDownData</method> returns its drill-down 
+    /** When the address of a cell within the result area is given,
+        <method>XDataPilotTable2::getDrillDownData</method> returns its drill-down
         output table that includes only those rows that contribute to the value of
         that cell.
 
@@ -78,13 +78,13 @@
      */
     sequence< sequence< any > > getDrillDownData( [in] com::sun::star::table::CellAddress aAddr );
 
-    /** Given a cell address, it returns the information about that cell.  The 
-        type of information returned depends upon whether the cell is within 
+    /** Given a cell address, it returns the information about that cell.  The
+        type of information returned depends upon whether the cell is within
         the result area or column/row header area.
 
         @param aAddr address of the cell whose information is to be returned.
 
-        @returns <type>DataPilotTablePositionData</type> which contains the 
+        @returns <type>DataPilotTablePositionData</type> which contains the
         position type and the information for that cell position.
 
         @see com::sun::star::sheet::DataPilotTablePositionData
@@ -93,9 +93,9 @@
      */
     DataPilotTablePositionData getPositionData( [in] com::sun::star::table::CellAddress aAddr );
 
-    /** <p>This method inserts a new sheet to display the drill-down data for a 
-        specified result cell.  A drill-down data for a result cell consists 
-        of a subset of rows from the original data source that contribute to 
+    /** <p>This method inserts a new sheet to display the drill-down data for a
+        specified result cell.  A drill-down data for a result cell consists
+        of a subset of rows from the original data source that contribute to
         the value displayed in that cell.</p>
 
         <p>The new sheet is always inserted to the immediate left of the current
@@ -108,7 +108,7 @@
      */
     void insertDrillDownSheet( [in] com::sun::star::table::CellAddress aAddr );
 
-    /** <p>This method returns a different output range of a DataPilot table 
+    /** <p>This method returns a different output range of a DataPilot table
         per specified output range type.</p>
 
         @returns <type scope="com::sun::star::table">CellRangeAddress</type> depicting
@@ -117,7 +117,7 @@
 
         @see com::sun::star::sheet::DataPilotOutputRangeType
      */
-    com::sun::star::table::CellRangeAddress getOutputRangeByType( [in] long nType ) 
+    com::sun::star::table::CellRangeAddress getOutputRangeByType( [in] long nType )
         raises (com::sun::star::lang::IllegalArgumentException);
 };
 
diff --git a/main/offapi/com/sun/star/sheet/XDataPilotTables.idl b/main/offapi/com/sun/star/sheet/XDataPilotTables.idl
index 3308382..b04bdbc 100644
--- a/main/offapi/com/sun/star/sheet/XDataPilotTables.idl
+++ b/main/offapi/com/sun/star/sheet/XDataPilotTables.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XDataPilotTablesSupplier.idl b/main/offapi/com/sun/star/sheet/XDataPilotTablesSupplier.idl
index 0bf4f60..cc1b819 100644
--- a/main/offapi/com/sun/star/sheet/XDataPilotTablesSupplier.idl
+++ b/main/offapi/com/sun/star/sheet/XDataPilotTablesSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XDatabaseRange.idl b/main/offapi/com/sun/star/sheet/XDatabaseRange.idl
index ae3fc30..da99621 100644
--- a/main/offapi/com/sun/star/sheet/XDatabaseRange.idl
+++ b/main/offapi/com/sun/star/sheet/XDatabaseRange.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -84,7 +84,7 @@
 		<p>If the filter descriptor is modified, the new filtering is
 		carried out when <member>XDatabaseRange::refresh()</member> is
 		called.</p>
-		
+
 		@see SheetFilterDescriptor
 	 */
 	XSheetFilterDescriptor getFilterDescriptor();
diff --git a/main/offapi/com/sun/star/sheet/XDatabaseRanges.idl b/main/offapi/com/sun/star/sheet/XDatabaseRanges.idl
index 6923e02..b356431 100644
--- a/main/offapi/com/sun/star/sheet/XDatabaseRanges.idl
+++ b/main/offapi/com/sun/star/sheet/XDatabaseRanges.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XDimensionsSupplier.idl b/main/offapi/com/sun/star/sheet/XDimensionsSupplier.idl
index 77df167..670bef0 100644
--- a/main/offapi/com/sun/star/sheet/XDimensionsSupplier.idl
+++ b/main/offapi/com/sun/star/sheet/XDimensionsSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XDocumentAuditing.idl b/main/offapi/com/sun/star/sheet/XDocumentAuditing.idl
index fa799ca..8e5e5b3 100644
--- a/main/offapi/com/sun/star/sheet/XDocumentAuditing.idl
+++ b/main/offapi/com/sun/star/sheet/XDocumentAuditing.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XDrillDownDataSupplier.idl b/main/offapi/com/sun/star/sheet/XDrillDownDataSupplier.idl
index af3f5f5..feabbb4 100644
--- a/main/offapi/com/sun/star/sheet/XDrillDownDataSupplier.idl
+++ b/main/offapi/com/sun/star/sheet/XDrillDownDataSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -57,7 +57,7 @@
  */
 interface XDrillDownDataSupplier: com::sun::star::uno::XInterface
 {
-    /** This method returns filtered subset of the original source data based on 
+    /** This method returns filtered subset of the original source data based on
         a given set of filtering criteria.
 
         @param aFilters filtering criteria
@@ -65,13 +65,13 @@
         @returns a filtered subset of the origintal source data as 2-dimensional
         sequences of <type scope="com::sun::star::uno">Any</any>.  The first row
         must be the header row.  Each <type scope="com::sun::star::uno">Any</type>
-        instance must contain either <type>double</type> value for a numeric cell, or 
+        instance must contain either <type>double</type> value for a numeric cell, or
         a <type>string</type> value for a string cell.
 
         @see com::sun::star::sheet::DataPilotFieldFilter
         @see com::sun::star::sheet::XDataPilotTable2
      */
-    sequence< sequence< any > > getDrillDownData( 
+    sequence< sequence< any > > getDrillDownData(
         [in] sequence< com::sun::star::sheet::DataPilotFieldFilter > aFilters );
 };
 
diff --git a/main/offapi/com/sun/star/sheet/XEnhancedMouseClickBroadcaster.idl b/main/offapi/com/sun/star/sheet/XEnhancedMouseClickBroadcaster.idl
index 67e8ef9..be8beac 100644
--- a/main/offapi/com/sun/star/sheet/XEnhancedMouseClickBroadcaster.idl
+++ b/main/offapi/com/sun/star/sheet/XEnhancedMouseClickBroadcaster.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XExternalDocLink.idl b/main/offapi/com/sun/star/sheet/XExternalDocLink.idl
index 22e7f9b..4a772d7 100644
--- a/main/offapi/com/sun/star/sheet/XExternalDocLink.idl
+++ b/main/offapi/com/sun/star/sheet/XExternalDocLink.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -56,11 +56,11 @@
 
         @param aSheetName sheet name
 
-        @param DynamicCache specify whether or not the cache can grow when 
-        non-cached regions are queried.  If <true/>, querying a non-cached 
-        cell in this sheet cache will allow Calc to try to access the source 
-        document to fetch the value in first access.  If <false/>, the source 
-        document will not be accessed, and the non-cached regions are treated 
+        @param DynamicCache specify whether or not the cache can grow when
+        non-cached regions are queried.  If <true/>, querying a non-cached
+        cell in this sheet cache will allow Calc to try to access the source
+        document to fetch the value in first access.  If <false/>, the source
+        document will not be accessed, and the non-cached regions are treated
         as empty cells.
 
         @return com::sun::star::sheet::XExternalSheetCache sheet cache instance
diff --git a/main/offapi/com/sun/star/sheet/XExternalDocLinks.idl b/main/offapi/com/sun/star/sheet/XExternalDocLinks.idl
index fe5b299..9460bf9 100644
--- a/main/offapi/com/sun/star/sheet/XExternalDocLinks.idl
+++ b/main/offapi/com/sun/star/sheet/XExternalDocLinks.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XExternalSheetCache.idl b/main/offapi/com/sun/star/sheet/XExternalSheetCache.idl
index aaa129e..2b97005 100644
--- a/main/offapi/com/sun/star/sheet/XExternalSheetCache.idl
+++ b/main/offapi/com/sun/star/sheet/XExternalSheetCache.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XExternalSheetName.idl b/main/offapi/com/sun/star/sheet/XExternalSheetName.idl
index 3ec4cd5..b83a760 100644
--- a/main/offapi/com/sun/star/sheet/XExternalSheetName.idl
+++ b/main/offapi/com/sun/star/sheet/XExternalSheetName.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -28,9 +28,9 @@
 #include <com/sun/star/uno/XInterface.idl>
 #endif
 
-#ifndef __com_sun_star_container_ElementExistException_idl__ 
-#include <com/sun/star/container/ElementExistException.idl> 
-#endif 
+#ifndef __com_sun_star_container_ElementExistException_idl__
+#include <com/sun/star/container/ElementExistException.idl>
+#endif
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/sheet/XFillAcrossSheet.idl b/main/offapi/com/sun/star/sheet/XFillAcrossSheet.idl
index 3ac18c9..6ba7150 100644
--- a/main/offapi/com/sun/star/sheet/XFillAcrossSheet.idl
+++ b/main/offapi/com/sun/star/sheet/XFillAcrossSheet.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XFilterFormulaParser.idl b/main/offapi/com/sun/star/sheet/XFilterFormulaParser.idl
index 521f6d8..3a3f7f4 100644
--- a/main/offapi/com/sun/star/sheet/XFilterFormulaParser.idl
+++ b/main/offapi/com/sun/star/sheet/XFilterFormulaParser.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XFormulaOpCodeMapper.idl b/main/offapi/com/sun/star/sheet/XFormulaOpCodeMapper.idl
index f6199e5..75b123e 100644
--- a/main/offapi/com/sun/star/sheet/XFormulaOpCodeMapper.idl
+++ b/main/offapi/com/sun/star/sheet/XFormulaOpCodeMapper.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XFormulaParser.idl b/main/offapi/com/sun/star/sheet/XFormulaParser.idl
index de300f9..14d18e9 100644
--- a/main/offapi/com/sun/star/sheet/XFormulaParser.idl
+++ b/main/offapi/com/sun/star/sheet/XFormulaParser.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XFormulaQuery.idl b/main/offapi/com/sun/star/sheet/XFormulaQuery.idl
index 354ed68..2115d06 100644
--- a/main/offapi/com/sun/star/sheet/XFormulaQuery.idl
+++ b/main/offapi/com/sun/star/sheet/XFormulaQuery.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XFormulaTokens.idl b/main/offapi/com/sun/star/sheet/XFormulaTokens.idl
index b2a4ea9..2f57e59 100644
--- a/main/offapi/com/sun/star/sheet/XFormulaTokens.idl
+++ b/main/offapi/com/sun/star/sheet/XFormulaTokens.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XFunctionAccess.idl b/main/offapi/com/sun/star/sheet/XFunctionAccess.idl
index 14257f5..2516553 100644
--- a/main/offapi/com/sun/star/sheet/XFunctionAccess.idl
+++ b/main/offapi/com/sun/star/sheet/XFunctionAccess.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XFunctionDescriptions.idl b/main/offapi/com/sun/star/sheet/XFunctionDescriptions.idl
index 5431f2f..656557d 100644
--- a/main/offapi/com/sun/star/sheet/XFunctionDescriptions.idl
+++ b/main/offapi/com/sun/star/sheet/XFunctionDescriptions.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XGoalSeek.idl b/main/offapi/com/sun/star/sheet/XGoalSeek.idl
index 729e315..f3c9488 100644
--- a/main/offapi/com/sun/star/sheet/XGoalSeek.idl
+++ b/main/offapi/com/sun/star/sheet/XGoalSeek.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XHeaderFooterContent.idl b/main/offapi/com/sun/star/sheet/XHeaderFooterContent.idl
index 5480cd1..5ad1f8a 100644
--- a/main/offapi/com/sun/star/sheet/XHeaderFooterContent.idl
+++ b/main/offapi/com/sun/star/sheet/XHeaderFooterContent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XHierarchiesSupplier.idl b/main/offapi/com/sun/star/sheet/XHierarchiesSupplier.idl
index e5a5b8a..41ed440 100644
--- a/main/offapi/com/sun/star/sheet/XHierarchiesSupplier.idl
+++ b/main/offapi/com/sun/star/sheet/XHierarchiesSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XLabelRange.idl b/main/offapi/com/sun/star/sheet/XLabelRange.idl
index 9454e9e..2690613 100644
--- a/main/offapi/com/sun/star/sheet/XLabelRange.idl
+++ b/main/offapi/com/sun/star/sheet/XLabelRange.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XLabelRanges.idl b/main/offapi/com/sun/star/sheet/XLabelRanges.idl
index 27aa290..b14d95d 100644
--- a/main/offapi/com/sun/star/sheet/XLabelRanges.idl
+++ b/main/offapi/com/sun/star/sheet/XLabelRanges.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XLevelsSupplier.idl b/main/offapi/com/sun/star/sheet/XLevelsSupplier.idl
index 81dd7eb..77bafbb 100644
--- a/main/offapi/com/sun/star/sheet/XLevelsSupplier.idl
+++ b/main/offapi/com/sun/star/sheet/XLevelsSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XMembersSupplier.idl b/main/offapi/com/sun/star/sheet/XMembersSupplier.idl
index 8da8767..2713417 100644
--- a/main/offapi/com/sun/star/sheet/XMembersSupplier.idl
+++ b/main/offapi/com/sun/star/sheet/XMembersSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XMultiFormulaTokens.idl b/main/offapi/com/sun/star/sheet/XMultiFormulaTokens.idl
index fd0a13b..c8f752c 100644
--- a/main/offapi/com/sun/star/sheet/XMultiFormulaTokens.idl
+++ b/main/offapi/com/sun/star/sheet/XMultiFormulaTokens.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XMultipleOperation.idl b/main/offapi/com/sun/star/sheet/XMultipleOperation.idl
index 8f6afe1..6ba0f39 100644
--- a/main/offapi/com/sun/star/sheet/XMultipleOperation.idl
+++ b/main/offapi/com/sun/star/sheet/XMultipleOperation.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XNamedRange.idl b/main/offapi/com/sun/star/sheet/XNamedRange.idl
index 2c939bd..7cad99b 100644
--- a/main/offapi/com/sun/star/sheet/XNamedRange.idl
+++ b/main/offapi/com/sun/star/sheet/XNamedRange.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -96,7 +96,7 @@
 			as defined in <type>NamedRangeFlag</type>.
 	 */
 	void setType( [in] long nType );
-	
+
 
 
 };
diff --git a/main/offapi/com/sun/star/sheet/XNamedRange2.idl b/main/offapi/com/sun/star/sheet/XNamedRange2.idl
index 1f2cc4d..47b21e3 100644
--- a/main/offapi/com/sun/star/sheet/XNamedRange2.idl
+++ b/main/offapi/com/sun/star/sheet/XNamedRange2.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -44,9 +44,9 @@
 
 	//get the name of a scope
 	string getScopeName();
-	
+
 	//set the scope nanme and it's using name
-	
+
 	void setScopeAndRangeName( [in] string aScopeName, [in] string aRangeName );
 
 };
diff --git a/main/offapi/com/sun/star/sheet/XNamedRanges.idl b/main/offapi/com/sun/star/sheet/XNamedRanges.idl
index b42c0a3..bc5373a 100644
--- a/main/offapi/com/sun/star/sheet/XNamedRanges.idl
+++ b/main/offapi/com/sun/star/sheet/XNamedRanges.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -128,7 +128,7 @@
 			specifies the top left cell of the output range.
 	 */
 	void outputList( [in] com::sun::star::table::CellAddress aOutputPosition );
-	
+
 
 };
 
diff --git a/main/offapi/com/sun/star/sheet/XNamedRanges2.idl b/main/offapi/com/sun/star/sheet/XNamedRanges2.idl
index 598eb76..f057597 100644
--- a/main/offapi/com/sun/star/sheet/XNamedRanges2.idl
+++ b/main/offapi/com/sun/star/sheet/XNamedRanges2.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -55,16 +55,16 @@
 			[in] string aContent,
 			[in] com::sun::star::table::CellAddress aPosition,
 			[in] long nType );
-	
+
 	void removeByScopeName( [in] string aScopeName, [in] string aRangeName );
-	
+
 	boolean hasByScopeName( [in] string aScopeName, [in] string aRangeName );
-	
+
 	any getByScopeName( [in] string aScopeName, [in] string aRangeName )
-			raises( com::sun::star::container::NoSuchElementException, 
-					com::sun::star::lang::WrappedTargetException ); 
-					
-        sequence<com::sun::star::sheet::RangeScopeName> getElementScopeNames(); 
+			raises( com::sun::star::container::NoSuchElementException,
+					com::sun::star::lang::WrappedTargetException );
+
+        sequence<com::sun::star::sheet::RangeScopeName> getElementScopeNames();
 
 };
 
diff --git a/main/offapi/com/sun/star/sheet/XPrintAreas.idl b/main/offapi/com/sun/star/sheet/XPrintAreas.idl
index 676b70f..d1ecb1e 100644
--- a/main/offapi/com/sun/star/sheet/XPrintAreas.idl
+++ b/main/offapi/com/sun/star/sheet/XPrintAreas.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XRangeSelection.idl b/main/offapi/com/sun/star/sheet/XRangeSelection.idl
index a0c7045..c3330fb 100644
--- a/main/offapi/com/sun/star/sheet/XRangeSelection.idl
+++ b/main/offapi/com/sun/star/sheet/XRangeSelection.idl
@@ -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,48 +7,48 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sheet_XRangeSelection_idl__ 
-#define __com_sun_star_sheet_XRangeSelection_idl__ 
+#ifndef __com_sun_star_sheet_XRangeSelection_idl__
+#define __com_sun_star_sheet_XRangeSelection_idl__
 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
 
-#ifndef __com_sun_star_beans_PropertyValue_idl__ 
-#include <com/sun/star/beans/PropertyValue.idl> 
-#endif 
+#ifndef __com_sun_star_beans_PropertyValue_idl__
+#include <com/sun/star/beans/PropertyValue.idl>
+#endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module sheet {  
+//=============================================================================
+
+ module com {  module sun {  module star {  module sheet {
 
  published interface XRangeSelectionListener;
  published interface XRangeSelectionChangeListener;
 
-//============================================================================= 
- 
+//=============================================================================
+
 /** allows to let the user to select a cell range.
 
 	@see com::sun::star::sheet::SpreadsheetView
  */
 published interface XRangeSelection: com::sun::star::uno::XInterface
-{ 
+{
 	/** starts the range selection.
 
-		@param aArguments 
+		@param aArguments
 		the <type>RangeSelectionArguments</type> that specify how the
 		range selection is done.
 	 */
@@ -63,8 +63,8 @@
 		or aborted.
 	 */
 	void addRangeSelectionListener(
-				[in] com::sun::star::sheet::XRangeSelectionListener aListener ); 
-	 
+				[in] com::sun::star::sheet::XRangeSelectionListener aListener );
+
 	/** removes the specified listener.
 	 */
 	void removeRangeSelectionListener(
@@ -73,17 +73,17 @@
 	/** adds a listener that is notified when the selected range is changed.
 	 */
 	void addRangeSelectionChangeListener(
-				[in] com::sun::star::sheet::XRangeSelectionChangeListener aListener ); 
-	 
+				[in] com::sun::star::sheet::XRangeSelectionChangeListener aListener );
+
 	/** removes the specified listener.
 	 */
 	void removeRangeSelectionChangeListener(
 				[in] com::sun::star::sheet::XRangeSelectionChangeListener aListener );
 
 };
- 
-//============================================================================= 
- 
-}; }; }; };  
+
+//=============================================================================
+
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/sheet/XRangeSelectionChangeListener.idl b/main/offapi/com/sun/star/sheet/XRangeSelectionChangeListener.idl
index 301cba7..474373f 100644
--- a/main/offapi/com/sun/star/sheet/XRangeSelectionChangeListener.idl
+++ b/main/offapi/com/sun/star/sheet/XRangeSelectionChangeListener.idl
@@ -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,52 +7,52 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sheet_XRangeSelectionChangeListener_idl__ 
-#define __com_sun_star_sheet_XRangeSelectionChangeListener_idl__ 
+#ifndef __com_sun_star_sheet_XRangeSelectionChangeListener_idl__
+#define __com_sun_star_sheet_XRangeSelectionChangeListener_idl__
 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
-
-#ifndef __com_sun_star_sheet_RangeSelectionEvent_idl__ 
-#include <com/sun/star/sheet/RangeSelectionEvent.idl> 
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
 #endif
- 
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module sheet {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_sheet_RangeSelectionEvent_idl__
+#include <com/sun/star/sheet/RangeSelectionEvent.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module sheet {
+
+//=============================================================================
+
 /** allows notification when the selected range is changed.
 
 	@see com::sun::star::sheet::XRangeSelection
  */
 published interface XRangeSelectionChangeListener: com::sun::star::lang::XEventListener
-{ 
+{
 	/** is called when the selected range is changed while
 		range selection is active.
 	 */
-	void descriptorChanged( [in] com::sun::star::sheet::RangeSelectionEvent aEvent ); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
+	void descriptorChanged( [in] com::sun::star::sheet::RangeSelectionEvent aEvent );
+};
+
+//=============================================================================
+
+}; }; }; };
+
 
 #endif
diff --git a/main/offapi/com/sun/star/sheet/XRangeSelectionListener.idl b/main/offapi/com/sun/star/sheet/XRangeSelectionListener.idl
index 22ae414..5192d00 100644
--- a/main/offapi/com/sun/star/sheet/XRangeSelectionListener.idl
+++ b/main/offapi/com/sun/star/sheet/XRangeSelectionListener.idl
@@ -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,55 +7,55 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sheet_XRangeSelectionListener_idl__ 
-#define __com_sun_star_sheet_XRangeSelectionListener_idl__ 
+#ifndef __com_sun_star_sheet_XRangeSelectionListener_idl__
+#define __com_sun_star_sheet_XRangeSelectionListener_idl__
 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
-
-#ifndef __com_sun_star_sheet_RangeSelectionEvent_idl__ 
-#include <com/sun/star/sheet/RangeSelectionEvent.idl> 
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
 #endif
- 
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module sheet {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_sheet_RangeSelectionEvent_idl__
+#include <com/sun/star/sheet/RangeSelectionEvent.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module sheet {
+
+//=============================================================================
+
 /** allows notification when range selection is completed or aborted.
 
 	@see com::sun::star::sheet::XRangeSelection
  */
 published interface XRangeSelectionListener: com::sun::star::lang::XEventListener
-{ 
+{
 	/** is called when range selection is completed.
 	 */
-	void done( [in] com::sun::star::sheet::RangeSelectionEvent aEvent ); 
+	void done( [in] com::sun::star::sheet::RangeSelectionEvent aEvent );
 
 	/** is called when range selection is aborted.
 	 */
-	void aborted( [in] com::sun::star::sheet::RangeSelectionEvent aEvent ); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
+	void aborted( [in] com::sun::star::sheet::RangeSelectionEvent aEvent );
+};
+
+//=============================================================================
+
+}; }; }; };
+
 
 #endif
diff --git a/main/offapi/com/sun/star/sheet/XRecentFunctions.idl b/main/offapi/com/sun/star/sheet/XRecentFunctions.idl
index 17173cc..11ba7b7 100644
--- a/main/offapi/com/sun/star/sheet/XRecentFunctions.idl
+++ b/main/offapi/com/sun/star/sheet/XRecentFunctions.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XResultListener.idl b/main/offapi/com/sun/star/sheet/XResultListener.idl
index cdb7e03..8f03c0e 100644
--- a/main/offapi/com/sun/star/sheet/XResultListener.idl
+++ b/main/offapi/com/sun/star/sheet/XResultListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XScenario.idl b/main/offapi/com/sun/star/sheet/XScenario.idl
index 1527d89..88f4c0b 100644
--- a/main/offapi/com/sun/star/sheet/XScenario.idl
+++ b/main/offapi/com/sun/star/sheet/XScenario.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XScenarioEnhanced.idl b/main/offapi/com/sun/star/sheet/XScenarioEnhanced.idl
index e9c6bf0..1695c85 100644
--- a/main/offapi/com/sun/star/sheet/XScenarioEnhanced.idl
+++ b/main/offapi/com/sun/star/sheet/XScenarioEnhanced.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XScenarios.idl b/main/offapi/com/sun/star/sheet/XScenarios.idl
index 21fa89b..18489dc 100644
--- a/main/offapi/com/sun/star/sheet/XScenarios.idl
+++ b/main/offapi/com/sun/star/sheet/XScenarios.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XScenariosSupplier.idl b/main/offapi/com/sun/star/sheet/XScenariosSupplier.idl
index d21ac73..71acd7a 100644
--- a/main/offapi/com/sun/star/sheet/XScenariosSupplier.idl
+++ b/main/offapi/com/sun/star/sheet/XScenariosSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XSheetAnnotation.idl b/main/offapi/com/sun/star/sheet/XSheetAnnotation.idl
index b5eee6e..93adc81 100644
--- a/main/offapi/com/sun/star/sheet/XSheetAnnotation.idl
+++ b/main/offapi/com/sun/star/sheet/XSheetAnnotation.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XSheetAnnotationAnchor.idl b/main/offapi/com/sun/star/sheet/XSheetAnnotationAnchor.idl
index c2714cb..75a6389 100644
--- a/main/offapi/com/sun/star/sheet/XSheetAnnotationAnchor.idl
+++ b/main/offapi/com/sun/star/sheet/XSheetAnnotationAnchor.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XSheetAnnotationShapeSupplier.idl b/main/offapi/com/sun/star/sheet/XSheetAnnotationShapeSupplier.idl
index 4b519d9..dbeac2b 100644
--- a/main/offapi/com/sun/star/sheet/XSheetAnnotationShapeSupplier.idl
+++ b/main/offapi/com/sun/star/sheet/XSheetAnnotationShapeSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XSheetAnnotations.idl b/main/offapi/com/sun/star/sheet/XSheetAnnotations.idl
index d95cc4a..fd80eae 100644
--- a/main/offapi/com/sun/star/sheet/XSheetAnnotations.idl
+++ b/main/offapi/com/sun/star/sheet/XSheetAnnotations.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XSheetAnnotationsSupplier.idl b/main/offapi/com/sun/star/sheet/XSheetAnnotationsSupplier.idl
index fb60ae2..f5b7a0a 100644
--- a/main/offapi/com/sun/star/sheet/XSheetAnnotationsSupplier.idl
+++ b/main/offapi/com/sun/star/sheet/XSheetAnnotationsSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XSheetAuditing.idl b/main/offapi/com/sun/star/sheet/XSheetAuditing.idl
index 388f7ba..4d61e53 100644
--- a/main/offapi/com/sun/star/sheet/XSheetAuditing.idl
+++ b/main/offapi/com/sun/star/sheet/XSheetAuditing.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XSheetCellCursor.idl b/main/offapi/com/sun/star/sheet/XSheetCellCursor.idl
index f0f2235..d0d0461 100644
--- a/main/offapi/com/sun/star/sheet/XSheetCellCursor.idl
+++ b/main/offapi/com/sun/star/sheet/XSheetCellCursor.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XSheetCellRange.idl b/main/offapi/com/sun/star/sheet/XSheetCellRange.idl
index 7c21699..134d859 100644
--- a/main/offapi/com/sun/star/sheet/XSheetCellRange.idl
+++ b/main/offapi/com/sun/star/sheet/XSheetCellRange.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XSheetCellRangeContainer.idl b/main/offapi/com/sun/star/sheet/XSheetCellRangeContainer.idl
index 8444a1c..1cf6f41 100644
--- a/main/offapi/com/sun/star/sheet/XSheetCellRangeContainer.idl
+++ b/main/offapi/com/sun/star/sheet/XSheetCellRangeContainer.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XSheetCellRanges.idl b/main/offapi/com/sun/star/sheet/XSheetCellRanges.idl
index 2a47efa..3677966 100644
--- a/main/offapi/com/sun/star/sheet/XSheetCellRanges.idl
+++ b/main/offapi/com/sun/star/sheet/XSheetCellRanges.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XSheetCondition.idl b/main/offapi/com/sun/star/sheet/XSheetCondition.idl
index 33d243a..72d9a9f 100644
--- a/main/offapi/com/sun/star/sheet/XSheetCondition.idl
+++ b/main/offapi/com/sun/star/sheet/XSheetCondition.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XSheetConditionalEntries.idl b/main/offapi/com/sun/star/sheet/XSheetConditionalEntries.idl
index af05ad2..89549ac 100644
--- a/main/offapi/com/sun/star/sheet/XSheetConditionalEntries.idl
+++ b/main/offapi/com/sun/star/sheet/XSheetConditionalEntries.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XSheetConditionalEntry.idl b/main/offapi/com/sun/star/sheet/XSheetConditionalEntry.idl
index ea1aabc..8ba27cd 100644
--- a/main/offapi/com/sun/star/sheet/XSheetConditionalEntry.idl
+++ b/main/offapi/com/sun/star/sheet/XSheetConditionalEntry.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XSheetFilterDescriptor.idl b/main/offapi/com/sun/star/sheet/XSheetFilterDescriptor.idl
index 7d04034..9c6099e 100644
--- a/main/offapi/com/sun/star/sheet/XSheetFilterDescriptor.idl
+++ b/main/offapi/com/sun/star/sheet/XSheetFilterDescriptor.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XSheetFilterDescriptor2.idl b/main/offapi/com/sun/star/sheet/XSheetFilterDescriptor2.idl
index 3d84a88..363e11e 100644
--- a/main/offapi/com/sun/star/sheet/XSheetFilterDescriptor2.idl
+++ b/main/offapi/com/sun/star/sheet/XSheetFilterDescriptor2.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XSheetFilterable.idl b/main/offapi/com/sun/star/sheet/XSheetFilterable.idl
index 10ac86d..df8d4f2 100644
--- a/main/offapi/com/sun/star/sheet/XSheetFilterable.idl
+++ b/main/offapi/com/sun/star/sheet/XSheetFilterable.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XSheetFilterableEx.idl b/main/offapi/com/sun/star/sheet/XSheetFilterableEx.idl
index 8ef434d..cc01410 100644
--- a/main/offapi/com/sun/star/sheet/XSheetFilterableEx.idl
+++ b/main/offapi/com/sun/star/sheet/XSheetFilterableEx.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XSheetLinkable.idl b/main/offapi/com/sun/star/sheet/XSheetLinkable.idl
index 753328d..87d9664 100644
--- a/main/offapi/com/sun/star/sheet/XSheetLinkable.idl
+++ b/main/offapi/com/sun/star/sheet/XSheetLinkable.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XSheetOperation.idl b/main/offapi/com/sun/star/sheet/XSheetOperation.idl
index 48bf5c7..b68338d 100644
--- a/main/offapi/com/sun/star/sheet/XSheetOperation.idl
+++ b/main/offapi/com/sun/star/sheet/XSheetOperation.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XSheetOutline.idl b/main/offapi/com/sun/star/sheet/XSheetOutline.idl
index 1f9fde6..0f198d8 100644
--- a/main/offapi/com/sun/star/sheet/XSheetOutline.idl
+++ b/main/offapi/com/sun/star/sheet/XSheetOutline.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XSheetPageBreak.idl b/main/offapi/com/sun/star/sheet/XSheetPageBreak.idl
index 3979fe8..ca50ac3 100644
--- a/main/offapi/com/sun/star/sheet/XSheetPageBreak.idl
+++ b/main/offapi/com/sun/star/sheet/XSheetPageBreak.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XSheetPastable.idl b/main/offapi/com/sun/star/sheet/XSheetPastable.idl
index 7e14dda..328b361 100644
--- a/main/offapi/com/sun/star/sheet/XSheetPastable.idl
+++ b/main/offapi/com/sun/star/sheet/XSheetPastable.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XSolver.idl b/main/offapi/com/sun/star/sheet/XSolver.idl
index 805c0ef..c59b9b9 100644
--- a/main/offapi/com/sun/star/sheet/XSolver.idl
+++ b/main/offapi/com/sun/star/sheet/XSolver.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XSolverDescription.idl b/main/offapi/com/sun/star/sheet/XSolverDescription.idl
index 0c0d004..a52fb43 100644
--- a/main/offapi/com/sun/star/sheet/XSolverDescription.idl
+++ b/main/offapi/com/sun/star/sheet/XSolverDescription.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XSpreadsheet.idl b/main/offapi/com/sun/star/sheet/XSpreadsheet.idl
index 40919ba..3cdfba0 100644
--- a/main/offapi/com/sun/star/sheet/XSpreadsheet.idl
+++ b/main/offapi/com/sun/star/sheet/XSpreadsheet.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XSpreadsheetDocument.idl b/main/offapi/com/sun/star/sheet/XSpreadsheetDocument.idl
index c7b7727..12145e6 100644
--- a/main/offapi/com/sun/star/sheet/XSpreadsheetDocument.idl
+++ b/main/offapi/com/sun/star/sheet/XSpreadsheetDocument.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XSpreadsheetView.idl b/main/offapi/com/sun/star/sheet/XSpreadsheetView.idl
index 059d3ac..428ee93 100644
--- a/main/offapi/com/sun/star/sheet/XSpreadsheetView.idl
+++ b/main/offapi/com/sun/star/sheet/XSpreadsheetView.idl
@@ -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,58 +7,58 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sheet_XSpreadsheetView_idl__ 
-#define __com_sun_star_sheet_XSpreadsheetView_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_sheet_XSpreadsheet_idl__ 
-#include <com/sun/star/sheet/XSpreadsheet.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module sheet {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_sheet_XSpreadsheetView_idl__
+#define __com_sun_star_sheet_XSpreadsheetView_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_sheet_XSpreadsheet_idl__
+#include <com/sun/star/sheet/XSpreadsheet.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module sheet {
+
+//=============================================================================
+
 /** is the main interface of a <type>SpreadsheetView</type>. It
 	manages the active sheet within this view.
  */
 published interface XSpreadsheetView: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** returns the sheet that is shown in the view.
 	 */
-	com::sun::star::sheet::XSpreadsheet getActiveSheet(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::sheet::XSpreadsheet getActiveSheet();
+
+	//-------------------------------------------------------------------------
+
 	/** sets the sheet that is shown in the view.
 	 */
-	void setActiveSheet( [in] com::sun::star::sheet::XSpreadsheet xActiveSheet ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
+	void setActiveSheet( [in] com::sun::star::sheet::XSpreadsheet xActiveSheet );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
 #endif
diff --git a/main/offapi/com/sun/star/sheet/XSpreadsheets.idl b/main/offapi/com/sun/star/sheet/XSpreadsheets.idl
index 42b843b..7db20d4 100644
--- a/main/offapi/com/sun/star/sheet/XSpreadsheets.idl
+++ b/main/offapi/com/sun/star/sheet/XSpreadsheets.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XSubTotalCalculatable.idl b/main/offapi/com/sun/star/sheet/XSubTotalCalculatable.idl
index 4c249a2..4dd32c5 100644
--- a/main/offapi/com/sun/star/sheet/XSubTotalCalculatable.idl
+++ b/main/offapi/com/sun/star/sheet/XSubTotalCalculatable.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XSubTotalDescriptor.idl b/main/offapi/com/sun/star/sheet/XSubTotalDescriptor.idl
index 3d43418..703afe1 100644
--- a/main/offapi/com/sun/star/sheet/XSubTotalDescriptor.idl
+++ b/main/offapi/com/sun/star/sheet/XSubTotalDescriptor.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XSubTotalField.idl b/main/offapi/com/sun/star/sheet/XSubTotalField.idl
index 374d8fa..42dea38 100644
--- a/main/offapi/com/sun/star/sheet/XSubTotalField.idl
+++ b/main/offapi/com/sun/star/sheet/XSubTotalField.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XUniqueCellFormatRangesSupplier.idl b/main/offapi/com/sun/star/sheet/XUniqueCellFormatRangesSupplier.idl
index 371f2d1..7268d46 100644
--- a/main/offapi/com/sun/star/sheet/XUniqueCellFormatRangesSupplier.idl
+++ b/main/offapi/com/sun/star/sheet/XUniqueCellFormatRangesSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XUsedAreaCursor.idl b/main/offapi/com/sun/star/sheet/XUsedAreaCursor.idl
index 16b633b..97e29b5 100644
--- a/main/offapi/com/sun/star/sheet/XUsedAreaCursor.idl
+++ b/main/offapi/com/sun/star/sheet/XUsedAreaCursor.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XViewFreezable.idl b/main/offapi/com/sun/star/sheet/XViewFreezable.idl
index 71f43a3..88ac659 100644
--- a/main/offapi/com/sun/star/sheet/XViewFreezable.idl
+++ b/main/offapi/com/sun/star/sheet/XViewFreezable.idl
@@ -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,64 +7,64 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sheet_XViewFreezable_idl__ 
-#define __com_sun_star_sheet_XViewFreezable_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module sheet {  
- 
-//============================================================================= 
- 
-/** enables a <type>SpreadsheetView</type> to freeze 
+#ifndef __com_sun_star_sheet_XViewFreezable_idl__
+#define __com_sun_star_sheet_XViewFreezable_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module sheet {
+
+//=============================================================================
+
+/** enables a <type>SpreadsheetView</type> to freeze
 	columns and rows of the view.
  */
 published interface XViewFreezable: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** returns <TRUE/> if the view has frozen panes.
 
 		<p>Only one of
-		<member>XViewSplitable::getIsWindowSplit()</member> and 
+		<member>XViewSplitable::getIsWindowSplit()</member> and
 		<member>XViewFreezable::hasFrozenPanes()</member>
 		can be <TRUE/>.</p>
 	 */
-	boolean hasFrozenPanes(); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** freezes panes with the specified number of 
+	boolean hasFrozenPanes();
+
+	//-------------------------------------------------------------------------
+
+	/** freezes panes with the specified number of
 		columns and rows.
 
 		<p>To freeze only horizontally, specify nRows as 0.
 		To freeze only vertically, specify nColumns as 0.</p>
 	 */
-	void freezeAtPosition( [in] long nColumns, 
-			 [in] long nRows ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
+	void freezeAtPosition( [in] long nColumns,
+			 [in] long nRows );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
 #endif
diff --git a/main/offapi/com/sun/star/sheet/XViewPane.idl b/main/offapi/com/sun/star/sheet/XViewPane.idl
index 5af9e14..fce617d 100644
--- a/main/offapi/com/sun/star/sheet/XViewPane.idl
+++ b/main/offapi/com/sun/star/sheet/XViewPane.idl
@@ -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,78 +7,78 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sheet_XViewPane_idl__ 
-#define __com_sun_star_sheet_XViewPane_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_table_CellRangeAddress_idl__ 
-#include <com/sun/star/table/CellRangeAddress.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module sheet {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_sheet_XViewPane_idl__
+#define __com_sun_star_sheet_XViewPane_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_table_CellRangeAddress_idl__
+#include <com/sun/star/table/CellRangeAddress.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module sheet {
+
+//=============================================================================
+
 /** represents a pane in a view of a spreadsheet document.
 
 	@see com::sun::star::sheet::SpreadsheetViewPane
  */
 published interface XViewPane: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** returns the first column that is visible in the pane.
 	 */
-	long getFirstVisibleColumn(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	long getFirstVisibleColumn();
+
+	//-------------------------------------------------------------------------
+
 	/** sets the first column that is visible in the pane.
 	 */
-	void setFirstVisibleColumn( [in] long nFirstVisibleColumn ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void setFirstVisibleColumn( [in] long nFirstVisibleColumn );
+
+	//-------------------------------------------------------------------------
+
 	/** returns the first row that is visible in the pane.
 	 */
-	long getFirstVisibleRow(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	long getFirstVisibleRow();
+
+	//-------------------------------------------------------------------------
+
 	/** sets the first row that is visible in the pane.
 	 */
-	void setFirstVisibleRow( [in] long nFirstVisibleRow ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void setFirstVisibleRow( [in] long nFirstVisibleRow );
+
+	//-------------------------------------------------------------------------
+
 	/** returns the address of the cell range that consists of
 		the cells which are visible in the pane.
 	 */
-	com::sun::star::table::CellRangeAddress getVisibleRange(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
+	com::sun::star::table::CellRangeAddress getVisibleRange();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
 #endif
diff --git a/main/offapi/com/sun/star/sheet/XViewPanesSupplier.idl b/main/offapi/com/sun/star/sheet/XViewPanesSupplier.idl
index f9a0f82..85578e4 100644
--- a/main/offapi/com/sun/star/sheet/XViewPanesSupplier.idl
+++ b/main/offapi/com/sun/star/sheet/XViewPanesSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/XViewSplitable.idl b/main/offapi/com/sun/star/sheet/XViewSplitable.idl
index 79bf3de..c1bfd85 100644
--- a/main/offapi/com/sun/star/sheet/XViewSplitable.idl
+++ b/main/offapi/com/sun/star/sheet/XViewSplitable.idl
@@ -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,91 +7,91 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_sheet_XViewSplitable_idl__ 
-#define __com_sun_star_sheet_XViewSplitable_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module sheet {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_sheet_XViewSplitable_idl__
+#define __com_sun_star_sheet_XViewSplitable_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module sheet {
+
+//=============================================================================
+
 /** enables a <type>SpreadsheetView</type> to split the view.
 
 	@deprecated
  */
 published interface XViewSplitable: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** returns <TRUE/> if the view is split
 		into individual panes.
-		
+
 		<p>Only one of
-		<member>XViewSplitable::getIsWindowSplit()</member> and 
+		<member>XViewSplitable::getIsWindowSplit()</member> and
 		<member>XViewFreezable::hasFrozenPanes()</member>
 		can be <TRUE/>.</p>
 	 */
-	boolean getIsWindowSplit(); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** returns the horizontal position in pixels where 
+	boolean getIsWindowSplit();
+
+	//-------------------------------------------------------------------------
+
+	/** returns the horizontal position in pixels where
 		the view is split.
 	 */
-	long getSplitHorizontal(); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** returns the vertical position in pixels where 
+	long getSplitHorizontal();
+
+	//-------------------------------------------------------------------------
+
+	/** returns the vertical position in pixels where
 		the view is split.
 	 */
-	long getSplitVertical(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	long getSplitVertical();
+
+	//-------------------------------------------------------------------------
+
 	/** returns the column before which the view is split.
 	 */
-	long getSplitColumn(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	long getSplitColumn();
+
+	//-------------------------------------------------------------------------
+
 	/** returns the row before which the view is split.
 	 */
-	long getSplitRow(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	long getSplitRow();
+
+	//-------------------------------------------------------------------------
+
 	/** splits the view at the specified position.
-		
+
 		<p>To split only horizontally, specify <var>nPixelY</var> as 0.
 		To split only vertically, specify <var>nPixelX</var> as 0.</p>
 	 */
-	void splitAtPosition( [in] long nPixelX, 
-			 [in] long nPixelY ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
+	void splitAtPosition( [in] long nPixelX,
+			 [in] long nPixelY );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
 #endif
diff --git a/main/offapi/com/sun/star/sheet/XVolatileResult.idl b/main/offapi/com/sun/star/sheet/XVolatileResult.idl
index e075c7d..b65bba5 100644
--- a/main/offapi/com/sun/star/sheet/XVolatileResult.idl
+++ b/main/offapi/com/sun/star/sheet/XVolatileResult.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sheet/_NamedRange.idl b/main/offapi/com/sun/star/sheet/_NamedRange.idl
index 5b047d2..d91e54e 100644
--- a/main/offapi/com/sun/star/sheet/_NamedRange.idl
+++ b/main/offapi/com/sun/star/sheet/_NamedRange.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/smarttags/SmartTagAction.idl b/main/offapi/com/sun/star/smarttags/SmartTagAction.idl
index b308319..1b245a6 100644
--- a/main/offapi/com/sun/star/smarttags/SmartTagAction.idl
+++ b/main/offapi/com/sun/star/smarttags/SmartTagAction.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/smarttags/SmartTagRecognizer.idl b/main/offapi/com/sun/star/smarttags/SmartTagRecognizer.idl
index 5e4b9d3..f8e0229 100644
--- a/main/offapi/com/sun/star/smarttags/SmartTagRecognizer.idl
+++ b/main/offapi/com/sun/star/smarttags/SmartTagRecognizer.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/smarttags/SmartTagRecognizerMode.idl b/main/offapi/com/sun/star/smarttags/SmartTagRecognizerMode.idl
index 3e9b905..0d98d78 100644
--- a/main/offapi/com/sun/star/smarttags/SmartTagRecognizerMode.idl
+++ b/main/offapi/com/sun/star/smarttags/SmartTagRecognizerMode.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/smarttags/XRangeBasedSmartTagRecognizer.idl b/main/offapi/com/sun/star/smarttags/XRangeBasedSmartTagRecognizer.idl
index 7bc524a..d3a95ba 100644
--- a/main/offapi/com/sun/star/smarttags/XRangeBasedSmartTagRecognizer.idl
+++ b/main/offapi/com/sun/star/smarttags/XRangeBasedSmartTagRecognizer.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -70,7 +70,7 @@
     /** recognizes smart tags.
 
         @param xRange
-                The text that should be scanned by the recognizer. 
+                The text that should be scanned by the recognizer.
 
         @param eDataType
                 This value indicates the type of the passed text.
diff --git a/main/offapi/com/sun/star/smarttags/XSmartTagAction.idl b/main/offapi/com/sun/star/smarttags/XSmartTagAction.idl
index cd473e5..795231e 100644
--- a/main/offapi/com/sun/star/smarttags/XSmartTagAction.idl
+++ b/main/offapi/com/sun/star/smarttags/XSmartTagAction.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/smarttags/XSmartTagRecognizer.idl b/main/offapi/com/sun/star/smarttags/XSmartTagRecognizer.idl
index a82b5a2..d1320f6 100644
--- a/main/offapi/com/sun/star/smarttags/XSmartTagRecognizer.idl
+++ b/main/offapi/com/sun/star/smarttags/XSmartTagRecognizer.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/style/BreakType.idl b/main/offapi/com/sun/star/style/BreakType.idl
index 7552bfe..f72d0b6 100644
--- a/main/offapi/com/sun/star/style/BreakType.idl
+++ b/main/offapi/com/sun/star/style/BreakType.idl
@@ -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,121 +7,121 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_style_BreakType_idl__ 
-#define __com_sun_star_style_BreakType_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module style {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_style_BreakType_idl__
+#define __com_sun_star_style_BreakType_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module style {
+
+//=============================================================================
+
 // DocMerge from xml: enum com::sun::star::style::BreakType
 /** These enumeration values are used to specify if and how a page or
 	column break is applied.
  */
 published enum BreakType
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::style::BreakType::NONE
 	/** No column or page break is applied.
 	 */
-	NONE, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	NONE,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::style::BreakType::COLUMN_BEFORE
 	/** A column break is applied before the object to which it belongs.
-		
-		
-		
+
+
+
 		<p>This implies that the object to which it belongs is the
 		first in its column.</p>
 	 */
-	COLUMN_BEFORE, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	COLUMN_BEFORE,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::style::BreakType::COLUMN_AFTER
 	/** A column break is applied after the object to which it belongs.
-		
-		
-		
+
+
+
 		<p>This implies that the object to which it belongs is the last
 		in its column.</p>
 	 */
-	COLUMN_AFTER, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	COLUMN_AFTER,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::style::BreakType::COLUMN_BOTH
 	/** A column break is applied before and after the object to which
 		it belongs.
-		
-		
-		
+
+
+
 		<p>This implies that this object is the only one in its column.</p>
 	 */
-	COLUMN_BOTH, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	COLUMN_BOTH,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::style::BreakType::PAGE_BEFORE
 	/** A page break is applied before the object to which it belongs.
-		
-		
-		
+
+
+
 		<p>This implies that the object to which it belongs is the
 		first on its page.  	</p>
 	 */
-	PAGE_BEFORE, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	PAGE_BEFORE,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::style::BreakType::PAGE_AFTER
 	/** A page break is applied after the object to which it belongs.
-		
-		
-		
+
+
+
 		<p>This implies that the object to which it belongs is the last
 		on its page.</p>
 	 */
-	PAGE_AFTER, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	PAGE_AFTER,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::style::BreakType::PAGE_BOTH
 	/** A page break is applied before and after the object to which
 		it belongs.
-		
-		
-		
+
+
+
 		<p>This implies that this object is the only one on its page.</p>
 	 */
-	PAGE_BOTH 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	PAGE_BOTH
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/style/CaseMap.idl b/main/offapi/com/sun/star/style/CaseMap.idl
index 2ceb9b3..3b6dfcc 100644
--- a/main/offapi/com/sun/star/style/CaseMap.idl
+++ b/main/offapi/com/sun/star/style/CaseMap.idl
@@ -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,77 +7,77 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_style_CaseMap_idl__ 
-#define __com_sun_star_style_CaseMap_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module style {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_style_CaseMap_idl__
+#define __com_sun_star_style_CaseMap_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module style {
+
+//=============================================================================
+
 // DocMerge from idl: constants com::sun::star::style::CaseMap
-/** These constants are used to specify a case-related mapping for 
+/** These constants are used to specify a case-related mapping for
 		formatting and displaying characters.
  */
 published constants CaseMap
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::style::CaseMap::NONE
 	/** The case of the characters is unchanged.
 	 */
-	const short NONE = 0; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short NONE = 0;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::style::CaseMap::UPPERCASE
 	/** All characters are put in upper case.
 	 */
-	const short UPPERCASE = 1; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short UPPERCASE = 1;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::style::CaseMap::LOWERCASE
 	/** All characters are put in lower case.
 	 */
-	const short LOWERCASE = 2; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short LOWERCASE = 2;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::style::CaseMap::TITLE
 	/** The first character of each word is put in upper case.
 	 */
-	const short TITLE = 3; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short TITLE = 3;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::style::CaseMap::SMALLCAPS
 	/** All characters are put in upper case, but with a smaller font height.
 	 */
-	const short SMALLCAPS = 4; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	const short SMALLCAPS = 4;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/style/CellStyle.idl b/main/offapi/com/sun/star/style/CellStyle.idl
index 9c2564b..3b80c58 100644
--- a/main/offapi/com/sun/star/style/CellStyle.idl
+++ b/main/offapi/com/sun/star/style/CellStyle.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/style/CharacterProperties.idl b/main/offapi/com/sun/star/style/CharacterProperties.idl
index 84ae8f2..45d4ff5 100644
--- a/main/offapi/com/sun/star/style/CharacterProperties.idl
+++ b/main/offapi/com/sun/star/style/CharacterProperties.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/style/CharacterPropertiesAsian.idl b/main/offapi/com/sun/star/style/CharacterPropertiesAsian.idl
index 972dd80..6a03bae 100644
--- a/main/offapi/com/sun/star/style/CharacterPropertiesAsian.idl
+++ b/main/offapi/com/sun/star/style/CharacterPropertiesAsian.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/style/CharacterPropertiesComplex.idl b/main/offapi/com/sun/star/style/CharacterPropertiesComplex.idl
index bc3b04e..1a4147b 100644
--- a/main/offapi/com/sun/star/style/CharacterPropertiesComplex.idl
+++ b/main/offapi/com/sun/star/style/CharacterPropertiesComplex.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/style/CharacterStyle.idl b/main/offapi/com/sun/star/style/CharacterStyle.idl
index 09cfc5e..2e01c96 100644
--- a/main/offapi/com/sun/star/style/CharacterStyle.idl
+++ b/main/offapi/com/sun/star/style/CharacterStyle.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/style/DropCapFormat.idl b/main/offapi/com/sun/star/style/DropCapFormat.idl
index f2aefe7..e394f10 100644
--- a/main/offapi/com/sun/star/style/DropCapFormat.idl
+++ b/main/offapi/com/sun/star/style/DropCapFormat.idl
@@ -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,29 +7,29 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_style_DropCapFormat_idl__ 
-#define __com_sun_star_style_DropCapFormat_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module style {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_style_DropCapFormat_idl__
+#define __com_sun_star_style_DropCapFormat_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module style {
+
+//=============================================================================
+
 // DocMerge from xml: struct com::sun::star::style::DropCapFormat
 /** This struct describes drop caps at a paragraph object.
  */
@@ -38,29 +38,29 @@
 	// DocMerge from xml: field com::sun::star::style::DropCapFormat::Lines
 	/** This is the number of lines used for a drop cap.
 	 */
-	byte Lines; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	byte Lines;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: field com::sun::star::style::DropCapFormat::Count
 	/** This is the number of characters in the drop cap.
 	 */
-	byte Count; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	byte Count;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: field com::sun::star::style::DropCapFormat::Distance
 	/** This is the distance between the drop cap in the following text.
 	 */
-	short Distance; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	short Distance;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/style/GraphicLocation.idl b/main/offapi/com/sun/star/style/GraphicLocation.idl
index ede5f05..7659ca5 100644
--- a/main/offapi/com/sun/star/style/GraphicLocation.idl
+++ b/main/offapi/com/sun/star/style/GraphicLocation.idl
@@ -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,127 +7,127 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_style_GraphicLocation_idl__ 
-#define __com_sun_star_style_GraphicLocation_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module style {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_style_GraphicLocation_idl__
+#define __com_sun_star_style_GraphicLocation_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module style {
+
+//=============================================================================
+
 // DocMerge from xml: enum com::sun::star::style::GraphicLocation
 /** These enumeration values are used to specify the location of a
 	graphic object within its surroundings.
  */
 published enum GraphicLocation
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::style::GraphicLocation::NONE
 	/** This value specifies that a location is not yet assigned.
 	 */
-	NONE, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	NONE,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::style::GraphicLocation::LEFT_TOP
 	/** The graphic is located in the top left corner.
 	 */
-	LEFT_TOP, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	LEFT_TOP,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::style::GraphicLocation::MIDDLE_TOP
 	/** The graphic is located in the middle of the top edge.
 	 */
-	MIDDLE_TOP, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	MIDDLE_TOP,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::style::GraphicLocation::RIGHT_TOP
 	/** The graphic is located in the top right corner.
 	 */
-	RIGHT_TOP, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	RIGHT_TOP,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::style::GraphicLocation::LEFT_MIDDLE
 	/** The graphic is located in the middle of the left edge.
 	 */
-	LEFT_MIDDLE, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	LEFT_MIDDLE,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::style::GraphicLocation::MIDDLE_MIDDLE
 	/** The graphic is located at the center of the surrounding object.
 	 */
-	MIDDLE_MIDDLE, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	MIDDLE_MIDDLE,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::style::GraphicLocation::RIGHT_MIDDLE
 	/** The graphic is located in the middle of the right edge.
 	 */
-	RIGHT_MIDDLE, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	RIGHT_MIDDLE,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::style::GraphicLocation::LEFT_BOTTOM
 	/** The graphic is located in the bottom left corner.
 	 */
-	LEFT_BOTTOM, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	LEFT_BOTTOM,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::style::GraphicLocation::MIDDLE_BOTTOM
 	/** The graphic is located in the middle of the bottom edge.
 	 */
-	MIDDLE_BOTTOM, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	MIDDLE_BOTTOM,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::style::GraphicLocation::RIGHT_BOTTOM
 	/** The graphic is located in the bottom right corner.
 	 */
-	RIGHT_BOTTOM, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	RIGHT_BOTTOM,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::style::GraphicLocation::AREA
 	/** The graphic is scaled to fill the whole surrounding area.
 	 */
-	AREA, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	AREA,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::style::GraphicLocation::TILED
-	/** The graphic is repeatedly spread over the surrounding object 
+	/** The graphic is repeatedly spread over the surrounding object
 		like tiles.
 	 */
-	TILED 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	TILED
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/style/HorizontalAlignment.idl b/main/offapi/com/sun/star/style/HorizontalAlignment.idl
index c266937..440b58a 100644
--- a/main/offapi/com/sun/star/style/HorizontalAlignment.idl
+++ b/main/offapi/com/sun/star/style/HorizontalAlignment.idl
@@ -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,66 +7,66 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_style_HorizontalAlignment_idl__ 
-#define __com_sun_star_style_HorizontalAlignment_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module style {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_style_HorizontalAlignment_idl__
+#define __com_sun_star_style_HorizontalAlignment_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module style {
+
+//=============================================================================
+
 // DocMerge from xml: enum com::sun::star::style::HorizontalAlignment
 /** values specify the horizontal alignment of
 	an object within a container object.
  */
 published enum HorizontalAlignment
-{ 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR HorizontalAlignment::	LEFT, 
-	
+{
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR HorizontalAlignment::	LEFT,
+
 	// DocMerge from xml: value com::sun::star::style::HorizontalAlignment::LEFT
 	/** set the horizontal alignment to the left margin from the container object
 	 */
-	LEFT, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR HorizontalAlignment::	CENTER, 
-	
+	LEFT,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR HorizontalAlignment::	CENTER,
+
 	// DocMerge from xml: value com::sun::star::style::HorizontalAlignment::CENTER
 	/** set the horizontal alignment to the center between the margins from the container object
 	 */
-	CENTER, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR HorizontalAlignment::	RIGHT 
-	
+	CENTER,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR HorizontalAlignment::	RIGHT
+
 	// DocMerge from xml: value com::sun::star::style::HorizontalAlignment::RIGHT
 	/** set the horizontal alignment to the right margin from the container object
 	 */
-	RIGHT 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	RIGHT
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/style/LineNumberPosition.idl b/main/offapi/com/sun/star/style/LineNumberPosition.idl
index ef71d5a..56f398e 100644
--- a/main/offapi/com/sun/star/style/LineNumberPosition.idl
+++ b/main/offapi/com/sun/star/style/LineNumberPosition.idl
@@ -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,70 +7,70 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_style_LineNumberPosition_idl__ 
-#define __com_sun_star_style_LineNumberPosition_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module style {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_style_LineNumberPosition_idl__
+#define __com_sun_star_style_LineNumberPosition_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module style {
+
+//=============================================================================
+
 // DocMerge from idl: constants com::sun::star::style::LineNumberPosition
-/** These constants are used to specify the position of the numbering 
+/** These constants are used to specify the position of the numbering
 		of lines.
  */
 published constants LineNumberPosition
-{ 
-	//------------------------------------------------------------------------- 
-		
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::style::LineNumberPosition::LEFT
 	/** the number occurs on the left side of the pages.
 	 */
-	const short LEFT = 0; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const short LEFT = 0;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::style::LineNumberPosition::RIGHT
 	/** the number occurs on the right side of the pages.
 	 */
-	const short RIGHT = 1; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const short RIGHT = 1;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::style::LineNumberPosition::INSIDE
 	/** the number occurs alternating on the inner side of the pages.
 	 */
-	const short INSIDE = 2; 
- 
-	//------------------------------------------------------------------------- 
-		
+	const short INSIDE = 2;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::style::LineNumberPosition::OUTSIDE
 	/** the number occurs alternating on the outside side of the pages.
 	 */
-	const short OUTSIDE = 3; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	const short OUTSIDE = 3;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/style/LineSpacing.idl b/main/offapi/com/sun/star/style/LineSpacing.idl
index b56d9a6..cce47c2 100644
--- a/main/offapi/com/sun/star/style/LineSpacing.idl
+++ b/main/offapi/com/sun/star/style/LineSpacing.idl
@@ -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,29 +7,29 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_style_LineSpacing_idl__ 
-#define __com_sun_star_style_LineSpacing_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module style {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_style_LineSpacing_idl__
+#define __com_sun_star_style_LineSpacing_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module style {
+
+//=============================================================================
+
 // DocMerge from xml: struct com::sun::star::style::LineSpacing
 /** This structure is used to specify the height of a text line.@see LineSpacingMode
  */
@@ -38,22 +38,22 @@
 	// DocMerge from xml: field com::sun::star::style::LineSpacing::Mode
 	/** This value specifies the way the height is specified.
 	 */
-	short Mode; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	short Mode;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: field com::sun::star::style::LineSpacing::Height
 	/** This value specifies the height in regard to <var>Mode</var>.
 	 */
-	short Height; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	short Height;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/style/LineSpacingMode.idl b/main/offapi/com/sun/star/style/LineSpacingMode.idl
index 6f9b852..338742f 100644
--- a/main/offapi/com/sun/star/style/LineSpacingMode.idl
+++ b/main/offapi/com/sun/star/style/LineSpacingMode.idl
@@ -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,69 +7,69 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_style_LineSpacingMode_idl__ 
-#define __com_sun_star_style_LineSpacingMode_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module style {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_style_LineSpacingMode_idl__
+#define __com_sun_star_style_LineSpacingMode_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module style {
+
+//=============================================================================
+
 // DocMerge from idl: constants com::sun::star::style::LineSpacingMode
 /** These constants specify the interpretation of LineHeight.
  */
 published constants LineSpacingMode
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::style::LineSpacingMode::PROP
 	/** This constant specifies the height value as a proportional value.
 	 */
-	const short PROP = 0; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short PROP = 0;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::style::LineSpacingMode::MINIMUM
 	/** This constant specifies the height as the minimum line height.
 	 */
-	const short MINIMUM = 1; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short MINIMUM = 1;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::style::LineSpacingMode::LEADING
 	/** This constant specifies the height value as the distance to the previous line.
 	 */
-	const short LEADING = 2; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short LEADING = 2;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::style::LineSpacingMode::FIX
 	/** This constant specifies the height value as a fixed line height.
 	 */
-	const short FIX = 3; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	const short FIX = 3;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/style/NumberingAlignment.idl b/main/offapi/com/sun/star/style/NumberingAlignment.idl
index 14017d5..45d8c3c 100644
--- a/main/offapi/com/sun/star/style/NumberingAlignment.idl
+++ b/main/offapi/com/sun/star/style/NumberingAlignment.idl
@@ -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,73 +7,73 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_style_NumberingAlignment_idl__ 
-#define __com_sun_star_style_NumberingAlignment_idl__ 
- 
-#ifndef __com_sun_star_style_HorizontalAlignment_idl__ 
-#include <com/sun/star/style/HorizontalAlignment.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module style {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_style_NumberingAlignment_idl__
+#define __com_sun_star_style_NumberingAlignment_idl__
+
+#ifndef __com_sun_star_style_HorizontalAlignment_idl__
+#include <com/sun/star/style/HorizontalAlignment.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module style {
+
+//=============================================================================
+
 // DocMerge from xml: service com::sun::star::style::NumberingAlignment
 /** specify the alignment of a numbering level.
  */
 published service NumberingAlignment
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::style::NumberingAlignment::Alignment
 	/** set the alignment from the numbering. Use the com::sun::star::style::HorizontalAlignment enum to change the alignment.
 	 */
-	[property] com::sun::star::style::HorizontalAlignment Alignment; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] com::sun::star::style::HorizontalAlignment Alignment;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::style::NumberingAlignment::TextMarginDistance
 	/** the minimum distance between the numbering symbol and the following text.
 	 */
-	[property] short TextMarginDistance; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] short TextMarginDistance;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::style::NumberingAlignment::TextNumberingDistance
 	/** the distance between left margin and the numbering symbol.
 	 */
-	[property] short TextNumberingDistance; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] short TextNumberingDistance;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::style::NumberingAlignment::Insertion
 	/** the distance between the numbering symbol and text.
 	 */
-	[property] short Insertion; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	[property] short Insertion;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/style/NumberingLevel.idl b/main/offapi/com/sun/star/style/NumberingLevel.idl
index e1573e0..7b0e907 100644
--- a/main/offapi/com/sun/star/style/NumberingLevel.idl
+++ b/main/offapi/com/sun/star/style/NumberingLevel.idl
@@ -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,111 +7,111 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_style_NumberingLevel_idl__ 
-#define __com_sun_star_style_NumberingLevel_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module style {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_style_NumberingLevel_idl__
+#define __com_sun_star_style_NumberingLevel_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module style {
+
+//=============================================================================
+
 // DocMerge from xml: service com::sun::star::style::NumberingLevel
 /** These properties describe the numbering of a paragraph.
-	
-	
-	
+
+
+
 	<p>NumberType determines the type of the numbering symbol.
 	Depending on this setting, some of the following values will be
 	ignored.</p>
  */
 published service NumberingLevel
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::style::NumberingLevel::NumberingType
 	/** specifies the type of numbering.@see NumberingType
 	 */
-	[property] short NumberingType; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] short NumberingType;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::style::NumberingLevel::ParentNumbering
-	/** specifies the number of higher numbering levels that 
+	/** specifies the number of higher numbering levels that
 		are included in the representation of the current number.
 	 */
-	[property] short ParentNumbering; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] short ParentNumbering;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::style::NumberingLevel::Prefix
 	/** This prefix is inserted in front of the numbering symbol(s).
 	 */
-	[property] string Prefix; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] string Prefix;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::style::NumberingLevel::Suffix
 	/** This suffix is inserted after the numbering symbol(s).
 	 */
-	[property] string Suffix; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] string Suffix;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::style::NumberingLevel::CharStyleName
 	/** This is the name of the character style that is used for the symbol(s).
 	 */
-	[property] string CharStyleName; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] string CharStyleName;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::style::NumberingLevel::BulletId
 	/** The bullet symbol with this code in the assigned font is used.
 	 */
-	[property] short BulletId; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] short BulletId;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::style::NumberingLevel::BulletFontName
 	/** This is the name of the font that is used for the bullet.
 	 */
-	[property] string BulletFontName; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] string BulletFontName;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::style::NumberingLevel::GraphicURL
 	/** This is the URL of a graphic file to use as a symbol.
 	 */
-	[property] string GraphicURL; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] string GraphicURL;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::style::NumberingLevel::StartWith
 	/** This specifies the start value for the numbering.
 	 */
-	[property] short StartWith; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	[property] short StartWith;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/style/NumberingRule.idl b/main/offapi/com/sun/star/style/NumberingRule.idl
index ce38473..78d3923 100644
--- a/main/offapi/com/sun/star/style/NumberingRule.idl
+++ b/main/offapi/com/sun/star/style/NumberingRule.idl
@@ -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,58 +7,58 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_style_NumberingRule_idl__ 
-#define __com_sun_star_style_NumberingRule_idl__ 
- 
-#ifndef __com_sun_star_style_NumberingAlignment_idl__ 
-#include <com/sun/star/style/NumberingAlignment.idl> 
-#endif 
- 
-#ifndef __com_sun_star_style_NumberingLevel_idl__ 
-#include <com/sun/star/style/NumberingLevel.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module style {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_style_NumberingRule_idl__
+#define __com_sun_star_style_NumberingRule_idl__
+
+#ifndef __com_sun_star_style_NumberingAlignment_idl__
+#include <com/sun/star/style/NumberingAlignment.idl>
+#endif
+
+#ifndef __com_sun_star_style_NumberingLevel_idl__
+#include <com/sun/star/style/NumberingLevel.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module style {
+
+//=============================================================================
+
 // DocMerge from xml: service com::sun::star::style::NumberingRule
 /** specifies a rule to format numberings.
-	
+
 	<p>It is normally represented by a sequence of
 	<type scope="com::sun::star::beans">PropertyValue</type>s.</p>
  */
 published service NumberingRule
-{ 
+{
 	// DocMerge: empty anyway
-	service com::sun::star::style::NumberingAlignment; 
-	
+	service com::sun::star::style::NumberingAlignment;
+
 	// DocMerge: empty anyway
-	service com::sun::star::style::NumberingLevel; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	service com::sun::star::style::NumberingLevel;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/style/NumberingType.idl b/main/offapi/com/sun/star/style/NumberingType.idl
index 94e8e28..8e98a45 100644
--- a/main/offapi/com/sun/star/style/NumberingType.idl
+++ b/main/offapi/com/sun/star/style/NumberingType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -232,14 +232,14 @@
         @since OpenOffice 2.0.1
      */
     const short CHARS_NEPALI = 34;
-    
+
     //-------------------------------------------------------------------------
     /** Numbering in Khmer alphabet letters
 
         @since OpenOffice 2.0.1
      */
     const short CHARS_KHMER = 35;
-    
+
     //-------------------------------------------------------------------------
     /** Numbering in Lao alphabet letters
 
@@ -252,7 +252,7 @@
         @since OpenOffice 2.0.3
       */
     const short CHARS_TIBETAN = 37;
- 
+
     //-------------------------------------------------------------------------
     /** Numbering in Cyrillic alphabet upper case letters as
         "&#1040;, &#1041;,  &#1042;, &#1043;, ..., &#1070;, &#1071;, &#1040;&#1074;, &#1040;&#1072;, &#1040;&#1074;, ... &#1040;&#1072;&#1072;, &#1040;&#1072;&#1073;".
@@ -402,7 +402,7 @@
 
     //-------------------------------------------------------------------------
     /** Numbering in Myanmar alphabet letters
-    
+
         @since OpenOffice 3.1
      */
     const short CHARS_MYANMAR = 47;
diff --git a/main/offapi/com/sun/star/style/PageProperties.idl b/main/offapi/com/sun/star/style/PageProperties.idl
index 48433ed..945fbb2 100644
--- a/main/offapi/com/sun/star/style/PageProperties.idl
+++ b/main/offapi/com/sun/star/style/PageProperties.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -95,7 +95,7 @@
 [property] com::sun::star::style::GraphicLocation BackGraphicLocation;
 //-----------------------------------------------------------------------------
 /** determines if the background color is transparent.
- 
+
     <p>If this property is set to <TRUE/>,
     <member>PageStyle::BackColor</member> will not be used.</p>
  */
diff --git a/main/offapi/com/sun/star/style/PageStyle.idl b/main/offapi/com/sun/star/style/PageStyle.idl
index 00cab57..e191009 100644
--- a/main/offapi/com/sun/star/style/PageStyle.idl
+++ b/main/offapi/com/sun/star/style/PageStyle.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/style/PageStyleLayout.idl b/main/offapi/com/sun/star/style/PageStyleLayout.idl
index 5ed16ab..ad23809 100644
--- a/main/offapi/com/sun/star/style/PageStyleLayout.idl
+++ b/main/offapi/com/sun/star/style/PageStyleLayout.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/style/ParagraphAdjust.idl b/main/offapi/com/sun/star/style/ParagraphAdjust.idl
index e347c97..9a80fa6 100644
--- a/main/offapi/com/sun/star/style/ParagraphAdjust.idl
+++ b/main/offapi/com/sun/star/style/ParagraphAdjust.idl
@@ -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,76 +7,76 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_style_ParagraphAdjust_idl__ 
-#define __com_sun_star_style_ParagraphAdjust_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module style {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_style_ParagraphAdjust_idl__
+#define __com_sun_star_style_ParagraphAdjust_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module style {
+
+//=============================================================================
+
 // DocMerge from xml: enum com::sun::star::style::ParagraphAdjust
 /** These enumeration values describe the formatting of a text paragraph.
  */
 published enum ParagraphAdjust
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::style::ParagraphAdjust::LEFT
 	/** adjusted to the left border
 	 */
-	LEFT, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	LEFT,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::style::ParagraphAdjust::RIGHT
 	/** adjusted to the right border
 	 */
-	RIGHT, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	RIGHT,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::style::ParagraphAdjust::BLOCK
 	/** adjusted to both borders / stretched, except for last line
 	 */
-	BLOCK, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	BLOCK,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::style::ParagraphAdjust::CENTER
 	/** adjusted to the center
 	 */
-	CENTER, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	CENTER,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::style::ParagraphAdjust::STRETCH
 	/** adjusted to both borders / stretched, including last line
 	 */
-	STRETCH 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	STRETCH
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/style/ParagraphProperties.idl b/main/offapi/com/sun/star/style/ParagraphProperties.idl
index af79063..af53691 100644
--- a/main/offapi/com/sun/star/style/ParagraphProperties.idl
+++ b/main/offapi/com/sun/star/style/ParagraphProperties.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/style/ParagraphPropertiesAsian.idl b/main/offapi/com/sun/star/style/ParagraphPropertiesAsian.idl
index bd8bcb7..82a38ae 100644
--- a/main/offapi/com/sun/star/style/ParagraphPropertiesAsian.idl
+++ b/main/offapi/com/sun/star/style/ParagraphPropertiesAsian.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/style/ParagraphPropertiesComplex.idl b/main/offapi/com/sun/star/style/ParagraphPropertiesComplex.idl
index 9f1e60d..67e0ce8 100644
--- a/main/offapi/com/sun/star/style/ParagraphPropertiesComplex.idl
+++ b/main/offapi/com/sun/star/style/ParagraphPropertiesComplex.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/style/ParagraphStyle.idl b/main/offapi/com/sun/star/style/ParagraphStyle.idl
index 0cece9a..0573cd3 100644
--- a/main/offapi/com/sun/star/style/ParagraphStyle.idl
+++ b/main/offapi/com/sun/star/style/ParagraphStyle.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -56,7 +56,7 @@
         @see    <type scope="com::sun::star::xml">ParaUserDefinedAttributesSupplier</type>
      */
     [optional] service com::sun::star::xml::ParaUserDefinedAttributesSupplier;
-    
+
 	//-------------------------------------------------------------------------
 	/// specifies the style properties.
 	service ParagraphProperties;
@@ -140,8 +140,8 @@
 
     /** returns the name of the page style in use
 
-        <P>For setting the page style you have to use the 
-        <member scope="com::sun::star::text">PageDescName</member> 
+        <P>For setting the page style you have to use the
+        <member scope="com::sun::star::text">PageDescName</member>
         properties.
         </P>
     */
diff --git a/main/offapi/com/sun/star/style/ParagraphStyleCategory.idl b/main/offapi/com/sun/star/style/ParagraphStyleCategory.idl
index 3e8dc0b..6e3d5be 100644
--- a/main/offapi/com/sun/star/style/ParagraphStyleCategory.idl
+++ b/main/offapi/com/sun/star/style/ParagraphStyleCategory.idl
@@ -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,76 +7,73 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
- 
-#ifndef __com_sun_star_style_ParagraphStyleCategory_idl__ 
-#define __com_sun_star_style_ParagraphStyleCategory_idl__ 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module style { 
-//============================================================================= 
- 
+
+#ifndef __com_sun_star_style_ParagraphStyleCategory_idl__
+#define __com_sun_star_style_ParagraphStyleCategory_idl__
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module style {
+//=============================================================================
+
 // DocMerge from idl: constants com::sun::star::style::ParagraphStyleCategory
 /** These constants are used to specify the category of paragraph styles in text documents.
  */
 published constants ParagraphStyleCategory
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::style::ParagraphStyleCategory::TEXT
 	/** is applied to styles that are used for common text.
 	 */
-	const short TEXT = 0; 
-	//------------------------------------------------------------------------- 
-	 
+	const short TEXT = 0;
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::style::ParagraphStyleCategory::CHAPTER
 	/** is applied to styles that are used as headings.
 	 */
-	const short CHAPTER = 1; 
-	//------------------------------------------------------------------------- 
-	 
+	const short CHAPTER = 1;
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::style::ParagraphStyleCategory::LIST
 	/** is applied to styles that used in numberings and lists.
 	 */
-	const short LIST = 2; 
-	//------------------------------------------------------------------------- 
-	 
+	const short LIST = 2;
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::style::ParagraphStyleCategory::INDEX
 	/** is applied to styles that are used in indexes.
 	 */
-	const short INDEX = 3; 
-	//------------------------------------------------------------------------- 
-	 
+	const short INDEX = 3;
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::style::ParagraphStyleCategory::EXTRA
 	/** is applied to styles that are used in special regions like headers, footers, and footnote text.
 	 */
-	const short EXTRA = 4; 
-	//------------------------------------------------------------------------- 
-	 
+	const short EXTRA = 4;
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::style::ParagraphStyleCategory::HTML
 	/** is applied to styles that are used to support HTML.
 	 */
-	const short HTML = 5; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
- 
- 
- 
+	const short HTML = 5;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/style/Style.idl b/main/offapi/com/sun/star/style/Style.idl
index c2ac383..85bd96b 100644
--- a/main/offapi/com/sun/star/style/Style.idl
+++ b/main/offapi/com/sun/star/style/Style.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -60,7 +60,7 @@
         @see    <type scope="com::sun::star::xml">UserDefinedAttributesSupplier</type>
      */
     [optional] service com::sun::star::xml::UserDefinedAttributesSupplier;
-    
+
     //-------------------------------------------------------------------------
 
     interface com::sun::star::style::XStyle;
@@ -74,7 +74,7 @@
     //-------------------------------------------------------------------------
 
     [optional] interface com::sun::star::beans::XMultiPropertyStates;
-    
+
     //-------------------------------------------------------------------------
 
 	/** determines if a style is physically created.
@@ -112,14 +112,14 @@
     //-------------------------------------------------------------------------
 
     /** defines the context and styles for conditional paragraphs.
-        
+
         <p>This property is only available if the style is a conditional
         paragraph style.</p>
 
-        <p>The sequence consists of pairs where the name part of the pair 
+        <p>The sequence consists of pairs where the name part of the pair
         defines the context where it should be applied and the value part
         is a string naming the style to be used in that context.</p>
-        
+
         <p>Assigning an empty string to the style name will disable
         the conditional style for that context.</p>
 
diff --git a/main/offapi/com/sun/star/style/StyleFamilies.idl b/main/offapi/com/sun/star/style/StyleFamilies.idl
index 1c843f8..4f1c924 100644
--- a/main/offapi/com/sun/star/style/StyleFamilies.idl
+++ b/main/offapi/com/sun/star/style/StyleFamilies.idl
@@ -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,73 +7,73 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_style_StyleFamilies_idl__ 
-#define __com_sun_star_style_StyleFamilies_idl__ 
- 
-#ifndef __com_sun_star_container_XNameAccess_idl__ 
-#include <com/sun/star/container/XNameAccess.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XIndexAccess_idl__ 
-#include <com/sun/star/container/XIndexAccess.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module style {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_style_StyleFamilies_idl__
+#define __com_sun_star_style_StyleFamilies_idl__
+
+#ifndef __com_sun_star_container_XNameAccess_idl__
+#include <com/sun/star/container/XNameAccess.idl>
+#endif
+
+#ifndef __com_sun_star_container_XIndexAccess_idl__
+#include <com/sun/star/container/XIndexAccess.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module style {
+
+//=============================================================================
+
 // DocMerge from xml: service com::sun::star::style::StyleFamilies
 /** This service contains the collection of style families within the
 	container document.
-		
+
 	<p>Examples of style families may be:
 	<dl>
 	<dt>CharacterStyles
 	</dt>
-	<dd>the container of style sheets for sequences of characters 
+	<dd>the container of style sheets for sequences of characters
 	within a text
-	
+
 	</dd>
 	<dt>ParagraphStyles
 	</dt>
 	<dd>the container of style sheets for text paragraphs
-	
+
 	</dd>
 	<dt>FrameStyles
 	</dt>
 	<dd>the container of style sheets for text frames
-	
+
 	</dd>
 	<dt>PageStyles
 	</dt>
 	<dd>the container of style sheets for pages
-	
+
 	</dd>
 	<dt>NumberingStyles
 	</dt>
 	<dd>the container for style sheets for numbering
-	
+
 	</dd>
 	<dt>CellStyles
 	</dt>
 	<dd>the container for style sheets for cells
-	
+
 	</dd>
 	<dt>ShapeStyles
 	</dt>
@@ -83,33 +83,33 @@
 	</p>
  */
 published service StyleFamilies
-{ 
- 
-	 
+{
+
+
 	// DocMerge from xml: service com::sun::star::style::StyleFamilies: interface com::sun::star::container::XNameAccess
-	/** This mandatory interface makes it possible to get access to the  
-				style families by their names. 
-				 
+	/** This mandatory interface makes it possible to get access to the
+				style families by their names.
+
 				<p>The elements within this collection are <type>StyleFamily</type> instances.
 	 */
-	interface com::sun::star::container::XNameAccess; 
- 
-	 
+	interface com::sun::star::container::XNameAccess;
+
+
 	// DocMerge from xml: service com::sun::star::style::StyleFamilies: interface com::sun::star::container::XIndexAccess
-	/** This optional interface makes it possible to get access to the  
-				style families by index. 
-				 
+	/** This optional interface makes it possible to get access to the
+				style families by index.
+
 				<p>The elements within this collection are <type>StyleFamily</type> instances.
 	 */
-	[optional] interface com::sun::star::container::XIndexAccess; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	[optional] interface com::sun::star::container::XIndexAccess;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/style/StyleFamily.idl b/main/offapi/com/sun/star/style/StyleFamily.idl
index 36a07f6..cc6a9cb 100644
--- a/main/offapi/com/sun/star/style/StyleFamily.idl
+++ b/main/offapi/com/sun/star/style/StyleFamily.idl
@@ -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,79 +7,79 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_style_StyleFamily_idl__ 
-#define __com_sun_star_style_StyleFamily_idl__ 
- 
-#ifndef __com_sun_star_container_XNameContainer_idl__ 
-#include <com/sun/star/container/XNameContainer.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XIndexAccess_idl__ 
-#include <com/sun/star/container/XIndexAccess.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module style {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_style_StyleFamily_idl__
+#define __com_sun_star_style_StyleFamily_idl__
+
+#ifndef __com_sun_star_container_XNameContainer_idl__
+#include <com/sun/star/container/XNameContainer.idl>
+#endif
+
+#ifndef __com_sun_star_container_XIndexAccess_idl__
+#include <com/sun/star/container/XIndexAccess.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module style {
+
+//=============================================================================
+
 // DocMerge from xml: service com::sun::star::style::StyleFamily
 /** This service is a container of style sheets of the same style family.@see StyleFamilies
  */
 published service StyleFamily
-{ 
- 
-	 
+{
+
+
 	// DocMerge from xml: service com::sun::star::style::StyleFamily: interface com::sun::star::container::XNameAccess
-	/** This mandatory interface makes it possible to access 
-				the style sheets within this family by name. 
-				 
-				<p>The elements in this container support the service 
+	/** This mandatory interface makes it possible to access
+				the style sheets within this family by name.
+
+				<p>The elements in this container support the service
 				<type>Style</type> and are accessed via an <type>XStyle</type>.
 	 */
-	interface com::sun::star::container::XNameAccess; 
- 
-	 
+	interface com::sun::star::container::XNameAccess;
+
+
 	// DocMerge from xml: service com::sun::star::style::StyleFamily: interface com::sun::star::container::XNameContainer
-	/** This optional interface makes it possible to add and 
-				remove the style sheets within this family by name. 
-				 
-				<p>The elements in this container support the service 
+	/** This optional interface makes it possible to add and
+				remove the style sheets within this family by name.
+
+				<p>The elements in this container support the service
 				<type>Style</type> and are accessed via an <type>XStyle</type>.
 	 */
-	[optional] interface com::sun::star::container::XNameContainer; 
-	 
+	[optional] interface com::sun::star::container::XNameContainer;
+
 	// DocMerge from xml: service com::sun::star::style::StyleFamily: interface com::sun::star::container::XIndexAccess
-	/** This optional interface makes it possible to access the style sheets 
-				within this family by index. 
-				 
-				<p>The elements in this container support the service 
+	/** This optional interface makes it possible to access the style sheets
+				within this family by index.
+
+				<p>The elements in this container support the service
 				<type>Style</type> and are accessed via an <type>XStyle</type>.
 	 */
-	[optional] interface com::sun::star::container::XIndexAccess; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	[optional] interface com::sun::star::container::XIndexAccess;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/style/TabAlign.idl b/main/offapi/com/sun/star/style/TabAlign.idl
index 5b6117e..2fafa38 100644
--- a/main/offapi/com/sun/star/style/TabAlign.idl
+++ b/main/offapi/com/sun/star/style/TabAlign.idl
@@ -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,81 +7,81 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_style_TabAlign_idl__ 
-#define __com_sun_star_style_TabAlign_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module style {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_style_TabAlign_idl__
+#define __com_sun_star_style_TabAlign_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module style {
+
+//=============================================================================
+
 // DocMerge from xml: enum com::sun::star::style::TabAlign
 /** These enumeration values are used to specify the alignment of
 	the text range delimited by a tabulator.
  */
 published enum TabAlign
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::style::TabAlign::LEFT
 	/** The text range is left-aligned between the previous tabulator
 		(or the left border, if none) and this tabulator.
 	 */
-	LEFT, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	LEFT,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::style::TabAlign::CENTER
 	/** The text range is centered between the previous tabulator
 		(or the left border, if none) and this tabulator.
 	 */
-	CENTER, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	CENTER,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::style::TabAlign::RIGHT
 	/** The text range is right-aligned between the previous tabulator
 		(or the left border, if none) and this tabulator.
 	 */
-	RIGHT, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	RIGHT,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::style::TabAlign::DECIMAL
 	/** The decimal point of the text range to the left of this
 		tabulator is aligned to the position of this tabulator.
 	 */
-	DECIMAL, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	DECIMAL,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::style::TabAlign::DEFAULT
 	/** The default alignment for tabulators is applied.
 	 */
-	DEFAULT 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	DEFAULT
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/style/TabStop.idl b/main/offapi/com/sun/star/style/TabStop.idl
index cda8a94..ae2892a 100644
--- a/main/offapi/com/sun/star/style/TabStop.idl
+++ b/main/offapi/com/sun/star/style/TabStop.idl
@@ -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,33 +7,33 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_style_TabStop_idl__ 
-#define __com_sun_star_style_TabStop_idl__ 
- 
-#ifndef __com_sun_star_style_TabAlign_idl__ 
-#include <com/sun/star/style/TabAlign.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module style {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_style_TabStop_idl__
+#define __com_sun_star_style_TabStop_idl__
+
+#ifndef __com_sun_star_style_TabAlign_idl__
+#include <com/sun/star/style/TabAlign.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module style {
+
+//=============================================================================
+
 // DocMerge from xml: struct com::sun::star::style::TabStop
 /** This structure is used to specify a single tabulator stop.
  */
@@ -43,38 +43,38 @@
 	/** This field specifies the position of the tabulator in relation
 		to the left border.
 	 */
-	long Position; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	long Position;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: field com::sun::star::style::TabStop::Alignment
-	/** This field specifies the alignment of the text range before the 
+	/** This field specifies the alignment of the text range before the
 		tabulator.
 	 */
-	com::sun::star::style::TabAlign Alignment; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::style::TabAlign Alignment;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: field com::sun::star::style::TabStop::DecimalChar
 	/** This field specifies which delimiter is used for the decimal.
 	 */
-	char DecimalChar; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	char DecimalChar;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: field com::sun::star::style::TabStop::FillChar
 	/** This field specifies the character that is used to fill up the
 		space between the text in the text range and the tabulators.
 	 */
-	char FillChar; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	char FillChar;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/style/VerticalAlignment.idl b/main/offapi/com/sun/star/style/VerticalAlignment.idl
index 7a63222..495ada2 100644
--- a/main/offapi/com/sun/star/style/VerticalAlignment.idl
+++ b/main/offapi/com/sun/star/style/VerticalAlignment.idl
@@ -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,66 +7,66 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_style_VerticalAlignment_idl__ 
-#define __com_sun_star_style_VerticalAlignment_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module style {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_style_VerticalAlignment_idl__
+#define __com_sun_star_style_VerticalAlignment_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module style {
+
+//=============================================================================
+
 // DocMerge from xml: enum com::sun::star::style::VerticalAlignment
 /** specify the horizontal alignment of
 	an object within a container object.
  */
 published enum VerticalAlignment
-{ 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTING FOR VerticalAlignment::	TOP, 
-	
+{
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTING FOR VerticalAlignment::	TOP,
+
 	// DocMerge from xml: value com::sun::star::style::VerticalAlignment::TOP
 	/** set the vertical alignment to the center between the top and bottom margins from the container object.
 	 */
-	TOP, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTING FOR VerticalAlignment::	MIDDLE, 
-	
+	TOP,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTING FOR VerticalAlignment::	MIDDLE,
+
 	// DocMerge from xml: value com::sun::star::style::VerticalAlignment::MIDDLE
 	/** set the vertical alignment to the top margin from the container object.
 	 */
-	MIDDLE, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTING FOR VerticalAlignment::	BOTTOM 
-	
+	MIDDLE,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTING FOR VerticalAlignment::	BOTTOM
+
 	// DocMerge from xml: value com::sun::star::style::VerticalAlignment::BOTTOM
 	/** set the vertical alignment to the bottom margin from the container object.
 	 */
-	BOTTOM 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	BOTTOM
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/style/XAutoStyle.idl b/main/offapi/com/sun/star/style/XAutoStyle.idl
index 7780386..ef431a7 100644
--- a/main/offapi/com/sun/star/style/XAutoStyle.idl
+++ b/main/offapi/com/sun/star/style/XAutoStyle.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/style/XAutoStyleFamily.idl b/main/offapi/com/sun/star/style/XAutoStyleFamily.idl
index 9eb78fa..aced70c 100644
--- a/main/offapi/com/sun/star/style/XAutoStyleFamily.idl
+++ b/main/offapi/com/sun/star/style/XAutoStyleFamily.idl
@@ -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,55 +7,55 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_style_XAutoStyleFamily_idl__ 
+#ifndef __com_sun_star_style_XAutoStyleFamily_idl__
 #define __com_sun_star_style_XAutoStyleFamily_idl__
 #ifndef __com_sun_star_style_XAutoStyle_idl__
 #include <com/sun/star/style/XAutoStyle.idl>
 #endif
-#ifndef __com_sun_star_container_XEnumerationAccess_idl__ 
-#include <com/sun/star/container/XEnumerationAccess.idl> 
-#endif 
- 
+#ifndef __com_sun_star_container_XEnumerationAccess_idl__
+#include <com/sun/star/container/XEnumerationAccess.idl>
+#endif
+
 #ifndef __com_sun_star_beans_PropertyValues_idl__
 #include <com/sun/star/beans/PropertyValues.idl>
 #endif
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module style {  
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module style {
+
+//=============================================================================
+
 // DocMerge from xml: service com::sun::star::style::StyleFamilies
 /** This service contains the collection of automatic style families within the
 	container document.
-		
+
  */
-interface XAutoStyleFamily            
-{ 
+interface XAutoStyleFamily
+{
     interface com::sun::star::container::XEnumerationAccess;
     /** */
     com::sun::star::style::XAutoStyle insertStyle( [in] com::sun::star::beans::PropertyValues Values);
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/style/XAutoStyles.idl b/main/offapi/com/sun/star/style/XAutoStyles.idl
index 77a857f..d05b8a3 100644
--- a/main/offapi/com/sun/star/style/XAutoStyles.idl
+++ b/main/offapi/com/sun/star/style/XAutoStyles.idl
@@ -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,54 +7,54 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_style_XAutoStyles_idl__ 
-#define __com_sun_star_style_XAutoStyles_idl__ 
- 
-#ifndef __com_sun_star_container_XNameAccess_idl__ 
-#include <com/sun/star/container/XNameAccess.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XIndexAccess_idl__ 
-#include <com/sun/star/container/XIndexAccess.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module style {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_style_XAutoStyles_idl__
+#define __com_sun_star_style_XAutoStyles_idl__
+
+#ifndef __com_sun_star_container_XNameAccess_idl__
+#include <com/sun/star/container/XNameAccess.idl>
+#endif
+
+#ifndef __com_sun_star_container_XIndexAccess_idl__
+#include <com/sun/star/container/XIndexAccess.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module style {
+
+//=============================================================================
+
 
 /** This service contains the collection of automatic style families within the
 	container document.
-		
+
  */
 interface XAutoStyles
-            
-{ 
+
+{
     interface com::sun::star::container::XNameAccess;
     interface com::sun::star::container::XIndexAccess;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/style/XAutoStylesSupplier.idl b/main/offapi/com/sun/star/style/XAutoStylesSupplier.idl
index 9d9d78a..acf0146 100644
--- a/main/offapi/com/sun/star/style/XAutoStylesSupplier.idl
+++ b/main/offapi/com/sun/star/style/XAutoStylesSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/style/XDefaultsSupplier.idl b/main/offapi/com/sun/star/style/XDefaultsSupplier.idl
index 6643255..e46921b 100644
--- a/main/offapi/com/sun/star/style/XDefaultsSupplier.idl
+++ b/main/offapi/com/sun/star/style/XDefaultsSupplier.idl
@@ -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,52 +7,52 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_style_XDefaultsSupplier_idl__ 
-#define __com_sun_star_style_XDefaultsSupplier_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module style {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_style_XDefaultsSupplier_idl__
+#define __com_sun_star_style_XDefaultsSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module style {
+
+//=============================================================================
+
 /** This interface provides access to an XPropertySet of defaults. This can
 	either be the parent of an XPropertySet or the global property defaults
 	for a document.
  */
 published interface XDefaultsSupplier: com::sun::star::uno::XInterface
-{ 
-	//-------------------------------------------------------------------------  
+{
+	//-------------------------------------------------------------------------
 	/** This method returns an XPropertySet of defaults.
 	 */
-	com::sun::star::beans::XPropertySet getDefaults(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::beans::XPropertySet getDefaults();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/style/XStyle.idl b/main/offapi/com/sun/star/style/XStyle.idl
index 4209385..b832251 100644
--- a/main/offapi/com/sun/star/style/XStyle.idl
+++ b/main/offapi/com/sun/star/style/XStyle.idl
@@ -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,75 +7,75 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_style_XStyle_idl__ 
-#define __com_sun_star_style_XStyle_idl__ 
- 
-#ifndef __com_sun_star_container_XNamed_idl__ 
-#include <com/sun/star/container/XNamed.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_NoSuchElementException_idl__ 
-#include <com/sun/star/container/NoSuchElementException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module style {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_style_XStyle_idl__
+#define __com_sun_star_style_XStyle_idl__
+
+#ifndef __com_sun_star_container_XNamed_idl__
+#include <com/sun/star/container/XNamed.idl>
+#endif
+
+#ifndef __com_sun_star_container_NoSuchElementException_idl__
+#include <com/sun/star/container/NoSuchElementException.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module style {
+
+//=============================================================================
+
 /** specifies a template for a style (aka style sheet).
  */
 published interface XStyle: com::sun::star::container::XNamed
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** identifies a style as defined by the user.
 	 */
-	boolean isUserDefined(); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns  
+	boolean isUserDefined();
+
+	//-------------------------------------------------------------------------
+
+	/** @returns
 					<TRUE/> if this type is used in the document.
 	 */
-	boolean isInUse(); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns 
+	boolean isInUse();
+
+	//-------------------------------------------------------------------------
+
+	/** @returns
 					the name of the parent style, probably empty.
 	 */
-	string getParentStyle(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	string getParentStyle();
+
+	//-------------------------------------------------------------------------
+
 	/** sets the name of the parent style.
 	 */
-	void setParentStyle( [in] string aParentStyle ) 
-			raises( com::sun::star::container::NoSuchElementException ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	void setParentStyle( [in] string aParentStyle )
+			raises( com::sun::star::container::NoSuchElementException );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/style/XStyleCondition.idl b/main/offapi/com/sun/star/style/XStyleCondition.idl
index c3ce001..9656bab 100644
--- a/main/offapi/com/sun/star/style/XStyleCondition.idl
+++ b/main/offapi/com/sun/star/style/XStyleCondition.idl
@@ -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,60 +7,60 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_style_XStyleCondition_idl__ 
-#define __com_sun_star_style_XStyleCondition_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module style {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_style_XStyleCondition_idl__
+#define __com_sun_star_style_XStyleCondition_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module style {
+
+//=============================================================================
+
 /** This interface makes it possible to access conditional styles of the object.
 
     @deprecated This interface was never implemented or referenced.
  */
 published interface XStyleCondition: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns 
+{
+	//-------------------------------------------------------------------------
+
+	/** @returns
 					the style condition for the specified type.
 	 */
-	string getStyleConditionByType( [in] short TextType ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	string getStyleConditionByType( [in] short TextType );
+
+	//-------------------------------------------------------------------------
+
 	/** sets the style condition for the specified type.
 	 */
-	[oneway] void setStyleConditionByType( [in] string StyleName, 
-			 [in] short TextType ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	[oneway] void setStyleConditionByType( [in] string StyleName,
+			 [in] short TextType );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/style/XStyleFamiliesSupplier.idl b/main/offapi/com/sun/star/style/XStyleFamiliesSupplier.idl
index 3fecdb6..d2e34cb 100644
--- a/main/offapi/com/sun/star/style/XStyleFamiliesSupplier.idl
+++ b/main/offapi/com/sun/star/style/XStyleFamiliesSupplier.idl
@@ -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,58 +7,58 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_style_XStyleFamiliesSupplier_idl__ 
-#define __com_sun_star_style_XStyleFamiliesSupplier_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XNameAccess_idl__ 
-#include <com/sun/star/container/XNameAccess.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module style {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_style_XStyleFamiliesSupplier_idl__
+#define __com_sun_star_style_XStyleFamiliesSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_container_XNameAccess_idl__
+#include <com/sun/star/container/XNameAccess.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module style {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::style::XStyleFamiliesSupplier
-/** This interface provides access to the style families within the 
+/** This interface provides access to the style families within the
 	container document.
  */
 published interface XStyleFamiliesSupplier: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::style::XStyleFamiliesSupplier::getStyleFamilies
 	/** This method returns the collection of style families available
 		in the container document.@see StyleFamilies
 	 */
-	com::sun::star::container::XNameAccess getStyleFamilies(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	com::sun::star::container::XNameAccess getStyleFamilies();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/style/XStyleLoader.idl b/main/offapi/com/sun/star/style/XStyleLoader.idl
index 376d7c5..1ee0895 100644
--- a/main/offapi/com/sun/star/style/XStyleLoader.idl
+++ b/main/offapi/com/sun/star/style/XStyleLoader.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/style/XStyleSupplier.idl b/main/offapi/com/sun/star/style/XStyleSupplier.idl
index 7db52a9..a2d1616 100644
--- a/main/offapi/com/sun/star/style/XStyleSupplier.idl
+++ b/main/offapi/com/sun/star/style/XStyleSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/svg/XSVGPrinter.idl b/main/offapi/com/sun/star/svg/XSVGPrinter.idl
index 6a146bc..16954a1 100644
--- a/main/offapi/com/sun/star/svg/XSVGPrinter.idl
+++ b/main/offapi/com/sun/star/svg/XSVGPrinter.idl
@@ -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,51 +7,51 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
- 
-#ifndef __com_sun_star_sync_XSVGPrinter_idl__ 
-#define __com_sun_star_sync_XSVGPrinter_idl__ 
- 
-#ifndef __com_sun_star_xml_sax_XDocumentHandler_idl__ 
-#include <com/sun/star/xml/sax/XDocumentHandler.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module svg {  
- 
+
+#ifndef __com_sun_star_sync_XSVGPrinter_idl__
+#define __com_sun_star_sync_XSVGPrinter_idl__
+
+#ifndef __com_sun_star_xml_sax_XDocumentHandler_idl__
+#include <com/sun/star/xml/sax/XDocumentHandler.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module svg {
+
 /**	@deprecated
 */
 published interface XSVGPrinter: com::sun::star::uno::XInterface
-{ 
+{
 	// DocMerge: empty anyway
-	boolean	 		startJob( [in] com::sun::star::xml::sax::XDocumentHandler aHandler, 
-							  [in] sequence< byte > aJobSetup, 
-							  [in] string aJobName, 
-							  [in] unsigned long nCopies,  
-							  [in] boolean  bCollate ); 
-	 
+	boolean	 		startJob( [in] com::sun::star::xml::sax::XDocumentHandler aHandler,
+							  [in] sequence< byte > aJobSetup,
+							  [in] string aJobName,
+							  [in] unsigned long nCopies,
+							  [in] boolean  bCollate );
+
 	// DocMerge: empty anyway
-	void			printPage( [in] sequence< byte > aPrintPage ); 
- 
+	void			printPage( [in] sequence< byte > aPrintPage );
+
 	// DocMerge: empty anyway
-	void			endJob(); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void			endJob();
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/svg/XSVGWriter.idl b/main/offapi/com/sun/star/svg/XSVGWriter.idl
index 533a92f..883f2ee 100644
--- a/main/offapi/com/sun/star/svg/XSVGWriter.idl
+++ b/main/offapi/com/sun/star/svg/XSVGWriter.idl
@@ -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,42 +7,42 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
- 
-#ifndef __com_sun_star_sync_XSVGWriter_idl__ 
-#define __com_sun_star_sync_XSVGWriter_idl__ 
- 
-#ifndef __com_sun_star_xml_sax_XDocumentHandler_idl__ 
-#include <com/sun/star/xml/sax/XDocumentHandler.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module svg {  
- 
+
+#ifndef __com_sun_star_sync_XSVGWriter_idl__
+#define __com_sun_star_sync_XSVGWriter_idl__
+
+#ifndef __com_sun_star_xml_sax_XDocumentHandler_idl__
+#include <com/sun/star/xml/sax/XDocumentHandler.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module svg {
+
 /**	@deprecated
 */
 published interface XSVGWriter: com::sun::star::uno::XInterface
-{ 
+{
 	// DocMerge: empty anyway
-	void		write(  [in] com::sun::star::xml::sax::XDocumentHandler aHandler, 
-						[in] sequence< byte > aMtf ); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void		write(  [in] com::sun::star::xml::sax::XDocumentHandler aHandler,
+						[in] sequence< byte > aMtf );
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/sync/FilterData.idl b/main/offapi/com/sun/star/sync/FilterData.idl
index 0e8db06..9fa57c6 100644
--- a/main/offapi/com/sun/star/sync/FilterData.idl
+++ b/main/offapi/com/sun/star/sync/FilterData.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/sync/SyncAction.idl b/main/offapi/com/sun/star/sync/SyncAction.idl
index ac9548c..5d7b740 100644
--- a/main/offapi/com/sun/star/sync/SyncAction.idl
+++ b/main/offapi/com/sun/star/sync/SyncAction.idl
@@ -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,52 +7,52 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
- 
-#ifndef __com_sun_star_sync_SyncAction_idl__ 
-#define __com_sun_star_sync_SyncAction_idl__ 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module sync {  
- 
-//============================================================================= 
- 
+
+#ifndef __com_sun_star_sync_SyncAction_idl__
+#define __com_sun_star_sync_SyncAction_idl__
+
+//=============================================================================
+
+module com {  module sun {  module star {  module sync {
+
+//=============================================================================
+
 /** contains a synchronization element
 
 	@deprecated
  */
 published constants SyncAction
-{ 
-	const unsigned long NONE					= 0x00000000; 
-	 
-	const unsigned long COPY_TO_SERVER			= 0x00000001; 
-	
-	const unsigned long COPY_TO_CLIENT			= 0x00000002; 
-	 
-	const unsigned long REMOVE_FROM_CLIENT		= 0x00000100; 
-	
-	const unsigned long REMOVE_FROM_SERVER		= 0x00000200; 
- 
-	const unsigned long CONFLICT_UID			= 0x01000000; 
-	
-	const unsigned long CONFLICT_AMBIGUITY		= 0x02000000; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+	const unsigned long NONE					= 0x00000000;
+
+	const unsigned long COPY_TO_SERVER			= 0x00000001;
+
+	const unsigned long COPY_TO_CLIENT			= 0x00000002;
+
+	const unsigned long REMOVE_FROM_CLIENT		= 0x00000100;
+
+	const unsigned long REMOVE_FROM_SERVER		= 0x00000200;
+
+	const unsigned long CONFLICT_UID			= 0x01000000;
+
+	const unsigned long CONFLICT_AMBIGUITY		= 0x02000000;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/sync/SyncCollector.idl b/main/offapi/com/sun/star/sync/SyncCollector.idl
index 2820fd3..c251dd1 100644
--- a/main/offapi/com/sun/star/sync/SyncCollector.idl
+++ b/main/offapi/com/sun/star/sync/SyncCollector.idl
@@ -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,39 +7,39 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
- 
-#ifndef __com_sun_star_sync_SyncCollector_idl__ 
-#define __com_sun_star_sync_SyncCollector_idl__ 
- 
-#ifndef __com_sun_star_sync_XSyncCollector_idl__ 
-#include <com/sun/star/sync/XSyncCollector.idl> 
-#endif 
 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module sync { 
- 
+#ifndef __com_sun_star_sync_SyncCollector_idl__
+#define __com_sun_star_sync_SyncCollector_idl__
+
+#ifndef __com_sun_star_sync_XSyncCollector_idl__
+#include <com/sun/star/sync/XSyncCollector.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module sync {
+
 /// @deprecated
 published service SyncCollector
-{ 
-	interface com::sun::star::sync::XSyncCollector; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
+{
+	interface com::sun::star::sync::XSyncCollector;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/sync/SyncElement.idl b/main/offapi/com/sun/star/sync/SyncElement.idl
index bd9d03b..42834a0 100644
--- a/main/offapi/com/sun/star/sync/SyncElement.idl
+++ b/main/offapi/com/sun/star/sync/SyncElement.idl
@@ -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,29 +7,29 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
- 
-#ifndef __com_sun_star_sync_SyncElement_idl__ 
-#define __com_sun_star_sync_SyncElement_idl__ 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module sync {  
- 
-//============================================================================= 
- 
+
+#ifndef __com_sun_star_sync_SyncElement_idl__
+#define __com_sun_star_sync_SyncElement_idl__
+
+//=============================================================================
+
+module com {  module sun {  module star {  module sync {
+
+//=============================================================================
+
 /** contains a synchronization element
 
 	@deprecated
@@ -38,31 +38,31 @@
 {
 	/** contains the ContentIdentifier of this synchronization element
 	 */
-	string ContentIdentifier; 
- 
-	//------------------------------------------------------------------------- 
-	 
-	unsigned long Type; 
- 
-	//------------------------------------------------------------------------- 
-	 
-	unsigned long UID; 
- 
-	//------------------------------------------------------------------------- 
-	 
-	unsigned long Generation; 
- 
-	//------------------------------------------------------------------------- 
-	 
-	unsigned long Event; 
- 
-	//------------------------------------------------------------------------- 
-	 
-	unsigned long Action; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	string ContentIdentifier;
+
+	//-------------------------------------------------------------------------
+
+	unsigned long Type;
+
+	//-------------------------------------------------------------------------
+
+	unsigned long UID;
+
+	//-------------------------------------------------------------------------
+
+	unsigned long Generation;
+
+	//-------------------------------------------------------------------------
+
+	unsigned long Event;
+
+	//-------------------------------------------------------------------------
+
+	unsigned long Action;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/sync/SyncEvent.idl b/main/offapi/com/sun/star/sync/SyncEvent.idl
index a6a5e8f..b9d70d2 100644
--- a/main/offapi/com/sun/star/sync/SyncEvent.idl
+++ b/main/offapi/com/sun/star/sync/SyncEvent.idl
@@ -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,46 +7,46 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
- 
-#ifndef __com_sun_star_sync_SyncEvent_idl__ 
-#define __com_sun_star_sync_SyncEvent_idl__ 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module sync {  
- 
-//============================================================================= 
- 
+
+#ifndef __com_sun_star_sync_SyncEvent_idl__
+#define __com_sun_star_sync_SyncEvent_idl__
+
+//=============================================================================
+
+module com {  module sun {  module star {  module sync {
+
+//=============================================================================
+
 /** contains a synchronization element
 
 	@deprecated
  */
 published constants SyncEvent
-{ 
-	const unsigned long NONE = 0; 
-	
-	const unsigned long CREATED = 1; 
-	
-	const unsigned long DELETED = 2; 
-	
-	const unsigned long CHANGED = 3; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+	const unsigned long NONE = 0;
+
+	const unsigned long CREATED = 1;
+
+	const unsigned long DELETED = 2;
+
+	const unsigned long CHANGED = 3;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/sync/SyncInfo.idl b/main/offapi/com/sun/star/sync/SyncInfo.idl
index fcc3772..65ff2da 100644
--- a/main/offapi/com/sun/star/sync/SyncInfo.idl
+++ b/main/offapi/com/sun/star/sync/SyncInfo.idl
@@ -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,52 +7,52 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
- 
-#ifndef __com_sun_star_sync_SyncInfo_idl__ 
-#define __com_sun_star_sync_SyncInfo_idl__ 
- 
-#ifndef __com_sun_star_sync_SyncScheme_idl__ 
-#include <com/sun/star/sync/SyncScheme.idl> 
-#endif 
+
+#ifndef __com_sun_star_sync_SyncInfo_idl__
+#define __com_sun_star_sync_SyncInfo_idl__
+
+#ifndef __com_sun_star_sync_SyncScheme_idl__
+#include <com/sun/star/sync/SyncScheme.idl>
+#endif
 #ifndef __com_sun_star_sync_FilterData_idl__
 #include <com/sun/star/sync/FilterData.idl>
 #endif
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module sync {  
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
+module com {  module sun {  module star {  module sync {
+
+//=============================================================================
+
 /// @deprecated
 published struct SyncInfo
 {
-	SyncScheme		ServerScheme; 
-	
-	SyncScheme		ClientScheme; 
-	
-	FilterData		SyncFilter; 
-	
-	unsigned long	SyncMode; 
-	
-	unsigned long	SyncOptions; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	SyncScheme		ServerScheme;
+
+	SyncScheme		ClientScheme;
+
+	FilterData		SyncFilter;
+
+	unsigned long	SyncMode;
+
+	unsigned long	SyncOptions;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/sync/SyncMode.idl b/main/offapi/com/sun/star/sync/SyncMode.idl
index 3ef400e..4b6ecbc 100644
--- a/main/offapi/com/sun/star/sync/SyncMode.idl
+++ b/main/offapi/com/sun/star/sync/SyncMode.idl
@@ -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,44 +7,44 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
- 
-#ifndef __com_sun_star_sync_SyncMode_idl__ 
-#define __com_sun_star_sync_SyncMode_idl__ 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module sync {  
- 
-//============================================================================= 
- 
+
+#ifndef __com_sun_star_sync_SyncMode_idl__
+#define __com_sun_star_sync_SyncMode_idl__
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module sync {
+
+//=============================================================================
+
 /** contains a synchronization element
 
 	@deprecated
  */
 published constants SyncMode
-{ 
-	const unsigned long NONE				= 0x00000000; 
-	
-	const unsigned long CLIENT_TO_SERVER	= 0x00000001; 
-	
-	const unsigned long SERVER_TO_CLIENT	= 0x00000002; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+	const unsigned long NONE				= 0x00000000;
+
+	const unsigned long CLIENT_TO_SERVER	= 0x00000001;
+
+	const unsigned long SERVER_TO_CLIENT	= 0x00000002;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/sync/SyncOptions.idl b/main/offapi/com/sun/star/sync/SyncOptions.idl
index b8d23d8..3045931 100644
--- a/main/offapi/com/sun/star/sync/SyncOptions.idl
+++ b/main/offapi/com/sun/star/sync/SyncOptions.idl
@@ -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,50 +7,50 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
- 
-#ifndef __com_sun_star_sync_SyncOptions_idl__ 
-#define __com_sun_star_sync_SyncOptions_idl__ 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module sync {  
- 
-//============================================================================= 
- 
+
+#ifndef __com_sun_star_sync_SyncOptions_idl__
+#define __com_sun_star_sync_SyncOptions_idl__
+
+//=============================================================================
+
+module com {  module sun {  module star {  module sync {
+
+//=============================================================================
+
 /** contains a synchronization element
 
 	@deprecated
  */
 published constants SyncOptions
-{ 
-	const unsigned long NONE			= 0x00000000; 
-	
-	const unsigned long DONT_COPY		= 0x00000001; 
-	
-	const unsigned long DONT_REMOVE		= 0x00000002; 
-	
-	const unsigned long	SERVER_WINS		= 0x00000100; 
-	
-	const unsigned long	CLIENT_WINS		= 0x00000200; 
-	
-	const unsigned long	CREATE_BACKUP	= 0x00010000; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+	const unsigned long NONE			= 0x00000000;
+
+	const unsigned long DONT_COPY		= 0x00000001;
+
+	const unsigned long DONT_REMOVE		= 0x00000002;
+
+	const unsigned long	SERVER_WINS		= 0x00000100;
+
+	const unsigned long	CLIENT_WINS		= 0x00000200;
+
+	const unsigned long	CREATE_BACKUP	= 0x00010000;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/sync/SyncScheme.idl b/main/offapi/com/sun/star/sync/SyncScheme.idl
index b15268d..16d9c2e 100644
--- a/main/offapi/com/sun/star/sync/SyncScheme.idl
+++ b/main/offapi/com/sun/star/sync/SyncScheme.idl
@@ -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,27 +7,27 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
- 
-#ifndef __com_sun_star_sync_SyncScheme_idl__ 
-#define __com_sun_star_sync_SyncScheme_idl__ 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module sync {  
- 
+
+#ifndef __com_sun_star_sync_SyncScheme_idl__
+#define __com_sun_star_sync_SyncScheme_idl__
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module sync {
+
 /** contains the scheme name of this SyncScheme
 
 	@deprecated
@@ -36,17 +36,17 @@
 {
 	/** contains the scheme name of this SyncScheme
 	 */
-	string Scheme; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	string Scheme;
+
+	//-------------------------------------------------------------------------
+
 	/** contains the root for this SyncScheme
 	 */
-	string Root; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	string Root;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/sync/SyncType.idl b/main/offapi/com/sun/star/sync/SyncType.idl
index 14455a5..0530607 100644
--- a/main/offapi/com/sun/star/sync/SyncType.idl
+++ b/main/offapi/com/sun/star/sync/SyncType.idl
@@ -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,49 +7,49 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
- 
-#ifndef __com_sun_star_sync_SyncType_idl__ 
-#define __com_sun_star_sync_SyncType_idl__ 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module sync {  
- 
-//============================================================================= 
- 
+
+#ifndef __com_sun_star_sync_SyncType_idl__
+#define __com_sun_star_sync_SyncType_idl__
+
+//=============================================================================
+
+module com {  module sun {  module star {  module sync {
+
+//=============================================================================
+
 /// @deprecated
 published constants SyncType
-{ 
-	const unsigned long NONE = 0; 
-	
-	const unsigned long FILE = 1; 
-	
-	const unsigned long FOLDER = 2; 
-	
-	const unsigned long VFS_FILE = 3; 
-	
-	const unsigned long VFS_FOLDER = 4; 
-	
-	const unsigned long POP3 = 5; 
-	
-	const unsigned long IMAP = 6; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+	const unsigned long NONE = 0;
+
+	const unsigned long FILE = 1;
+
+	const unsigned long FOLDER = 2;
+
+	const unsigned long VFS_FILE = 3;
+
+	const unsigned long VFS_FOLDER = 4;
+
+	const unsigned long POP3 = 5;
+
+	const unsigned long IMAP = 6;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/sync/Synchronizer.idl b/main/offapi/com/sun/star/sync/Synchronizer.idl
index b1f6669..51fedac 100644
--- a/main/offapi/com/sun/star/sync/Synchronizer.idl
+++ b/main/offapi/com/sun/star/sync/Synchronizer.idl
@@ -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,39 +7,39 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
- 
-#ifndef __com_sun_star_sync_Synchronizer_idl__ 
-#define __com_sun_star_sync_Synchronizer_idl__ 
- 
-#ifndef __com_sun_star_sync_XSynchronizer_idl__ 
-#include <com/sun/star/sync/XSynchronizer.idl> 
-#endif 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module sync { 
- 
+
+#ifndef __com_sun_star_sync_Synchronizer_idl__
+#define __com_sun_star_sync_Synchronizer_idl__
+
+#ifndef __com_sun_star_sync_XSynchronizer_idl__
+#include <com/sun/star/sync/XSynchronizer.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module sync {
+
 /// @deprecated
 published service Synchronizer
-{ 
-	interface com::sun::star::sync::XSynchronizer; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
+{
+	interface com::sun::star::sync::XSynchronizer;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/sync/XSyncCollector.idl b/main/offapi/com/sun/star/sync/XSyncCollector.idl
index 1614961..9c716d7 100644
--- a/main/offapi/com/sun/star/sync/XSyncCollector.idl
+++ b/main/offapi/com/sun/star/sync/XSyncCollector.idl
@@ -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,78 +7,78 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
- 
-#ifndef __com_sun_star_sync_XSyncCollector_idl__ 
-#define __com_sun_star_sync_XSyncCollector_idl__ 
- 
-#ifndef __com_sun_star_ucb_XContentProviderManager_idl__ 
-#include <com/sun/star/ucb/XContentProviderManager.idl> 
-#endif 
-#ifndef __com_sun_star_ucb_XContent_idl__ 
-#include <com/sun/star/ucb/XContent.idl> 
-#endif 
-#ifndef __com_sun_star_sync_SyncScheme_idl__ 
-#include <com/sun/star/sync/SyncScheme.idl> 
-#endif 
-#ifndef __com_sun_star_sync_SyncInfo_idl__ 
-#include <com/sun/star/sync/SyncInfo.idl> 
-#endif 
-#ifndef __com_sun_star_sync_SyncElement_idl__ 
-#include <com/sun/star/sync/SyncElement.idl> 
-#endif 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module sync {  
- 
+
+#ifndef __com_sun_star_sync_XSyncCollector_idl__
+#define __com_sun_star_sync_XSyncCollector_idl__
+
+#ifndef __com_sun_star_ucb_XContentProviderManager_idl__
+#include <com/sun/star/ucb/XContentProviderManager.idl>
+#endif
+#ifndef __com_sun_star_ucb_XContent_idl__
+#include <com/sun/star/ucb/XContent.idl>
+#endif
+#ifndef __com_sun_star_sync_SyncScheme_idl__
+#include <com/sun/star/sync/SyncScheme.idl>
+#endif
+#ifndef __com_sun_star_sync_SyncInfo_idl__
+#include <com/sun/star/sync/SyncInfo.idl>
+#endif
+#ifndef __com_sun_star_sync_SyncElement_idl__
+#include <com/sun/star/sync/SyncElement.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module sync {
+
 /// @deprecated
 published interface XSyncCollector: com::sun::star::uno::XInterface
-{ 
-	boolean											initialize( [in] com::sun::star::ucb::XContentProviderManager xMgr, 
-																[in] sequence<com::sun::star::sync::SyncScheme> aSyncSchemes,  
-																[in] string aBaseFileName ); 
- 
-	sequence<com::sun::star::sync::SyncScheme>		getRegisteredSyncSchemes(); 
- 
-	sequence<com::sun::star::sync::SyncElement>		getSyncSequence( [in] string aSyncSchemeName, 
-																	 [in] com::sun::star::sync::SyncInfo aSyncInfo ); 
- 
-	[oneway] void									beginSynchronize(); 
-	
-	[oneway] void									endSynchronize(); 
- 
-	boolean											getCorrespondingElement( [in] com::sun::star::sync::SyncScheme aSyncSchemeIn, 
-																			 [in] com::sun::star::sync::SyncElement aSyncElementIn,  
-																			 [out] com::sun::star::sync::SyncElement aSyncElementOut ); 
- 
-	boolean											executeElementCommand( [in] string aSyncSchemeName,  
-																		   [in] com::sun::star::sync::SyncElement aSyncElement, 
- 																		   [in] string aCommandName,  
-																		   [out] any aAny ); 
- 
-	[oneway] void									elementSynchronized( [in] string aSyncSchemeName, 
-																		 [in] com::sun::star::sync::SyncElement aSyncElement, 
-																		 [in] unsigned long nSyncAction ); 
- 
-	[oneway] void									notify( [in] com::sun::star::ucb::XContent XCnt, 
-															[in] unsigned long nEvent ); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+	boolean											initialize( [in] com::sun::star::ucb::XContentProviderManager xMgr,
+																[in] sequence<com::sun::star::sync::SyncScheme> aSyncSchemes,
+																[in] string aBaseFileName );
+
+	sequence<com::sun::star::sync::SyncScheme>		getRegisteredSyncSchemes();
+
+	sequence<com::sun::star::sync::SyncElement>		getSyncSequence( [in] string aSyncSchemeName,
+																	 [in] com::sun::star::sync::SyncInfo aSyncInfo );
+
+	[oneway] void									beginSynchronize();
+
+	[oneway] void									endSynchronize();
+
+	boolean											getCorrespondingElement( [in] com::sun::star::sync::SyncScheme aSyncSchemeIn,
+																			 [in] com::sun::star::sync::SyncElement aSyncElementIn,
+																			 [out] com::sun::star::sync::SyncElement aSyncElementOut );
+
+	boolean											executeElementCommand( [in] string aSyncSchemeName,
+																		   [in] com::sun::star::sync::SyncElement aSyncElement,
+ 																		   [in] string aCommandName,
+																		   [out] any aAny );
+
+	[oneway] void									elementSynchronized( [in] string aSyncSchemeName,
+																		 [in] com::sun::star::sync::SyncElement aSyncElement,
+																		 [in] unsigned long nSyncAction );
+
+	[oneway] void									notify( [in] com::sun::star::ucb::XContent XCnt,
+															[in] unsigned long nEvent );
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/sync/XSynchronizer.idl b/main/offapi/com/sun/star/sync/XSynchronizer.idl
index daea31e..b097c40 100644
--- a/main/offapi/com/sun/star/sync/XSynchronizer.idl
+++ b/main/offapi/com/sun/star/sync/XSynchronizer.idl
@@ -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,51 +7,51 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
- 
-#ifndef __com_sun_star_sync_XSynchronizer_idl__ 
-#define __com_sun_star_sync_XSynchronizer_idl__ 
- 
-#ifndef __com_sun_star_sync_XSyncCollector_idl__ 
-#include <com/sun/star/sync/XSyncCollector.idl> 
-#endif 
-#ifndef __com_sun_star_sync_SyncInfo_idl__ 
-#include <com/sun/star/sync/SyncInfo.idl> 
-#endif 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module sync {  
- 
+
+#ifndef __com_sun_star_sync_XSynchronizer_idl__
+#define __com_sun_star_sync_XSynchronizer_idl__
+
+#ifndef __com_sun_star_sync_XSyncCollector_idl__
+#include <com/sun/star/sync/XSyncCollector.idl>
+#endif
+#ifndef __com_sun_star_sync_SyncInfo_idl__
+#include <com/sun/star/sync/SyncInfo.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module sync {
+
 /// @deprecated
 published interface XSynchronizer: com::sun::star::uno::XInterface
-{ 
-	boolean											beginSynchronize( [in] com::sun::star::sync::XSyncCollector xClientCollector, 
-																	  [in] com::sun::star::sync::XSyncCollector xServerCollector, 
-																	  [in] string aSchemeName, [in] FilterData aFilterData,  
-																	  [in] unsigned long nSyncMode, [in] unsigned long nSyncOptions ); 
- 
-	boolean											getSyncList( [out] sequence<com::sun::star::sync::SyncElement> aSyncSeq ); 
-	 
-	boolean											performSync( [in] sequence<com::sun::star::sync::SyncElement> aSyncSeq ); 
- 
-	boolean											endSynchronize(); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+	boolean											beginSynchronize( [in] com::sun::star::sync::XSyncCollector xClientCollector,
+																	  [in] com::sun::star::sync::XSyncCollector xServerCollector,
+																	  [in] string aSchemeName, [in] FilterData aFilterData,
+																	  [in] unsigned long nSyncMode, [in] unsigned long nSyncOptions );
+
+	boolean											getSyncList( [out] sequence<com::sun::star::sync::SyncElement> aSyncSeq );
+
+	boolean											performSync( [in] sequence<com::sun::star::sync::SyncElement> aSyncSeq );
+
+	boolean											endSynchronize();
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/sync2/BadPartnershipException.idl b/main/offapi/com/sun/star/sync2/BadPartnershipException.idl
index c6fe193..3ca219f 100644
--- a/main/offapi/com/sun/star/sync2/BadPartnershipException.idl
+++ b/main/offapi/com/sun/star/sync2/BadPartnershipException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/table/AccessibleCellView.idl b/main/offapi/com/sun/star/table/AccessibleCellView.idl
index a4f5d47..548a499 100644
--- a/main/offapi/com/sun/star/table/AccessibleCellView.idl
+++ b/main/offapi/com/sun/star/table/AccessibleCellView.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -54,9 +54,9 @@
 
 //=============================================================================
 
-/** The accessible view of a cell in a text document or in the page preview 
-  	of a spreadsheet document. See 
-	<type scope="::com::sun::star::sheet">AccessibleCell</type> for cells in 
+/** The accessible view of a cell in a text document or in the page preview
+  	of a spreadsheet document. See
+	<type scope="::com::sun::star::sheet">AccessibleCell</type> for cells in
     the edit view of a spreadsheet.
     @since OpenOffice 1.1.2
 */
@@ -68,7 +68,7 @@
 		<li>The parent returned by <method scope="::com::sun::star::accessibility"
             >XAccessibleContext::getAccessibleParent</method>
 			is the accessible table view.</li>
-		<li>The children returned by 
+		<li>The children returned by
             <method scope="::com::sun::star::accessibility"
             >XAccessibleContext::getAccessibleChild</method> all
 			support the interface XAccessible. Calling
@@ -86,7 +86,7 @@
 		<li>The description is the name or the content of the given note.</li>
 		<li>The role is <const scope="::com::sun::star::accessibility"
             >AccessibleRole::TABLE_CELL</const></li>
-		<li>For spreadsheets, there are relations between the cell and the 
+		<li>For spreadsheets, there are relations between the cell and the
 			shapes with an anchor on this cell.</li>
 		<li>The following states are supported:
 			<ul>
@@ -113,12 +113,12 @@
                     >AccessibleStateType::SELECTED</const> is true, if the cell
                     is selected. This is not possible in the page preview.</li>
 				<li><const scope="::com::sun::star::accessibility"
-                    >AccessibleStateType::SHOWING</const>Is true if the 
-                    Bounding Box lies in the Bounding Box of the parent. 
+                    >AccessibleStateType::SHOWING</const>Is true if the
+                    Bounding Box lies in the Bounding Box of the parent.
                     Otherwise it is false.</li>
 				<li><const scope="::com::sun::star::accessibility"
-                    >AccessibleStateType::TRANSIENT</const>Is true if the cell 
-                    is showed in a spreadsheet page preview. Otherwise it is 
+                    >AccessibleStateType::TRANSIENT</const>Is true if the cell
+                    is showed in a spreadsheet page preview. Otherwise it is
                     false.</li>
 				<li><const scope="::com::sun::star::accessibility"
                     >AccessibleStateType::VISIBLE</const>Is always true.</li>
diff --git a/main/offapi/com/sun/star/table/AccessibleTableView.idl b/main/offapi/com/sun/star/table/AccessibleTableView.idl
index db1a86a..41ccf99 100644
--- a/main/offapi/com/sun/star/table/AccessibleTableView.idl
+++ b/main/offapi/com/sun/star/table/AccessibleTableView.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -50,9 +50,9 @@
 
 //=============================================================================
 
-/** The accessible view of a table in a text document or in the page preview 
-  	of a spreadsheet document. See 
-	<type scope="::com::sun::star::sheet">AccessibleSpreadsheet</type> for 
+/** The accessible view of a table in a text document or in the page preview
+  	of a spreadsheet document. See
+	<type scope="::com::sun::star::sheet">AccessibleSpreadsheet</type> for
     tables in the edit view of a spreadsheet.
     @since OpenOffice 1.1.2
 */
@@ -63,13 +63,13 @@
 		is the part of a table that is displayed at a single page.
 
 	<ul>
-		<li>The parent returned by 
+		<li>The parent returned by
             <method scope="::com::sun::star::accessibility"
             >XAccessibleContext::getAccessibleParent</method>
 			is the accessible text document view, a page of the accessible
 		    text documenent page preview, or the accessible spreadsheet
 			page preview.</li>
-		<li>The children returned by 
+		<li>The children returned by
             <method scope="::com::sun::star::accessibility"
             >XAccessibleContext::getAccessibleChild</method> all
 			support the interface XAccessible. Calling
@@ -77,7 +77,7 @@
             >XAccessible::getAccessibleContext</method> for these children
             returns an object that supports the service.
 			<type scope="::com::sun::star::table">AccessibleCellView</type>:
-			A child where calling 
+			A child where calling
             <method scope="::com::sun::star::accessibility"
             >XAccessibleContext::getAccessibleChild</method>
 			an object that supports this service is returned for
@@ -94,18 +94,18 @@
 		<li>The name is the given table name and a number to make it non-ambiguous.</li>
 		<li>The role is <const scope="::com::sun::star::accessibility"
             >AccessibleRole::TABLE</const></li>
-		<li>In a spreadsheet page preview there are relations between the 
+		<li>In a spreadsheet page preview there are relations between the
 			table and the shapes with an anchor
 			on this table (not with an anchor on a cell in this table).</li>
 		<li>The following states are supported:
 			<ul>
 				<li><const scope="::com::sun::star::accessibility"
-                    >AccessibleStateType::DEFUNC</const> is always false if the 
-                    table is not deleted, the document is open. Also it is 
+                    >AccessibleStateType::DEFUNC</const> is always false if the
+                    table is not deleted, the document is open. Also it is
                     false if the table was showed in a page preview and the
                     page preview is already opend, otherwise it is true.</li>
 				<li><const scope="::com::sun::star::accessibility"
-                    >AccessibleStateType::EDITABLE</const> is false if the 
+                    >AccessibleStateType::EDITABLE</const> is false if the
                     table is showed in a page preview or the table is
                     protected, otherwise it is true.</li>
 				<li><const scope="::com::sun::star::accessibility"
@@ -116,11 +116,11 @@
                     true.</li>
 				<li><const scope="::com::sun::star::accessibility"
                     >AccessibleStateType::OPAQUE</const> is false, if the table
-                    has no background color or graphic, otherwise it is 
+                    has no background color or graphic, otherwise it is
                     false.</li>
 				<li><const scope="::com::sun::star::accessibility"
-                    >AccessibleStateType::SHOWING</const>Is true if the 
-                    Bounding Box lies in the Bounding Box of the parent. 
+                    >AccessibleStateType::SHOWING</const>Is true if the
+                    Bounding Box lies in the Bounding Box of the parent.
                     Otherwise it is false.</li>
 				<li><const scope="::com::sun::star::accessibility"
                     >AccessibleStateType::VISIBLE</const>Is always true.</li>
diff --git a/main/offapi/com/sun/star/table/BorderLine.idl b/main/offapi/com/sun/star/table/BorderLine.idl
index 1daa15a..314ae86 100644
--- a/main/offapi/com/sun/star/table/BorderLine.idl
+++ b/main/offapi/com/sun/star/table/BorderLine.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/table/Cell.idl b/main/offapi/com/sun/star/table/Cell.idl
index 3658db0..60fb890 100644
--- a/main/offapi/com/sun/star/table/Cell.idl
+++ b/main/offapi/com/sun/star/table/Cell.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/table/CellAddress.idl b/main/offapi/com/sun/star/table/CellAddress.idl
index a37d0ea..28ac888 100644
--- a/main/offapi/com/sun/star/table/CellAddress.idl
+++ b/main/offapi/com/sun/star/table/CellAddress.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/table/CellContentType.idl b/main/offapi/com/sun/star/table/CellContentType.idl
index 8b094c5..8ed4da4 100644
--- a/main/offapi/com/sun/star/table/CellContentType.idl
+++ b/main/offapi/com/sun/star/table/CellContentType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/table/CellCursor.idl b/main/offapi/com/sun/star/table/CellCursor.idl
index 0889c88..62ff612 100644
--- a/main/offapi/com/sun/star/table/CellCursor.idl
+++ b/main/offapi/com/sun/star/table/CellCursor.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/table/CellHoriJustify.idl b/main/offapi/com/sun/star/table/CellHoriJustify.idl
index 8e99068..67b7d0d 100644
--- a/main/offapi/com/sun/star/table/CellHoriJustify.idl
+++ b/main/offapi/com/sun/star/table/CellHoriJustify.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/table/CellOrientation.idl b/main/offapi/com/sun/star/table/CellOrientation.idl
index ecf4d80..5fc6441 100644
--- a/main/offapi/com/sun/star/table/CellOrientation.idl
+++ b/main/offapi/com/sun/star/table/CellOrientation.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/table/CellProperties.idl b/main/offapi/com/sun/star/table/CellProperties.idl
index 8aec25c..ba50700 100644
--- a/main/offapi/com/sun/star/table/CellProperties.idl
+++ b/main/offapi/com/sun/star/table/CellProperties.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -250,7 +250,7 @@
 	 */
 	[optional, property] boolean ShrinkToFit;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 };
 
 //=============================================================================
diff --git a/main/offapi/com/sun/star/table/CellRange.idl b/main/offapi/com/sun/star/table/CellRange.idl
index 7444ad0..99d5301 100644
--- a/main/offapi/com/sun/star/table/CellRange.idl
+++ b/main/offapi/com/sun/star/table/CellRange.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/table/CellRangeAddress.idl b/main/offapi/com/sun/star/table/CellRangeAddress.idl
index ed0a5a6..8963da3 100644
--- a/main/offapi/com/sun/star/table/CellRangeAddress.idl
+++ b/main/offapi/com/sun/star/table/CellRangeAddress.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/table/CellRangeListSource.idl b/main/offapi/com/sun/star/table/CellRangeListSource.idl
index 4be4453..c779abc 100644
--- a/main/offapi/com/sun/star/table/CellRangeListSource.idl
+++ b/main/offapi/com/sun/star/table/CellRangeListSource.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/table/CellValueBinding.idl b/main/offapi/com/sun/star/table/CellValueBinding.idl
index ade501f..bec4b3b 100644
--- a/main/offapi/com/sun/star/table/CellValueBinding.idl
+++ b/main/offapi/com/sun/star/table/CellValueBinding.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/table/CellVertJustify.idl b/main/offapi/com/sun/star/table/CellVertJustify.idl
index 2e773b5..6ca91ce 100644
--- a/main/offapi/com/sun/star/table/CellVertJustify.idl
+++ b/main/offapi/com/sun/star/table/CellVertJustify.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/table/ListPositionCellBinding.idl b/main/offapi/com/sun/star/table/ListPositionCellBinding.idl
index 19ea272..d38ef02 100644
--- a/main/offapi/com/sun/star/table/ListPositionCellBinding.idl
+++ b/main/offapi/com/sun/star/table/ListPositionCellBinding.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -42,7 +42,7 @@
 {
     /** provides the basic functionality for exchanging values with a table cell.
 
-        <p>Additionally to the types supported by the super service, the 
+        <p>Additionally to the types supported by the super service, the
         <type>ListPositionCellBinding</type> allows exchanging integer values.</p>
 
         @see com::sun::star::form::binding::XValueBinding::getSupportedTypes
diff --git a/main/offapi/com/sun/star/table/ShadowFormat.idl b/main/offapi/com/sun/star/table/ShadowFormat.idl
index 367d944..7f47a41 100644
--- a/main/offapi/com/sun/star/table/ShadowFormat.idl
+++ b/main/offapi/com/sun/star/table/ShadowFormat.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/table/ShadowLocation.idl b/main/offapi/com/sun/star/table/ShadowLocation.idl
index 19746f0..0de54e9 100644
--- a/main/offapi/com/sun/star/table/ShadowLocation.idl
+++ b/main/offapi/com/sun/star/table/ShadowLocation.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/table/TableBorder.idl b/main/offapi/com/sun/star/table/TableBorder.idl
index d178b45..1a4a8ac 100644
--- a/main/offapi/com/sun/star/table/TableBorder.idl
+++ b/main/offapi/com/sun/star/table/TableBorder.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/table/TableBorderDistances.idl b/main/offapi/com/sun/star/table/TableBorderDistances.idl
index 6ab7e88..93e9ea1 100644
--- a/main/offapi/com/sun/star/table/TableBorderDistances.idl
+++ b/main/offapi/com/sun/star/table/TableBorderDistances.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/table/TableChart.idl b/main/offapi/com/sun/star/table/TableChart.idl
index d84470d..32b635d 100644
--- a/main/offapi/com/sun/star/table/TableChart.idl
+++ b/main/offapi/com/sun/star/table/TableChart.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/table/TableCharts.idl b/main/offapi/com/sun/star/table/TableCharts.idl
index 5c75df9..cc14f96 100644
--- a/main/offapi/com/sun/star/table/TableCharts.idl
+++ b/main/offapi/com/sun/star/table/TableCharts.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/table/TableChartsEnumeration.idl b/main/offapi/com/sun/star/table/TableChartsEnumeration.idl
index 9926b99..c858d2b 100644
--- a/main/offapi/com/sun/star/table/TableChartsEnumeration.idl
+++ b/main/offapi/com/sun/star/table/TableChartsEnumeration.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/table/TableColumn.idl b/main/offapi/com/sun/star/table/TableColumn.idl
index 7db6148..a96f6d2 100644
--- a/main/offapi/com/sun/star/table/TableColumn.idl
+++ b/main/offapi/com/sun/star/table/TableColumn.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/table/TableColumns.idl b/main/offapi/com/sun/star/table/TableColumns.idl
index 70fc572..0b41186 100644
--- a/main/offapi/com/sun/star/table/TableColumns.idl
+++ b/main/offapi/com/sun/star/table/TableColumns.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/table/TableColumnsEnumeration.idl b/main/offapi/com/sun/star/table/TableColumnsEnumeration.idl
index 292c007..c980e8e 100644
--- a/main/offapi/com/sun/star/table/TableColumnsEnumeration.idl
+++ b/main/offapi/com/sun/star/table/TableColumnsEnumeration.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/table/TableOrientation.idl b/main/offapi/com/sun/star/table/TableOrientation.idl
index 9954b56..510a73b 100644
--- a/main/offapi/com/sun/star/table/TableOrientation.idl
+++ b/main/offapi/com/sun/star/table/TableOrientation.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/table/TableRow.idl b/main/offapi/com/sun/star/table/TableRow.idl
index 6444519..26820fb 100644
--- a/main/offapi/com/sun/star/table/TableRow.idl
+++ b/main/offapi/com/sun/star/table/TableRow.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/table/TableRows.idl b/main/offapi/com/sun/star/table/TableRows.idl
index 045d148..71f1b89 100644
--- a/main/offapi/com/sun/star/table/TableRows.idl
+++ b/main/offapi/com/sun/star/table/TableRows.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/table/TableRowsEnumeration.idl b/main/offapi/com/sun/star/table/TableRowsEnumeration.idl
index c04f25e..d92a8a6 100644
--- a/main/offapi/com/sun/star/table/TableRowsEnumeration.idl
+++ b/main/offapi/com/sun/star/table/TableRowsEnumeration.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/table/TableSortDescriptor.idl b/main/offapi/com/sun/star/table/TableSortDescriptor.idl
index e96b31a..cd66942 100644
--- a/main/offapi/com/sun/star/table/TableSortDescriptor.idl
+++ b/main/offapi/com/sun/star/table/TableSortDescriptor.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/table/TableSortDescriptor2.idl b/main/offapi/com/sun/star/table/TableSortDescriptor2.idl
index 0f8d3dd..15cc92b 100644
--- a/main/offapi/com/sun/star/table/TableSortDescriptor2.idl
+++ b/main/offapi/com/sun/star/table/TableSortDescriptor2.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,7 +24,7 @@
 #ifndef __com_sun_star_table_TableSortDescriptor2_idl__
 #define __com_sun_star_table_TableSortDescriptor2_idl__
 
-#ifndef __com_sun_star_util_SortDescriptor2_idl__ 
+#ifndef __com_sun_star_util_SortDescriptor2_idl__
 #include <com/sun/star/util/SortDescriptor2.idl>
 #endif
 #ifndef __com_sun_star_beans_XPropertySet_idl__
@@ -40,7 +40,7 @@
 
 //=============================================================================
 
-/** specifies properties which describe sorting of fields (rows or columns) 
+/** specifies properties which describe sorting of fields (rows or columns)
     in a table.
 
 	@since OpenOffice 1.1.2
@@ -62,9 +62,9 @@
 	 */
     [readonly, property] long MaxSortFieldsCount;
 
-    //------------------------------------------------------------------------- 
+    //-------------------------------------------------------------------------
     /** specifies if the columns or rows are to be sorted.
-        
+
         <dl>
             <dt><TRUE/></dt>
             <dd>The columns are to be sorted.</dd>
@@ -72,7 +72,7 @@
             <dd>The rows are to be sorted.</dd>
         </dl>
      */
-    [property] boolean IsSortColumns; 
+    [property] boolean IsSortColumns;
 };
 
 //=============================================================================
diff --git a/main/offapi/com/sun/star/table/TableSortField.idl b/main/offapi/com/sun/star/table/TableSortField.idl
index 7eb8bc4..947b945 100644
--- a/main/offapi/com/sun/star/table/TableSortField.idl
+++ b/main/offapi/com/sun/star/table/TableSortField.idl
@@ -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,36 +7,36 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_table_TableSortField_idl__ 
-#define __com_sun_star_table_TableSortField_idl__ 
- 
-#ifndef __com_sun_star_lang_Locale_idl__ 
-#include <com/sun/star/lang/Locale.idl> 
-#endif 
-#ifndef __com_sun_star_table_TableSortFieldType_idl__ 
-#include <com/sun/star/table/TableSortFieldType.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module table {  
- 
-//============================================================================= 
-/** describes how to sort a single field (row/column) in a tables 
+#ifndef __com_sun_star_table_TableSortField_idl__
+#define __com_sun_star_table_TableSortField_idl__
+
+#ifndef __com_sun_star_lang_Locale_idl__
+#include <com/sun/star/lang/Locale.idl>
+#endif
+#ifndef __com_sun_star_table_TableSortFieldType_idl__
+#include <com/sun/star/table/TableSortFieldType.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module table {
+
+//=============================================================================
+/** describes how to sort a single field (row/column) in a tables
     sort descriptor.
 
     @see com::sun::star::table::TableSortDescriptor2
@@ -45,45 +45,45 @@
  */
 published struct TableSortField
 {
-    //------------------------------------------------------------------------- 
+    //-------------------------------------------------------------------------
     /** index of the row or column in the table to be sorted; 0-based.
      */
-    long Field; 
- 
-    //------------------------------------------------------------------------- 
+    long Field;
+
+    //-------------------------------------------------------------------------
     /** <TRUE/> if data are sorted in ascending order,
         <FALSE/> if in descending order.
      */
-    boolean IsAscending; 
- 
-    //------------------------------------------------------------------------- 
+    boolean IsAscending;
+
+    //-------------------------------------------------------------------------
     /** specifies if the case of letters is important when comparing entries.
      */
-    boolean IsCaseSensitive; 
+    boolean IsCaseSensitive;
 
-    //------------------------------------------------------------------------- 
+    //-------------------------------------------------------------------------
     /** type of contents in the field.
 
-        <p>If the value is 
+        <p>If the value is
         <member scope="com::sun::star::table::TableSortFieldType">AUTOMATIC</member>
         the algorithm used for sorting is application specific.
-        Especially it may or may not use the values given by 
+        Especially it may or may not use the values given by
         'CollatorLocale' and 'CollatorAlgorithm'.</p>
      */
-    com::sun::star::table::TableSortFieldType FieldType; 
+    com::sun::star::table::TableSortFieldType FieldType;
 
-    //------------------------------------------------------------------------- 
+    //-------------------------------------------------------------------------
     /** the locale used by the collator when comparing/sorting text.
-        
+
         <p>This property will not be used when the 'FieldType' is
         <member scope="com::sun::star::table::TableSortFieldType">NUMERIC</member>
         </p>
 
         @see   com::sun::star::i18n::XCollator
 	 */
-    com::sun::star::lang::Locale CollatorLocale; 
- 
-    //------------------------------------------------------------------------- 
+    com::sun::star::lang::Locale CollatorLocale;
+
+    //-------------------------------------------------------------------------
     /** the algorithm used by the collator when comparing/sorting text.
 
         <p>This property will not be used when the 'FieldType' is
@@ -92,12 +92,12 @@
 
         @see   com::sun::star::i18n::XCollator
      */
-    string CollatorAlgorithm; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+    string CollatorAlgorithm;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/table/TableSortFieldType.idl b/main/offapi/com/sun/star/table/TableSortFieldType.idl
index 904cf5f..68b9025 100644
--- a/main/offapi/com/sun/star/table/TableSortFieldType.idl
+++ b/main/offapi/com/sun/star/table/TableSortFieldType.idl
@@ -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,55 +7,55 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_table_TableSortFieldType_idl__ 
-#define __com_sun_star_table_TableSortFieldType_idl__ 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module table {  
- 
-//============================================================================= 
- 
-/** enumeration used to specify the type of contents in a sort field 
+#ifndef __com_sun_star_table_TableSortFieldType_idl__
+#define __com_sun_star_table_TableSortFieldType_idl__
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module table {
+
+//=============================================================================
+
+/** enumeration used to specify the type of contents in a sort field
     (row/column) of a table.
 
 	@since OpenOffice 1.1.2
  */
 published enum TableSortFieldType
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** type is determined automatically.
 	 */
-	AUTOMATIC, 
- 
-	//------------------------------------------------------------------------- 
+	AUTOMATIC,
+
+	//-------------------------------------------------------------------------
 	/** sort field contains numerical data.
 	 */
-	NUMERIC, 
- 
-	//------------------------------------------------------------------------- 
+	NUMERIC,
+
+	//-------------------------------------------------------------------------
 	/** sort field contains text data.
 	 */
-	ALPHANUMERIC 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	ALPHANUMERIC
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/table/XAutoFormattable.idl b/main/offapi/com/sun/star/table/XAutoFormattable.idl
index 6b03519..8ea09ec 100644
--- a/main/offapi/com/sun/star/table/XAutoFormattable.idl
+++ b/main/offapi/com/sun/star/table/XAutoFormattable.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/table/XCell.idl b/main/offapi/com/sun/star/table/XCell.idl
index 49904ca..7b393f2 100644
--- a/main/offapi/com/sun/star/table/XCell.idl
+++ b/main/offapi/com/sun/star/table/XCell.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/table/XCellCursor.idl b/main/offapi/com/sun/star/table/XCellCursor.idl
index c857593..b45898a 100644
--- a/main/offapi/com/sun/star/table/XCellCursor.idl
+++ b/main/offapi/com/sun/star/table/XCellCursor.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/table/XCellRange.idl b/main/offapi/com/sun/star/table/XCellRange.idl
index d512434..3840078 100644
--- a/main/offapi/com/sun/star/table/XCellRange.idl
+++ b/main/offapi/com/sun/star/table/XCellRange.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/table/XColumnRowRange.idl b/main/offapi/com/sun/star/table/XColumnRowRange.idl
index 0580d10..ff688d3 100644
--- a/main/offapi/com/sun/star/table/XColumnRowRange.idl
+++ b/main/offapi/com/sun/star/table/XColumnRowRange.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/table/XMergeableCell.idl b/main/offapi/com/sun/star/table/XMergeableCell.idl
index 015d255..7928e65 100644
--- a/main/offapi/com/sun/star/table/XMergeableCell.idl
+++ b/main/offapi/com/sun/star/table/XMergeableCell.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/table/XMergeableCellRange.idl b/main/offapi/com/sun/star/table/XMergeableCellRange.idl
index 9c7ecc4..e5d3bea 100644
--- a/main/offapi/com/sun/star/table/XMergeableCellRange.idl
+++ b/main/offapi/com/sun/star/table/XMergeableCellRange.idl
@@ -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,44 +7,44 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_table_XMergeableCellRange_idl__ 
-#define __com_sun_star_table_XMergeableCellRange_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
+#ifndef __com_sun_star_table_XMergeableCellRange_idl__
+#define __com_sun_star_table_XMergeableCellRange_idl__
 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
 
 #ifndef __com_sun_star_lang_NoSupportException_idl__
 #include <com/sun/star/lang/NoSupportException.idl>
 #endif
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module table {  
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
+module com {  module sun {  module star {  module table {
+
+//=============================================================================
+
 /** represents a range of cells that can possibly be merged or unmerged.
  */
 interface XMergeableCellRange : com::sun::star::uno::XInterface
-{ 
+{
 	/** merges the area specified by this range.
 
 		@throws <type scope="com::sun::star::lang">NoSupportException</type>
@@ -53,7 +53,7 @@
 	 */
 	void merge() raises( ::com::sun::star::lang::NoSupportException );
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** splits the cells in this range.
 		This will be done by inserting rows and columns if needed or unmerging
@@ -74,20 +74,20 @@
 			if a split is not possible for this range.
 	*/
 	void split( [in] long Columns, [in] long Rows )
-		raises( ::com::sun::star::lang::NoSupportException, 
+		raises( ::com::sun::star::lang::NoSupportException,
 				::com::sun::star::lang::IllegalArgumentException );
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** @returns
 			<TRUE/> if all cells from this range can be merged to one
 			or <FALSE/> otherwise.
 	 */
-	boolean isMergeable(); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	boolean isMergeable();
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/table/XTable.idl b/main/offapi/com/sun/star/table/XTable.idl
index 476d1a3..5d82a47 100644
--- a/main/offapi/com/sun/star/table/XTable.idl
+++ b/main/offapi/com/sun/star/table/XTable.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -40,7 +40,7 @@
 #include <com/sun/star/table/XCellCursor.idl>
 #endif
 
-#ifndef __com_sun_star_util_XModifiable_idl__ 
+#ifndef __com_sun_star_util_XModifiable_idl__
 #include <com/sun/star/util/XModifiable.idl>
 #endif
 
diff --git a/main/offapi/com/sun/star/table/XTableChart.idl b/main/offapi/com/sun/star/table/XTableChart.idl
index 3dd0673..7b9beec 100644
--- a/main/offapi/com/sun/star/table/XTableChart.idl
+++ b/main/offapi/com/sun/star/table/XTableChart.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/table/XTableCharts.idl b/main/offapi/com/sun/star/table/XTableCharts.idl
index 18040f4..ca31332 100644
--- a/main/offapi/com/sun/star/table/XTableCharts.idl
+++ b/main/offapi/com/sun/star/table/XTableCharts.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/table/XTableChartsSupplier.idl b/main/offapi/com/sun/star/table/XTableChartsSupplier.idl
index 3d58718..1abbdc9 100644
--- a/main/offapi/com/sun/star/table/XTableChartsSupplier.idl
+++ b/main/offapi/com/sun/star/table/XTableChartsSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/table/XTableColumns.idl b/main/offapi/com/sun/star/table/XTableColumns.idl
index b80afaa..550ca6e 100644
--- a/main/offapi/com/sun/star/table/XTableColumns.idl
+++ b/main/offapi/com/sun/star/table/XTableColumns.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/table/XTableRows.idl b/main/offapi/com/sun/star/table/XTableRows.idl
index 83e80b5..24052dd 100644
--- a/main/offapi/com/sun/star/table/XTableRows.idl
+++ b/main/offapi/com/sun/star/table/XTableRows.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/task/AsyncJob.idl b/main/offapi/com/sun/star/task/AsyncJob.idl
index 9443361..fcd0b23 100644
--- a/main/offapi/com/sun/star/task/AsyncJob.idl
+++ b/main/offapi/com/sun/star/task/AsyncJob.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/task/ClassifiedInteractionRequest.idl b/main/offapi/com/sun/star/task/ClassifiedInteractionRequest.idl
index f5d5003..660e9c9 100644
--- a/main/offapi/com/sun/star/task/ClassifiedInteractionRequest.idl
+++ b/main/offapi/com/sun/star/task/ClassifiedInteractionRequest.idl
@@ -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,53 +7,53 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_task_ClassifiedInteractionRequest_idl__ 
-#define __com_sun_star_task_ClassifiedInteractionRequest_idl__ 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
-#ifndef __com_sun_star_task_InteractionClassification_idl__ 
-#include <com/sun/star/task/InteractionClassification.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module task {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_task_ClassifiedInteractionRequest_idl__
+#define __com_sun_star_task_ClassifiedInteractionRequest_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+#ifndef __com_sun_star_task_InteractionClassification_idl__
+#include <com/sun/star/task/InteractionClassification.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module task {
+
+//=============================================================================
+
 // DocMerge from xml: exception com::sun::star::task::ClassifiedInteractionRequest
 /** A classified interaction request.
  */
 published exception ClassifiedInteractionRequest: com::sun::star::uno::Exception
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: field com::sun::star::task::ClassifiedInteractionRequest::Classification
 	/** The classification of the request.
 	 */
-	com::sun::star::task::InteractionClassification Classification; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::task::InteractionClassification Classification;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/task/DocumentMSPasswordRequest.idl b/main/offapi/com/sun/star/task/DocumentMSPasswordRequest.idl
index 64c65c0..1ef7e87 100644
--- a/main/offapi/com/sun/star/task/DocumentMSPasswordRequest.idl
+++ b/main/offapi/com/sun/star/task/DocumentMSPasswordRequest.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/task/DocumentMSPasswordRequest2.idl b/main/offapi/com/sun/star/task/DocumentMSPasswordRequest2.idl
index b027bda..d0c5621 100644
--- a/main/offapi/com/sun/star/task/DocumentMSPasswordRequest2.idl
+++ b/main/offapi/com/sun/star/task/DocumentMSPasswordRequest2.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -31,7 +31,7 @@
 module com { module sun { module star { module task {
 
 //=============================================================================
-/** this request specifies if a password for opening or modifying of an encrypted Microsoft Office document is requested. 
+/** this request specifies if a password for opening or modifying of an encrypted Microsoft Office document is requested.
 
 	<P>
 	It is supported by <type>InteractionHandler</type> service, and can
@@ -41,7 +41,7 @@
 
     @see com::sun::star::task::PasswordRequest
     @see com::sun::star::task::DocumentMSPasswordRequest
-    
+
     @since OpenOffice 3.3
 */
 exception DocumentMSPasswordRequest2 : DocumentMSPasswordRequest
diff --git a/main/offapi/com/sun/star/task/DocumentMacroConfirmationRequest.idl b/main/offapi/com/sun/star/task/DocumentMacroConfirmationRequest.idl
index 9331e17..df7cd7a 100644
--- a/main/offapi/com/sun/star/task/DocumentMacroConfirmationRequest.idl
+++ b/main/offapi/com/sun/star/task/DocumentMacroConfirmationRequest.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,7 +30,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module task { 
+module com { module sun { module star { module task {
 
 //=============================================================================
 
@@ -68,7 +68,7 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/task/DocumentPasswordRequest.idl b/main/offapi/com/sun/star/task/DocumentPasswordRequest.idl
index 45431f9..06d463f 100644
--- a/main/offapi/com/sun/star/task/DocumentPasswordRequest.idl
+++ b/main/offapi/com/sun/star/task/DocumentPasswordRequest.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,7 +30,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module task { 
+module com { module sun { module star { module task {
 
 //=============================================================================
 /** this request specifies the mode in which the password should be asked
@@ -54,6 +54,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/task/DocumentPasswordRequest2.idl b/main/offapi/com/sun/star/task/DocumentPasswordRequest2.idl
index 04f69a4..834ac4a 100644
--- a/main/offapi/com/sun/star/task/DocumentPasswordRequest2.idl
+++ b/main/offapi/com/sun/star/task/DocumentPasswordRequest2.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -28,7 +28,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module task { 
+module com { module sun { module star { module task {
 
 //=============================================================================
 /** this request specifies if a password for opening or modifying a document is requested.
@@ -41,7 +41,7 @@
 
     @see com::sun::star::task::PasswordRequest
     @see com::sun::star::task::DocumentPasswordRequest
-    
+
     @since OpenOffice 3.3
 */
 exception DocumentPasswordRequest2 : DocumentPasswordRequest
@@ -55,6 +55,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/task/ErrorCodeIOException.idl b/main/offapi/com/sun/star/task/ErrorCodeIOException.idl
index 2fcd93f..077bc16 100644
--- a/main/offapi/com/sun/star/task/ErrorCodeIOException.idl
+++ b/main/offapi/com/sun/star/task/ErrorCodeIOException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/task/ErrorCodeRequest.idl b/main/offapi/com/sun/star/task/ErrorCodeRequest.idl
index 457281b..392ccbf 100644
--- a/main/offapi/com/sun/star/task/ErrorCodeRequest.idl
+++ b/main/offapi/com/sun/star/task/ErrorCodeRequest.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/task/FutureDocumentVersionProductUpdateRequest.idl b/main/offapi/com/sun/star/task/FutureDocumentVersionProductUpdateRequest.idl
index 7f8ab7d..3085616 100644
--- a/main/offapi/com/sun/star/task/FutureDocumentVersionProductUpdateRequest.idl
+++ b/main/offapi/com/sun/star/task/FutureDocumentVersionProductUpdateRequest.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -28,7 +28,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module task { 
+module com { module sun { module star { module task {
 
 //=============================================================================
 
@@ -55,7 +55,7 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/task/InteractionClassification.idl b/main/offapi/com/sun/star/task/InteractionClassification.idl
index 9b42ef5..0a233fa 100644
--- a/main/offapi/com/sun/star/task/InteractionClassification.idl
+++ b/main/offapi/com/sun/star/task/InteractionClassification.idl
@@ -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,29 +7,29 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_task_InteractionClassification_idl__ 
-#define __com_sun_star_task_InteractionClassification_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module task {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_task_InteractionClassification_idl__
+#define __com_sun_star_task_InteractionClassification_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module task {
+
+//=============================================================================
+
 // DocMerge from xml: enum com::sun::star::task::InteractionClassification
 /** A classification of interaction requests.
 
@@ -37,33 +37,33 @@
     This is the base of classified interaction requests.
  */
 published enum InteractionClassification
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::task::InteractionClassification::ERROR
 	/** An error.
 	 */
-	ERROR, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	ERROR,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::task::InteractionClassification::WARNING
 	/** A warning, less severe than an error.
 	 */
-	WARNING, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	WARNING,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::task::InteractionClassification::INFO
 	/** Some information for the client/user (which will typically lead to the
 		selection of an
         <type scope="com::sun::star::task">XInteractionApprove</type>
         continuation).
 	 */
-	INFO, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	INFO,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::task::InteractionClassification::QUERY
 	/** A query for the client/user (which will typically lead to the
 		selection of an
@@ -71,12 +71,12 @@
         <type scope="com::sun::star::task">XInteractionDisapprove</type>
 		continuation).
 	 */
-	QUERY 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	QUERY
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/task/InteractionHandler.idl b/main/offapi/com/sun/star/task/InteractionHandler.idl
index 05537fe..fb4999d 100644
--- a/main/offapi/com/sun/star/task/InteractionHandler.idl
+++ b/main/offapi/com/sun/star/task/InteractionHandler.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/task/InteractionRequestStringResolver.idl b/main/offapi/com/sun/star/task/InteractionRequestStringResolver.idl
index dc58257..35bdff0 100644
--- a/main/offapi/com/sun/star/task/InteractionRequestStringResolver.idl
+++ b/main/offapi/com/sun/star/task/InteractionRequestStringResolver.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -31,10 +31,10 @@
 module com { module sun { module star { module task {
 
 //============================================================================
-/* An interaction request string resolver that obtains human readable strings 
-   from an <type>XInteractionRequest</type>. 
+/* An interaction request string resolver that obtains human readable strings
+   from an <type>XInteractionRequest</type>.
  */
-/* published */ 
+/* published */
 service InteractionRequestStringResolver : XInteractionRequestStringResolver;
 
 }; }; }; };
diff --git a/main/offapi/com/sun/star/task/Job.idl b/main/offapi/com/sun/star/task/Job.idl
index 615fdd1..816059e 100644
--- a/main/offapi/com/sun/star/task/Job.idl
+++ b/main/offapi/com/sun/star/task/Job.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/task/JobExecutor.idl b/main/offapi/com/sun/star/task/JobExecutor.idl
index 3789bba..d6349a0 100644
--- a/main/offapi/com/sun/star/task/JobExecutor.idl
+++ b/main/offapi/com/sun/star/task/JobExecutor.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/task/MasterPasswordRequest.idl b/main/offapi/com/sun/star/task/MasterPasswordRequest.idl
index 845cf28..80cff8e 100644
--- a/main/offapi/com/sun/star/task/MasterPasswordRequest.idl
+++ b/main/offapi/com/sun/star/task/MasterPasswordRequest.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,7 +30,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module task { 
+module com { module sun { module star { module task {
 
 //=============================================================================
 /** this request specifies the mode in which the password should be asked
@@ -49,6 +49,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/task/NoMasterException.idl b/main/offapi/com/sun/star/task/NoMasterException.idl
index 531780d..2afacc3 100644
--- a/main/offapi/com/sun/star/task/NoMasterException.idl
+++ b/main/offapi/com/sun/star/task/NoMasterException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -34,7 +34,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module task { 
+module com { module sun { module star { module task {
 
 //=============================================================================
 /** is thrown when a master password is needed but not available/correct.
@@ -50,6 +50,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/task/OfficeRestartManager.idl b/main/offapi/com/sun/star/task/OfficeRestartManager.idl
index 3b064e9..5a1fe12 100644
--- a/main/offapi/com/sun/star/task/OfficeRestartManager.idl
+++ b/main/offapi/com/sun/star/task/OfficeRestartManager.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -26,7 +26,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module task { 
+module com { module sun { module star { module task {
 
 interface XRestartManager;
 
@@ -40,7 +40,7 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/task/PDFExportException.idl b/main/offapi/com/sun/star/task/PDFExportException.idl
index d5d3504..959e114 100644
--- a/main/offapi/com/sun/star/task/PDFExportException.idl
+++ b/main/offapi/com/sun/star/task/PDFExportException.idl
@@ -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,42 +7,42 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_task_PDFExportException_idl__ 
-#define __com_sun_star_task_PDFExportException_idl__ 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module task { 
- 
- 
-/** is an exception that provides information on an error during PDF export.	
+#ifndef __com_sun_star_task_PDFExportException_idl__
+#define __com_sun_star_task_PDFExportException_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+ module com {  module sun {  module star {  module task {
+
+
+/** is an exception that provides information on an error during PDF export.
  */
 published exception PDFExportException: com::sun::star::uno::Exception
 {
     /** contains a number of errors that occurred during PDFExport
     */
     sequence< long > ErrorCodes;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*=========================================================================== 
-===========================================================================*/ 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/task/PasswordContainer.idl b/main/offapi/com/sun/star/task/PasswordContainer.idl
index b710c9b..7228152 100644
--- a/main/offapi/com/sun/star/task/PasswordContainer.idl
+++ b/main/offapi/com/sun/star/task/PasswordContainer.idl
@@ -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,48 +7,48 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_task_PasswordContainer_idl__ 
-#define __com_sun_star_task_PasswordContainer_idl__ 
+#ifndef __com_sun_star_task_PasswordContainer_idl__
+#define __com_sun_star_task_PasswordContainer_idl__
 
-module com {  module sun {  module star {  
+module com {  module sun {  module star {
 	module task {
         published interface XPasswordContainer;
         published interface XMasterPasswordHandling;
     };
 }; }; };
- 
-module com {  module sun {  module star {  module task {  
+
+module com {  module sun {  module star {  module task {
 //============================================================================
-/** this service is kind of storage that allows to store passwords 
+/** this service is kind of storage that allows to store passwords
 	and to retrieve already stored.
 
 	<p>
-	A password can be stored for the session period or persistently. 
-	The persistent way is only possible if configuration allows to use storage. 
+	A password can be stored for the session period or persistently.
+	The persistent way is only possible if configuration allows to use storage.
 	It stores passwords encripted with a super password. An interaction
 	is used to ask a user for a super password.
-	To allow such an interaction, an object that implements <type>XInteractionHandler</type> 
-	interface should be provided. For this purpose <type>InteractionHandler</type> 
+	To allow such an interaction, an object that implements <type>XInteractionHandler</type>
+	interface should be provided. For this purpose <type>InteractionHandler</type>
 	service can be used.
 	</p>
 
 	<p>
 	In case no interaction handler is provided all passwords are stored
 	for the session period. In case an interaction handler is provided, but
-	the super password interaction does not return super password ( for any reason ), 
+	the super password interaction does not return super password ( for any reason ),
 	<type>NoMasterException</type> exception is thrown to let user use
 	nonpersistent way explicitly.
 	</p>
@@ -57,7 +57,7 @@
 {
     //------------------------------------------------------------------------
     /** handles passwords
-	
+
 		<p>
 		Use this interface to store\retrieve passwords.
 		</p>
@@ -66,13 +66,13 @@
 
     //------------------------------------------------------------------------
     /** handles passwords
-	
+
 		<p>
 		Use this interface to store\retrieve passwords.
 		</p>
      */
     [optional] interface com::sun::star::task::XMasterPasswordHandling;
 };
- 
-}; }; }; };  
-#endif 
+
+}; }; }; };
+#endif
diff --git a/main/offapi/com/sun/star/task/PasswordContainerInteractionHandler.idl b/main/offapi/com/sun/star/task/PasswordContainerInteractionHandler.idl
index 034828e..d61bc97 100644
--- a/main/offapi/com/sun/star/task/PasswordContainerInteractionHandler.idl
+++ b/main/offapi/com/sun/star/task/PasswordContainerInteractionHandler.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/task/PasswordRequest.idl b/main/offapi/com/sun/star/task/PasswordRequest.idl
index 17c5a0f..3d7138d 100644
--- a/main/offapi/com/sun/star/task/PasswordRequest.idl
+++ b/main/offapi/com/sun/star/task/PasswordRequest.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -34,7 +34,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module task { 
+module com { module sun { module star { module task {
 
 //=============================================================================
 /** this request specifies the mode in which the password should be asked
@@ -58,6 +58,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/task/PasswordRequestMode.idl b/main/offapi/com/sun/star/task/PasswordRequestMode.idl
index 3a7408b..8c3eea3 100644
--- a/main/offapi/com/sun/star/task/PasswordRequestMode.idl
+++ b/main/offapi/com/sun/star/task/PasswordRequestMode.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/task/UnsupportedOverwriteRequest.idl b/main/offapi/com/sun/star/task/UnsupportedOverwriteRequest.idl
index 1f91158..4a498f6 100644
--- a/main/offapi/com/sun/star/task/UnsupportedOverwriteRequest.idl
+++ b/main/offapi/com/sun/star/task/UnsupportedOverwriteRequest.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,7 +30,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module task { 
+module com { module sun { module star { module task {
 
 //=============================================================================
 /** this request is used in case a content can't keep files from overwriting
@@ -53,6 +53,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/task/UrlRecord.idl b/main/offapi/com/sun/star/task/UrlRecord.idl
index e40268d..1a766f2 100644
--- a/main/offapi/com/sun/star/task/UrlRecord.idl
+++ b/main/offapi/com/sun/star/task/UrlRecord.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/task/UserRecord.idl b/main/offapi/com/sun/star/task/UserRecord.idl
index 03dea1e..a908194 100644
--- a/main/offapi/com/sun/star/task/UserRecord.idl
+++ b/main/offapi/com/sun/star/task/UserRecord.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/task/XAbortChannel.idl b/main/offapi/com/sun/star/task/XAbortChannel.idl
index 93c3935..8e2274c 100644
--- a/main/offapi/com/sun/star/task/XAbortChannel.idl
+++ b/main/offapi/com/sun/star/task/XAbortChannel.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/task/XAsyncJob.idl b/main/offapi/com/sun/star/task/XAsyncJob.idl
index f7d5764..1f386e3 100644
--- a/main/offapi/com/sun/star/task/XAsyncJob.idl
+++ b/main/offapi/com/sun/star/task/XAsyncJob.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/task/XInteractionApprove.idl b/main/offapi/com/sun/star/task/XInteractionApprove.idl
index 4f8d212..1b24282 100644
--- a/main/offapi/com/sun/star/task/XInteractionApprove.idl
+++ b/main/offapi/com/sun/star/task/XInteractionApprove.idl
@@ -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,42 +7,42 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_task_XInteractionApprove_idl__ 
-#define __com_sun_star_task_XInteractionApprove_idl__ 
- 
-#ifndef __com_sun_star_task_XInteractionContinuation_idl__ 
-#include <com/sun/star/task/XInteractionContinuation.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module task {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_task_XInteractionApprove_idl__
+#define __com_sun_star_task_XInteractionApprove_idl__
+
+#ifndef __com_sun_star_task_XInteractionContinuation_idl__
+#include <com/sun/star/task/XInteractionContinuation.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module task {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::task::XInteractionApprove
 /** An interaction continuation specifying 'approval'.
  */
 published interface XInteractionApprove: com::sun::star::task::XInteractionContinuation
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/task/XInteractionAskLater.idl b/main/offapi/com/sun/star/task/XInteractionAskLater.idl
index ae73a3c..4c34c02 100644
--- a/main/offapi/com/sun/star/task/XInteractionAskLater.idl
+++ b/main/offapi/com/sun/star/task/XInteractionAskLater.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,11 +24,11 @@
 #ifndef __com_sun_star_task_XInteractionAskLater_idl__
 #define __com_sun_star_task_XInteractionAskLater_idl__
 
-#include <com/sun/star/task/XInteractionContinuation.idl> 
+#include <com/sun/star/task/XInteractionContinuation.idl>
 
 //=============================================================================
 
-module com { module sun { module star { module task { 
+module com { module sun { module star { module task {
 
 //=============================================================================
 
@@ -41,7 +41,7 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/task/XInteractionDisapprove.idl b/main/offapi/com/sun/star/task/XInteractionDisapprove.idl
index 55c446e..a491834 100644
--- a/main/offapi/com/sun/star/task/XInteractionDisapprove.idl
+++ b/main/offapi/com/sun/star/task/XInteractionDisapprove.idl
@@ -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,42 +7,42 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_task_XInteractionDisapprove_idl__ 
-#define __com_sun_star_task_XInteractionDisapprove_idl__ 
- 
-#ifndef __com_sun_star_task_XInteractionContinuation_idl__ 
-#include <com/sun/star/task/XInteractionContinuation.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module task {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_task_XInteractionDisapprove_idl__
+#define __com_sun_star_task_XInteractionDisapprove_idl__
+
+#ifndef __com_sun_star_task_XInteractionContinuation_idl__
+#include <com/sun/star/task/XInteractionContinuation.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module task {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::task::XInteractionDisapprove
 /** An interaction continuation specifying 'disapproval'.
  */
 published interface XInteractionDisapprove: com::sun::star::task::XInteractionContinuation
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/task/XInteractionPassword.idl b/main/offapi/com/sun/star/task/XInteractionPassword.idl
index ae82e20..7032138 100644
--- a/main/offapi/com/sun/star/task/XInteractionPassword.idl
+++ b/main/offapi/com/sun/star/task/XInteractionPassword.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/task/XInteractionPassword2.idl b/main/offapi/com/sun/star/task/XInteractionPassword2.idl
index 1aad3ea..5931619 100644
--- a/main/offapi/com/sun/star/task/XInteractionPassword2.idl
+++ b/main/offapi/com/sun/star/task/XInteractionPassword2.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/task/XInteractionRequestStringResolver.idl b/main/offapi/com/sun/star/task/XInteractionRequestStringResolver.idl
index 6c8ee23..d6676d2 100644
--- a/main/offapi/com/sun/star/task/XInteractionRequestStringResolver.idl
+++ b/main/offapi/com/sun/star/task/XInteractionRequestStringResolver.idl
@@ -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,72 +7,72 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_task_XInteractionRequestStringResolver_idl__ 
-#define __com_sun_star_task_XInteractionRequestStringResolver_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_Optional_idl__ 
-#include <com/sun/star/beans/Optional.idl> 
-#endif 
- 
-#ifndef __com_sun_star_task_XInteractionRequest_idl__ 
-#include <com/sun/star/task/XInteractionRequest.idl> 
-#endif 
+#ifndef __com_sun_star_task_XInteractionRequestStringResolver_idl__
+#define __com_sun_star_task_XInteractionRequestStringResolver_idl__
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module task {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_beans_Optional_idl__
+#include <com/sun/star/beans/Optional.idl>
+#endif
+
+#ifndef __com_sun_star_task_XInteractionRequest_idl__
+#include <com/sun/star/task/XInteractionRequest.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module task {
+
+//=============================================================================
+
 /** Obtains human readable strings from an <type>XInteractionRequest</type>.
  */
-/* published */ 
+/* published */
 interface XInteractionRequestStringResolver : com::sun::star::uno::XInterface
-{ 
-    //------------------------------------------------------------------------- 
-	 
-    /** Obtains a string containing a human readable message from an 
-        informational interaction request. 
+{
+    //-------------------------------------------------------------------------
 
-        <p>An informational interaction request contains not more than one 
-        interaction continuation (user has no choice; request is just 
+    /** Obtains a string containing a human readable message from an
+        informational interaction request.
+
+        <p>An informational interaction request contains not more than one
+        interaction continuation (user has no choice; request is just
         informational). The supplies continuation must either be a
         <type>XInteractionAbort</type> or <type>XInteractionApprove</type>
 
-        @param Request the interaction request for that the message shall 
+        @param Request the interaction request for that the message shall
         be obtained.
 
-        @returns the message string or an empty 
+        @returns the message string or an empty
         <type scope="::com::sun::star::beans">Optional</type>.
      */
-    com::sun::star::beans::Optional< string > 
-        getStringFromInformationalRequest( 
-	    [in] com::sun::star::task::XInteractionRequest Request ); 
+    com::sun::star::beans::Optional< string >
+        getStringFromInformationalRequest(
+	    [in] com::sun::star::task::XInteractionRequest Request );
 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/task/XJob.idl b/main/offapi/com/sun/star/task/XJob.idl
index 77e8033..ac13cf4 100644
--- a/main/offapi/com/sun/star/task/XJob.idl
+++ b/main/offapi/com/sun/star/task/XJob.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/task/XJobExecutor.idl b/main/offapi/com/sun/star/task/XJobExecutor.idl
index 8f6ed9e..9b6c1e6 100644
--- a/main/offapi/com/sun/star/task/XJobExecutor.idl
+++ b/main/offapi/com/sun/star/task/XJobExecutor.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/task/XJobListener.idl b/main/offapi/com/sun/star/task/XJobListener.idl
index 4aff5c3..600333d 100644
--- a/main/offapi/com/sun/star/task/XJobListener.idl
+++ b/main/offapi/com/sun/star/task/XJobListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/task/XMasterPasswordHandling.idl b/main/offapi/com/sun/star/task/XMasterPasswordHandling.idl
index 5af46d8..791c4ce 100644
--- a/main/offapi/com/sun/star/task/XMasterPasswordHandling.idl
+++ b/main/offapi/com/sun/star/task/XMasterPasswordHandling.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/task/XMasterPasswordHandling2.idl b/main/offapi/com/sun/star/task/XMasterPasswordHandling2.idl
index 102f393..130a4d8 100644
--- a/main/offapi/com/sun/star/task/XMasterPasswordHandling2.idl
+++ b/main/offapi/com/sun/star/task/XMasterPasswordHandling2.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/task/XPasswordContainer.idl b/main/offapi/com/sun/star/task/XPasswordContainer.idl
index e2e58fc..40f9ae8 100644
--- a/main/offapi/com/sun/star/task/XPasswordContainer.idl
+++ b/main/offapi/com/sun/star/task/XPasswordContainer.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -48,8 +48,8 @@
 	//-------------------------------------------------------------------------
 	/** Save passwords in to the container.
 
-		@param Url        URL-pattern, that will be used later to retrieve 
-		passwords. 
+		@param Url        URL-pattern, that will be used later to retrieve
+		passwords.
 
 		@param UseName    The username.
 
@@ -64,8 +64,8 @@
 	//-------------------------------------------------------------------------
 	/** Save passwords in to the container, and store them in the file.
 
-		@param Url        URL-pattern, that will be used later to retrieve 
-						  passwords. 
+		@param Url        URL-pattern, that will be used later to retrieve
+						  passwords.
 
 		@param UseName    The username.
 
@@ -81,13 +81,13 @@
 	/** Find users with passwords for the url pattern.
 
 		@param Url     URL-pattern to retrieve password for.
- 
+
 		@param Handler    The handler to get superpassword to en/decript passwords
-		
+
 		@returns       Best matched url-pattern with user-records list.
 	*/
 	UrlRecord find( [in] string Url, [in] XInteractionHandler Handler );
-	
+
 	//-------------------------------------------------------------------------
 	/** Find passwords for the url pattern and username.
 
@@ -100,14 +100,14 @@
 		@returns        Best matched url-pattern for the username.
 	*/
 	UrlRecord findForName( [in] string Url, [in] string UserName , [in] XInteractionHandler Handler );
-		
+
 	//-------------------------------------------------------------------------
 	/** Remove passwords for the url pattern and username.
 
 		@param Url      URL-pattern to remove passwords for.
 
 		@param UserName Username to remove passwords for.
-		
+
 	*/
 	void remove( [in] string Url, [in] string UserName );
 
@@ -118,7 +118,7 @@
 		@param Url      URL-pattern to remove passwords for.
 
 		@param UserName Username to remove passwords for.
-		
+
 	*/
 	void removePersistent( [in] string Url, [in] string UserName );
 
@@ -133,7 +133,7 @@
 		@returns        List of url-records.
 	*/
 	sequence<UrlRecord> getAllPersistent( [in] XInteractionHandler Handler );
-	
+
 };
 
 //=============================================================================
diff --git a/main/offapi/com/sun/star/task/XRestartManager.idl b/main/offapi/com/sun/star/task/XRestartManager.idl
index b00870e..cccc075 100644
--- a/main/offapi/com/sun/star/task/XRestartManager.idl
+++ b/main/offapi/com/sun/star/task/XRestartManager.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/task/XStatusIndicatorFactory.idl b/main/offapi/com/sun/star/task/XStatusIndicatorFactory.idl
index 3b5bee5..06af92d 100644
--- a/main/offapi/com/sun/star/task/XStatusIndicatorFactory.idl
+++ b/main/offapi/com/sun/star/task/XStatusIndicatorFactory.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/task/XStatusIndicatorSupplier.idl b/main/offapi/com/sun/star/task/XStatusIndicatorSupplier.idl
index 576bb75..e977e15 100644
--- a/main/offapi/com/sun/star/task/XStatusIndicatorSupplier.idl
+++ b/main/offapi/com/sun/star/task/XStatusIndicatorSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/task/XUrlContainer.idl b/main/offapi/com/sun/star/task/XUrlContainer.idl
index f465d8b..8ab37ed 100644
--- a/main/offapi/com/sun/star/task/XUrlContainer.idl
+++ b/main/offapi/com/sun/star/task/XUrlContainer.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/AccessibleEndnoteView.idl b/main/offapi/com/sun/star/text/AccessibleEndnoteView.idl
index 7529b80..f173255 100644
--- a/main/offapi/com/sun/star/text/AccessibleEndnoteView.idl
+++ b/main/offapi/com/sun/star/text/AccessibleEndnoteView.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -47,21 +47,21 @@
  */
 published service AccessibleEndnoteView
 {
-	/** This interface gives access to any paragraph fragment and table 
+	/** This interface gives access to any paragraph fragment and table
 	    fragment that is contained in a endnote and is at least
 		partially visible on the screen.
-		
+
 		<ul>
-			<li>The parent returned by 
+			<li>The parent returned by
                 <method scope="::com::sun::star::accessibility"
                 >XAccessibleContext::getAccessibleParent</method>
 				is either the accessible view of a text document,
 				a page of the accessible page preview of a text document,
 				or the accessible page preview of a spreadsheet document.
-			<li>The children returned by 
+			<li>The children returned by
                 <method scope="::com::sun::star::accessibility"
                 >XAccessibleContext::getAccessibleChild</method> all
-				support the interface XAccessible. Calling 
+				support the interface XAccessible. Calling
 				<method scope="::com::sun::star::accessibility"
                 >XAccessible::getAccessibleContext</method> for these children returns
 				an object that supports one of the following services.
@@ -118,7 +118,7 @@
 	 */
 	interface ::com::sun::star::accessibility::XAccessibleContext;
 
-	/** This interface describes the graphical representation of a 
+	/** This interface describes the graphical representation of a
 	  	endnote.
 	 */
 	interface ::com::sun::star::accessibility::XAccessibleComponent;
diff --git a/main/offapi/com/sun/star/text/AccessibleFootnoteView.idl b/main/offapi/com/sun/star/text/AccessibleFootnoteView.idl
index c7070cb..e1b8313 100644
--- a/main/offapi/com/sun/star/text/AccessibleFootnoteView.idl
+++ b/main/offapi/com/sun/star/text/AccessibleFootnoteView.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -49,10 +49,10 @@
  */
 published service AccessibleFootnoteView
 {
-	/** This interface gives access to any paragraph fragment and table 
+	/** This interface gives access to any paragraph fragment and table
 	    fragment that is contained in a footnote and is at least
 		partially visible on the screen.
-		
+
 		<ul>
 			<li>The parent returned by <method scope="::com::sun::star::accessibility"
                 >XAccessibleContext::getAccessibleParent</method>
@@ -61,7 +61,7 @@
 				or the accessible page preview of a spreadsheet document.
 			<li>The children returned by <method scope="::com::sun::star::accessibility"
                 >XAccessibleContext::getAccessibleChild</method> all
-				support the interface XAccessible. Calling 
+				support the interface XAccessible. Calling
 				<method scope="::com::sun::star::accessibility"
                 >XAccessible::getAccessibleContext</method> for these children returns
 				an object that supports one of the following services.
@@ -118,7 +118,7 @@
 	 */
 	interface ::com::sun::star::accessibility::XAccessibleContext;
 
-	/** This interface describes the graphical representation of a 
+	/** This interface describes the graphical representation of a
 	  	footnote.
 	 */
 	interface ::com::sun::star::accessibility::XAccessibleComponent;
diff --git a/main/offapi/com/sun/star/text/AccessibleHeaderFooterView.idl b/main/offapi/com/sun/star/text/AccessibleHeaderFooterView.idl
index d69747c..f759015 100644
--- a/main/offapi/com/sun/star/text/AccessibleHeaderFooterView.idl
+++ b/main/offapi/com/sun/star/text/AccessibleHeaderFooterView.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -42,7 +42,7 @@
 
 //=============================================================================
 
-/** The accessible view of headers and footers. 
+/** The accessible view of headers and footers.
 
 	 @since OpenOffice 1.1.2
 
@@ -52,18 +52,18 @@
 	/** This interface gives access to any paragraph and table that is
 	  	contained in the header and footer and is at least partially visible
 		on the screen.
-		
+
 		<ul>
-			<li>The parent returned by 
+			<li>The parent returned by
                 <method scope="::com::sun::star::accessibility"
                 >XAccessibleContext::getAccessibleParent</method>
 				is either the accessible view of a text document,
 				a page of the accessible page preview of a text document,
 				or the accessible page preview of a spreadsheet document.
-			<li>The children returned by 
+			<li>The children returned by
                 <method scope="::com::sun::star::accessibility"
                 >XAccessibleContext::getAccessibleChild</method> all
-				support the interface XAccessible. Calling 
+				support the interface XAccessible. Calling
 				<method scope="::com::sun::star::accessibility"
                 >XAccessible::getAccessibleContext</method> for these children returns
 				an object that supports one of the following services.
@@ -86,9 +86,9 @@
 						footers.
 				</ul>
 			<p>The logical order of paragraphs and tables is never changed.
-			<li>The role is either 
+			<li>The role is either
                 <const scope="::com::sun::star::accessibility"
-                >AccessibleRole::HEADER</const> or 
+                >AccessibleRole::HEADER</const> or
                 <const scope="::com::sun::star::accessibility"
                 >AccessibleRole::FOOTER</const>.
 			<li>The name is "header" or "footer" (or the equivalent term
@@ -103,7 +103,7 @@
 				<ul>
 					<li><const scope="::com::sun::star::accessibility"
                         >AccessibleStateType::DEFUNC</const> (indicates that
-                        the document window has been closed or the header or 
+                        the document window has been closed or the header or
                         footer is not existing any longer)
 					<li><const scope="::com::sun::star::accessibility"
                         >AccessibleStateType::EDITABLE</const>
diff --git a/main/offapi/com/sun/star/text/AccessiblePageView.idl b/main/offapi/com/sun/star/text/AccessiblePageView.idl
index 9c6eecd..1782a06 100644
--- a/main/offapi/com/sun/star/text/AccessiblePageView.idl
+++ b/main/offapi/com/sun/star/text/AccessiblePageView.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -51,9 +51,9 @@
 {
 	/** This interface gives access to any page that is visible in the
 	  	page preview of a text document.
-		
+
 		<ul>
-			<li>The parent returned by 
+			<li>The parent returned by
                 <method scope="::com::sun::star::accessibility"
                 >XAccessibleContext::getAccessibleParent</method> is the
                 accessible page preview of a text document.  That is, the
@@ -62,7 +62,7 @@
                 >XAccessible::getAccessibleContext</method> supports
 				<type scope="::com::sun::star::text"
                 >AccessibleTextDocumentPageView</type>.
-            <li>The children returned by 
+            <li>The children returned by
                 <method scope="::com::sun::star::accessibility"
                 >XAccessibleContext::getAccessibleChild</method> all
 				support the interface XAccessible. Calling
@@ -87,13 +87,13 @@
                         >AccessibleParagraphView</type>:
 						A child of this kind is returned for every paragraph
 						fragment that is contained in the page.
-						A paragraph fragment is the part of a paragraph that 
+						A paragraph fragment is the part of a paragraph that
 						is displayed on a certain page.
 					<li><type scope="::com::sun::star::table"
                         >AccessibleTableView</type>:
 						A child of this kind is returned for every table
 						fragment that is contained in the page.
-						A table fragment is the part of a table that is 
+						A table fragment is the part of a table that is
 						displayed on a certain page.
 					<li><type scope="::com::sun::star::text"
                         >AccessibleTextFrameView</type>:
@@ -111,8 +111,8 @@
 						is contained in the page. These objects are
 						children of the <type>AccessiblePageView</type>
 						regardless whether they are bound to a page, paragraph,
-						a frame or a character. The only exception 
-						are text frames that are bound as character. They are 
+						a frame or a character. The only exception
+						are text frames that are bound as character. They are
 						children of the paragraph they are contained in.
 					<li><type scope="::com::sun::star::text"
                         >AccessibleTextEmbeddedObject</type>:
@@ -194,7 +194,7 @@
 	 */
 	interface ::com::sun::star::accessibility::XAccessibleContext;
 
-	/** This interface describes the graphical representation of a 
+	/** This interface describes the graphical representation of a
 	  	endnote.
 	 */
 	interface ::com::sun::star::accessibility::XAccessibleComponent;
diff --git a/main/offapi/com/sun/star/text/AccessibleParagraphView.idl b/main/offapi/com/sun/star/text/AccessibleParagraphView.idl
index f03893e..ef4f980 100644
--- a/main/offapi/com/sun/star/text/AccessibleParagraphView.idl
+++ b/main/offapi/com/sun/star/text/AccessibleParagraphView.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/AccessibleTextDocumentPageView.idl b/main/offapi/com/sun/star/text/AccessibleTextDocumentPageView.idl
index 7d26451..a511dff 100644
--- a/main/offapi/com/sun/star/text/AccessibleTextDocumentPageView.idl
+++ b/main/offapi/com/sun/star/text/AccessibleTextDocumentPageView.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -55,7 +55,7 @@
 	/** This interface gives access to page that are visible in the
 	  	page preview of a text document.
 		<ul>
-			<li>The children returned by 
+			<li>The children returned by
                 <method scope="::com::sun::star::accessibility"
                 >XAccessibleContext::getAccessibleChild</type> all support
                 the interface XAccessible. Calling
@@ -100,7 +100,7 @@
     */
 	interface ::com::sun::star::accessibility::XAccessibleComponent;
 
-	/** This is the interface for listeners 
+	/** This is the interface for listeners
     */
 	interface ::com::sun::star::accessibility::XAccessibleEventBroadcaster;
 };
diff --git a/main/offapi/com/sun/star/text/AccessibleTextDocumentView.idl b/main/offapi/com/sun/star/text/AccessibleTextDocumentView.idl
index 4e7a9c4..19f8667 100644
--- a/main/offapi/com/sun/star/text/AccessibleTextDocumentView.idl
+++ b/main/offapi/com/sun/star/text/AccessibleTextDocumentView.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -58,7 +58,7 @@
 		structure of the document as it is displayed.
 
 		<ul>
-			<li>The children returned by 
+			<li>The children returned by
                 <method scope="::com::sun::star::accessibility"
                 >XAccessibleContext::getAccessibleChild</method> all support
                 the interface XAccessible. Calling
@@ -108,8 +108,8 @@
 						is at least partially visible. These objects are
 						children of the <type>AccessibleTextDocumentView</type>
 						regardless whether they are bound to a page, paragraph,
-						a frame or a character. The only exception 
-						are text frames that are bound as character. They are 
+						a frame or a character. The only exception
+						are text frames that are bound as character. They are
 						children of the paragraph they are contained in.
 					<li><type scope="::com::sun::star::text"
                         >AccessibleTextEmbeddedObject</type>:
@@ -202,7 +202,7 @@
     */
 	interface ::com::sun::star::accessibility::XAccessibleSelection;
 
-	/** This is the interface for listeners 
+	/** This is the interface for listeners
     */
 	interface ::com::sun::star::accessibility::XAccessibleEventBroadcaster;
 };
diff --git a/main/offapi/com/sun/star/text/AccessibleTextEmbeddedObject.idl b/main/offapi/com/sun/star/text/AccessibleTextEmbeddedObject.idl
index 829b42e..4d138fd 100644
--- a/main/offapi/com/sun/star/text/AccessibleTextEmbeddedObject.idl
+++ b/main/offapi/com/sun/star/text/AccessibleTextEmbeddedObject.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -50,7 +50,7 @@
 /** The accessible view of an inactive embedded object. If an embedded
     object gets active, the active document gets an accessible object
 	tree of its own. This tree is not a subtree of the object that supports
-	this service but of the document service itself. The tree exist only 
+	this service but of the document service itself. The tree exist only
 	until the ovject is deactivated.
 
 	 @since OpenOffice 1.1.2
@@ -58,9 +58,9 @@
 published service AccessibleTextEmbeddedObject
 {
 	/** This interface comprises the basic accessibility of embedded objects.
-		
+
 		<ul>
-			<li>The parent returned by 
+			<li>The parent returned by
                 <method scope="::com::sun::star::accessibility"
                 >XAccessibleContext::getAccessibleParent</method> is the
                 accessible view of a paragraph if the embedded object is
@@ -120,7 +120,7 @@
     */
 	interface ::com::sun::star::accessibility::XAccessibleImage;
 
-	/** This is the interface for listeners 
+	/** This is the interface for listeners
     */
 	interface ::com::sun::star::accessibility::XAccessibleEventBroadcaster;
 };
diff --git a/main/offapi/com/sun/star/text/AccessibleTextFrameView.idl b/main/offapi/com/sun/star/text/AccessibleTextFrameView.idl
index 6906ac8..9c80e07 100644
--- a/main/offapi/com/sun/star/text/AccessibleTextFrameView.idl
+++ b/main/offapi/com/sun/star/text/AccessibleTextFrameView.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -48,18 +48,18 @@
  */
 published service AccessibleTextFrameView
 {
-	/** This interface gives access to any paragraph fragment and table 
+	/** This interface gives access to any paragraph fragment and table
 	    fragment that is contained in a text frame and at least
 		partially visible on the screen.
-		
+
 		<ul>
-			<li>The parent returned by 
+			<li>The parent returned by
                 <method scope="::com::sun::star::accessibility"
                 >XAccessibleContext::getAccessibleParent</type> is the
                 accessible view of a paragraph if the text frame is bound as
                 character, and the accessible view (or of a page in the page
                 preview) of the document in any other case.
-			<li>The children returned by 
+			<li>The children returned by
                 <method scope="::com::sun::star::accessibility"
                 >XAccessibleContext::getAccessibleChild</type> all support the
                 interface XAccessible. Calling
@@ -129,7 +129,7 @@
 	 */
 	interface ::com::sun::star::accessibility::XAccessibleContext;
 
-	/** This interface describes the graphical representation of a 
+	/** This interface describes the graphical representation of a
 	  	text frame.
 	 */
 	interface ::com::sun::star::accessibility::XAccessibleComponent;
diff --git a/main/offapi/com/sun/star/text/AccessibleTextGraphicObject.idl b/main/offapi/com/sun/star/text/AccessibleTextGraphicObject.idl
index db1025c..b7dc658 100644
--- a/main/offapi/com/sun/star/text/AccessibleTextGraphicObject.idl
+++ b/main/offapi/com/sun/star/text/AccessibleTextGraphicObject.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -53,9 +53,9 @@
 published service AccessibleTextGraphicObject
 {
 	/** This interface comprises the basic accessibility of text graphics.
-		
+
 		<ul>
-			<li>The parent returned by 
+			<li>The parent returned by
                 <method scope="::com::sun::star::accessibility"
                 >XAccessibleContext::getAccessibleParent</method> is the
                 accessible view of a paragraph if the graphic is bound as
@@ -106,7 +106,7 @@
 	 */
 	interface ::com::sun::star::accessibility::XAccessibleContext;
 
-	/** This interface describes the graphical representation of a 
+	/** This interface describes the graphical representation of a
 	  	graphic.
 	 */
 	interface ::com::sun::star::accessibility::XAccessibleComponent;
diff --git a/main/offapi/com/sun/star/text/AdvancedTextDocument.idl b/main/offapi/com/sun/star/text/AdvancedTextDocument.idl
index f70d05f..2dc1a7d 100644
--- a/main/offapi/com/sun/star/text/AdvancedTextDocument.idl
+++ b/main/offapi/com/sun/star/text/AdvancedTextDocument.idl
@@ -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,71 +7,71 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_AdvancedTextDocument_idl__ 
-#define __com_sun_star_text_AdvancedTextDocument_idl__ 
- 
-#ifndef __com_sun_star_lang_Locale_idl__ 
-#include <com/sun/star/lang/Locale.idl> 
-#endif 
- 
-#ifndef __com_sun_star_text_HypertextDocument_idl__ 
-#include <com/sun/star/text/HypertextDocument.idl> 
-#endif 
- 
-#ifndef __com_sun_star_text_XFootnotesSupplier_idl__ 
-#include <com/sun/star/text/XFootnotesSupplier.idl> 
-#endif 
- 
-#ifndef __com_sun_star_text_XEndnotesSupplier_idl__ 
-#include <com/sun/star/text/XEndnotesSupplier.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_XReplaceable_idl__ 
-#include <com/sun/star/util/XReplaceable.idl> 
-#endif 
- 
-#ifndef __com_sun_star_text_XPagePrintable_idl__ 
-#include <com/sun/star/text/XPagePrintable.idl> 
-#endif 
- 
-#ifndef __com_sun_star_text_XReferenceMarksSupplier_idl__ 
-#include <com/sun/star/text/XReferenceMarksSupplier.idl> 
-#endif 
- 
-#ifndef __com_sun_star_text_XLineNumberingSupplier_idl__ 
-#include <com/sun/star/text/XLineNumberingSupplier.idl> 
-#endif 
- 
-#ifndef __com_sun_star_text_XChapterNumberingSupplier_idl__ 
-#include <com/sun/star/text/XChapterNumberingSupplier.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_AdvancedTextDocument_idl__
+#define __com_sun_star_text_AdvancedTextDocument_idl__
+
+#ifndef __com_sun_star_lang_Locale_idl__
+#include <com/sun/star/lang/Locale.idl>
+#endif
+
+#ifndef __com_sun_star_text_HypertextDocument_idl__
+#include <com/sun/star/text/HypertextDocument.idl>
+#endif
+
+#ifndef __com_sun_star_text_XFootnotesSupplier_idl__
+#include <com/sun/star/text/XFootnotesSupplier.idl>
+#endif
+
+#ifndef __com_sun_star_text_XEndnotesSupplier_idl__
+#include <com/sun/star/text/XEndnotesSupplier.idl>
+#endif
+
+#ifndef __com_sun_star_util_XReplaceable_idl__
+#include <com/sun/star/util/XReplaceable.idl>
+#endif
+
+#ifndef __com_sun_star_text_XPagePrintable_idl__
+#include <com/sun/star/text/XPagePrintable.idl>
+#endif
+
+#ifndef __com_sun_star_text_XReferenceMarksSupplier_idl__
+#include <com/sun/star/text/XReferenceMarksSupplier.idl>
+#endif
+
+#ifndef __com_sun_star_text_XLineNumberingSupplier_idl__
+#include <com/sun/star/text/XLineNumberingSupplier.idl>
+#endif
+
+#ifndef __com_sun_star_text_XChapterNumberingSupplier_idl__
+#include <com/sun/star/text/XChapterNumberingSupplier.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: service com::sun::star::text::AdvancedTextDocument
-/** An advanced text document is an extension of a hypertext document 
+/** An advanced text document is an extension of a hypertext document
 	which can also contain text-frames, foot- and endnotes, and some
 	other advanced contents.
 
@@ -79,80 +79,80 @@
 		use <type>TextDocument</type> instead.
  */
 published service AdvancedTextDocument
-{ 
+{
 	// DocMerge: empty anyway
-	service com::sun::star::text::HypertextDocument; 
-	
+	service com::sun::star::text::HypertextDocument;
+
 	// DocMerge: empty anyway
-	interface com::sun::star::text::XFootnotesSupplier; 
-	
+	interface com::sun::star::text::XFootnotesSupplier;
+
 	// DocMerge: empty anyway
-	interface com::sun::star::text::XEndnotesSupplier; 
-	
+	interface com::sun::star::text::XEndnotesSupplier;
+
 	// DocMerge: empty anyway
-	interface com::sun::star::util::XReplaceable; 
-	
+	interface com::sun::star::util::XReplaceable;
+
 	// DocMerge: empty anyway
-	interface com::sun::star::text::XPagePrintable; 
-	
+	interface com::sun::star::text::XPagePrintable;
+
 	// DocMerge: empty anyway
-	interface com::sun::star::text::XReferenceMarksSupplier; 
-	
+	interface com::sun::star::text::XReferenceMarksSupplier;
+
 	// DocMerge: empty anyway
-	interface com::sun::star::text::XLineNumberingSupplier; 
-	
+	interface com::sun::star::text::XLineNumberingSupplier;
+
 	// DocMerge: empty anyway
-	interface com::sun::star::text::XChapterNumberingSupplier; 
-	
+	interface com::sun::star::text::XChapterNumberingSupplier;
+
 	// DocMerge: empty anyway
-	interface com::sun::star::beans::XPropertySet; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	interface com::sun::star::beans::XPropertySet;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::text::AdvancedTextDocument::CharLocale
 	/** contains the identifier of the default locale of the document.
 	 */
-	[property] com::sun::star::lang::Locale CharLocale; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] com::sun::star::lang::Locale CharLocale;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::text::AdvancedTextDocument::CharacterCount
 	/** contains the count of all characters in the document.
 	 */
-	[readonly, property] long CharacterCount; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[readonly, property] long CharacterCount;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::text::AdvancedTextDocument::ParagraphCount
 	/** contains the count of all paragraphs in the document.
 	 */
-	[readonly, property] long ParagraphCount; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[readonly, property] long ParagraphCount;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::text::AdvancedTextDocument::WordCount
 	/** contains the count of all words in the document.@see WordSeparator
 	 */
-	[readonly, property] long WordCount; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[readonly, property] long WordCount;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::text::AdvancedTextDocument::WordSeparator
 	/** contains a string that consists of characters that mark the
 		separation of words in counting the words in a document.
-		
-		
-		
+
+
+
 		<p> I.e., slash and backslash. Whitespaces (tab stop,
-		space, paragraph break, or line break) always separate 
+		space, paragraph break, or line break) always separate
 		words.</p>@see WordCount
 	 */
-	[property] string WordSeparator; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[property] string WordSeparator;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/AuthorDisplayFormat.idl b/main/offapi/com/sun/star/text/AuthorDisplayFormat.idl
index 8f9dd3b..913cba5 100644
--- a/main/offapi/com/sun/star/text/AuthorDisplayFormat.idl
+++ b/main/offapi/com/sun/star/text/AuthorDisplayFormat.idl
@@ -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,62 +7,62 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_AuthorDisplayFormat_idl__ 
-#define __com_sun_star_text_AuthorDisplayFormat_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
-/** These constants are used to specify which parts of an author name are displayed 
+#ifndef __com_sun_star_text_AuthorDisplayFormat_idl__
+#define __com_sun_star_text_AuthorDisplayFormat_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
+/** These constants are used to specify which parts of an author name are displayed
 		in a field.
  */
 published constants AuthorDisplayFormat
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** The full name of the author is displayed
 	 */
-	const short FULL = 0; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short FULL = 0;
+
+	//-------------------------------------------------------------------------
+
 	/** Only the last name of the author is displayed
 	 */
-	const short LAST_NAME = 1; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short LAST_NAME = 1;
+
+	//-------------------------------------------------------------------------
+
 	/** Only the first name of the author is displayed
 	 */
-	const short FIRST_NAME = 2; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short FIRST_NAME = 2;
+
+	//-------------------------------------------------------------------------
+
 	/** The initials of the author are displayed
 	 */
-	const short INITIALS = 3; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	const short INITIALS = 3;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/AutoTextContainer.idl b/main/offapi/com/sun/star/text/AutoTextContainer.idl
index 97e924c..7f0afb8 100644
--- a/main/offapi/com/sun/star/text/AutoTextContainer.idl
+++ b/main/offapi/com/sun/star/text/AutoTextContainer.idl
@@ -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,51 +7,51 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_AutoTextContainer_idl__ 
-#define __com_sun_star_text_AutoTextContainer_idl__ 
- 
-#ifndef __com_sun_star_text_XAutoTextContainer_idl__ 
-#include <com/sun/star/text/XAutoTextContainer.idl> 
-#endif 
+#ifndef __com_sun_star_text_AutoTextContainer_idl__
+#define __com_sun_star_text_AutoTextContainer_idl__
 
-#ifndef __com_sun_star_container_XIndexAccess_idl__ 
-#include <com/sun/star/container/XIndexAccess.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_XAutoTextContainer_idl__
+#include <com/sun/star/text/XAutoTextContainer.idl>
+#endif
+
+#ifndef __com_sun_star_container_XIndexAccess_idl__
+#include <com/sun/star/container/XIndexAccess.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: service com::sun::star::text::AutoTextContainer
 /** provides access to groups of text blocks.
  */
 published service AutoTextContainer
-{ 
+{
 	// DocMerge: empty anyway
-	interface com::sun::star::text::XAutoTextContainer; 
-    
-    [optional] interface com::sun::star::container::XIndexAccess; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	interface com::sun::star::text::XAutoTextContainer;
+
+    [optional] interface com::sun::star::container::XIndexAccess;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/AutoTextEntry.idl b/main/offapi/com/sun/star/text/AutoTextEntry.idl
index d80f965..004cdd5 100644
--- a/main/offapi/com/sun/star/text/AutoTextEntry.idl
+++ b/main/offapi/com/sun/star/text/AutoTextEntry.idl
@@ -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,58 +7,58 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_AutoTextEntry_idl__ 
-#define __com_sun_star_text_AutoTextEntry_idl__ 
+#ifndef __com_sun_star_text_AutoTextEntry_idl__
+#define __com_sun_star_text_AutoTextEntry_idl__
 
-#ifndef __com_sun_star_text_XAutoTextEntry_idl__ 
-#include <com/sun/star/text/XAutoTextEntry.idl> 
-#endif 
+#ifndef __com_sun_star_text_XAutoTextEntry_idl__
+#include <com/sun/star/text/XAutoTextEntry.idl>
+#endif
 
-#ifndef __com_sun_star_text_XText_idl__ 
-#include <com/sun/star/text/XText.idl> 
-#endif 
+#ifndef __com_sun_star_text_XText_idl__
+#include <com/sun/star/text/XText.idl>
+#endif
 
 
-//============================================================================= 
+//=============================================================================
 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: service com::sun::star::text::AutoTextEntry
 /** provides access to a text block in a group of
 	an <type>AutoTextContainer</type>.
-        @see com::sun::star::text::AutoTextContainer 
+        @see com::sun::star::text::AutoTextContainer
 		@see com::sun::star::text::AutoTextGroup
  */
 published service AutoTextEntry
-{ 
+{
 	// DocMerge: empty anyway
-	interface com::sun::star::text::XAutoTextEntry; 
- 
-	 
-	// DocMerge from xml: service com::sun::star::text::AutoTextEntry: interface com::sun::star::text::XText
-	/** provides access to the <type>Text</type> of this entry. 
-	 */
-	interface com::sun::star::text::XText; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
+	interface com::sun::star::text::XAutoTextEntry;
 
-#endif 
+
+	// DocMerge from xml: service com::sun::star::text::AutoTextEntry: interface com::sun::star::text::XText
+	/** provides access to the <type>Text</type> of this entry.
+	 */
+	interface com::sun::star::text::XText;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/BaseFrame.idl b/main/offapi/com/sun/star/text/BaseFrame.idl
index 29eea42..fc433ab 100644
--- a/main/offapi/com/sun/star/text/BaseFrame.idl
+++ b/main/offapi/com/sun/star/text/BaseFrame.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/BaseFrameProperties.idl b/main/offapi/com/sun/star/text/BaseFrameProperties.idl
index e269524..7ad1115 100644
--- a/main/offapi/com/sun/star/text/BaseFrameProperties.idl
+++ b/main/offapi/com/sun/star/text/BaseFrameProperties.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/BaseIndexMark.idl b/main/offapi/com/sun/star/text/BaseIndexMark.idl
index ae83004..dde6b0e 100644
--- a/main/offapi/com/sun/star/text/BaseIndexMark.idl
+++ b/main/offapi/com/sun/star/text/BaseIndexMark.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/Bibliography.idl b/main/offapi/com/sun/star/text/Bibliography.idl
index d9011ab..2d00495 100644
--- a/main/offapi/com/sun/star/text/Bibliography.idl
+++ b/main/offapi/com/sun/star/text/Bibliography.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/BibliographyDataField.idl b/main/offapi/com/sun/star/text/BibliographyDataField.idl
index d503af3..dceb2f5 100644
--- a/main/offapi/com/sun/star/text/BibliographyDataField.idl
+++ b/main/offapi/com/sun/star/text/BibliographyDataField.idl
@@ -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,198 +7,196 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_BibliographyDataField_idl__ 
-#define __com_sun_star_text_BibliographyDataField_idl__ 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text { 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_BibliographyDataField_idl__
+#define __com_sun_star_text_BibliographyDataField_idl__
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+//=============================================================================
+
 // DocMerge from idl: constants com::sun::star::text::BibliographyDataField
-/** These values define parts of bibliographic data. They are used to create a 
-		bibliography in a text document. 
-	 <p> Depending on the type of the data some of the fields will usually be left empty. 
+/** These values define parts of bibliographic data. They are used to create a
+		bibliography in a text document.
+	 <p> Depending on the type of the data some of the fields will usually be left empty.
 	 </p>
  */
 published constants BibliographyDataField
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::BibliographyDataField::IDENTIFIER
 	/** This field contains a unique identifier for the bibliographic data.
 	 */
-	const short IDENTIFIER 		= 0; 
-	 
+	const short IDENTIFIER 		= 0;
+
 	// DocMerge from idl: value com::sun::star::text::BibliographyDataField::BIBILIOGRAPHIC_TYPE
-	/** This field contains the type of the bibliographic reference. It is of the 
-			 type BibliographyDataType. 
+	/** This field contains the type of the bibliographic reference. It is of the
+			 type BibliographyDataType.
 			 @see BibliographyDataType
 	 */
-	const short BIBILIOGRAPHIC_TYPE 	= 1; 
-	 
+	const short BIBILIOGRAPHIC_TYPE 	= 1;
+
 	// DocMerge from idl: value com::sun::star::text::BibliographyDataField::ADDRESS
 	/** This field contains the address of the publisher.
 	 */
-	const short ADDRESS 		= 2; 
-	 
+	const short ADDRESS 		= 2;
+
 	// DocMerge from idl: value com::sun::star::text::BibliographyDataField::ANNOTE
 	/** This field contains an annotation.
 	 */
-	const short ANNOTE 			= 3; 
-	 
+	const short ANNOTE 			= 3;
+
 	// DocMerge from idl: value com::sun::star::text::BibliographyDataField::AUTHOR
 	/** This field contains the name(s) of the author(s)
 	 */
-	const short AUTHOR 			= 4; 
-	 
+	const short AUTHOR 			= 4;
+
 	// DocMerge from idl: value com::sun::star::text::BibliographyDataField::BOOKTITLE
 	/** This field contains the title of the book.
 	 */
-	const short BOOKTITLE 		= 5; 
-	 
+	const short BOOKTITLE 		= 5;
+
 	// DocMerge from idl: value com::sun::star::text::BibliographyDataField::CHAPTER
 	/** This field contains the name or number of the chapter.
 	 */
-	const short CHAPTER 		= 6; 
-	 
+	const short CHAPTER 		= 6;
+
 	// DocMerge from idl: value com::sun::star::text::BibliographyDataField::EDITION
 	/** This field contains the number or name of the edition.
 	 */
-	const short EDITION 		= 7; 
-	 
+	const short EDITION 		= 7;
+
 	// DocMerge from idl: value com::sun::star::text::BibliographyDataField::EDITOR
 	/** This field contains the name(s) of the editor(s)
 	 */
-	const short EDITOR 			= 8; 
-	 
+	const short EDITOR 			= 8;
+
 	// DocMerge from idl: value com::sun::star::text::BibliographyDataField::HOWPUBLISHED
 	/** This field contains a description of the type of the publishing.
 	 */
-	const short HOWPUBLISHED 	= 9; 
-	 
+	const short HOWPUBLISHED 	= 9;
+
 	// DocMerge from idl: value com::sun::star::text::BibliographyDataField::INSTITUTION
 	/** This field contains the name of the institution where the publishing was created.
 	 */
-	const short INSTITUTION 	= 10; 
-	 
+	const short INSTITUTION 	= 10;
+
 	// DocMerge from idl: value com::sun::star::text::BibliographyDataField::JOURNAL
 	/** This field contains the name of the journal.
 	 */
-	const short JOURNAL 		= 11; 
-	 
+	const short JOURNAL 		= 11;
+
 	// DocMerge from idl: value com::sun::star::text::BibliographyDataField::MONTH
 	/** This field contains number or name of the month of the publishing.
 	 */
-	const short MONTH 			= 12; 
-	 
+	const short MONTH 			= 12;
+
 	// DocMerge from idl: value com::sun::star::text::BibliographyDataField::NOTE
 	/** This field contains a note.
 	 */
-	const short NOTE 			= 13; 
-	 
+	const short NOTE 			= 13;
+
 	// DocMerge from idl: value com::sun::star::text::BibliographyDataField::NUMBER
 	/** This field contains the number of the publishing.
 	 */
-	const short NUMBER 			= 14; 
-	 
+	const short NUMBER 			= 14;
+
 	// DocMerge from idl: value com::sun::star::text::BibliographyDataField::ORGANIZATIONS
 	/** This field contains the name of the organizations where the publishing was created.
 	 */
-	const short ORGANIZATIONS 	= 15; 
-	 
+	const short ORGANIZATIONS 	= 15;
+
 	// DocMerge from idl: value com::sun::star::text::BibliographyDataField::PAGES
 	/** This field contains the number(s) of the page(s) of the reference into a publishing.
 	 */
-	const short PAGES 			= 16; 
-	 
+	const short PAGES 			= 16;
+
 	// DocMerge from idl: value com::sun::star::text::BibliographyDataField::PUBLISHER
 	/** This field contains the name of the publisher.
 	 */
-	const short PUBLISHER 		= 17; 
-	 
+	const short PUBLISHER 		= 17;
+
 	// DocMerge from idl: value com::sun::star::text::BibliographyDataField::SCHOOL
 	/** This field contains the name of the university or school where the publishing was created.
 	 */
-	const short SCHOOL 			= 18; 
-	 
+	const short SCHOOL 			= 18;
+
 	// DocMerge from idl: value com::sun::star::text::BibliographyDataField::SERIES
 	/** This field contains the series of the publishing.
 	 */
-	const short SERIES			= 19; 
-	 
+	const short SERIES			= 19;
+
 	// DocMerge from idl: value com::sun::star::text::BibliographyDataField::TITLE
 	/** This field contains the title of the publishing.
 	 */
-	const short TITLE 			= 20; 
-	 
+	const short TITLE 			= 20;
+
 	// DocMerge from idl: value com::sun::star::text::BibliographyDataField::REPORT_TYPE
 	/** This field contains a description of the type of the report.
 	 */
-	const short REPORT_TYPE 	= 21; 
-	 
+	const short REPORT_TYPE 	= 21;
+
 	// DocMerge from idl: value com::sun::star::text::BibliographyDataField::VOLUME
 	/** This field contains the volume of the publishing.
 	 */
-	const short VOLUME 			= 22; 
-	 
+	const short VOLUME 			= 22;
+
 	// DocMerge from idl: value com::sun::star::text::BibliographyDataField::YEAR
 	/** This field contains the year when the publishing was created.
 	 */
-	const short YEAR 			= 23; 
-	 
+	const short YEAR 			= 23;
+
 	// DocMerge from idl: value com::sun::star::text::BibliographyDataField::URL
 	/** This field contains URL of the publishing.
 	 */
-	const short URL 			= 24; 
-	 
+	const short URL 			= 24;
+
 	// DocMerge from idl: value com::sun::star::text::BibliographyDataField::CUSTOM1
 	/** This field contains user defined data.
 	 */
-	const short CUSTOM1 		= 25; 
-	 
+	const short CUSTOM1 		= 25;
+
 	// DocMerge from idl: value com::sun::star::text::BibliographyDataField::CUSTOM2
 	/** This field contains user defined data.
 	 */
-	const short CUSTOM2 		= 26; 
-	 
+	const short CUSTOM2 		= 26;
+
 	// DocMerge from idl: value com::sun::star::text::BibliographyDataField::CUSTOM3
 	/** This field contains user defined data.
 	 */
-	const short CUSTOM3 		= 27; 
-	 
+	const short CUSTOM3 		= 27;
+
 	// DocMerge from idl: value com::sun::star::text::BibliographyDataField::CUSTOM4
 	/** This field contains user defined data.
 	 */
-	const short CUSTOM4 		= 28; 
-	 
+	const short CUSTOM4 		= 28;
+
 	// DocMerge from idl: value com::sun::star::text::BibliographyDataField::CUSTOM5
 	/** This field contains user defined data.
 	 */
-	const short CUSTOM5 		= 29; 
-	 
+	const short CUSTOM5 		= 29;
+
 	// DocMerge from idl: value com::sun::star::text::BibliographyDataField::ISBN
 	/** This field contains the ISBN data of the publishing.
 	 */
-	const short ISBN 			= 30; 
-}; 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
- 
- 
+	const short ISBN 			= 30;
+};
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/BibliographyDataType.idl b/main/offapi/com/sun/star/text/BibliographyDataType.idl
index 4c8d8a3..1a3e2f7 100644
--- a/main/offapi/com/sun/star/text/BibliographyDataType.idl
+++ b/main/offapi/com/sun/star/text/BibliographyDataType.idl
@@ -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,147 +7,147 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_BibliographyDataType_idl__ 
-#define __com_sun_star_text_BibliographyDataType_idl__ 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text { 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_BibliographyDataType_idl__
+#define __com_sun_star_text_BibliographyDataType_idl__
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+//=============================================================================
+
 // DocMerge from idl: constants com::sun::star::text::BibliographyDataType
 /** These values define the type of bibliographic data like book, journal, magazine, etc.
  */
 published constants BibliographyDataType
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::BibliographyDataType::ARTICLE
 	/** An article from a journal or magazine.
 	 */
-	const short ARTICLE 		= 0; 
-	 
+	const short ARTICLE 		= 0;
+
 	// DocMerge from idl: value com::sun::star::text::BibliographyDataType::BOOK
 	/** A book with an explicit publisher.
 	 */
-	const short BOOK 			= 1; 
-	 
+	const short BOOK 			= 1;
+
 	// DocMerge from idl: value com::sun::star::text::BibliographyDataType::BOOKLET
 	/** A work that is printed and bound, but without a named publisher or sponsoring institution.
 	 */
-	const short BOOKLET 		= 2; 
-	 
+	const short BOOKLET 		= 2;
+
 	// DocMerge from idl: value com::sun::star::text::BibliographyDataType::CONFERENCE
-	/** An article in the proceedings of a conference. This entry is identical to the 'inproceedings' 
+	/** An article in the proceedings of a conference. This entry is identical to the 'inproceedings'
 	entry and is included for compatibility with BiBTex.
 	 */
-	const short CONFERENCE 		= 3; 
-	 
+	const short CONFERENCE 		= 3;
+
 	// DocMerge from idl: value com::sun::star::text::BibliographyDataType::INBOOK
 	/** A part of a book, which may be a chapter and/or a range of pages.
 	 */
-	const short INBOOK 			= 4; 
-	 
+	const short INBOOK 			= 4;
+
 	// DocMerge from idl: value com::sun::star::text::BibliographyDataType::INCOLLECTION
 	/** A part of a book with its own title.
 	 */
-	const short INCOLLECTION 	= 5; 
-	 
+	const short INCOLLECTION 	= 5;
+
 	// DocMerge from idl: value com::sun::star::text::BibliographyDataType::INPROCEEDINGS
 	/** An article in the proceedings of a conference.
 	 */
-	const short INPROCEEDINGS 	= 6; 
-	 
+	const short INPROCEEDINGS 	= 6;
+
 	// DocMerge from idl: value com::sun::star::text::BibliographyDataType::JOURNAL
 	/** A journal or magazine.
 	 */
-	const short JOURNAL 		= 7; 
-	 
+	const short JOURNAL 		= 7;
+
 	// DocMerge from idl: value com::sun::star::text::BibliographyDataType::MANUAL
 	/** Technical documentation.
 	 */
-	const short MANUAL 			= 8; 
-	 
+	const short MANUAL 			= 8;
+
 	// DocMerge from idl: value com::sun::star::text::BibliographyDataType::MASTERSTHESIS
 	/** A Master's thesis.
 	 */
-	const short MASTERSTHESIS 	= 9; 
-	 
+	const short MASTERSTHESIS 	= 9;
+
 	// DocMerge from idl: value com::sun::star::text::BibliographyDataType::MISC
 	/** This type is used when nothing else seems appropriate.
 	 */
-	const short MISC 			= 10; 
-	 
+	const short MISC 			= 10;
+
 	// DocMerge from idl: value com::sun::star::text::BibliographyDataType::PHDTHESIS
 	/** A PhD thesis.
 	 */
-	const short PHDTHESIS 		= 11; 
-	 
+	const short PHDTHESIS 		= 11;
+
 	// DocMerge from idl: value com::sun::star::text::BibliographyDataType::PROCEEDINGS
 	/** The proceedings of a conference.
 	 */
-	const short PROCEEDINGS 	= 12; 
-	 
+	const short PROCEEDINGS 	= 12;
+
 	// DocMerge from idl: value com::sun::star::text::BibliographyDataType::TECHREPORT
 	/** A report published by a school or other institution, usually numbered within a series.
 	 */
-	const short TECHREPORT 		= 13; 
-	 
+	const short TECHREPORT 		= 13;
+
 	// DocMerge from idl: value com::sun::star::text::BibliographyDataType::UNPUBLISHED
 	/** A document with an author and title, but not formally published.
 	 */
-	const short UNPUBLISHED 	= 14; 
-	 
+	const short UNPUBLISHED 	= 14;
+
 	// DocMerge from idl: value com::sun::star::text::BibliographyDataType::EMAIL
 	/** An eMail document
 	 */
-	const short EMAIL 			= 15; 
-	 
+	const short EMAIL 			= 15;
+
 	// DocMerge from idl: value com::sun::star::text::BibliographyDataType::WWW
 	/** A Web document
 	 */
-	const short WWW 			= 16; 
-	 
+	const short WWW 			= 16;
+
 	// DocMerge from idl: value com::sun::star::text::BibliographyDataType::CUSTOM1
 	/** A user defined document type
 	 */
-	const short CUSTOM1 		= 17; 
-	 
+	const short CUSTOM1 		= 17;
+
 	// DocMerge from idl: value com::sun::star::text::BibliographyDataType::CUSTOM2
 	/** A user defined document type
 	 */
-	const short CUSTOM2 		= 18; 
-	 
+	const short CUSTOM2 		= 18;
+
 	// DocMerge from idl: value com::sun::star::text::BibliographyDataType::CUSTOM3
 	/** A user defined document type
 	 */
-	const short CUSTOM3 		= 19; 
-	 
+	const short CUSTOM3 		= 19;
+
 	// DocMerge from idl: value com::sun::star::text::BibliographyDataType::CUSTOM4
 	/** A user defined document type
 	 */
-	const short CUSTOM4 		= 20; 
-	 
+	const short CUSTOM4 		= 20;
+
 	// DocMerge from idl: value com::sun::star::text::BibliographyDataType::CUSTOM5
 	/** A user defined document type
 	 */
-	const short CUSTOM5 		= 21; 
-}; 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
+	const short CUSTOM5 		= 21;
+};
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/Bookmark.idl b/main/offapi/com/sun/star/text/Bookmark.idl
index 1da4550..3a940cc 100644
--- a/main/offapi/com/sun/star/text/Bookmark.idl
+++ b/main/offapi/com/sun/star/text/Bookmark.idl
@@ -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,56 +7,56 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_Bookmark_idl__ 
-#define __com_sun_star_text_Bookmark_idl__ 
- 
-#ifndef __com_sun_star_text_TextContent_idl__ 
-#include <com/sun/star/text/TextContent.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XNamed_idl__ 
-#include <com/sun/star/container/XNamed.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_Bookmark_idl__
+#define __com_sun_star_text_Bookmark_idl__
+
+#ifndef __com_sun_star_text_TextContent_idl__
+#include <com/sun/star/text/TextContent.idl>
+#endif
+
+#ifndef __com_sun_star_container_XNamed_idl__
+#include <com/sun/star/container/XNamed.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: service com::sun::star::text::Bookmark
-/** A bookmark is a <type>TextContent</type>, which is like a jump 
+/** A bookmark is a <type>TextContent</type>, which is like a jump
 	target or a label.
  */
 published service Bookmark
-{ 
+{
 	// DocMerge: empty anyway
-	service com::sun::star::text::TextContent; 
- 
-	 
+	service com::sun::star::text::TextContent;
+
+
 	// DocMerge from xml: service com::sun::star::text::Bookmark: interface com::sun::star::container::XNamed
 	/** This interface specifies the name of the bookmark.
 	 */
-	interface com::sun::star::container::XNamed; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	interface com::sun::star::container::XNamed;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/Bookmarks.idl b/main/offapi/com/sun/star/text/Bookmarks.idl
index 39b2b2b..8190b8f 100644
--- a/main/offapi/com/sun/star/text/Bookmarks.idl
+++ b/main/offapi/com/sun/star/text/Bookmarks.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/Cell.idl b/main/offapi/com/sun/star/text/Cell.idl
index 2927aed..c457325 100644
--- a/main/offapi/com/sun/star/text/Cell.idl
+++ b/main/offapi/com/sun/star/text/Cell.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -62,7 +62,7 @@
 
         <p>All of these properties are either already available in the
         service
-        <type scope="com::sun::star::text">CellProperties</type>, 
+        <type scope="com::sun::star::text">CellProperties</type>,
         or get matched against one of those or are implemented
         non-functional since they serve no purpose for text tables.</p>
 
diff --git a/main/offapi/com/sun/star/text/CellProperties.idl b/main/offapi/com/sun/star/text/CellProperties.idl
index 112758d..9cd3239 100644
--- a/main/offapi/com/sun/star/text/CellProperties.idl
+++ b/main/offapi/com/sun/star/text/CellProperties.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -66,93 +66,93 @@
         @see    <type scope="com::sun::star::xml">UserDefinedAttributesSupplier</type>
      */
     service com::sun::star::xml::UserDefinedAttributesSupplier;
-    
+
     //-------------------------------------------------------------------------
 
     /** gives access to the objects properties
      */
     interface com::sun::star::beans::XPropertySet;
-    
+
     //-------------------------------------------------------------------------
     /** contains the cell name, see SwXTextTable::getCellByName for more information
 	 */
     [property] string CellName;
-    
+
     //-------------------------------------------------------------------------
     /** contains the background color.
 	 */
     [property] com::sun::star::util::Color BackColor;
-    
+
     //-------------------------------------------------------------------------
     /** contains the URL to the background graphic.
 	 */
     [property] string BackGraphicURL;
-    
+
     //-------------------------------------------------------------------------
     /** contains the name of the graphic filter of the background graphic.
 	 */
     [property] string BackGraphicFilter;
-    
+
     //-------------------------------------------------------------------------
     /** determines the position of the background graphic.
 	 */
     [property] com::sun::star::style::GraphicLocation BackGraphicLocation;
-    
+
     //-------------------------------------------------------------------------
     /** contains the number format.
      */
     [property] long NumberFormat;
-    
+
     //-------------------------------------------------------------------------
     /** determines whether the background is transparent.
      */
     [property] boolean BackTransparent;
-    
+
     //-------------------------------------------------------------------------
     /** contains the left border line.
      */
     [property] com::sun::star::table::BorderLine LeftBorder;
-    
+
     //-------------------------------------------------------------------------
     /** contains the right border line.
      */
     [property] com::sun::star::table::BorderLine RightBorder;
-    
+
     //-------------------------------------------------------------------------
     /** contains the top border line.
      */
     [property] com::sun::star::table::BorderLine TopBorder;
-    
+
     //-------------------------------------------------------------------------
     /** contains the bottom border line.
 	 */
     [property] com::sun::star::table::BorderLine BottomBorder;
-    
+
     //-------------------------------------------------------------------------
     /** contains the distance of the left border.
      */
     [property] long LeftBorderDistance;
-    
+
     //-------------------------------------------------------------------------
     /** contains the distance of the right border.
      */
     [property] long RightBorderDistance;
-    
+
     //-------------------------------------------------------------------------
     /** contains the distance of the top border.
      */
     [property] long TopBorderDistance;
-    
+
     //-------------------------------------------------------------------------
     /** contains the distance of the bottom border.
 	 */
     [property] long BottomBorderDistance;
-    
+
     //-------------------------------------------------------------------------
     /** contains the text section the text table is contained in if there is any.
 	 */
     [readonly, property]com::sun::star::text::XTextSection TextSection;
-    
+
     //-------------------------------------------------------------------------
     /** determines whether the cell is write protected or not.
 	 */
diff --git a/main/offapi/com/sun/star/text/CellRange.idl b/main/offapi/com/sun/star/text/CellRange.idl
index 874b266..e6c2a68 100644
--- a/main/offapi/com/sun/star/text/CellRange.idl
+++ b/main/offapi/com/sun/star/text/CellRange.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -88,7 +88,7 @@
 	service com::sun::star::style::ParagraphProperties;
 
     [optional] service com::sun::star::style::ParagraphPropertiesAsian;
-        
+
     [optional] service com::sun::star::style::ParagraphPropertiesComplex;
 
 	interface com::sun::star::table::XCellRange;
diff --git a/main/offapi/com/sun/star/text/ChainedTextFrame.idl b/main/offapi/com/sun/star/text/ChainedTextFrame.idl
index e16237a..417e631 100644
--- a/main/offapi/com/sun/star/text/ChainedTextFrame.idl
+++ b/main/offapi/com/sun/star/text/ChainedTextFrame.idl
@@ -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,46 +7,46 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_ChainedTextFrame_idl__ 
-#define __com_sun_star_text_ChainedTextFrame_idl__ 
- 
-#ifndef __com_sun_star_text_TextFrame_idl__ 
-#include <com/sun/star/text/TextFrame.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_XChainable_idl__ 
-#include <com/sun/star/util/XChainable.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
-/** extends a <type>TextFrame</type> which shares the same <type>Text</type> 
-	with other <type>ChainedTextFrame</type> instances that will make the text 
+#ifndef __com_sun_star_text_ChainedTextFrame_idl__
+#define __com_sun_star_text_ChainedTextFrame_idl__
+
+#ifndef __com_sun_star_text_TextFrame_idl__
+#include <com/sun/star/text/TextFrame.idl>
+#endif
+
+#ifndef __com_sun_star_util_XChainable_idl__
+#include <com/sun/star/util/XChainable.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
+/** extends a <type>TextFrame</type> which shares the same <type>Text</type>
+	with other <type>ChainedTextFrame</type> instances that will make the text
     flow through the chained frames. The text flows in the next frame if
     there is no space left in the current frame.
  */
 published service ChainedTextFrame
-{ 
-	service com::sun::star::text::TextFrame; 
- 
+{
+	service com::sun::star::text::TextFrame;
+
     //-------------------------------------------------------------------------
     /** name of the previous frame in the chain
 
@@ -60,10 +60,10 @@
         <p>An empty string indicates that there is no next frame.</p>
      */
     [property, maybevoid] string ChainPrevName;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/ChapterFormat.idl b/main/offapi/com/sun/star/text/ChapterFormat.idl
index 10fc9f3..2bca4e8 100644
--- a/main/offapi/com/sun/star/text/ChapterFormat.idl
+++ b/main/offapi/com/sun/star/text/ChapterFormat.idl
@@ -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,74 +7,74 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_ChapterFormat_idl__ 
-#define __com_sun_star_text_ChapterFormat_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_ChapterFormat_idl__
+#define __com_sun_star_text_ChapterFormat_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from idl: constants com::sun::star::text::ChapterFormat
-/** These constants define the display format of the chapter number in a 
+/** These constants define the display format of the chapter number in a
 		chapter text field.
  */
 published constants ChapterFormat
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::ChapterFormat::NAME
 	/** The title of the chapter is displayed.
 	 */
-	const short NAME = 0; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short NAME = 0;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::ChapterFormat::NUMBER
 	/** The number including prefix and suffix of the chapter is displayed.
 	 */
-	const short NUMBER = 1; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short NUMBER = 1;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::ChapterFormat::NAME_NUMBER
 	/** The title and number including prefix and suffix of the chapter are displayed.
 	 */
-	const short NAME_NUMBER = 2; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short NAME_NUMBER = 2;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::ChapterFormat::NO_PREFIX_SUFFIX
 	/** The name and number of the chapter are displayed.
 	 */
-	const short NO_PREFIX_SUFFIX = 3; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short NO_PREFIX_SUFFIX = 3;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::ChapterFormat::DIGIT
 	/** The number of the chapter is displayed.
 	 */
-	const short DIGIT = 4; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	const short DIGIT = 4;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/ChapterNumberingRule.idl b/main/offapi/com/sun/star/text/ChapterNumberingRule.idl
index 1fe071a..84b30fd 100644
--- a/main/offapi/com/sun/star/text/ChapterNumberingRule.idl
+++ b/main/offapi/com/sun/star/text/ChapterNumberingRule.idl
@@ -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,77 +7,77 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_ChapterNumberingRule_idl__ 
-#define __com_sun_star_text_ChapterNumberingRule_idl__ 
- 
-#ifndef __com_sun_star_style_NumberingRule_idl__ 
-#include <com/sun/star/style/NumberingRule.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_ChapterNumberingRule_idl__
+#define __com_sun_star_text_ChapterNumberingRule_idl__
+
+#ifndef __com_sun_star_style_NumberingRule_idl__
+#include <com/sun/star/style/NumberingRule.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: service com::sun::star::text::ChapterNumberingRule
 /** describes the rules for chapter numbering in a text document.
-	
-	
-	
+
+
+
 	<p>Some of the properties that are available in the interface are
 	ignored here.
-	
+
 	</p>
 	<p>The type of numbering can only be:
 	NUM_CHARS_UPPER_LETTER,	NUM_CHARS_LOWER_LETTER, NUM_ROMAN_UPPER,
 	NUM_ROMAN_LOWER, NUM_ARABIC, or NUM_NUMBER_NONE
-	
+
 	</p>
 	<p>In the <type scope="com::sun::star::style">NumberingAlignment</type> only the field
 	<member scope="com::sun::star::style">NumberingAlignment::Alignment</member> is applied.
-	
+
 	</p>
 	<p>Depending on the numbering types, the parameters for bullets or bit maps
 	may be ignored.  The character style name for the numbering symbol is
 	also ignored.</p>
  */
 published service ChapterNumberingRule
-{ 
+{
 	// DocMerge: empty anyway
-	service com::sun::star::style::NumberingRule; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	service com::sun::star::style::NumberingRule;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::text::ChapterNumberingRule::HeadingStyleName
-	/** contains the name of the paragraph style that marks this heading 
-		level.  
-		
-		
-		
+	/** contains the name of the paragraph style that marks this heading
+		level.
+
+
+
 		<p>It is necessary that each style name appears only
 		once in the sequence of numbering rules.</p>
 	 */
-	[property] string HeadingStyleName; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[property] string HeadingStyleName;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/CharacterCompressionType.idl b/main/offapi/com/sun/star/text/CharacterCompressionType.idl
index 6dbcf4d..4887d61 100644
--- a/main/offapi/com/sun/star/text/CharacterCompressionType.idl
+++ b/main/offapi/com/sun/star/text/CharacterCompressionType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/ContentIndex.idl b/main/offapi/com/sun/star/text/ContentIndex.idl
index ddc5169..012d9fd 100644
--- a/main/offapi/com/sun/star/text/ContentIndex.idl
+++ b/main/offapi/com/sun/star/text/ContentIndex.idl
@@ -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,64 +7,63 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
- 
- 
-#ifndef __com_sun_star_text_ContentIndex_idl__ 
-#define __com_sun_star_text_ContentIndex_idl__ 
- 
-#include <com/sun/star/text/BaseIndex.idl> 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module text { 
- 
-//============================================================================= 
- 
+
+
+#ifndef __com_sun_star_text_ContentIndex_idl__
+#define __com_sun_star_text_ContentIndex_idl__
+
+#include <com/sun/star/text/BaseIndex.idl>
+
+//=============================================================================
+
+module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 /** specifies service of content indexes within a document.@see com::sun::star::text::BaseIndex
  */
 published service ContentIndex
-{ 
+{
 	// DocMerge: empty anyway
-	service  com::sun::star::text::BaseIndex; 
- 
-	/** determines the depth of outline levels that are included into the content index.*/ 
-	
+	service  com::sun::star::text::BaseIndex;
+
+	/** determines the depth of outline levels that are included into the content index.*/
+
 	/// @missing
-	[optional, property] short Level; 
+	[optional, property] short Level;
 
-	/** determines if the document index is created from outlines. 
-	*/ 
-	[optional, property] boolean CreateFromOutline; 
- 
-	/** contains the interface to access the paragraph style names that are included 
-	 in this index. 
-	 @see DocumentIndexParagraphStyles 
-	 */ 
-	[optional, property] com::sun::star::container::XIndexReplace LevelParagraphStyles; 
+	/** determines if the document index is created from outlines.
+	*/
+	[optional, property] boolean CreateFromOutline;
 
-	/** contains <TRUE/> if the document index marks are included in this index. 
-	*/ 
-	[optional, property] boolean CreateFromMarks; 
- 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
- 
+	/** contains the interface to access the paragraph style names that are included
+	 in this index.
+	 @see DocumentIndexParagraphStyles
+	 */
+	[optional, property] com::sun::star::container::XIndexReplace LevelParagraphStyles;
+
+	/** contains <TRUE/> if the document index marks are included in this index.
+	*/
+	[optional, property] boolean CreateFromMarks;
+
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/ContentIndexMark.idl b/main/offapi/com/sun/star/text/ContentIndexMark.idl
index a0d3601..b497f0e 100644
--- a/main/offapi/com/sun/star/text/ContentIndexMark.idl
+++ b/main/offapi/com/sun/star/text/ContentIndexMark.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/ControlCharacter.idl b/main/offapi/com/sun/star/text/ControlCharacter.idl
index 3659419..e7c71dd 100644
--- a/main/offapi/com/sun/star/text/ControlCharacter.idl
+++ b/main/offapi/com/sun/star/text/ControlCharacter.idl
@@ -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,75 +7,75 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_ControlCharacter_idl__ 
-#define __com_sun_star_text_ControlCharacter_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_ControlCharacter_idl__
+#define __com_sun_star_text_ControlCharacter_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from idl: constants com::sun::star::text::ControlCharacter
-/** These constants are the codes for inserting control characters 
+/** These constants are the codes for inserting control characters
 		using <method>XSimpleText::insertControlCharacter</method> interface.
  */
 published constants ControlCharacter
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::ControlCharacter::PARAGRAPH_BREAK
 	/** This control character starts a new paragraph.
 	 */
-	const short PARAGRAPH_BREAK = 0; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short PARAGRAPH_BREAK = 0;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::ControlCharacter::LINE_BREAK
 	/** This control character starts a new line in a paragraph.
 	 */
-	const short LINE_BREAK = 1; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short LINE_BREAK = 1;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::ControlCharacter::HARD_HYPHEN
-	/** This control character equals a dash but prevents this  
+	/** This control character equals a dash but prevents this
 				position from being hyphenated.
 	 */
-	const short HARD_HYPHEN = 2; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short HARD_HYPHEN = 2;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::ControlCharacter::SOFT_HYPHEN
-	/** This control character defines a special position as a 
-				hyphenation point. If a word containing a soft hyphen  
-				must be split at the end of a line, then this position 
+	/** This control character defines a special position as a
+				hyphenation point. If a word containing a soft hyphen
+				must be split at the end of a line, then this position
 				is preferred.
 	 */
-	const short SOFT_HYPHEN = 3; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short SOFT_HYPHEN = 3;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::ControlCharacter::HARD_SPACE
-	/** This control character is used to link two words and 
-				prevents this concatenation from being hyphenated. 
+	/** This control character is used to link two words and
+				prevents this concatenation from being hyphenated.
 				It is printed as a space.
 	 */
-	const short HARD_SPACE = 4; 
+	const short HARD_SPACE = 4;
 
 	//-------------------------------------------------------------------------
 	/** This control character appends a new paragraph.
diff --git a/main/offapi/com/sun/star/text/DateDisplayFormat.idl b/main/offapi/com/sun/star/text/DateDisplayFormat.idl
index 8115280..94a4c44 100644
--- a/main/offapi/com/sun/star/text/DateDisplayFormat.idl
+++ b/main/offapi/com/sun/star/text/DateDisplayFormat.idl
@@ -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,29 +7,29 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_DateDisplayFormat_idl__ 
-#define __com_sun_star_text_DateDisplayFormat_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_DateDisplayFormat_idl__
+#define __com_sun_star_text_DateDisplayFormat_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 /** This constants define how a date field is formated before it is displayed.
 	The format may also depend on the system or document locale. The samples
 	are in German.
@@ -37,56 +37,56 @@
 	@deprecated
  */
 published constants DateDisplayFormat
-{ 
+{
 	/** the shortest system standard
 	 */
 	const short STANDARD_SHORT = 0;
 
-	//------------------------------------------------------------------------- 
-	 
+	//-------------------------------------------------------------------------
+
 	/** the longest system standard
 	 */
 	const short STANDARD_LONG = 1;
 
-	//------------------------------------------------------------------------- 
-	 
+	//-------------------------------------------------------------------------
+
 	/** 22.11.73
 	 */
-	const short MMDDYY = 2; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short MMDDYY = 2;
+
+	//-------------------------------------------------------------------------
+
 	/** 22.11.1973
 	 */
-	const short MMDDYYYY = 3; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short MMDDYYYY = 3;
+
+	//-------------------------------------------------------------------------
+
 	/** 22. Nov 1973
 	 */
-	const short DDMMMYYYY = 4; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short DDMMMYYYY = 4;
+
+	//-------------------------------------------------------------------------
+
 	/** 22. November 1973
 	 */
-	const short DDMMMMYYYY = 5; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short DDMMMMYYYY = 5;
+
+	//-------------------------------------------------------------------------
+
 	/** Do, 22. November 1973
 	 */
-	const short NNDDMMMMYYYY = 6; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short NNDDMMMMYYYY = 6;
+
+	//-------------------------------------------------------------------------
+
 	/** Donnerstag, 22. November 1973
 	 */
-	const short NNNNDDMMMMYYYY = 7; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	const short NNNNDDMMMMYYYY = 7;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/DefaultNumberingProvider.idl b/main/offapi/com/sun/star/text/DefaultNumberingProvider.idl
index f164824..ff41aad 100644
--- a/main/offapi/com/sun/star/text/DefaultNumberingProvider.idl
+++ b/main/offapi/com/sun/star/text/DefaultNumberingProvider.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/Defaults.idl b/main/offapi/com/sun/star/text/Defaults.idl
index bc5058c..6366eaa 100644
--- a/main/offapi/com/sun/star/text/Defaults.idl
+++ b/main/offapi/com/sun/star/text/Defaults.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -66,7 +66,7 @@
     [optional] service com::sun::star::style::CharacterPropertiesComplex;
 
     [optional] service com::sun::star::style::ParagraphPropertiesAsian;
-    
+
     [optional] service com::sun::star::style::ParagraphPropertiesComplex;
 
 
diff --git a/main/offapi/com/sun/star/text/DependentTextField.idl b/main/offapi/com/sun/star/text/DependentTextField.idl
index f88633a..286c241 100644
--- a/main/offapi/com/sun/star/text/DependentTextField.idl
+++ b/main/offapi/com/sun/star/text/DependentTextField.idl
@@ -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,58 +7,58 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_DependentTextField_idl__ 
-#define __com_sun_star_text_DependentTextField_idl__ 
- 
-#ifndef __com_sun_star_text_TextField_idl__ 
-#include <com/sun/star/text/TextField.idl> 
-#endif 
- 
-#ifndef __com_sun_star_text_XDependentTextField_idl__ 
-#include <com/sun/star/text/XDependentTextField.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_DependentTextField_idl__
+#define __com_sun_star_text_DependentTextField_idl__
+
+#ifndef __com_sun_star_text_TextField_idl__
+#include <com/sun/star/text/TextField.idl>
+#endif
+
+#ifndef __com_sun_star_text_XDependentTextField_idl__
+#include <com/sun/star/text/XDependentTextField.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: service com::sun::star::text::DependentTextField
 /** is a <type>TextField</type> which is not specified by itself,
 	but dependent on a <type>TextFieldMaster</type>.@see TextFieldMaster
  */
 published service DependentTextField
-{ 
+{
 	// DocMerge: empty anyway
-	service com::sun::star::text::TextField; 
- 
-	 
+	service com::sun::star::text::TextField;
+
+
 	// DocMerge from xml: service com::sun::star::text::DependentTextField: interface com::sun::star::text::XDependentTextField
-	/** This interface makes it possible to attach a 
+	/** This interface makes it possible to attach a
 				<type>TextFieldMaster</type> to this <type>TextField</type>.
 	 */
-	interface com::sun::star::text::XDependentTextField; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
- 
-#endif 
+	interface com::sun::star::text::XDependentTextField;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+
+#endif
diff --git a/main/offapi/com/sun/star/text/DocumentIndex.idl b/main/offapi/com/sun/star/text/DocumentIndex.idl
index bcd2c49..e9880df 100644
--- a/main/offapi/com/sun/star/text/DocumentIndex.idl
+++ b/main/offapi/com/sun/star/text/DocumentIndex.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/DocumentIndexFormat.idl b/main/offapi/com/sun/star/text/DocumentIndexFormat.idl
index ca7dd86..2ceadef 100644
--- a/main/offapi/com/sun/star/text/DocumentIndexFormat.idl
+++ b/main/offapi/com/sun/star/text/DocumentIndexFormat.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/DocumentIndexLevelFormat.idl b/main/offapi/com/sun/star/text/DocumentIndexLevelFormat.idl
index 91ffadb..18060c7 100644
--- a/main/offapi/com/sun/star/text/DocumentIndexLevelFormat.idl
+++ b/main/offapi/com/sun/star/text/DocumentIndexLevelFormat.idl
@@ -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,37 +7,37 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_DocumentIndex_idl__ 
-#define __com_sun_star_text_DocumentIndex_idl__ 
- 
-#ifndef _com_sun_star_container_XIndexReplace_idl__ 
-#include <com/sun/star/container/XIndexReplace.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_DocumentIndex_idl__
+#define __com_sun_star_text_DocumentIndex_idl__
+
+#ifndef _com_sun_star_container_XIndexReplace_idl__
+#include <com/sun/star/container/XIndexReplace.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: service com::sun::star::text::DocumentIndexLevelFormat
 /** This service provides access to the structure of the levels of document indexes.
-	
-	
+
+
 	<p>
 	The element type is Sequence&lt; PropertyValues &gt;. Each element in this sequence represents
 	a member of an index line. The following properties are part of such an element.
@@ -130,23 +130,16 @@
 	</ul>
  */
 published service DocumentIndexLevelFormat
-{ 
+{
 	// DocMerge: empty anyway
-	interface com::sun::star::container::XIndexReplace; 
- 
-	//------------------------------------------------------------------------- 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
- 
- 
- 
- 
- 
- 
- 
+	interface com::sun::star::container::XIndexReplace;
+
+	//-------------------------------------------------------------------------
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/DocumentIndexMark.idl b/main/offapi/com/sun/star/text/DocumentIndexMark.idl
index 081517f..d0b4763 100644
--- a/main/offapi/com/sun/star/text/DocumentIndexMark.idl
+++ b/main/offapi/com/sun/star/text/DocumentIndexMark.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/DocumentIndexMarkAsian.idl b/main/offapi/com/sun/star/text/DocumentIndexMarkAsian.idl
index 8fb9687..5b792a2 100644
--- a/main/offapi/com/sun/star/text/DocumentIndexMarkAsian.idl
+++ b/main/offapi/com/sun/star/text/DocumentIndexMarkAsian.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/DocumentIndexParagraphStyles.idl b/main/offapi/com/sun/star/text/DocumentIndexParagraphStyles.idl
index 40dad6f..2c10996 100644
--- a/main/offapi/com/sun/star/text/DocumentIndexParagraphStyles.idl
+++ b/main/offapi/com/sun/star/text/DocumentIndexParagraphStyles.idl
@@ -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,53 +7,46 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_DocumentIndex_idl__ 
-#define __com_sun_star_text_DocumentIndex_idl__ 
- 
-#ifndef _com_sun_star_container_XIndexReplace_idl__ 
-#include <com/sun/star/container/XIndexReplace.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_DocumentIndex_idl__
+#define __com_sun_star_text_DocumentIndex_idl__
+
+#ifndef _com_sun_star_container_XIndexReplace_idl__
+#include <com/sun/star/container/XIndexReplace.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: service com::sun::star::text::DocumentIndexParagraphStyles
 /** provides access to the names of paragraph styles that are included
 	in content indexes of user defined indexes. The element type is  sequence of string.
  */
 published service DocumentIndexParagraphStyles
-{ 
+{
 	// DocMerge: empty anyway
-	interface com::sun::star::container::XIndexReplace; 
-	//------------------------------------------------------------------------- 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
- 
- 
- 
- 
- 
- 
- 
+	interface com::sun::star::container::XIndexReplace;
+	//-------------------------------------------------------------------------
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/DocumentIndexes.idl b/main/offapi/com/sun/star/text/DocumentIndexes.idl
index 17ab44c..b99da01 100644
--- a/main/offapi/com/sun/star/text/DocumentIndexes.idl
+++ b/main/offapi/com/sun/star/text/DocumentIndexes.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/DocumentSettings.idl b/main/offapi/com/sun/star/text/DocumentSettings.idl
index 4b18214..2169e5e 100644
--- a/main/offapi/com/sun/star/text/DocumentSettings.idl
+++ b/main/offapi/com/sun/star/text/DocumentSettings.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -194,10 +194,10 @@
     // ------------------------------------------------------------
     /** specifies if Math objects should automatically vertically aligned to
         match the baseline of the surrounding text.
-      
+
         <p>If activated formula object that are anchored 'As Character' will be
         vertically aligned to have their baseline match with the one from the text.</p>
-     
+
         @since OpenOffice 3.4
     */
     [optional, property] boolean MathBaselineAlignment;
diff --git a/main/offapi/com/sun/star/text/DocumentStatistic.idl b/main/offapi/com/sun/star/text/DocumentStatistic.idl
index 6e0ccfc..8cda2c7 100644
--- a/main/offapi/com/sun/star/text/DocumentStatistic.idl
+++ b/main/offapi/com/sun/star/text/DocumentStatistic.idl
@@ -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,63 +7,63 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_DocumentStatistic_idl__ 
-#define __com_sun_star_text_DocumentStatistic_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_DocumentStatistic_idl__
+#define __com_sun_star_text_DocumentStatistic_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from idl: constants com::sun::star::text::DocumentStatistic
-/** These constants are used to specify the type of a document statistic 
+/** These constants are used to specify the type of a document statistic
 		field.
  */
 published constants DocumentStatistic
-{ 
-	//------------------------------------------------------------------------- 
-	// The text field displays the number of pages of the document. 
-	
+{
+	//-------------------------------------------------------------------------
+	// The text field displays the number of pages of the document.
+
 	// DocMerge: empty anyway
-	const short PAGES = 0; 
- 
-	//------------------------------------------------------------------------- 
-	// The text field displays the number of paragraphs of the document. 
-	
+	const short PAGES = 0;
+
+	//-------------------------------------------------------------------------
+	// The text field displays the number of paragraphs of the document.
+
 	// DocMerge: empty anyway
-	const short PARAS = 1; 
- 
-	//------------------------------------------------------------------------- 
-	// The text field words the number of paragraphs of the document. 
-	
+	const short PARAS = 1;
+
+	//-------------------------------------------------------------------------
+	// The text field words the number of paragraphs of the document.
+
 	// DocMerge: empty anyway
-	const short WORDS = 2; 
- 
-	//------------------------------------------------------------------------- 
-	// The text field characters the number of paragraphs of the document. 
-	
+	const short WORDS = 2;
+
+	//-------------------------------------------------------------------------
+	// The text field characters the number of paragraphs of the document.
+
 	// DocMerge: empty anyway
-	const short CHARS = 3; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
+	const short CHARS = 3;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/Endnote.idl b/main/offapi/com/sun/star/text/Endnote.idl
index 8d7d51b..d08479c 100644
--- a/main/offapi/com/sun/star/text/Endnote.idl
+++ b/main/offapi/com/sun/star/text/Endnote.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/EndnoteSettings.idl b/main/offapi/com/sun/star/text/EndnoteSettings.idl
index 8d06967..66967b1 100644
--- a/main/offapi/com/sun/star/text/EndnoteSettings.idl
+++ b/main/offapi/com/sun/star/text/EndnoteSettings.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/FilenameDisplayFormat.idl b/main/offapi/com/sun/star/text/FilenameDisplayFormat.idl
index 4a95bba..05cb755 100644
--- a/main/offapi/com/sun/star/text/FilenameDisplayFormat.idl
+++ b/main/offapi/com/sun/star/text/FilenameDisplayFormat.idl
@@ -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,67 +7,67 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_FilenameDisplayFormat_idl__ 
-#define __com_sun_star_text_FilenameDisplayFormat_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_FilenameDisplayFormat_idl__
+#define __com_sun_star_text_FilenameDisplayFormat_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from idl: constants com::sun::star::text::FilenameDisplayFormat
-/** These constants are used to specify which parts of an URL are displayed 
+/** These constants are used to specify which parts of an URL are displayed
 		in a field.
  */
 published constants FilenameDisplayFormat
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::FilenameDisplayFormat::FULL
 	/** The content of the URL is completely displayed.
 	 */
-	const short FULL = 0; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short FULL = 0;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::FilenameDisplayFormat::PATH
 	/** Only the path of the file is displayed.
 	 */
-	const short PATH = 1; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short PATH = 1;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::FilenameDisplayFormat::NAME
 	/** Only the name of the file without the file extension is displayed.
 	 */
-	const short NAME = 2; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short NAME = 2;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::FilenameDisplayFormat::NAME_AND_EXT
 	/** The file name including the file extension is displayed.
 	 */
-	const short NAME_AND_EXT = 3; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	const short NAME_AND_EXT = 3;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/FontEmphasis.idl b/main/offapi/com/sun/star/text/FontEmphasis.idl
index a892662..4b88f7d 100644
--- a/main/offapi/com/sun/star/text/FontEmphasis.idl
+++ b/main/offapi/com/sun/star/text/FontEmphasis.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/FontRelief.idl b/main/offapi/com/sun/star/text/FontRelief.idl
index 39f54a1..ad39aa3 100644
--- a/main/offapi/com/sun/star/text/FontRelief.idl
+++ b/main/offapi/com/sun/star/text/FontRelief.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/Footnote.idl b/main/offapi/com/sun/star/text/Footnote.idl
index b977ec7..118e655 100644
--- a/main/offapi/com/sun/star/text/Footnote.idl
+++ b/main/offapi/com/sun/star/text/Footnote.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/FootnoteNumbering.idl b/main/offapi/com/sun/star/text/FootnoteNumbering.idl
index 345d53c..30214c9 100644
--- a/main/offapi/com/sun/star/text/FootnoteNumbering.idl
+++ b/main/offapi/com/sun/star/text/FootnoteNumbering.idl
@@ -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,60 +7,60 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_FootnoteNumbering_idl__ 
-#define __com_sun_star_text_FootnoteNumbering_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_FootnoteNumbering_idl__
+#define __com_sun_star_text_FootnoteNumbering_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from idl: constants com::sun::star::text::FootnoteNumbering
 /** These constants are used to specify the footnote numbering.
  */
 published constants FootnoteNumbering
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::FootnoteNumbering::PER_PAGE
 	/** The counter of the automatic footnote numbering restarts each page.
 	 */
-	const short PER_PAGE = 0; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short PER_PAGE = 0;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::FootnoteNumbering::PER_CHAPTER
-	/** The counter of the automatic footnote numbering restarts each 
+	/** The counter of the automatic footnote numbering restarts each
 				chapter.
 	 */
-	const short PER_CHAPTER = 1; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short PER_CHAPTER = 1;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::FootnoteNumbering::PER_DOCUMENT
 	/** The counter of the automatic footnote numbering does not restart.
 	 */
-	const short PER_DOCUMENT = 2; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	const short PER_DOCUMENT = 2;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/FootnoteSettings.idl b/main/offapi/com/sun/star/text/FootnoteSettings.idl
index 72bfc56..714250f 100644
--- a/main/offapi/com/sun/star/text/FootnoteSettings.idl
+++ b/main/offapi/com/sun/star/text/FootnoteSettings.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/Footnotes.idl b/main/offapi/com/sun/star/text/Footnotes.idl
index d846916..2948c68 100644
--- a/main/offapi/com/sun/star/text/Footnotes.idl
+++ b/main/offapi/com/sun/star/text/Footnotes.idl
@@ -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,50 +7,50 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_Footnotes_idl__ 
-#define __com_sun_star_text_Footnotes_idl__ 
- 
-#ifndef __com_sun_star_container_XIndexAccess_idl__ 
-#include <com/sun/star/container/XIndexAccess.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_Footnotes_idl__
+#define __com_sun_star_text_Footnotes_idl__
+
+#ifndef __com_sun_star_container_XIndexAccess_idl__
+#include <com/sun/star/container/XIndexAccess.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: service com::sun::star::text::Footnotes
 /** provides access to the footnotes or endnotes of a (text)
 	document.
  */
 published service Footnotes
-{ 
- 
-	 
+{
+
+
 	// DocMerge from xml: service com::sun::star::text::Footnotes: interface com::sun::star::container::XIndexAccess
 	/** provides access to the footnotes of the document.
 	 */
-	interface com::sun::star::container::XIndexAccess; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	interface com::sun::star::container::XIndexAccess;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/GenericTextDocument.idl b/main/offapi/com/sun/star/text/GenericTextDocument.idl
index b4907bc..cc08687 100644
--- a/main/offapi/com/sun/star/text/GenericTextDocument.idl
+++ b/main/offapi/com/sun/star/text/GenericTextDocument.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -144,7 +144,7 @@
 		manager.
 	 */
 	interface com::sun::star::lang::XMultiServiceFactory;
-    
+
 	interface com::sun::star::text::XTextDocument;
 
 	interface com::sun::star::util::XSearchable;
diff --git a/main/offapi/com/sun/star/text/GlobalDocument.idl b/main/offapi/com/sun/star/text/GlobalDocument.idl
index 4c7acaf..90d33e2 100644
--- a/main/offapi/com/sun/star/text/GlobalDocument.idl
+++ b/main/offapi/com/sun/star/text/GlobalDocument.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/GlobalSettings.idl b/main/offapi/com/sun/star/text/GlobalSettings.idl
index 033337d..3910085 100644
--- a/main/offapi/com/sun/star/text/GlobalSettings.idl
+++ b/main/offapi/com/sun/star/text/GlobalSettings.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/GraphicCrop.idl b/main/offapi/com/sun/star/text/GraphicCrop.idl
index 58d163c..5ed256d 100644
--- a/main/offapi/com/sun/star/text/GraphicCrop.idl
+++ b/main/offapi/com/sun/star/text/GraphicCrop.idl
@@ -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,41 +7,41 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_GraphicCrop_idl__ 
-#define __com_sun_star_text_GraphicCrop_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_GraphicCrop_idl__
+#define __com_sun_star_text_GraphicCrop_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: struct com::sun::star::text::GraphicCrop
 /** describes the cropping of graphic objects.
 	Cropping means to show only parts of the object.
-	
-	
-	
+
+
+
 	<p>Negative values cut the visible area; positive values
 	extend the visible area by filling it with background color.
 	The absolute sum of top and bottom crop must be smaller
 	than the objects original height.  The absolute sum of the left and
 	right crop must be smaller than the object's original width.
-	
+
 	</p>
 	<p>If this property is applied to a graphic object, then this object
 	will correct these values if necessary.
@@ -52,33 +52,33 @@
 	// DocMerge from xml: field com::sun::star::text::GraphicCrop::Top
 	/** contains the top value to cut (if negative) or to extend (if positive)
 	 */
-	long Top; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	long Top;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: field com::sun::star::text::GraphicCrop::Bottom
 	/** contains the bottom value to cut (if negative) or to extend (if positive)
 	 */
-	long Bottom; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	long Bottom;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: field com::sun::star::text::GraphicCrop::Left
 	/** contains the left value to cut (if negative) or to extend (if positive)
 	 */
-	long Left; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	long Left;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: field com::sun::star::text::GraphicCrop::Right
 	/** contains the right value to cut (if negative) or to extend (if positive)
 	 */
-	long Right; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
+	long Right;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/HoriOrientation.idl b/main/offapi/com/sun/star/text/HoriOrientation.idl
index 31b42b9..67bdc3d 100644
--- a/main/offapi/com/sun/star/text/HoriOrientation.idl
+++ b/main/offapi/com/sun/star/text/HoriOrientation.idl
@@ -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,102 +7,102 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_HoriOrientation_idl__ 
-#define __com_sun_star_text_HoriOrientation_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_HoriOrientation_idl__
+#define __com_sun_star_text_HoriOrientation_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from idl: constants com::sun::star::text::HoriOrientation
 /** These enumeration values specify the horizontal orientation.
  */
 published constants HoriOrientation
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::HoriOrientation::NONE
-	/** no hard alignment is applied. 
-				 
-				<p>For text tables this means that the tables position is 
-				defined by the left and right margins. 
-				 
-				<p>For frame objects (text frames, graphics,...) this means 
+	/** no hard alignment is applied.
+
+				<p>For text tables this means that the tables position is
+				defined by the left and right margins.
+
+				<p>For frame objects (text frames, graphics,...) this means
 				that the position is defined by a left offset.
 	 */
-	const short NONE = 0; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short NONE = 0;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::HoriOrientation::RIGHT
 	/** The object is aligned at the right side.
 	 */
-	const short RIGHT = 1; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short RIGHT = 1;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::HoriOrientation::CENTER
 	/** The object is aligned at the middle.
 	 */
-	const short CENTER = 2; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short CENTER = 2;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::HoriOrientation::LEFT
 	/** The object is aligned at the left side.
 	 */
-	const short LEFT = 3; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short LEFT = 3;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::HoriOrientation::INSIDE
 	/** TODO
-	 */ 
-	const short INSIDE = 4; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	 */
+	const short INSIDE = 4;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::HoriOrientation::OUTSIDE
 	/** TODO
 	 */
-	const short OUTSIDE = 5; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short OUTSIDE = 5;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::HoriOrientation::FULL
 	/** The object uses the full space (for text tables only).
 	 */
-	const short FULL = 6; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short FULL = 6;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::HoriOrientation::LEFT_AND_WIDTH
-	/** The left offset and the width of the object are defined. 
-				<p> For text tables this means that the tables position is 
+	/** The left offset and the width of the object are defined.
+				<p> For text tables this means that the tables position is
 				defined by the left margin and the width.
 	 */
-	const short LEFT_AND_WIDTH = 7; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	const short LEFT_AND_WIDTH = 7;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/HoriOrientationFormat.idl b/main/offapi/com/sun/star/text/HoriOrientationFormat.idl
index 3c88746..391028f 100644
--- a/main/offapi/com/sun/star/text/HoriOrientationFormat.idl
+++ b/main/offapi/com/sun/star/text/HoriOrientationFormat.idl
@@ -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,38 +7,38 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_HoriOrientationFormat_idl__ 
-#define __com_sun_star_text_HoriOrientationFormat_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_HoriOrientationFormat_idl__
+#define __com_sun_star_text_HoriOrientationFormat_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: struct com::sun::star::text::HoriOrientationFormat
 /** describes the horizontal orientation of an object.
-	
-	
-	
+
+
+
 	<p>If <code>HorizontalOrientation == HORI_NONE</code>, then the value
 	"XPos" describes the distance from the left border of the context.
 	Otherwise "XPos" is ignored.
-	
+
 	</p>
 	<p>The following flags are used to adapt the position of the object
 	to odd and even pages. If "PositionToggle" is set, then the
@@ -50,34 +50,34 @@
 	/** contains the distance from the left border. Only valid if
 		the property HorizontalOrientation contains the value HORI_NONE.
 	 */
-	long XPos; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	long XPos;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: field com::sun::star::text::HoriOrientationFormat::HorizontalOrientation
 	/** determines the horizontal alignment of an object.
 		The values refer to com::sun::star::HoriOrientation.
 	 */
-	short HorizontalOrientation; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	short HorizontalOrientation;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: field com::sun::star::text::HoriOrientationFormat::HorizontalRelation
 	/** determines the reference position of the horizontal alignment.@see com::sun::star::text::RelOrientation
 	 */
-	short HorizontalRelation; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	short HorizontalRelation;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: field com::sun::star::text::HoriOrientationFormat::PositionToggle
 	/** determines if the orientation toggles between left and right pages.
 	 */
-	boolean PositionToggle; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
+	boolean PositionToggle;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/HorizontalAdjust.idl b/main/offapi/com/sun/star/text/HorizontalAdjust.idl
index d74b665..2e6a5db 100644
--- a/main/offapi/com/sun/star/text/HorizontalAdjust.idl
+++ b/main/offapi/com/sun/star/text/HorizontalAdjust.idl
@@ -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,59 +7,59 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_HorizontalAdjust_idl__ 
-#define __com_sun_star_text_HorizontalAdjust_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_HorizontalAdjust_idl__
+#define __com_sun_star_text_HorizontalAdjust_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: enum com::sun::star::text::HorizontalAdjust
 /** enumeration values define the horizontal adjustments of objects.
  */
 published enum HorizontalAdjust
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::text::HorizontalAdjust::LEFT
 	/** the object is left adjusted.
 	 */
-	LEFT, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	LEFT,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::text::HorizontalAdjust::CENTER
 	/** the object is adjusted to the center.
 	 */
-	CENTER, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	CENTER,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::text::HorizontalAdjust::RIGHT
 	/** the object is right adjusted.
 	 */
-	RIGHT 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
+	RIGHT
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/HypertextDocument.idl b/main/offapi/com/sun/star/text/HypertextDocument.idl
index 243c6b9..5c5316b 100644
--- a/main/offapi/com/sun/star/text/HypertextDocument.idl
+++ b/main/offapi/com/sun/star/text/HypertextDocument.idl
@@ -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,45 +7,45 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_HypertextDocument_idl__ 
-#define __com_sun_star_text_HypertextDocument_idl__ 
- 
-#ifndef __com_sun_star_text_TextDocument_idl__ 
-#include <com/sun/star/text/TextDocument.idl> 
-#endif 
- 
-#ifndef __com_sun_star_text_XTextGraphicObjectsSupplier_idl__ 
-#include <com/sun/star/text/XTextGraphicObjectsSupplier.idl> 
-#endif 
- 
-#ifndef __com_sun_star_text_XTextEmbeddedObjectsSupplier_idl__ 
-#include <com/sun/star/text/XTextEmbeddedObjectsSupplier.idl> 
-#endif 
- 
-#ifndef __com_sun_star_text_XTextTablesSupplier_idl__ 
-#include <com/sun/star/text/XTextTablesSupplier.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_HypertextDocument_idl__
+#define __com_sun_star_text_HypertextDocument_idl__
+
+#ifndef __com_sun_star_text_TextDocument_idl__
+#include <com/sun/star/text/TextDocument.idl>
+#endif
+
+#ifndef __com_sun_star_text_XTextGraphicObjectsSupplier_idl__
+#include <com/sun/star/text/XTextGraphicObjectsSupplier.idl>
+#endif
+
+#ifndef __com_sun_star_text_XTextEmbeddedObjectsSupplier_idl__
+#include <com/sun/star/text/XTextEmbeddedObjectsSupplier.idl>
+#endif
+
+#ifndef __com_sun_star_text_XTextTablesSupplier_idl__
+#include <com/sun/star/text/XTextTablesSupplier.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: service com::sun::star::text::HypertextDocument
 /** is an extension of a text document which
 	can also contain tables and certain kinds of embedded objects
@@ -55,23 +55,23 @@
 		use <type>TextDocument</type> instead.
  */
 published service HypertextDocument
-{ 
+{
 	// DocMerge: empty anyway
-	service com::sun::star::text::TextDocument; 
-	
+	service com::sun::star::text::TextDocument;
+
 	// DocMerge: empty anyway
-	interface com::sun::star::text::XTextGraphicObjectsSupplier; 
-	
+	interface com::sun::star::text::XTextGraphicObjectsSupplier;
+
 	// DocMerge: empty anyway
-	interface com::sun::star::text::XTextEmbeddedObjectsSupplier; 
-	
+	interface com::sun::star::text::XTextEmbeddedObjectsSupplier;
+
 	// DocMerge: empty anyway
-	interface com::sun::star::text::XTextTablesSupplier; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	interface com::sun::star::text::XTextTablesSupplier;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/InContentMetadata.idl b/main/offapi/com/sun/star/text/InContentMetadata.idl
index 464f613..6b1e359 100644
--- a/main/offapi/com/sun/star/text/InContentMetadata.idl
+++ b/main/offapi/com/sun/star/text/InContentMetadata.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/InvalidTextContentException.idl b/main/offapi/com/sun/star/text/InvalidTextContentException.idl
index d8e6b0d..a3ed644 100644
--- a/main/offapi/com/sun/star/text/InvalidTextContentException.idl
+++ b/main/offapi/com/sun/star/text/InvalidTextContentException.idl
@@ -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,56 +7,56 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_InvalidTextContentException_idl__ 
-#define __com_sun_star_text_InvalidTextContentException_idl__ 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
-#ifndef __com_sun_star_text_XTextContent_idl__ 
-#include <com/sun/star/text/XTextContent.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_InvalidTextContentException_idl__
+#define __com_sun_star_text_InvalidTextContentException_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+#ifndef __com_sun_star_text_XTextContent_idl__
+#include <com/sun/star/text/XTextContent.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: exception com::sun::star::text::InvalidTextContentException
 /** is thrown whenever a method gets a <type>TextContent</type>
 	as an actual argument when the text content cannot be used for that
 	operation.
  */
 published exception InvalidTextContentException: com::sun::star::uno::Exception
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: field com::sun::star::text::InvalidTextContentException::TextContent
 	/** contains the interface of the text content that caused the exception.
 	 */
-	com::sun::star::text::XTextContent TextContent; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
- 
-#endif 
+	com::sun::star::text::XTextContent TextContent;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+
+#endif
diff --git a/main/offapi/com/sun/star/text/LabelFollow.idl b/main/offapi/com/sun/star/text/LabelFollow.idl
index 9b31a8d..e447feb 100644
--- a/main/offapi/com/sun/star/text/LabelFollow.idl
+++ b/main/offapi/com/sun/star/text/LabelFollow.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/LineNumberingProperties.idl b/main/offapi/com/sun/star/text/LineNumberingProperties.idl
index 41105f6..07296cf 100644
--- a/main/offapi/com/sun/star/text/LineNumberingProperties.idl
+++ b/main/offapi/com/sun/star/text/LineNumberingProperties.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/LineNumberingSettings.idl b/main/offapi/com/sun/star/text/LineNumberingSettings.idl
index 8c25f86..d78a4a4 100644
--- a/main/offapi/com/sun/star/text/LineNumberingSettings.idl
+++ b/main/offapi/com/sun/star/text/LineNumberingSettings.idl
@@ -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,101 +7,101 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_LineNumberingSettings_idl__ 
-#define __com_sun_star_text_LineNumberingSettings_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_LineNumberingSettings_idl__
+#define __com_sun_star_text_LineNumberingSettings_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 /** provides access to the settings of the line numbering.
     @deprecated
 
     Actually there never was an implementation for this service.
  */
 published service LineNumberingSettings
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** If <TRUE/>, line numbering is used.
 	 */
-	[property] boolean On; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean On;
+
+	//-------------------------------------------------------------------------
+
 	/** The name of the character style that is used for the line number.
 	 */
-	[property] string CharStyle; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] string CharStyle;
+
+	//-------------------------------------------------------------------------
+
 	/** If <TRUE/>, empty lines are counted.
 	 */
-	[property] boolean CountEmptyLines; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean CountEmptyLines;
+
+	//-------------------------------------------------------------------------
+
 	/** If <TRUE/>, lines in frames are included in counting.
 	 */
-	[property] boolean CountLinesInFrames; 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** specifies the distance between the line number and the start or 
+	[property] boolean CountLinesInFrames;
+
+	//-------------------------------------------------------------------------
+
+	/** specifies the distance between the line number and the start or
 		end of the text area.
 	 */
-	[property] long Distance; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] long Distance;
+
+	//-------------------------------------------------------------------------
+
 	/** Line numbers are shown on every <var>LineInterval</var>th line.
 	 */
-	[property] short LineInterval; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] short LineInterval;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the symbol that is shown between the line numbers.
 	 */
-	[property] string LineSeparator; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] string LineSeparator;
+
+	//-------------------------------------------------------------------------
+
 	/** The line separator is shown every <var>SeparatorLineDistance</var>th line.
 	 */
-	[property] short SeparatorLineDistance; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] short SeparatorLineDistance;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the position of the line number
 	    (constant <type scope="com::sun::star::style::">LineNumberPosition</type> - left/right/inside/outside).
 	 */
-	[property] short NumberPosition; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] short NumberPosition;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the type of the numbering.
 	 */
-	[property] short NumberingType; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
-#endif 
+	[property] short NumberingType;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+#endif
diff --git a/main/offapi/com/sun/star/text/MailMerge.idl b/main/offapi/com/sun/star/text/MailMerge.idl
index 4153cae..44ebf75 100644
--- a/main/offapi/com/sun/star/text/MailMerge.idl
+++ b/main/offapi/com/sun/star/text/MailMerge.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -58,15 +58,15 @@
 published service MailMerge
 {
     /** interface to execute the mail merge action.
-     
+
         <p>The <member scope="com::sun::star::task">XJob::execute</member>
         method of the interface accepts exactly the same properties
         as provided by this service in its argument sequence.</p>
-     
+
         <p>The default values for the properties to be used in the method
-        call are those given by this service. If a property is also listed 
+        call are those given by this service. If a property is also listed
         in the argument sequence that value will be used for the call.
-        The value of the property in this service will remain unchanged 
+        The value of the property in this service will remain unchanged
         by that.</p>
      */
     interface com::sun::star::task::XJob;
@@ -78,10 +78,10 @@
     /** interface to notify mail merge listeners.
      */
     [optional] interface com::sun::star::text::XMailMergeBroadcaster;
-    
+
     //=============================================================================
 
-    /* database properties */        
+    /* database properties */
 
     //=============================================================================
 	/** allows to specify the data which the mail merge should be based on.
@@ -93,36 +93,36 @@
 	*/
 	service com::sun::star::sdb::DataAccessDescriptor;
 
-    /** contains the name of the data source that is to be used for merging. 
+    /** contains the name of the data source that is to be used for merging.
 
         <p>For the interaction of this property with other data access relevant properties, see
 		the <type scope="com::sun::star::sdb">DataAccessDescriptor</type> service.</p>
      */
     [property] string DataSourceName;
-        
+
     //=============================================================================
 
-    /** determines the type of the database command as 
+    /** determines the type of the database command as
         described in <type scope="com::sun::star::sdb">CommandType</type>
-        
+
         <p>For the interaction of this property with other data access relevant properties, see
 		the <type scope="com::sun::star::sdb">DataAccessDescriptor</type> service.</p>
      */
     [property] long CommandType;
-        
+
     //=============================================================================
 
     /** contains the database command.
-        
+
         <p>For the interaction of this property with other data access relevant properties, see
 		the <type scope="com::sun::star::sdb">DataAccessDescriptor</type> service.</p>
      */
     [property] string Command;
-        
+
     //=============================================================================
 
-    /** provides access to a 
-        <type scope="com::sun::star::sdbc">XResultSet</type> of 
+    /** provides access to a
+        <type scope="com::sun::star::sdbc">XResultSet</type> of
         a <type scope="com::sun::star::sdbc">ResultSet</type> service.
 
 		<p>Note that any superservices of <type scope="com::sun::star::sdbc">ResultSet</type>
@@ -136,16 +136,16 @@
 		the <type scope="com::sun::star::sdb">DataAccessDescriptor</type> service.</p>
      */
     [property] com::sun::star::sdbc::XResultSet ResultSet;
-        
+
     //=============================================================================
 
-    /** contains the connection to the database. 
+    /** contains the connection to the database.
 
         <p>For the interaction of this property with other data access relevant properties, see
 		the <type scope="com::sun::star::sdb">DataAccessDescriptor</type> service.</p>
      */
     [property] com::sun::star::sdbc::XConnection ActiveConnection;
-        
+
     //=============================================================================
 
     /** contains a selection that refers to bookmarks of the ResultSet.
@@ -163,20 +163,20 @@
 		the <type scope="com::sun::star::sdb">DataAccessDescriptor</type> service.</p>
      */
     [property] sequence< any > Selection;
-        
+
     //=============================================================================
 
     /** returns if escape processing is on or off.
-     
+
         <p>For the interaction of this property with other data access relevant properties, see
 		the <type scope="com::sun::star::sdb">DataAccessDescriptor</type> service.</p>
      */
     [property] boolean EscapeProcessing;
-        
+
     //=============================================================================
 
     /** contains a filter expression for an SQL statement.
-        
+
         <p>For the interaction of this property with other data access relevant properties, see
 		the <type scope="com::sun::star::sdb">DataAccessDescriptor</type> service.</p>
      */
@@ -185,19 +185,19 @@
     //=============================================================================
 
     /* input properties */
-    
+
     //=============================================================================
 
-    /** contains the URL of a text document that is to be processed. 
-        
+    /** contains the URL of a text document that is to be processed.
+
         <p>If this property is not set an empty document is created.</p>
      */
     [property] string DocumentURL;
-        
+
     //=============================================================================
 
     /** provides access to the model of the document to be processed.
-     
+
         <p>This property will automatically be set to the documents model
         if a document URL was set.</p>
      */
@@ -206,11 +206,11 @@
     //=============================================================================
 
     /* output properties */
-    
+
     //=============================================================================
 
-    /** determines the destination of the mail merge action. 
-     
+    /** determines the destination of the mail merge action.
+
         @see com::sun::star::text::MailMergeType
      */
     [property] short OutputType;
@@ -218,47 +218,47 @@
     //=============================================================================
 
     /** determines whether single print jobs will be generated per output document.
-        
+
         <p>This property is only evaluated for printer output.</p>
      */
     [property] boolean SinglePrintJobs;
 
     //=============================================================================
 
-    /** contains the path where generated files are created. 
-        
+    /** contains the path where generated files are created.
+
         <p>If "OutputURL" or "FileNamePrefix" are empty the missing value is
         generated from the location or title of the source documents.</p>
-        
+
         <p>This property is only evaluated for file output.</p>
      */
     [property] string OutputURL;
 
     //=============================================================================
 
-    /** determines whether file names of created files are generated using 
+    /** determines whether file names of created files are generated using
         the content of a database column.
-        
+
         <p>This property is only evaluated for file output.</p>
      */
     [property] boolean FileNameFromColumn;
 
     //=============================================================================
 
-    /** contains the name of the column to generate the output file names. 
-        
-        <p>If FileNameFromColumn is true the content of the related column 
+    /** contains the name of the column to generate the output file names.
+
+        <p>If FileNameFromColumn is true the content of the related column
         is added to the OutputURL.</p>
         <p>If "OutputURL" or "FileNamePrefix" are empty the missing value is
         generated from the location or title of the source documents.</p>
-     
+
         <p>This property is only evaluated for file output.</p>
      */
     [property] string FileNamePrefix;
 
     //=============================================================================
-    
-    /** Contains the password of the outgoing mail server. It is necessary to set this 
+
+    /** Contains the password of the outgoing mail server. It is necessary to set this
         if the password is not already stored in the configuration for security reasons.
 
         <p>This property is only evaluated for e-Mail output.</p>
@@ -267,9 +267,9 @@
     */
     [property, optional] string OutServerPassword;
     //=============================================================================
-    
-    /** Contains the password of the incoming mail server. It is necessary to set this 
-        if the mail server configuration is set to 'SMTP after POP' authentication and 
+
+    /** Contains the password of the incoming mail server. It is necessary to set this
+        if the mail server configuration is set to 'SMTP after POP' authentication and
         the password is not already stored in the configuration for security reasons.
 
         <p>This property is only evaluated for e-Mail output.</p>
@@ -278,19 +278,19 @@
     */
     [property, optional] string InServerPassword;
     //=============================================================================
-  
-    /** contains the subject of the e-Mail message.  
-        
+
+    /** contains the subject of the e-Mail message.
+
         <p>This property is only evaluated for e-Mail output.</p>
         @since OpenOffice 2.0
     */
     [property, optional] string Subject;
 
     //=============================================================================
-    
-    /** contains the name of the data base column that contains the e-Mail address 
+
+    /** contains the name of the data base column that contains the e-Mail address
         to the e-Mail to.
-        
+
         <p>This property is only evaluated for e-Mail output.</p>
 
         @since OpenOffice 2.0
@@ -298,10 +298,10 @@
     [property, optional] string AddressFromColumn;
 
     //=============================================================================
-    
-    /** determines that the created mail merge document is sent as body in HTML format. 
+
+    /** determines that the created mail merge document is sent as body in HTML format.
         This property is only valid if the propery "SendAsAttachment" is set to <false/>.
-        
+
         <p>This property is only evaluated for e-Mail output.</p>
 
         @since OpenOffice 2.0
@@ -311,8 +311,8 @@
     //=============================================================================
 
 
-    /** determines that the created mail merge document is sent as attachment.  
-        
+    /** determines that the created mail merge document is sent as attachment.
+
         <p>This property is only evaluated for e-Mail output.</p>
 
         @since OpenOffice 2.0
@@ -320,9 +320,9 @@
     [property, optional] boolean SendAsAttachment;
 
     //=============================================================================
-    
-    /** contains the text of the mail body. 
-        This property is only valid if the property "SendAsAttachment" is set to <true/> 
+
+    /** contains the text of the mail body.
+        This property is only valid if the property "SendAsAttachment" is set to <true/>
         <p>This property is only evaluated for e-Mail output.</p>
 
         @since OpenOffice 2.0
@@ -330,10 +330,10 @@
     [property, optional] string MailBody;
 
     //=============================================================================
-    
-    /** contains the name of the attachment. 
+
+    /** contains the name of the attachment.
         This property is only valid if "SendAsAttachment" is set to <true/>.
-        
+
         <p>This property is only evaluated for e-Mail output.</p>
 
         @since OpenOffice 2.0
@@ -341,8 +341,8 @@
     [property, optional] string AttachmentName;
 
     //=============================================================================
-    
-    /** contains the name of the document filter to save the attached mail merge document. 
+
+    /** contains the name of the document filter to save the attached mail merge document.
         This property is only valid if "SendAsAttachment" is set to <true/>.
 
         <p>This property is only evaluated for e-Mail output.</p>
@@ -352,8 +352,8 @@
     [property, optional] string AttachmentFilter;
 
     //=============================================================================
-    
-    /** contains a list of e-Mail addresses to  
+
+    /** contains a list of e-Mail addresses to
         <p>This property is only evaluated for e-Mail output.</p>
 
         @since OpenOffice 2.0
@@ -361,18 +361,18 @@
     [property, optional] sequence< string > CopiesTo;
 
     //=============================================================================
-    
-    /** 
+
+    /**
         <p>This property is only evaluated for e-Mail output.</p>
 
         @since OpenOffice 2.0
     */
     [property, optional] sequence< string > BlindCopiesTo;
 
-  
+
     //=============================================================================
-    
-    /** determines that the output of the mail merge is save in one single file.  
+
+    /** determines that the output of the mail merge is save in one single file.
         <p>This property is only evaluated for file output.</p>
 
         @since OpenOffice 2.0
@@ -380,7 +380,7 @@
     [property, optional] boolean SaveAsSingleFile;
 
     //=============================================================================
-    
+
     /** contains the name of the document filter to save the output file(s).
         <p>This property is only evaluated for file output.</p>
 
@@ -389,9 +389,9 @@
     [property, optional] string SaveFilter;
 
     //=============================================================================
-    
-    /** contains the properties that are defined in <com::sun::star::view::PrintOptions>. 
-    
+
+    /** contains the properties that are defined in <com::sun::star::view::PrintOptions>.
+
         <p>This property is only evaluated for printer output.</p>
 
         @since OpenOffice 2.0
@@ -400,7 +400,7 @@
 
 };
 
-        
+
 //=============================================================================
 
 }; }; }; };
diff --git a/main/offapi/com/sun/star/text/MailMergeEvent.idl b/main/offapi/com/sun/star/text/MailMergeEvent.idl
index 116461a..26cd575 100644
--- a/main/offapi/com/sun/star/text/MailMergeEvent.idl
+++ b/main/offapi/com/sun/star/text/MailMergeEvent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/MailMergeType.idl b/main/offapi/com/sun/star/text/MailMergeType.idl
index 7b7559a..8046fca 100644
--- a/main/offapi/com/sun/star/text/MailMergeType.idl
+++ b/main/offapi/com/sun/star/text/MailMergeType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/NotePrintMode.idl b/main/offapi/com/sun/star/text/NotePrintMode.idl
index 824352b..078425d 100644
--- a/main/offapi/com/sun/star/text/NotePrintMode.idl
+++ b/main/offapi/com/sun/star/text/NotePrintMode.idl
@@ -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,68 +7,68 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_NotePrintMode_idl__ 
-#define __com_sun_star_text_NotePrintMode_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_NotePrintMode_idl__
+#define __com_sun_star_text_NotePrintMode_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: enum com::sun::star::text::NotePrintMode
 /** enumeration values are used to define the printing of notes in a
 	document.
  */
 published enum NotePrintMode
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::text::NotePrintMode::NOT
 	/** Notes are not printed.
 	 */
-	NOT, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	NOT,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::text::NotePrintMode::ONLY
 	/** Only notes are printed.
 	 */
-	ONLY, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	ONLY,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::text::NotePrintMode::DOC_END
 	/** Notes are collected at the end of the document.
 	 */
-	DOC_END, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	DOC_END,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::text::NotePrintMode::PAGE_END
 	/** Notes are collected at the end of a page and printed on an inserted page.
 	 */
-	PAGE_END 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
- 
-#endif 
+	PAGE_END
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+
+#endif
diff --git a/main/offapi/com/sun/star/text/NumberingLevel.idl b/main/offapi/com/sun/star/text/NumberingLevel.idl
index f4d4740..4d1fa89 100644
--- a/main/offapi/com/sun/star/text/NumberingLevel.idl
+++ b/main/offapi/com/sun/star/text/NumberingLevel.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/NumberingRules.idl b/main/offapi/com/sun/star/text/NumberingRules.idl
index 7564131..dd51b870 100644
--- a/main/offapi/com/sun/star/text/NumberingRules.idl
+++ b/main/offapi/com/sun/star/text/NumberingRules.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/NumberingStyle.idl b/main/offapi/com/sun/star/text/NumberingStyle.idl
index ed65602..fd09182 100644
--- a/main/offapi/com/sun/star/text/NumberingStyle.idl
+++ b/main/offapi/com/sun/star/text/NumberingStyle.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/ObjectIndex.idl b/main/offapi/com/sun/star/text/ObjectIndex.idl
index 1fb3f82..fbe0ac3 100644
--- a/main/offapi/com/sun/star/text/ObjectIndex.idl
+++ b/main/offapi/com/sun/star/text/ObjectIndex.idl
@@ -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,72 +7,68 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
- 
- 
-#ifndef __com_sun_star_text_ObjectIndex_idl__ 
-#define __com_sun_star_text_ObjectIndex_idl__ 
- 
-#include <com/sun/star/text/BaseIndex.idl> 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text { 
- 
-//============================================================================= 
- 
+
+
+#ifndef __com_sun_star_text_ObjectIndex_idl__
+#define __com_sun_star_text_ObjectIndex_idl__
+
+#include <com/sun/star/text/BaseIndex.idl>
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: service com::sun::star::text::ObjectIndex
 /** specifies service of object indexes within a document.@see com::sun::star::text::BaseIndex
  */
 published service ObjectIndex
-{ 
+{
 	// DocMerge: empty anyway
-	service  com::sun::star::text::BaseIndex; 
- 
-	/** Determines if star office math objects are included in the office. 
-	 */ 
-	// DocMerge: empty anyway
-	[optional, property] boolean CreateFromStarMath;//objects 
-	/** Determines if star office image objects are included in the office. 
+	service  com::sun::star::text::BaseIndex;
+
+	/** Determines if star office math objects are included in the office.
 	 */
 	// DocMerge: empty anyway
-	[optional, property] boolean CreateFromStarImage;//objects 
-	/** Determines if star office chart objects are included in the office. 
-	 */ 
+	[optional, property] boolean CreateFromStarMath;//objects
+	/** Determines if star office image objects are included in the office.
+	 */
 	// DocMerge: empty anyway
-	[optional, property] boolean CreateFromStarChart;//objects 
-	/** Determines if star office calc objects are included in the office. 
-	 */ 
+	[optional, property] boolean CreateFromStarImage;//objects
+	/** Determines if star office chart objects are included in the office.
+	 */
 	// DocMerge: empty anyway
-	[optional, property] boolean CreateFromStarCalc;//objects 
-	/** Determines if star office draw objects are included in the office. 
-	 */ 
+	[optional, property] boolean CreateFromStarChart;//objects
+	/** Determines if star office calc objects are included in the office.
+	 */
 	// DocMerge: empty anyway
-	[optional, property] boolean CreateFromStarDraw;//objects 
-	/** Determines if external embedded objects are included in the office. 
-	 */ 
+	[optional, property] boolean CreateFromStarCalc;//objects
+	/** Determines if star office draw objects are included in the office.
+	 */
 	// DocMerge: empty anyway
-	[optional, property] boolean CreateFromOtherEmbeddedObjects;//objects 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
- 
- 
- 
- 
+	[optional, property] boolean CreateFromStarDraw;//objects
+	/** Determines if external embedded objects are included in the office.
+	 */
+	// DocMerge: empty anyway
+	[optional, property] boolean CreateFromOtherEmbeddedObjects;//objects
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/PageFootnoteInfo.idl b/main/offapi/com/sun/star/text/PageFootnoteInfo.idl
index 298f4ea..a78184c 100644
--- a/main/offapi/com/sun/star/text/PageFootnoteInfo.idl
+++ b/main/offapi/com/sun/star/text/PageFootnoteInfo.idl
@@ -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,96 +7,96 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_PageFootnoteInfo_idl__ 
-#define __com_sun_star_text_PageFootnoteInfo_idl__ 
- 
-#ifndef __com_sun_star_text_HorizontalAdjust_idl__ 
-#include <com/sun/star/text/HorizontalAdjust.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_PageFootnoteInfo_idl__
+#define __com_sun_star_text_PageFootnoteInfo_idl__
+
+#ifndef __com_sun_star_text_HorizontalAdjust_idl__
+#include <com/sun/star/text/HorizontalAdjust.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: service com::sun::star::text::PageFootnoteInfo
 /** specifies the properties of the footnote area of a page or a
 	page style.
  */
 published service PageFootnoteInfo
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::text::PageFootnoteInfo::FootnoteHeight
 	/** contains the maximum height of the footnote section.
-		
-		
-		
+
+
+
 		<p>If 0, the maximum is the height of the page.</p>
 	 */
-	[property] long FootnoteHeight; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] long FootnoteHeight;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::text::PageFootnoteInfo::FootnoteSeparatorLineWidth
 	/** contains the relative width of the footnote separator line.
 	 */
-	[property] long FootnoteSeparatorLineWidth; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] long FootnoteSeparatorLineWidth;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::text::PageFootnoteInfo::FootnoteTopDistance
 	/** contains the distance between the text and footnote section.
 	 */
-	[property] long FootnoteTopDistance; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] long FootnoteTopDistance;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::text::PageFootnoteInfo::FootnoteBottomDistance
 	/** contains the distance between the separator line and the footnote section.
 	 */
-	[property] long FootnoteBottomDistance; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] long FootnoteBottomDistance;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::text::PageFootnoteInfo::FootnoteSeparatorLineWidthPercent
 	/** contains the relative width of the footnote separator line.
 	 */
-	[property] short FootnoteSeparatorLineWidthPercent; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] short FootnoteSeparatorLineWidthPercent;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::text::PageFootnoteInfo::FootnoteSeparatorLineAdjust
 	/** contains the adjustment of the footnote separator line.
 	 */
-	[property] com::sun::star::text::HorizontalAdjust FootnoteSeparatorLineAdjust; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] com::sun::star::text::HorizontalAdjust FootnoteSeparatorLineAdjust;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::text::PageFootnoteInfo::FootnoteSeparatorLinePenWidth
 	/** contains the width of the pen for the footnote separator line.
 	 */
-	[property] short FootnoteSeparatorLinePenWidth; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[property] short FootnoteSeparatorLinePenWidth;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/PageNumberType.idl b/main/offapi/com/sun/star/text/PageNumberType.idl
index 07e492a..f4b3503 100644
--- a/main/offapi/com/sun/star/text/PageNumberType.idl
+++ b/main/offapi/com/sun/star/text/PageNumberType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/PagePrintSettings.idl b/main/offapi/com/sun/star/text/PagePrintSettings.idl
index 9e878ef..c3914c0 100644
--- a/main/offapi/com/sun/star/text/PagePrintSettings.idl
+++ b/main/offapi/com/sun/star/text/PagePrintSettings.idl
@@ -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,102 +7,102 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_PagePrintSettings_idl__ 
-#define __com_sun_star_text_PagePrintSettings_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_PagePrintSettings_idl__
+#define __com_sun_star_text_PagePrintSettings_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: service com::sun::star::text::PagePrintSettings
-/** These properties describe the way the <type>XPagePrintable</type> interface 
+/** These properties describe the way the <type>XPagePrintable</type> interface
 	prints the page on one printer page.
  */
 published service PagePrintSettings
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::text::PagePrintSettings::PageRows
 	/** contains the number of pages per printed column of pages.
 	 */
-	[property] short PageRows; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] short PageRows;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::text::PagePrintSettings::PageColumns
 	/** contains the number of pages per printed row of pages.
 	 */
-	[property] short PageColumns; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] short PageColumns;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::text::PagePrintSettings::LeftMargin
 	/** contains the left margin of the printer page.
 	 */
-	[property] long LeftMargin; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] long LeftMargin;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::text::PagePrintSettings::RightMargin
 	/** contains the right margin of the printer page.
 	 */
-	[property] long RightMargin; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] long RightMargin;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::text::PagePrintSettings::TopMargin
 	/** contains the top margin of the printer page.
 	 */
-	[property] long TopMargin; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] long TopMargin;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::text::PagePrintSettings::BottomMargin
 	/** contains the right margin of the printer page.
 	 */
-	[property] long BottomMargin; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] long BottomMargin;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::text::PagePrintSettings::HoriMargin
 	/** contains the margin between the rows of printed pages.
 	 */
-	[property] long HoriMargin; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] long HoriMargin;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::text::PagePrintSettings::VertMargin
 	/** contains the margin between the columns of printed pages.
 	 */
-	[property] long VertMargin; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] long VertMargin;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::text::PagePrintSettings::IsLandscape
 	/** defines if the printer page is used in landscape format.
 	 */
-	[property] boolean IsLandscape; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[property] boolean IsLandscape;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/Paragraph.idl b/main/offapi/com/sun/star/text/Paragraph.idl
index 8113c6f..3775ec5 100644
--- a/main/offapi/com/sun/star/text/Paragraph.idl
+++ b/main/offapi/com/sun/star/text/Paragraph.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/ParagraphEnumeration.idl b/main/offapi/com/sun/star/text/ParagraphEnumeration.idl
index f55c636..172fa96 100644
--- a/main/offapi/com/sun/star/text/ParagraphEnumeration.idl
+++ b/main/offapi/com/sun/star/text/ParagraphEnumeration.idl
@@ -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,50 +7,50 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_ParagraphEnumeration_idl__ 
-#define __com_sun_star_text_ParagraphEnumeration_idl__ 
- 
-#ifndef __com_sun_star_container_XEnumeration_idl__ 
-#include <com/sun/star/container/XEnumeration.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_ParagraphEnumeration_idl__
+#define __com_sun_star_text_ParagraphEnumeration_idl__
+
+#ifndef __com_sun_star_container_XEnumeration_idl__
+#include <com/sun/star/container/XEnumeration.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: service com::sun::star::text::ParagraphEnumeration
-/** provides access to the paragraphs of an <type>XText</type> 
+/** provides access to the paragraphs of an <type>XText</type>
 	interface.
  */
 published service ParagraphEnumeration
-{ 
- 
-	 
+{
+
+
 	// DocMerge from xml: service com::sun::star::text::ParagraphEnumeration: interface com::sun::star::container::XEnumeration
 	/** provides access to the paragraph objects.
 	 */
-	interface com::sun::star::container::XEnumeration; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	interface com::sun::star::container::XEnumeration;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/PlaceholderType.idl b/main/offapi/com/sun/star/text/PlaceholderType.idl
index d0ec96b..fc94768 100644
--- a/main/offapi/com/sun/star/text/PlaceholderType.idl
+++ b/main/offapi/com/sun/star/text/PlaceholderType.idl
@@ -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,73 +7,73 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_PlaceholderType_idl__ 
-#define __com_sun_star_text_PlaceholderType_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_PlaceholderType_idl__
+#define __com_sun_star_text_PlaceholderType_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from idl: constants com::sun::star::text::PlaceholderType
 /** These constants define how the place-holder text fields act in a document.
  */
 published constants PlaceholderType
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::PlaceholderType::TEXT
 	/** The field represents a piece of text.
 	 */
-	const short TEXT = 0; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short TEXT = 0;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::PlaceholderType::TABLE
 	/** The field initiates the insertion of a text table.
 	 */
-	const short TABLE = 1; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short TABLE = 1;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::PlaceholderType::TEXTFRAME
 	/** The field initiates the insertion of a text frame.
 	 */
-	const short TEXTFRAME = 2; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short TEXTFRAME = 2;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::PlaceholderType::GRAPHIC
 	/** The field initiates the insertion of a graphic object.
 	 */
-	const short GRAPHIC = 3; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short GRAPHIC = 3;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::PlaceholderType::OBJECT
 	/** The field initiates the insertion of an embedded object.
 	 */
-	const short OBJECT = 4; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	const short OBJECT = 4;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/PositionAndSpaceMode.idl b/main/offapi/com/sun/star/text/PositionAndSpaceMode.idl
index 51397ad..f908843 100644
--- a/main/offapi/com/sun/star/text/PositionAndSpaceMode.idl
+++ b/main/offapi/com/sun/star/text/PositionAndSpaceMode.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/PositionLayoutDir.idl b/main/offapi/com/sun/star/text/PositionLayoutDir.idl
index 4ff59e7..2160b30 100644
--- a/main/offapi/com/sun/star/text/PositionLayoutDir.idl
+++ b/main/offapi/com/sun/star/text/PositionLayoutDir.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/PrintPreviewSettings.idl b/main/offapi/com/sun/star/text/PrintPreviewSettings.idl
index 92f79ca..9fa9181 100644
--- a/main/offapi/com/sun/star/text/PrintPreviewSettings.idl
+++ b/main/offapi/com/sun/star/text/PrintPreviewSettings.idl
@@ -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,39 +7,39 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_PrintPreviewSettings_idl__ 
-#define __com_sun_star_text_PrintPreviewSettings_idl__ 
- 
-#ifndef __com_sun_star_text_NotePrintMode_idl__ 
-#include <com/sun/star/text/NotePrintMode.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_PrintPreviewSettings_idl__
+#define __com_sun_star_text_PrintPreviewSettings_idl__
+
+#ifndef __com_sun_star_text_NotePrintMode_idl__
+#include <com/sun/star/text/NotePrintMode.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 /** These properties describe the printing of the content of a text document.
- * 
+ *
  *  @deprecated since OpenOffice 3.3
  */
 published service PrintPreviewSettings
-{ 
+{
     /** All properties have the property attribute 'maybevoid'
 	meaning: if none of them have been set, they all will return a void value, if any
 	one of them has been set, then none of them will be void any longer */
@@ -55,10 +55,10 @@
 
     /** Size of the bottom margin */
     [property, maybevoid] long PreviewPrintBottomMargin;
-    
+
     /** Size of the horizontal spacing */
     [property, maybevoid] long PreviewPrintHorizontalSpacing;
-    
+
     [property, maybevoid] long PreviewPrintVerticalSpacing;
 
     /** Number of Rows */
@@ -69,10 +69,10 @@
 
     /** If the format is landscape (if false then the format is portrait */
     [property, maybevoid] boolean PreviewPrintLandscape;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/PrintSettings.idl b/main/offapi/com/sun/star/text/PrintSettings.idl
index 70bd81c..95a04d9 100644
--- a/main/offapi/com/sun/star/text/PrintSettings.idl
+++ b/main/offapi/com/sun/star/text/PrintSettings.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/RedlinePortion.idl b/main/offapi/com/sun/star/text/RedlinePortion.idl
index ee09d34..c4607a8 100644
--- a/main/offapi/com/sun/star/text/RedlinePortion.idl
+++ b/main/offapi/com/sun/star/text/RedlinePortion.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/ReferenceFieldPart.idl b/main/offapi/com/sun/star/text/ReferenceFieldPart.idl
index 423f91f..883870a 100644
--- a/main/offapi/com/sun/star/text/ReferenceFieldPart.idl
+++ b/main/offapi/com/sun/star/text/ReferenceFieldPart.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/ReferenceFieldSource.idl b/main/offapi/com/sun/star/text/ReferenceFieldSource.idl
index 26d3354..0cde00d 100644
--- a/main/offapi/com/sun/star/text/ReferenceFieldSource.idl
+++ b/main/offapi/com/sun/star/text/ReferenceFieldSource.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/ReferenceMark.idl b/main/offapi/com/sun/star/text/ReferenceMark.idl
index 4be3000..897edbc 100644
--- a/main/offapi/com/sun/star/text/ReferenceMark.idl
+++ b/main/offapi/com/sun/star/text/ReferenceMark.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -34,7 +34,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module text { 
+module com { module sun { module star { module text {
 
 //=============================================================================
 /** is used for cross references in text documents.
@@ -48,6 +48,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/text/ReferenceMarks.idl b/main/offapi/com/sun/star/text/ReferenceMarks.idl
index 3c1406e..6764c8d 100644
--- a/main/offapi/com/sun/star/text/ReferenceMarks.idl
+++ b/main/offapi/com/sun/star/text/ReferenceMarks.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -34,7 +34,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module text { 
+module com { module sun { module star { module text {
 
 //=============================================================================
 /** provides access to the reference marks in a document.
@@ -48,6 +48,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/text/RelOrientation.idl b/main/offapi/com/sun/star/text/RelOrientation.idl
index bf24f7e..3b4abd2 100644
--- a/main/offapi/com/sun/star/text/RelOrientation.idl
+++ b/main/offapi/com/sun/star/text/RelOrientation.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/RubyAdjust.idl b/main/offapi/com/sun/star/text/RubyAdjust.idl
index 0c8bc97..ec949a3 100644
--- a/main/offapi/com/sun/star/text/RubyAdjust.idl
+++ b/main/offapi/com/sun/star/text/RubyAdjust.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/SectionFileLink.idl b/main/offapi/com/sun/star/text/SectionFileLink.idl
index a3f1a2a..496e73c 100644
--- a/main/offapi/com/sun/star/text/SectionFileLink.idl
+++ b/main/offapi/com/sun/star/text/SectionFileLink.idl
@@ -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,36 +7,36 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_SectionFileLink_idl__ 
-#define __com_sun_star_text_SectionFileLink_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_SectionFileLink_idl__
+#define __com_sun_star_text_SectionFileLink_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: struct com::sun::star::text::SectionFileLink
 /** describes the link for a text section.
-	
-	
-	
+
+
+
 	<p>If the URL is an empty string, then the section is not linked.
-	
+
 	</p>
 	<p>The bookmark of the URL (after the "#") is the name of a bookmark
 	or a section name in the linked document.  If a bookmark or section
@@ -54,19 +54,19 @@
 	// DocMerge from xml: field com::sun::star::text::SectionFileLink::FileURL
 	/** contains the URL of the linked file.
 	 */
-	string FileURL; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	string FileURL;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: field com::sun::star::text::SectionFileLink::FilterName
 	/** contains the name of the file filter that is used to load the linked file.
 	 */
-	string FilterName; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
+	string FilterName;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/SetVariableType.idl b/main/offapi/com/sun/star/text/SetVariableType.idl
index cbe2993..2b995a8 100644
--- a/main/offapi/com/sun/star/text/SetVariableType.idl
+++ b/main/offapi/com/sun/star/text/SetVariableType.idl
@@ -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,62 +7,62 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_SetVariableType_idl__ 
-#define __com_sun_star_text_SetVariableType_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_SetVariableType_idl__
+#define __com_sun_star_text_SetVariableType_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from idl: constants com::sun::star::text::SetVariableType
 /** These constants define the type of a variable text field.
  */
 published constants SetVariableType
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::SetVariableType::VAR
 	/** specifies a simple variable.
 	 */
-	const short VAR = 0; 
-	//------------------------------------------------------------------------- 
-	 
+	const short VAR = 0;
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::SetVariableType::SEQUENCE
 	/** specifies a number sequence field.
 	 */
-	const short SEQUENCE = 1; 
-	//------------------------------------------------------------------------- 
-	 
+	const short SEQUENCE = 1;
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::SetVariableType::FORMULA
 	/** specifies a formula field.
 	 */
-	const short FORMULA = 2; 
-	//------------------------------------------------------------------------- 
-	 
+	const short FORMULA = 2;
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::SetVariableType::STRING
 	/** specifies a string field.
 	 */
-	const short STRING = 3; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
+	const short STRING = 3;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/Shape.idl b/main/offapi/com/sun/star/text/Shape.idl
index fab5518..64833a4 100644
--- a/main/offapi/com/sun/star/text/Shape.idl
+++ b/main/offapi/com/sun/star/text/Shape.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/SizeType.idl b/main/offapi/com/sun/star/text/SizeType.idl
index 03a7f97..db844c4 100644
--- a/main/offapi/com/sun/star/text/SizeType.idl
+++ b/main/offapi/com/sun/star/text/SizeType.idl
@@ -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,65 +7,65 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_SizeType_idl__ 
-#define __com_sun_star_text_SizeType_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_SizeType_idl__
+#define __com_sun_star_text_SizeType_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from idl: constants com::sun::star::text::SizeType
-/** The height value of objects like text frames or table rows may 
-		be interpreted in different ways. 
-	 
-		<p>The values may specify the absolute height (SIZETYPE_FIX), the 
-		minimum height (SIZETYPE_MIN), or they are ignored (SIZETYPE_VAR), 
-		in which case the real height depends on the content. This information 
+/** The height value of objects like text frames or table rows may
+		be interpreted in different ways.
+
+		<p>The values may specify the absolute height (SIZETYPE_FIX), the
+		minimum height (SIZETYPE_MIN), or they are ignored (SIZETYPE_VAR),
+		in which case the real height depends on the content. This information
 		is contained in a property called "SizeType".
  */
 published constants SizeType
-{ 
-	//------------------------------------------------------------------------- 
-	// The height of the object is determind by the content only. 
-	
+{
+	//-------------------------------------------------------------------------
+	// The height of the object is determind by the content only.
+
 	// DocMerge: empty anyway
-	const short VARIABLE = 0; 
- 
-	//------------------------------------------------------------------------- 
-	// The height property determines the height of the object. 
-	
+	const short VARIABLE = 0;
+
+	//-------------------------------------------------------------------------
+	// The height property determines the height of the object.
+
 	// DocMerge: empty anyway
-	const short FIX = 1; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short FIX = 1;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::SizeType::MIN
-	/** The height property determines the minimum height of the object, but the 
+	/** The height property determines the minimum height of the object, but the
 			 actual height will be increased if the content demands it.
 	 */
-	const short MIN = 2; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
- 
-#endif 
+	const short MIN = 2;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+
+#endif
diff --git a/main/offapi/com/sun/star/text/TableColumnSeparator.idl b/main/offapi/com/sun/star/text/TableColumnSeparator.idl
index 4626ca0..2384cfb 100644
--- a/main/offapi/com/sun/star/text/TableColumnSeparator.idl
+++ b/main/offapi/com/sun/star/text/TableColumnSeparator.idl
@@ -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,32 +7,32 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_TableColumnSeparator_idl__ 
-#define __com_sun_star_text_TableColumnSeparator_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_TableColumnSeparator_idl__
+#define __com_sun_star_text_TableColumnSeparator_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 /** The width of the cells of a text table is defined by the position
 	of the separator between neighboring cells.
-	
+
 	<p>If cells of the table are merged, this separator is not removed, but
 	it is hidden.
 	</p>
@@ -40,22 +40,22 @@
     <p>A text table or a text table row provides the separators in a
 	sequence of <type>TableColumnSeparator</type>s. If the table only
 	consists of one column, then this sequence is empty.
-	
+
 	</p>
 	<p>The real width of a table depends on the environment (page style and
 	number of text columns at the table's position, alignment, and left and
 	right margins).  For that reason, the table column separator does not
 	contain metric values for the column widths. The values are relative
 	to the value of the property <member>TextTable::TableColumnRelativeSum</member>.
-	
+
 	</p>
 	<p>A table provides this property only if all rows have the same structure.
     If the table does not provide the property, then it cannot be set using.
 	</p>
 
-    <p>The state of <member>TableColumnSeparator::IsVisible</member> and the 
-    count of the sequence must be the same in as it was in. 
-    Hidden separators cannot be moved and they cannot be overtaken by visible 
+    <p>The state of <member>TableColumnSeparator::IsVisible</member> and the
+    count of the sequence must be the same in as it was in.
+    Hidden separators cannot be moved and they cannot be overtaken by visible
     separators.</p>
 
     @see com::sun::star::text::TextTable
@@ -64,19 +64,19 @@
 {
 	/** contains the position of the separator.
 	 */
-	short Position; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	short Position;
+
+	//-------------------------------------------------------------------------
+
 	/** determines if the separator is visible.
 	 */
-	boolean IsVisible; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
- 
-#endif 
+	boolean IsVisible;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+
+#endif
diff --git a/main/offapi/com/sun/star/text/TableColumns.idl b/main/offapi/com/sun/star/text/TableColumns.idl
index ea7c18b..6f21455 100644
--- a/main/offapi/com/sun/star/text/TableColumns.idl
+++ b/main/offapi/com/sun/star/text/TableColumns.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/TableIndex.idl b/main/offapi/com/sun/star/text/TableIndex.idl
index 646f824..a42909c 100644
--- a/main/offapi/com/sun/star/text/TableIndex.idl
+++ b/main/offapi/com/sun/star/text/TableIndex.idl
@@ -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,61 +7,59 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
- 
- 
-#ifndef __com_sun_star_text_TableIndex_idl__ 
-#define __com_sun_star_text_TableIndex_idl__ 
- 
-#include <com/sun/star/text/BaseIndex.idl> 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text { 
- 
-//============================================================================= 
- 
+
+
+#ifndef __com_sun_star_text_TableIndex_idl__
+#define __com_sun_star_text_TableIndex_idl__
+
+#include <com/sun/star/text/BaseIndex.idl>
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 /** specifies service of table indexes within a document.
     @see com::sun::star::text::BaseIndex
  */
 published service TableIndex
-{ 
-	service  com::sun::star::text::BaseIndex; 
- 
+{
+	service  com::sun::star::text::BaseIndex;
+
     //-------------------------------------------------------------------------
-	/** determines if the name or the label of an object is used to create the index. 
-	 */ 
-	[optional, property] boolean CreateFromLabels; //tables, illustrations 
-    
+	/** determines if the name or the label of an object is used to create the index.
+	 */
+	[optional, property] boolean CreateFromLabels; //tables, illustrations
+
     //-------------------------------------------------------------------------
-    /** determines the name of the sequence field that is evaluated to create the index. 
-	 */ 
-    [optional, property] string LabelCategory; //tables, illustrations 
-    
+    /** determines the name of the sequence field that is evaluated to create the index.
+	 */
+    [optional, property] string LabelCategory; //tables, illustrations
+
     //-------------------------------------------------------------------------
-	/** determines the way the paragraph containing a label is included in the index. 
+	/** determines the way the paragraph containing a label is included in the index.
         @see ReferenceFieldPart allowed constant values: only TEXT, CATEGORY_AND_NUMBER and
 		ONLY_CAPTION
-     */ 
-	[optional, property] short LabelDisplayType;//tables, illustrations 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
- 
- 
+     */
+	[optional, property] short LabelDisplayType;//tables, illustrations
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/TableRows.idl b/main/offapi/com/sun/star/text/TableRows.idl
index 34bc468..0307252 100644
--- a/main/offapi/com/sun/star/text/TableRows.idl
+++ b/main/offapi/com/sun/star/text/TableRows.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/TemplateDisplayFormat.idl b/main/offapi/com/sun/star/text/TemplateDisplayFormat.idl
index 1f11108..bc50b63 100644
--- a/main/offapi/com/sun/star/text/TemplateDisplayFormat.idl
+++ b/main/offapi/com/sun/star/text/TemplateDisplayFormat.idl
@@ -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,81 +7,81 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_TemplateDisplayFormat_idl__ 
-#define __com_sun_star_text_TemplateDisplayFormat_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_TemplateDisplayFormat_idl__
+#define __com_sun_star_text_TemplateDisplayFormat_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from idl: constants com::sun::star::text::TemplateDisplayFormat
-/** These constants are used to specify which information about a template is 
+/** These constants are used to specify which information about a template is
 		displayed in a field.
  */
 published constants TemplateDisplayFormat
-{ 
-	//------------------------------------------------------------------------- 
-	// The complete path of the file will be displayed. 
-	
+{
+	//-------------------------------------------------------------------------
+	// The complete path of the file will be displayed.
+
 	// DocMerge: empty anyway
-	const short FULL = 0; 
- 
-	//------------------------------------------------------------------------- 
-	// Only the path of the template file will be displayed. 
-	
+	const short FULL = 0;
+
+	//-------------------------------------------------------------------------
+	// Only the path of the template file will be displayed.
+
 	// DocMerge: empty anyway
-	const short PATH = 1; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short PATH = 1;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::TemplateDisplayFormat::NAME
-	/** Only the file name, without file extension, of the template 
+	/** Only the file name, without file extension, of the template
 				file will be displayed.
 	 */
-	const short NAME = 2; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short NAME = 2;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::TemplateDisplayFormat::NAME_AND_EXT
-	/** The file name and the file extension of the template 
+	/** The file name and the file extension of the template
 				file will be displayed.
 	 */
-	const short NAME_AND_EXT = 3; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short NAME_AND_EXT = 3;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::TemplateDisplayFormat::AREA
 	/** The name of the template area is displayed.
 	 */
-	const short AREA = 4; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short AREA = 4;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::TemplateDisplayFormat::TITLE
 	/** The title of the template file is displayed.
 	 */
-	const short TITLE = 5; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
+	const short TITLE = 5;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/Text.idl b/main/offapi/com/sun/star/text/Text.idl
index b3ac543..d5d9433 100644
--- a/main/offapi/com/sun/star/text/Text.idl
+++ b/main/offapi/com/sun/star/text/Text.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/TextColumn.idl b/main/offapi/com/sun/star/text/TextColumn.idl
index 8f3098e..b1db38d 100644
--- a/main/offapi/com/sun/star/text/TextColumn.idl
+++ b/main/offapi/com/sun/star/text/TextColumn.idl
@@ -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,68 +7,68 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_TextColumn_idl__ 
-#define __com_sun_star_text_TextColumn_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_TextColumn_idl__
+#define __com_sun_star_text_TextColumn_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: struct com::sun::star::text::TextColumn
 /** defines a single text column.
  */
 published struct TextColumn
 {
 	// DocMerge from xml: field com::sun::star::text::TextColumn::Width
-	/** contains the relative width of the column, including both margins. 
-		
-		
+	/** contains the relative width of the column, including both margins.
+
+
 		Width isn't a metric value, its a relative value to the sum of the width of all columns.
 	 */
-	long Width; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	long Width;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: field com::sun::star::text::TextColumn::LeftMargin
-	/** contains the left margin of the column. 
-		
-		
-		
+	/** contains the left margin of the column.
+
+
+
 		<p>This is a metric value.</p>
 	 */
-	long LeftMargin; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	long LeftMargin;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: field com::sun::star::text::TextColumn::RightMargin
-	/** contains the right margin of the column. 
-		
-		
-		
+	/** contains the right margin of the column.
+
+
+
 		<p>This is a metric value.</p>
 	 */
-	long RightMargin; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	long RightMargin;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/TextColumnSequence.idl b/main/offapi/com/sun/star/text/TextColumnSequence.idl
index a0e97fd..e1e5942 100644
--- a/main/offapi/com/sun/star/text/TextColumnSequence.idl
+++ b/main/offapi/com/sun/star/text/TextColumnSequence.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -29,7 +29,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module text { 
+module com { module sun { module star { module text {
 
 //=============================================================================
 /**
@@ -38,6 +38,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/text/TextColumns.idl b/main/offapi/com/sun/star/text/TextColumns.idl
index f9974e2..2fafe3f 100644
--- a/main/offapi/com/sun/star/text/TextColumns.idl
+++ b/main/offapi/com/sun/star/text/TextColumns.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -56,7 +56,7 @@
     [readonly, property]  boolean IsAutomatic;
     //------------------------------------------------------------------------
     /** contains the distance between the columns. It is valid if the property IsAutomatic is set.
- <!-- The h -->Half of this distance is set to the left and right margins of all columns, 
+ <!-- The h -->Half of this distance is set to the left and right margins of all columns,
 	except for the left margin of the first column, and the right margin of the last column.*/
     [property]  long AutomaticDistance;
     //------------------------------------------------------------------------
diff --git a/main/offapi/com/sun/star/text/TextContent.idl b/main/offapi/com/sun/star/text/TextContent.idl
index 6907f0c..2e89b96 100644
--- a/main/offapi/com/sun/star/text/TextContent.idl
+++ b/main/offapi/com/sun/star/text/TextContent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -42,7 +42,7 @@
 
 //=============================================================================
 /** is an object which can be anchored in a text, like instances of
-	<type>TextFrame</type> or <type>TextField</type>. 
+	<type>TextFrame</type> or <type>TextField</type>.
 
 	<p>If the concrete <type>TextContent</type> has a textual
 	representation which fades into the surrounding text, then
diff --git a/main/offapi/com/sun/star/text/TextContentAnchorType.idl b/main/offapi/com/sun/star/text/TextContentAnchorType.idl
index 5933f20..af28d58 100644
--- a/main/offapi/com/sun/star/text/TextContentAnchorType.idl
+++ b/main/offapi/com/sun/star/text/TextContentAnchorType.idl
@@ -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,88 +7,88 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_TextContentAnchorType_idl__ 
-#define __com_sun_star_text_TextContentAnchorType_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_TextContentAnchorType_idl__
+#define __com_sun_star_text_TextContentAnchorType_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: enum com::sun::star::text::TextContentAnchorType
 /** specify how the text content is attached to its
 	surrounding text.
  */
 published enum TextContentAnchorType
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::text::TextContentAnchorType::AT_PARAGRAPH
 	/** The anchor of the object is set at the top left position of the paragraph.
 	 */
-	AT_PARAGRAPH, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	AT_PARAGRAPH,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::text::TextContentAnchorType::AS_CHARACTER
 	/** The object is anchored instead of a character.
-		
-		
-		
+
+
+
 		<p>The size of the object influences the height of the text line.</p>
 	 */
-	AS_CHARACTER, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	AS_CHARACTER,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::text::TextContentAnchorType::AT_PAGE
 	/** The object is anchored to the page.
-		
-		
-		
+
+
+
 		<p>The position does not change if the content of the document is changed.</p>
 	 */
-	AT_PAGE, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	AT_PAGE,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::text::TextContentAnchorType::AT_FRAME
 	/** The object is anchored to a text frame.
 	 */
-	AT_FRAME, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	AT_FRAME,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::text::TextContentAnchorType::AT_CHARACTER
 	/** The object is anchored to a character.
-		
-		
-		
+
+
+
 		<p>The position of the object changes if the position of this
 		character is changed.
 		</p>
 	 */
-	AT_CHARACTER 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
+	AT_CHARACTER
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/TextContentCollection.idl b/main/offapi/com/sun/star/text/TextContentCollection.idl
index d6a3add..40275e6 100644
--- a/main/offapi/com/sun/star/text/TextContentCollection.idl
+++ b/main/offapi/com/sun/star/text/TextContentCollection.idl
@@ -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,61 +7,61 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_TextContentCollection_idl__ 
-#define __com_sun_star_text_TextContentCollection_idl__ 
- 
-#ifndef __com_sun_star_container_XNameAccess_idl__ 
-#include <com/sun/star/container/XNameAccess.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XContainer_idl__ 
-#include <com/sun/star/container/XContainer.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_TextContentCollection_idl__
+#define __com_sun_star_text_TextContentCollection_idl__
+
+#ifndef __com_sun_star_container_XNameAccess_idl__
+#include <com/sun/star/container/XNameAccess.idl>
+#endif
+
+#ifndef __com_sun_star_container_XContainer_idl__
+#include <com/sun/star/container/XContainer.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: service com::sun::star::text::TextContentCollection
 /** Objects of this type are collections of text contents of the same type.@see Text
  */
 published service TextContentCollection
-{ 
- 
-	 
+{
+
+
 	// DocMerge from xml: service com::sun::star::text::TextContentCollection: interface com::sun::star::container::XNameAccess
-	/** Each text content is accessible by its name, which is unique  
+	/** Each text content is accessible by its name, which is unique
 				within the collection.
 	 */
-	interface com::sun::star::container::XNameAccess; 
- 
-	 
+	interface com::sun::star::container::XNameAccess;
+
+
 	// DocMerge from xml: service com::sun::star::text::TextContentCollection: interface com::sun::star::container::XContainer
-	/** The insertion and removal of text contents of this type are 
+	/** The insertion and removal of text contents of this type are
 				broadcasted via this interface.
 	 */
-	interface com::sun::star::container::XContainer; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	interface com::sun::star::container::XContainer;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/TextCursor.idl b/main/offapi/com/sun/star/text/TextCursor.idl
index 1084208..a5e2dca 100644
--- a/main/offapi/com/sun/star/text/TextCursor.idl
+++ b/main/offapi/com/sun/star/text/TextCursor.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/TextDocument.idl b/main/offapi/com/sun/star/text/TextDocument.idl
index e7e4fe5..4a716a4 100644
--- a/main/offapi/com/sun/star/text/TextDocument.idl
+++ b/main/offapi/com/sun/star/text/TextDocument.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/TextDocumentView.idl b/main/offapi/com/sun/star/text/TextDocumentView.idl
index 36494bc..691d812 100644
--- a/main/offapi/com/sun/star/text/TextDocumentView.idl
+++ b/main/offapi/com/sun/star/text/TextDocumentView.idl
@@ -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,67 +7,67 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_TextDocumentView_idl__ 
-#define __com_sun_star_text_TextDocumentView_idl__ 
- 
-#ifndef __com_sun_star_view_OfficeDocumentView_idl__ 
-#include <com/sun/star/view/OfficeDocumentView.idl> 
-#endif 
- 
-#ifndef __com_sun_star_view_XViewSettingsSupplier_idl__ 
-#include <com/sun/star/view/XViewSettingsSupplier.idl> 
-#endif 
- 
-#ifndef __com_sun_star_text_XTextViewCursorSupplier_idl__ 
-#include <com/sun/star/text/XTextViewCursorSupplier.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_TextDocumentView_idl__
+#define __com_sun_star_text_TextDocumentView_idl__
+
+#ifndef __com_sun_star_view_OfficeDocumentView_idl__
+#include <com/sun/star/view/OfficeDocumentView.idl>
+#endif
+
+#ifndef __com_sun_star_view_XViewSettingsSupplier_idl__
+#include <com/sun/star/view/XViewSettingsSupplier.idl>
+#endif
+
+#ifndef __com_sun_star_text_XTextViewCursorSupplier_idl__
+#include <com/sun/star/text/XTextViewCursorSupplier.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 /** specifies the view of a <type>TextDocument</type>.
  */
 published service TextDocumentView
-{ 
-	service com::sun::star::view::OfficeDocumentView; 
- 
-	 
+{
+	service com::sun::star::view::OfficeDocumentView;
+
+
 	/** This interface permits access to the properties of the view.
 	 */
-	interface com::sun::star::view::XViewSettingsSupplier; 
- 
-	 
-	/** This interface makes it possible to access the cursor which belongs 
+	interface com::sun::star::view::XViewSettingsSupplier;
+
+
+	/** This interface makes it possible to access the cursor which belongs
 				to the view and can be visible for the user.
 	 */
-	interface com::sun::star::text::XTextViewCursorSupplier; 
- 
+	interface com::sun::star::text::XTextViewCursorSupplier;
+
 
     /** Gives access to the objects properties.
-        
+
         @since OpenOffice 2.0
      */
-    [optional] interface com::sun::star::beans::XPropertySet; 
+    [optional] interface com::sun::star::beans::XPropertySet;
 
 
     //-------------------------------------------------------------------------
@@ -79,7 +79,7 @@
         @since OpenOffice 2.0
      */
     [optional, property, readonly] long PageCount;
-    
+
     //-------------------------------------------------------------------------
     /** returns the number of lines in the document
 
@@ -87,30 +87,30 @@
         obtaining this value may take some time.</p>
 
         <p>Empty paragraphs are not counted.</p>
-        
+
         @since OpenOffice 2.0
      */
     [optional, property, readonly] long LineCount;
-    
+
     //-------------------------------------------------------------------------
     /** specifies if spellchecking should be done while typing.
 
         @since OpenOffice 2.0
      */
     [optional, property] boolean IsConstantSpellcheck;
-    
+
     //-------------------------------------------------------------------------
     /** specifies if the marks for misspelled text should be displayed.
 
         @since OpenOffice 2.0
      */
     [optional, property] boolean IsHideSpellMarks;
-    
+
     //-------------------------------------------------------------------------
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/TextEmbeddedObject.idl b/main/offapi/com/sun/star/text/TextEmbeddedObject.idl
index 0be78ed..0f5ba82 100644
--- a/main/offapi/com/sun/star/text/TextEmbeddedObject.idl
+++ b/main/offapi/com/sun/star/text/TextEmbeddedObject.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -54,22 +54,22 @@
 	interface com::sun::star::document::XEmbeddedObjectSupplier;
         /* If you get this property you get the CLSID of the OLE2 document stream
                 contained in this OLE2 shape. If you set it, an empty OLE2 document stream
-                with this CLSID is created within this OLE2 shape. 
+                with this CLSID is created within this OLE2 shape.
             The property can only be set as long as the object is not inserted into the document.
         */
         [property] string CLSID;
-        //------------------------------------------------------------------------- 
+        //-------------------------------------------------------------------------
 
         /** This is the model for the OLE2 object.
             <p>This property if void if the ole2 is not an
             Office component.</p>
-        
+
         */
         [readonly, maybevoid, property] com::sun::star::frame::XModel Model;
-        //------------------------------------------------------------------------- 
+        //-------------------------------------------------------------------------
 
         /** This is the component for the OLE2 object.
-        
+
         */
         [readonly, maybevoid, property] com::sun::star::lang::XComponent Component;
 };
diff --git a/main/offapi/com/sun/star/text/TextEmbeddedObjects.idl b/main/offapi/com/sun/star/text/TextEmbeddedObjects.idl
index 2070817..62b8a6d 100644
--- a/main/offapi/com/sun/star/text/TextEmbeddedObjects.idl
+++ b/main/offapi/com/sun/star/text/TextEmbeddedObjects.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/TextField.idl b/main/offapi/com/sun/star/text/TextField.idl
index 69d4f66..ff7b978 100644
--- a/main/offapi/com/sun/star/text/TextField.idl
+++ b/main/offapi/com/sun/star/text/TextField.idl
@@ -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,55 +7,55 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_TextField_idl__ 
-#define __com_sun_star_text_TextField_idl__ 
+#ifndef __com_sun_star_text_TextField_idl__
+#define __com_sun_star_text_TextField_idl__
 
 #ifndef __com_sun_star_beans_XPropertySet_idl__
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
 
-#ifndef __com_sun_star_text_TextContent_idl__ 
-#include <com/sun/star/text/TextContent.idl> 
-#endif 
+#ifndef __com_sun_star_text_TextContent_idl__
+#include <com/sun/star/text/TextContent.idl>
+#endif
 
-#ifndef __com_sun_star_text_XTextField_idl__ 
-#include <com/sun/star/text/XTextField.idl> 
-#endif 
+#ifndef __com_sun_star_text_XTextField_idl__
+#include <com/sun/star/text/XTextField.idl>
+#endif
 
 
-//============================================================================= 
+//=============================================================================
 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 /** A <type>TextField</type> is a <type>TextContent</type> which fades its
 	textual representation into the text range to which it is anchored.
  */
 published service TextField
-{ 
-	service com::sun::star::text::TextContent; 
- 
-	 
-	/** This interface is used to access the textual representation of 
+{
+	service com::sun::star::text::TextContent;
+
+
+	/** This interface is used to access the textual representation of
         this field.
 	 */
-	interface com::sun::star::text::XTextField; 
- 
-	/** makes it possible to access the properties of the field, if any. 
+	interface com::sun::star::text::XTextField;
+
+	/** makes it possible to access the properties of the field, if any.
 	*/
 	[optional] interface com::sun::star::beans::XPropertySet;
 
@@ -63,7 +63,7 @@
 
     /** specifies if the text field is actually used in the document.
 
-        <p>Not all available text fields are used, for example fields 
+        <p>Not all available text fields are used, for example fields
         that are part of unused styles.</p>
 
         @since OpenOffice 2.0.1
@@ -84,11 +84,11 @@
 
     //-------------------------------------------------------------------------
 
-}; 
+};
 
- 
-//============================================================================= 
- 
-}; }; }; };  
 
-#endif 
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/TextFieldEnumeration.idl b/main/offapi/com/sun/star/text/TextFieldEnumeration.idl
index 9c92bf0..159e648 100644
--- a/main/offapi/com/sun/star/text/TextFieldEnumeration.idl
+++ b/main/offapi/com/sun/star/text/TextFieldEnumeration.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/TextFieldMaster.idl b/main/offapi/com/sun/star/text/TextFieldMaster.idl
index ec06efb..30eaeff 100644
--- a/main/offapi/com/sun/star/text/TextFieldMaster.idl
+++ b/main/offapi/com/sun/star/text/TextFieldMaster.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/TextFieldMasters.idl b/main/offapi/com/sun/star/text/TextFieldMasters.idl
index 97fbe15..2468412 100644
--- a/main/offapi/com/sun/star/text/TextFieldMasters.idl
+++ b/main/offapi/com/sun/star/text/TextFieldMasters.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/TextFields.idl b/main/offapi/com/sun/star/text/TextFields.idl
index 183d717..3377509 100644
--- a/main/offapi/com/sun/star/text/TextFields.idl
+++ b/main/offapi/com/sun/star/text/TextFields.idl
@@ -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,59 +7,59 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_TextFields_idl__ 
-#define __com_sun_star_text_TextFields_idl__ 
+#ifndef __com_sun_star_text_TextFields_idl__
+#define __com_sun_star_text_TextFields_idl__
 
-#ifndef __com_sun_star_container_XEnumerationAccess_idl__ 
-#include <com/sun/star/container/XEnumerationAccess.idl> 
-#endif 
+#ifndef __com_sun_star_container_XEnumerationAccess_idl__
+#include <com/sun/star/container/XEnumerationAccess.idl>
+#endif
 
-#ifndef __com_sun_star_util_XRefreshable_idl__ 
-#include <com/sun/star/util/XRefreshable.idl> 
-#endif 
+#ifndef __com_sun_star_util_XRefreshable_idl__
+#include <com/sun/star/util/XRefreshable.idl>
+#endif
 
-//============================================================================= 
+//=============================================================================
 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: service com::sun::star::text::TextFields
 /** This is a collection of <type>TextField</type> instances.
  */
 published service TextFields
-{ 
-	 
+{
+
 	// DocMerge from xml: service com::sun::star::text::TextFields: interface com::sun::star::container::XEnumerationAccess
-	/** This interface makes it possible to create an enumeration through 
-				all text fields in this container. 
-				 
+	/** This interface makes it possible to create an enumeration through
+				all text fields in this container.
+
 		<p>All elements are of type <type>XTextField</type>.</p>
 	 */
-	interface com::sun::star::container::XEnumerationAccess; 
- 
-	 
+	interface com::sun::star::container::XEnumerationAccess;
+
+
 	/** makes it possible to refresh (recalculate etc.) all fields.
 	*/
 	interface com::sun::star::util::XRefreshable;
-		
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/TextFrame.idl b/main/offapi/com/sun/star/text/TextFrame.idl
index 0a0551f..e8073c1 100644
--- a/main/offapi/com/sun/star/text/TextFrame.idl
+++ b/main/offapi/com/sun/star/text/TextFrame.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -103,32 +103,32 @@
 	//-------------------------------------------------------------------------
 	/** determines the interpretation of the height and relative
         height properties.
-          
+
             @see SizeType
 	 */
 	[property] short SizeType;
     //-------------------------------------------------------------------------
     /** determines if the text frame should be editable in a read-only document.
-        (This is usually used in forms.) 
-          
+        (This is usually used in forms.)
+
      */
     [optional, property] boolean EditInReadonly;
-    
+
     //-------------------------------------------------------------------------
     /** determines the interpretation of the width and relative
         width properties.
-            
+
         @see    SizeType
         @since OpenOffice 2.4
      */
     [optional, property] short WidthType;
-    
+
     //-----------------------------------------------------------------------------
     /** contains the writing direction, as represented by the
         <type scope="com::sun::star::text">WritingMode2</type> constants
      */
     [optional, property] short WritingMode;
-    
+
     //-----------------------------------------------------------------------------
     /** controls, if the frame follows the text flow or can leave its layout environment
 
diff --git a/main/offapi/com/sun/star/text/TextFrames.idl b/main/offapi/com/sun/star/text/TextFrames.idl
index 1d63b7e..9cf5430 100644
--- a/main/offapi/com/sun/star/text/TextFrames.idl
+++ b/main/offapi/com/sun/star/text/TextFrames.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/TextGraphicObject.idl b/main/offapi/com/sun/star/text/TextGraphicObject.idl
index 788b48f..7facc6f 100644
--- a/main/offapi/com/sun/star/text/TextGraphicObject.idl
+++ b/main/offapi/com/sun/star/text/TextGraphicObject.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/TextGraphicObjects.idl b/main/offapi/com/sun/star/text/TextGraphicObjects.idl
index 2f7f963..7b96c27 100644
--- a/main/offapi/com/sun/star/text/TextGraphicObjects.idl
+++ b/main/offapi/com/sun/star/text/TextGraphicObjects.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/TextGridMode.idl b/main/offapi/com/sun/star/text/TextGridMode.idl
index 196f298..a941c92 100644
--- a/main/offapi/com/sun/star/text/TextGridMode.idl
+++ b/main/offapi/com/sun/star/text/TextGridMode.idl
@@ -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,52 +7,52 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_TextGridMode_idl__ 
-#define __com_sun_star_text_TextGridMode_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_TextGridMode_idl__
+#define __com_sun_star_text_TextGridMode_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 /** this set of constants describes different modes for text grids
  */
 published constants TextGridMode
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** no text grid */
 	const short NONE = 0;
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** line positions will be determined by the grid */
 	const short LINES = 1;
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** character and line positions will be determined by the grid */
 	const short LINES_AND_CHARS = 2;
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/TextLayoutCursor.idl b/main/offapi/com/sun/star/text/TextLayoutCursor.idl
index f92eab3..c55a310 100644
--- a/main/offapi/com/sun/star/text/TextLayoutCursor.idl
+++ b/main/offapi/com/sun/star/text/TextLayoutCursor.idl
@@ -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,53 +7,53 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_TextLayoutCursor_idl__ 
-#define __com_sun_star_text_TextLayoutCursor_idl__ 
+#ifndef __com_sun_star_text_TextLayoutCursor_idl__
+#define __com_sun_star_text_TextLayoutCursor_idl__
 
-#ifndef __com_sun_star_text_TextCursor_idl__ 
-#include <com/sun/star/text/TextCursor.idl> 
-#endif 
+#ifndef __com_sun_star_text_TextCursor_idl__
+#include <com/sun/star/text/TextCursor.idl>
+#endif
 
-#ifndef __com_sun_star_text_XPageCursor_idl__ 
-#include <com/sun/star/text/XPageCursor.idl> 
-#endif 
+#ifndef __com_sun_star_text_XPageCursor_idl__
+#include <com/sun/star/text/XPageCursor.idl>
+#endif
 
 
-//============================================================================= 
+//=============================================================================
 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: service com::sun::star::text::TextLayoutCursor
-/** A <type>TextLayoutCursor</type> is a <type>TextRange</type> which can 
+/** A <type>TextLayoutCursor</type> is a <type>TextRange</type> which can
 	travel within a layout of a <type>Text</type> object.
  */
 published service TextLayoutCursor
-{ 
+{
 	// DocMerge: empty anyway
-	service com::sun::star::text::TextCursor; 
-	
-	// DocMerge: empty anyway
-	interface com::sun::star::text::XPageCursor; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
+	service com::sun::star::text::TextCursor;
 
-#endif 
+	// DocMerge: empty anyway
+	interface com::sun::star::text::XPageCursor;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/TextMarkupDescriptor.idl b/main/offapi/com/sun/star/text/TextMarkupDescriptor.idl
index 0eda07a..2d08a2d 100644
--- a/main/offapi/com/sun/star/text/TextMarkupDescriptor.idl
+++ b/main/offapi/com/sun/star/text/TextMarkupDescriptor.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -38,7 +38,7 @@
 module com {  module sun {  module star {  module text {
 
 //=============================================================================
-    
+
 /** A descriptor for a single text markup.
 
     @since OpenOffice 3.0.1
@@ -48,16 +48,16 @@
 {
 	/// Type of text markup see <type>TextMarkupType</type>
 	long		nType;
-	
+
 	/// A string used to identify the caller
 	string		aIdentifier;
-	
+
 	/// Start of the markup range
 	long		nOffset;
-	
+
 	/// Length of the markup range
 	long		nLength;
-	
+
 	/// contains additional information about the markup
 	com::sun::star::container::XStringKeyMap xMarkupInfoContainer;
 };
diff --git a/main/offapi/com/sun/star/text/TextMarkupType.idl b/main/offapi/com/sun/star/text/TextMarkupType.idl
index 2c82692..649b750 100644
--- a/main/offapi/com/sun/star/text/TextMarkupType.idl
+++ b/main/offapi/com/sun/star/text/TextMarkupType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -41,27 +41,27 @@
 constants TextMarkupType
 {
     /** Markup originates from spell checking.
-     */ 
+     */
     const long SPELLCHECK = 1;
 
     /** Markup originates from proofreading
         @since OpenOffice 3.0.1
-     */ 
+     */
     const long PROOFREADING = 2;
 
     /** Markup originates from smart tag checking.
-     */ 
+     */
     const long SMARTTAG = 3;
 
     /** Markup originates from proofreading
         An inivisible markup type used in proofreading API calls.
         @since OpenOffice 3.0.1
-     */ 
+     */
     const long SENTENCE = 4;
 
     /** Markups originates from change tracking.
         @since OpenOffice 3.3
-     */ 
+     */
     const long TRACK_CHANGE_INSERTION = 5;
     const long TRACK_CHANGE_DELETION = 6;
     const long TRACK_CHANGE_FORMATCHANGE = 7;
diff --git a/main/offapi/com/sun/star/text/TextPageStyle.idl b/main/offapi/com/sun/star/text/TextPageStyle.idl
index 0d6ef1d..114ce43 100644
--- a/main/offapi/com/sun/star/text/TextPageStyle.idl
+++ b/main/offapi/com/sun/star/text/TextPageStyle.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/TextPortion.idl b/main/offapi/com/sun/star/text/TextPortion.idl
index bc8504d..f842ff2 100644
--- a/main/offapi/com/sun/star/text/TextPortion.idl
+++ b/main/offapi/com/sun/star/text/TextPortion.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/TextPortionEnumeration.idl b/main/offapi/com/sun/star/text/TextPortionEnumeration.idl
index b075983..8989d06 100644
--- a/main/offapi/com/sun/star/text/TextPortionEnumeration.idl
+++ b/main/offapi/com/sun/star/text/TextPortionEnumeration.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/TextRange.idl b/main/offapi/com/sun/star/text/TextRange.idl
index 79db728..e8ad1d7 100644
--- a/main/offapi/com/sun/star/text/TextRange.idl
+++ b/main/offapi/com/sun/star/text/TextRange.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -75,7 +75,7 @@
 	for a single paragraph. Because this is the mechanism to use to export
 	data, all formatting attributes and contents bound to this range have
 	to be available from implementations of this service. </p>
-	
+
 	@see Text
  */
 published service TextRange
diff --git a/main/offapi/com/sun/star/text/TextRangeContentProperties.idl b/main/offapi/com/sun/star/text/TextRangeContentProperties.idl
index 4b56c7c..9b241c3 100644
--- a/main/offapi/com/sun/star/text/TextRangeContentProperties.idl
+++ b/main/offapi/com/sun/star/text/TextRangeContentProperties.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/TextRanges.idl b/main/offapi/com/sun/star/text/TextRanges.idl
index 33dc4e0..0142b0b 100644
--- a/main/offapi/com/sun/star/text/TextRanges.idl
+++ b/main/offapi/com/sun/star/text/TextRanges.idl
@@ -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,45 +7,45 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_TextRanges_idl__ 
-#define __com_sun_star_text_TextRanges_idl__ 
- 
-#ifndef __com_sun_star_container_XIndexAccess_idl__ 
-#include <com/sun/star/container/XIndexAccess.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_TextRanges_idl__
+#define __com_sun_star_text_TextRanges_idl__
+
+#ifndef __com_sun_star_container_XIndexAccess_idl__
+#include <com/sun/star/container/XIndexAccess.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: service com::sun::star::text::TextRanges
 /** provides a container for <type>XTextRange</type> objects.
  */
 published service TextRanges
-{ 
+{
 	// DocMerge: empty anyway
-	interface com::sun::star::container::XIndexAccess; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	interface com::sun::star::container::XIndexAccess;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/TextSection.idl b/main/offapi/com/sun/star/text/TextSection.idl
index bf28c87..610d78c 100644
--- a/main/offapi/com/sun/star/text/TextSection.idl
+++ b/main/offapi/com/sun/star/text/TextSection.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/TextSections.idl b/main/offapi/com/sun/star/text/TextSections.idl
index f39067b..4f63c75 100644
--- a/main/offapi/com/sun/star/text/TextSections.idl
+++ b/main/offapi/com/sun/star/text/TextSections.idl
@@ -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,52 +7,52 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_TextSections_idl__ 
-#define __com_sun_star_text_TextSections_idl__ 
- 
-#ifndef __com_sun_star_container_XIndexAccess_idl__ 
-#include <com/sun/star/container/XIndexAccess.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XNameAccess_idl__ 
-#include <com/sun/star/container/XNameAccess.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_TextSections_idl__
+#define __com_sun_star_text_TextSections_idl__
+
+#ifndef __com_sun_star_container_XIndexAccess_idl__
+#include <com/sun/star/container/XIndexAccess.idl>
+#endif
+
+#ifndef __com_sun_star_container_XNameAccess_idl__
+#include <com/sun/star/container/XNameAccess.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: service com::sun::star::text::TextSections
 /** provides access to the text sections in a text document.
  */
 published service TextSections
-{ 
+{
 	// DocMerge: empty anyway
-	interface com::sun::star::container::XIndexAccess; 
-	
+	interface com::sun::star::container::XIndexAccess;
+
 	// DocMerge: empty anyway
-	interface com::sun::star::container::XNameAccess; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	interface com::sun::star::container::XNameAccess;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/TextSortDescriptor.idl b/main/offapi/com/sun/star/text/TextSortDescriptor.idl
index 811b827..91c076c 100644
--- a/main/offapi/com/sun/star/text/TextSortDescriptor.idl
+++ b/main/offapi/com/sun/star/text/TextSortDescriptor.idl
@@ -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,133 +7,133 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_TextSortDescriptor_idl__ 
-#define __com_sun_star_text_TextSortDescriptor_idl__ 
- 
-#ifndef __com_sun_star_util_SortDescriptor_idl__ 
-#include <com/sun/star/util/SortDescriptor.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_TextSortDescriptor_idl__
+#define __com_sun_star_text_TextSortDescriptor_idl__
+
+#ifndef __com_sun_star_util_SortDescriptor_idl__
+#include <com/sun/star/util/SortDescriptor.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: service com::sun::star::text::TextSortDescriptor
 /** describes sort criteria for sorting text.
 
     @deprecated
  */
 published service TextSortDescriptor
-{ 
+{
 	// DocMerge: empty anyway
-	service com::sun::star::util::SortDescriptor; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	service com::sun::star::util::SortDescriptor;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::text::TextSortDescriptor::Delimiter
 	/** contains the character that marks the separation of columns.
 	 */
-	[property] char Delimiter; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] char Delimiter;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::text::TextSortDescriptor::IsSortInTable
 	/** determines if the content of a table is to be sorted.
 	 */
-	[property] boolean IsSortInTable; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean IsSortInTable;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::text::TextSortDescriptor::SortRowOrColumnNo0
 	/** contains the row or column index used in the first search key.
 	 */
-	[property] long SortRowOrColumnNo0; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] long SortRowOrColumnNo0;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::text::TextSortDescriptor::IsSortNumeric0
 	/** determines if the sorting in the first search key is done
 		numeric or alphanumeric order.
 	 */
-	[property] boolean IsSortNumeric0; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean IsSortNumeric0;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::text::TextSortDescriptor::IsSortAscending0
 	/** determines if the sorting in the first search key is done
 		in ascending or descending order.
 	 */
-	[property] boolean IsSortAscending0; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean IsSortAscending0;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::text::TextSortDescriptor::SortRowOrColumnNo1
 	/** contains the row or column index used in the second search key.
 	 */
-	[property] long SortRowOrColumnNo1; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] long SortRowOrColumnNo1;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::text::TextSortDescriptor::IsSortNumeric1
 	/** determines if the sorting in the second search key is done
 		in numeric or alphanumeric order.
 	 */
-	[property] boolean IsSortNumeric1; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean IsSortNumeric1;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::text::TextSortDescriptor::IsSortAscending1
 	/** determines if the sorting in the second search key is done
 		in ascending or descending order.
 	 */
-	[property] boolean IsSortAscending1; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean IsSortAscending1;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::text::TextSortDescriptor::SortRowOrColumnNo2
 	/** contains the row or column index used in the third search key.
 	 */
-	[property] long SortRowOrColumnNo2; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] long SortRowOrColumnNo2;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::text::TextSortDescriptor::IsSortNumeric2
 	/** determines if the sorting in the third search key is done
 		in numeric or alphanumeric order.
 	 */
-	[property] boolean IsSortNumeric2; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean IsSortNumeric2;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: property com::sun::star::text::TextSortDescriptor::IsSortAscending2
 	/** determines if the sorting in the third search key is done
 		in ascending or descending order.
 	 */
-	[property] boolean IsSortAscending2; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	[property] boolean IsSortAscending2;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/text/TextSortDescriptor2.idl b/main/offapi/com/sun/star/text/TextSortDescriptor2.idl
index d24c035..23c7bbd 100644
--- a/main/offapi/com/sun/star/text/TextSortDescriptor2.idl
+++ b/main/offapi/com/sun/star/text/TextSortDescriptor2.idl
@@ -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,67 +7,67 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_TextSortDescriptor2_idl__ 
-#define __com_sun_star_text_TextSortDescriptor2_idl__ 
- 
-#ifndef __com_sun_star_table_TableSortDescriptor2_idl__ 
-#include <com/sun/star/table/TableSortDescriptor2.idl> 
-#endif 
-#ifndef __com_sun_star_table_TableSortField_idl__ 
-#include <com/sun/star/table/TableSortField.idl> 
-#endif 
-#ifndef __com_sun_star_table_TableSortFieldType_idl__ 
-#include <com/sun/star/table/TableSortFieldType.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_TextSortDescriptor2_idl__
+#define __com_sun_star_text_TextSortDescriptor2_idl__
+
+#ifndef __com_sun_star_table_TableSortDescriptor2_idl__
+#include <com/sun/star/table/TableSortDescriptor2.idl>
+#endif
+#ifndef __com_sun_star_table_TableSortField_idl__
+#include <com/sun/star/table/TableSortField.idl>
+#endif
+#ifndef __com_sun_star_table_TableSortFieldType_idl__
+#include <com/sun/star/table/TableSortFieldType.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 /** describes sort criteria for sorting paragraphs or table contents in
     a text document.
 
 	@since OpenOffice 1.1.2
  */
 published service TextSortDescriptor2
-{ 
+{
     service com::sun::star::table::TableSortDescriptor2;
- 
-    //------------------------------------------------------------------------- 
+
+    //-------------------------------------------------------------------------
     /** determines if the content of a table or a selection of
         paragraphs is to be sorted.
      */
-    [property] boolean IsSortInTable; 
- 
-	//------------------------------------------------------------------------- 
+    [property] boolean IsSortInTable;
+
+	//-------------------------------------------------------------------------
     /** contains the character that marks the column separator
         when a selection of paragraphs is to be sorted.
 	 */
-	[property] char Delimiter; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	[property] char Delimiter;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/text/TextSortable.idl b/main/offapi/com/sun/star/text/TextSortable.idl
index 52f739a..9886b1a 100644
--- a/main/offapi/com/sun/star/text/TextSortable.idl
+++ b/main/offapi/com/sun/star/text/TextSortable.idl
@@ -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,57 +7,57 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_TextSortable_idl__ 
-#define __com_sun_star_util_TextSortable_idl__ 
-  
-#ifndef __com_sun_star_text_TextSortDescriptor_idl__ 
-#include <com/sun/star/text/TextSortDescriptor.idl> 
-#endif 
+#ifndef __com_sun_star_util_TextSortable_idl__
+#define __com_sun_star_util_TextSortable_idl__
 
-#ifndef __com_sun_star_util_XSortable_idl__ 
-#include <com/sun/star/util/XSortable.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_TextSortDescriptor_idl__
+#include <com/sun/star/text/TextSortDescriptor.idl>
+#endif
+
+#ifndef __com_sun_star_util_XSortable_idl__
+#include <com/sun/star/util/XSortable.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 /** provides an interface for sorting.
 
     @deprecated
-    
+
     @since OpenOffice 1.1.2
-    
+
  */
 published service TextSortable
 {
         /** the properties returned by a call to the 'createSortDescriptor' method
             of this interfaces implementation are those of the
             'com.sun.star.text.TextSortDescriptor' service.
-         
+
            @see <type scope="com::sun::star::text">TextSortDescriptor</type>
          */
         interface com::sun::star::util::XSortable;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/TextTable.idl b/main/offapi/com/sun/star/text/TextTable.idl
index 354d2e4..bdc1a90 100644
--- a/main/offapi/com/sun/star/text/TextTable.idl
+++ b/main/offapi/com/sun/star/text/TextTable.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -86,8 +86,8 @@
 
 /** is a table of text cells which is anchored to a surrounding text.
 
-    <p>Note: The anchor of the actual implementation for text tables 
-    does not have a position in the text. Thus that anchor can not be 
+    <p>Note: The anchor of the actual implementation for text tables
+    does not have a position in the text. Thus that anchor can not be
     used for some operation like <member>XTextContent::attach</member> or
     <member>XText::insertTextContent</member>
     or other function that require the object to have a position in the text.</p>
@@ -118,7 +118,7 @@
 published service TextTable
 {
     service com::sun::star::text::TextContent;
-    
+
     [optional] service com::sun::star::xml::UserDefinedAttributesSupplier;
 
 	interface com::sun::star::text::XTextTable;
diff --git a/main/offapi/com/sun/star/text/TextTableCursor.idl b/main/offapi/com/sun/star/text/TextTableCursor.idl
index fcb9f02..930441c 100644
--- a/main/offapi/com/sun/star/text/TextTableCursor.idl
+++ b/main/offapi/com/sun/star/text/TextTableCursor.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/TextTableRow.idl b/main/offapi/com/sun/star/text/TextTableRow.idl
index cfb43a3..a0e8874 100644
--- a/main/offapi/com/sun/star/text/TextTableRow.idl
+++ b/main/offapi/com/sun/star/text/TextTableRow.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/TextTables.idl b/main/offapi/com/sun/star/text/TextTables.idl
index fb368cb..dca09e2 100644
--- a/main/offapi/com/sun/star/text/TextTables.idl
+++ b/main/offapi/com/sun/star/text/TextTables.idl
@@ -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,52 +7,52 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_TextTables_idl__ 
-#define __com_sun_star_text_TextTables_idl__ 
- 
-#ifndef __com_sun_star_container_XIndexAccess_idl__ 
-#include <com/sun/star/container/XIndexAccess.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XNameAccess_idl__ 
-#include <com/sun/star/container/XNameAccess.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_TextTables_idl__
+#define __com_sun_star_text_TextTables_idl__
+
+#ifndef __com_sun_star_container_XIndexAccess_idl__
+#include <com/sun/star/container/XIndexAccess.idl>
+#endif
+
+#ifndef __com_sun_star_container_XNameAccess_idl__
+#include <com/sun/star/container/XNameAccess.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: service com::sun::star::text::TextTables
 /** provides access to all tables in a document.
  */
 published service TextTables
-{ 
+{
 	// DocMerge: empty anyway
-	interface com::sun::star::container::XIndexAccess; 
-	
+	interface com::sun::star::container::XIndexAccess;
+
 	// DocMerge: empty anyway
-	interface com::sun::star::container::XNameAccess; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	interface com::sun::star::container::XNameAccess;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/TextViewCursor.idl b/main/offapi/com/sun/star/text/TextViewCursor.idl
index 15c3e9a..8101788 100644
--- a/main/offapi/com/sun/star/text/TextViewCursor.idl
+++ b/main/offapi/com/sun/star/text/TextViewCursor.idl
@@ -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,54 +7,54 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_TextViewCursor_idl__ 
-#define __com_sun_star_text_TextViewCursor_idl__ 
+#ifndef __com_sun_star_text_TextViewCursor_idl__
+#define __com_sun_star_text_TextViewCursor_idl__
 
-#ifndef __com_sun_star_text_TextLayoutCursor_idl__ 
-#include <com/sun/star/text/TextLayoutCursor.idl> 
-#endif 
+#ifndef __com_sun_star_text_TextLayoutCursor_idl__
+#include <com/sun/star/text/TextLayoutCursor.idl>
+#endif
 
-#ifndef __com_sun_star_view_XScreenCursor_idl__ 
-#include <com/sun/star/view/XScreenCursor.idl> 
-#endif 
+#ifndef __com_sun_star_view_XScreenCursor_idl__
+#include <com/sun/star/view/XScreenCursor.idl>
+#endif
 
 
-//============================================================================= 
+//=============================================================================
 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: service com::sun::star::text::TextViewCursor
-/** A <type>TextViewCursor</type> is a <type>TextRange</type> which can travel 
+/** A <type>TextViewCursor</type> is a <type>TextRange</type> which can travel
 	within a view of a <type>Text</type> object.
     @see TextDocumentView
  */
 published service TextViewCursor
-{ 
+{
 	// DocMerge: empty anyway
-	service com::sun::star::text::TextLayoutCursor; 
-	
-	// DocMerge: empty anyway
-	interface com::sun::star::view::XScreenCursor; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
+	service com::sun::star::text::TextLayoutCursor;
 
-#endif 
+	// DocMerge: empty anyway
+	interface com::sun::star::view::XScreenCursor;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/TimeDisplayFormat.idl b/main/offapi/com/sun/star/text/TimeDisplayFormat.idl
index 07cf214..3d458cf 100644
--- a/main/offapi/com/sun/star/text/TimeDisplayFormat.idl
+++ b/main/offapi/com/sun/star/text/TimeDisplayFormat.idl
@@ -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,81 +7,81 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_TimeDisplayFormat_idl__ 
-#define __com_sun_star_text_TimeDisplayFormat_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_TimeDisplayFormat_idl__
+#define __com_sun_star_text_TimeDisplayFormat_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 /** This constants define how a time field is formated before it is displayed.
 	The formate may also depend on the system or document locale.
 
 	@deprecated
  */
 published constants TimeDisplayFormat
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** the system standard
 	 */
 	const short STANDARD = 0;
 
-	//------------------------------------------------------------------------- 
-	 
+	//-------------------------------------------------------------------------
+
 	/** 13:49
 	 */
-	const short HHMM = 1; 
-	
-	//------------------------------------------------------------------------- 
-	 
+	const short HHMM = 1;
+
+	//-------------------------------------------------------------------------
+
 	/** 13:49:20
 	 */
-	const short HHMMSS = 2; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short HHMMSS = 2;
+
+	//-------------------------------------------------------------------------
+
 	/** 13:49:20.30
 	 */
-	const short HHMMSS00 = 3; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short HHMMSS00 = 3;
+
+	//-------------------------------------------------------------------------
+
 	/** 01:49
 	 */
-	const short HHMMAMPM = 4; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short HHMMAMPM = 4;
+
+	//-------------------------------------------------------------------------
+
 	/** 01:49:20
 	 */
-	const short HHMMSSAMPM = 5; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short HHMMSSAMPM = 5;
+
+	//-------------------------------------------------------------------------
+
 	/** 01:49:20.30
 	 */
-	const short HHMMSS00AMPM = 6; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	const short HHMMSS00AMPM = 6;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/UserDataPart.idl b/main/offapi/com/sun/star/text/UserDataPart.idl
index 586d5f2..6a7f94b 100644
--- a/main/offapi/com/sun/star/text/UserDataPart.idl
+++ b/main/offapi/com/sun/star/text/UserDataPart.idl
@@ -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,144 +7,144 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_UserDataPart_idl__ 
-#define __com_sun_star_text_UserDataPart_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_UserDataPart_idl__
+#define __com_sun_star_text_UserDataPart_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from idl: constants com::sun::star::text::UserDataPart
-/** These constants define which part of the user data is displayed in a 
+/** These constants define which part of the user data is displayed in a
 		user data text field (service "sun.one.text.TextField.ExtendedUser")
  */
 published constants UserDataPart
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::UserDataPart::COMPANY
 	/** The field shows the company name.
 	 */
-	const short COMPANY = 0; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short COMPANY = 0;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::UserDataPart::FIRSTNAME
 	/** The field shows the first name.
 	 */
-	const short FIRSTNAME = 1; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short FIRSTNAME = 1;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::UserDataPart::NAME
 	/** The field shows the name.
 	 */
-	const short NAME = 2; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short NAME = 2;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::UserDataPart::SHORTCUT
 	/** The field shows the initials.
 	 */
-	const short SHORTCUT = 3; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short SHORTCUT = 3;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::UserDataPart::STREET
 	/** The field shows the street.
 	 */
-	const short STREET = 4; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short STREET = 4;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::UserDataPart::COUNTRY
 	/** The field shows the country.
 	 */
-	const short COUNTRY = 5; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short COUNTRY = 5;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::UserDataPart::ZIP
 	/** The field shows the zip code.
 	 */
-	const short ZIP = 6; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short ZIP = 6;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::UserDataPart::CITY
 	/** The field shows the city.
 	 */
-	const short CITY = 7; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short CITY = 7;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::UserDataPart::TITLE
 	/** The field shows the title.
 	 */
-	const short TITLE = 8; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short TITLE = 8;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::UserDataPart::POSITION
 	/** The field shows the position.
 	 */
-	const short POSITION = 9; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short POSITION = 9;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::UserDataPart::PHONE_PRIVATE
 	/** The field shows the no of the private phone.
 	 */
-	const short PHONE_PRIVATE = 10; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short PHONE_PRIVATE = 10;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::UserDataPart::PHONE_COMPANY
 	/** The field shows the number of the business phone.
 	 */
-	const short PHONE_COMPANY = 11; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short PHONE_COMPANY = 11;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::UserDataPart::FAX
 	/** The field shows the fax no.
 	 */
-	const short FAX = 12; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short FAX = 12;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::UserDataPart::EMAIL
 	/** The field shows the e-Mail.
 	 */
-	const short EMAIL = 13; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short EMAIL = 13;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::UserDataPart::STATE
 	/** The field shows the state.
 	 */
-	const short STATE = 14; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	const short STATE = 14;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/UserDefinedIndex.idl b/main/offapi/com/sun/star/text/UserDefinedIndex.idl
index 7d52977..9cfdd92 100644
--- a/main/offapi/com/sun/star/text/UserDefinedIndex.idl
+++ b/main/offapi/com/sun/star/text/UserDefinedIndex.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/UserFieldFormat.idl b/main/offapi/com/sun/star/text/UserFieldFormat.idl
index 9d46d56..0e971f2 100644
--- a/main/offapi/com/sun/star/text/UserFieldFormat.idl
+++ b/main/offapi/com/sun/star/text/UserFieldFormat.idl
@@ -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,60 +7,60 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_UserFieldFormat_idl__ 
-#define __com_sun_star_text_UserFieldFormat_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_UserFieldFormat_idl__
+#define __com_sun_star_text_UserFieldFormat_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from idl: constants com::sun::star::text::UserFieldFormat
-/** These constants describe how the content of a user text field is 
+/** These constants describe how the content of a user text field is
 		formatted.
  */
 published constants UserFieldFormat
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::UserFieldFormat::SYSTEM
 	/** The number format of the operating system is used.
 	 */
-	const short SYSTEM = 0; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short SYSTEM = 0;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::UserFieldFormat::TEXT
 	/** The content is formatted as text.
 	 */
-	const short TEXT = 1; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short TEXT = 1;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::UserFieldFormat::NUM
 	/** The number format of the property "NumberFormat" is used.
 	 */
-	const short NUM = 2; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	const short NUM = 2;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/UserIndex.idl b/main/offapi/com/sun/star/text/UserIndex.idl
index 7cc4e09..edf538c 100644
--- a/main/offapi/com/sun/star/text/UserIndex.idl
+++ b/main/offapi/com/sun/star/text/UserIndex.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/UserIndexMark.idl b/main/offapi/com/sun/star/text/UserIndexMark.idl
index ed8ace5..e87c342 100644
--- a/main/offapi/com/sun/star/text/UserIndexMark.idl
+++ b/main/offapi/com/sun/star/text/UserIndexMark.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/VertOrientation.idl b/main/offapi/com/sun/star/text/VertOrientation.idl
index b35018f..8613cdf 100644
--- a/main/offapi/com/sun/star/text/VertOrientation.idl
+++ b/main/offapi/com/sun/star/text/VertOrientation.idl
@@ -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,111 +7,111 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_VertOrientation_idl__ 
-#define __com_sun_star_text_VertOrientation_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_VertOrientation_idl__
+#define __com_sun_star_text_VertOrientation_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from idl: constants com::sun::star::text::VertOrientation
 /** These enumeration values are used to specify the vertical orientation.
  */
 published constants VertOrientation
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::VertOrientation::NONE
 	/** no hard alignment
 	 */
-	const short NONE = 0; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short NONE = 0;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::VertOrientation::TOP
 	/** aligned at the top
 	 */
-	const short TOP = 1; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short TOP = 1;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::VertOrientation::CENTER
 	/** aligned at the center
 	 */
-	const short CENTER = 2; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short CENTER = 2;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::VertOrientation::BOTTOM
 	/** aligned at the bottom
 	 */
-	const short BOTTOM = 3; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short BOTTOM = 3;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::VertOrientation::CHAR_TOP
 	/** aligned at the top of a character (anchored to character)
 	 */
-	const short CHAR_TOP = 4; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short CHAR_TOP = 4;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::VertOrientation::CHAR_CENTER
 	/** aligned at the center of a character (anchored to character )
 	 */
-	const short CHAR_CENTER = 5; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short CHAR_CENTER = 5;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::VertOrientation::CHAR_BOTTOM
 	/** aligned at the bottom of a character (anchored to character )
 	 */
-	const short CHAR_BOTTOM = 6; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short CHAR_BOTTOM = 6;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::VertOrientation::LINE_TOP
 	/** aligned at the top of the line (anchored to character )
 	 */
-	const short LINE_TOP = 7; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short LINE_TOP = 7;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::VertOrientation::LINE_CENTER
 	/** aligned at the center of the line (anchored to character )
 	 */
-	const short LINE_CENTER = 8; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short LINE_CENTER = 8;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::text::VertOrientation::LINE_BOTTOM
 	/** aligned at the bottom of the line (anchored to character )
 	 */
-	const short LINE_BOTTOM = 9; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	const short LINE_BOTTOM = 9;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/text/VertOrientationFormat.idl b/main/offapi/com/sun/star/text/VertOrientationFormat.idl
index c071424..fabda3d 100644
--- a/main/offapi/com/sun/star/text/VertOrientationFormat.idl
+++ b/main/offapi/com/sun/star/text/VertOrientationFormat.idl
@@ -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,34 +7,34 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_VertOrientationFormat_idl__ 
-#define __com_sun_star_text_VertOrientationFormat_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_VertOrientationFormat_idl__
+#define __com_sun_star_text_VertOrientationFormat_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: struct com::sun::star::text::VertOrientationFormat
 /** describes the vertical orientation of an object.
-	
-	
-	
+
+
+
 	<p>If <code>VerticalOrientation == VERT_NONE</code>, then the value "YPos"
 	describes the distance from the top of the context. Otherwise "YPos"
 	is ignored.
@@ -46,28 +46,28 @@
 	/** contains the distance from top. Only valid if the property
 		VerticalOrientation contains the value VERT_NONE.
 	 */
-	long YPos; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	long YPos;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: field com::sun::star::text::VertOrientationFormat::VerticalOrientation
 	/** determines the vertical alignment of an object.
 		The values refer to com::sun::star::VertOrientation.
 	 */
-	short VerticalOrientation; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	short VerticalOrientation;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: field com::sun::star::text::VertOrientationFormat::VerticalRelation
 	/** determines the reference position of the vertical alignment.@see com::sun::star::text::RelOrientation
 	 */
-	short VerticalRelation; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
+	short VerticalRelation;
 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+
+#endif
diff --git a/main/offapi/com/sun/star/text/WebDocument.idl b/main/offapi/com/sun/star/text/WebDocument.idl
index 7bb8c09..48a1069 100644
--- a/main/offapi/com/sun/star/text/WebDocument.idl
+++ b/main/offapi/com/sun/star/text/WebDocument.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/WrapInfluenceOnPosition.idl b/main/offapi/com/sun/star/text/WrapInfluenceOnPosition.idl
index e67377b..6be27f4 100644
--- a/main/offapi/com/sun/star/text/WrapInfluenceOnPosition.idl
+++ b/main/offapi/com/sun/star/text/WrapInfluenceOnPosition.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/WrapTextMode.idl b/main/offapi/com/sun/star/text/WrapTextMode.idl
index fe61a7d..3eb99d2 100644
--- a/main/offapi/com/sun/star/text/WrapTextMode.idl
+++ b/main/offapi/com/sun/star/text/WrapTextMode.idl
@@ -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,81 +7,81 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_WrapTextMode_idl__ 
-#define __com_sun_star_text_WrapTextMode_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_WrapTextMode_idl__
+#define __com_sun_star_text_WrapTextMode_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: enum com::sun::star::text::WrapTextMode
 /** enumeration values specify the text wrap around objects in a text.
  */
 published enum WrapTextMode
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::text::WrapTextMode::NONE
 	/** text does not flow around the object.
 	 */
-	NONE, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	NONE,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::text::WrapTextMode::THROUGHT
 	/** text flow ignores the object.
 	 */
-	THROUGHT, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	THROUGHT,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::text::WrapTextMode::PARALLEL
 	/** text flows to the left and right of the object.
 	 */
-	PARALLEL, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	PARALLEL,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::text::WrapTextMode::DYNAMIC
 	/** text flow depends on the situation. The text formatting
 		decides the best way.
 	 */
-	DYNAMIC, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	DYNAMIC,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::text::WrapTextMode::LEFT
 	/** text flows to the left side of the object.
 	 */
-	LEFT, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	LEFT,
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: value com::sun::star::text::WrapTextMode::RIGHT
 	/** text flows to the right side of the object.
 	 */
-	RIGHT 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	RIGHT
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/WritingMode.idl b/main/offapi/com/sun/star/text/WritingMode.idl
index 91a1e53..cb937a4 100644
--- a/main/offapi/com/sun/star/text/WritingMode.idl
+++ b/main/offapi/com/sun/star/text/WritingMode.idl
@@ -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,67 +7,67 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_WritingMode_idl__ 
-#define __com_sun_star_text_WritingMode_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_WritingMode_idl__
+#define __com_sun_star_text_WritingMode_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 /** this enum covers the different writing directions
 
     @deprecated
         Use WritingMode2 instead
  */
 published enum WritingMode
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** text within lines is written left-to-right. lines and blocks are placed
 		top-to-bottom.
 		<p>
 		Typically, this is the writing mode for normal "alphabetic" text.
 	 */
-	LR_TB, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	LR_TB,
+
+	//-------------------------------------------------------------------------
+
 	/** text within a line are written right-to-left. Lines and blocks are
 		placed top-to-bottom.
 		<p>
 		Typically, this writing mode is used in Arabic and Hebrew text.
 	 */
 	RL_TB,
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** text within a line is written top-to-bottom. Lines and blocks are
 		placed right-to-left.
 		<p>
 		Typically, this writing mode is used in Chinese and Japanese text.
 	 */
 	TB_RL
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/WritingMode2.idl b/main/offapi/com/sun/star/text/WritingMode2.idl
index e650e97..71d398e 100644
--- a/main/offapi/com/sun/star/text/WritingMode2.idl
+++ b/main/offapi/com/sun/star/text/WritingMode2.idl
@@ -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,65 +7,65 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_WritingMode2_idl__ 
-#define __com_sun_star_text_WritingMode2_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_WritingMode2_idl__
+#define __com_sun_star_text_WritingMode2_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 /** this set of constants describes different writing directions
 
     <p>In addition to numerous explicit writing directions, it allows allows to specify to take the writing
     direction from the object's context.</p>
  */
 published constants WritingMode2
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** text within lines is written left-to-right. Lines and blocks are placed
 		top-to-bottom.
 		<p>
 		Typically, this is the writing mode for normal "alphabetic" text.
 	 */
 	const short LR_TB = 0;
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** text within a line are written right-to-left. Lines and blocks are
 		placed top-to-bottom.
 		<p>
 		Typically, this writing mode is used in Arabic and Hebrew text.
 	 */
 	const short RL_TB = 1;
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** text within a line is written top-to-bottom. Lines and blocks are
 		placed right-to-left.
 		<p>
 		Typically, this writing mode is used in Chinese and Japanese text.
 	 */
 	const short TB_RL = 2;
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	/** text within a line is written top-to-bottom. Lines and blocks are
 		placed left-ro-right.
 		<p>
@@ -73,8 +73,8 @@
 	 */
 	const short TB_LR = 3;
 
-	//------------------------------------------------------------------------- 
-	 
+	//-------------------------------------------------------------------------
+
 	/** obtain writing mode from the current page.
 
         <p>May not be used in page styles.</p>
@@ -87,10 +87,10 @@
 	/** obtain actual writing mode from the context of the object.
     */
     const short CONTEXT = 4;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
+};
 
-#endif 
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/XAutoTextEntry.idl b/main/offapi/com/sun/star/text/XAutoTextEntry.idl
index 09044da..724ca79 100644
--- a/main/offapi/com/sun/star/text/XAutoTextEntry.idl
+++ b/main/offapi/com/sun/star/text/XAutoTextEntry.idl
@@ -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,68 +7,68 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_XAutoTextEntry_idl__ 
-#define __com_sun_star_text_XAutoTextEntry_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_text_XTextRange_idl__ 
-#include <com/sun/star/text/XTextRange.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_XAutoTextEntry_idl__
+#define __com_sun_star_text_XAutoTextEntry_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_text_XTextRange_idl__
+#include <com/sun/star/text/XTextRange.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::text::XAutoTextEntry
 /** identifies an autotext entry.
-	
-	
-	
-	
-	
-	
-	
-	
-	
-	
-	
-	
-	
+
+
+
+
+
+
+
+
+
+
+
+
+
 	@deprecated
  */
 published interface XAutoTextEntry: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::text::XAutoTextEntry::applyTo
 	/** inserts the contents represented by this auto text entry at the
 		specified text range.
 	 */
-	void applyTo( [in] com::sun::star::text::XTextRange xRange ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void applyTo( [in] com::sun::star::text::XTextRange xRange );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/XAutoTextGroup.idl b/main/offapi/com/sun/star/text/XAutoTextGroup.idl
index bfdc097..e4b9f52 100644
--- a/main/offapi/com/sun/star/text/XAutoTextGroup.idl
+++ b/main/offapi/com/sun/star/text/XAutoTextGroup.idl
@@ -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,111 +7,111 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_XAutoTextGroup_idl__ 
-#define __com_sun_star_text_XAutoTextGroup_idl__ 
- 
-#ifndef __com_sun_star_container_XNameAccess_idl__ 
-#include <com/sun/star/container/XNameAccess.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_ElementExistException_idl__ 
-#include <com/sun/star/container/ElementExistException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_io_IOException_idl__ 
-#include <com/sun/star/io/IOException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_text_XAutoTextEntry_idl__ 
-#include <com/sun/star/text/XAutoTextEntry.idl> 
-#endif 
- 
-#ifndef __com_sun_star_text_XTextRange_idl__ 
-#include <com/sun/star/text/XTextRange.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_NoSuchElementException_idl__ 
-#include <com/sun/star/container/NoSuchElementException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_XAutoTextGroup_idl__
+#define __com_sun_star_text_XAutoTextGroup_idl__
+
+#ifndef __com_sun_star_container_XNameAccess_idl__
+#include <com/sun/star/container/XNameAccess.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+#ifndef __com_sun_star_container_ElementExistException_idl__
+#include <com/sun/star/container/ElementExistException.idl>
+#endif
+
+#ifndef __com_sun_star_io_IOException_idl__
+#include <com/sun/star/io/IOException.idl>
+#endif
+
+#ifndef __com_sun_star_text_XAutoTextEntry_idl__
+#include <com/sun/star/text/XAutoTextEntry.idl>
+#endif
+
+#ifndef __com_sun_star_text_XTextRange_idl__
+#include <com/sun/star/text/XTextRange.idl>
+#endif
+
+#ifndef __com_sun_star_container_NoSuchElementException_idl__
+#include <com/sun/star/container/NoSuchElementException.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::text::XAutoTextGroup
 /** The interface provide methods to insert, rename and delete autotext entries from the current autotext group.
  */
 published interface XAutoTextGroup: com::sun::star::container::XNameAccess
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::text::XAutoTextGroup::getTitles
-	/** returns the titles of all autotext entries. The order of the entries 
+	/** returns the titles of all autotext entries. The order of the entries
 				corresponds to the output of the function getElementNames().
 	 */
-	sequence<string> getTitles(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	sequence<string> getTitles();
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::text::XAutoTextGroup::renameByName
 	/** renames an entry in the autotext group.
-		
-		
-		
+
+
+
 		<p>The position of the autotext entry is not changed.
-		
+
 		</p>
 	 */
-	void renameByName( [in] string aElementName, 
-			 [in] string aNewElementName, 
-			 [in] string aNewElementTitle ) 
-			raises( com::sun::star::lang::IllegalArgumentException, 
-					com::sun::star::container::ElementExistException, 
-					com::sun::star::io::IOException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void renameByName( [in] string aElementName,
+			 [in] string aNewElementName,
+			 [in] string aNewElementTitle )
+			raises( com::sun::star::lang::IllegalArgumentException,
+					com::sun::star::container::ElementExistException,
+					com::sun::star::io::IOException );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::text::XAutoTextGroup::insertNewByName
 	/** creates a new <type>AutoTextEntry</type> entry.
 	 */
-	com::sun::star::text::XAutoTextEntry insertNewByName( [in] string aName, 
-			 [in] string aTitle, 
-			 [in] com::sun::star::text::XTextRange xTextRange ) 
-			raises( com::sun::star::container::ElementExistException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::text::XAutoTextEntry insertNewByName( [in] string aName,
+			 [in] string aTitle,
+			 [in] com::sun::star::text::XTextRange xTextRange )
+			raises( com::sun::star::container::ElementExistException );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::text::XAutoTextGroup::removeByName
 	/** removes the specified autotext entry.
 	 */
-	void removeByName( [in] string aEntryName ) 
-			raises( com::sun::star::container::NoSuchElementException ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
+	void removeByName( [in] string aEntryName )
+			raises( com::sun::star::container::NoSuchElementException );
 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+
+#endif
diff --git a/main/offapi/com/sun/star/text/XBookmarkInsertTool.idl b/main/offapi/com/sun/star/text/XBookmarkInsertTool.idl
index 3276d53..44aa7a7 100644
--- a/main/offapi/com/sun/star/text/XBookmarkInsertTool.idl
+++ b/main/offapi/com/sun/star/text/XBookmarkInsertTool.idl
@@ -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,59 +7,59 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_XBookmarkInsertTool_idl__ 
-#define __com_sun_star_text_XBookmarkInsertTool_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_text_XTextContent_idl__ 
-#include <com/sun/star/text/XTextContent.idl> 
-#endif 
- 
-#ifndef __com_sun_star_text_XTextRange_idl__ 
-#include <com/sun/star/text/XTextRange.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_XBookmarkInsertTool_idl__
+#define __com_sun_star_text_XBookmarkInsertTool_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_text_XTextContent_idl__
+#include <com/sun/star/text/XTextContent.idl>
+#endif
+
+#ifndef __com_sun_star_text_XTextRange_idl__
+#include <com/sun/star/text/XTextRange.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::text::XBookmarkInsertTool
 /** offers an easy way to insert bookmarks by name.@see Text
  */
 published interface XBookmarkInsertTool: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::text::XBookmarkInsertTool::insertNewBookmark
 	/** inserts a bookmark at the specified text position.
 	 */
-	com::sun::star::text::XTextContent insertNewBookmark( [in] com::sun::star::text::XTextRange xTextRange, 
-			 [in] string aName ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
+	com::sun::star::text::XTextContent insertNewBookmark( [in] com::sun::star::text::XTextRange xTextRange,
+			 [in] string aName );
 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+
+#endif
diff --git a/main/offapi/com/sun/star/text/XBookmarksSupplier.idl b/main/offapi/com/sun/star/text/XBookmarksSupplier.idl
index 9babcef..550c275 100644
--- a/main/offapi/com/sun/star/text/XBookmarksSupplier.idl
+++ b/main/offapi/com/sun/star/text/XBookmarksSupplier.idl
@@ -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,56 +7,56 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_XBookmarksSupplier_idl__ 
-#define __com_sun_star_text_XBookmarksSupplier_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XNameAccess_idl__ 
-#include <com/sun/star/container/XNameAccess.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_XBookmarksSupplier_idl__
+#define __com_sun_star_text_XBookmarksSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_container_XNameAccess_idl__
+#include <com/sun/star/container/XNameAccess.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::text::XBookmarksSupplier
 /** provides access to the collection of all bookmarks within this text container.
  */
 published interface XBookmarksSupplier: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::text::XBookmarksSupplier::getBookmarks
-	/** @returns 
-				the collection of all <type>Bookmark</type> instances which are 
+	/** @returns
+				the collection of all <type>Bookmark</type> instances which are
 				within this context and which support the <type>Bookmarks</type> service.
 	 */
-	com::sun::star::container::XNameAccess getBookmarks(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
+	com::sun::star::container::XNameAccess getBookmarks();
 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+
+#endif
diff --git a/main/offapi/com/sun/star/text/XChapterNumberingSupplier.idl b/main/offapi/com/sun/star/text/XChapterNumberingSupplier.idl
index 2d01c09..eddd1a3 100644
--- a/main/offapi/com/sun/star/text/XChapterNumberingSupplier.idl
+++ b/main/offapi/com/sun/star/text/XChapterNumberingSupplier.idl
@@ -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,59 +7,59 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_XChapterNumberingSupplier_idl__ 
-#define __com_sun_star_text_XChapterNumberingSupplier_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XIndexReplace_idl__ 
-#include <com/sun/star/container/XIndexReplace.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_XChapterNumberingSupplier_idl__
+#define __com_sun_star_text_XChapterNumberingSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_container_XIndexReplace_idl__
+#include <com/sun/star/container/XIndexReplace.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::text::XChapterNumberingSupplier
 /** contains the settings of the chapter numbering in a text
 	document.
  */
 published interface XChapterNumberingSupplier: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::text::XChapterNumberingSupplier::getChapterNumberingRules
-	/** @returns 
-				the collection of numbering rules for this document. 
-				 
-				<P>This interface allows access to the properties 
+	/** @returns
+				the collection of numbering rules for this document.
+
+				<P>This interface allows access to the properties
 				of the numbering level via a sequence of <type scope="com::sun::star::beans">PropertyValues</type>.
 	 */
-	com::sun::star::container::XIndexReplace getChapterNumberingRules(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
+	com::sun::star::container::XIndexReplace getChapterNumberingRules();
 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+
+#endif
diff --git a/main/offapi/com/sun/star/text/XDefaultNumberingProvider.idl b/main/offapi/com/sun/star/text/XDefaultNumberingProvider.idl
index 9961961..89cc4a7 100644
--- a/main/offapi/com/sun/star/text/XDefaultNumberingProvider.idl
+++ b/main/offapi/com/sun/star/text/XDefaultNumberingProvider.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/XDependentTextField.idl b/main/offapi/com/sun/star/text/XDependentTextField.idl
index e96ce04..cb76c1f 100644
--- a/main/offapi/com/sun/star/text/XDependentTextField.idl
+++ b/main/offapi/com/sun/star/text/XDependentTextField.idl
@@ -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,60 +7,60 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_XDependentTextField_idl__ 
-#define __com_sun_star_text_XDependentTextField_idl__ 
- 
-#ifndef __com_sun_star_text_XTextField_idl__ 
-#include <com/sun/star/text/XTextField.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_XDependentTextField_idl__
+#define __com_sun_star_text_XDependentTextField_idl__
+
+#ifndef __com_sun_star_text_XTextField_idl__
+#include <com/sun/star/text/XTextField.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 /** makes it possible to attach this <type>TextField</type> to a
 	<type>TextFieldMaster</type>.
  */
 published interface XDependentTextField: com::sun::star::text::XTextField
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** method must be called to attach the
 		<type>TextFieldMaster</type> to this <type>TextField</type>.
 		<p>A <type>TextFieldMaster</type> can only be assigned once.
 		</p>
-		
+
 		@example Create and insert a user field (with a
                 <code>UserField</code>):
-		
+
 		<listing>
                 // Create a fieldmaster for our newly created User Text field, and access it's
                 // XPropertySet interface
-                XPropertySet xMasterPropSet = (XPropertySet) UnoRuntime.queryInterface( 
+                XPropertySet xMasterPropSet = (XPropertySet) UnoRuntime.queryInterface(
                                 XPropertySet.class, mxDocFactory.createInstance(
                                                 "com.sun.star.text.FieldMaster.User"));
                 // Set the name and value of the FieldMaster
@@ -77,21 +77,21 @@
                 mxDocText.insertTextContent(mxDocText.getEnd(), xUserField, false);
                 </listing>
 	 */
-	void attachTextFieldMaster( [in] com::sun::star::beans::XPropertySet xFieldMaster ) 
-			raises( com::sun::star::lang::IllegalArgumentException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns 
-                the previously attached <type>TextFieldMaster</type> 
-	 */
-	com::sun::star::beans::XPropertySet getTextFieldMaster(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
+	void attachTextFieldMaster( [in] com::sun::star::beans::XPropertySet xFieldMaster )
+			raises( com::sun::star::lang::IllegalArgumentException );
 
-#endif 
+	//-------------------------------------------------------------------------
+
+	/** @returns
+                the previously attached <type>TextFieldMaster</type>
+	 */
+	com::sun::star::beans::XPropertySet getTextFieldMaster();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+
+#endif
diff --git a/main/offapi/com/sun/star/text/XDocumentIndex.idl b/main/offapi/com/sun/star/text/XDocumentIndex.idl
index c557f35..cfb5e68 100644
--- a/main/offapi/com/sun/star/text/XDocumentIndex.idl
+++ b/main/offapi/com/sun/star/text/XDocumentIndex.idl
@@ -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,72 +7,72 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_XDocumentIndex_idl__ 
-#define __com_sun_star_text_XDocumentIndex_idl__ 
- 
-#ifndef __com_sun_star_text_XTextContent_idl__ 
-#include <com/sun/star/text/XTextContent.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_XDocumentIndex_idl__
+#define __com_sun_star_text_XDocumentIndex_idl__
+
+#ifndef __com_sun_star_text_XTextContent_idl__
+#include <com/sun/star/text/XTextContent.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::text::XDocumentIndex
 /** This is the main interface for a document index.
-	
-	
-	
+
+
+
 	<p>Use <type scope="com::sun::star::util">XRefreshable</type> and
 	<type scope="com::sun::star::lang">XServiceInfo</type> instead, if available.
-	
+
 	</p>
-	
-	
-	
-	
-	
-	
+
+
+
+
+
+
 	@deprecated
-	@see com::sun::star::util::XRefreshable 
+	@see com::sun::star::util::XRefreshable
 	@see com::sun::star::lang::XServiceInfo
  */
 published interface XDocumentIndex: com::sun::star::text::XTextContent
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::text::XDocumentIndex::getServiceName
 	/** returns the service name that was used to create this document index type.
 	 */
-	string getServiceName(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	string getServiceName();
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::text::XDocumentIndex::update
 	/** initiates an upate to the document index.
 	 */
-	void update(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
+	void update();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/XDocumentIndexMark.idl b/main/offapi/com/sun/star/text/XDocumentIndexMark.idl
index ccd8315..6f59412 100644
--- a/main/offapi/com/sun/star/text/XDocumentIndexMark.idl
+++ b/main/offapi/com/sun/star/text/XDocumentIndexMark.idl
@@ -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,66 +7,66 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_XDocumentIndexMark_idl__ 
-#define __com_sun_star_text_XDocumentIndexMark_idl__ 
- 
-#ifndef __com_sun_star_text_XTextContent_idl__ 
-#include <com/sun/star/text/XTextContent.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_XDocumentIndexMark_idl__
+#define __com_sun_star_text_XDocumentIndexMark_idl__
+
+#ifndef __com_sun_star_text_XTextContent_idl__
+#include <com/sun/star/text/XTextContent.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::text::XDocumentIndexMark
 /** gives access to the mark of a document index entry.@see DocumentIndexMark
  */
 published interface XDocumentIndexMark: com::sun::star::text::XTextContent
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::text::XDocumentIndexMark::getMarkEntry
-	/** @returns 
-				the explicitly set string for the index mark. 
+	/** @returns
+				the explicitly set string for the index mark.
 
 		 @see setMarkEntry
 	 */
-	string getMarkEntry(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	string getMarkEntry();
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::text::XDocumentIndexMark::setMarkEntry
 	/** sets an explicit string for this index mark to use
 		in the index.
-		
-		
-		
+
+
+
 		<p>If empty, the string of the <type>TextRange</type> to which
 		the <type>TextContent</type> refers is used in the index.</p>
 	 */
-	void setMarkEntry( [in] string aIndexEntry ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
+	void setMarkEntry( [in] string aIndexEntry );
 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+
+#endif
diff --git a/main/offapi/com/sun/star/text/XDocumentIndexesSupplier.idl b/main/offapi/com/sun/star/text/XDocumentIndexesSupplier.idl
index b4e3662..2b12cfe 100644
--- a/main/offapi/com/sun/star/text/XDocumentIndexesSupplier.idl
+++ b/main/offapi/com/sun/star/text/XDocumentIndexesSupplier.idl
@@ -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,59 +7,59 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_XDocumentIndexesSupplier_idl__ 
-#define __com_sun_star_text_XDocumentIndexesSupplier_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XIndexAccess_idl__ 
-#include <com/sun/star/container/XIndexAccess.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_XDocumentIndexesSupplier_idl__
+#define __com_sun_star_text_XDocumentIndexesSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_container_XIndexAccess_idl__
+#include <com/sun/star/container/XIndexAccess.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::text::XDocumentIndexesSupplier
 /** gives access to the collection of document indexes.
-	
-	
-	
+
+
+
 	<p>In general this interface is supported by a <type>TextDocument</type>.</p>
  */
 published interface XDocumentIndexesSupplier: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::text::XDocumentIndexesSupplier::getDocumentIndexes
-	/** @returns 
+	/** @returns
 				the collection of "DocumentIndexes" currently contained in the object.
 	 */
-	com::sun::star::container::XIndexAccess getDocumentIndexes(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
+	com::sun::star::container::XIndexAccess getDocumentIndexes();
 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+
+#endif
diff --git a/main/offapi/com/sun/star/text/XEndnotesSettingsSupplier.idl b/main/offapi/com/sun/star/text/XEndnotesSettingsSupplier.idl
index be5430c..b1de87a 100644
--- a/main/offapi/com/sun/star/text/XEndnotesSettingsSupplier.idl
+++ b/main/offapi/com/sun/star/text/XEndnotesSettingsSupplier.idl
@@ -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,58 +7,58 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_XEndnotesSettingsSupplier_idl__ 
-#define __com_sun_star_text_XEndnotesSettingsSupplier_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_XEndnotesSettingsSupplier_idl__
+#define __com_sun_star_text_XEndnotesSettingsSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::text::XEndnotesSettingsSupplier
 /** makes it possible to access the <type>FootnoteSettings</type>
 	within the context (e.g. document).
  */
 published interface XEndnotesSettingsSupplier: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::text::XEndnotesSettingsSupplier::getEndnotesSettings
-	/** @returns 
+	/** @returns
 			<type>EndnoteSettings</type> of the object.
 	 */
-	com::sun::star::beans::XPropertySet getEndnotesSettings(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	com::sun::star::beans::XPropertySet getEndnotesSettings();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/text/XEndnotesSupplier.idl b/main/offapi/com/sun/star/text/XEndnotesSupplier.idl
index 89b2c81..0df1378 100644
--- a/main/offapi/com/sun/star/text/XEndnotesSupplier.idl
+++ b/main/offapi/com/sun/star/text/XEndnotesSupplier.idl
@@ -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,70 +7,70 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_XEndnotesSupplier_idl__ 
-#define __com_sun_star_text_XEndnotesSupplier_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XIndexAccess_idl__ 
-#include <com/sun/star/container/XIndexAccess.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_XEndnotesSupplier_idl__
+#define __com_sun_star_text_XEndnotesSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_container_XIndexAccess_idl__
+#include <com/sun/star/container/XIndexAccess.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::text::XEndnotesSupplier
 /** makes it possible to access the endnotes within the
 	context (e.g. document).
  */
 published interface XEndnotesSupplier: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::text::XEndnotesSupplier::getEndnotes
-	/** @returns 
+	/** @returns
 				a collection of endnotes.
 	 */
-	com::sun::star::container::XIndexAccess getEndnotes(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::container::XIndexAccess getEndnotes();
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::text::XEndnotesSupplier::getEndnoteSettings
-	/** @returns 
+	/** @returns
 				the endnote settings of the document.
 	 */
-	com::sun::star::beans::XPropertySet getEndnoteSettings(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	com::sun::star::beans::XPropertySet getEndnoteSettings();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/text/XFlatParagraph.idl b/main/offapi/com/sun/star/text/XFlatParagraph.idl
index de8b63e..105e7d8 100644
--- a/main/offapi/com/sun/star/text/XFlatParagraph.idl
+++ b/main/offapi/com/sun/star/text/XFlatParagraph.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/XFlatParagraphIterator.idl b/main/offapi/com/sun/star/text/XFlatParagraphIterator.idl
index 24bd1ab..8102877 100644
--- a/main/offapi/com/sun/star/text/XFlatParagraphIterator.idl
+++ b/main/offapi/com/sun/star/text/XFlatParagraphIterator.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/XFlatParagraphIteratorProvider.idl b/main/offapi/com/sun/star/text/XFlatParagraphIteratorProvider.idl
index 319a673..143848d 100644
--- a/main/offapi/com/sun/star/text/XFlatParagraphIteratorProvider.idl
+++ b/main/offapi/com/sun/star/text/XFlatParagraphIteratorProvider.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/XFootnote.idl b/main/offapi/com/sun/star/text/XFootnote.idl
index 7cf4fef..20cb54d 100644
--- a/main/offapi/com/sun/star/text/XFootnote.idl
+++ b/main/offapi/com/sun/star/text/XFootnote.idl
@@ -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,61 +7,61 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_XFootnote_idl__ 
-#define __com_sun_star_text_XFootnote_idl__ 
- 
-#ifndef __com_sun_star_text_XTextContent_idl__ 
-#include <com/sun/star/text/XTextContent.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_XFootnote_idl__
+#define __com_sun_star_text_XFootnote_idl__
+
+#ifndef __com_sun_star_text_XTextContent_idl__
+#include <com/sun/star/text/XTextContent.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::text::XFootnote
 /** specifies a footnote within a Text.@see Footnote
  */
 published interface XFootnote: com::sun::star::text::XTextContent
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::text::XFootnote::getLabel
-	/** @returns the label of the footnote. 
+	/** @returns the label of the footnote.
 
 		 @see XFootnote::setLabel
 	 */
-	string getLabel(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	string getLabel();
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::text::XFootnote::setLabel
 	/** sets the label of the footnote.
 	 */
-	void setLabel( [in] string aLabel ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	void setLabel( [in] string aLabel );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/text/XFootnotesSettingsSupplier.idl b/main/offapi/com/sun/star/text/XFootnotesSettingsSupplier.idl
index baa968e..767612d 100644
--- a/main/offapi/com/sun/star/text/XFootnotesSettingsSupplier.idl
+++ b/main/offapi/com/sun/star/text/XFootnotesSettingsSupplier.idl
@@ -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,56 +7,56 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_XFootnotesSettingsSupplier_idl__ 
-#define __com_sun_star_text_XFootnotesSettingsSupplier_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_XFootnotesSettingsSupplier_idl__
+#define __com_sun_star_text_XFootnotesSettingsSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::text::XFootnotesSettingsSupplier
 /** makes it possible to access the <type>FootnoteSettings</type>
 	with the context (e.g. document).
  */
 published interface XFootnotesSettingsSupplier: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::text::XFootnotesSettingsSupplier::getFootnotesSettings
-	/** @returns 
+	/** @returns
 					 <type>FootnoteSettings</type> of the object.
 	 */
-	com::sun::star::beans::XPropertySet getFootnotesSettings(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
+	com::sun::star::beans::XPropertySet getFootnotesSettings();
 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+
+#endif
diff --git a/main/offapi/com/sun/star/text/XFootnotesSupplier.idl b/main/offapi/com/sun/star/text/XFootnotesSupplier.idl
index b175d8c..079fb98 100644
--- a/main/offapi/com/sun/star/text/XFootnotesSupplier.idl
+++ b/main/offapi/com/sun/star/text/XFootnotesSupplier.idl
@@ -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,66 +7,66 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_XFootnotesSupplier_idl__ 
-#define __com_sun_star_text_XFootnotesSupplier_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XIndexAccess_idl__ 
-#include <com/sun/star/container/XIndexAccess.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_XFootnotesSupplier_idl__
+#define __com_sun_star_text_XFootnotesSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_container_XIndexAccess_idl__
+#include <com/sun/star/container/XIndexAccess.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::text::XFootnotesSupplier
 /** makes it possible to access the footnotes within
 	the context (e.g. document).
  */
 published interface XFootnotesSupplier: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::text::XFootnotesSupplier::getFootnotes
 	/** returns a collection of footnotes.
 	 */
-	com::sun::star::container::XIndexAccess getFootnotes(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::container::XIndexAccess getFootnotes();
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::text::XFootnotesSupplier::getFootnoteSettings
-	/** @returns 
+	/** @returns
 				the footnotes settings of the document.
 	 */
-	com::sun::star::beans::XPropertySet getFootnoteSettings(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::beans::XPropertySet getFootnoteSettings();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/XFormField.idl b/main/offapi/com/sun/star/text/XFormField.idl
index 86fca14..d72d6f3 100644
--- a/main/offapi/com/sun/star/text/XFormField.idl
+++ b/main/offapi/com/sun/star/text/XFormField.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 #ifndef __com_sun_star_text_XFormField_idl__
@@ -25,14 +25,14 @@
 #include <com/sun/star/uno/XInterface.idl>
 #include <com/sun/star/container/XNameContainer.idl>
 
-module com {  module sun {  module star {  module text { 
+module com {  module sun {  module star {  module text {
 
     /** @deprecated
      */
     interface XFormField : com::sun::star::uno::XInterface
     {
         string getFieldType();
-        void setFieldType([in] string fieldType);     
+        void setFieldType([in] string fieldType);
         com::sun::star::container::XNameContainer getParameters();
     };
 
diff --git a/main/offapi/com/sun/star/text/XHeaderFooter.idl b/main/offapi/com/sun/star/text/XHeaderFooter.idl
index 531a505..992c13e 100644
--- a/main/offapi/com/sun/star/text/XHeaderFooter.idl
+++ b/main/offapi/com/sun/star/text/XHeaderFooter.idl
@@ -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,63 +7,63 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_XHeaderFooter_idl__ 
-#define __com_sun_star_text_XHeaderFooter_idl__ 
+#ifndef __com_sun_star_text_XHeaderFooter_idl__
+#define __com_sun_star_text_XHeaderFooter_idl__
 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
 
-#ifndef __com_sun_star_text_XText_idl__ 
-#include <com/sun/star/text/XText.idl> 
-#endif 
+#ifndef __com_sun_star_text_XText_idl__
+#include <com/sun/star/text/XText.idl>
+#endif
 
 
-//============================================================================= 
+//=============================================================================
 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::text::XHeaderFooter
 /** @deprecated     Use the properties of
             <type scope="com::sun::star::style">PageProperties</type> instead
  */
 published interface XHeaderFooter: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::text::XHeaderFooter::getLeftPagesText
-	/** @returns  
+	/** @returns
 				the text interface for the header/footer text of a left page.
 	 */
-	com::sun::star::text::XText getLeftPagesText(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::text::XText getLeftPagesText();
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::text::XHeaderFooter::getRightPagesText
-	/** @returns 
+	/** @returns
 				the text interface for the header/footer text of a right page.
 	 */
-	com::sun::star::text::XText getRightPagesText(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
+	com::sun::star::text::XText getRightPagesText();
 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/XHeaderFooterPageStyle.idl b/main/offapi/com/sun/star/text/XHeaderFooterPageStyle.idl
index f15e6eb..e23de8e 100644
--- a/main/offapi/com/sun/star/text/XHeaderFooterPageStyle.idl
+++ b/main/offapi/com/sun/star/text/XHeaderFooterPageStyle.idl
@@ -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,64 +7,64 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_XHeaderFooterPageStyle_idl__ 
-#define __com_sun_star_text_XHeaderFooterPageStyle_idl__ 
+#ifndef __com_sun_star_text_XHeaderFooterPageStyle_idl__
+#define __com_sun_star_text_XHeaderFooterPageStyle_idl__
 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
 
-#ifndef __com_sun_star_text_XHeaderFooter_idl__ 
-#include <com/sun/star/text/XHeaderFooter.idl> 
-#endif 
+#ifndef __com_sun_star_text_XHeaderFooter_idl__
+#include <com/sun/star/text/XHeaderFooter.idl>
+#endif
 
 
-//============================================================================= 
+//=============================================================================
 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::text::XHeaderFooterPageStyle
 /** @deprecated     Use the properties of
             <type scope="com::sun::star::style">PageProperties</type> instead
  */
 published interface XHeaderFooterPageStyle: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::text::XHeaderFooterPageStyle::getHeader
-	/** @returns  
+	/** @returns
 				the interface of the header.
 	 */
-	com::sun::star::text::XHeaderFooter getHeader(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::text::XHeaderFooter getHeader();
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::text::XHeaderFooterPageStyle::getFooter
-	/** @returns 
+	/** @returns
 				the interface of the footer.
 	 */
-	com::sun::star::text::XHeaderFooter getFooter(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
+	com::sun::star::text::XHeaderFooter getFooter();
+
+};
+
+//=============================================================================
+
+}; }; }; };
 
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/text/XLineNumberingProperties.idl b/main/offapi/com/sun/star/text/XLineNumberingProperties.idl
index 53b96cf..46c76af 100644
--- a/main/offapi/com/sun/star/text/XLineNumberingProperties.idl
+++ b/main/offapi/com/sun/star/text/XLineNumberingProperties.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -43,7 +43,7 @@
 {
 	//-------------------------------------------------------------------------
 
-	/** @return 
+	/** @return
 		the <type>LineNumberingProperties</type> of the object.
 	 */
 	com::sun::star::beans::XPropertySet getLineNumberingProperties();
diff --git a/main/offapi/com/sun/star/text/XLineNumberingSupplier.idl b/main/offapi/com/sun/star/text/XLineNumberingSupplier.idl
index 1261ec5..4e29541 100644
--- a/main/offapi/com/sun/star/text/XLineNumberingSupplier.idl
+++ b/main/offapi/com/sun/star/text/XLineNumberingSupplier.idl
@@ -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,67 +7,67 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_XLineNumberingSupplier_idl__ 
-#define __com_sun_star_text_XLineNumberingSupplier_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_PropertyValue_idl__ 
-#include <com/sun/star/beans/PropertyValue.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_XLineNumberingSupplier_idl__
+#define __com_sun_star_text_XLineNumberingSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_beans_PropertyValue_idl__
+#include <com/sun/star/beans/PropertyValue.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::text::XLineNumberingSupplier
 /** contains the settings of the line numbering in a text document.
-	
+
 	@deprecated
  */
 published interface XLineNumberingSupplier: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::text::XLineNumberingSupplier::getLineNumberingRules
 	/** @return the <type>LineNumberingSettings</type> of the object.
 	 */
-	sequence< sequence<com::sun::star::beans::PropertyValue> > getLineNumberingRules(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	sequence< sequence<com::sun::star::beans::PropertyValue> > getLineNumberingRules();
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::text::XLineNumberingSupplier::setLineNumberingRules
 	/** sets a sequence of numbering rules.
-		
-		
-		
+
+
+
 		<p>The elements of the sequence are representing the chapter levels,
 		index 0 for the major chapter level.</p>
 	 */
-	void setLineNumberingRules( [in] sequence< sequence<com::sun::star::beans::PropertyValue> > aRules ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
+	void setLineNumberingRules( [in] sequence< sequence<com::sun::star::beans::PropertyValue> > aRules );
 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+
+#endif
diff --git a/main/offapi/com/sun/star/text/XMailMergeBroadcaster.idl b/main/offapi/com/sun/star/text/XMailMergeBroadcaster.idl
index 58f528c..0cc941d 100644
--- a/main/offapi/com/sun/star/text/XMailMergeBroadcaster.idl
+++ b/main/offapi/com/sun/star/text/XMailMergeBroadcaster.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -33,7 +33,7 @@
 
 //module com { module sun { module star { module text {
 //     published interface XMailMergeListener;
-//}; }; }; }; 
+//}; }; }; };
 
 //=============================================================================
 
@@ -45,7 +45,7 @@
     <p>Registered listeners will be notified with a
     <type scope="com::sun::star::text">MailMergeEvent</type>
     when a document is about to get merged.</p>
-      
+
     @see    com::sun::star::text::MailMergeEvent
     @see    com::sun::star::text::MailMerge
 
@@ -55,20 +55,20 @@
 {
     //-------------------------------------------------------------------------
     /** Adds an entry to the list of mail merge listeners.
-    
+
         @param xListener
         The listener to be added.
     */
-    void addMailMergeEventListener( 
+    void addMailMergeEventListener(
                 [in] com::sun::star::text::XMailMergeListener xListener );
 
     //-------------------------------------------------------------------------
     /** Removes an entry to the list of mail merge listeners.
-        
+
         @param xListener
         The listener to be removed.
     */
-    void removeMailMergeEventListener( 
+    void removeMailMergeEventListener(
                 [in] com::sun::star::text::XMailMergeListener xListener );
 };
 
diff --git a/main/offapi/com/sun/star/text/XMailMergeListener.idl b/main/offapi/com/sun/star/text/XMailMergeListener.idl
index 39dfe9e..f081284 100644
--- a/main/offapi/com/sun/star/text/XMailMergeListener.idl
+++ b/main/offapi/com/sun/star/text/XMailMergeListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -42,7 +42,7 @@
     <p>Registered listeners will be notified with a
     <type scope="com::sun::star::text">MailMergeEvent</type>
     when a document is about to get merged.</p>
-      
+
     @see    com::sun::star::text::MailMerge
     @see    com::sun::star::text::MailMergeEvent
 
@@ -52,12 +52,12 @@
 {
     //-------------------------------------------------------------------------
     /** Notifies the listener about mail merge events.
-    
+
         @param aEvent
         The Event containing the model of the document to be merged
         that is send to the listener.
     */
-    void notifyMailMergeEvent( 
+    void notifyMailMergeEvent(
                 [in] com::sun::star::text::MailMergeEvent aEvent );
 };
 
diff --git a/main/offapi/com/sun/star/text/XMarkingAccess.idl b/main/offapi/com/sun/star/text/XMarkingAccess.idl
index f61a959..da8bdbc 100644
--- a/main/offapi/com/sun/star/text/XMarkingAccess.idl
+++ b/main/offapi/com/sun/star/text/XMarkingAccess.idl
@@ -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,24 +7,24 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 #ifndef __com_sun_star_text_XMarkingAccess_idl__
 #define __com_sun_star_text_XMarkingAccess_idl__
 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
 #endif
 
 //=============================================================================
diff --git a/main/offapi/com/sun/star/text/XModule.idl b/main/offapi/com/sun/star/text/XModule.idl
index 00987f3..416d6ca 100644
--- a/main/offapi/com/sun/star/text/XModule.idl
+++ b/main/offapi/com/sun/star/text/XModule.idl
@@ -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,43 +7,43 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_XModule_idl__ 
-#define __com_sun_star_text_XModule_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_XModule_idl__
+#define __com_sun_star_text_XModule_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::text::XModule
 /** @deprecated
  */
 published interface XModule: com::sun::star::uno::XInterface
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
+{
+};
 
-#endif 
+//=============================================================================
+
+}; }; }; };
+
+
+#endif
diff --git a/main/offapi/com/sun/star/text/XMultiTextMarkup.idl b/main/offapi/com/sun/star/text/XMultiTextMarkup.idl
index 0d4e96d..453f5fc 100644
--- a/main/offapi/com/sun/star/text/XMultiTextMarkup.idl
+++ b/main/offapi/com/sun/star/text/XMultiTextMarkup.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -51,23 +51,23 @@
 {
     //-------------------------------------------------------------------------
     /** submits multiple new markup ranges.
-        
-        <p>The main use of this function will probably be for proofreading to 
+
+        <p>The main use of this function will probably be for proofreading to
         allow for setting the markup of all found errors in a sentence in a single
         call. For this the sequence needs to provide the markups for all errors along
         with the markup for the identified sentence boundaries.
         The order of those entries is arbitrary.</p>
-     
+
         @param aMarkups
                 a sequence of single text markups.
-        
+
         @see com::sun::star::text::XTextMarkup
         @see com::sun::star::text::TextMarkupType
-     
+
      */
-    void commitMultiTextMarkup( 
+    void commitMultiTextMarkup(
 					[in] sequence< com::sun::star::text::TextMarkupDescriptor > aMarkups )
-            raises( com::sun::star::lang::IllegalArgumentException ); 
+            raises( com::sun::star::lang::IllegalArgumentException );
 };
 
 }; }; }; };
diff --git a/main/offapi/com/sun/star/text/XNumberingFormatter.idl b/main/offapi/com/sun/star/text/XNumberingFormatter.idl
index 1bfede6..86b97f8 100644
--- a/main/offapi/com/sun/star/text/XNumberingFormatter.idl
+++ b/main/offapi/com/sun/star/text/XNumberingFormatter.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/XNumberingRulesSupplier.idl b/main/offapi/com/sun/star/text/XNumberingRulesSupplier.idl
index b5549e3..2ebe67e 100644
--- a/main/offapi/com/sun/star/text/XNumberingRulesSupplier.idl
+++ b/main/offapi/com/sun/star/text/XNumberingRulesSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/XNumberingTypeInfo.idl b/main/offapi/com/sun/star/text/XNumberingTypeInfo.idl
index 84c0830..ee3c699 100644
--- a/main/offapi/com/sun/star/text/XNumberingTypeInfo.idl
+++ b/main/offapi/com/sun/star/text/XNumberingTypeInfo.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/XPageCursor.idl b/main/offapi/com/sun/star/text/XPageCursor.idl
index a3a670b..55bfed3 100644
--- a/main/offapi/com/sun/star/text/XPageCursor.idl
+++ b/main/offapi/com/sun/star/text/XPageCursor.idl
@@ -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,105 +7,105 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_XPageCursor_idl__ 
-#define __com_sun_star_text_XPageCursor_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_XPageCursor_idl__
+#define __com_sun_star_text_XPageCursor_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::text::XPageCursor
 /** makes it possible to perform cursor movements between pages.
  */
 published interface XPageCursor: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::text::XPageCursor::jumpToFirstPage
 	/** moves the cursor to the first page.
 	 */
-	boolean jumpToFirstPage(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	boolean jumpToFirstPage();
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::text::XPageCursor::jumpToLastPage
 	/** moves the cursor to the last page.
 	 */
-	boolean jumpToLastPage(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	boolean jumpToLastPage();
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::text::XPageCursor::jumpToPage
 	/** moves the cursor to the specified page.
 	 */
-	boolean jumpToPage( [in] short nPage ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	boolean jumpToPage( [in] short nPage );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::text::XPageCursor::getPage
-	/** @returns  
+	/** @returns
 				the number of the page within the document of this cursor.
 	 */
-	short getPage(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	short getPage();
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::text::XPageCursor::jumpToNextPage
 	/** moves the cursor to the next page.
 
 		@see XPageCursor::jumpToPreviousPage
 	 */
 	boolean jumpToNextPage();
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::text::XPageCursor::jumpToPreviousPage
 	/** moves the cursor to the previous page.
 
 		@see XPageCursor::jumpToNextPage
 	 */
 	boolean jumpToPreviousPage();
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::text::XPageCursor::jumpToEndOfPage
 	/** moves the cursor to the end of the current page.
 
 		@see XPageCursor::jumpToEndOfPreviousPage
 	 */
-	boolean jumpToEndOfPage(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	boolean jumpToEndOfPage();
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::text::XPageCursor::jumpToStartOfPage
 	/** moves the cursor to the start of the current page.
 	 */
-	boolean jumpToStartOfPage(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	boolean jumpToStartOfPage();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/XPagePrintable.idl b/main/offapi/com/sun/star/text/XPagePrintable.idl
index 39f3f42..b285b98 100644
--- a/main/offapi/com/sun/star/text/XPagePrintable.idl
+++ b/main/offapi/com/sun/star/text/XPagePrintable.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/XParagraphAppend.idl b/main/offapi/com/sun/star/text/XParagraphAppend.idl
index eeecbd2..8197dad 100644
--- a/main/offapi/com/sun/star/text/XParagraphAppend.idl
+++ b/main/offapi/com/sun/star/text/XParagraphAppend.idl
@@ -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,84 +7,84 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_XParagraphAppend_idl__ 
-#define __com_sun_star_text_XParagraphAppend_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
+#ifndef __com_sun_star_text_XParagraphAppend_idl__
+#define __com_sun_star_text_XParagraphAppend_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
 
 #ifndef __com_sun_star_beans_PropertyValues_idl__
 #include <com/sun/star/beans/PropertyValues.idl>
 #endif
 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_UnknownPropertyException_idl__ 
-#include <com/sun/star/beans/UnknownPropertyException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_text_XTextRange_idl__ 
-#include <com/sun/star/text/XTextRange.idl> 
-#endif 
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_beans_UnknownPropertyException_idl__
+#include <com/sun/star/beans/UnknownPropertyException.idl>
+#endif
+
+#ifndef __com_sun_star_text_XTextRange_idl__
+#include <com/sun/star/text/XTextRange.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 /** .
  */
 interface XParagraphAppend : com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
         /** appends a new and empty paragraph at the end of the text.
-		
+
                 <p>The properties are applied to the new paragraph.
 		</p>
 
-        @param 
-            CharacterAndParagraphProperties can contain all the properties defined by the service 
+        @param
+            CharacterAndParagraphProperties can contain all the properties defined by the service
                       <type scope="com::sun::star::text">Paragraph.
 
 	 */
-         com::sun::star::text::XTextRange appendParagraph(  [in] com::sun::star::beans::PropertyValues CharacterAndParagraphProperties ) 
+         com::sun::star::text::XTextRange appendParagraph(  [in] com::sun::star::beans::PropertyValues CharacterAndParagraphProperties )
                         raises( com::sun::star::lang::IllegalArgumentException,
-                                       com::sun::star::beans::UnknownPropertyException ); 
+                                       com::sun::star::beans::UnknownPropertyException );
          /** appends a new and empty paragraph at the end of the text.
-                
+
                 <p>The properties are applied to the last paragraph before the new pargraph is inserted.
                 </p>
 
-        @param 
-            CharacterAndParagraphProperties can contain all the properties defined by the service 
+        @param
+            CharacterAndParagraphProperties can contain all the properties defined by the service
                       <type scope="com::sun::star::text">Paragraph.
 
          */
-         com::sun::star::text::XTextRange finishParagraph(  [in] com::sun::star::beans::PropertyValues CharacterAndParagraphProperties ) 
+         com::sun::star::text::XTextRange finishParagraph(  [in] com::sun::star::beans::PropertyValues CharacterAndParagraphProperties )
                         raises( com::sun::star::lang::IllegalArgumentException,
-                                       com::sun::star::beans::UnknownPropertyException ); 
-   
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+                                       com::sun::star::beans::UnknownPropertyException );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/XParagraphCursor.idl b/main/offapi/com/sun/star/text/XParagraphCursor.idl
index 74468f1..97a8630 100644
--- a/main/offapi/com/sun/star/text/XParagraphCursor.idl
+++ b/main/offapi/com/sun/star/text/XParagraphCursor.idl
@@ -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,95 +7,95 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_XParagraphCursor_idl__ 
-#define __com_sun_star_text_XParagraphCursor_idl__ 
- 
-#ifndef __com_sun_star_text_XTextCursor_idl__ 
-#include <com/sun/star/text/XTextCursor.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_XParagraphCursor_idl__
+#define __com_sun_star_text_XParagraphCursor_idl__
+
+#ifndef __com_sun_star_text_XTextCursor_idl__
+#include <com/sun/star/text/XTextCursor.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 /** makes it possible to move paragraph by paragraph.
  */
 published interface XParagraphCursor: com::sun::star::text::XTextCursor
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** determines if the cursor is positioned at the start of a paragraph.
 	 */
-	boolean isStartOfParagraph(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	boolean isStartOfParagraph();
+
+	//-------------------------------------------------------------------------
+
 	/** determines if the cursor is positioned at the end of a paragraph.
 	 */
-	boolean isEndOfParagraph(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	boolean isEndOfParagraph();
+
+	//-------------------------------------------------------------------------
+
 	/** moves the cursor to the start of the current paragraph.
 
         @returns
-            <true/> if the cursor is now at the start of a paragraph, 
+            <true/> if the cursor is now at the start of a paragraph,
             <false/> otherwise. If <false/> was returned the cursor
             will remain at its original position.
      */
-	boolean gotoStartOfParagraph( [in] boolean bExpand ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	boolean gotoStartOfParagraph( [in] boolean bExpand );
+
+	//-------------------------------------------------------------------------
+
 	/** moves the cursor to the end of the current paragraph.
 
         @returns
-            <true/> if the cursor is now at the end of a paragraph, 
+            <true/> if the cursor is now at the end of a paragraph,
             <false/> otherwise. If <false/> was returned the cursor
             will remain at its original position.
      */
-	boolean gotoEndOfParagraph( [in] boolean bExpand ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	boolean gotoEndOfParagraph( [in] boolean bExpand );
+
+	//-------------------------------------------------------------------------
+
 	/** moves the cursor to the next paragraph.
 
         @returns
             <true/> if the cursor was moved. It returns <false/> it the
             cursor can not advance further.
 	 */
-	boolean gotoNextParagraph( [in] boolean bExpand ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	boolean gotoNextParagraph( [in] boolean bExpand );
+
+	//-------------------------------------------------------------------------
+
 	/** moves the cursor to the previous paragraph.
 
         @returns
             <true/> if the cursor was moved. It returns <false/> it the
             cursor can not advance further.
 	 */
-	boolean gotoPreviousParagraph( [in] boolean bExpand ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	boolean gotoPreviousParagraph( [in] boolean bExpand );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/XRedline.idl b/main/offapi/com/sun/star/text/XRedline.idl
index 96c5766..4297443 100644
--- a/main/offapi/com/sun/star/text/XRedline.idl
+++ b/main/offapi/com/sun/star/text/XRedline.idl
@@ -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,42 +7,42 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_XRedline_idl__ 
-#define __com_sun_star_text_XRedline_idl__ 
- 
+#ifndef __com_sun_star_text_XRedline_idl__
+#define __com_sun_star_text_XRedline_idl__
+
 #ifndef __com_sun_star_beans_PropertyValues_idl__
 #include <com/sun/star/beans/PropertyValues.idl>
 #endif
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 /** enables creation of redlines (change tracking).
  */
 published interface XRedline
-{ 
-	//------------------------------------------------------------------------- 
-	 
-        /** 
+{
+	//-------------------------------------------------------------------------
+
+        /**
                 @param RedlineType
                 <p> Valid type names are:</p>
                     <UL>
@@ -58,12 +58,12 @@
                 [readonly, property] com::sun::star::util::DateTime RedlineDateTime;
                 [readonly, property] string RedlineComment;
         */
-        void makeRedline( [in]string RedlineType, [in] com::sun::star::beans::PropertyValues  RedlineProperties) 
-                        raises( com::sun::star::lang::IllegalArgumentException ); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+        void makeRedline( [in]string RedlineType, [in] com::sun::star::beans::PropertyValues  RedlineProperties)
+                        raises( com::sun::star::lang::IllegalArgumentException );
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/XReferenceMarksSupplier.idl b/main/offapi/com/sun/star/text/XReferenceMarksSupplier.idl
index be44806..335824b 100644
--- a/main/offapi/com/sun/star/text/XReferenceMarksSupplier.idl
+++ b/main/offapi/com/sun/star/text/XReferenceMarksSupplier.idl
@@ -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,62 +7,62 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_XReferenceMarksSupplier_idl__ 
-#define __com_sun_star_text_XReferenceMarksSupplier_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XNameAccess_idl__ 
-#include <com/sun/star/container/XNameAccess.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_XReferenceMarksSupplier_idl__
+#define __com_sun_star_text_XReferenceMarksSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_container_XNameAccess_idl__
+#include <com/sun/star/container/XNameAccess.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::text::XReferenceMarksSupplier
 /** provides access to the reference marks within this context (i.e. document).
-	
-	
-	
-	<p>A reference mark is used to refer to text positions in a text 
+
+
+
+	<p>A reference mark is used to refer to text positions in a text
 	document.
-	
+
 	</p>
  */
 published interface XReferenceMarksSupplier: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::text::XReferenceMarksSupplier::getReferenceMarks
-	/** @returns 
+	/** @returns
 				the collection of reference marks.
 	 */
-	com::sun::star::container::XNameAccess getReferenceMarks(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
+	com::sun::star::container::XNameAccess getReferenceMarks();
 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+
+#endif
diff --git a/main/offapi/com/sun/star/text/XRelativeTextContentInsert.idl b/main/offapi/com/sun/star/text/XRelativeTextContentInsert.idl
index 83913da..37486f7 100644
--- a/main/offapi/com/sun/star/text/XRelativeTextContentInsert.idl
+++ b/main/offapi/com/sun/star/text/XRelativeTextContentInsert.idl
@@ -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,76 +7,75 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_XRelativeTextContentInsert_idl__ 
-#define __com_sun_star_text_XRelativeTextContentInsert_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text { 
- 
- published interface XTextContent; 
- 
- 
+#ifndef __com_sun_star_text_XRelativeTextContentInsert_idl__
+#define __com_sun_star_text_XRelativeTextContentInsert_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+ published interface XTextContent;
+
+
 // DocMerge from xml: interface com::sun::star::text::XRelativeTextContentInsert
 /** makes it possible to insert new text contents before or
 	after existing text contents.
-	
-	
-	
-	
-	
-	
-	
+
+
+
+
+
+
+
 	@deprecated
  */
 published interface XRelativeTextContentInsert: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::text::XRelativeTextContentInsert::insertTextContentBefore
 	/** inserts text the new text content before of the successor argument.
-		
+
 		<p> This is helpful to insert paragraphs before of text tables. </p>
 	 */
-	void insertTextContentBefore( 
-			[in] XTextContent xNewContent, 
-			[in] XTextContent xSuccessor ) 
-		raises( com::sun::star::lang::IllegalArgumentException ); 
-	//------------------------------------------------------------------------- 
-	 
+	void insertTextContentBefore(
+			[in] XTextContent xNewContent,
+			[in] XTextContent xSuccessor )
+		raises( com::sun::star::lang::IllegalArgumentException );
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::text::XRelativeTextContentInsert::insertTextContentAfter
 	/** inserts text the new text content after the predecessor argument.
-		
+
 		<p> This is helpful to insert paragraphs after text tables escpecially in
 		headers, footers or text frames. </p>
 	 */
-	void insertTextContentAfter( 
-			[in] XTextContent xNewContent, 
-			[in] XTextContent xPredecessor ) 
-		raises( com::sun::star::lang::IllegalArgumentException ); 
-}; 
- 
-};};};}; 
+	void insertTextContentAfter(
+			[in] XTextContent xNewContent,
+			[in] XTextContent xPredecessor )
+		raises( com::sun::star::lang::IllegalArgumentException );
+};
 
-#endif 
- 
+};};};};
+
+#endif
diff --git a/main/offapi/com/sun/star/text/XRelativeTextContentRemove.idl b/main/offapi/com/sun/star/text/XRelativeTextContentRemove.idl
index 3394429..8998cd0 100644
--- a/main/offapi/com/sun/star/text/XRelativeTextContentRemove.idl
+++ b/main/offapi/com/sun/star/text/XRelativeTextContentRemove.idl
@@ -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,72 +7,71 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_XRelativeTextContentRemove_idl__ 
-#define __com_sun_star_text_XRelativeTextContentRemove_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text { 
- 
- published interface XTextContent; 
- 
+#ifndef __com_sun_star_text_XRelativeTextContentRemove_idl__
+#define __com_sun_star_text_XRelativeTextContentRemove_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+ published interface XTextContent;
+
 // DocMerge from xml: interface com::sun::star::text::XRelativeTextContentRemove
 /** makes it possible to remove text contents before or
 	after existing text contents.
-	
-	
-	
-	
-	
-	
-	
+
+
+
+
+
+
+
 	@deprecated
  */
 published interface XRelativeTextContentRemove: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::text::XRelativeTextContentRemove::removeTextContentBefore
 	/** removes the text content that precedes the argument.
-		
+
 		<p> This is helpful to remove empty paragraphs before text tables. </p>
 	 */
-	void removeTextContentBefore( 
-			[in] XTextContent xSuccessor ) 
-		raises( com::sun::star::lang::IllegalArgumentException ); 
-	//------------------------------------------------------------------------- 
-	 
+	void removeTextContentBefore(
+			[in] XTextContent xSuccessor )
+		raises( com::sun::star::lang::IllegalArgumentException );
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::text::XRelativeTextContentRemove::removeTextContentAfter
 	/** removes the text content that follows the argument.
-		
+
 		<p> This is helpful to remove empty paragraphs followin text tables espacially in
 		headers, footers or text frames. </p>
 	 */
-	void removeTextContentAfter( 
-			[in] XTextContent xPredecessor ) 
-		raises( com::sun::star::lang::IllegalArgumentException ); 
-}; 
-};};};}; 
+	void removeTextContentAfter(
+			[in] XTextContent xPredecessor )
+		raises( com::sun::star::lang::IllegalArgumentException );
+};
+};};};};
 
-#endif 
- 
+#endif
diff --git a/main/offapi/com/sun/star/text/XRubySelection.idl b/main/offapi/com/sun/star/text/XRubySelection.idl
index 479b165..12007a9 100644
--- a/main/offapi/com/sun/star/text/XRubySelection.idl
+++ b/main/offapi/com/sun/star/text/XRubySelection.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/XSentenceCursor.idl b/main/offapi/com/sun/star/text/XSentenceCursor.idl
index 70ec0fa..856a50a 100644
--- a/main/offapi/com/sun/star/text/XSentenceCursor.idl
+++ b/main/offapi/com/sun/star/text/XSentenceCursor.idl
@@ -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,95 +7,95 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_XSentenceCursor_idl__ 
-#define __com_sun_star_text_XSentenceCursor_idl__ 
- 
-#ifndef __com_sun_star_text_XTextCursor_idl__ 
-#include <com/sun/star/text/XTextCursor.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_XSentenceCursor_idl__
+#define __com_sun_star_text_XSentenceCursor_idl__
+
+#ifndef __com_sun_star_text_XTextCursor_idl__
+#include <com/sun/star/text/XTextCursor.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 /** makes it possible to perform cursor movements through sentences.
  */
 published interface XSentenceCursor: com::sun::star::text::XTextCursor
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** determines if the cursor is positioned at the start of a sentence.
 	 */
-	boolean isStartOfSentence(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	boolean isStartOfSentence();
+
+	//-------------------------------------------------------------------------
+
 	/** determines if the cursor is positioned at the end of a sentence.
 	 */
-	boolean isEndOfSentence(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	boolean isEndOfSentence();
+
+	//-------------------------------------------------------------------------
+
 	/** moves the cursor to the start of the next sentence.
 
         @returns
             <true/> if the cursor was moved. It returns <false/> it the
             cursor can not advance further.
      */
-	boolean gotoNextSentence( [in] boolean Expand ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	boolean gotoNextSentence( [in] boolean Expand );
+
+	//-------------------------------------------------------------------------
+
 	/** moves the cursor to the start of the previous sentence.
 
         @returns
             <true/> if the cursor was moved. It returns <false/> it the
             cursor can not advance further.
      */
-	boolean gotoPreviousSentence( [in] boolean Expand ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	boolean gotoPreviousSentence( [in] boolean Expand );
+
+	//-------------------------------------------------------------------------
+
 	/** moves the cursor to the start of the current sentence.
 
         @returns
-            <true/> if the cursor is now at the start of a sentence, 
+            <true/> if the cursor is now at the start of a sentence,
             <false/> otherwise. If <false/> was returned the cursor
             will remain at its original position.
 	 */
-	boolean gotoStartOfSentence( [in] boolean Expand ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	boolean gotoStartOfSentence( [in] boolean Expand );
+
+	//-------------------------------------------------------------------------
+
 	/** moves the cursor to the end of the current sentence.
 
         @returns
-            <true/> if the cursor is now at the end of a sentence, 
+            <true/> if the cursor is now at the end of a sentence,
             <false/> otherwise. If <false/> was returned the cursor
             will remain at its original position.
 	 */
-	boolean gotoEndOfSentence( [in] boolean Expand ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	boolean gotoEndOfSentence( [in] boolean Expand );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/XSimpleText.idl b/main/offapi/com/sun/star/text/XSimpleText.idl
index aa7ba34..99c27a4 100644
--- a/main/offapi/com/sun/star/text/XSimpleText.idl
+++ b/main/offapi/com/sun/star/text/XSimpleText.idl
@@ -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,86 +7,86 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_XSimpleText_idl__ 
-#define __com_sun_star_text_XSimplText_idl__ 
- 
-#ifndef __com_sun_star_text_XTextRange_idl__ 
-#include <com/sun/star/text/XTextRange.idl> 
-#endif 
- 
-#ifndef __com_sun_star_text_XTextCursor_idl__ 
-#include <com/sun/star/text/XTextCursor.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_text_XTextContent_idl__ 
-#include <com/sun/star/text/XTextContent.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_NoSuchElementException_idl__ 
-#include <com/sun/star/container/NoSuchElementException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_XSimpleText_idl__
+#define __com_sun_star_text_XSimplText_idl__
+
+#ifndef __com_sun_star_text_XTextRange_idl__
+#include <com/sun/star/text/XTextRange.idl>
+#endif
+
+#ifndef __com_sun_star_text_XTextCursor_idl__
+#include <com/sun/star/text/XTextCursor.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+#ifndef __com_sun_star_text_XTextContent_idl__
+#include <com/sun/star/text/XTextContent.idl>
+#endif
+
+#ifndef __com_sun_star_container_NoSuchElementException_idl__
+#include <com/sun/star/container/NoSuchElementException.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 /** is the main interface for a distinct text unit, i.e. the main text of
-	a document, the text for headers and footers or for single cells of a 
+	a document, the text for headers and footers or for single cells of a
 	table.@see XText
  */
 published interface XSimpleText: com::sun::star::text::XTextRange
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns 
-				a new instance of a <type>TextCursor</type> service which can 
-				be used to travel in the given text context. 
-				 
+{
+	//-------------------------------------------------------------------------
+
+	/** @returns
+				a new instance of a <type>TextCursor</type> service which can
+				be used to travel in the given text context.
+
 				@see com::sun::star::text::TextCursor
 	 */
-	com::sun::star::text::XTextCursor createTextCursor(); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns 
-				a new instance of a <type>TextCursor</type> which is located  
-				at the specified <type>TextRange</type> to travel in the 
-				given text context. 
-				 
-				<p>The initial position is set to <var>aTextPosition</var>. 
-				 
-				@param aTextPosition 
-				specifies the start position for the new 
-				<type>TextCursor</type>. 
-				 
+	com::sun::star::text::XTextCursor createTextCursor();
+
+	//-------------------------------------------------------------------------
+
+	/** @returns
+				a new instance of a <type>TextCursor</type> which is located
+				at the specified <type>TextRange</type> to travel in the
+				given text context.
+
+				<p>The initial position is set to <var>aTextPosition</var>.
+
+				@param aTextPosition
+				specifies the start position for the new
+				<type>TextCursor</type>.
+
 				@see com::sun::star::text::TextCursor
 	 */
-	com::sun::star::text::XTextCursor createTextCursorByRange( [in] com::sun::star::text::XTextRange aTextPosition ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::text::XTextCursor createTextCursorByRange( [in] com::sun::star::text::XTextRange aTextPosition );
+
+	//-------------------------------------------------------------------------
+
 	/** inserts a string of characters into the text.
-		
+
         <p>The string may contain the following white spaces:
         </p>
 		<ul>
@@ -113,35 +113,35 @@
 			replaced. If <TRUE/> then the content of <var>xRange</var> will
 			be replaced by <var>aString</var>, otherwise <var>aString</var>
             will be inserted at the beginning of <var>xRange</var>.
-		
-        @example 
+
+        @example
             <listing>
             xText.insertString( xTextCursor, "Hello " + aName$ + ",", false )
-		
+
             xText.insertControlCharacter( xTextCursor,
             ControlCharacter_PARAGRAPH_BREAK, false );
-		
+
             xText.insertString( xTextCursor, "more text ...", false )
             </listing>
 	 */
-	[oneway] void insertString( [in] com::sun::star::text::XTextRange xRange, 
-			 [in] string aString, 
-			 [in] boolean bAbsorb ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void insertString( [in] com::sun::star::text::XTextRange xRange,
+			 [in] string aString,
+			 [in] boolean bAbsorb );
+
+	//-------------------------------------------------------------------------
+
 	/** inserts a control character (like a paragraph break or a hard
 		space) into the text.@see com::sun::star::text::ControlCharacter
 	 */
-	void insertControlCharacter( [in] com::sun::star::text::XTextRange xRange, 
-			 [in] short nControlCharacter, 
-			 [in] boolean bAbsorb ) 
-			raises( com::sun::star::lang::IllegalArgumentException ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void insertControlCharacter( [in] com::sun::star::text::XTextRange xRange,
+			 [in] short nControlCharacter,
+			 [in] boolean bAbsorb )
+			raises( com::sun::star::lang::IllegalArgumentException );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/XText.idl b/main/offapi/com/sun/star/text/XText.idl
index 59d0673..7b846bc 100644
--- a/main/offapi/com/sun/star/text/XText.idl
+++ b/main/offapi/com/sun/star/text/XText.idl
@@ -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,59 +7,59 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_XText_idl__ 
-#define __com_sun_star_text_XText_idl__ 
- 
-#ifndef __com_sun_star_text_XSimpleText_idl__ 
-#include <com/sun/star/text/XSimpleText.idl> 
-#endif 
- 
-#ifndef __com_sun_star_text_XTextCursor_idl__ 
-#include <com/sun/star/text/XTextCursor.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_text_XTextContent_idl__ 
-#include <com/sun/star/text/XTextContent.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_NoSuchElementException_idl__ 
-#include <com/sun/star/container/NoSuchElementException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
-/** extends a <type>XSimpleText</type> by the capability of inserting 
+#ifndef __com_sun_star_text_XText_idl__
+#define __com_sun_star_text_XText_idl__
+
+#ifndef __com_sun_star_text_XSimpleText_idl__
+#include <com/sun/star/text/XSimpleText.idl>
+#endif
+
+#ifndef __com_sun_star_text_XTextCursor_idl__
+#include <com/sun/star/text/XTextCursor.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+#ifndef __com_sun_star_text_XTextContent_idl__
+#include <com/sun/star/text/XTextContent.idl>
+#endif
+
+#ifndef __com_sun_star_container_NoSuchElementException_idl__
+#include <com/sun/star/container/NoSuchElementException.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
+/** extends a <type>XSimpleText</type> by the capability of inserting
 		<type>XTextContent</type>s.
  */
 published interface XText: com::sun::star::text::XSimpleText
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** inserts a content, such as a text table, text frame or text
 		field.
-		
+
 		<p>Which contents are accepted is implementation-specific. Some
 		implementations may only accept contents which were created by the
 		factory that supplied the same text or the document which contains
@@ -78,24 +78,24 @@
             be replaced by <var>xContent</var>, otherwise <var>xContent</var>
             will be inserted at the end of <var>xRange</var>.
 	 */
-	void insertTextContent( [in] com::sun::star::text::XTextRange xRange, 
-			 [in] com::sun::star::text::XTextContent xContent, 
-			 [in] boolean bAbsorb ) 
-			raises( com::sun::star::lang::IllegalArgumentException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void insertTextContent( [in] com::sun::star::text::XTextRange xRange,
+			 [in] com::sun::star::text::XTextContent xContent,
+			 [in] boolean bAbsorb )
+			raises( com::sun::star::lang::IllegalArgumentException );
+
+	//-------------------------------------------------------------------------
+
 	/** removes the specified content from the text object.
-		
+
 		@example xDoc.removeTextContent( xDoc.TextTables.MyOwnTableName )
 	 */
-	void removeTextContent( [in] com::sun::star::text::XTextContent xContent ) 
-			raises( com::sun::star::container::NoSuchElementException ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void removeTextContent( [in] com::sun::star::text::XTextContent xContent )
+			raises( com::sun::star::container::NoSuchElementException );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/XTextAppend.idl b/main/offapi/com/sun/star/text/XTextAppend.idl
index 367f243..a90cb17 100644
--- a/main/offapi/com/sun/star/text/XTextAppend.idl
+++ b/main/offapi/com/sun/star/text/XTextAppend.idl
@@ -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,50 +7,50 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_XTextAppend_idl__ 
-#define __com_sun_star_text_XTextAppend_idl__ 
- 
+#ifndef __com_sun_star_text_XTextAppend_idl__
+#define __com_sun_star_text_XTextAppend_idl__
 
-#ifndef __com_sun_star_text_XText_idl__ 
-#include <com/sun/star/text/XText.idl> 
-#endif 
-#ifndef __com_sun_star_text_XTextPortionAppend_idl__ 
-#include <com/sun/star/text/XTextPortionAppend.idl> 
-#endif 
-#ifndef __com_sun_star_text_XParagraphAppend_idl__ 
-#include <com/sun/star/text/XParagraphAppend.idl> 
-#endif 
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_XText_idl__
+#include <com/sun/star/text/XText.idl>
+#endif
+#ifndef __com_sun_star_text_XTextPortionAppend_idl__
+#include <com/sun/star/text/XTextPortionAppend.idl>
+#endif
+#ifndef __com_sun_star_text_XParagraphAppend_idl__
+#include <com/sun/star/text/XParagraphAppend.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 /** .
  */
-     interface XTextAppend 
-{ 
+     interface XTextAppend
+{
     interface com::sun::star::text::XText;
     interface com::sun::star::text::XParagraphAppend;
     interface com::sun::star::text::XTextPortionAppend ;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/XTextAppendAndConvert.idl b/main/offapi/com/sun/star/text/XTextAppendAndConvert.idl
index 6ea21d1..bfb180e 100644
--- a/main/offapi/com/sun/star/text/XTextAppendAndConvert.idl
+++ b/main/offapi/com/sun/star/text/XTextAppendAndConvert.idl
@@ -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,51 +7,51 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_XTextAppendAndConvert_idl__ 
-#define __com_sun_star_text_XTextAppendAndConvert_idl__ 
+#ifndef __com_sun_star_text_XTextAppendAndConvert_idl__
+#define __com_sun_star_text_XTextAppendAndConvert_idl__
 
 
-#ifndef __com_sun_star_text_XTextAppend_idl__ 
-#include <com/sun/star/text/XTextAppend.idl> 
-#endif 
-#ifndef __com_sun_star_text_XTextContentAppend_idl__ 
-#include <com/sun/star/text/XTextContentAppend.idl> 
-#endif 
-#ifndef __com_sun_star_text_XTextConvert_idl__ 
-#include <com/sun/star/text/XTextConvert.idl> 
-#endif 
+#ifndef __com_sun_star_text_XTextAppend_idl__
+#include <com/sun/star/text/XTextAppend.idl>
+#endif
+#ifndef __com_sun_star_text_XTextContentAppend_idl__
+#include <com/sun/star/text/XTextContentAppend.idl>
+#endif
+#ifndef __com_sun_star_text_XTextConvert_idl__
+#include <com/sun/star/text/XTextConvert.idl>
+#endif
 
-//============================================================================= 
+//=============================================================================
 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 /** merges the functions of <type>XTextAppend</type>,
     <type>XTextContentAppend</type> and <type>XTextConvert</type>.
  */
      interface XTextAppendAndConvert
-{ 
+{
     interface com::sun::star::text::XTextAppend;
     interface com::sun::star::text::XTextContentAppend;
     interface com::sun::star::text::XTextConvert;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
+};
 
-#endif 
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/XTextColumns.idl b/main/offapi/com/sun/star/text/XTextColumns.idl
index 2d3ae74..9449f7e 100644
--- a/main/offapi/com/sun/star/text/XTextColumns.idl
+++ b/main/offapi/com/sun/star/text/XTextColumns.idl
@@ -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,105 +7,105 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_XTextColumns_idl__ 
-#define __com_sun_star_text_XTextColumns_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_text_TextColumn_idl__ 
-#include <com/sun/star/text/TextColumn.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_XTextColumns_idl__
+#define __com_sun_star_text_XTextColumns_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_text_TextColumn_idl__
+#include <com/sun/star/text/TextColumn.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::text::XTextColumns
 /** manages columns within the object.
-	
-	
-	
+
+
+
 	<p>The values used are relative. So it is not necessary to know the
 	width of the object. The sum of the relative width values depends on
 	the object and is defined in "ReferenceValue."
-	
+
 	</p>
  */
 published interface XTextColumns: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::text::XTextColumns::getReferenceValue
-	/** @returns 
-				the sum of all values. 
-		 
+	/** @returns
+				the sum of all values.
+
 				<p>As described above, the width values are relative.
 	 */
-	long getReferenceValue(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	long getReferenceValue();
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::text::XTextColumns::getColumnCount
-	/** @returns 
+	/** @returns
 				the number of columns.
 	 */
-	short getColumnCount(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	short getColumnCount();
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::text::XTextColumns::setColumnCount
 	/** sets the number of columns.
-		
-		
-		
+
+
+
 		<p>The minimum is 1 column.</p>
 	 */
-	void setColumnCount( [in] short nColumns ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void setColumnCount( [in] short nColumns );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::text::XTextColumns::getColumns
-	/** returns the column description of the object. 
+	/** returns the column description of the object.
 				@see TextColumn
 	 */
-	sequence<com::sun::star::text::TextColumn> getColumns(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	sequence<com::sun::star::text::TextColumn> getColumns();
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::text::XTextColumns::setColumns
 	/** sets the descriptors of all columns.
-		
-		
-		
+
+
+
 		<p>The number of members in the sequence must be the same as the
 		number of columns of the object.
-		
+
 		</p>@see TextColumn
 	 */
-	void setColumns( [in] sequence<com::sun::star::text::TextColumn> Columns ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
+	void setColumns( [in] sequence<com::sun::star::text::TextColumn> Columns );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/XTextContent.idl b/main/offapi/com/sun/star/text/XTextContent.idl
index 8fe0357..1544fbd 100644
--- a/main/offapi/com/sun/star/text/XTextContent.idl
+++ b/main/offapi/com/sun/star/text/XTextContent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -75,8 +75,8 @@
 	/** @returns
 				the text range to which the content is attached.
 
-        <p>Note: The anchor of the actual implementation for text tables 
-        does not have a position in the text. Thus that anchor can not be 
+        <p>Note: The anchor of the actual implementation for text tables
+        does not have a position in the text. Thus that anchor can not be
         used for some operation like <member>attach</member> for example or
         <member scope="com::sun::star::text">insertTextContent</member>
         or other function that require the object to have a position in the text.</p>
diff --git a/main/offapi/com/sun/star/text/XTextContentAppend.idl b/main/offapi/com/sun/star/text/XTextContentAppend.idl
index a6ca81a..d9d853d 100644
--- a/main/offapi/com/sun/star/text/XTextContentAppend.idl
+++ b/main/offapi/com/sun/star/text/XTextContentAppend.idl
@@ -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,78 +7,78 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_XTextContentAppend_idl__ 
-#define __com_sun_star_text_XTextContentAppend_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
+#ifndef __com_sun_star_text_XTextContentAppend_idl__
+#define __com_sun_star_text_XTextContentAppend_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
 
 #ifndef __com_sun_star_beans_PropertyValues_idl__
 #include <com/sun/star/beans/PropertyValues.idl>
 #endif
 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_UnknownPropertyException_idl__ 
-#include <com/sun/star/beans/UnknownPropertyException.idl> 
-#endif 
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+#ifndef __com_sun_star_beans_UnknownPropertyException_idl__
+#include <com/sun/star/beans/UnknownPropertyException.idl>
+#endif
 
 #ifndef __com_sun_star_text_XTextContent_idl__
-#include <com/sun/star/text/XTextContent.idl> 
-#endif 
+#include <com/sun/star/text/XTextContent.idl>
+#endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 /** .
  */
 interface XTextContentAppend : com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
         /** appends a text content at the end of the text.
-		
-                <p> The sequence can contain all the properties defined by the service 
+
+                <p> The sequence can contain all the properties defined by the service
 				<type scope="com::sun::star::text">.
 		</p>
 
         @param TextContent
             contains the object to be inserted.
-        @param CharacterAndParagraphProperties 
-            can contain all the properties defined by the service 
+        @param CharacterAndParagraphProperties
+            can contain all the properties defined by the service
                       <type scope="com::sun::star::text">Paragraph.
         @return
             the anchor text range of the inserted text content.
 	 */
-         com::sun::star::text::XTextRange appendTextContent(  
+         com::sun::star::text::XTextRange appendTextContent(
              [in] com::sun::star::text::XTextContent TextContent,
-             [in] com::sun::star::beans::PropertyValues CharacterAndParagraphProperties ) 
+             [in] com::sun::star::beans::PropertyValues CharacterAndParagraphProperties )
                                 raises( com::sun::star::lang::IllegalArgumentException,
-                                       com::sun::star::beans::UnknownPropertyException ); 
-  
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+                                       com::sun::star::beans::UnknownPropertyException );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/XTextConvert.idl b/main/offapi/com/sun/star/text/XTextConvert.idl
index 0f3ca21..425db21 100644
--- a/main/offapi/com/sun/star/text/XTextConvert.idl
+++ b/main/offapi/com/sun/star/text/XTextConvert.idl
@@ -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,107 +7,107 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_XTextConvert_idl__ 
-#define __com_sun_star_text_XTextConvert_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
+#ifndef __com_sun_star_text_XTextConvert_idl__
+#define __com_sun_star_text_XTextConvert_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
 
 #ifndef __com_sun_star_beans_PropertyValues_idl__
 #include <com/sun/star/beans/PropertyValues.idl>
 #endif
 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_UnknownPropertyException_idl__ 
-#include <com/sun/star/beans/UnknownPropertyException.idl> 
-#endif 
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
 
-#ifndef __com_sun_star_text_XTextRange_idl__ 
-#include <com/sun/star/text/XTextRange.idl> 
-#endif 
-#ifndef __com_sun_star_text_XTextContent_idl__ 
-#include <com/sun/star/text/XTextContent.idl> 
-#endif 
+#ifndef __com_sun_star_beans_UnknownPropertyException_idl__
+#include <com/sun/star/beans/UnknownPropertyException.idl>
+#endif
+
+#ifndef __com_sun_star_text_XTextRange_idl__
+#include <com/sun/star/text/XTextRange.idl>
+#endif
+#ifndef __com_sun_star_text_XTextContent_idl__
+#include <com/sun/star/text/XTextContent.idl>
+#endif
 #ifndef __com_sun_star_text_XTextTable_idl__
 #include <com/sun/star/text/XTextTable.idl>
 #endif
 
 
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 /** .
  */
 interface XTextConvert : com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
         /** moves the paragraphs from Start to End into a text frame.
-		
+
                 <p>FrameProperties contains the properties of the to-be-created text frame.</p>
 
-        @param 
+        @param
             .
 
-        @param 
+        @param
             .
         @return
-            
+
 	 */
-    ::com::sun::star::text::XTextContent convertToTextFrame( 
+    ::com::sun::star::text::XTextContent convertToTextFrame(
                         [in] com::sun::star::text::XTextRange Start,
                         [in] com::sun::star::text::XTextRange End,
                         [in] com::sun::star::beans::PropertyValues FrameProperties )
                         raises( com::sun::star::lang::IllegalArgumentException,
-                                       com::sun::star::beans::UnknownPropertyException ); 
- 
-        /** .
-		
+                                       com::sun::star::beans::UnknownPropertyException );
 
-        @param TableRanges contains the TextRange interfaces of the paragraphs, cells and rows of the table. 
-            <p>The innter sequence contains the start and end paragraphs of each table cell. 
+        /** .
+
+
+        @param TableRanges contains the TextRange interfaces of the paragraphs, cells and rows of the table.
+            <p>The innter sequence contains the start and end paragraphs of each table cell.
             The next sequence groups the cells to a row and the outer sequence groups the rows of the table.</p>
 
         @param CellProperties contains the properties of each cell.
         @param RowProperties contains the properties of each table row.
         @param TableProperties contains the properties of the table.
         @return the created table.
-            
+
 	 */
-    ::com::sun::star::text::XTextTable convertToTable(  
+    ::com::sun::star::text::XTextTable convertToTable(
                      [in] sequence< sequence< sequence< com::sun::star::text::XTextRange > > > TableRanges,
                      [in] sequence< sequence< com::sun::star::beans::PropertyValues > > CellProperties,
                      [in] sequence< com::sun::star::beans::PropertyValues > RowProperties,
                      [in] com::sun::star::beans::PropertyValues TableProperties )
                         raises( com::sun::star::lang::IllegalArgumentException,
-                                       com::sun::star::beans::UnknownPropertyException ); 
+                                       com::sun::star::beans::UnknownPropertyException );
 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/XTextCopy.idl b/main/offapi/com/sun/star/text/XTextCopy.idl
index 8e7b212..cc4fbc8 100644
--- a/main/offapi/com/sun/star/text/XTextCopy.idl
+++ b/main/offapi/com/sun/star/text/XTextCopy.idl
@@ -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,49 +7,49 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_XText_idl__ 
-#define __com_sun_star_text_XText_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_XText_idl__
+#define __com_sun_star_text_XText_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 /** enables a text object to copy attributed text from another text object.
  */
 published interface XTextCopy: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
         /** copies the content from another text object.
-		
+
         @param xSource
             specifies the source text object.
 	 */
-        void copyText( [in] com::sun::star::text::XTextCopy xSource ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+        void copyText( [in] com::sun::star::text::XTextCopy xSource );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/XTextCursor.idl b/main/offapi/com/sun/star/text/XTextCursor.idl
index 68d54c6..923ff25 100644
--- a/main/offapi/com/sun/star/text/XTextCursor.idl
+++ b/main/offapi/com/sun/star/text/XTextCursor.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -64,10 +64,10 @@
             the number of characters to move.
 
         @param bExpand
-            specifies if the current selection of the cursor should 
+            specifies if the current selection of the cursor should
             be expanded or not.
-        
-        @returns 
+
+        @returns
             <TRUE/> if the command was successfully completed.
             <FALSE/> otherwise.
 
@@ -87,10 +87,10 @@
             the number of characters to move.
 
         @param bExpand
-            specifies if the current selection of the cursor should 
+            specifies if the current selection of the cursor should
             be expanded or not.
-        
-        @returns 
+
+        @returns
             <TRUE/> if the command was successfully completed.
             <FALSE/> otherwise.
 
diff --git a/main/offapi/com/sun/star/text/XTextDocument.idl b/main/offapi/com/sun/star/text/XTextDocument.idl
index 2f95c0c..0161faf 100644
--- a/main/offapi/com/sun/star/text/XTextDocument.idl
+++ b/main/offapi/com/sun/star/text/XTextDocument.idl
@@ -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,66 +7,66 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_XTextDocument_idl__ 
-#define __com_sun_star_text_XTextDocument_idl__ 
- 
-#ifndef __com_sun_star_frame_XModel_idl__ 
-#include <com/sun/star/frame/XModel.idl> 
-#endif 
- 
-#ifndef __com_sun_star_text_XText_idl__ 
-#include <com/sun/star/text/XText.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_XTextDocument_idl__
+#define __com_sun_star_text_XTextDocument_idl__
+
+#ifndef __com_sun_star_frame_XModel_idl__
+#include <com/sun/star/frame/XModel.idl>
+#endif
+
+#ifndef __com_sun_star_text_XText_idl__
+#include <com/sun/star/text/XText.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::text::XTextDocument
 /** is the main interface of a text document.@see com::sun::star::text::TextDocument
  */
 published interface XTextDocument: com::sun::star::frame::XModel
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::text::XTextDocument::getText
-	/** @returns  
-                the major <type scope="com::sun::star::text">Text</type> of the text document. 
-				 
-				<p>This text does not contain texts in <type>TextFrame</type>s,  
-				or cells of <type>TextTable</type>s etc. directly. These are  
-				accessible from the contents via <code>X...Supplier</code>  
+	/** @returns
+                the major <type scope="com::sun::star::text">Text</type> of the text document.
+
+				<p>This text does not contain texts in <type>TextFrame</type>s,
+				or cells of <type>TextTable</type>s etc. directly. These are
+				accessible from the contents via <code>X...Supplier</code>
 				(e.g. <type>XTextTablesSupplier</type>).
 	 */
-	com::sun::star::text::XText getText(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::text::XText getText();
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::text::XTextDocument::reformat
 	/** reformats the contents of the document.
 	 */
-	void reformat(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void reformat();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/XTextEmbeddedObject.idl b/main/offapi/com/sun/star/text/XTextEmbeddedObject.idl
index 6423abd..480ec4e 100644
--- a/main/offapi/com/sun/star/text/XTextEmbeddedObject.idl
+++ b/main/offapi/com/sun/star/text/XTextEmbeddedObject.idl
@@ -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,67 +7,67 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_XTextEmbeddedObject_idl__ 
-#define __com_sun_star_text_XTextEmbeddedObject_idl__ 
- 
-#ifndef __com_sun_star_text_XTextContent_idl__ 
-#include <com/sun/star/text/XTextContent.idl> 
-#endif 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_XTextEmbeddedObject_idl__
+#define __com_sun_star_text_XTextEmbeddedObject_idl__
+
+#ifndef __com_sun_star_text_XTextContent_idl__
+#include <com/sun/star/text/XTextContent.idl>
+#endif
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::text::XTextEmbeddedObject
 /** f t!
-	
-	
-	
-	
-	
+
+
+
+
+
 	@deprecated
  */
 published interface XTextEmbeddedObject: com::sun::star::text::XTextContent
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::text::XTextEmbeddedObject::getObject
-	/** @returns an interface to the linked object that is contained in 
+	/** @returns an interface to the linked object that is contained in
 				the TextEmbeddedObject.
 	 */
-	com::sun::star::uno::XInterface getObject(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::uno::XInterface getObject();
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::text::XTextEmbeddedObject::setObject
 	/** sets an object into the TextEmbeddedObject.
 	 */
-	void setObject( [in] com::sun::star::uno::XInterface xObject ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
+	void setObject( [in] com::sun::star::uno::XInterface xObject );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/XTextEmbeddedObjectsSupplier.idl b/main/offapi/com/sun/star/text/XTextEmbeddedObjectsSupplier.idl
index 8619ff2..765c60b 100644
--- a/main/offapi/com/sun/star/text/XTextEmbeddedObjectsSupplier.idl
+++ b/main/offapi/com/sun/star/text/XTextEmbeddedObjectsSupplier.idl
@@ -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,55 +7,55 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_XTextEmbeddedObjectsSupplier_idl__ 
-#define __com_sun_star_text_XTextEmbeddedObjectsSupplier_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XNameAccess_idl__ 
-#include <com/sun/star/container/XNameAccess.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_XTextEmbeddedObjectsSupplier_idl__
+#define __com_sun_star_text_XTextEmbeddedObjectsSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_container_XNameAccess_idl__
+#include <com/sun/star/container/XNameAccess.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::text::XTextEmbeddedObjectsSupplier
-/** provides the collection of all embedded objects within this context 
+/** provides the collection of all embedded objects within this context
 	(i.e. this document).
  */
 published interface XTextEmbeddedObjectsSupplier: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::text::XTextEmbeddedObjectsSupplier::getEmbeddedObjects
-	/** @returns  
+	/** @returns
 				the collection of embedded objects.
 	 */
-	com::sun::star::container::XNameAccess getEmbeddedObjects(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::container::XNameAccess getEmbeddedObjects();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/XTextField.idl b/main/offapi/com/sun/star/text/XTextField.idl
index c569f19..fa1cce6 100644
--- a/main/offapi/com/sun/star/text/XTextField.idl
+++ b/main/offapi/com/sun/star/text/XTextField.idl
@@ -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,59 +7,59 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_XTextField_idl__ 
-#define __com_sun_star_text_XTextField_idl__ 
- 
-#ifndef __com_sun_star_text_XTextContent_idl__ 
-#include <com/sun/star/text/XTextContent.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_XTextField_idl__
+#define __com_sun_star_text_XTextField_idl__
+
+#ifndef __com_sun_star_text_XTextContent_idl__
+#include <com/sun/star/text/XTextContent.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::text::XTextField
 /** is the base interface for all text fields.
-	
-	
-	
+
+
+
 	<p>A text field is embedded in text and expands to a sequence of
 	characters.
-	
+
 	</p>@see TextField
  */
 published interface XTextField: com::sun::star::text::XTextContent
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::text::XTextField::getPresentation
-	/** @returns the display string of the text field either as the command 
-			 	of the field or as the output string. 
-				@param bShowCommand 
+	/** @returns the display string of the text field either as the command
+			 	of the field or as the output string.
+				@param bShowCommand
 					if <TRUE/> the command of the field will be returned
 	 */
-	string getPresentation( [in] boolean bShowCommand ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
+	string getPresentation( [in] boolean bShowCommand );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/XTextFieldsSupplier.idl b/main/offapi/com/sun/star/text/XTextFieldsSupplier.idl
index 82f45ff..6826084 100644
--- a/main/offapi/com/sun/star/text/XTextFieldsSupplier.idl
+++ b/main/offapi/com/sun/star/text/XTextFieldsSupplier.idl
@@ -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,70 +7,70 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_XTextFieldsSupplier_idl__ 
-#define __com_sun_star_text_XTextFieldsSupplier_idl__ 
+#ifndef __com_sun_star_text_XTextFieldsSupplier_idl__
+#define __com_sun_star_text_XTextFieldsSupplier_idl__
 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
 
-#ifndef __com_sun_star_container_XEnumerationAccess_idl__ 
-#include <com/sun/star/container/XEnumerationAccess.idl> 
-#endif 
+#ifndef __com_sun_star_container_XEnumerationAccess_idl__
+#include <com/sun/star/container/XEnumerationAccess.idl>
+#endif
 
-#ifndef __com_sun_star_container_XNameAccess_idl__ 
-#include <com/sun/star/container/XNameAccess.idl> 
-#endif 
+#ifndef __com_sun_star_container_XNameAccess_idl__
+#include <com/sun/star/container/XNameAccess.idl>
+#endif
 
 
-//============================================================================= 
+//=============================================================================
 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::text::XTextFieldsSupplier
 /** makes it possible to access the text fields used in this context
-	(e.g. this document).@see com::sun::star::sheet::SpreadsheetDocument 
+	(e.g. this document).@see com::sun::star::sheet::SpreadsheetDocument
 		@see TextDocument
  */
 published interface XTextFieldsSupplier: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::text::XTextFieldsSupplier::getTextFields
-	/** @returns 
-				the collection of <type>TextField</type> instances 
+	/** @returns
+				the collection of <type>TextField</type> instances
 				in this context (i.e. this document).
 	 */
-	com::sun::star::container::XEnumerationAccess getTextFields(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::container::XEnumerationAccess getTextFields();
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::text::XTextFieldsSupplier::getTextFieldMasters
-	/** @returns 
-				the collection of <type>TextFieldMaster</type> instances 
+	/** @returns
+				the collection of <type>TextFieldMaster</type> instances
 				which are defined in this context (i.e. this document).
 	 */
-	com::sun::star::container::XNameAccess getTextFieldMasters(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
+	com::sun::star::container::XNameAccess getTextFieldMasters();
 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/XTextFrame.idl b/main/offapi/com/sun/star/text/XTextFrame.idl
index 18f89e8..c089b95 100644
--- a/main/offapi/com/sun/star/text/XTextFrame.idl
+++ b/main/offapi/com/sun/star/text/XTextFrame.idl
@@ -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,56 +7,56 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_XTextFrame_idl__ 
-#define __com_sun_star_text_XTextFrame_idl__ 
+#ifndef __com_sun_star_text_XTextFrame_idl__
+#define __com_sun_star_text_XTextFrame_idl__
 
-#ifndef __com_sun_star_text_XTextContent_idl__ 
-#include <com/sun/star/text/XTextContent.idl> 
-#endif 
+#ifndef __com_sun_star_text_XTextContent_idl__
+#include <com/sun/star/text/XTextContent.idl>
+#endif
 
-#ifndef __com_sun_star_text_XText_idl__ 
-#include <com/sun/star/text/XText.idl> 
-#endif 
+#ifndef __com_sun_star_text_XText_idl__
+#include <com/sun/star/text/XText.idl>
+#endif
 
 
-//============================================================================= 
+//=============================================================================
 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::text::XTextFrame
 /** provides access to the <type>Text</type> of a <type>TextFrame</type>.
     @see TextFrame
  */
 published interface XTextFrame: com::sun::star::text::XTextContent
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::text::XTextFrame::getText
-	/** @returns  
-				the text within this frame. The returned interface belongs 
+	/** @returns
+				the text within this frame. The returned interface belongs
 				to an object which implements the service <type>Text</type>.
 	 */
-	com::sun::star::text::XText getText(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
+	com::sun::star::text::XText getText();
 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/XTextFramesSupplier.idl b/main/offapi/com/sun/star/text/XTextFramesSupplier.idl
index a88e7bb..263c305 100644
--- a/main/offapi/com/sun/star/text/XTextFramesSupplier.idl
+++ b/main/offapi/com/sun/star/text/XTextFramesSupplier.idl
@@ -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,54 +7,54 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_XTextFramesSupplier_idl__ 
-#define __com_sun_star_text_XTextFramesSupplier_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XNameAccess_idl__ 
-#include <com/sun/star/container/XNameAccess.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_XTextFramesSupplier_idl__
+#define __com_sun_star_text_XTextFramesSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_container_XNameAccess_idl__
+#include <com/sun/star/container/XNameAccess.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::text::XTextFramesSupplier
 /** makes it possible to access the <type>TextFrame</type> instances in this
 	context (e.g. document).
  */
 published interface XTextFramesSupplier: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::text::XTextFramesSupplier::getTextFrames
 	/** returns a collection of text frames.
 	 */
-	com::sun::star::container::XNameAccess getTextFrames(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::container::XNameAccess getTextFrames();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/XTextGraphicObjectsSupplier.idl b/main/offapi/com/sun/star/text/XTextGraphicObjectsSupplier.idl
index 22b0c3c..e03e015 100644
--- a/main/offapi/com/sun/star/text/XTextGraphicObjectsSupplier.idl
+++ b/main/offapi/com/sun/star/text/XTextGraphicObjectsSupplier.idl
@@ -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,55 +7,55 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_XTextGraphicObjectsSupplier_idl__ 
-#define __com_sun_star_text_XTextGraphicObjectsSupplier_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XNameAccess_idl__ 
-#include <com/sun/star/container/XNameAccess.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_XTextGraphicObjectsSupplier_idl__
+#define __com_sun_star_text_XTextGraphicObjectsSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_container_XNameAccess_idl__
+#include <com/sun/star/container/XNameAccess.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::text::XTextGraphicObjectsSupplier
 /** provides access to the collection of all embedded and linked graphics
 	within this context (i.e. within this document).
  */
 published interface XTextGraphicObjectsSupplier: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::text::XTextGraphicObjectsSupplier::getGraphicObjects
-	/** @returns  
+	/** @returns
 				the collection of graphic objects in this object (document).
 	 */
-	com::sun::star::container::XNameAccess getGraphicObjects(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::container::XNameAccess getGraphicObjects();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/XTextMarkup.idl b/main/offapi/com/sun/star/text/XTextMarkup.idl
index 2ecc8d0..9a3ebdf 100644
--- a/main/offapi/com/sun/star/text/XTextMarkup.idl
+++ b/main/offapi/com/sun/star/text/XTextMarkup.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -60,7 +60,7 @@
      */
     com::sun::star::container::XStringKeyMap getMarkupInfoContainer();
 
-    
+
     //-------------------------------------------------------------------------
     /** submits a new markup range.
 
@@ -89,7 +89,7 @@
                                 [in] string aIdentifier,
                                 [in] com::sun::star::text::XTextRange xRange,
                                 [in] com::sun::star::container::XStringKeyMap xMarkupInfoContainer );
- 
+
 };
 
 }; }; }; };
diff --git a/main/offapi/com/sun/star/text/XTextPortionAppend.idl b/main/offapi/com/sun/star/text/XTextPortionAppend.idl
index 4c91d11..2a6ccd4 100644
--- a/main/offapi/com/sun/star/text/XTextPortionAppend.idl
+++ b/main/offapi/com/sun/star/text/XTextPortionAppend.idl
@@ -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,76 +7,76 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_XTextPortionAppend_idl__ 
-#define __com_sun_star_text_XTextPortionAppend_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
+#ifndef __com_sun_star_text_XTextPortionAppend_idl__
+#define __com_sun_star_text_XTextPortionAppend_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
 
 #ifndef __com_sun_star_beans_PropertyValues_idl__
 #include <com/sun/star/beans/PropertyValues.idl>
 #endif
 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_UnknownPropertyException_idl__ 
-#include <com/sun/star/beans/UnknownPropertyException.idl> 
-#endif 
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
 
-#ifndef __com_sun_star_text_XTextRange_idl__ 
-#include <com/sun/star/text/XTextRange.idl> 
-#endif 
+#ifndef __com_sun_star_beans_UnknownPropertyException_idl__
+#include <com/sun/star/beans/UnknownPropertyException.idl>
+#endif
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_XTextRange_idl__
+#include <com/sun/star/text/XTextRange.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 /** .
  */
 interface XTextPortionAppend : com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
         /** appends a new text portion to the paragraph at the end of the text.
-		
+
                 <p> The sequence can contain all the properties defined by the service <type scope="com::sun::star::text">TextPortion.
 		</p>
 
-        @param 
+        @param
             Text contains the text to be appended.
 
-        @param 
-            CharacterAndParagraphProperties can contain all the properties defined by the service 
+        @param
+            CharacterAndParagraphProperties can contain all the properties defined by the service
                       <type scope="com::sun::star::text">Paragraph.
 	 */
-         com::sun::star::text::XTextRange  appendTextPortion(  
+         com::sun::star::text::XTextRange  appendTextPortion(
                                 [in] string Text,
-                                [in] com::sun::star::beans::PropertyValues CharacterAndParagraphProperties ) 
+                                [in] com::sun::star::beans::PropertyValues CharacterAndParagraphProperties )
                         raises( com::sun::star::lang::IllegalArgumentException,
-                                        com::sun::star::beans::UnknownPropertyException ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+                                        com::sun::star::beans::UnknownPropertyException );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/XTextRange.idl b/main/offapi/com/sun/star/text/XTextRange.idl
index 20bbf98..faa3a2b 100644
--- a/main/offapi/com/sun/star/text/XTextRange.idl
+++ b/main/offapi/com/sun/star/text/XTextRange.idl
@@ -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,94 +7,94 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_XTextRange_idl__ 
-#define __com_sun_star_text_XTextRange_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text { 
- 
- published interface XText; 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_XTextRange_idl__
+#define __com_sun_star_text_XTextRange_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+ published interface XText;
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::text::XTextRange
 /** describes the object's position in a text.
-	
-	
-	
+
+
+
 	<p>It represents a text range. The beginning and end of the range may
 	be identical.
 	</p>
  */
 published interface XTextRange: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::text::XTextRange::getText
-	/** @returns 
+	/** @returns
 				the text interface in which the text position is contained.
 	 */
-	XText getText(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	XText getText();
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::text::XTextRange::getStart
-	/** @returns 
+	/** @returns
 				a text range which contains only the start of this text range.
 	 */
-	XTextRange getStart(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	XTextRange getStart();
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::text::XTextRange::getEnd
-	/** @returns 
+	/** @returns
 				a text range which contains only the end of this text range.
 	 */
-	XTextRange getEnd(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	XTextRange getEnd();
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::text::XTextRange::getString
-	/** @returns 
+	/** @returns
 			 	the string that is included in this text range.
 	 */
-	string getString(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	string getString();
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::text::XTextRange::setString
 	/** the whole string of characters of this piece of text is replaced.
-		
-		
-		
+
+
+
 		<p>All styles are removed when applying this method.
-		
+
 		</p>
 	 */
-	[oneway] void setString( [in] string aString ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
+	[oneway] void setString( [in] string aString );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/XTextRangeCompare.idl b/main/offapi/com/sun/star/text/XTextRangeCompare.idl
index 56b4df6..f8d3765 100644
--- a/main/offapi/com/sun/star/text/XTextRangeCompare.idl
+++ b/main/offapi/com/sun/star/text/XTextRangeCompare.idl
@@ -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,84 +7,84 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_XTextRangeCompare_idl__ 
-#define __com_sun_star_text_XTextRangeCompare_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
- published interface XText; 
- published interface XTextRange; 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_XTextRangeCompare_idl__
+#define __com_sun_star_text_XTextRangeCompare_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+ published interface XText;
+ published interface XTextRange;
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::text::XTextRangeCompare
 /** compares the positions of two <type>TextRange</type>s within a
 	<type>Text</type>.
-	
-	
-	
+
+
+
 	<p>Only <type>TextRange</type> instances within the same <type>Text</type>
 	can be compared.
 	</p>
  */
 published interface XTextRangeCompare: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::text::XTextRangeCompare::compareRegionStarts
-	/** @returns 
-					1 if <var>xR1</var> starts before <var>xR2</var>, 
-					0 if <var>xR1</var> starts at the same position as <var>xR2</var> and 
-					-1 if <var>xR1</var> starts behind <var>xR2</var>. 
-		 
-				@throws com::sun::star::lang::IllegalArgumentException 
-					if either <var>xR1</var> or <var>xR2</var> is not within this 
+	/** @returns
+					1 if <var>xR1</var> starts before <var>xR2</var>,
+					0 if <var>xR1</var> starts at the same position as <var>xR2</var> and
+					-1 if <var>xR1</var> starts behind <var>xR2</var>.
+
+				@throws com::sun::star::lang::IllegalArgumentException
+					if either <var>xR1</var> or <var>xR2</var> is not within this
 					text.
 	 */
-	short compareRegionStarts( [in] XTextRange xR1, [in] XTextRange xR2 ) 
-			raises( com::sun::star::lang::IllegalArgumentException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	short compareRegionStarts( [in] XTextRange xR1, [in] XTextRange xR2 )
+			raises( com::sun::star::lang::IllegalArgumentException );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::text::XTextRangeCompare::compareRegionEnds
-	/** @returns 
-					1, if <var>xR1</var> ends before <var>xR2</var>, 
-					0, if <var>xR1</var> ends at the same position as <var>xR2</var> and 
-					-1, if <var>xR1</var> ends behind <var>xR2</var>. 
-		 
-				@throws com::sun::star::lang::IllegalArgumentException 
-					if either <var>xR1</var> or <var>xR2</var> is not within this 
+	/** @returns
+					1, if <var>xR1</var> ends before <var>xR2</var>,
+					0, if <var>xR1</var> ends at the same position as <var>xR2</var> and
+					-1, if <var>xR1</var> ends behind <var>xR2</var>.
+
+				@throws com::sun::star::lang::IllegalArgumentException
+					if either <var>xR1</var> or <var>xR2</var> is not within this
 					text.
 	 */
-	short compareRegionEnds( [in] XTextRange xR1, [in] XTextRange xR2 ) 
-			raises( com::sun::star::lang::IllegalArgumentException ); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	short compareRegionEnds( [in] XTextRange xR1, [in] XTextRange xR2 )
+			raises( com::sun::star::lang::IllegalArgumentException );
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/XTextRangeMover.idl b/main/offapi/com/sun/star/text/XTextRangeMover.idl
index 01a5a3e..8b75f14 100644
--- a/main/offapi/com/sun/star/text/XTextRangeMover.idl
+++ b/main/offapi/com/sun/star/text/XTextRangeMover.idl
@@ -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,63 +7,63 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_XTextRangeMover_idl__ 
-#define __com_sun_star_text_XTextRangeMover_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_text_XTextRange_idl__ 
-#include <com/sun/star/text/XTextRange.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_XTextRangeMover_idl__
+#define __com_sun_star_text_XTextRangeMover_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_text_XTextRange_idl__
+#include <com/sun/star/text/XTextRange.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::text::XTextRangeMover
-/** makes it possible to move a text range (e.g. a paragraph by itself) 
+/** makes it possible to move a text range (e.g. a paragraph by itself)
 	within this text.
-	
-	
-	
-	<p>The movement is specified by the number of paragraphs within the order 
+
+
+
+	<p>The movement is specified by the number of paragraphs within the order
 	of paragraphs.
-	
+
 	</p>@see Text
  */
 published interface XTextRangeMover: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::text::XTextRangeMover::moveTextRange
 	/** moves the contents to which <var>xRange</var> refers forward or
 		backward.
 	 */
-	void moveTextRange( [in] com::sun::star::text::XTextRange xRange, 
-			 [in] short nParagraphs ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void moveTextRange( [in] com::sun::star::text::XTextRange xRange,
+			 [in] short nParagraphs );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/XTextSection.idl b/main/offapi/com/sun/star/text/XTextSection.idl
index 9acab3a..07ad15c 100644
--- a/main/offapi/com/sun/star/text/XTextSection.idl
+++ b/main/offapi/com/sun/star/text/XTextSection.idl
@@ -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,58 +7,58 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_XTextSection_idl__ 
-#define __com_sun_star_text_XTextSection_idl__ 
- 
-#ifndef __com_sun_star_text_XTextContent_idl__ 
-#include <com/sun/star/text/XTextContent.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_XTextSection_idl__
+#define __com_sun_star_text_XTextSection_idl__
+
+#ifndef __com_sun_star_text_XTextContent_idl__
+#include <com/sun/star/text/XTextContent.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::text::XTextSection
 /** provide special data of a <type>TextSection</type>.@see TextSection
  */
 published interface XTextSection: com::sun::star::text::XTextContent
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::text::XTextSection::getParentSection
 	/** If the object is a child section, then this method returns
 		the parent text section.
 	 */
-	com::sun::star::text::XTextSection getParentSection(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::text::XTextSection getParentSection();
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::text::XTextSection::getChildSections
-	/** @returns 
+	/** @returns
 				all text sections that are children of this text section (recursive).
 	 */
-	sequence<com::sun::star::text::XTextSection> getChildSections(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
+	sequence<com::sun::star::text::XTextSection> getChildSections();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/XTextSectionsSupplier.idl b/main/offapi/com/sun/star/text/XTextSectionsSupplier.idl
index c9f8254..98fcb8c 100644
--- a/main/offapi/com/sun/star/text/XTextSectionsSupplier.idl
+++ b/main/offapi/com/sun/star/text/XTextSectionsSupplier.idl
@@ -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,54 +7,54 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_XTextSectionsSupplier_idl__ 
-#define __com_sun_star_text_XTextSectionsSupplier_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XNameAccess_idl__ 
-#include <com/sun/star/container/XNameAccess.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_XTextSectionsSupplier_idl__
+#define __com_sun_star_text_XTextSectionsSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_container_XNameAccess_idl__
+#include <com/sun/star/container/XNameAccess.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::text::XTextSectionsSupplier
 /** manages the text sections within the context (i.e. the document).
  */
 published interface XTextSectionsSupplier: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::text::XTextSectionsSupplier::getTextSections
-	/** @returns  
+	/** @returns
 				the collection of text sections.
 	 */
-	com::sun::star::container::XNameAccess getTextSections(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::container::XNameAccess getTextSections();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/XTextShapesSupplier.idl b/main/offapi/com/sun/star/text/XTextShapesSupplier.idl
index a4c7191..9d40a1d 100644
--- a/main/offapi/com/sun/star/text/XTextShapesSupplier.idl
+++ b/main/offapi/com/sun/star/text/XTextShapesSupplier.idl
@@ -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,55 +7,55 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_XTextShapesSupplier_idl__ 
-#define __com_sun_star_text_XTextShapesSupplier_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XIndexAccess_idl__ 
-#include <com/sun/star/container/XIndexAccess.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_XTextShapesSupplier_idl__
+#define __com_sun_star_text_XTextShapesSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_container_XIndexAccess_idl__
+#include <com/sun/star/container/XIndexAccess.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::text::XTextShapesSupplier
 /** provides the collection of <type scope="com::sun::star::drawing">TextShape</type>s.
  */
 published interface XTextShapesSupplier: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::text::XTextShapesSupplier::getShapes
 	/** returns the collection of shapes.
 
 		@see com::sun::star::drawing::DrawPage
 	 */
-	com::sun::star::container::XIndexAccess getShapes(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::container::XIndexAccess getShapes();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/XTextTable.idl b/main/offapi/com/sun/star/text/XTextTable.idl
index 7ba8099..7812867 100644
--- a/main/offapi/com/sun/star/text/XTextTable.idl
+++ b/main/offapi/com/sun/star/text/XTextTable.idl
@@ -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,133 +7,133 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_XTextTable_idl__ 
-#define __com_sun_star_text_XTextTable_idl__ 
- 
-#ifndef __com_sun_star_text_XTextContent_idl__ 
-#include <com/sun/star/text/XTextContent.idl> 
-#endif 
- 
-#ifndef __com_sun_star_table_XTableRows_idl__ 
-#include <com/sun/star/table/XTableRows.idl> 
-#endif 
- 
-#ifndef __com_sun_star_table_XTableColumns_idl__ 
-#include <com/sun/star/table/XTableColumns.idl> 
-#endif 
- 
-#ifndef __com_sun_star_table_XCell_idl__ 
-#include <com/sun/star/table/XCell.idl> 
-#endif 
- 
-#ifndef __com_sun_star_text_XTextTableCursor_idl__ 
-#include <com/sun/star/text/XTextTableCursor.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_XTextTable_idl__
+#define __com_sun_star_text_XTextTable_idl__
+
+#ifndef __com_sun_star_text_XTextContent_idl__
+#include <com/sun/star/text/XTextContent.idl>
+#endif
+
+#ifndef __com_sun_star_table_XTableRows_idl__
+#include <com/sun/star/table/XTableRows.idl>
+#endif
+
+#ifndef __com_sun_star_table_XTableColumns_idl__
+#include <com/sun/star/table/XTableColumns.idl>
+#endif
+
+#ifndef __com_sun_star_table_XCell_idl__
+#include <com/sun/star/table/XCell.idl>
+#endif
+
+#ifndef __com_sun_star_text_XTextTableCursor_idl__
+#include <com/sun/star/text/XTextTableCursor.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 /** manages a text table.
 
     @see com::sun::star::text::TextTable
     @see com::sun::star::text::Cell
  */
 published interface XTextTable: com::sun::star::text::XTextContent
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** determines the numbers of rows and columns of the text table.
-		
+
         <p> This method must be called after the object is created and
             before the object is insert or attached elsewhere.
 		</p>
 	 */
-	void initialize( [in] long nRows, 
-			 [in] long nColumns ); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns 
-            the access object for the text table rows. 
-		 
+	void initialize( [in] long nRows,
+			 [in] long nColumns );
+
+	//-------------------------------------------------------------------------
+
+	/** @returns
+            the access object for the text table rows.
+
         @see com::sun::star::table::XTableRows
 	 */
-	com::sun::star::table::XTableRows getRows(); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns 
-            the access object for the text table columns. 
-		 
+	com::sun::star::table::XTableRows getRows();
+
+	//-------------------------------------------------------------------------
+
+	/** @returns
+            the access object for the text table columns.
+
         @see com::sun::star::table::XTableColumns
 	 */
-	com::sun::star::table::XTableColumns getColumns(); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns 
-            the <type scope="com::sun::star::table">XCell</type> interface of the cell with the specified name. 
-		 
-        @param aCellName 
-            is a concatenation of the alphanumeric column name and the 
-            index of the row. 
-		 
-            <p>Example: The cell in the 4th column and third row has the name "D3". 
-		 
-            <p>In cells that are split, the naming convention is more complex. 
-            In this case the name is a concatenation of the former cell name 
-            (i.e. "D3") and the number of the new column and row index inside 
-            of the original table cell separated by dots. This is done 
-            recursively. 
-		 
-            <p>Example: If the cell "D3" is horizontally split, it now contains 
-            the cells "D3.1.1" and "D3.1.2" 
-		 
+	com::sun::star::table::XTableColumns getColumns();
+
+	//-------------------------------------------------------------------------
+
+	/** @returns
+            the <type scope="com::sun::star::table">XCell</type> interface of the cell with the specified name.
+
+        @param aCellName
+            is a concatenation of the alphanumeric column name and the
+            index of the row.
+
+            <p>Example: The cell in the 4th column and third row has the name "D3".
+
+            <p>In cells that are split, the naming convention is more complex.
+            In this case the name is a concatenation of the former cell name
+            (i.e. "D3") and the number of the new column and row index inside
+            of the original table cell separated by dots. This is done
+            recursively.
+
+            <p>Example: If the cell "D3" is horizontally split, it now contains
+            the cells "D3.1.1" and "D3.1.2"
+
         @see com::sun::star::table::Cell
         @see com::sun::star::table::XCell
 	 */
-	com::sun::star::table::XCell getCellByName( [in] string aCellName ); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns 
+	com::sun::star::table::XCell getCellByName( [in] string aCellName );
+
+	//-------------------------------------------------------------------------
+
+	/** @returns
             the names of all cells of this text table.
 	 */
-	sequence<string> getCellNames(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	sequence<string> getCellNames();
+
+	//-------------------------------------------------------------------------
+
 	/** creates a text table cursor and returns the
 		<type>XTextTableCursor</type> interface.
-		
+
 		<p>Initially the cursor is positioned in the cell with the specified name.
 		</p>
 
         @see com::sun::star::text::TextTableCursor
 	 */
-	com::sun::star::text::XTextTableCursor createCursorByCellName( [in] string aCellName ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
+	com::sun::star::text::XTextTableCursor createCursorByCellName( [in] string aCellName );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/XTextTableCursor.idl b/main/offapi/com/sun/star/text/XTextTableCursor.idl
index 446251c..efe24c5 100644
--- a/main/offapi/com/sun/star/text/XTextTableCursor.idl
+++ b/main/offapi/com/sun/star/text/XTextTableCursor.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/XTextTablesSupplier.idl b/main/offapi/com/sun/star/text/XTextTablesSupplier.idl
index f2d1fac..88fb1dd 100644
--- a/main/offapi/com/sun/star/text/XTextTablesSupplier.idl
+++ b/main/offapi/com/sun/star/text/XTextTablesSupplier.idl
@@ -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,54 +7,54 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_XTextTablesSupplier_idl__ 
-#define __com_sun_star_text_XTextTablesSupplier_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XNameAccess_idl__ 
-#include <com/sun/star/container/XNameAccess.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_XTextTablesSupplier_idl__
+#define __com_sun_star_text_XTextTablesSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_container_XNameAccess_idl__
+#include <com/sun/star/container/XNameAccess.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 /** enables the object to handle text tables.
  */
 published interface XTextTablesSupplier: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	/** @returns  
+{
+	//-------------------------------------------------------------------------
+	/** @returns
 				the collection of "TextTables" currently contained in the object.
 
         @see    com::sun::star::text::TextTables
         @see    com::sun::star::text::TextTable
 	 */
-	com::sun::star::container::XNameAccess getTextTables(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::container::XNameAccess getTextTables();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/XTextViewCursor.idl b/main/offapi/com/sun/star/text/XTextViewCursor.idl
index 8f61f91..aa1fe84 100644
--- a/main/offapi/com/sun/star/text/XTextViewCursor.idl
+++ b/main/offapi/com/sun/star/text/XTextViewCursor.idl
@@ -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,70 +7,70 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_XTextViewCursor_idl__ 
-#define __com_sun_star_text_XTextViewCursor_idl__ 
- 
-#ifndef __com_sun_star_text_XTextCursor_idl__ 
-#include <com/sun/star/text/XTextCursor.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_Point_idl__ 
-#include <com/sun/star/awt/Point.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_XTextViewCursor_idl__
+#define __com_sun_star_text_XTextViewCursor_idl__
+
+#ifndef __com_sun_star_text_XTextCursor_idl__
+#include <com/sun/star/text/XTextCursor.idl>
+#endif
+
+#ifndef __com_sun_star_awt_Point_idl__
+#include <com/sun/star/awt/Point.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::text::XTextViewCursor
 /** describes a cursor in a text document's view.
  */
 published interface XTextViewCursor: com::sun::star::text::XTextCursor
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::text::XTextViewCursor::isVisible
-	/** @returns  
+	/** @returns
 				<TRUE/> if this cursor is visible for the user.
 	 */
-	boolean isVisible(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	boolean isVisible();
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::text::XTextViewCursor::setVisible
 	/** shows or hides this cursor for the user.
 	 */
-	[oneway] void setVisible( [in] boolean bVisible ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void setVisible( [in] boolean bVisible );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::text::XTextViewCursor::getPosition
-	/** @returns 
-				the cursor's coordinates relative to the top left position of  
+	/** @returns
+				the cursor's coordinates relative to the top left position of
 				the first page of the document.
 	 */
-	com::sun::star::awt::Point getPosition(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::awt::Point getPosition();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/XTextViewCursorSupplier.idl b/main/offapi/com/sun/star/text/XTextViewCursorSupplier.idl
index 717e025..ba32229 100644
--- a/main/offapi/com/sun/star/text/XTextViewCursorSupplier.idl
+++ b/main/offapi/com/sun/star/text/XTextViewCursorSupplier.idl
@@ -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,61 +7,61 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_XTextViewCursorSupplier_idl__ 
-#define __com_sun_star_text_XTextViewCursorSupplier_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_text_XTextViewCursor_idl__ 
-#include <com/sun/star/text/XTextViewCursor.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_XTextViewCursorSupplier_idl__
+#define __com_sun_star_text_XTextViewCursorSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_text_XTextViewCursor_idl__
+#include <com/sun/star/text/XTextViewCursor.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::text::XTextViewCursorSupplier
 /** supplies access to the cursor in the view.
-	
-	
-	
+
+
+
 	<p>This cursor is the same instance that is available in the user
 	interface.
-	
+
 	</p>@see TextDocumentView
  */
 published interface XTextViewCursorSupplier: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::text::XTextViewCursorSupplier::getViewCursor
-	/** @returns 
+	/** @returns
 				the cursor of the document view.
 	 */
-	com::sun::star::text::XTextViewCursor getViewCursor(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::text::XTextViewCursor getViewCursor();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/XWordCursor.idl b/main/offapi/com/sun/star/text/XWordCursor.idl
index 1708645..a972648 100644
--- a/main/offapi/com/sun/star/text/XWordCursor.idl
+++ b/main/offapi/com/sun/star/text/XWordCursor.idl
@@ -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,103 +7,103 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_text_XWordCursor_idl__ 
-#define __com_sun_star_text_XWordCursor_idl__ 
- 
-#ifndef __com_sun_star_text_XTextCursor_idl__ 
-#include <com/sun/star/text/XTextCursor.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module text {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_text_XWordCursor_idl__
+#define __com_sun_star_text_XWordCursor_idl__
+
+#ifndef __com_sun_star_text_XTextCursor_idl__
+#include <com/sun/star/text/XTextCursor.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module text {
+
+//=============================================================================
+
 /** makes it possible to move a cursor word by word.
  */
 published interface XWordCursor: com::sun::star::text::XTextCursor
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** determines if the cursor is positioned at the start of a word.
 	 */
-	boolean isStartOfWord(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	boolean isStartOfWord();
+
+	//-------------------------------------------------------------------------
+
 	/** determines if the cursor is positioned at the end of a word.
 	 */
-	boolean isEndOfWord(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	boolean isEndOfWord();
+
+	//-------------------------------------------------------------------------
+
 	/** moves the cursor to the next word.
 
-        <p>Note: the function returning <true/> does not necessarily mean 
-        that the cursor is located at the next word, or any word at all! 
+        <p>Note: the function returning <true/> does not necessarily mean
+        that the cursor is located at the next word, or any word at all!
         This may happen for example if it travels over empty paragraphs.</p>
 
         @returns
             <true/> if the cursor was moved. It returns <false/> it the
             cursor can not advance further.
 	 */
-	boolean gotoNextWord( [in] boolean bExpand ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	boolean gotoNextWord( [in] boolean bExpand );
+
+	//-------------------------------------------------------------------------
+
 	/** moves the cursor to the previous word.
 
-        <p>Note: the function returning <true/> does not necessarily mean 
-        that the cursor is located at the previous word, or any word at all! 
+        <p>Note: the function returning <true/> does not necessarily mean
+        that the cursor is located at the previous word, or any word at all!
         This may happen for example if it travels over empty paragraphs.</p>
 
         @returns
             <true/> if the cursor was moved. It returns <false/> it the
             cursor can not advance further.
 	 */
-	boolean gotoPreviousWord( [in] boolean bExpand ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	boolean gotoPreviousWord( [in] boolean bExpand );
+
+	//-------------------------------------------------------------------------
+
 	/** moves the cursor to the end of the current word.
 
         @returns
-            <true/> if the cursor is now at the end of a word, 
+            <true/> if the cursor is now at the end of a word,
             <false/> otherwise. If <false/> was returned the cursor
             will remain at its original position.
 	 */
-	boolean gotoEndOfWord( [in] boolean bExpand ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	boolean gotoEndOfWord( [in] boolean bExpand );
+
+	//-------------------------------------------------------------------------
+
 	/** moves the cursor to the start of the current word.
 
         @returns
-            <true/> if the cursor is now at the start of a word, 
+            <true/> if the cursor is now at the start of a word,
             <false/> otherwise. If <false/> was returned the cursor
             will remain at its original position.
      */
-	boolean gotoStartOfWord( [in] boolean bExpand ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	boolean gotoStartOfWord( [in] boolean bExpand );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/text/fieldmaster/Bibliography.idl b/main/offapi/com/sun/star/text/fieldmaster/Bibliography.idl
index 3f965d7..1984d97 100644
--- a/main/offapi/com/sun/star/text/fieldmaster/Bibliography.idl
+++ b/main/offapi/com/sun/star/text/fieldmaster/Bibliography.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/fieldmaster/DDE.idl b/main/offapi/com/sun/star/text/fieldmaster/DDE.idl
index 22bd45b..2432ed5 100644
--- a/main/offapi/com/sun/star/text/fieldmaster/DDE.idl
+++ b/main/offapi/com/sun/star/text/fieldmaster/DDE.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/fieldmaster/Database.idl b/main/offapi/com/sun/star/text/fieldmaster/Database.idl
index 276011d..cb96b19 100644
--- a/main/offapi/com/sun/star/text/fieldmaster/Database.idl
+++ b/main/offapi/com/sun/star/text/fieldmaster/Database.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -44,10 +44,10 @@
 	service  com::sun::star::text::TextFieldMaster;
 
     //------------------------------------------------------------------------
-    /** specifies the database name. 
+    /** specifies the database name.
      */
     [property] string DataBaseName;
-    
+
     //------------------------------------------------------------------------
     /** contains the CommandType this
      can be the name of a data base table, a data query or a statement.
@@ -76,12 +76,12 @@
      */
     [optional, property] string DataBaseResource;
     //------------------------------------------------------------------------
-    /** contains the DataColumnName but it enables the fieldmaster and its 
+    /** contains the DataColumnName but it enables the fieldmaster and its
         depending fields to work without setting DataSourceName, DataTableName and CommandType
         @since OpenOffice 2.3
      */
     [optional, property] string Name;
-    
+
 };
 
 //=============================================================================
diff --git a/main/offapi/com/sun/star/text/fieldmaster/SetExpression.idl b/main/offapi/com/sun/star/text/fieldmaster/SetExpression.idl
index 58db0b4..1ad85b4 100644
--- a/main/offapi/com/sun/star/text/fieldmaster/SetExpression.idl
+++ b/main/offapi/com/sun/star/text/fieldmaster/SetExpression.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/fieldmaster/User.idl b/main/offapi/com/sun/star/text/fieldmaster/User.idl
index ccdab5f..04fd144 100644
--- a/main/offapi/com/sun/star/text/fieldmaster/User.idl
+++ b/main/offapi/com/sun/star/text/fieldmaster/User.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/textfield/Annotation.idl b/main/offapi/com/sun/star/text/textfield/Annotation.idl
index ce16a85..dc9800f 100644
--- a/main/offapi/com/sun/star/text/textfield/Annotation.idl
+++ b/main/offapi/com/sun/star/text/textfield/Annotation.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/textfield/Author.idl b/main/offapi/com/sun/star/text/textfield/Author.idl
index 3a0a929..d2d8e35 100644
--- a/main/offapi/com/sun/star/text/textfield/Author.idl
+++ b/main/offapi/com/sun/star/text/textfield/Author.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/textfield/Bibliography.idl b/main/offapi/com/sun/star/text/textfield/Bibliography.idl
index 8d9a12f..2c94c46 100644
--- a/main/offapi/com/sun/star/text/textfield/Bibliography.idl
+++ b/main/offapi/com/sun/star/text/textfield/Bibliography.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/textfield/Chapter.idl b/main/offapi/com/sun/star/text/textfield/Chapter.idl
index 2202b11..c80cf76 100644
--- a/main/offapi/com/sun/star/text/textfield/Chapter.idl
+++ b/main/offapi/com/sun/star/text/textfield/Chapter.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/textfield/CharacterCount.idl b/main/offapi/com/sun/star/text/textfield/CharacterCount.idl
index f573453..885751c 100644
--- a/main/offapi/com/sun/star/text/textfield/CharacterCount.idl
+++ b/main/offapi/com/sun/star/text/textfield/CharacterCount.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/textfield/CombinedCharacters.idl b/main/offapi/com/sun/star/text/textfield/CombinedCharacters.idl
index c23ec34..9e4a245 100644
--- a/main/offapi/com/sun/star/text/textfield/CombinedCharacters.idl
+++ b/main/offapi/com/sun/star/text/textfield/CombinedCharacters.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/textfield/ConditionalText.idl b/main/offapi/com/sun/star/text/textfield/ConditionalText.idl
index e41a620..585b9ec 100644
--- a/main/offapi/com/sun/star/text/textfield/ConditionalText.idl
+++ b/main/offapi/com/sun/star/text/textfield/ConditionalText.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/textfield/DDE.idl b/main/offapi/com/sun/star/text/textfield/DDE.idl
index 1f17c1d..2cc5dd2 100644
--- a/main/offapi/com/sun/star/text/textfield/DDE.idl
+++ b/main/offapi/com/sun/star/text/textfield/DDE.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/textfield/Database.idl b/main/offapi/com/sun/star/text/textfield/Database.idl
index 76376d9..7858fa8 100644
--- a/main/offapi/com/sun/star/text/textfield/Database.idl
+++ b/main/offapi/com/sun/star/text/textfield/Database.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/textfield/DatabaseName.idl b/main/offapi/com/sun/star/text/textfield/DatabaseName.idl
index bed1d21..1e335df 100644
--- a/main/offapi/com/sun/star/text/textfield/DatabaseName.idl
+++ b/main/offapi/com/sun/star/text/textfield/DatabaseName.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -43,15 +43,15 @@
 {
 	service  com::sun::star::text::DependentTextField;
 
-    /** specifies the database name. 
+    /** specifies the database name.
      */
     [property] string DataBaseName;
-    
+
     /** determines the interpretation of the property DataTableName.
         @see com::sun::star::sdb::CommandType
      */
     [property] long DataCommandType;
-    
+
     /** contains the name of the database table, query or a statement depending
      on the DataCommandType property.
      */
@@ -66,7 +66,7 @@
         @since OpenOffice 2.0
      */
     [optional, property] string DataBaseResource;
-    
+
 };
 
 //=============================================================================
diff --git a/main/offapi/com/sun/star/text/textfield/DatabaseNextSet.idl b/main/offapi/com/sun/star/text/textfield/DatabaseNextSet.idl
index 1a05d05..220ed9c 100644
--- a/main/offapi/com/sun/star/text/textfield/DatabaseNextSet.idl
+++ b/main/offapi/com/sun/star/text/textfield/DatabaseNextSet.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -43,10 +43,10 @@
 {
 	service  com::sun::star::text::DependentTextField;
 
-    /** specifies the database name. 
+    /** specifies the database name.
      */
     [property] string DataBaseName;
-    
+
     /** determines the interpretation of the property DataTableName.
         @see com::sun::star::sdb::CommandType
      */
@@ -70,7 +70,7 @@
         @since OpenOffice 2.0
      */
     [optional, property] string DataBaseResource;
-    
+
 };
 
 //=============================================================================
diff --git a/main/offapi/com/sun/star/text/textfield/DatabaseNumberOfSet.idl b/main/offapi/com/sun/star/text/textfield/DatabaseNumberOfSet.idl
index cc0fffd..0f1c543 100644
--- a/main/offapi/com/sun/star/text/textfield/DatabaseNumberOfSet.idl
+++ b/main/offapi/com/sun/star/text/textfield/DatabaseNumberOfSet.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -44,24 +44,24 @@
 {
 	service  com::sun::star::text::DependentTextField;
 
-    /** specifies the database name. 
+    /** specifies the database name.
      */
     [property] string DataBaseName;
-    
+
     /** determines the interpretation of the property DataTableName.
         @see com::sun::star::sdb::CommandType
      */
     [property] long DataCommandType;
-    
+
     /** contains the name of the database table, query or a statement depending
      on the DataCommandType property.
      */
     [property] string DataTableName;
-    
+
     /** contains the conditions that determines whether the SetNumber is applied or not.
      */
     [property] string Condition;
-    
+
     /** contains the set number that is to be applied.
      */
     [property] long SetNumber;
@@ -75,7 +75,7 @@
         @since OpenOffice 2.0
      */
     [optional, property] string DataBaseResource;
-    
+
 };
 
 //=============================================================================
diff --git a/main/offapi/com/sun/star/text/textfield/DatabaseSetNumber.idl b/main/offapi/com/sun/star/text/textfield/DatabaseSetNumber.idl
index c8735da..12d8466 100644
--- a/main/offapi/com/sun/star/text/textfield/DatabaseSetNumber.idl
+++ b/main/offapi/com/sun/star/text/textfield/DatabaseSetNumber.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -44,10 +44,10 @@
 {
 	service  com::sun::star::text::DependentTextField;
 
-    /** specifies the database name. 
+    /** specifies the database name.
      */
     [property] string DataBaseName;
-    
+
     /** determines the interpretation of the property DataTableName.
         @see com::sun::star::sdb::CommandType
      */
@@ -60,7 +60,7 @@
 
     /** specifies the type of the numbering as
         <type scope="com::sun::star::style">NumberingType</type>
-     */       
+     */
     [property] short NumberingType;
 
     /** contains the number of the database set.
@@ -76,7 +76,7 @@
         @since OpenOffice 2.0
      */
     [optional, property] string DataBaseResource;
-    
+
 };
 
 //=============================================================================
diff --git a/main/offapi/com/sun/star/text/textfield/DateTime.idl b/main/offapi/com/sun/star/text/textfield/DateTime.idl
index 9cd6e8f..95ce910 100644
--- a/main/offapi/com/sun/star/text/textfield/DateTime.idl
+++ b/main/offapi/com/sun/star/text/textfield/DateTime.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -81,7 +81,7 @@
 	*/
     [optional, property] long Adjust;
     /** determines whether changes in language attributes at the position the text field
-        is located also change the number format as appropriate for this language. 
+        is located also change the number format as appropriate for this language.
      */
     [optional, property] boolean IsFixedLanguage;
 };
diff --git a/main/offapi/com/sun/star/text/textfield/DropDown.idl b/main/offapi/com/sun/star/text/textfield/DropDown.idl
index 0985b55..7e53493 100644
--- a/main/offapi/com/sun/star/text/textfield/DropDown.idl
+++ b/main/offapi/com/sun/star/text/textfield/DropDown.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/textfield/EmbeddedObjectCount.idl b/main/offapi/com/sun/star/text/textfield/EmbeddedObjectCount.idl
index 9a0afa8..0ac2a30 100644
--- a/main/offapi/com/sun/star/text/textfield/EmbeddedObjectCount.idl
+++ b/main/offapi/com/sun/star/text/textfield/EmbeddedObjectCount.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/textfield/ExtendedUser.idl b/main/offapi/com/sun/star/text/textfield/ExtendedUser.idl
index 9bb0d8d..833a48c 100644
--- a/main/offapi/com/sun/star/text/textfield/ExtendedUser.idl
+++ b/main/offapi/com/sun/star/text/textfield/ExtendedUser.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/textfield/FileName.idl b/main/offapi/com/sun/star/text/textfield/FileName.idl
index 117cb13..4fa91ad 100644
--- a/main/offapi/com/sun/star/text/textfield/FileName.idl
+++ b/main/offapi/com/sun/star/text/textfield/FileName.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/textfield/GetExpression.idl b/main/offapi/com/sun/star/text/textfield/GetExpression.idl
index 62e5363..cded420 100644
--- a/main/offapi/com/sun/star/text/textfield/GetExpression.idl
+++ b/main/offapi/com/sun/star/text/textfield/GetExpression.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -66,7 +66,7 @@
      */
     [property]short VariableSubtype;
     /** determines whether changes in language attributes at the position the text field
-        is located also change the number format as appropriate for this language. 
+        is located also change the number format as appropriate for this language.
 
 	@since OpenOffice 1.1.2
      */
diff --git a/main/offapi/com/sun/star/text/textfield/GetReference.idl b/main/offapi/com/sun/star/text/textfield/GetReference.idl
index efad970..8a1ca20 100644
--- a/main/offapi/com/sun/star/text/textfield/GetReference.idl
+++ b/main/offapi/com/sun/star/text/textfield/GetReference.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/textfield/GraphicObjectCount.idl b/main/offapi/com/sun/star/text/textfield/GraphicObjectCount.idl
index 111cf1c..dbc7428 100644
--- a/main/offapi/com/sun/star/text/textfield/GraphicObjectCount.idl
+++ b/main/offapi/com/sun/star/text/textfield/GraphicObjectCount.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/textfield/HiddenParagraph.idl b/main/offapi/com/sun/star/text/textfield/HiddenParagraph.idl
index 66ee9d1..e4d1d80 100644
--- a/main/offapi/com/sun/star/text/textfield/HiddenParagraph.idl
+++ b/main/offapi/com/sun/star/text/textfield/HiddenParagraph.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/textfield/HiddenText.idl b/main/offapi/com/sun/star/text/textfield/HiddenText.idl
index 6b1744c..6ca0eff 100644
--- a/main/offapi/com/sun/star/text/textfield/HiddenText.idl
+++ b/main/offapi/com/sun/star/text/textfield/HiddenText.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/textfield/Input.idl b/main/offapi/com/sun/star/text/textfield/Input.idl
index 2f8dabc..311bb95 100644
--- a/main/offapi/com/sun/star/text/textfield/Input.idl
+++ b/main/offapi/com/sun/star/text/textfield/Input.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -37,13 +37,13 @@
 published service Input
 {
 	service  com::sun::star::text::TextField;
-    
+
     //-------------------------------------------------------------------------
     /** contains the text content of the text field.
         <p> The field displays the text content.</p>
      */
 	[optional, property] string Content;
-    
+
     //-------------------------------------------------------------------------
     /** contains a hint text.
 	 <p> This hint may be used as help tip or as headline of a corresponding
diff --git a/main/offapi/com/sun/star/text/textfield/InputUser.idl b/main/offapi/com/sun/star/text/textfield/InputUser.idl
index 1c27271..895c348 100644
--- a/main/offapi/com/sun/star/text/textfield/InputUser.idl
+++ b/main/offapi/com/sun/star/text/textfield/InputUser.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/textfield/JumpEdit.idl b/main/offapi/com/sun/star/text/textfield/JumpEdit.idl
index c8ebd11..bea8656 100644
--- a/main/offapi/com/sun/star/text/textfield/JumpEdit.idl
+++ b/main/offapi/com/sun/star/text/textfield/JumpEdit.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/textfield/Macro.idl b/main/offapi/com/sun/star/text/textfield/Macro.idl
index da9460b..1ec0b93 100644
--- a/main/offapi/com/sun/star/text/textfield/Macro.idl
+++ b/main/offapi/com/sun/star/text/textfield/Macro.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/textfield/MetadataField.idl b/main/offapi/com/sun/star/text/textfield/MetadataField.idl
index 7075b6f..0b1a020 100644
--- a/main/offapi/com/sun/star/text/textfield/MetadataField.idl
+++ b/main/offapi/com/sun/star/text/textfield/MetadataField.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/textfield/PageCount.idl b/main/offapi/com/sun/star/text/textfield/PageCount.idl
index 33571fc..a743e73 100644
--- a/main/offapi/com/sun/star/text/textfield/PageCount.idl
+++ b/main/offapi/com/sun/star/text/textfield/PageCount.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/textfield/PageNumber.idl b/main/offapi/com/sun/star/text/textfield/PageNumber.idl
index abcbecc..51fc396 100644
--- a/main/offapi/com/sun/star/text/textfield/PageNumber.idl
+++ b/main/offapi/com/sun/star/text/textfield/PageNumber.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/textfield/ParagraphCount.idl b/main/offapi/com/sun/star/text/textfield/ParagraphCount.idl
index a9c6088..ed34b47 100644
--- a/main/offapi/com/sun/star/text/textfield/ParagraphCount.idl
+++ b/main/offapi/com/sun/star/text/textfield/ParagraphCount.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/textfield/ReferencePageGet.idl b/main/offapi/com/sun/star/text/textfield/ReferencePageGet.idl
index 0fce89e..9270d0c 100644
--- a/main/offapi/com/sun/star/text/textfield/ReferencePageGet.idl
+++ b/main/offapi/com/sun/star/text/textfield/ReferencePageGet.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/textfield/ReferencePageSet.idl b/main/offapi/com/sun/star/text/textfield/ReferencePageSet.idl
index 099b328..739c70f 100644
--- a/main/offapi/com/sun/star/text/textfield/ReferencePageSet.idl
+++ b/main/offapi/com/sun/star/text/textfield/ReferencePageSet.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/textfield/Script.idl b/main/offapi/com/sun/star/text/textfield/Script.idl
index 360a4a7..9075b85 100644
--- a/main/offapi/com/sun/star/text/textfield/Script.idl
+++ b/main/offapi/com/sun/star/text/textfield/Script.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/textfield/SetExpression.idl b/main/offapi/com/sun/star/text/textfield/SetExpression.idl
index 108d9db..1c347eb 100644
--- a/main/offapi/com/sun/star/text/textfield/SetExpression.idl
+++ b/main/offapi/com/sun/star/text/textfield/SetExpression.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -82,7 +82,7 @@
      */
     [property]string VariableName;
     /** determines whether changes in language attributes at the position the text field
-        is located also change the number format as appropriate for this language. 
+        is located also change the number format as appropriate for this language.
 
 	@since OpenOffice 1.1.2
      */
diff --git a/main/offapi/com/sun/star/text/textfield/TableCount.idl b/main/offapi/com/sun/star/text/textfield/TableCount.idl
index 43f0f36..9a00494 100644
--- a/main/offapi/com/sun/star/text/textfield/TableCount.idl
+++ b/main/offapi/com/sun/star/text/textfield/TableCount.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/textfield/TableFormula.idl b/main/offapi/com/sun/star/text/textfield/TableFormula.idl
index 8259b5d..bedde07 100644
--- a/main/offapi/com/sun/star/text/textfield/TableFormula.idl
+++ b/main/offapi/com/sun/star/text/textfield/TableFormula.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/textfield/TemplateName.idl b/main/offapi/com/sun/star/text/textfield/TemplateName.idl
index 02f5c39..8bc5b40 100644
--- a/main/offapi/com/sun/star/text/textfield/TemplateName.idl
+++ b/main/offapi/com/sun/star/text/textfield/TemplateName.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/textfield/URL.idl b/main/offapi/com/sun/star/text/textfield/URL.idl
index 8f6108c..a2a24fe 100644
--- a/main/offapi/com/sun/star/text/textfield/URL.idl
+++ b/main/offapi/com/sun/star/text/textfield/URL.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/textfield/User.idl b/main/offapi/com/sun/star/text/textfield/User.idl
index f713dcd..e05df31 100644
--- a/main/offapi/com/sun/star/text/textfield/User.idl
+++ b/main/offapi/com/sun/star/text/textfield/User.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -53,7 +53,7 @@
 	*/
     [optional, property] long NumberFormat;
     /** determines whether changes in language attributes at the position the text field
-        is located also change the number format as appropriate for this language. 
+        is located also change the number format as appropriate for this language.
 
 	@since OpenOffice 1.1.2
      */
diff --git a/main/offapi/com/sun/star/text/textfield/WordCount.idl b/main/offapi/com/sun/star/text/textfield/WordCount.idl
index e8a12e2..f21a724 100644
--- a/main/offapi/com/sun/star/text/textfield/WordCount.idl
+++ b/main/offapi/com/sun/star/text/textfield/WordCount.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/textfield/docinfo/ChangeAuthor.idl b/main/offapi/com/sun/star/text/textfield/docinfo/ChangeAuthor.idl
index a33ead0..80b0e0c 100644
--- a/main/offapi/com/sun/star/text/textfield/docinfo/ChangeAuthor.idl
+++ b/main/offapi/com/sun/star/text/textfield/docinfo/ChangeAuthor.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/textfield/docinfo/ChangeDateTime.idl b/main/offapi/com/sun/star/text/textfield/docinfo/ChangeDateTime.idl
index cce7891..5204154 100644
--- a/main/offapi/com/sun/star/text/textfield/docinfo/ChangeDateTime.idl
+++ b/main/offapi/com/sun/star/text/textfield/docinfo/ChangeDateTime.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -66,7 +66,7 @@
 	*/
     [property]long NumberFormat;
     /** determines whether changes in language attributes at the position the text field
-        is located also change the number format as appropriate for this language. 
+        is located also change the number format as appropriate for this language.
      */
     [optional, property] boolean IsFixedLanguage;
 };
diff --git a/main/offapi/com/sun/star/text/textfield/docinfo/CreateAuthor.idl b/main/offapi/com/sun/star/text/textfield/docinfo/CreateAuthor.idl
index 7e9998e..ab8a8d7 100644
--- a/main/offapi/com/sun/star/text/textfield/docinfo/CreateAuthor.idl
+++ b/main/offapi/com/sun/star/text/textfield/docinfo/CreateAuthor.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/textfield/docinfo/CreateDateTime.idl b/main/offapi/com/sun/star/text/textfield/docinfo/CreateDateTime.idl
index 4941662..6a714120 100644
--- a/main/offapi/com/sun/star/text/textfield/docinfo/CreateDateTime.idl
+++ b/main/offapi/com/sun/star/text/textfield/docinfo/CreateDateTime.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -49,7 +49,7 @@
 	 */
     /** If this flag is set to <FALSE/> the date or time
 		is always displayed as the current date or time.
-	
+
 	@since OpenOffice 1.1.2
 	 */
     [optional, property] boolean IsFixed;
@@ -66,7 +66,7 @@
 	*/
     [property]long NumberFormat;
     /** determines whether changes in language attributes at the position the text field
-        is located also change the number format as appropriate for this language. 
+        is located also change the number format as appropriate for this language.
      */
     [optional, property] boolean IsFixedLanguage;
 };
diff --git a/main/offapi/com/sun/star/text/textfield/docinfo/Custom.idl b/main/offapi/com/sun/star/text/textfield/docinfo/Custom.idl
index 5ae989d..a0fd7cc 100644
--- a/main/offapi/com/sun/star/text/textfield/docinfo/Custom.idl
+++ b/main/offapi/com/sun/star/text/textfield/docinfo/Custom.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -52,7 +52,7 @@
      */
     [property] string CurrentPresentation;
 
-    /** If this flag is set to <FALSE/>, the content is updated when 
+    /** If this flag is set to <FALSE/>, the content is updated when
         the document information changes.
      */
     [property] boolean IsFixed;
diff --git a/main/offapi/com/sun/star/text/textfield/docinfo/Description.idl b/main/offapi/com/sun/star/text/textfield/docinfo/Description.idl
index 5d88050..ec20b28 100644
--- a/main/offapi/com/sun/star/text/textfield/docinfo/Description.idl
+++ b/main/offapi/com/sun/star/text/textfield/docinfo/Description.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/textfield/docinfo/EditTime.idl b/main/offapi/com/sun/star/text/textfield/docinfo/EditTime.idl
index d1690de..a5d3d5c 100644
--- a/main/offapi/com/sun/star/text/textfield/docinfo/EditTime.idl
+++ b/main/offapi/com/sun/star/text/textfield/docinfo/EditTime.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -61,7 +61,7 @@
 	*/
     [property]long NumberFormat;
     /** determines whether changes in language attributes at the position the text field
-        is located also change the number format as appropriate for this language. 
+        is located also change the number format as appropriate for this language.
      */
     [optional, property] boolean IsFixedLanguage;
 };
diff --git a/main/offapi/com/sun/star/text/textfield/docinfo/Info0.idl b/main/offapi/com/sun/star/text/textfield/docinfo/Info0.idl
index a846ee7..483719e 100644
--- a/main/offapi/com/sun/star/text/textfield/docinfo/Info0.idl
+++ b/main/offapi/com/sun/star/text/textfield/docinfo/Info0.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/textfield/docinfo/Info1.idl b/main/offapi/com/sun/star/text/textfield/docinfo/Info1.idl
index 2c82707..1910624 100644
--- a/main/offapi/com/sun/star/text/textfield/docinfo/Info1.idl
+++ b/main/offapi/com/sun/star/text/textfield/docinfo/Info1.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/textfield/docinfo/Info2.idl b/main/offapi/com/sun/star/text/textfield/docinfo/Info2.idl
index c51e225..52ebdad 100644
--- a/main/offapi/com/sun/star/text/textfield/docinfo/Info2.idl
+++ b/main/offapi/com/sun/star/text/textfield/docinfo/Info2.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/textfield/docinfo/Info3.idl b/main/offapi/com/sun/star/text/textfield/docinfo/Info3.idl
index fb1b748..0bfc2ec 100644
--- a/main/offapi/com/sun/star/text/textfield/docinfo/Info3.idl
+++ b/main/offapi/com/sun/star/text/textfield/docinfo/Info3.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/textfield/docinfo/Keywords.idl b/main/offapi/com/sun/star/text/textfield/docinfo/Keywords.idl
index 391532b..6569f05 100644
--- a/main/offapi/com/sun/star/text/textfield/docinfo/Keywords.idl
+++ b/main/offapi/com/sun/star/text/textfield/docinfo/Keywords.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/textfield/docinfo/PrintAuthor.idl b/main/offapi/com/sun/star/text/textfield/docinfo/PrintAuthor.idl
index cfee8c0..6940980 100644
--- a/main/offapi/com/sun/star/text/textfield/docinfo/PrintAuthor.idl
+++ b/main/offapi/com/sun/star/text/textfield/docinfo/PrintAuthor.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/textfield/docinfo/PrintDateTime.idl b/main/offapi/com/sun/star/text/textfield/docinfo/PrintDateTime.idl
index 8b63489..a983956 100644
--- a/main/offapi/com/sun/star/text/textfield/docinfo/PrintDateTime.idl
+++ b/main/offapi/com/sun/star/text/textfield/docinfo/PrintDateTime.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -66,7 +66,7 @@
 	*/
     [property]long NumberFormat;
     /** determines whether changes in language attributes at the position the text field
-        is located also change the number format as appropriate for this language. 
+        is located also change the number format as appropriate for this language.
      */
     [optional, property] boolean IsFixedLanguage;
 };
diff --git a/main/offapi/com/sun/star/text/textfield/docinfo/Revision.idl b/main/offapi/com/sun/star/text/textfield/docinfo/Revision.idl
index fa40a14..01cd3a4 100644
--- a/main/offapi/com/sun/star/text/textfield/docinfo/Revision.idl
+++ b/main/offapi/com/sun/star/text/textfield/docinfo/Revision.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/textfield/docinfo/Subject.idl b/main/offapi/com/sun/star/text/textfield/docinfo/Subject.idl
index a958023..e5ab942 100644
--- a/main/offapi/com/sun/star/text/textfield/docinfo/Subject.idl
+++ b/main/offapi/com/sun/star/text/textfield/docinfo/Subject.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/text/textfield/docinfo/Title.idl b/main/offapi/com/sun/star/text/textfield/docinfo/Title.idl
index 908593b..a22a73b 100644
--- a/main/offapi/com/sun/star/text/textfield/docinfo/Title.idl
+++ b/main/offapi/com/sun/star/text/textfield/docinfo/Title.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/AlreadyInitializedException.idl b/main/offapi/com/sun/star/ucb/AlreadyInitializedException.idl
index 71c1022..ab75d9a 100644
--- a/main/offapi/com/sun/star/ucb/AlreadyInitializedException.idl
+++ b/main/offapi/com/sun/star/ucb/AlreadyInitializedException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,12 +30,12 @@
 
 //=============================================================================
 
-module com { module sun { module star { module ucb { 
+module com { module sun { module star { module ucb {
 
 //=============================================================================
 /** This exception is thrown to indicate that an attempt was made to
 	reinitialize an object that can only be	initialized once.
-	
+
 	@version	1.0
 	@author 	Kai Sommerfeld
 */
@@ -45,6 +45,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/ucb/AnyCompareFactory.idl b/main/offapi/com/sun/star/ucb/AnyCompareFactory.idl
index 6ddac71..b273bc2 100644
--- a/main/offapi/com/sun/star/ucb/AnyCompareFactory.idl
+++ b/main/offapi/com/sun/star/ucb/AnyCompareFactory.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/AuthenticationRequest.idl b/main/offapi/com/sun/star/ucb/AuthenticationRequest.idl
index ef2737c..60caab6 100644
--- a/main/offapi/com/sun/star/ucb/AuthenticationRequest.idl
+++ b/main/offapi/com/sun/star/ucb/AuthenticationRequest.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,7 +30,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module ucb { 
+module com { module sun { module star { module ucb {
 
 //=============================================================================
 /** An error specifying lack of correct authentication data (e.g., to log into
@@ -105,6 +105,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/ucb/CHAOSProgressStart.idl b/main/offapi/com/sun/star/ucb/CHAOSProgressStart.idl
index 3755605..c4a24ca 100644
--- a/main/offapi/com/sun/star/ucb/CHAOSProgressStart.idl
+++ b/main/offapi/com/sun/star/ucb/CHAOSProgressStart.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/CachedContentResultSet.idl b/main/offapi/com/sun/star/ucb/CachedContentResultSet.idl
index ebcd32d..06583c6 100644
--- a/main/offapi/com/sun/star/ucb/CachedContentResultSet.idl
+++ b/main/offapi/com/sun/star/ucb/CachedContentResultSet.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/CachedContentResultSetFactory.idl b/main/offapi/com/sun/star/ucb/CachedContentResultSetFactory.idl
index 6c7b493..29810d3 100644
--- a/main/offapi/com/sun/star/ucb/CachedContentResultSetFactory.idl
+++ b/main/offapi/com/sun/star/ucb/CachedContentResultSetFactory.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/CachedContentResultSetStub.idl b/main/offapi/com/sun/star/ucb/CachedContentResultSetStub.idl
index 851c1d6..a593d97 100644
--- a/main/offapi/com/sun/star/ucb/CachedContentResultSetStub.idl
+++ b/main/offapi/com/sun/star/ucb/CachedContentResultSetStub.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/CachedContentResultSetStubFactory.idl b/main/offapi/com/sun/star/ucb/CachedContentResultSetStubFactory.idl
index 5ada1df..0f7b87e 100644
--- a/main/offapi/com/sun/star/ucb/CachedContentResultSetStubFactory.idl
+++ b/main/offapi/com/sun/star/ucb/CachedContentResultSetStubFactory.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/CachedDynamicResultSet.idl b/main/offapi/com/sun/star/ucb/CachedDynamicResultSet.idl
index fdfe126..6b39fa7 100644
--- a/main/offapi/com/sun/star/ucb/CachedDynamicResultSet.idl
+++ b/main/offapi/com/sun/star/ucb/CachedDynamicResultSet.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/CachedDynamicResultSetFactory.idl b/main/offapi/com/sun/star/ucb/CachedDynamicResultSetFactory.idl
index c0e4a4d..5409748 100644
--- a/main/offapi/com/sun/star/ucb/CachedDynamicResultSetFactory.idl
+++ b/main/offapi/com/sun/star/ucb/CachedDynamicResultSetFactory.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/CachedDynamicResultSetStub.idl b/main/offapi/com/sun/star/ucb/CachedDynamicResultSetStub.idl
index 5043064..a789952 100644
--- a/main/offapi/com/sun/star/ucb/CachedDynamicResultSetStub.idl
+++ b/main/offapi/com/sun/star/ucb/CachedDynamicResultSetStub.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/CachedDynamicResultSetStubFactory.idl b/main/offapi/com/sun/star/ucb/CachedDynamicResultSetStubFactory.idl
index a0f9588..dc70a90 100644
--- a/main/offapi/com/sun/star/ucb/CachedDynamicResultSetStubFactory.idl
+++ b/main/offapi/com/sun/star/ucb/CachedDynamicResultSetStubFactory.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/CertificateValidationRequest.idl b/main/offapi/com/sun/star/ucb/CertificateValidationRequest.idl
index 0e24870..3793461 100644
--- a/main/offapi/com/sun/star/ucb/CertificateValidationRequest.idl
+++ b/main/offapi/com/sun/star/ucb/CertificateValidationRequest.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/Command.idl b/main/offapi/com/sun/star/ucb/Command.idl
index 09ba0e0..cef82af 100644
--- a/main/offapi/com/sun/star/ucb/Command.idl
+++ b/main/offapi/com/sun/star/ucb/Command.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/CommandAbortedException.idl b/main/offapi/com/sun/star/ucb/CommandAbortedException.idl
index ef4dce4..41c0ce6 100644
--- a/main/offapi/com/sun/star/ucb/CommandAbortedException.idl
+++ b/main/offapi/com/sun/star/ucb/CommandAbortedException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/CommandEnvironment.idl b/main/offapi/com/sun/star/ucb/CommandEnvironment.idl
index 53d30a3..32168a4 100644
--- a/main/offapi/com/sun/star/ucb/CommandEnvironment.idl
+++ b/main/offapi/com/sun/star/ucb/CommandEnvironment.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/CommandFailedException.idl b/main/offapi/com/sun/star/ucb/CommandFailedException.idl
index b9a479e..63e62aa 100644
--- a/main/offapi/com/sun/star/ucb/CommandFailedException.idl
+++ b/main/offapi/com/sun/star/ucb/CommandFailedException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/CommandInfo.idl b/main/offapi/com/sun/star/ucb/CommandInfo.idl
index 7e04374..532f610 100644
--- a/main/offapi/com/sun/star/ucb/CommandInfo.idl
+++ b/main/offapi/com/sun/star/ucb/CommandInfo.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/CommandInfoChange.idl b/main/offapi/com/sun/star/ucb/CommandInfoChange.idl
index 560f7bc..5628d3d 100644
--- a/main/offapi/com/sun/star/ucb/CommandInfoChange.idl
+++ b/main/offapi/com/sun/star/ucb/CommandInfoChange.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/CommandInfoChangeEvent.idl b/main/offapi/com/sun/star/ucb/CommandInfoChangeEvent.idl
index 61d00c8..d609bdc 100644
--- a/main/offapi/com/sun/star/ucb/CommandInfoChangeEvent.idl
+++ b/main/offapi/com/sun/star/ucb/CommandInfoChangeEvent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/ConnectionMode.idl b/main/offapi/com/sun/star/ucb/ConnectionMode.idl
index b7a544f..8a3133e 100644
--- a/main/offapi/com/sun/star/ucb/ConnectionMode.idl
+++ b/main/offapi/com/sun/star/ucb/ConnectionMode.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/ContentAction.idl b/main/offapi/com/sun/star/ucb/ContentAction.idl
index d3218f0..d751cee 100644
--- a/main/offapi/com/sun/star/ucb/ContentAction.idl
+++ b/main/offapi/com/sun/star/ucb/ContentAction.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/ContentCreationError.idl b/main/offapi/com/sun/star/ucb/ContentCreationError.idl
index 6ade861..9db60c8 100644
--- a/main/offapi/com/sun/star/ucb/ContentCreationError.idl
+++ b/main/offapi/com/sun/star/ucb/ContentCreationError.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/ContentCreationException.idl b/main/offapi/com/sun/star/ucb/ContentCreationException.idl
index 592863b..103c143 100644
--- a/main/offapi/com/sun/star/ucb/ContentCreationException.idl
+++ b/main/offapi/com/sun/star/ucb/ContentCreationException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/ContentEvent.idl b/main/offapi/com/sun/star/ucb/ContentEvent.idl
index e9d5658..5919c8e 100644
--- a/main/offapi/com/sun/star/ucb/ContentEvent.idl
+++ b/main/offapi/com/sun/star/ucb/ContentEvent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/ContentInfo.idl b/main/offapi/com/sun/star/ucb/ContentInfo.idl
index a08f31c..1cbbafa 100644
--- a/main/offapi/com/sun/star/ucb/ContentInfo.idl
+++ b/main/offapi/com/sun/star/ucb/ContentInfo.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/ContentInfoAttribute.idl b/main/offapi/com/sun/star/ucb/ContentInfoAttribute.idl
index a743ad7..d8ee970 100644
--- a/main/offapi/com/sun/star/ucb/ContentInfoAttribute.idl
+++ b/main/offapi/com/sun/star/ucb/ContentInfoAttribute.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/ContentProvider.idl b/main/offapi/com/sun/star/ucb/ContentProvider.idl
index 8a73742..e9a54da 100644
--- a/main/offapi/com/sun/star/ucb/ContentProvider.idl
+++ b/main/offapi/com/sun/star/ucb/ContentProvider.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/ContentProviderInfo.idl b/main/offapi/com/sun/star/ucb/ContentProviderInfo.idl
index 6eeddfe..e3e7be1 100644
--- a/main/offapi/com/sun/star/ucb/ContentProviderInfo.idl
+++ b/main/offapi/com/sun/star/ucb/ContentProviderInfo.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,11 +30,11 @@
 
 //=============================================================================
 
-module com { module sun { module star { module ucb { 
+module com { module sun { module star { module ucb {
 
 //=============================================================================
 /** A structure for content provider information.
-	
+
 	@see		XContentProviderManager
 */
 published struct ContentProviderInfo
@@ -53,6 +53,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/ucb/ContentProviderProxy.idl b/main/offapi/com/sun/star/ucb/ContentProviderProxy.idl
index 7e85f8b..fd91a1c 100644
--- a/main/offapi/com/sun/star/ucb/ContentProviderProxy.idl
+++ b/main/offapi/com/sun/star/ucb/ContentProviderProxy.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/ContentProviderProxyFactory.idl b/main/offapi/com/sun/star/ucb/ContentProviderProxyFactory.idl
index 3364708..2524906 100644
--- a/main/offapi/com/sun/star/ucb/ContentProviderProxyFactory.idl
+++ b/main/offapi/com/sun/star/ucb/ContentProviderProxyFactory.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/ContentResultSet.idl b/main/offapi/com/sun/star/ucb/ContentResultSet.idl
index e18fb11..42d914d 100644
--- a/main/offapi/com/sun/star/ucb/ContentResultSet.idl
+++ b/main/offapi/com/sun/star/ucb/ContentResultSet.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/ContentResultSetCapability.idl b/main/offapi/com/sun/star/ucb/ContentResultSetCapability.idl
index 01ce111..0d327a1 100644
--- a/main/offapi/com/sun/star/ucb/ContentResultSetCapability.idl
+++ b/main/offapi/com/sun/star/ucb/ContentResultSetCapability.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/ContentTransmitter.idl b/main/offapi/com/sun/star/ucb/ContentTransmitter.idl
index 804d434..e7a8c29 100644
--- a/main/offapi/com/sun/star/ucb/ContentTransmitter.idl
+++ b/main/offapi/com/sun/star/ucb/ContentTransmitter.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/Cookie.idl b/main/offapi/com/sun/star/ucb/Cookie.idl
index fb4f14f..16e92e2 100644
--- a/main/offapi/com/sun/star/ucb/Cookie.idl
+++ b/main/offapi/com/sun/star/ucb/Cookie.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -34,7 +34,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module ucb { 
+module com { module sun { module star { module ucb {
 
 //=============================================================================
 /** A cookie.
@@ -80,6 +80,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/ucb/CookiePolicy.idl b/main/offapi/com/sun/star/ucb/CookiePolicy.idl
index be0c0f7..4128f40 100644
--- a/main/offapi/com/sun/star/ucb/CookiePolicy.idl
+++ b/main/offapi/com/sun/star/ucb/CookiePolicy.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -26,7 +26,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module ucb { 
+module com { module sun { module star { module ucb {
 
 //=============================================================================
 /** A policy how to handle cookie requests.
@@ -52,6 +52,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/ucb/CookieRequest.idl b/main/offapi/com/sun/star/ucb/CookieRequest.idl
index ef96d09..8c7f6b5 100644
--- a/main/offapi/com/sun/star/ucb/CookieRequest.idl
+++ b/main/offapi/com/sun/star/ucb/CookieRequest.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -26,7 +26,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module ucb { 
+module com { module sun { module star { module ucb {
 
 //=============================================================================
 /** Cookie requests.
@@ -47,6 +47,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/ucb/CrossReference.idl b/main/offapi/com/sun/star/ucb/CrossReference.idl
index 62d6ae6..f93f437 100644
--- a/main/offapi/com/sun/star/ucb/CrossReference.idl
+++ b/main/offapi/com/sun/star/ucb/CrossReference.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/DefaultHierarchyDataSource.idl b/main/offapi/com/sun/star/ucb/DefaultHierarchyDataSource.idl
index 3c3fe91..7cbbb8d 100644
--- a/main/offapi/com/sun/star/ucb/DefaultHierarchyDataSource.idl
+++ b/main/offapi/com/sun/star/ucb/DefaultHierarchyDataSource.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/DocumentHeaderField.idl b/main/offapi/com/sun/star/ucb/DocumentHeaderField.idl
index 3701b15..1e57612 100644
--- a/main/offapi/com/sun/star/ucb/DocumentHeaderField.idl
+++ b/main/offapi/com/sun/star/ucb/DocumentHeaderField.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/DocumentStoreMode.idl b/main/offapi/com/sun/star/ucb/DocumentStoreMode.idl
index 0744b43..e5040df 100644
--- a/main/offapi/com/sun/star/ucb/DocumentStoreMode.idl
+++ b/main/offapi/com/sun/star/ucb/DocumentStoreMode.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/DuplicateCommandIdentifierException.idl b/main/offapi/com/sun/star/ucb/DuplicateCommandIdentifierException.idl
index 3a73357..9600712 100644
--- a/main/offapi/com/sun/star/ucb/DuplicateCommandIdentifierException.idl
+++ b/main/offapi/com/sun/star/ucb/DuplicateCommandIdentifierException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/DuplicateProviderException.idl b/main/offapi/com/sun/star/ucb/DuplicateProviderException.idl
index ac4eb65..3ffc3f1 100644
--- a/main/offapi/com/sun/star/ucb/DuplicateProviderException.idl
+++ b/main/offapi/com/sun/star/ucb/DuplicateProviderException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,12 +30,12 @@
 
 //=============================================================================
 
-module com { module sun { module star { module ucb { 
+module com { module sun { module star { module ucb {
 
 //=============================================================================
 /** is thrown to indicate that a content provider with the same
 	identifier already was registered with a content provider manager.
-	
+
 	@version	1.0
 	@author 	Kai Sommerfeld
 	@see		XContentProviderManager
@@ -46,6 +46,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/ucb/DynamicResultSet.idl b/main/offapi/com/sun/star/ucb/DynamicResultSet.idl
index 6d76487..adba49c 100644
--- a/main/offapi/com/sun/star/ucb/DynamicResultSet.idl
+++ b/main/offapi/com/sun/star/ucb/DynamicResultSet.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/Error.idl b/main/offapi/com/sun/star/ucb/Error.idl
index 4c064c5..02bf4d8 100644
--- a/main/offapi/com/sun/star/ucb/Error.idl
+++ b/main/offapi/com/sun/star/ucb/Error.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/ExpandContentProvider.idl b/main/offapi/com/sun/star/ucb/ExpandContentProvider.idl
index 7aead75..540e0a3 100644
--- a/main/offapi/com/sun/star/ucb/ExpandContentProvider.idl
+++ b/main/offapi/com/sun/star/ucb/ExpandContentProvider.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,22 +30,22 @@
 
 /** The Expand Content Provider implements a <type>ContentProvider</type>
     for the <type>UniversalContentBroker</type> (UCB).
-    
+
 	<p>
 	It provides access to content via macrofied URLs, e.g.
     vnd.sun.star.expand://$UNO_USER_PACKAGES/abc.
-    
+
     Macros which will be expanded using the singleton
     /singletons/com.sun.star.util.theMacroExpander
     of the process' initial component context.
-    
+
 	@see Content
 */
 service ExpandContentProvider
 {
     service ContentProvider;
 };
- 
+
 }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/ucb/ExportStreamInfo.idl b/main/offapi/com/sun/star/ucb/ExportStreamInfo.idl
index aa427bc..1bf87b6 100644
--- a/main/offapi/com/sun/star/ucb/ExportStreamInfo.idl
+++ b/main/offapi/com/sun/star/ucb/ExportStreamInfo.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,7 +30,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module ucb { 
+module com { module sun { module star { module ucb {
 
 //=============================================================================
 /** information needed to export an object in mbx format (supplying an output
@@ -52,6 +52,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/ucb/FTPContent.idl b/main/offapi/com/sun/star/ucb/FTPContent.idl
index b7dafb0..9189137 100644
--- a/main/offapi/com/sun/star/ucb/FTPContent.idl
+++ b/main/offapi/com/sun/star/ucb/FTPContent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -64,7 +64,7 @@
 module com { module sun { module star { module ucb {
 
 //=============================================================================
-/** A FTPContent provides an object representing either a (ftp-server-side) 
+/** A FTPContent provides an object representing either a (ftp-server-side)
     directory object allowing listing of children or a content object providing
     access to a (ftp-server-side) file.
 
@@ -190,7 +190,7 @@
 		</p>
 	 */
 	interface com::sun::star::ucb::XCommandProcessor;
-    
+
 	//-------------------------------------------------------------------------
 	/** This interface is implemented according to the specification of
 		service <type>Content</type>.
diff --git a/main/offapi/com/sun/star/ucb/FTPContentProvider.idl b/main/offapi/com/sun/star/ucb/FTPContentProvider.idl
index c20e980..d666557 100644
--- a/main/offapi/com/sun/star/ucb/FTPContentProvider.idl
+++ b/main/offapi/com/sun/star/ucb/FTPContentProvider.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/FetchError.idl b/main/offapi/com/sun/star/ucb/FetchError.idl
index 2770071..fa2396a 100644
--- a/main/offapi/com/sun/star/ucb/FetchError.idl
+++ b/main/offapi/com/sun/star/ucb/FetchError.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/FetchResult.idl b/main/offapi/com/sun/star/ucb/FetchResult.idl
index 0aa5a5c..d5407d1 100644
--- a/main/offapi/com/sun/star/ucb/FetchResult.idl
+++ b/main/offapi/com/sun/star/ucb/FetchResult.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/FileContent.idl b/main/offapi/com/sun/star/ucb/FileContent.idl
index 072d0fc..48c53d5 100644
--- a/main/offapi/com/sun/star/ucb/FileContent.idl
+++ b/main/offapi/com/sun/star/ucb/FileContent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/FileContentProvider.idl b/main/offapi/com/sun/star/ucb/FileContentProvider.idl
index 978f294..f90403b 100644
--- a/main/offapi/com/sun/star/ucb/FileContentProvider.idl
+++ b/main/offapi/com/sun/star/ucb/FileContentProvider.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/FileSystemNotation.idl b/main/offapi/com/sun/star/ucb/FileSystemNotation.idl
index 261ae8f..08eeef5 100644
--- a/main/offapi/com/sun/star/ucb/FileSystemNotation.idl
+++ b/main/offapi/com/sun/star/ucb/FileSystemNotation.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -26,7 +26,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module ucb { 
+module com { module sun { module star { module ucb {
 
 //=============================================================================
 /** The notational conventions used to denote file system paths on different
@@ -61,6 +61,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/ucb/FolderList.idl b/main/offapi/com/sun/star/ucb/FolderList.idl
index 1741840..886e9b1 100644
--- a/main/offapi/com/sun/star/ucb/FolderList.idl
+++ b/main/offapi/com/sun/star/ucb/FolderList.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/FolderListCommand.idl b/main/offapi/com/sun/star/ucb/FolderListCommand.idl
index 09d6720..02d04e7 100644
--- a/main/offapi/com/sun/star/ucb/FolderListCommand.idl
+++ b/main/offapi/com/sun/star/ucb/FolderListCommand.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/FolderListEntry.idl b/main/offapi/com/sun/star/ucb/FolderListEntry.idl
index c15db7a..918d290 100644
--- a/main/offapi/com/sun/star/ucb/FolderListEntry.idl
+++ b/main/offapi/com/sun/star/ucb/FolderListEntry.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/GIOContentProvider.idl b/main/offapi/com/sun/star/ucb/GIOContentProvider.idl
index ac42799..6f1a3e3 100644
--- a/main/offapi/com/sun/star/ucb/GIOContentProvider.idl
+++ b/main/offapi/com/sun/star/ucb/GIOContentProvider.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 #ifndef __com_sun_star_ucb_GIOContentProvider_idl__
diff --git a/main/offapi/com/sun/star/ucb/GlobalTransferCommandArgument.idl b/main/offapi/com/sun/star/ucb/GlobalTransferCommandArgument.idl
index 8d9669e..0e1eadf 100644
--- a/main/offapi/com/sun/star/ucb/GlobalTransferCommandArgument.idl
+++ b/main/offapi/com/sun/star/ucb/GlobalTransferCommandArgument.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/GnomeVFSContentProvider.idl b/main/offapi/com/sun/star/ucb/GnomeVFSContentProvider.idl
index 14adaa4..1009be0 100644
--- a/main/offapi/com/sun/star/ucb/GnomeVFSContentProvider.idl
+++ b/main/offapi/com/sun/star/ucb/GnomeVFSContentProvider.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 #ifndef __com_sun_star_ucb_GnomeVFSContentProvider_idl__
diff --git a/main/offapi/com/sun/star/ucb/GnomeVFSDocumentContent.idl b/main/offapi/com/sun/star/ucb/GnomeVFSDocumentContent.idl
index d854228..d83b29f 100644
--- a/main/offapi/com/sun/star/ucb/GnomeVFSDocumentContent.idl
+++ b/main/offapi/com/sun/star/ucb/GnomeVFSDocumentContent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 #ifndef __com_sun_star_ucb_GnomeVFSDocumentContent_idl__
diff --git a/main/offapi/com/sun/star/ucb/GnomeVFSFolderContent.idl b/main/offapi/com/sun/star/ucb/GnomeVFSFolderContent.idl
index 599c0f8..a162e24 100644
--- a/main/offapi/com/sun/star/ucb/GnomeVFSFolderContent.idl
+++ b/main/offapi/com/sun/star/ucb/GnomeVFSFolderContent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 #ifndef __com_sun_star_ucb_GnomeVFSFolderContent_idl__
diff --git a/main/offapi/com/sun/star/ucb/HandleCookiesRequest.idl b/main/offapi/com/sun/star/ucb/HandleCookiesRequest.idl
index 730bcc6..9794929 100644
--- a/main/offapi/com/sun/star/ucb/HandleCookiesRequest.idl
+++ b/main/offapi/com/sun/star/ucb/HandleCookiesRequest.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -38,7 +38,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module ucb { 
+module com { module sun { module star { module ucb {
 
 //=============================================================================
 /** An error requesting guidance on how to handle cookie requests.
@@ -64,6 +64,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/ucb/HelpContent.idl b/main/offapi/com/sun/star/ucb/HelpContent.idl
index 66953c0..72df469 100644
--- a/main/offapi/com/sun/star/ucb/HelpContent.idl
+++ b/main/offapi/com/sun/star/ucb/HelpContent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/HelpContentProvider.idl b/main/offapi/com/sun/star/ucb/HelpContentProvider.idl
index 4c44914..079e1b8 100644
--- a/main/offapi/com/sun/star/ucb/HelpContentProvider.idl
+++ b/main/offapi/com/sun/star/ucb/HelpContentProvider.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/HierarchyContentProvider.idl b/main/offapi/com/sun/star/ucb/HierarchyContentProvider.idl
index 1e27d12..83670a7 100644
--- a/main/offapi/com/sun/star/ucb/HierarchyContentProvider.idl
+++ b/main/offapi/com/sun/star/ucb/HierarchyContentProvider.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/HierarchyDataReadAccess.idl b/main/offapi/com/sun/star/ucb/HierarchyDataReadAccess.idl
index e894b77..779c225 100644
--- a/main/offapi/com/sun/star/ucb/HierarchyDataReadAccess.idl
+++ b/main/offapi/com/sun/star/ucb/HierarchyDataReadAccess.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/HierarchyDataReadWriteAccess.idl b/main/offapi/com/sun/star/ucb/HierarchyDataReadWriteAccess.idl
index 747eba1..0fce15f 100644
--- a/main/offapi/com/sun/star/ucb/HierarchyDataReadWriteAccess.idl
+++ b/main/offapi/com/sun/star/ucb/HierarchyDataReadWriteAccess.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/HierarchyDataSource.idl b/main/offapi/com/sun/star/ucb/HierarchyDataSource.idl
index 76054f0..cd104b1 100644
--- a/main/offapi/com/sun/star/ucb/HierarchyDataSource.idl
+++ b/main/offapi/com/sun/star/ucb/HierarchyDataSource.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/HierarchyFolderContent.idl b/main/offapi/com/sun/star/ucb/HierarchyFolderContent.idl
index ec94f37..e380b42 100644
--- a/main/offapi/com/sun/star/ucb/HierarchyFolderContent.idl
+++ b/main/offapi/com/sun/star/ucb/HierarchyFolderContent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/HierarchyLinkContent.idl b/main/offapi/com/sun/star/ucb/HierarchyLinkContent.idl
index 467af6a..c99bf45 100644
--- a/main/offapi/com/sun/star/ucb/HierarchyLinkContent.idl
+++ b/main/offapi/com/sun/star/ucb/HierarchyLinkContent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/HierarchyRootFolderContent.idl b/main/offapi/com/sun/star/ucb/HierarchyRootFolderContent.idl
index 98feb13..777792d 100644
--- a/main/offapi/com/sun/star/ucb/HierarchyRootFolderContent.idl
+++ b/main/offapi/com/sun/star/ucb/HierarchyRootFolderContent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/IOErrorCode.idl b/main/offapi/com/sun/star/ucb/IOErrorCode.idl
index a3719e8..a74d8b1 100644
--- a/main/offapi/com/sun/star/ucb/IOErrorCode.idl
+++ b/main/offapi/com/sun/star/ucb/IOErrorCode.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/IllegalIdentifierException.idl b/main/offapi/com/sun/star/ucb/IllegalIdentifierException.idl
index 180dd46..218b7e5 100644
--- a/main/offapi/com/sun/star/ucb/IllegalIdentifierException.idl
+++ b/main/offapi/com/sun/star/ucb/IllegalIdentifierException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,11 +30,11 @@
 
 //=============================================================================
 
-module com { module sun { module star { module ucb { 
+module com { module sun { module star { module ucb {
 
 //=============================================================================
 /** This exception is thrown to indicate an illegal content identifier.
-	
+
 	@version	1.0
 	@author 	Kai Sommerfeld
 	@see		XContent
@@ -46,6 +46,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/ucb/InsertCommandArgument.idl b/main/offapi/com/sun/star/ucb/InsertCommandArgument.idl
index 4207670..34605c9 100644
--- a/main/offapi/com/sun/star/ucb/InsertCommandArgument.idl
+++ b/main/offapi/com/sun/star/ucb/InsertCommandArgument.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/InteractiveAppException.idl b/main/offapi/com/sun/star/ucb/InteractiveAppException.idl
index d4a4df0..5ae4538 100644
--- a/main/offapi/com/sun/star/ucb/InteractiveAppException.idl
+++ b/main/offapi/com/sun/star/ucb/InteractiveAppException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/InteractiveAugmentedIOException.idl b/main/offapi/com/sun/star/ucb/InteractiveAugmentedIOException.idl
index 96e2500..fea2beb 100644
--- a/main/offapi/com/sun/star/ucb/InteractiveAugmentedIOException.idl
+++ b/main/offapi/com/sun/star/ucb/InteractiveAugmentedIOException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -40,7 +40,7 @@
 	//-------------------------------------------------------------------------
     /** Additional arguments.
 
-        <P>See <type scope="com::sun::star::task">InteractionHandler</type> 
+        <P>See <type scope="com::sun::star::task">InteractionHandler</type>
         for a description of well-known arguments.</P>
 	*/
         sequence< any > Arguments;
diff --git a/main/offapi/com/sun/star/ucb/InteractiveBadTransferURLException.idl b/main/offapi/com/sun/star/ucb/InteractiveBadTransferURLException.idl
index b40b36d..7fc2240 100644
--- a/main/offapi/com/sun/star/ucb/InteractiveBadTransferURLException.idl
+++ b/main/offapi/com/sun/star/ucb/InteractiveBadTransferURLException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/InteractiveCHAOSException.idl b/main/offapi/com/sun/star/ucb/InteractiveCHAOSException.idl
index 67b2dc0..471f558 100644
--- a/main/offapi/com/sun/star/ucb/InteractiveCHAOSException.idl
+++ b/main/offapi/com/sun/star/ucb/InteractiveCHAOSException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/InteractiveFileIOException.idl b/main/offapi/com/sun/star/ucb/InteractiveFileIOException.idl
index 9df758c..a7f10f7 100644
--- a/main/offapi/com/sun/star/ucb/InteractiveFileIOException.idl
+++ b/main/offapi/com/sun/star/ucb/InteractiveFileIOException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -39,7 +39,7 @@
 //=============================================================================
 /** An input/output error while processing a file.
 
-    <p>This exception is deprecated. Use 
+    <p>This exception is deprecated. Use
     <type>InteractiveAugmentedIOException</type> instead.
 
     @deprecated
diff --git a/main/offapi/com/sun/star/ucb/InteractiveIOException.idl b/main/offapi/com/sun/star/ucb/InteractiveIOException.idl
index d44cc07..620f17e 100644
--- a/main/offapi/com/sun/star/ucb/InteractiveIOException.idl
+++ b/main/offapi/com/sun/star/ucb/InteractiveIOException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/InteractiveLockingException.idl b/main/offapi/com/sun/star/ucb/InteractiveLockingException.idl
index d8c13db..fe91e13 100644
--- a/main/offapi/com/sun/star/ucb/InteractiveLockingException.idl
+++ b/main/offapi/com/sun/star/ucb/InteractiveLockingException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/InteractiveLockingLockExpiredException.idl b/main/offapi/com/sun/star/ucb/InteractiveLockingLockExpiredException.idl
index 7287bd7..cf3c0b0 100644
--- a/main/offapi/com/sun/star/ucb/InteractiveLockingLockExpiredException.idl
+++ b/main/offapi/com/sun/star/ucb/InteractiveLockingLockExpiredException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/InteractiveLockingLockNotAvailableException.idl b/main/offapi/com/sun/star/ucb/InteractiveLockingLockNotAvailableException.idl
index f35ebc6..c084f6e 100644
--- a/main/offapi/com/sun/star/ucb/InteractiveLockingLockNotAvailableException.idl
+++ b/main/offapi/com/sun/star/ucb/InteractiveLockingLockNotAvailableException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/InteractiveLockingLockedException.idl b/main/offapi/com/sun/star/ucb/InteractiveLockingLockedException.idl
index 6e2bc6c..bf23e5c 100644
--- a/main/offapi/com/sun/star/ucb/InteractiveLockingLockedException.idl
+++ b/main/offapi/com/sun/star/ucb/InteractiveLockingLockedException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/InteractiveLockingNotLockedException.idl b/main/offapi/com/sun/star/ucb/InteractiveLockingNotLockedException.idl
index bbf50c9..ccc5bf4 100644
--- a/main/offapi/com/sun/star/ucb/InteractiveLockingNotLockedException.idl
+++ b/main/offapi/com/sun/star/ucb/InteractiveLockingNotLockedException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/InteractiveNetworkConnectException.idl b/main/offapi/com/sun/star/ucb/InteractiveNetworkConnectException.idl
index cda8535..21fae0e 100644
--- a/main/offapi/com/sun/star/ucb/InteractiveNetworkConnectException.idl
+++ b/main/offapi/com/sun/star/ucb/InteractiveNetworkConnectException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,7 +30,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module ucb { 
+module com { module sun { module star { module ucb {
 
 //=============================================================================
 /** A network error specifying a connection failure.
@@ -46,6 +46,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/ucb/InteractiveNetworkException.idl b/main/offapi/com/sun/star/ucb/InteractiveNetworkException.idl
index 72ab45f..14b03c6 100644
--- a/main/offapi/com/sun/star/ucb/InteractiveNetworkException.idl
+++ b/main/offapi/com/sun/star/ucb/InteractiveNetworkException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,11 +30,11 @@
 
 //=============================================================================
 
-module com { module sun { module star { module ucb { 
+module com { module sun { module star { module ucb {
 
 //=============================================================================
 /** An error related to network operations.
-	
+
 	<p> Various meaningful errors are derived from this exception. </p>
 */
 published exception InteractiveNetworkException: com::sun::star::task::ClassifiedInteractionRequest
@@ -43,6 +43,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/ucb/InteractiveNetworkGeneralException.idl b/main/offapi/com/sun/star/ucb/InteractiveNetworkGeneralException.idl
index 4846b91..de71dee 100644
--- a/main/offapi/com/sun/star/ucb/InteractiveNetworkGeneralException.idl
+++ b/main/offapi/com/sun/star/ucb/InteractiveNetworkGeneralException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,7 +30,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module ucb { 
+module com { module sun { module star { module ucb {
 
 //=============================================================================
 /** A network error specifying a general failure.
@@ -41,6 +41,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/ucb/InteractiveNetworkOffLineException.idl b/main/offapi/com/sun/star/ucb/InteractiveNetworkOffLineException.idl
index 2959d02..a43adf9 100644
--- a/main/offapi/com/sun/star/ucb/InteractiveNetworkOffLineException.idl
+++ b/main/offapi/com/sun/star/ucb/InteractiveNetworkOffLineException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,7 +30,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module ucb { 
+module com { module sun { module star { module ucb {
 
 //=============================================================================
 /** A network error specifying an off line condition.
@@ -41,6 +41,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/ucb/InteractiveNetworkReadException.idl b/main/offapi/com/sun/star/ucb/InteractiveNetworkReadException.idl
index 6ed37d0..71d4ff1 100644
--- a/main/offapi/com/sun/star/ucb/InteractiveNetworkReadException.idl
+++ b/main/offapi/com/sun/star/ucb/InteractiveNetworkReadException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,7 +30,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module ucb { 
+module com { module sun { module star { module ucb {
 
 //=============================================================================
 /** A network error specifying a read failure.
@@ -47,6 +47,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/ucb/InteractiveNetworkResolveNameException.idl b/main/offapi/com/sun/star/ucb/InteractiveNetworkResolveNameException.idl
index 4b27434..0ff1735 100644
--- a/main/offapi/com/sun/star/ucb/InteractiveNetworkResolveNameException.idl
+++ b/main/offapi/com/sun/star/ucb/InteractiveNetworkResolveNameException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,7 +30,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module ucb { 
+module com { module sun { module star { module ucb {
 
 //=============================================================================
 /** A network error specifying a name resolution failure.
@@ -46,6 +46,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/ucb/InteractiveNetworkWriteException.idl b/main/offapi/com/sun/star/ucb/InteractiveNetworkWriteException.idl
index 96a8c8f..8537557 100644
--- a/main/offapi/com/sun/star/ucb/InteractiveNetworkWriteException.idl
+++ b/main/offapi/com/sun/star/ucb/InteractiveNetworkWriteException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,7 +30,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module ucb { 
+module com { module sun { module star { module ucb {
 
 //=============================================================================
 /** A network error specifying a write failure.
@@ -47,6 +47,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/ucb/InteractiveWrongMediumException.idl b/main/offapi/com/sun/star/ucb/InteractiveWrongMediumException.idl
index c308a34..a85d420 100644
--- a/main/offapi/com/sun/star/ucb/InteractiveWrongMediumException.idl
+++ b/main/offapi/com/sun/star/ucb/InteractiveWrongMediumException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -29,7 +29,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module ucb { 
+module com { module sun { module star { module ucb {
 
 //=============================================================================
 /** is thrown when the wrong medium is inserted into a removable drive during
@@ -45,6 +45,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/ucb/Link.idl b/main/offapi/com/sun/star/ucb/Link.idl
index b65a7e5..073ba71 100644
--- a/main/offapi/com/sun/star/ucb/Link.idl
+++ b/main/offapi/com/sun/star/ucb/Link.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/ListAction.idl b/main/offapi/com/sun/star/ucb/ListAction.idl
index c54c98a..334cc7f 100644
--- a/main/offapi/com/sun/star/ucb/ListAction.idl
+++ b/main/offapi/com/sun/star/ucb/ListAction.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/ListActionType.idl b/main/offapi/com/sun/star/ucb/ListActionType.idl
index 4c03162..7fe42f0 100644
--- a/main/offapi/com/sun/star/ucb/ListActionType.idl
+++ b/main/offapi/com/sun/star/ucb/ListActionType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -47,7 +47,7 @@
 
 	<p>The member <member>ListAction::ActionInfo</member> is required to
 	contain a struct <type>WelcomeDynamicResultSetStruct</type>.
-	This struct contains two 
+	This struct contains two
     <type scope="com::sun::star::sdbc">XResultSet</type>s (old and new).
 	During and after the notification only the new set is valid for access.
 	But the listener is required to remind both
diff --git a/main/offapi/com/sun/star/ucb/ListEvent.idl b/main/offapi/com/sun/star/ucb/ListEvent.idl
index c876fd7..82ceffc 100644
--- a/main/offapi/com/sun/star/ucb/ListEvent.idl
+++ b/main/offapi/com/sun/star/ucb/ListEvent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/ListenerAlreadySetException.idl b/main/offapi/com/sun/star/ucb/ListenerAlreadySetException.idl
index 6a409d7..6d65601 100644
--- a/main/offapi/com/sun/star/ucb/ListenerAlreadySetException.idl
+++ b/main/offapi/com/sun/star/ucb/ListenerAlreadySetException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,7 +30,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module ucb { 
+module com { module sun { module star { module ucb {
 
 //=============================================================================
 /** This exception is thrown to indicate that a Listener is already set while
@@ -44,7 +44,7 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 
 #endif
diff --git a/main/offapi/com/sun/star/ucb/Lock.idl b/main/offapi/com/sun/star/ucb/Lock.idl
index e9e06ab..8323f12 100644
--- a/main/offapi/com/sun/star/ucb/Lock.idl
+++ b/main/offapi/com/sun/star/ucb/Lock.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/LockDepth.idl b/main/offapi/com/sun/star/ucb/LockDepth.idl
index bbffb92..dd51cd2 100644
--- a/main/offapi/com/sun/star/ucb/LockDepth.idl
+++ b/main/offapi/com/sun/star/ucb/LockDepth.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/LockEntry.idl b/main/offapi/com/sun/star/ucb/LockEntry.idl
index 13e838f..0fd8323 100644
--- a/main/offapi/com/sun/star/ucb/LockEntry.idl
+++ b/main/offapi/com/sun/star/ucb/LockEntry.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/LockScope.idl b/main/offapi/com/sun/star/ucb/LockScope.idl
index 2c21f87..ca102e0 100644
--- a/main/offapi/com/sun/star/ucb/LockScope.idl
+++ b/main/offapi/com/sun/star/ucb/LockScope.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/LockType.idl b/main/offapi/com/sun/star/ucb/LockType.idl
index e95a72c..be79b88 100644
--- a/main/offapi/com/sun/star/ucb/LockType.idl
+++ b/main/offapi/com/sun/star/ucb/LockType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/MissingInputStreamException.idl b/main/offapi/com/sun/star/ucb/MissingInputStreamException.idl
index a731317..8740ca7 100644
--- a/main/offapi/com/sun/star/ucb/MissingInputStreamException.idl
+++ b/main/offapi/com/sun/star/ucb/MissingInputStreamException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/MissingPropertiesException.idl b/main/offapi/com/sun/star/ucb/MissingPropertiesException.idl
index 815f975..281e3b3 100644
--- a/main/offapi/com/sun/star/ucb/MissingPropertiesException.idl
+++ b/main/offapi/com/sun/star/ucb/MissingPropertiesException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/NameClash.idl b/main/offapi/com/sun/star/ucb/NameClash.idl
index 11382e1..791fa6d 100644
--- a/main/offapi/com/sun/star/ucb/NameClash.idl
+++ b/main/offapi/com/sun/star/ucb/NameClash.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/NameClashException.idl b/main/offapi/com/sun/star/ucb/NameClashException.idl
index 334ad71..2230a47 100644
--- a/main/offapi/com/sun/star/ucb/NameClashException.idl
+++ b/main/offapi/com/sun/star/ucb/NameClashException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/NameClashResolveRequest.idl b/main/offapi/com/sun/star/ucb/NameClashResolveRequest.idl
index f5481b0..6641726 100644
--- a/main/offapi/com/sun/star/ucb/NameClashResolveRequest.idl
+++ b/main/offapi/com/sun/star/ucb/NameClashResolveRequest.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/NumberedSortingInfo.idl b/main/offapi/com/sun/star/ucb/NumberedSortingInfo.idl
index a51d6ac..ccf6bac 100644
--- a/main/offapi/com/sun/star/ucb/NumberedSortingInfo.idl
+++ b/main/offapi/com/sun/star/ucb/NumberedSortingInfo.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/ODMAContent.idl b/main/offapi/com/sun/star/ucb/ODMAContent.idl
index 288e8e7..e7b13bc 100644
--- a/main/offapi/com/sun/star/ucb/ODMAContent.idl
+++ b/main/offapi/com/sun/star/ucb/ODMAContent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -125,10 +125,10 @@
 		string ContentType ( read-only, always "application/vnd.sun.star.odma" )
 		</li>
 		<li>
-		boolean IsDocument 
+		boolean IsDocument
 		</li>
 		<li>
-		boolean IsFolder 
+		boolean IsFolder
 		</li>
 		<li>
 		<type scope="com::sun::star::util">DateTime</type> DateCreated ( read-only )
diff --git a/main/offapi/com/sun/star/ucb/ODMAContentProvider.idl b/main/offapi/com/sun/star/ucb/ODMAContentProvider.idl
index 3c64696..36ac01f 100644
--- a/main/offapi/com/sun/star/ucb/ODMAContentProvider.idl
+++ b/main/offapi/com/sun/star/ucb/ODMAContentProvider.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/OpenCommandArgument.idl b/main/offapi/com/sun/star/ucb/OpenCommandArgument.idl
index a2ac97c..939af92 100644
--- a/main/offapi/com/sun/star/ucb/OpenCommandArgument.idl
+++ b/main/offapi/com/sun/star/ucb/OpenCommandArgument.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/OpenCommandArgument2.idl b/main/offapi/com/sun/star/ucb/OpenCommandArgument2.idl
index 26e5070..6e94911 100644
--- a/main/offapi/com/sun/star/ucb/OpenCommandArgument2.idl
+++ b/main/offapi/com/sun/star/ucb/OpenCommandArgument2.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/OpenMode.idl b/main/offapi/com/sun/star/ucb/OpenMode.idl
index 98d3d92..2e99547 100644
--- a/main/offapi/com/sun/star/ucb/OpenMode.idl
+++ b/main/offapi/com/sun/star/ucb/OpenMode.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/OutgoingMessageState.idl b/main/offapi/com/sun/star/ucb/OutgoingMessageState.idl
index 736e554..27d4581 100644
--- a/main/offapi/com/sun/star/ucb/OutgoingMessageState.idl
+++ b/main/offapi/com/sun/star/ucb/OutgoingMessageState.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/PackageContentProvider.idl b/main/offapi/com/sun/star/ucb/PackageContentProvider.idl
index 2d1b6ae..0c15ecc 100644
--- a/main/offapi/com/sun/star/ucb/PackageContentProvider.idl
+++ b/main/offapi/com/sun/star/ucb/PackageContentProvider.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/PackageFolderContent.idl b/main/offapi/com/sun/star/ucb/PackageFolderContent.idl
index 6cdc1f1..7352181 100644
--- a/main/offapi/com/sun/star/ucb/PackageFolderContent.idl
+++ b/main/offapi/com/sun/star/ucb/PackageFolderContent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/PackageStreamContent.idl b/main/offapi/com/sun/star/ucb/PackageStreamContent.idl
index b79ab58..f6217f8 100644
--- a/main/offapi/com/sun/star/ucb/PackageStreamContent.idl
+++ b/main/offapi/com/sun/star/ucb/PackageStreamContent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/PersistentPropertySet.idl b/main/offapi/com/sun/star/ucb/PersistentPropertySet.idl
index 8a11651..a0aa139 100644
--- a/main/offapi/com/sun/star/ucb/PersistentPropertySet.idl
+++ b/main/offapi/com/sun/star/ucb/PersistentPropertySet.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/PostCommandArgument.idl b/main/offapi/com/sun/star/ucb/PostCommandArgument.idl
index 1252f03..1d1a37f 100644
--- a/main/offapi/com/sun/star/ucb/PostCommandArgument.idl
+++ b/main/offapi/com/sun/star/ucb/PostCommandArgument.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/PostCommandArgument2.idl b/main/offapi/com/sun/star/ucb/PostCommandArgument2.idl
index bdc716a..fc2d7cc 100644
--- a/main/offapi/com/sun/star/ucb/PostCommandArgument2.idl
+++ b/main/offapi/com/sun/star/ucb/PostCommandArgument2.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/Priority.idl b/main/offapi/com/sun/star/ucb/Priority.idl
index 272dfc4..abd7931 100644
--- a/main/offapi/com/sun/star/ucb/Priority.idl
+++ b/main/offapi/com/sun/star/ucb/Priority.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/PropertiesManager.idl b/main/offapi/com/sun/star/ucb/PropertiesManager.idl
index f54a735..b4d919e 100644
--- a/main/offapi/com/sun/star/ucb/PropertiesManager.idl
+++ b/main/offapi/com/sun/star/ucb/PropertiesManager.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/PropertySetRegistry.idl b/main/offapi/com/sun/star/ucb/PropertySetRegistry.idl
index 2ab34f1..0a8176e 100644
--- a/main/offapi/com/sun/star/ucb/PropertySetRegistry.idl
+++ b/main/offapi/com/sun/star/ucb/PropertySetRegistry.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/PropertyValueInfo.idl b/main/offapi/com/sun/star/ucb/PropertyValueInfo.idl
index 2a9f6d5..9695ecd 100644
--- a/main/offapi/com/sun/star/ucb/PropertyValueInfo.idl
+++ b/main/offapi/com/sun/star/ucb/PropertyValueInfo.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/PropertyValueState.idl b/main/offapi/com/sun/star/ucb/PropertyValueState.idl
index 43f1182..3352eee 100644
--- a/main/offapi/com/sun/star/ucb/PropertyValueState.idl
+++ b/main/offapi/com/sun/star/ucb/PropertyValueState.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/RecipientInfo.idl b/main/offapi/com/sun/star/ucb/RecipientInfo.idl
index 8b4fffa..486b2b1 100644
--- a/main/offapi/com/sun/star/ucb/RecipientInfo.idl
+++ b/main/offapi/com/sun/star/ucb/RecipientInfo.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/RememberAuthentication.idl b/main/offapi/com/sun/star/ucb/RememberAuthentication.idl
index 58aded0..c386b3c 100644
--- a/main/offapi/com/sun/star/ucb/RememberAuthentication.idl
+++ b/main/offapi/com/sun/star/ucb/RememberAuthentication.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -26,7 +26,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module ucb { 
+module com { module sun { module star { module ucb {
 
 //=============================================================================
 /** A specification of how long to remember some authentication data.
@@ -54,6 +54,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/ucb/RemoteAccessContentProvider.idl b/main/offapi/com/sun/star/ucb/RemoteAccessContentProvider.idl
index 1176c0b..934d003 100644
--- a/main/offapi/com/sun/star/ucb/RemoteAccessContentProvider.idl
+++ b/main/offapi/com/sun/star/ucb/RemoteAccessContentProvider.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/RemoteContentProviderAcceptor.idl b/main/offapi/com/sun/star/ucb/RemoteContentProviderAcceptor.idl
index 402fe90..6644508 100644
--- a/main/offapi/com/sun/star/ucb/RemoteContentProviderAcceptor.idl
+++ b/main/offapi/com/sun/star/ucb/RemoteContentProviderAcceptor.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/RemoteContentProviderChangeAction.idl b/main/offapi/com/sun/star/ucb/RemoteContentProviderChangeAction.idl
index efd3b24..459b0d3 100644
--- a/main/offapi/com/sun/star/ucb/RemoteContentProviderChangeAction.idl
+++ b/main/offapi/com/sun/star/ucb/RemoteContentProviderChangeAction.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/RemoteContentProviderChangeEvent.idl b/main/offapi/com/sun/star/ucb/RemoteContentProviderChangeEvent.idl
index 8b7ef25..cbea37d 100644
--- a/main/offapi/com/sun/star/ucb/RemoteContentProviderChangeEvent.idl
+++ b/main/offapi/com/sun/star/ucb/RemoteContentProviderChangeEvent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/RemoteProxyContentProvider.idl b/main/offapi/com/sun/star/ucb/RemoteProxyContentProvider.idl
index e27fb56..c072491 100644
--- a/main/offapi/com/sun/star/ucb/RemoteProxyContentProvider.idl
+++ b/main/offapi/com/sun/star/ucb/RemoteProxyContentProvider.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/ResultSetException.idl b/main/offapi/com/sun/star/ucb/ResultSetException.idl
index 510196c..6f403cb 100644
--- a/main/offapi/com/sun/star/ucb/ResultSetException.idl
+++ b/main/offapi/com/sun/star/ucb/ResultSetException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/Rule.idl b/main/offapi/com/sun/star/ucb/Rule.idl
index a51b138..614f344 100644
--- a/main/offapi/com/sun/star/ucb/Rule.idl
+++ b/main/offapi/com/sun/star/ucb/Rule.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/RuleAction.idl b/main/offapi/com/sun/star/ucb/RuleAction.idl
index 5f62ccb..bac546c 100644
--- a/main/offapi/com/sun/star/ucb/RuleAction.idl
+++ b/main/offapi/com/sun/star/ucb/RuleAction.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/RuleOperator.idl b/main/offapi/com/sun/star/ucb/RuleOperator.idl
index 4302480..9dd84e3 100644
--- a/main/offapi/com/sun/star/ucb/RuleOperator.idl
+++ b/main/offapi/com/sun/star/ucb/RuleOperator.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/RuleSet.idl b/main/offapi/com/sun/star/ucb/RuleSet.idl
index 807d1fa..774cf4a 100644
--- a/main/offapi/com/sun/star/ucb/RuleSet.idl
+++ b/main/offapi/com/sun/star/ucb/RuleSet.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/RuleTerm.idl b/main/offapi/com/sun/star/ucb/RuleTerm.idl
index ccc9edc..7a26fd3 100644
--- a/main/offapi/com/sun/star/ucb/RuleTerm.idl
+++ b/main/offapi/com/sun/star/ucb/RuleTerm.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/SearchCommandArgument.idl b/main/offapi/com/sun/star/ucb/SearchCommandArgument.idl
index 44584e1..478f94b 100644
--- a/main/offapi/com/sun/star/ucb/SearchCommandArgument.idl
+++ b/main/offapi/com/sun/star/ucb/SearchCommandArgument.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/SearchCriterium.idl b/main/offapi/com/sun/star/ucb/SearchCriterium.idl
index e06e1f4..5922564 100644
--- a/main/offapi/com/sun/star/ucb/SearchCriterium.idl
+++ b/main/offapi/com/sun/star/ucb/SearchCriterium.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/SearchInfo.idl b/main/offapi/com/sun/star/ucb/SearchInfo.idl
index dcff71a..4ca92ca 100644
--- a/main/offapi/com/sun/star/ucb/SearchInfo.idl
+++ b/main/offapi/com/sun/star/ucb/SearchInfo.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/SearchRecursion.idl b/main/offapi/com/sun/star/ucb/SearchRecursion.idl
index edaa898..f76671a 100644
--- a/main/offapi/com/sun/star/ucb/SearchRecursion.idl
+++ b/main/offapi/com/sun/star/ucb/SearchRecursion.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/SendInfo.idl b/main/offapi/com/sun/star/ucb/SendInfo.idl
index 65f44e4..ea267f8 100644
--- a/main/offapi/com/sun/star/ucb/SendInfo.idl
+++ b/main/offapi/com/sun/star/ucb/SendInfo.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/SendMediaTypes.idl b/main/offapi/com/sun/star/ucb/SendMediaTypes.idl
index 1553d76..d0d4ac8 100644
--- a/main/offapi/com/sun/star/ucb/SendMediaTypes.idl
+++ b/main/offapi/com/sun/star/ucb/SendMediaTypes.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/ServiceNotFoundException.idl b/main/offapi/com/sun/star/ucb/ServiceNotFoundException.idl
index a4be8ba..5bff30c 100644
--- a/main/offapi/com/sun/star/ucb/ServiceNotFoundException.idl
+++ b/main/offapi/com/sun/star/ucb/ServiceNotFoundException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -29,7 +29,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module ucb { 
+module com { module sun { module star { module ucb {
 
 //=============================================================================
 /** This exception is thrown to indicate that a needed service was
@@ -41,6 +41,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/ucb/SimpleFileAccess.idl b/main/offapi/com/sun/star/ucb/SimpleFileAccess.idl
index 0da067f..6a5e23b 100644
--- a/main/offapi/com/sun/star/ucb/SimpleFileAccess.idl
+++ b/main/offapi/com/sun/star/ucb/SimpleFileAccess.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/SortedDynamicResultSetFactory.idl b/main/offapi/com/sun/star/ucb/SortedDynamicResultSetFactory.idl
index 9b865c5..03e3e66 100644
--- a/main/offapi/com/sun/star/ucb/SortedDynamicResultSetFactory.idl
+++ b/main/offapi/com/sun/star/ucb/SortedDynamicResultSetFactory.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/SortingInfo.idl b/main/offapi/com/sun/star/ucb/SortingInfo.idl
index 72952e7..4600265 100644
--- a/main/offapi/com/sun/star/ucb/SortingInfo.idl
+++ b/main/offapi/com/sun/star/ucb/SortingInfo.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/Store.idl b/main/offapi/com/sun/star/ucb/Store.idl
index 10c1795..fd71604 100644
--- a/main/offapi/com/sun/star/ucb/Store.idl
+++ b/main/offapi/com/sun/star/ucb/Store.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/SynchronizePolicy.idl b/main/offapi/com/sun/star/ucb/SynchronizePolicy.idl
index 17d6e15..6ffc601 100644
--- a/main/offapi/com/sun/star/ucb/SynchronizePolicy.idl
+++ b/main/offapi/com/sun/star/ucb/SynchronizePolicy.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/TransferCommandOperation.idl b/main/offapi/com/sun/star/ucb/TransferCommandOperation.idl
index 1d9d7ac..080b2a5 100644
--- a/main/offapi/com/sun/star/ucb/TransferCommandOperation.idl
+++ b/main/offapi/com/sun/star/ucb/TransferCommandOperation.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/TransferInfo.idl b/main/offapi/com/sun/star/ucb/TransferInfo.idl
index 097340f..bbca51e 100644
--- a/main/offapi/com/sun/star/ucb/TransferInfo.idl
+++ b/main/offapi/com/sun/star/ucb/TransferInfo.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/TransferResult.idl b/main/offapi/com/sun/star/ucb/TransferResult.idl
index 91b60e8..5312e4e 100644
--- a/main/offapi/com/sun/star/ucb/TransferResult.idl
+++ b/main/offapi/com/sun/star/ucb/TransferResult.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/TransientDocumentsContentProvider.idl b/main/offapi/com/sun/star/ucb/TransientDocumentsContentProvider.idl
index 6b3be8a..c901579 100644
--- a/main/offapi/com/sun/star/ucb/TransientDocumentsContentProvider.idl
+++ b/main/offapi/com/sun/star/ucb/TransientDocumentsContentProvider.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/TransientDocumentsDocumentContent.idl b/main/offapi/com/sun/star/ucb/TransientDocumentsDocumentContent.idl
index 0ddb411..0eff599 100644
--- a/main/offapi/com/sun/star/ucb/TransientDocumentsDocumentContent.idl
+++ b/main/offapi/com/sun/star/ucb/TransientDocumentsDocumentContent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/TransientDocumentsFolderContent.idl b/main/offapi/com/sun/star/ucb/TransientDocumentsFolderContent.idl
index cc1a379..2efdfa5 100644
--- a/main/offapi/com/sun/star/ucb/TransientDocumentsFolderContent.idl
+++ b/main/offapi/com/sun/star/ucb/TransientDocumentsFolderContent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/TransientDocumentsRootContent.idl b/main/offapi/com/sun/star/ucb/TransientDocumentsRootContent.idl
index 69b5efc..14b5d98 100644
--- a/main/offapi/com/sun/star/ucb/TransientDocumentsRootContent.idl
+++ b/main/offapi/com/sun/star/ucb/TransientDocumentsRootContent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/TransientDocumentsStreamContent.idl b/main/offapi/com/sun/star/ucb/TransientDocumentsStreamContent.idl
index 605e96b..691ed83 100644
--- a/main/offapi/com/sun/star/ucb/TransientDocumentsStreamContent.idl
+++ b/main/offapi/com/sun/star/ucb/TransientDocumentsStreamContent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/URLAuthenticationRequest.idl b/main/offapi/com/sun/star/ucb/URLAuthenticationRequest.idl
index 07c9bf5..dd82aa1 100644
--- a/main/offapi/com/sun/star/ucb/URLAuthenticationRequest.idl
+++ b/main/offapi/com/sun/star/ucb/URLAuthenticationRequest.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/UniversalContentBroker.idl b/main/offapi/com/sun/star/ucb/UniversalContentBroker.idl
index d9badd5..f1415c4 100644
--- a/main/offapi/com/sun/star/ucb/UniversalContentBroker.idl
+++ b/main/offapi/com/sun/star/ucb/UniversalContentBroker.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -181,7 +181,7 @@
         resource leaks. For a detailed description of the problem refer to
         <member>XCommandProcessor2::releaseCommandIdentifier</member>.
 
-        <p>Where many existing <type>UniversalContentBroker</type> 
+        <p>Where many existing <type>UniversalContentBroker</type>
         implementations do not (yet), every new implementation should support
         this interface.
      */
diff --git a/main/offapi/com/sun/star/ucb/UnsupportedCommandException.idl b/main/offapi/com/sun/star/ucb/UnsupportedCommandException.idl
index 111bb30..718352d 100644
--- a/main/offapi/com/sun/star/ucb/UnsupportedCommandException.idl
+++ b/main/offapi/com/sun/star/ucb/UnsupportedCommandException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/UnsupportedDataSinkException.idl b/main/offapi/com/sun/star/ucb/UnsupportedDataSinkException.idl
index 2a7378b..22bfc6f 100644
--- a/main/offapi/com/sun/star/ucb/UnsupportedDataSinkException.idl
+++ b/main/offapi/com/sun/star/ucb/UnsupportedDataSinkException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/UnsupportedNameClashException.idl b/main/offapi/com/sun/star/ucb/UnsupportedNameClashException.idl
index 29a6d83..728de31 100644
--- a/main/offapi/com/sun/star/ucb/UnsupportedNameClashException.idl
+++ b/main/offapi/com/sun/star/ucb/UnsupportedNameClashException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -33,23 +33,23 @@
 module com { module sun { module star { module ucb {
 
 //=============================================================================
-/** <p>This exception must be thrown in case the requested nameclash 
-    directive is not supported, because it is not possible to implement 
+/** <p>This exception must be thrown in case the requested nameclash
+    directive is not supported, because it is not possible to implement
     it or if it is just not (yet) implemented.
 
-    <p>Command 'transfer': Used if the nameclash directive specified in 
-    parameter NameClash of the supplied <type>TransferInfo</type> is not 
-    supported. For example, if the NameClash was set to NameClash::ERROR, 
-    to NameClash::RENAME or to NameClash::ASK, the implementation must be 
-    able determine whether there are existing data. This exception must also 
-    be used if NameClash::RENAME was specified and the implementation is 
+    <p>Command 'transfer': Used if the nameclash directive specified in
+    parameter NameClash of the supplied <type>TransferInfo</type> is not
+    supported. For example, if the NameClash was set to NameClash::ERROR,
+    to NameClash::RENAME or to NameClash::ASK, the implementation must be
+    able determine whether there are existing data. This exception must also
+    be used if NameClash::RENAME was specified and the implementation is
     unable to create a valid new name after a suitable number of tries.
 
-    <p>Command 'insert': Used if the parameter ReplaceExisting of the 
-    supplied <type>InsertCommandArgument</type> was set to <false/> and the 
-    implementation is unable to determine whether there are existing data. 
+    <p>Command 'insert': Used if the parameter ReplaceExisting of the
+    supplied <type>InsertCommandArgument</type> was set to <false/> and the
+    implementation is unable to determine whether there are existing data.
     The member NameClash of the exception must be set to NameClash::ERROR
-   
+
 	@version	1.0
 	@author 	Kai Sommerfeld
     @see        Content
diff --git a/main/offapi/com/sun/star/ucb/UnsupportedOpenModeException.idl b/main/offapi/com/sun/star/ucb/UnsupportedOpenModeException.idl
index 83641dd..27f95aa 100644
--- a/main/offapi/com/sun/star/ucb/UnsupportedOpenModeException.idl
+++ b/main/offapi/com/sun/star/ucb/UnsupportedOpenModeException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/VerificationMode.idl b/main/offapi/com/sun/star/ucb/VerificationMode.idl
index 61bec00..ee322ea 100644
--- a/main/offapi/com/sun/star/ucb/VerificationMode.idl
+++ b/main/offapi/com/sun/star/ucb/VerificationMode.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/WebDAVContentProvider.idl b/main/offapi/com/sun/star/ucb/WebDAVContentProvider.idl
index c2f658d..9c734db 100644
--- a/main/offapi/com/sun/star/ucb/WebDAVContentProvider.idl
+++ b/main/offapi/com/sun/star/ucb/WebDAVContentProvider.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -36,7 +36,7 @@
     for the <type>UniversalContentBroker</type> (UCB).
 
 	<p>It provides access to WebDAV	and standard HTTP servers. The DCP
-	communicates with the server using the WebDAV protocol which is an 
+	communicates with the server using the WebDAV protocol which is an
 	extension to the HTTP protocol or using the plain HTTP protocol in case
 	the server	is not WebDAV enabled.
 
diff --git a/main/offapi/com/sun/star/ucb/WebDAVDocumentContent.idl b/main/offapi/com/sun/star/ucb/WebDAVDocumentContent.idl
index 8f52cfd..d8ac7a1 100644
--- a/main/offapi/com/sun/star/ucb/WebDAVDocumentContent.idl
+++ b/main/offapi/com/sun/star/ucb/WebDAVDocumentContent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/WebDAVFolderContent.idl b/main/offapi/com/sun/star/ucb/WebDAVFolderContent.idl
index 0c8db0e..cf0f0ae 100644
--- a/main/offapi/com/sun/star/ucb/WebDAVFolderContent.idl
+++ b/main/offapi/com/sun/star/ucb/WebDAVFolderContent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/WelcomeDynamicResultSetStruct.idl b/main/offapi/com/sun/star/ucb/WelcomeDynamicResultSetStruct.idl
index b34d689..91d7545 100644
--- a/main/offapi/com/sun/star/ucb/WelcomeDynamicResultSetStruct.idl
+++ b/main/offapi/com/sun/star/ucb/WelcomeDynamicResultSetStruct.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/XAnyCompare.idl b/main/offapi/com/sun/star/ucb/XAnyCompare.idl
index e572c7f..88fcb3a 100644
--- a/main/offapi/com/sun/star/ucb/XAnyCompare.idl
+++ b/main/offapi/com/sun/star/ucb/XAnyCompare.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/XAnyCompareFactory.idl b/main/offapi/com/sun/star/ucb/XAnyCompareFactory.idl
index 7d86a53..eda0be7 100644
--- a/main/offapi/com/sun/star/ucb/XAnyCompareFactory.idl
+++ b/main/offapi/com/sun/star/ucb/XAnyCompareFactory.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/XCachedContentResultSetFactory.idl b/main/offapi/com/sun/star/ucb/XCachedContentResultSetFactory.idl
index 74dad09..af56b25 100644
--- a/main/offapi/com/sun/star/ucb/XCachedContentResultSetFactory.idl
+++ b/main/offapi/com/sun/star/ucb/XCachedContentResultSetFactory.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -46,7 +46,7 @@
 published interface XCachedContentResultSetFactory: com::sun::star::uno::XInterface
 {
 	//-------------------------------------------------------------------------
-	/**	creates a remote optimized 
+	/**	creates a remote optimized
         <type scope="com::sun::star::sdbc">XResultSet</type>.
 
 		@param xSource
diff --git a/main/offapi/com/sun/star/ucb/XCachedContentResultSetStubFactory.idl b/main/offapi/com/sun/star/ucb/XCachedContentResultSetStubFactory.idl
index 2ebd543..a2c8709 100644
--- a/main/offapi/com/sun/star/ucb/XCachedContentResultSetStubFactory.idl
+++ b/main/offapi/com/sun/star/ucb/XCachedContentResultSetStubFactory.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/XCachedDynamicResultSetFactory.idl b/main/offapi/com/sun/star/ucb/XCachedDynamicResultSetFactory.idl
index f952f45..b727f34 100644
--- a/main/offapi/com/sun/star/ucb/XCachedDynamicResultSetFactory.idl
+++ b/main/offapi/com/sun/star/ucb/XCachedDynamicResultSetFactory.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/XCachedDynamicResultSetStubFactory.idl b/main/offapi/com/sun/star/ucb/XCachedDynamicResultSetStubFactory.idl
index e6bbd32..4f8786a 100644
--- a/main/offapi/com/sun/star/ucb/XCachedDynamicResultSetStubFactory.idl
+++ b/main/offapi/com/sun/star/ucb/XCachedDynamicResultSetStubFactory.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -51,7 +51,7 @@
 	<p>Pay attention to instantiate this helper on serverside where your source
 	<type>DynamicResultSet</type> was instantiated.
 
-	<p>Method 
+	<p>Method
     <member>XCachedDynamicResultSetStubFactory::createCachedDynamicResultSetStub</member>
     can be used to create a stub on serverside.
 
diff --git a/main/offapi/com/sun/star/ucb/XCommandEnvironment.idl b/main/offapi/com/sun/star/ucb/XCommandEnvironment.idl
index 1393e65..9ef5ae6 100644
--- a/main/offapi/com/sun/star/ucb/XCommandEnvironment.idl
+++ b/main/offapi/com/sun/star/ucb/XCommandEnvironment.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/XCommandInfo.idl b/main/offapi/com/sun/star/ucb/XCommandInfo.idl
index 42fa1fd..9fa411c 100644
--- a/main/offapi/com/sun/star/ucb/XCommandInfo.idl
+++ b/main/offapi/com/sun/star/ucb/XCommandInfo.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/XCommandInfoChangeListener.idl b/main/offapi/com/sun/star/ucb/XCommandInfoChangeListener.idl
index e2d2657..c83f932 100644
--- a/main/offapi/com/sun/star/ucb/XCommandInfoChangeListener.idl
+++ b/main/offapi/com/sun/star/ucb/XCommandInfoChangeListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/XCommandInfoChangeNotifier.idl b/main/offapi/com/sun/star/ucb/XCommandInfoChangeNotifier.idl
index 66a3e2b..e2dbf3f 100644
--- a/main/offapi/com/sun/star/ucb/XCommandInfoChangeNotifier.idl
+++ b/main/offapi/com/sun/star/ucb/XCommandInfoChangeNotifier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/XCommandProcessor.idl b/main/offapi/com/sun/star/ucb/XCommandProcessor.idl
index a8f2838..af6649f 100644
--- a/main/offapi/com/sun/star/ucb/XCommandProcessor.idl
+++ b/main/offapi/com/sun/star/ucb/XCommandProcessor.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/XCommandProcessor2.idl b/main/offapi/com/sun/star/ucb/XCommandProcessor2.idl
index b1af99c..531bb5e 100644
--- a/main/offapi/com/sun/star/ucb/XCommandProcessor2.idl
+++ b/main/offapi/com/sun/star/ucb/XCommandProcessor2.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -43,7 +43,7 @@
         no longer used.
 
         <p>After this call the command identifier cannot be used any longer in
-        calls to <member>XCommandProcessor::execute</member> and 
+        calls to <member>XCommandProcessor::execute</member> and
         <member>XCommandProcessor::abort</member>.  (But it can happen that a
         call to <member>XCommandProcessor::createCommandIdentifier</member>
         reuses this identifier.)</p>
@@ -52,7 +52,7 @@
         A command identifier obtained through
         <member>XCommandProcessor::createCommandIdentifier</member>.  If the
         identifier is zero, the request is silently ignored; but if the
-        identifier is invalid (not obtained via 
+        identifier is invalid (not obtained via
         <member>XCommandProcessor::createCommandIdentifier</member> or already
         handed to <member>XCommandProcessor2::releaseCommandIdentifier</member>
         before), the behaviour is undefined.
diff --git a/main/offapi/com/sun/star/ucb/XContent.idl b/main/offapi/com/sun/star/ucb/XContent.idl
index 2d09ad6..95e3565 100644
--- a/main/offapi/com/sun/star/ucb/XContent.idl
+++ b/main/offapi/com/sun/star/ucb/XContent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/XContentAccess.idl b/main/offapi/com/sun/star/ucb/XContentAccess.idl
index 18e8bf7..5186989 100644
--- a/main/offapi/com/sun/star/ucb/XContentAccess.idl
+++ b/main/offapi/com/sun/star/ucb/XContentAccess.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/XContentCreator.idl b/main/offapi/com/sun/star/ucb/XContentCreator.idl
index 6d0b929..a032f25 100644
--- a/main/offapi/com/sun/star/ucb/XContentCreator.idl
+++ b/main/offapi/com/sun/star/ucb/XContentCreator.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/XContentEventListener.idl b/main/offapi/com/sun/star/ucb/XContentEventListener.idl
index 42b933d..0abfc3d 100644
--- a/main/offapi/com/sun/star/ucb/XContentEventListener.idl
+++ b/main/offapi/com/sun/star/ucb/XContentEventListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -33,11 +33,11 @@
 
 //=============================================================================
 
-module com { module sun { module star { module ucb { 
+module com { module sun { module star { module ucb {
 
 //=============================================================================
 /**  a listener for events related to <type>XContent</type>s.
-	
+
 	@version  1.0
 	@author   Kai Sommerfeld
 	@see      XContent
@@ -46,7 +46,7 @@
 {
 	//-------------------------------------------------------------------------
 	/** gets called whenever a content wishes to notify changes.
-		
+
 		@param evt
 		the event.
 	*/
@@ -56,6 +56,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/ucb/XContentIdentifier.idl b/main/offapi/com/sun/star/ucb/XContentIdentifier.idl
index a731fb1..aa63cb0 100644
--- a/main/offapi/com/sun/star/ucb/XContentIdentifier.idl
+++ b/main/offapi/com/sun/star/ucb/XContentIdentifier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/XContentIdentifierFactory.idl b/main/offapi/com/sun/star/ucb/XContentIdentifierFactory.idl
index 31d4c72..5cb5e41 100644
--- a/main/offapi/com/sun/star/ucb/XContentIdentifierFactory.idl
+++ b/main/offapi/com/sun/star/ucb/XContentIdentifierFactory.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -34,11 +34,11 @@
 
 //=============================================================================
 
-module com { module sun { module star { module ucb { 
+module com { module sun { module star { module ucb {
 
 //=============================================================================
 /** A factory for content identifiers.
-	
+
 	@version  1.0
 	@author   Kai Sommerfeld
 	@see      XContentIdentifier
@@ -47,10 +47,10 @@
 {
 	//-------------------------------------------------------------------------
 	/**	 creates an identifier.
-		
+
 		@param ContentId
 		the content identifier string.
-		
+
 		@returns
 		the identifier.
 	*/
@@ -60,6 +60,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/ucb/XContentIdentifierMapping.idl b/main/offapi/com/sun/star/ucb/XContentIdentifierMapping.idl
index fa01d44..800475c 100644
--- a/main/offapi/com/sun/star/ucb/XContentIdentifierMapping.idl
+++ b/main/offapi/com/sun/star/ucb/XContentIdentifierMapping.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/XContentProvider.idl b/main/offapi/com/sun/star/ucb/XContentProvider.idl
index af07d07..9a8d62e 100644
--- a/main/offapi/com/sun/star/ucb/XContentProvider.idl
+++ b/main/offapi/com/sun/star/ucb/XContentProvider.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/XContentProviderFactory.idl b/main/offapi/com/sun/star/ucb/XContentProviderFactory.idl
index 950f005..8f8842c 100644
--- a/main/offapi/com/sun/star/ucb/XContentProviderFactory.idl
+++ b/main/offapi/com/sun/star/ucb/XContentProviderFactory.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/XContentProviderManager.idl b/main/offapi/com/sun/star/ucb/XContentProviderManager.idl
index 0b19d8b..2170f6c 100644
--- a/main/offapi/com/sun/star/ucb/XContentProviderManager.idl
+++ b/main/offapi/com/sun/star/ucb/XContentProviderManager.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/XContentProviderSupplier.idl b/main/offapi/com/sun/star/ucb/XContentProviderSupplier.idl
index 841419a..7fd07ff 100644
--- a/main/offapi/com/sun/star/ucb/XContentProviderSupplier.idl
+++ b/main/offapi/com/sun/star/ucb/XContentProviderSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/XContentTransmitter.idl b/main/offapi/com/sun/star/ucb/XContentTransmitter.idl
index 62d1e92..151e548 100644
--- a/main/offapi/com/sun/star/ucb/XContentTransmitter.idl
+++ b/main/offapi/com/sun/star/ucb/XContentTransmitter.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,21 +30,21 @@
 
 //=============================================================================
 
-module com { module sun { module star { module ucb { 
+module com { module sun { module star { module ucb {
 
 //=============================================================================
-/** 
+/**
      @deprecated
 
      @version  1.0
      @author   Dirk Voelzke
-     @see      
+     @see
 */
 
 published interface XContentTransmitter: com::sun::star::uno::XInterface
 {
 	//-------------------------------------------------------------------------
-	/** 
+	/**
 	*/
 	[oneway] void transmit( [in] string Source,
 							[in] string Destination,
@@ -55,6 +55,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/ucb/XDataContainer.idl b/main/offapi/com/sun/star/ucb/XDataContainer.idl
index 97a7207..36736ec 100644
--- a/main/offapi/com/sun/star/ucb/XDataContainer.idl
+++ b/main/offapi/com/sun/star/ucb/XDataContainer.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/XDynamicResultSet.idl b/main/offapi/com/sun/star/ucb/XDynamicResultSet.idl
index 44b617c..97815fb 100644
--- a/main/offapi/com/sun/star/ucb/XDynamicResultSet.idl
+++ b/main/offapi/com/sun/star/ucb/XDynamicResultSet.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -67,7 +67,7 @@
 	about changes on a <type>ContentResultSet</type> and have an
 	listener-controlled update from one version to the next version. Two
 	<type>ContentResultSet</type> implementations were given to the listener in
-	the first notification as interface 
+	the first notification as interface
     <type scope="com::sun::star::sdbc">XResultSet</type>.
 	</p>
 
@@ -106,10 +106,10 @@
 	</p>
 
 	<ol>
-	<li> The listener is allowed to access the new 
+	<li> The listener is allowed to access the new
          <type>ContentResultSet</type>. The new one is first assigned in the
          WELCOME-event and than the ResultSets are always swapped.</li>
-	<li> The listener is not allowed to access the old 
+	<li> The listener is not allowed to access the old
          <type>ContentResultSet</type>.</li>
 	</ol>
 */
@@ -120,7 +120,7 @@
 	/** Call this, if you don't care about any changes.
 
 		@returns
-		an <type scope="com::sun::star::sdbc">XResultSet</type> that is 
+		an <type scope="com::sun::star::sdbc">XResultSet</type> that is
         implemented as <type>ContentResultSet</type>. Its content will never
         change.
 
diff --git a/main/offapi/com/sun/star/ucb/XDynamicResultSetListener.idl b/main/offapi/com/sun/star/ucb/XDynamicResultSetListener.idl
index 7519814..f809147 100644
--- a/main/offapi/com/sun/star/ucb/XDynamicResultSetListener.idl
+++ b/main/offapi/com/sun/star/ucb/XDynamicResultSetListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -49,7 +49,7 @@
         them. The <type scope="com::sun::star::sdbc">XResultSet</type>s are
         implementations of the service <type>ContentResultSet</type>.
 
-		<p>The notified new 
+		<p>The notified new
         <type scope="com::sun::star::sdbc">XResultSet</type> will stay valid
         after returning from this method. The old one will become invalid after
 		returning.
diff --git a/main/offapi/com/sun/star/ucb/XFetchProvider.idl b/main/offapi/com/sun/star/ucb/XFetchProvider.idl
index f7ef1ee..e25c0b4 100644
--- a/main/offapi/com/sun/star/ucb/XFetchProvider.idl
+++ b/main/offapi/com/sun/star/ucb/XFetchProvider.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/XFetchProviderForContentAccess.idl b/main/offapi/com/sun/star/ucb/XFetchProviderForContentAccess.idl
index d9bb806..e76f1e3 100644
--- a/main/offapi/com/sun/star/ucb/XFetchProviderForContentAccess.idl
+++ b/main/offapi/com/sun/star/ucb/XFetchProviderForContentAccess.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/XFileIdentifierConverter.idl b/main/offapi/com/sun/star/ucb/XFileIdentifierConverter.idl
index 6a73628..c55255e 100644
--- a/main/offapi/com/sun/star/ucb/XFileIdentifierConverter.idl
+++ b/main/offapi/com/sun/star/ucb/XFileIdentifierConverter.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/XInteractionHandlerSupplier.idl b/main/offapi/com/sun/star/ucb/XInteractionHandlerSupplier.idl
index eb6eb52..3db5a18 100644
--- a/main/offapi/com/sun/star/ucb/XInteractionHandlerSupplier.idl
+++ b/main/offapi/com/sun/star/ucb/XInteractionHandlerSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -33,8 +33,8 @@
 module com { module sun { module star { module ucb {
 
 //=============================================================================
-/** This interface should be implemented by an internal 
-    <type>XCommandEnvironment</type> that can not supply an 
+/** This interface should be implemented by an internal
+    <type>XCommandEnvironment</type> that can not supply an
     <type scope="com::sun::star::task">XInteractionHandler</type>, but instead
     wants interaction requests to be handled by other internal error handling
 	mechanism.
@@ -42,12 +42,12 @@
 published interface XInteractionHandlerSupplier: com::sun::star::uno::XInterface
 {
 	//-------------------------------------------------------------------------
-	/** Returns whether an 
+	/** Returns whether an
         <type scope="com::sun::star::task">XInteractionHandler</type> can be
         supplied.
 
 		@returns
-		<TRUE/>, if an 
+		<TRUE/>, if an
         <type scope="com::sun::star::task">XInteractionHandler</type> can be
         supplied, <FALSE/> otherwise.
 	*/
diff --git a/main/offapi/com/sun/star/ucb/XInteractionReplaceExistingData.idl b/main/offapi/com/sun/star/ucb/XInteractionReplaceExistingData.idl
index 378ece3..2da7296 100644
--- a/main/offapi/com/sun/star/ucb/XInteractionReplaceExistingData.idl
+++ b/main/offapi/com/sun/star/ucb/XInteractionReplaceExistingData.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/XInteractionSupplyAuthentication.idl b/main/offapi/com/sun/star/ucb/XInteractionSupplyAuthentication.idl
index 8939194..a236250 100644
--- a/main/offapi/com/sun/star/ucb/XInteractionSupplyAuthentication.idl
+++ b/main/offapi/com/sun/star/ucb/XInteractionSupplyAuthentication.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -34,11 +34,11 @@
 
 //=============================================================================
 
-module com { module sun { module star { module ucb { 
+module com { module sun { module star { module ucb {
 
 //=============================================================================
 /** An interaction continuation handing back some authentication data.
-	
+
 	<p> This continuation is typically used in conjunction with
 	<type>AuthenticationRequest</type>. </p>
 */
@@ -51,10 +51,10 @@
 
 	//-------------------------------------------------------------------------
 	/** Set a new 'realm' value to hand back.
-		
-		<p>This method should be called before 
+
+		<p>This method should be called before
         <member scope="com::sun::star::task">XInteractionContinuation::select</member>,
-        and should only	be called if 
+        and should only	be called if
         <member>XInteractionSupplyAuthentication::canSetRealm</member> returned
         <true/>.</p>
 	*/
@@ -68,10 +68,10 @@
 	//-------------------------------------------------------------------------
 	/** Set a new 'user name' value to hand back.
 
-		<p>This method should be called before 
+		<p>This method should be called before
         <member scope="com::sun::star::task">XInteractionContinuation::select</member>,
-        and should only	be called if 
-        <member>XInteractionSupplyAuthentication::canSetUserName</member> 
+        and should only	be called if
+        <member>XInteractionSupplyAuthentication::canSetUserName</member>
         returned <true/>.</p>
 	*/
 	void setUserName( [in] string UserName );
@@ -83,11 +83,11 @@
 
 	//-------------------------------------------------------------------------
 	/** Set a new 'password' value to hand back.
-		
-		<p>This method should be called before 
+
+		<p>This method should be called before
         <member scope="com::sun::star::task">XInteractionContinuation::select</member>,
-        and should only	be called if 
-        <member>XInteractionSupplyAuthentication::canSetPassword</member> 
+        and should only	be called if
+        <member>XInteractionSupplyAuthentication::canSetPassword</member>
         returned <true/>.</p>
 	*/
 	void setPassword( [in] string Password );
@@ -108,13 +108,13 @@
 	//-------------------------------------------------------------------------
 	/** Set a new mode of how long to remember the password.
 
-		<p>This method should be called before 
+		<p>This method should be called before
         <member scope="com::sun::star::task">XInteractionContinuation::select</member>,
-        and should only	be called if 
-        <member>XInteractionSupplyAuthentication::setPassword</member> 
+        and should only	be called if
+        <member>XInteractionSupplyAuthentication::setPassword</member>
         is also called.</p>
-		
-		@param Remember  
+
+		@param Remember
         The mode to hand back, should be contained in the sequence returned by
         <member>XInteractionSupplyAuthentication::getRememberPasswordModes</member>.
 	*/
@@ -127,11 +127,11 @@
 
 	//-------------------------------------------------------------------------
 	/** Set a new 'account' value to hand back.
-		
-		<p>This method should be called before 
+
+		<p>This method should be called before
         <member scope="com::sun::star::task">XInteractionContinuation::select</member>,
-        and should only	be called if 
-        <member>XInteractionSupplyAuthentication::canSetAccount</member> 
+        and should only	be called if
+        <member>XInteractionSupplyAuthentication::canSetAccount</member>
         returned <true/>.</p>
 
 	*/
@@ -151,15 +151,15 @@
 
 	//-------------------------------------------------------------------------
 	/** Set a new mode of how long to remember the account.
-		
-		<p>This method should be called before 
+
+		<p>This method should be called before
         <member scope="com::sun::star::task">XInteractionContinuation::select</member>,
-        and should only	be called if 
-        <member>XInteractionSupplyAuthentication::setAccount</member> 
+        and should only	be called if
+        <member>XInteractionSupplyAuthentication::setAccount</member>
         is also called.</p>
-		
+
 		@param Remember  The mode to hand back, should be contained in the
-		sequence returned by 
+		sequence returned by
         <member>XInteractionSupplyAuthentication::getRememberAccountModes</member>.
 	*/
 	void setRememberAccount( [in] com::sun::star::ucb::RememberAuthentication Remember );
@@ -168,6 +168,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/ucb/XInteractionSupplyAuthentication2.idl b/main/offapi/com/sun/star/ucb/XInteractionSupplyAuthentication2.idl
index f035477..f5abccc 100644
--- a/main/offapi/com/sun/star/ucb/XInteractionSupplyAuthentication2.idl
+++ b/main/offapi/com/sun/star/ucb/XInteractionSupplyAuthentication2.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/XInteractionSupplyName.idl b/main/offapi/com/sun/star/ucb/XInteractionSupplyName.idl
index 45bb86a..e4b04fb 100644
--- a/main/offapi/com/sun/star/ucb/XInteractionSupplyName.idl
+++ b/main/offapi/com/sun/star/ucb/XInteractionSupplyName.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/XParameterizedContentProvider.idl b/main/offapi/com/sun/star/ucb/XParameterizedContentProvider.idl
index 9ba57c5..2f394cd 100644
--- a/main/offapi/com/sun/star/ucb/XParameterizedContentProvider.idl
+++ b/main/offapi/com/sun/star/ucb/XParameterizedContentProvider.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -58,7 +58,7 @@
 
 		@param Arguments  Any supplementary arguments required by this
 		<type>XContentProvider</type>, represented as a single string.  If the
-		input is malformed, an 
+		input is malformed, an
         <type scope="com::sun::star::lang">IllegalArgumentException</type>
         may be raised.
 
diff --git a/main/offapi/com/sun/star/ucb/XPersistentPropertySet.idl b/main/offapi/com/sun/star/ucb/XPersistentPropertySet.idl
index 347695f..c12de0d 100644
--- a/main/offapi/com/sun/star/ucb/XPersistentPropertySet.idl
+++ b/main/offapi/com/sun/star/ucb/XPersistentPropertySet.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/XProgressHandler.idl b/main/offapi/com/sun/star/ucb/XProgressHandler.idl
index 0b0ebc7..98e4ea0 100644
--- a/main/offapi/com/sun/star/ucb/XProgressHandler.idl
+++ b/main/offapi/com/sun/star/ucb/XProgressHandler.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,7 +30,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module ucb { 
+module com { module sun { module star { module ucb {
 
 //=============================================================================
 /** Handle a tasks notification that it has made some progress.
@@ -44,13 +44,13 @@
 
 		@param Status  An object representing the new activity.  There has to
 		be an agreement between caller and callee of methods
-		<member>XProgressHandler::push</member> and 
+		<member>XProgressHandler::push</member> and
         <member>XProgressHandler::update</member> as to which Status
 		arguments are meaningful.  For example, a <atom>string</atom> argument
 		to <member>XProgressHandler::push</member> should be used to transport
-        some status text that describes the progress being made (possibly 
+        some status text that describes the progress being made (possibly
         followed by one or more <member>XProgressHandler::update</member>s with
-        <atom>string</atom> arguments, if the appropriate status text changes 
+        <atom>string</atom> arguments, if the appropriate status text changes
         as progress is being made).
 	*/
 	void push([in] any Status);
@@ -60,7 +60,7 @@
 		progress.
 
 		@param Status  An object representing the progress made.  See the
-		documentation of <member>XProgressHandler::push</member> for more 
+		documentation of <member>XProgressHandler::push</member> for more
         information.
 	*/
 	void update([in] any Status);
@@ -74,6 +74,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/ucb/XPropertyMatcher.idl b/main/offapi/com/sun/star/ucb/XPropertyMatcher.idl
index db42ea1..efe3215 100644
--- a/main/offapi/com/sun/star/ucb/XPropertyMatcher.idl
+++ b/main/offapi/com/sun/star/ucb/XPropertyMatcher.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/XPropertyMatcherFactory.idl b/main/offapi/com/sun/star/ucb/XPropertyMatcherFactory.idl
index 4d887da..f9dab07 100644
--- a/main/offapi/com/sun/star/ucb/XPropertyMatcherFactory.idl
+++ b/main/offapi/com/sun/star/ucb/XPropertyMatcherFactory.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/XPropertySetRegistry.idl b/main/offapi/com/sun/star/ucb/XPropertySetRegistry.idl
index 8859534..13b0814 100644
--- a/main/offapi/com/sun/star/ucb/XPropertySetRegistry.idl
+++ b/main/offapi/com/sun/star/ucb/XPropertySetRegistry.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/XPropertySetRegistryFactory.idl b/main/offapi/com/sun/star/ucb/XPropertySetRegistryFactory.idl
index 492dc6d..bfcba40 100644
--- a/main/offapi/com/sun/star/ucb/XPropertySetRegistryFactory.idl
+++ b/main/offapi/com/sun/star/ucb/XPropertySetRegistryFactory.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/XRecycler.idl b/main/offapi/com/sun/star/ucb/XRecycler.idl
index 5b4276a..09b345b 100644
--- a/main/offapi/com/sun/star/ucb/XRecycler.idl
+++ b/main/offapi/com/sun/star/ucb/XRecycler.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/XRemoteContentProviderAcceptor.idl b/main/offapi/com/sun/star/ucb/XRemoteContentProviderAcceptor.idl
index eb0d069..62d4969 100644
--- a/main/offapi/com/sun/star/ucb/XRemoteContentProviderAcceptor.idl
+++ b/main/offapi/com/sun/star/ucb/XRemoteContentProviderAcceptor.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -62,7 +62,7 @@
 		@param DoneListener  If not null, the implementation of this interface
 		can---through this callback---tell the calling side that the
 		implementation no longer needs the remote content provider.  (And the
-		calling side should call 
+		calling side should call
         <member>XRemoteContentProviderAcceptor::removeRemoteContentProvider</member>
 		then.)
 
diff --git a/main/offapi/com/sun/star/ucb/XRemoteContentProviderActivator.idl b/main/offapi/com/sun/star/ucb/XRemoteContentProviderActivator.idl
index 40d39b0..6a1730a 100644
--- a/main/offapi/com/sun/star/ucb/XRemoteContentProviderActivator.idl
+++ b/main/offapi/com/sun/star/ucb/XRemoteContentProviderActivator.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/XRemoteContentProviderChangeListener.idl b/main/offapi/com/sun/star/ucb/XRemoteContentProviderChangeListener.idl
index 5d72674..f106bcc 100644
--- a/main/offapi/com/sun/star/ucb/XRemoteContentProviderChangeListener.idl
+++ b/main/offapi/com/sun/star/ucb/XRemoteContentProviderChangeListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/XRemoteContentProviderChangeNotifier.idl b/main/offapi/com/sun/star/ucb/XRemoteContentProviderChangeNotifier.idl
index f79ce14..92515ea 100644
--- a/main/offapi/com/sun/star/ucb/XRemoteContentProviderChangeNotifier.idl
+++ b/main/offapi/com/sun/star/ucb/XRemoteContentProviderChangeNotifier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/XRemoteContentProviderConnectionControl.idl b/main/offapi/com/sun/star/ucb/XRemoteContentProviderConnectionControl.idl
index 75ffc2f..9497fcf 100644
--- a/main/offapi/com/sun/star/ucb/XRemoteContentProviderConnectionControl.idl
+++ b/main/offapi/com/sun/star/ucb/XRemoteContentProviderConnectionControl.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/XRemoteContentProviderDistributor.idl b/main/offapi/com/sun/star/ucb/XRemoteContentProviderDistributor.idl
index 1956f05..55747db 100644
--- a/main/offapi/com/sun/star/ucb/XRemoteContentProviderDistributor.idl
+++ b/main/offapi/com/sun/star/ucb/XRemoteContentProviderDistributor.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/XRemoteContentProviderDoneListener.idl b/main/offapi/com/sun/star/ucb/XRemoteContentProviderDoneListener.idl
index ba37af8..ed763d9 100644
--- a/main/offapi/com/sun/star/ucb/XRemoteContentProviderDoneListener.idl
+++ b/main/offapi/com/sun/star/ucb/XRemoteContentProviderDoneListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/XRemoteContentProviderSupplier.idl b/main/offapi/com/sun/star/ucb/XRemoteContentProviderSupplier.idl
index 98714ad..d29159a 100644
--- a/main/offapi/com/sun/star/ucb/XRemoteContentProviderSupplier.idl
+++ b/main/offapi/com/sun/star/ucb/XRemoteContentProviderSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/XSimpleFileAccess.idl b/main/offapi/com/sun/star/ucb/XSimpleFileAccess.idl
index 833b25f..4faf260 100644
--- a/main/offapi/com/sun/star/ucb/XSimpleFileAccess.idl
+++ b/main/offapi/com/sun/star/ucb/XSimpleFileAccess.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/XSimpleFileAccess2.idl b/main/offapi/com/sun/star/ucb/XSimpleFileAccess2.idl
index a5dafed..35789e1 100644
--- a/main/offapi/com/sun/star/ucb/XSimpleFileAccess2.idl
+++ b/main/offapi/com/sun/star/ucb/XSimpleFileAccess2.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/XSortedDynamicResultSetFactory.idl b/main/offapi/com/sun/star/ucb/XSortedDynamicResultSetFactory.idl
index 87cbe5a..32cf3a0 100644
--- a/main/offapi/com/sun/star/ucb/XSortedDynamicResultSetFactory.idl
+++ b/main/offapi/com/sun/star/ucb/XSortedDynamicResultSetFactory.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ucb/XSourceInitialization.idl b/main/offapi/com/sun/star/ucb/XSourceInitialization.idl
index a3255f3..ae7c05e 100644
--- a/main/offapi/com/sun/star/ucb/XSourceInitialization.idl
+++ b/main/offapi/com/sun/star/ucb/XSourceInitialization.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ui/ActionTrigger.idl b/main/offapi/com/sun/star/ui/ActionTrigger.idl
index 6cedbba..184b71c 100644
--- a/main/offapi/com/sun/star/ui/ActionTrigger.idl
+++ b/main/offapi/com/sun/star/ui/ActionTrigger.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ui/ActionTriggerContainer.idl b/main/offapi/com/sun/star/ui/ActionTriggerContainer.idl
index 94d7b49..9a95d7f 100644
--- a/main/offapi/com/sun/star/ui/ActionTriggerContainer.idl
+++ b/main/offapi/com/sun/star/ui/ActionTriggerContainer.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ui/ActionTriggerSeparator.idl b/main/offapi/com/sun/star/ui/ActionTriggerSeparator.idl
index 3e0e5bd..42f9599 100644
--- a/main/offapi/com/sun/star/ui/ActionTriggerSeparator.idl
+++ b/main/offapi/com/sun/star/ui/ActionTriggerSeparator.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ui/ActionTriggerSeparatorType.idl b/main/offapi/com/sun/star/ui/ActionTriggerSeparatorType.idl
index 640273b..d75e94b 100644
--- a/main/offapi/com/sun/star/ui/ActionTriggerSeparatorType.idl
+++ b/main/offapi/com/sun/star/ui/ActionTriggerSeparatorType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ui/ConfigurableUIElement.idl b/main/offapi/com/sun/star/ui/ConfigurableUIElement.idl
index 5615c7e..2e72ddc 100644
--- a/main/offapi/com/sun/star/ui/ConfigurableUIElement.idl
+++ b/main/offapi/com/sun/star/ui/ConfigurableUIElement.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -32,7 +32,7 @@
 #include <com/sun/star/ui/XUIElementSettings.idl>
 #endif
 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
+#ifndef __com_sun_star_beans_XPropertySet_idl__
 #include <com/sun/star/beans/XPropertySet.idl>
 #endif
 
@@ -52,11 +52,11 @@
 #include <com/sun/star/lang/XInitialization.idl>
 #endif
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module ui {
 
-//============================================================================= 
+//=============================================================================
 
 /** specifies a configurable user interface element that supports persistence.
 
@@ -69,27 +69,27 @@
         <li>statusbar</li>
     </ul>
     </p>
-    
+
     @since OpenOffice 2.0
 */
 
 service ConfigurableUIElement
 {
-    /** provides properties and functions to initialize and identify a user 
+    /** provides properties and functions to initialize and identify a user
         interface element.
-    
+
         <p>
-        A configurable user interface element must be initialized using 
+        A configurable user interface element must be initialized using
         <member scope=com::sun::star::lang>XInitialization::initialize</member> before
         it can be used. The following properties must be provided:
         <ul>
             <li><b>ResourceURL</b><br>specifies the user interface name.</li>
             <li><b>Frame</b><br>specifies to which frame instance the user interface belongs to.</li>
-            <li><b>ConfigurationSource</b><br>specifies to which configuration manager a user interface 
+            <li><b>ConfigurationSource</b><br>specifies to which configuration manager a user interface
             element instance is bound to.</li>
         </ul>
         </p>
-        
+
         A user interface element factory creates and initializes every user interface element
         correctly.
 
@@ -97,22 +97,22 @@
     */
     service UIElement;
 
-    /** provides functions to retrieve and change the user interface element structure data and to 
+    /** provides functions to retrieve and change the user interface element structure data and to
         update its visible representation.
     */
     interface com::sun::star::ui::XUIElementSettings;
 
-    /** specifies if the user interface element stores changes of its structure to its creator 
+    /** specifies if the user interface element stores changes of its structure to its creator
         source defined by the property <member>ConfigurationSource</member>. */
     [property] boolean Persistent;
 
     /** specifies the configuration source of this user interface element.
-    
+
         <p>
-        If the property <member>Persistent</member> is <TRUE/> changes on the structure of 
+        If the property <member>Persistent</member> is <TRUE/> changes on the structure of
         the user interface element are written back to configuration source. When this property is
         changed, afterwards <member>XUIElementSettings::updateSettings</member>  must be called so
-        the user interface element tries to retrieve its settings from the new user interface 
+        the user interface element tries to retrieve its settings from the new user interface
         configuration manager.
         </p>
     */
diff --git a/main/offapi/com/sun/star/ui/ConfigurationEvent.idl b/main/offapi/com/sun/star/ui/ConfigurationEvent.idl
index b26bae5..4204aca 100644
--- a/main/offapi/com/sun/star/ui/ConfigurationEvent.idl
+++ b/main/offapi/com/sun/star/ui/ConfigurationEvent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,15 +24,15 @@
 #ifndef __com_sun_star_ui_ConfigurationEvent_idl__
 #define __com_sun_star_ui_ConfigurationEvent_idl__
 
-#ifndef __com_sun_star_container_ContainerEvent_idl__ 
+#ifndef __com_sun_star_container_ContainerEvent_idl__
 #include <com/sun/star/container/ContainerEvent.idl>
 #endif
 
-module com { module sun { module star { module ui { 
+module com { module sun { module star { module ui {
 
 /** this event is broadcasted by a configuration manager whenever the state of
     user interface element has changed.
-    
+
     @since OpenOffice 2.0
 */
 
diff --git a/main/offapi/com/sun/star/ui/ContextChangeEventMultiplexer.idl b/main/offapi/com/sun/star/ui/ContextChangeEventMultiplexer.idl
index a18bc1c..e695184c 100644
--- a/main/offapi/com/sun/star/ui/ContextChangeEventMultiplexer.idl
+++ b/main/offapi/com/sun/star/ui/ContextChangeEventMultiplexer.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ui/ContextChangeEventObject.idl b/main/offapi/com/sun/star/ui/ContextChangeEventObject.idl
index 01316a4..7ab6bdd 100644
--- a/main/offapi/com/sun/star/ui/ContextChangeEventObject.idl
+++ b/main/offapi/com/sun/star/ui/ContextChangeEventObject.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -40,7 +40,7 @@
     /** Return the name of the application.
     */
     string ApplicationName;
-    
+
     /** Return the application specific context name.
     */
     string ContextName;
diff --git a/main/offapi/com/sun/star/ui/ContextMenuExecuteEvent.idl b/main/offapi/com/sun/star/ui/ContextMenuExecuteEvent.idl
index 3bf41e6..df68338 100644
--- a/main/offapi/com/sun/star/ui/ContextMenuExecuteEvent.idl
+++ b/main/offapi/com/sun/star/ui/ContextMenuExecuteEvent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ui/ContextMenuInterceptorAction.idl b/main/offapi/com/sun/star/ui/ContextMenuInterceptorAction.idl
index 3231861..e33c3f7 100644
--- a/main/offapi/com/sun/star/ui/ContextMenuInterceptorAction.idl
+++ b/main/offapi/com/sun/star/ui/ContextMenuInterceptorAction.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ui/DockingArea.idl b/main/offapi/com/sun/star/ui/DockingArea.idl
index 3b13e36..b280460 100644
--- a/main/offapi/com/sun/star/ui/DockingArea.idl
+++ b/main/offapi/com/sun/star/ui/DockingArea.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ui/GlobalAcceleratorConfiguration.idl b/main/offapi/com/sun/star/ui/GlobalAcceleratorConfiguration.idl
index e6e7e32..011f800 100644
--- a/main/offapi/com/sun/star/ui/GlobalAcceleratorConfiguration.idl
+++ b/main/offapi/com/sun/star/ui/GlobalAcceleratorConfiguration.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -35,10 +35,10 @@
     <p> The GlobalAcceleratorConfiguration service can be created
     by using an UNO service manager. It provides then access to
     the global accelerator configuration.</p>
-    
+
     @since OpenOffice 2.0
 */
-service GlobalAcceleratorConfiguration : XAcceleratorConfiguration 
+service GlobalAcceleratorConfiguration : XAcceleratorConfiguration
 {};
 
 }; }; }; }; // com.sun.star
diff --git a/main/offapi/com/sun/star/ui/ImageType.idl b/main/offapi/com/sun/star/ui/ImageType.idl
index 01e8043..e0518ba 100644
--- a/main/offapi/com/sun/star/ui/ImageType.idl
+++ b/main/offapi/com/sun/star/ui/ImageType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -31,7 +31,7 @@
     The constants describe bits in a bit field which determine
     the current image set of an image manager.
     </p>
-    
+
     @since OpenOffice 2.0
  */
 constants ImageType
diff --git a/main/offapi/com/sun/star/ui/ItemDescriptor.idl b/main/offapi/com/sun/star/ui/ItemDescriptor.idl
index 5f4d265..a0bfe25 100644
--- a/main/offapi/com/sun/star/ui/ItemDescriptor.idl
+++ b/main/offapi/com/sun/star/ui/ItemDescriptor.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -44,7 +44,7 @@
        No assumption is made about any graphical representation:
        You could have a menu or a toolbox working with the same item descriptor.
     </p>
-    
+
     @since OpenOffice 2.0
 */
 service ItemDescriptor
@@ -53,41 +53,41 @@
         <type>ItemType</type>.</p>
     */
     [property] short Type;
-    
-    /** the text of the user interface item. 
+
+    /** the text of the user interface item.
     */
     [property] string Label;
-    
+
     /** contains the command URL which specifies which action should be accomplished.
      */
     [property] string CommandURL;
-    
+
     /** contains the a URL that points to a help text.
      */
     [property] string HelpURL;
-    
+
     /** different styles which influence the appearance of the item and its behavior.
-        <p>This property is only valid if the item describes a toolbar or statusbar 
+        <p>This property is only valid if the item describes a toolbar or statusbar
         item. See <type>ItemStyle</type> for more information about possible styles.</p>
     */
     [optional, property] short Style;
-    
-    /** specifies the pixel distance by which the text of the item is shifted on the x-axis. 
+
+    /** specifies the pixel distance by which the text of the item is shifted on the x-axis.
         <p>This property is only valid if the item describes a statusbar item.</p>
     */
     [optional, property] short Offset;
-    
+
     /** specifies an optional sub container.
         <p>This property is valid for menus only. It can be used to define sub menus.</p>
     */
     [optional, property] com::sun::star::container::XIndexAccess ItemDescriptorContainer;
-    
-    /** specifies if this item is visible or not. 
+
+    /** specifies if this item is visible or not.
         <p>This property is only valid if the item describes a toolbar or statusbar item.</p>
     */
     [optional, property] boolean IsVisible;
 
-    /** specifies a pixel width for this item inside the user interface element. 
+    /** specifies a pixel width for this item inside the user interface element.
         <p>This property is only valid if the item describes a toolbar or statusbar item.</p>
     */
     [optional, property] short Width;
diff --git a/main/offapi/com/sun/star/ui/ItemStyle.idl b/main/offapi/com/sun/star/ui/ItemStyle.idl
index d1ad303..ad6bd9e 100644
--- a/main/offapi/com/sun/star/ui/ItemStyle.idl
+++ b/main/offapi/com/sun/star/ui/ItemStyle.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -29,9 +29,9 @@
 module com {  module sun {  module star {  module ui {
 
 /**
-    specifies styles which influence the appearance and the behavior of an 
+    specifies styles which influence the appearance and the behavior of an
     user interface item.
-    
+
     <p>
     These styles are only valid if the item describes a toolbar or statusbar item.
     The style values can be combined with the OR operator. Styles which are not valid
@@ -63,14 +63,14 @@
         Draw item with a left aligned output.</p>
     */
     const short ALIGN_LEFT   = 1;
-    
+
     /** specifies how the output of the item is aligned in the bounding box of
         the user interface element.
         <p>This style is only valid for an item which describes a statusbar item.
         Draw item with a centered aligned output.</p>
     */
     const short ALIGN_CENTER = 2;
-    
+
     /** specifies how the output of the item is aligned in the bounding box of
         the user interface element.
         <p>This style is only valid for an item which describes a statusbar item.
@@ -79,19 +79,19 @@
     const short ALIGN_RIGHT  = 3;
 
     //-------------------------------------------------------------------------
-    /** specifies how the implementation should draw the item. 
+    /** specifies how the implementation should draw the item.
         <p>This style is only valid for an item which describes a statusbar item.
         Draw item with an embossed 3D effect.</p>
     */
     const short DRAW_OUT3D   = 4;
-    
-    /** specifies how the implementation should draw the item. 
+
+    /** specifies how the implementation should draw the item.
         <p>This style is only valid for an item which describes a statusbar item.
         Draw item with an impressed 3D effect.</p>
     */
     const short DRAW_IN3D    = 8;
-    
-    /** specifies how the implementation should draw the item. 
+
+    /** specifies how the implementation should draw the item.
         <p>This style is only valid for an item which describes a statusbar item.
         Draw item without an 3D effect.</p>
     */
@@ -102,36 +102,36 @@
         <p>This style is only valid if the item describes a statusbar item.</p>
     */
     const short OWNER_DRAW    = 16;
-    
+
     //-------------------------------------------------------------------------
     /** specifies whether or not the size of the item is set automatically by
         the parent user interface element.
         <p>This style is only valid if the item describes a toolbar or statusbar item.</p>
     */
     const short AUTO_SIZE     = 32;
-    
+
     //-------------------------------------------------------------------------
     /**  determines whether the item unchecks neighbor entries which have also this style set.
          <p>This style is only valid if the item describes a toolbar item.</p>
     */
     const short RADIO_CHECK   = 64;
-    
+
     //-------------------------------------------------------------------------
     /** specifies if an icon is placed on left side of the text, like an entry in a taskbar.
         <p>This style is only valid if the item describes a toolbar item and visible if
         style of the toolbar is set to symboltext.</p>
-        <p> This style can also be used for custom toolbars and menus, in a custom toolbar an item's Style setting can used to override the toolbar container setting, the style can be bitwise OR-ed with <member scope="::com::sun::star::ui::ItemStyle">TEXT</member> to define text, text+icon or icon only is to be displayed. Similarly for menu items, an items Style can override the application setting to display either text or icon ( note: for menu an icon only setting interpreted as icon+text ) </p> 
+        <p> This style can also be used for custom toolbars and menus, in a custom toolbar an item's Style setting can used to override the toolbar container setting, the style can be bitwise OR-ed with <member scope="::com::sun::star::ui::ItemStyle">TEXT</member> to define text, text+icon or icon only is to be displayed. Similarly for menu items, an items Style can override the application setting to display either text or icon ( note: for menu an icon only setting interpreted as icon+text ) </p>
     */
     const short ICON          = 128;
-    
+
     //-------------------------------------------------------------------------
     /** specifies that the item supports a dropdown menu or toolbar for additional functions.
         <p>This style is only valid if the item describes a toolbar item.</p>
     */
     const short DROP_DOWN     = 256;
-    
+
     //-------------------------------------------------------------------------
-    /** indicates that the item continues to execute the command while you click and hold 
+    /** indicates that the item continues to execute the command while you click and hold
         the mouse button.
         <p>This style is only valid if the item describes a toolbar item.</p>
     */
@@ -143,8 +143,8 @@
         <p>This style is only valid if the item describes a toolbar item.</p>
     */
     const short DROPDOWN_ONLY = 1024;
-    /** indicates if icon, text or text+icon is displayed for the item. 
-        <p> This style can be used for custom toolbars and menus, in a custom toolbar an item's Style setting can used to override the toolbar container setting, the style can be bitwise OR-ed with <member scope="com::sun::star::ui::ItemStyle">ICON</member> to define text, text+icon or icon only is to be displayed. Similarly for menu items, an items Style can override the application setting to display either text or icon ( note: for menu an icon only setting interpreted as icon+text ) </p> 
+    /** indicates if icon, text or text+icon is displayed for the item.
+        <p> This style can be used for custom toolbars and menus, in a custom toolbar an item's Style setting can used to override the toolbar container setting, the style can be bitwise OR-ed with <member scope="com::sun::star::ui::ItemStyle">ICON</member> to define text, text+icon or icon only is to be displayed. Similarly for menu items, an items Style can override the application setting to display either text or icon ( note: for menu an icon only setting interpreted as icon+text ) </p>
     */
     const short TEXT = 2048;
 };
diff --git a/main/offapi/com/sun/star/ui/ItemType.idl b/main/offapi/com/sun/star/ui/ItemType.idl
index 5d6a1e0..5b1ad8c 100644
--- a/main/offapi/com/sun/star/ui/ItemType.idl
+++ b/main/offapi/com/sun/star/ui/ItemType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -26,7 +26,7 @@
 module com {  module sun {  module star {  module ui {
 
 /** Determines the type of an item.
-    
+
     @since OpenOffice 2.0
  */
 constants ItemType
@@ -34,7 +34,7 @@
 	//-------------------------------------------------------------------------
     /** a normal item
 	 */
-    const short DEFAULT = 0;    
+    const short DEFAULT = 0;
 	//-------------------------------------------------------------------------
     /** a separarator is inserted as a line.
 	 */
diff --git a/main/offapi/com/sun/star/ui/LayoutSize.idl b/main/offapi/com/sun/star/ui/LayoutSize.idl
index 387f0d8..065a7d0 100644
--- a/main/offapi/com/sun/star/ui/LayoutSize.idl
+++ b/main/offapi/com/sun/star/ui/LayoutSize.idl
@@ -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,22 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 #ifndef __com_sun_star_ui_LayoutSize_idl__
 #define __com_sun_star_ui_LayoutSize_idl__
 
-module com { module sun { module star { module ui { 
+module com { module sun { module star { module ui {
 
 /** Size used for layouting windows.
     It specifies a range of valid values and a preferred value.
diff --git a/main/offapi/com/sun/star/ui/ModuleUICategoryDescription.idl b/main/offapi/com/sun/star/ui/ModuleUICategoryDescription.idl
index 60008d8..e90dbc3 100644
--- a/main/offapi/com/sun/star/ui/ModuleUICategoryDescription.idl
+++ b/main/offapi/com/sun/star/ui/ModuleUICategoryDescription.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -28,41 +28,41 @@
 #include <com/sun/star/container/XNameAccess.idl>
 #endif
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module ui {
 
-//============================================================================= 
+//=============================================================================
 
 /** a service which provides information about the user interface command
     categories of a single module.
 
     <p>
-    Every OpenOffice.org module has an amount of commands that can be used by 
-    user interface elements. This service provides access to the user interface 
-    commands that are part of a single OpenOffice.org module, like Writer 
+    Every OpenOffice.org module has an amount of commands that can be used by
+    user interface elements. This service provides access to the user interface
+    commands that are part of a single OpenOffice.org module, like Writer
     or Calc.
     </p>
-    
+
     @since OpenOffice 2.0
 */
 
 service ModuleUICategoryDescription
 {
-    /** provides access to user interface command categories of an installed 
+    /** provides access to user interface command categories of an installed
         module.
-        
+
         <p>
         An implementation must provide a language dependent string which
         can be used by a UI to display the category name.
         The key to a user interface command category depends on the specific
-        implementation. OpenOffice.org uses a pre-defined number of 
+        implementation. OpenOffice.org uses a pre-defined number of
         identifiers defined in <type scope="::com::sun:star::frame">
         CommandGroup</type>.
         </p>
-        
+
         @see ::com::sun::star::frame::ModuleManager
-        @see ::com::sun::star::frame::CommandGroup        
+        @see ::com::sun::star::frame::CommandGroup
     */
 
     interface com::sun::star::container::XNameAccess;
diff --git a/main/offapi/com/sun/star/ui/ModuleUICommandDescription.idl b/main/offapi/com/sun/star/ui/ModuleUICommandDescription.idl
index a271d12..15dffdc 100644
--- a/main/offapi/com/sun/star/ui/ModuleUICommandDescription.idl
+++ b/main/offapi/com/sun/star/ui/ModuleUICommandDescription.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -28,47 +28,47 @@
 #include <com/sun/star/container/XNameAccess.idl>
 #endif
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module ui {
 
-//============================================================================= 
+//=============================================================================
 
-/** a service which provides information about the user interface commands of 
+/** a service which provides information about the user interface commands of
     a single module.
 
     <p>
-    Every OpenOffice.org module has an amount of commands that can be used by 
-    user interface elements. This service provides access to the user interface commands 
+    Every OpenOffice.org module has an amount of commands that can be used by
+    user interface elements. This service provides access to the user interface commands
     that are part of a single OpenOffice.org module, like Writer or Calc.
     </p>
-    
+
     @since OpenOffice 2.0
 */
 
 service ModuleUICommandDescription
 {
     /** provides access to user interface commands of an installed module.
-        
+
         <p>
         An implementation must provide a <type scope="com::sun::star::uno">Sequence</type> which
         has <type scope="com::sun::star::beans">PropertyValue</type> as entries. The following
         entries a defined:
         <ul>
-            <li><b>Label</b><br>a string which specifies the short name of the user interface command with 
+            <li><b>Label</b><br>a string which specifies the short name of the user interface command with
             mnemonic and optional subsequent ... if the command needs additional user input. This string
             can directly be used to set the text of a menu item.</li>
-            <li><b>Name</b><br>a string which specifies the short name of the user interface command without 
+            <li><b>Name</b><br>a string which specifies the short name of the user interface command without
             any additional information. It can be used for the bubble help.</li>
             <li><b>Popup</b><br>a boolean which specifies if the user interface command is a unique
             identifer for a popup menu. A popup menu has a label, but is not bound to a command.</li>
         </ul>
         The key to a user interface command description is the user interface command itself which has
         the following syntax ".uno:$Command". For example ".uno:Open" shows the file open dialog.
-        A complete list of user interface commands can be found inside the latest OpenOffice Developers Guide 
+        A complete list of user interface commands can be found inside the latest OpenOffice Developers Guide
         or online at http://framework.openoffice.org.
         </p>
-        
+
         @see com::sun::star::frame::ModuleManager
     */
 
diff --git a/main/offapi/com/sun/star/ui/ModuleUIConfigurationManager.idl b/main/offapi/com/sun/star/ui/ModuleUIConfigurationManager.idl
index 8e261df..903765d 100644
--- a/main/offapi/com/sun/star/ui/ModuleUIConfigurationManager.idl
+++ b/main/offapi/com/sun/star/ui/ModuleUIConfigurationManager.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -43,36 +43,36 @@
 #include <com/sun/star/ui/XUIConfiguration.idl>
 #endif
 
-module com { module sun { module star { module ui { 
+module com { module sun { module star { module ui {
 
-/** specifies a user interface configuration manager which gives access to user interface 
+/** specifies a user interface configuration manager which gives access to user interface
     configuration data of a module.
-    
+
     <p>
     A module user interface configuratio manager supports two layers of configuration settings
-    data:<br/>   
-    1. Layer: A module default user interface configuration which describe all user interface 
+    data:<br/>
+    1. Layer: A module default user interface configuration which describe all user interface
     elements settings that are used by OpenOffice. It is not possible to insert, remove or change
     elements settings in this layer through the interfaces.</br>
-    2. Layer: A module user interface configuration which only contains customized user interface 
+    2. Layer: A module user interface configuration which only contains customized user interface
     elements and user-defined ones. All changes on user interface element settings are done on
     this layer.</br>
     </p>
-    
+
     @since OpenOffice 2.0
 */
 
 service ModuleUIConfigurationManager
-{    
+{
     /** provides a function to initialize a module user interface configuration manager instance.
 
         <p>
-        A module user interface configuration manager instance needs the following arguments as 
+        A module user interface configuration manager instance needs the following arguments as
         <type scope="com::sun::star::beans">PropertyValue</type> to be in a working state:
         <ul>
-            <li><b>DefaultConfigStorage</b>a reference to a <type scope="com::sun::star::embed">Storage</type> that 
+            <li><b>DefaultConfigStorage</b>a reference to a <type scope="com::sun::star::embed">Storage</type> that
             contains the default module user interface configuration settings.</li>
-            <li><b>UserConfigStorage</b>a reference to a <type scope="com::sun::star::embed">Storage</type> that 
+            <li><b>UserConfigStorage</b>a reference to a <type scope="com::sun::star::embed">Storage</type> that
             contains the user-defined module user interface configuration settings.</li>
             <li><b>ModuleIdentifier</b>string that provides the module identifier.</li>
             <li><b>UserRootCommit</b>a reference to a <type scope="com::sun::star::embed">XTransactedObject</type> which
diff --git a/main/offapi/com/sun/star/ui/ModuleUIConfigurationManagerSupplier.idl b/main/offapi/com/sun/star/ui/ModuleUIConfigurationManagerSupplier.idl
index 5440959..9301334 100644
--- a/main/offapi/com/sun/star/ui/ModuleUIConfigurationManagerSupplier.idl
+++ b/main/offapi/com/sun/star/ui/ModuleUIConfigurationManagerSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ui/ModuleWindowStateConfiguration.idl b/main/offapi/com/sun/star/ui/ModuleWindowStateConfiguration.idl
index d964030..c9d8996 100644
--- a/main/offapi/com/sun/star/ui/ModuleWindowStateConfiguration.idl
+++ b/main/offapi/com/sun/star/ui/ModuleWindowStateConfiguration.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -28,43 +28,43 @@
 #include <com/sun/star/container/XNameContainer.idl>
 #endif
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module ui {
 
-//============================================================================= 
+//=============================================================================
 
-/** a service which provides window based information about user interface 
+/** a service which provides window based information about user interface
     elements of a single application module.
 
     <p>
-    Every OpenOffice.org module has an amout of user interface elements that can 
-    be positioned, resized, closed and their style can be changed. This service 
-    provides access to the window based information of available user interface 
-    elements which are part of a single OpenOffice.org module, like Writer or 
+    Every OpenOffice.org module has an amout of user interface elements that can
+    be positioned, resized, closed and their style can be changed. This service
+    provides access to the window based information of available user interface
+    elements which are part of a single OpenOffice.org module, like Writer or
     Calc.
     </p>
-    
+
     @since OpenOffice 2.0
 */
 
 service ModuleWindowStateConfiguration
 {
-    /** provides read/write access to window based information of user interface 
+    /** provides read/write access to window based information of user interface
         elements which are part of single installed module.
-        
+
         <p>
         An implementation must provide a <type scope="com::sun::star::uno">Sequence</type> which
         has <type scope="com::sun::star::beans">PropertyValue</type> as entries. The following
         entries a defined:
         <ul>
             <li><b>Docked</b><br>a boolean which specifies if the window is docked or not.</li>
-            <li><b>DockingArea</b><br>a <type scope="com::sun::star::ui">DockingArea</type> 
+            <li><b>DockingArea</b><br>a <type scope="com::sun::star::ui">DockingArea</type>
             which specifies the docking area where the window is docked.</li>
             <li><b>DockPos</b><br>a <type scope="com::sun::star::awt">Point</type> which specifies the
             docked position of a window. The X and Y values are interpreted as a row/column number and
             a pixel position for top/bottom docked windows. For left/right docked windows this is</li>
-            <li><b>DockSize</b><br>a <type scope="com::sun::star::awt">Size</type> which specifies 
+            <li><b>DockSize</b><br>a <type scope="com::sun::star::awt">Size</type> which specifies
             the docked size of the window. This property is currently not used by the layout manager
             implementation. For future use.</li>
             <li><b>Locked</b><br>a boolean which specifies if the window is locked or not. This property
@@ -78,11 +78,11 @@
             <li><b>UIName</br><br>a localized string which specifies the default window title.</li>
         </ul>
         The key to a user interface element is the resource URL which has
-        the following syntax "private:resource/$type/$name". For example "private:resource/toolbar/standardbar" 
+        the following syntax "private:resource/$type/$name". For example "private:resource/toolbar/standardbar"
         addresses the standard bar of a module.
         A complete list of all user interface elements is available in the Developers Guide.
         </p>
-        
+
         @see com::sun::star::frame::ModuleManager
     */
 
diff --git a/main/offapi/com/sun/star/ui/UICategoryDescription.idl b/main/offapi/com/sun/star/ui/UICategoryDescription.idl
index cfcf328..8a76559 100644
--- a/main/offapi/com/sun/star/ui/UICategoryDescription.idl
+++ b/main/offapi/com/sun/star/ui/UICategoryDescription.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -31,37 +31,37 @@
 
 //=============================================================================
 
-/** a service which provides information about user interface command 
+/** a service which provides information about user interface command
     categories.
 
     <p>
-    OpenOffice.org has an amount of commands that can be used by user 
-    interface elements. Every command is member of a single category. 
-    Categories makes it easier to handle to huge amount of commands 
-    provided by OpenOffice.org. This service is normally used by UI 
+    OpenOffice.org has an amount of commands that can be used by user
+    interface elements. Every command is member of a single category.
+    Categories makes it easier to handle to huge amount of commands
+    provided by OpenOffice.org. This service is normally used by UI
     implementations which provides all commands to a user.
     </p>
-    
+
     @since OpenOffice 2.0
 */
 
-//============================================================================= 
+//=============================================================================
 
 service UICategoryDescription
 {
-    /** provides access to user interface command categories of the installed 
+    /** provides access to user interface command categories of the installed
         modules.
 
         <p>
-        To access the user interface command categories of a module, a unique 
-        module specifier must be provided to 
-        <member scope="com::sun::star::container">XNameAccess::getByName()</member> 
-        function. The module specifier can be retrieved from the 
+        To access the user interface command categories of a module, a unique
+        module specifier must be provided to
+        <member scope="com::sun::star::container">XNameAccess::getByName()</member>
+        function. The module specifier can be retrieved from the
         <type scope="com::sun::star::frame">ModuleManager</type>
-        service. The interface provides references to 
+        service. The interface provides references to
         <type scope="com::sun:star::ui">ModuleUICommandDescription</type>.
         </p>
-        
+
         @see com::sun::star::frame::ModuleManager
     */
 
diff --git a/main/offapi/com/sun/star/ui/UICommandDescription.idl b/main/offapi/com/sun/star/ui/UICommandDescription.idl
index fe2b407..aa5b62e 100644
--- a/main/offapi/com/sun/star/ui/UICommandDescription.idl
+++ b/main/offapi/com/sun/star/ui/UICommandDescription.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -28,11 +28,11 @@
 #include <com/sun/star/container/XNameAccess.idl>
 #endif
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module ui {
 
-//============================================================================= 
+//=============================================================================
 
 /** a service which provides information about user interface commands of modules.
 
@@ -41,7 +41,7 @@
     elements. This service provides access to the user interface commands that
     are part of OpenOffice.org modules, like Writer or Calc.
     </p>
-    
+
     @since OpenOffice 2.0
 */
 
@@ -50,12 +50,12 @@
     /** provides access to user interface commands of the installed modules.
 
         <p>
-        To access the user interface command description of a module, a unique module specifier 
+        To access the user interface command description of a module, a unique module specifier
         must be provided to <member scope="com::sun::star::container">XNameAccess::getByName()</member> function.
         The module specifier can be retrieved from the <type scope="com::sun::star::frame">ModuleManager</type>
         service. The interface provides references to <type scope="com::sun:star::ui">ModuleUICommandDescription</type>.
         </p>
-        
+
         @see com::sun::star::frame::ModuleManager
     */
 
diff --git a/main/offapi/com/sun/star/ui/UIConfigurationManager.idl b/main/offapi/com/sun/star/ui/UIConfigurationManager.idl
index 2e0d360..cd326ee 100644
--- a/main/offapi/com/sun/star/ui/UIConfigurationManager.idl
+++ b/main/offapi/com/sun/star/ui/UIConfigurationManager.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -43,11 +43,11 @@
 #include <com/sun/star/ui/XUIConfigurationStorage.idl>
 #endif
 
-module com { module sun { module star { module ui { 
+module com { module sun { module star { module ui {
 
 /** specifies a user interface configuration manager which controls
     all customizeable user interface elements of an object.
-    
+
     @since OpenOffice 2.0
 */
 
@@ -73,10 +73,10 @@
     */
     interface com::sun::star::ui::XUIConfiguration;
 
-    /** allows controlling or observing the lifetime of a user interface configuration manager 
+    /** allows controlling or observing the lifetime of a user interface configuration manager
         instance.
 
-    <p>The owner of the object may dispose of this object using 
+    <p>The owner of the object may dispose of this object using
     <member scope="com::sun::star::lang">XComponent::dispose()</member>.
     </p>
     */
diff --git a/main/offapi/com/sun/star/ui/UIElement.idl b/main/offapi/com/sun/star/ui/UIElement.idl
index 038a2df..5bcb3a7 100644
--- a/main/offapi/com/sun/star/ui/UIElement.idl
+++ b/main/offapi/com/sun/star/ui/UIElement.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -28,7 +28,7 @@
 #include <com/sun/star/ui/XUIElement.idl>
 #endif
 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
+#ifndef __com_sun_star_beans_XPropertySet_idl__
 #include <com/sun/star/beans/XPropertySet.idl>
 #endif
 
@@ -44,38 +44,38 @@
 #include <com/sun/star/util/XUpdatable.idl>
 #endif
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module ui {
 
-//============================================================================= 
+//=============================================================================
 
 /** specifies a user interface element.
 
     <p>
     A user interface element consists of a unique identifier and a type specifier. It
-    provides an interface to retrieve a special purpose interface which depends on 
+    provides an interface to retrieve a special purpose interface which depends on
     the specific user interface element type. Every user interface must be initialized
     before it can be used.
     </p>
-    
+
     @since OpenOffice 2.0
 */
 
 service UIElement
 {
-    /** provides a function to retrieve a special purpose interface which depends on 
+    /** provides a function to retrieve a special purpose interface which depends on
         the specific user interface element type.
     */
     interface ::com::sun::star::ui::XUIElement;
 
-    /** interface to initialize a user interface element instance. 
-    
-        A user interface element must be initialized using 
+    /** interface to initialize a user interface element instance.
+
+        A user interface element must be initialized using
         <member scope=com::sun::star::lang>XInitialization::initialize</member> before
         it can be used. The following property must be provided:
         <ul>
-            <li><b>ResourceURL</b>specifies a string property which is the unique identifier of 
+            <li><b>ResourceURL</b>specifies a string property which is the unique identifier of
             the user interface element.</li>
         </ul>
 
@@ -95,7 +95,7 @@
         </p>
     */
     [optional] interface com::sun::star::util::XUpdatable;
-    
+
     /** controls the life-time of the object.
     */
     interface ::com::sun::star::lang::XComponent;
@@ -103,6 +103,6 @@
 
 }; }; }; };
 
-//============================================================================= 
+//=============================================================================
 
 #endif
diff --git a/main/offapi/com/sun/star/ui/UIElementFactory.idl b/main/offapi/com/sun/star/ui/UIElementFactory.idl
index b1a2c26..a6a1654 100644
--- a/main/offapi/com/sun/star/ui/UIElementFactory.idl
+++ b/main/offapi/com/sun/star/ui/UIElementFactory.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ui/UIElementFactoryManager.idl b/main/offapi/com/sun/star/ui/UIElementFactoryManager.idl
index 8057974..f7c6dcb 100644
--- a/main/offapi/com/sun/star/ui/UIElementFactoryManager.idl
+++ b/main/offapi/com/sun/star/ui/UIElementFactoryManager.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -32,31 +32,31 @@
 #include <com/sun/star/ui/XUIElementFactoryRegistration.idl>
 #endif
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module ui {
 
-//============================================================================= 
+//=============================================================================
 
-/** specifies a user interface factory manager that controls all registered user 
+/** specifies a user interface factory manager that controls all registered user
     interface element factories.
-    
+
     <p>An implementation is usually obtained from a
     <type scope="com::sun::star::lang">ServiceManager</type>.
     </p>
-    
+
     @since OpenOffice 2.0
 */
 
 service UIElementFactoryManager
 {
     /** provides a function to create new instances of user interface elements.
-    
+
         <p>
-        A user interface element factory manager is also a user interface element factory. It 
+        A user interface element factory manager is also a user interface element factory. It
         retrieves the responsible user interface element factory from the provided arguments and passes
         the arguments to it.
-        
+
         @see XUIElementFactory
         </p>
      */
diff --git a/main/offapi/com/sun/star/ui/UIElementSettings.idl b/main/offapi/com/sun/star/ui/UIElementSettings.idl
index 097de5e..8727fe5 100644
--- a/main/offapi/com/sun/star/ui/UIElementSettings.idl
+++ b/main/offapi/com/sun/star/ui/UIElementSettings.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -40,10 +40,10 @@
 
 /**
     describes the internal structure of a configurable user interface element.
-    
+
     <p>
     No assumption is made about any graphical representation:
-    You could have a menu or a toolbar working with the same UIElementSettings 
+    You could have a menu or a toolbar working with the same UIElementSettings
     although limitations based on the real user interface element may be visible.
     </p>
 
@@ -51,8 +51,8 @@
 */
 service UIElementSettings
 {
-    /** provides access to the structure of the user interface element. 
-    
+    /** provides access to the structure of the user interface element.
+
         <p>
         The container contains the items of the user interface element. Every
         item is stored as a sequence of <type scope="com::sun::star::beans">PropertyValue</type>.
@@ -68,7 +68,7 @@
 
 
     /** provides access to an optional factory interface to create sub container.
-    
+
         <p>
         The factory should be used to create sub container within this user interface element settings. This interface is only
         available if the container is exclusive writable.
@@ -77,7 +77,7 @@
     [optional] interface ::com::sun::star::lang::XSingleComponentFactory;
 
     /** determine an optional user interface name of the user interface element.
-        
+
         <p>
         A toolbar can show a its user interface name on the window title, when it is in floating mode.
         </p>
diff --git a/main/offapi/com/sun/star/ui/UIElementType.idl b/main/offapi/com/sun/star/ui/UIElementType.idl
index d7a9932..5b075cd 100644
--- a/main/offapi/com/sun/star/ui/UIElementType.idl
+++ b/main/offapi/com/sun/star/ui/UIElementType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -36,7 +36,7 @@
     /** unknown user interface element type, which can be used as a wildcard
        to specify all types.
     */
-    const short UNKNOWN         = 0;    
+    const short UNKNOWN         = 0;
 
     //-------------------------------------------------------------------------
     /** specifies a menu bar.
@@ -77,7 +77,7 @@
     /** specifies a window that can be docked.
     */
     const short DOCKINGWINDOW   = 7;
-    
+
     //-------------------------------------------------------------------------
     /** specifies the number of constants.
     */
diff --git a/main/offapi/com/sun/star/ui/WindowContentFactory.idl b/main/offapi/com/sun/star/ui/WindowContentFactory.idl
index 2815e40..c858e2c 100644
--- a/main/offapi/com/sun/star/ui/WindowContentFactory.idl
+++ b/main/offapi/com/sun/star/ui/WindowContentFactory.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -28,21 +28,21 @@
 #include <com/sun/star/lang/XSingleComponentFactory.idl>
 #endif
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module ui {
 
-//============================================================================= 
+//=============================================================================
 
-/** specifies a factory which creates a window that is a container for user 
+/** specifies a factory which creates a window that is a container for user
     interface elements. Dependent on the provided arguments different window
-    types can be created. This container window must be capable of being 
+    types can be created. This container window must be capable of being
     integrated into another window (e.g. docking or floating windows).
-    
+
     <p>
     The specific type of the created window depends on the provided arguments.
     </p>
-    
+
     @since OpenOffice 3.1
 */
 
diff --git a/main/offapi/com/sun/star/ui/WindowStateConfiguration.idl b/main/offapi/com/sun/star/ui/WindowStateConfiguration.idl
index a5cdc57..5fe820f 100644
--- a/main/offapi/com/sun/star/ui/WindowStateConfiguration.idl
+++ b/main/offapi/com/sun/star/ui/WindowStateConfiguration.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ui/XAcceleratorConfiguration.idl b/main/offapi/com/sun/star/ui/XAcceleratorConfiguration.idl
index f7bc001..9e6844a 100644
--- a/main/offapi/com/sun/star/ui/XAcceleratorConfiguration.idl
+++ b/main/offapi/com/sun/star/ui/XAcceleratorConfiguration.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -69,7 +69,7 @@
     (which must be available at the same implementation object too), to
     make it persistent.
     </p>
-    
+
     @see    AcceleratorConfiguration
     @see    <type scope="dom::sun::star::util">XFlushable</type>
 
@@ -80,26 +80,26 @@
     //-------------------------------------------
     /** return the list of all key events, which
         are available at this configuration set.
-        
+
         <p>
         The key events are the "primary keys" of this configuration sets.
         Means: Commands are registered for key events.
         </p>
-        
+
         <p>
         Such key event can be mapped to its bound command,
-        using the method getCommandForKeyEvent(). 
+        using the method getCommandForKeyEvent().
         </p>
-        
+
         @see        getCommandForKeyEvent().
-        
+
         @return     A list of key events.
       */
     sequence< com::sun::star::awt::KeyEvent > getAllKeyEvents();
-    
+
     //-------------------------------------------
     /** return the registered command for the specified key event.
-    
+
         <p>
         This function can be used to:<br>
         <ul>
@@ -109,53 +109,53 @@
                 accelerator bindings.</li>
         </ul>
         </p>
-        
+
         @param  aKeyEvent
                 the key event, where the registered command is searched for.
-                
+
         @return The registered command for the specified key event.
-                
+
         @throws ::com::sun::star::container::NoSuchElementException
                 if the key event is an invalid one or does not exists
                 inside this configuration set.
-     */        
+     */
     string getCommandByKeyEvent( [in] com::sun::star::awt::KeyEvent aKeyEvent )
         raises(com::sun::star::container::NoSuchElementException);
 
     //-------------------------------------------
     /** modify or create a key - command - binding.
-    
+
         <p>
         If the specified key event does not already exists inside this
         configuration access, it will be created and the command will be
         registered for it.
         </p>
-        
+
         <p>
         If the specified key event already exists, its command will
         be overwritten with the new command. There is no warning nor any error
         about that! The outside code has to use the method getCommandForKeyEvent()
         to check for possible collisions.
         </p>
-        
+
         <p>
         Note: This method can't be used to remove entities from the configuration set.
         Empty parameters will result into an exception!
         Use the method removeKeyEvent() instead.
         </p>
-        
+
         @see    removeKeyEvent()
-        
+
         @param  aKeyEvent
                 specify the key event, which must be updated or new created.
-                
+
         @param  sCommand
                 the new command for the specified key event.
 
         @throws ::com::sun::star::lang::IllegalArgumentException
                 if the key event isn't a valid one. Commands can be
                 checked only, if they are empty. Because every URL schema can be used
-                by commands in general, so its not possible to validate it.                
+                by commands in general, so its not possible to validate it.
      */
     void setKeyEvent( [in] com::sun::star::awt::KeyEvent aKeyEvent,
                       [in] string                        sCommand )
@@ -163,33 +163,33 @@
 
     //-------------------------------------------
     /** remove a key-command-binding from this configuration set.
-    
+
         @param  aKeyEvent
                 the key event, which should be removed.
-                
+
         @throws ::com::sun::star::container::NoSuchElementException
                 if the key event does not exists inside this configuration set.
      */
     void removeKeyEvent( [in] com::sun::star::awt::KeyEvent aKeyEvent )
         raises(com::sun::star::container::NoSuchElementException);
-               
+
     //-------------------------------------------
     /** optimized access to the relation "command-key" instead
         of "key-command" which is provided normally by this interface.
-        
+
         <p>
         It can be used to implement collision handling, if more then one
         key event match to the same command. The returned list contains all
         possible key events - and the outside code can select an possible one.
         Of course - mostly this list will contain only one key event ...
         </p>
-        
+
         @param  sCommand
                 the command, where key bindings are searched for.
-                
+
         @return A list of <type scope="com::sun::star::awt">KeyEvent</type> structures,
                 where the specified command is registered for.
-                
+
         @throws ::com::sun::star::lang::IllegalArgumentException
                 if the specified command is empty. It can't be checked, if a command
                 is valid - because every URL schema can be used here.
@@ -201,34 +201,34 @@
     sequence< com::sun::star::awt::KeyEvent > getKeyEventsByCommand( [in] string sCommand )
         raises(com::sun::star::lang::IllegalArgumentException   ,
                com::sun::star::container::NoSuchElementException);
-               
+
     //-------------------------------------------
     /** optimized function to map a list of commands to a corresponding
         list of key events.
-        
+
         <p>
         It provides a fast mapping, which is e.g. needed by a menu or toolbar implementation.
         E.g. a sub menu is described by a list of commands - and the implementation of the menu
         must show the corresponding shortcuts. Iteration over all items of this configuration
         set can be very expensive.
         </p>
-        
+
         <p>
         Instead to the method getKeyEventsForCommand() the returned list contains only
         one(!) key event bound to one(!) requested command. If more then one key event
         is bound to a command - a selection is done inside this method.
         This internal selection can't be influenced from outside.
         </p>
-        
+
         @attention  Because its not defined, that any command (e.g. configured inside a menu)
                     must have an accelerator - we can't reject the call if at least one command
                     does not occur inside this configuration set ...
                     We handle it more gracefully - and return an empty item instead of throwing
                     and exception.
-        
+
         @param  lCommandList
                 a list of commands
-                
+
         @return A (non packed!) list of key events, where every item match by index
                 directly to a command of the specified <var>CommandList</var>.
                 If a command does not exists inside this configuration set, the
@@ -245,40 +245,40 @@
     //-------------------------------------------
     /** search for an key-command-binding inside this configuration set,
         where the specified command is used.
-        
+
         <p>
         If such binding could be located, the command will be removed
         from it. If as result of that the key binding will be empty,
         if will be removed too.
         </p>
-        
+
         <p>
         This is an optimized method, which can perform removing of commands
         from this configuration set. Because normally Commands are "foreign keys"
         and key identifier the "primary keys" - it needs some work to remove
         all commands outside this container ...
         </p>
-        
+
         @param  sCommand
                 the command, which should be removed from any key binding.
-                
+
         @throws ::com::sun::star::lang::IllegalArgumentException
                 if the specified command is empty.
-                
+
         @throws ::com::sun::star::container::NoSuchElementException
                 if the specified command isn't used inside this configuration set.
      */
-    void removeCommandFromAllKeyEvents( [in] string sCommand )        
+    void removeCommandFromAllKeyEvents( [in] string sCommand )
         raises(com::sun::star::lang::IllegalArgumentException   ,
                com::sun::star::container::NoSuchElementException);
-               
+
     //-------------------------------------------
     /** specifies a persistence interface which supports to
         load/store accelerator configuration data to a storage
         and to retrieve information about the current state.
      */
     interface com::sun::star::ui::XUIConfigurationPersistence;
-    
+
     //-------------------------------------------
     /** connects this configuration to a new storage
         which must be used further on subsequent calls of
@@ -286,13 +286,13 @@
         and <type scope="com::sun::star::util::">XConfigurationPersistence.store()</type>.
      */
     interface com::sun::star::ui::XUIConfigurationStorage;
-    
+
     //-------------------------------------------
     /** supports to notify other implementations about
         changes of this accelerator configuration.
      */
     interface com::sun::star::ui::XUIConfiguration;
-    
+
 }; // interface XAcceleratorConfiguration
 
 }; }; }; }; // com.sun.star
diff --git a/main/offapi/com/sun/star/ui/XContextChangeEventListener.idl b/main/offapi/com/sun/star/ui/XContextChangeEventListener.idl
index 1f95278..000e3de 100644
--- a/main/offapi/com/sun/star/ui/XContextChangeEventListener.idl
+++ b/main/offapi/com/sun/star/ui/XContextChangeEventListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 #ifndef __com_sun_star_ui_XContextChangeEventListener_idl__
@@ -36,7 +36,7 @@
 
 module com { module sun { module star { module ui {
 
-interface XContextChangeEventListener : ::com::sun::star::lang::XEventListener 
+interface XContextChangeEventListener : ::com::sun::star::lang::XEventListener
 {
     [oneway] void notifyContextChangeEvent (
         [in] com::sun::star::ui::ContextChangeEventObject event);
diff --git a/main/offapi/com/sun/star/ui/XContextChangeEventMultiplexer.idl b/main/offapi/com/sun/star/ui/XContextChangeEventMultiplexer.idl
index 828b8e8..e9e7238 100644
--- a/main/offapi/com/sun/star/ui/XContextChangeEventMultiplexer.idl
+++ b/main/offapi/com/sun/star/ui/XContextChangeEventMultiplexer.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -52,7 +52,7 @@
 
     The XEventMultiplexer interface is typically implemented as a singleton
 */
-interface XContextChangeEventMultiplexer : ::com::sun::star::uno::XInterface 
+interface XContextChangeEventMultiplexer : ::com::sun::star::uno::XInterface
 {
     /** Add an event listener that is called only when events are broadcast for the specified
         event focus.
@@ -63,20 +63,20 @@
             One listener may be added more than once for different
             event foci.  Adding a listener a second time for the same
             event focus results in an InvalidArgumentException.
-            
+
         @param xEventFocus
             An empty reference is a valid value.  In this case the
             registered listener will be called for every event
             broadcast, regardless of its event focus.
 
             The event focus may or may not be the source of the event.
-              
+
             A typical example for an event focus is the XController of
             a view.  Using an XController restricts events passed to
             a listener to events that belong to one view.
 
         @throws com::sun::star::lang::IllegalArgumentException
-            
+
     */
     void addContextChangeEventListener (
         [in] com::sun::star::ui::XContextChangeEventListener xListener,
@@ -93,7 +93,7 @@
 
             When the listener is not registered for the given event
             focus then an InvalidArgumentException is thrown.
-            
+
         @param xEventFocus
             The listener is only removed for this event focus.
             An empty reference is a valid value.
@@ -123,7 +123,7 @@
     */
     [oneway] void broadcastContextChangeEvent (
         [in] com::sun::star::ui::ContextChangeEventObject aEvent,
-        [in] com::sun::star::uno::XInterface xEventFocus);    
+        [in] com::sun::star::uno::XInterface xEventFocus);
 } ;
 
 } ; } ; } ; } ;
diff --git a/main/offapi/com/sun/star/ui/XContextChangeListener.idl b/main/offapi/com/sun/star/ui/XContextChangeListener.idl
index 3c8cab0..f774113 100644
--- a/main/offapi/com/sun/star/ui/XContextChangeListener.idl
+++ b/main/offapi/com/sun/star/ui/XContextChangeListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -40,7 +40,7 @@
 
 /** Generic event listener.
 */
-interface XEventListener : ::com::sun::star::lang::XEventListener 
+interface XEventListener : ::com::sun::star::lang::XEventListener
 {
     [oneway] void notifyEvent (
         [in] com::sun::star::lang::EventObject event);
diff --git a/main/offapi/com/sun/star/ui/XContextMenuInterception.idl b/main/offapi/com/sun/star/ui/XContextMenuInterception.idl
index fcecdbc..b6da22e 100644
--- a/main/offapi/com/sun/star/ui/XContextMenuInterception.idl
+++ b/main/offapi/com/sun/star/ui/XContextMenuInterception.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ui/XDockingAreaAcceptor.idl b/main/offapi/com/sun/star/ui/XDockingAreaAcceptor.idl
index 45181f2..7ca9f7e 100644
--- a/main/offapi/com/sun/star/ui/XDockingAreaAcceptor.idl
+++ b/main/offapi/com/sun/star/ui/XDockingAreaAcceptor.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ui/XImageManager.idl b/main/offapi/com/sun/star/ui/XImageManager.idl
index 8ce3237..f547784 100644
--- a/main/offapi/com/sun/star/ui/XImageManager.idl
+++ b/main/offapi/com/sun/star/ui/XImageManager.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ui/XModuleUIConfigurationManager.idl b/main/offapi/com/sun/star/ui/XModuleUIConfigurationManager.idl
index d317989..271a07b 100644
--- a/main/offapi/com/sun/star/ui/XModuleUIConfigurationManager.idl
+++ b/main/offapi/com/sun/star/ui/XModuleUIConfigurationManager.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ui/XModuleUIConfigurationManagerSupplier.idl b/main/offapi/com/sun/star/ui/XModuleUIConfigurationManagerSupplier.idl
index d173891..2104203 100644
--- a/main/offapi/com/sun/star/ui/XModuleUIConfigurationManagerSupplier.idl
+++ b/main/offapi/com/sun/star/ui/XModuleUIConfigurationManagerSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ui/XSidebar.idl b/main/offapi/com/sun/star/ui/XSidebar.idl
index 761ea5c..e099259 100644
--- a/main/offapi/com/sun/star/ui/XSidebar.idl
+++ b/main/offapi/com/sun/star/ui/XSidebar.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ui/XSidebarPanel.idl b/main/offapi/com/sun/star/ui/XSidebarPanel.idl
index 88819ac..837dcf9 100644
--- a/main/offapi/com/sun/star/ui/XSidebarPanel.idl
+++ b/main/offapi/com/sun/star/ui/XSidebarPanel.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ui/XToolPanel.idl b/main/offapi/com/sun/star/ui/XToolPanel.idl
index 105be56..5424c0b 100644
--- a/main/offapi/com/sun/star/ui/XToolPanel.idl
+++ b/main/offapi/com/sun/star/ui/XToolPanel.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ui/XUIConfiguration.idl b/main/offapi/com/sun/star/ui/XUIConfiguration.idl
index 6a6140a..d1fbcaa 100644
--- a/main/offapi/com/sun/star/ui/XUIConfiguration.idl
+++ b/main/offapi/com/sun/star/ui/XUIConfiguration.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ui/XUIConfigurationListener.idl b/main/offapi/com/sun/star/ui/XUIConfigurationListener.idl
index 7fb56ff..c389d36 100644
--- a/main/offapi/com/sun/star/ui/XUIConfigurationListener.idl
+++ b/main/offapi/com/sun/star/ui/XUIConfigurationListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ui/XUIConfigurationManager.idl b/main/offapi/com/sun/star/ui/XUIConfigurationManager.idl
index e3f134e..ca8ba47 100644
--- a/main/offapi/com/sun/star/ui/XUIConfigurationManager.idl
+++ b/main/offapi/com/sun/star/ui/XUIConfigurationManager.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ui/XUIConfigurationManagerSupplier.idl b/main/offapi/com/sun/star/ui/XUIConfigurationManagerSupplier.idl
index b16397a..5da41e8 100644
--- a/main/offapi/com/sun/star/ui/XUIConfigurationManagerSupplier.idl
+++ b/main/offapi/com/sun/star/ui/XUIConfigurationManagerSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ui/XUIConfigurationPersistence.idl b/main/offapi/com/sun/star/ui/XUIConfigurationPersistence.idl
index f30eb6e..ce85f25 100644
--- a/main/offapi/com/sun/star/ui/XUIConfigurationPersistence.idl
+++ b/main/offapi/com/sun/star/ui/XUIConfigurationPersistence.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ui/XUIConfigurationStorage.idl b/main/offapi/com/sun/star/ui/XUIConfigurationStorage.idl
index 60a5142..c53ca56 100644
--- a/main/offapi/com/sun/star/ui/XUIConfigurationStorage.idl
+++ b/main/offapi/com/sun/star/ui/XUIConfigurationStorage.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -28,11 +28,11 @@
 #include <com/sun/star/embed/XStorage.idl>
 #endif
 
-//============================================================================= 
+//=============================================================================
 
-module com { module sun { module star { module ui { 
+module com { module sun { module star { module ui {
 
-//============================================================================= 
+//=============================================================================
 
 /** supplies functions to change or get information about the storage
     of a user interface configuration manager.
@@ -42,37 +42,37 @@
 
 interface XUIConfigurationStorage : ::com::sun::star::uno::XInterface
 {
-    /** connects a storage to the user interface configuration manager 
-        which is used on subsequent calls of <member>load</member> and 
-        <member>store</member>. 
-        
+    /** connects a storage to the user interface configuration manager
+        which is used on subsequent calls of <member>load</member> and
+        <member>store</member>.
+
         @param Storage
-            all configuration data is loaded/stored from/into this storage. 
-            If the storage is in read/write mode <member>load</member> 
-            and <member>store</member> can be used otherwise only 
+            all configuration data is loaded/stored from/into this storage.
+            If the storage is in read/write mode <member>load</member>
+            and <member>store</member> can be used otherwise only
             <member>load</member> is possible.
 
         <p>
-        This call needs careful usage as data loss can occur. If the 
-        implementation has modified data and a new storage is set the 
+        This call needs careful usage as data loss can occur. If the
+        implementation has modified data and a new storage is set the
         implementation is not allowed to write back the data to the old
         storage. This must be done explicitly with <member>store</member>.
-        In general a user interface configuration manager instance is 
-        created and initialize by the document model or the module user 
-        interface configuration supplier. Normally there is no need to 
-        set a storage for a user interface configuration manager. If a 
-        copy of the configuration data to another storage should be made, 
+        In general a user interface configuration manager instance is
+        created and initialize by the document model or the module user
+        interface configuration supplier. Normally there is no need to
+        set a storage for a user interface configuration manager. If a
+        copy of the configuration data to another storage should be made,
         use <member>storeToStorage</member>.
         </p>
     */
     void setStorage( [in] ::com::sun::star::embed::XStorage Storage );
 
     /** checks if an instance has already a storage to load/store its data.
-        
+
         @return
             <TRUE/> if the instance has a storage otherwise <FALSE/>.
     */
-    boolean hasStorage();    
+    boolean hasStorage();
 };
 
 //=============================================================================
diff --git a/main/offapi/com/sun/star/ui/XUIElement.idl b/main/offapi/com/sun/star/ui/XUIElement.idl
index 9b40ed2..f7514d9 100644
--- a/main/offapi/com/sun/star/ui/XUIElement.idl
+++ b/main/offapi/com/sun/star/ui/XUIElement.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ui/XUIElementFactory.idl b/main/offapi/com/sun/star/ui/XUIElementFactory.idl
index a53b2ac..58c0290 100644
--- a/main/offapi/com/sun/star/ui/XUIElementFactory.idl
+++ b/main/offapi/com/sun/star/ui/XUIElementFactory.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ui/XUIElementFactoryRegistration.idl b/main/offapi/com/sun/star/ui/XUIElementFactoryRegistration.idl
index 45a7cf6..71e0b21 100644
--- a/main/offapi/com/sun/star/ui/XUIElementFactoryRegistration.idl
+++ b/main/offapi/com/sun/star/ui/XUIElementFactoryRegistration.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -44,11 +44,11 @@
 #include <com/sun/star/beans/PropertyValue.idl>
 #endif
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module ui {
 
-//============================================================================= 
+//=============================================================================
 
 /** is used to query, register and deregister user interface element factories.
 
@@ -71,33 +71,33 @@
         <li><b>floater</b></li>
     </ul>
     </p>
-    
+
     @since OpenOffice 2.0
  */
 
 interface XUIElementFactoryRegistration : com::sun::star::uno::XInterface
 {
     /** function to retrieve a list of all registered user interface element factories
-        
+
         @returns
             a sequence of sequence of propert values which describe every registered
             user interface element factory.<br/>
-            
+
             The following properties are defined:
             <ul>
-                <li><b>Type</b>a string property that identifies the type of the user interface 
+                <li><b>Type</b>a string property that identifies the type of the user interface
                 element which this factory can create.</li>
-                <li><b>Name</b>an optional string property which identifies a single user interface 
-                element within a type class which this factory can create. If this property is not 
-                returned, the factory is a generic factory for all user interface elements of the 
+                <li><b>Name</b>an optional string property which identifies a single user interface
+                element within a type class which this factory can create. If this property is not
+                returned, the factory is a generic factory for all user interface elements of the
                 same type.</li>
-                <li><b>Module</b>an optional string property that specifies to which module this factory is 
+                <li><b>Module</b>an optional string property that specifies to which module this factory is
                 bound to. If this property is not returned, the factory is a generic factory.</li>
             </ul>
     */
     sequence< sequence< com::sun::star::beans::PropertyValue > > getRegisteredFactories();
 
-    /** function to retrieve a previously registered user interface element factory. 
+    /** function to retrieve a previously registered user interface element factory.
 
         @returns
             a reference to a registered user interface element factory if a factory has been
@@ -116,7 +116,7 @@
     ::com::sun::star::ui::XUIElementFactory getFactory( [in] string ResourceURL, [in] string ModuleIdentifier );
 
     /** function to register a user interface element factory.
-    
+
         @param aType
             a string that identifies a type of a user interface element. Currently the following types
             are supported:
@@ -135,14 +135,14 @@
             an optional module identifier that can be used to register a factory only for a single module. This value
             can remain empty if no special factory for a single module is needed. The module identifier can be retrieved
             from the <type scope="com::sun::star::frame">ModuleManager</type> service.
-        
+
         @param aFactoryImplementationName
             a UNO implementation name that can be used by an implementation to create a factory instance.
     */
     void registerFactory( [in] string aType, [in] string aName, [in] string aModuleIdentifier, [in] string aFactoryImplementationName ) raises (com::sun::star::container::ElementExistException);
-    
+
     /** function to remove a previously defined user interface element factory.
-        
+
         @param aType
             a string that identifies a type of a user interface element. Currently the following types
             are supported:
@@ -156,14 +156,14 @@
             an optional name of a single user interface element. This name must be unique within a user
             interface element type class. This value can remain empty if no special factory for a single
             user interface element should be deregistered.
-        
+
         @param aModuleName
             an optional module name that can be used to deregister a factory only for a single module. This value
             can remain empty if not a module based factory should be deregistered. The module identifier can be retrieved
             from the <type scope="com::sun::star::frame">ModuleManager</type> service.
 
         <p>
-        <b>Using this function can be very dangerous as other implementation with OpenOffice may not be able to  create their 
+        <b>Using this function can be very dangerous as other implementation with OpenOffice may not be able to  create their
         user interface element anymore.
         </b>
         </p>
@@ -173,6 +173,6 @@
 
 }; }; }; };
 
-//============================================================================= 
+//=============================================================================
 
 #endif
diff --git a/main/offapi/com/sun/star/ui/XUIElementSettings.idl b/main/offapi/com/sun/star/ui/XUIElementSettings.idl
index b32a581..a008029 100644
--- a/main/offapi/com/sun/star/ui/XUIElementSettings.idl
+++ b/main/offapi/com/sun/star/ui/XUIElementSettings.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ui/XUIFunctionListener.idl b/main/offapi/com/sun/star/ui/XUIFunctionListener.idl
index 782887a..fa00c83 100644
--- a/main/offapi/com/sun/star/ui/XUIFunctionListener.idl
+++ b/main/offapi/com/sun/star/ui/XUIFunctionListener.idl
@@ -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,25 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 #ifndef __com_sun_star_frame_XUIFunctionListener_idl__
 #define __com_sun_star_frame_XUIFunctionListener_idl__
 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif  
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
 
 //=============================================================================
 
@@ -34,7 +34,7 @@
 //=============================================================================
 /** special interface to receive notification that a user interface
     element will execute a function.
-    
+
     @since OpenOffice 2.0
  */
 interface XUIFunctionListener : com::sun::star::lang::XEventListener
@@ -46,7 +46,7 @@
         @param aUIElementName
             a string which identifies the user interface element that wants
             to execute a function.
-        
+
         @param aCommand
             a string which identifies the function that has been selected by
             a user.
diff --git a/main/offapi/com/sun/star/ui/dialogs/CommonFilePickerElementIds.idl b/main/offapi/com/sun/star/ui/dialogs/CommonFilePickerElementIds.idl
index 05bb743..5896f7f 100644
--- a/main/offapi/com/sun/star/ui/dialogs/CommonFilePickerElementIds.idl
+++ b/main/offapi/com/sun/star/ui/dialogs/CommonFilePickerElementIds.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -29,7 +29,7 @@
 
 //=============================================================================
 /**	These constants are used to specify common controls of a FilePicker dialog.
-	
+
  */
 
 published constants CommonFilePickerElementIds
@@ -59,21 +59,21 @@
 	/** Is used to refer to the edit line where a file or path can be entered by the user.
 	*/
 	const short EDIT_FILEURL = 5;
-	
+
 	//---------------------------------------------------------------------
 	/** The label of the filter listbox of a FilePicker dialog.
 
 		@since OpenOffice 1.1.2
 	*/
 	const short LISTBOX_FILTER_LABEL = 6;
-	
+
 	//---------------------------------------------------------------------
 	/** The label of the file name listbox of a FilePicker dialog.
 
 		@since OpenOffice 1.1.2
 	*/
 	const short EDIT_FILEURL_LABEL = 7;
-};	
+};
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/ui/dialogs/ControlActions.idl b/main/offapi/com/sun/star/ui/dialogs/ControlActions.idl
index 9402e2f..5023512 100644
--- a/main/offapi/com/sun/star/ui/dialogs/ControlActions.idl
+++ b/main/offapi/com/sun/star/ui/dialogs/ControlActions.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -38,18 +38,18 @@
 published constants ControlActions
 {
 	//---------------------------------------------------------------------
-	/** Adds an item to the content of the listbox. The given item has to 
+	/** Adds an item to the content of the listbox. The given item has to
 		be a string.
 	 */
 	const short ADD_ITEM        = 1;
 
 	//---------------------------------------------------------------------
-	/** Adds a sequence of strings to the content of the listbox. 
+	/** Adds a sequence of strings to the content of the listbox.
 	 */
-	const short ADD_ITEMS	    = 2;			
+	const short ADD_ITEMS	    = 2;
 
 	//---------------------------------------------------------------------
-	/** Removes an item from a listbox. The given value has to be a 
+	/** Removes an item from a listbox. The given value has to be a
 		position. If the position is invalid an exception will be thrown.
 		The index of the first position is 0.
 		The value should be a sal_Int32.
@@ -63,7 +63,7 @@
 
 	//---------------------------------------------------------------------
 	/** Selects an item in a listbox. The given value has to be a position.
-		The index of the first position is 0. A value of -1 removes the 
+		The index of the first position is 0. A value of -1 removes the
 		selection.
 		If the given position is invalid an exception will be thrown.
 		The value should be a sal_Int32.
@@ -73,7 +73,7 @@
 	//---------------------------------------------------------------------
 	/** Returns all items of the listbox as a sequence of strings.
 	*/
-	const short GET_ITEMS       = 6;				
+	const short GET_ITEMS       = 6;
 
 	//---------------------------------------------------------------------
 	/** Returns the currently selected item. The returned item is an empty
@@ -82,8 +82,8 @@
 	const short GET_SELECTED_ITEM = 7;
 
 	//---------------------------------------------------------------------
-	/** Returns the zero based index of the currently selected item. 
-		If the listbox is empty or there is no item selected -1 will be 
+	/** Returns the zero based index of the currently selected item.
+		If the listbox is empty or there is no item selected -1 will be
 		returned. The returned value is a sal_Int32.
 	 */
 
diff --git a/main/offapi/com/sun/star/ui/dialogs/DialogClosedEvent.idl b/main/offapi/com/sun/star/ui/dialogs/DialogClosedEvent.idl
index e71f0c0..29adabd 100644
--- a/main/offapi/com/sun/star/ui/dialogs/DialogClosedEvent.idl
+++ b/main/offapi/com/sun/star/ui/dialogs/DialogClosedEvent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ui/dialogs/ExecutableDialogException.idl b/main/offapi/com/sun/star/ui/dialogs/ExecutableDialogException.idl
index faa0cef..68b887c 100644
--- a/main/offapi/com/sun/star/ui/dialogs/ExecutableDialogException.idl
+++ b/main/offapi/com/sun/star/ui/dialogs/ExecutableDialogException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ui/dialogs/ExecutableDialogResults.idl b/main/offapi/com/sun/star/ui/dialogs/ExecutableDialogResults.idl
index 8a4ac3e..5afe5af 100644
--- a/main/offapi/com/sun/star/ui/dialogs/ExecutableDialogResults.idl
+++ b/main/offapi/com/sun/star/ui/dialogs/ExecutableDialogResults.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -29,7 +29,7 @@
 module com { module sun { module star { module ui { module dialogs {
 
 //=============================================================================
-/**	These constants are used to specify a result of executing a <type>XExecutableDialog</type>.	
+/**	These constants are used to specify a result of executing a <type>XExecutableDialog</type>.
 */
 
 published constants ExecutableDialogResults
@@ -42,7 +42,7 @@
 	//-------------------------------------------------------------------------
 	/** The user acknowledged the dialog.
 	 */
-	const short OK     = 1;	
+	const short OK     = 1;
 };
 
 //=============================================================================
diff --git a/main/offapi/com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.idl b/main/offapi/com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.idl
index 4d452d7..6943848 100644
--- a/main/offapi/com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.idl
+++ b/main/offapi/com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -29,9 +29,9 @@
 
 //=============================================================================
 /**	<p>These constants are used to specify extended controls of a FilePicker dialog.
-    A FilePicker service may be initialized so that it has additional controls 
+    A FilePicker service may be initialized so that it has additional controls
 	extending the set of common controls a FilePicker usually supports.</p>
-	
+
 	@see com::sun::star::ui::dialogs::FilePicker
 	@see com::sun::star::ui::dialogs::XFilePickerControlAccess
 	@see com::sun::star::ui::dialogs::CommonFilePickerElementIds
@@ -40,81 +40,81 @@
 published constants ExtendedFilePickerElementIds
 {
 	//---------------------------------------------------------------------
-	/** 
+	/**
 	*/
 	const short CHECKBOX_AUTOEXTENSION = 100;
 
 	//---------------------------------------------------------------------
-	/** 
+	/**
 	*/
 	const short CHECKBOX_PASSWORD      = 101;
 
 	//---------------------------------------------------------------------
-	/** 
+	/**
 	*/
 	const short CHECKBOX_FILTEROPTIONS = 102;
 
 	//---------------------------------------------------------------------
-	/** 
+	/**
 	*/
 	const short CHECKBOX_READONLY      = 103;
-		
+
 	//---------------------------------------------------------------------
-	/** 
+	/**
 	*/
 	const short CHECKBOX_LINK          = 104;
 
 	//---------------------------------------------------------------------
-	/** 
+	/**
 	*/
 	const short CHECKBOX_PREVIEW       = 105;
 
 	//---------------------------------------------------------------------
-	/** 
+	/**
 	*/
 	const short PUSHBUTTON_PLAY        = 106;
 
 	//---------------------------------------------------------------------
-	/** 
+	/**
 	*/
 	const short LISTBOX_VERSION        = 107;
 
 	//---------------------------------------------------------------------
-	/** 
+	/**
 	*/
 	const short LISTBOX_TEMPLATE       = 108;
 
 
 	//---------------------------------------------------------------------
-	/** 
+	/**
 	*/
 	const short LISTBOX_IMAGE_TEMPLATE = 109;
 
 	//---------------------------------------------------------------------
-	/** 
+	/**
 	*/
 	const short CHECKBOX_SELECTION     = 110;
 
 	//---------------------------------------------------------------------
-	/** 
+	/**
 	*/
 	const short LISTBOX_VERSION_LABEL  = 207;
 
 	//---------------------------------------------------------------------
-	/** 
+	/**
 	*/
 	const short LISTBOX_TEMPLATE_LABEL = 208;
 
 	//---------------------------------------------------------------------
-	/** 
+	/**
 	*/
 	const short LISTBOX_IMAGE_TEMPLATE_LABEL = 209;
 
 	//---------------------------------------------------------------------
-	/** 
+	/**
 	*/
 	const short LISTBOX_FILTER_SELECTOR = 210;
-};	
+};
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/ui/dialogs/FilePicker.idl b/main/offapi/com/sun/star/ui/dialogs/FilePicker.idl
index d20d19e..a90806e 100644
--- a/main/offapi/com/sun/star/ui/dialogs/FilePicker.idl
+++ b/main/offapi/com/sun/star/ui/dialogs/FilePicker.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -40,7 +40,7 @@
 #include <com/sun/star/lang/XInitialization.idl>
 #endif
 
-#ifndef __com_sun_star_util_XCancellable_idl__ 
+#ifndef __com_sun_star_util_XCancellable_idl__
 #include <com/sun/star/util/XCancellable.idl>
 #endif
 
@@ -51,10 +51,10 @@
 //=============================================================================
 
 //=============================================================================
-/** A FilePicker. 
+/** A FilePicker.
 
-    It is <strong>NOT</strong> recommended to cache a reference to a file 
-    picker instance. Due to restrictions by the underlying system there can 
+    It is <strong>NOT</strong> recommended to cache a reference to a file
+    picker instance. Due to restrictions by the underlying system there can
     be specific limitations possible. To overcome these problems it'
     s recommended to create a new instance on demand.
 
@@ -67,7 +67,7 @@
  published interface XFilterManager;
  published interface XFilePreview;
  published interface XFilterGroupManager;
-    
+
 published service FilePicker
 {
 	//-------------------------------------------------------------------------
@@ -76,7 +76,7 @@
 	[optional, property] string HelpURL;
 
 	//-------------------------------------------------------------------------
-	/** Provides access to the basic FilePicker functionality.		
+	/** Provides access to the basic FilePicker functionality.
 	*/
 	interface XFilePicker;
 
@@ -86,13 +86,13 @@
 	interface XFilePickerNotifier;
 
 	//-------------------------------------------------------------------------
-	/** Provides the ability to add different filter, query for the current 
-		filters and set a current filter		
+	/** Provides the ability to add different filter, query for the current
+		filters and set a current filter
 	*/
 	interface XFilterManager;
 
 	//-------------------------------------------------------------------------
-	/** Provides the ability to show a preview of a selected file		
+	/** Provides the ability to show a preview of a selected file
 	*/
 	[optional] interface XFilePreview;
 
@@ -102,8 +102,8 @@
 		common controls that a FilePicker usually supports.
 
 		@see com::sun::star::ui::dialogs::CommonFilePickerElementIds
-		@see com::sun::star::ui::dialogs::ExtendedFilePickerElementIds		
-		
+		@see com::sun::star::ui::dialogs::ExtendedFilePickerElementIds
+
 		@deprecated
 	*/
 	[optional] interface XFilePickerControlAccess;
@@ -115,19 +115,19 @@
 
 	//-------------------------------------------------------------------------
 	/** Provides the ability to choose between different custom templates that
-		do extend the subset of common controls a FilePicker usually supports. 
+		do extend the subset of common controls a FilePicker usually supports.
 		Implementers may omit this interface if the FileOpen
 		dialog doesn't support custom templates. In this case a createInstance
 		will create an ordinary FileOpen dialog with only the common FilePicker
 		elements.
-		The client has to provide one of the specified constants in 
+		The client has to provide one of the specified constants in
 		TemplateDescription.
-		<br/><br/>	
+		<br/><br/>
 		<p><strong>Notes for the implementation of a FileSave dialog:</strong>
-		The implementation of a FileSave dialog should automatically check 
-		for existens of a file and issue a warning if a file with the same 
+		The implementation of a FileSave dialog should automatically check
+		for existens of a file and issue a warning if a file with the same
 		name already exist.</p>
-		
+
 		@see com::sun::star::ui::dialogs::TemplateDescription
 	*/
 	[optional] interface com::sun::star::lang::XInitialization;
diff --git a/main/offapi/com/sun/star/ui/dialogs/FilePickerEvent.idl b/main/offapi/com/sun/star/ui/dialogs/FilePickerEvent.idl
index 261229e..1fcdd58 100644
--- a/main/offapi/com/sun/star/ui/dialogs/FilePickerEvent.idl
+++ b/main/offapi/com/sun/star/ui/dialogs/FilePickerEvent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -40,8 +40,8 @@
 published struct FilePickerEvent: com::sun::star::lang::EventObject
 {
 	//-------------------------------------------------------------------------
-	/**	
-		@param ElementId 
+	/**
+		@param ElementId
 		Identifies the affected element
 
 		@see com::sun::star::ui::dialogs::CommonFilePickerElementIds
diff --git a/main/offapi/com/sun/star/ui/dialogs/FilePreviewImageFormats.idl b/main/offapi/com/sun/star/ui/dialogs/FilePreviewImageFormats.idl
index d6808a8..33f234b 100644
--- a/main/offapi/com/sun/star/ui/dialogs/FilePreviewImageFormats.idl
+++ b/main/offapi/com/sun/star/ui/dialogs/FilePreviewImageFormats.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -40,7 +40,7 @@
 		The bitmap data should be provided as a sequence of sal_Int8.
 	*/
 	const short BITMAP     = 1;
-};	
+};
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/ui/dialogs/FilterOptionsDialog.idl b/main/offapi/com/sun/star/ui/dialogs/FilterOptionsDialog.idl
index b668e23..6d60bb2 100644
--- a/main/offapi/com/sun/star/ui/dialogs/FilterOptionsDialog.idl
+++ b/main/offapi/com/sun/star/ui/dialogs/FilterOptionsDialog.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -52,7 +52,7 @@
 	the application will retrieve the changed <type scope="com::sun::star::document">MediaDescriptor</type>
 	back using the interface <type scope="com::sun::star::beans">XPropertyAccess</type>. The filter
 	operation is than continued, using the new <type scope="com::sun::star::document">MediaDescriptor</type>.</p>
-	
+
 	<p>Otherwise, the filter operation is canceled.</p>
 
     @since OpenOffice 1.1.2
diff --git a/main/offapi/com/sun/star/ui/dialogs/FolderPicker.idl b/main/offapi/com/sun/star/ui/dialogs/FolderPicker.idl
index 3ba5b1b..afe8898 100644
--- a/main/offapi/com/sun/star/ui/dialogs/FolderPicker.idl
+++ b/main/offapi/com/sun/star/ui/dialogs/FolderPicker.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -36,18 +36,18 @@
 #include <com/sun/star/lang/XTypeProvider.idl>
 #endif
 
-#ifndef __com_sun_star_util_XCancellable_idl__ 
+#ifndef __com_sun_star_util_XCancellable_idl__
 #include <com/sun/star/util/XCancellable.idl>
 #endif
 
 //=============================================================================
 
 module com { module sun { module star { module ui { module dialogs {
-    
+
 //=============================================================================
 
  published interface XFolderPicker;
-    
+
 //=============================================================================
 /** A FolderPicker service.
 */
@@ -55,7 +55,7 @@
 published service FolderPicker
 {
 	//-------------------------------------------------------------------------
-	/** Provides the ability to execute a FolderPicker dialog and 
+	/** Provides the ability to execute a FolderPicker dialog and
 		browse for and select folders.
 	*/
 	interface XFolderPicker;
@@ -71,7 +71,7 @@
 	interface com::sun::star::lang::XTypeProvider;
 
 	//-------------------------------------------------------------------------
-	/** For canceling a running dialog instance. 
+	/** For canceling a running dialog instance.
 		<p>This may be useful for automatic test tools for instance.</p>
 	*/
 	[optional] interface com::sun::star::util::XCancellable;
diff --git a/main/offapi/com/sun/star/ui/dialogs/ListboxControlActions.idl b/main/offapi/com/sun/star/ui/dialogs/ListboxControlActions.idl
index c0bdf2b..7dbd9a6 100644
--- a/main/offapi/com/sun/star/ui/dialogs/ListboxControlActions.idl
+++ b/main/offapi/com/sun/star/ui/dialogs/ListboxControlActions.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -36,18 +36,18 @@
 published constants ListboxControlActions
 {
 	//---------------------------------------------------------------------
-	/** Adds an item to the content of the listbox. The given item has to 
+	/** Adds an item to the content of the listbox. The given item has to
 		be a string.
 	 */
 	const short ADD_ITEM        = 1;
 
 	//---------------------------------------------------------------------
-	/** Adds a sequence of strings to the content of the listbox. 
+	/** Adds a sequence of strings to the content of the listbox.
 	 */
-	const short ADD_ITEMS	    = 2;			
+	const short ADD_ITEMS	    = 2;
 
 	//---------------------------------------------------------------------
-	/** Removes an item from a listbox. The given value has to be a 
+	/** Removes an item from a listbox. The given value has to be a
 		position. If the position is invalid an exception will be thrown.
 		The index of the first position is 0.
 		The value should be a sal_Int32.
@@ -61,7 +61,7 @@
 
 	//---------------------------------------------------------------------
 	/** Selects an item in a listbox. The given value has to be a position.
-		The index of the first position is 0. A value of -1 removes the 
+		The index of the first position is 0. A value of -1 removes the
 		selection.
 		If the given position is invalid an exception will be thrown.
 		The value should be a sal_Int32.
@@ -71,7 +71,7 @@
 	//---------------------------------------------------------------------
 	/** Returns all items of the listbox as a sequence of strings.
 	*/
-	const short GET_ITEMS       = 6;				
+	const short GET_ITEMS       = 6;
 
 	//---------------------------------------------------------------------
 	/** Returns the currently selected item. The returned item is an empty
diff --git a/main/offapi/com/sun/star/ui/dialogs/TemplateDescription.idl b/main/offapi/com/sun/star/ui/dialogs/TemplateDescription.idl
index b3da90c..55479bd 100644
--- a/main/offapi/com/sun/star/ui/dialogs/TemplateDescription.idl
+++ b/main/offapi/com/sun/star/ui/dialogs/TemplateDescription.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -28,10 +28,10 @@
 module com { module sun { module star { module ui { module dialogs {
 
 //=============================================================================
-/**	The implementation of a FilePicker service may support the usage of 
-	different templates. The following constants define the currently 
+/**	The implementation of a FilePicker service may support the usage of
+	different templates. The following constants define the currently
 	specified templates.
-	
+
 	@see com::sun::star::ui::dialogs::FilePicker
  */
 
@@ -46,7 +46,7 @@
 	/** A FileSave dialog without any additional controls.
 	*/
 	const short FILESAVE_SIMPLE                                = 1;
-	
+
 	//---------------------------------------------------------------------
 	/** A FileSave dialog with additional controls.
 		<ul>
@@ -130,7 +130,7 @@
 	*/
 	const short FILESAVE_AUTOEXTENSION			               = 10;
 
-};	
+};
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/ui/dialogs/WizardButton.idl b/main/offapi/com/sun/star/ui/dialogs/WizardButton.idl
index e4163a0..46a5907 100644
--- a/main/offapi/com/sun/star/ui/dialogs/WizardButton.idl
+++ b/main/offapi/com/sun/star/ui/dialogs/WizardButton.idl
@@ -22,7 +22,7 @@
 #ifndef __com_sun_star_ui_dialogs_WizardButton_idl__
 #define __com_sun_star_ui_dialogs_WizardButton_idl__
 
-module com { module sun { module star { module ui { module dialogs { 
+module com { module sun { module star { module ui { module dialogs {
 
 /** denotes the buttons found in a <type>Wizard</type>
 
diff --git a/main/offapi/com/sun/star/ui/dialogs/WizardTravelType.idl b/main/offapi/com/sun/star/ui/dialogs/WizardTravelType.idl
index 8c10f6e..51883ad 100644
--- a/main/offapi/com/sun/star/ui/dialogs/WizardTravelType.idl
+++ b/main/offapi/com/sun/star/ui/dialogs/WizardTravelType.idl
@@ -38,6 +38,6 @@
     const short FINISH = 3;
 };
 
-}; }; }; }; }; 
+}; }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/ui/dialogs/XAsynchronousExecutableDialog.idl b/main/offapi/com/sun/star/ui/dialogs/XAsynchronousExecutableDialog.idl
index 986effd..ff01740 100644
--- a/main/offapi/com/sun/star/ui/dialogs/XAsynchronousExecutableDialog.idl
+++ b/main/offapi/com/sun/star/ui/dialogs/XAsynchronousExecutableDialog.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ui/dialogs/XControlAccess.idl b/main/offapi/com/sun/star/ui/dialogs/XControlAccess.idl
index 27dd1c3..98137b7 100644
--- a/main/offapi/com/sun/star/ui/dialogs/XControlAccess.idl
+++ b/main/offapi/com/sun/star/ui/dialogs/XControlAccess.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -37,13 +37,13 @@
 module com { module sun { module star { module ui { module dialogs {
 
 //=============================================================================
-/** Generic control access interface. 
+/** Generic control access interface.
 
 	<p>Use this interface to access user interface controls supported
-        by the implementing service. The supported controls, control 
-        properties and the appropriate values are documented in the 
+        by the implementing service. The supported controls, control
+        properties and the appropriate values are documented in the
         description of the implementing service.</p>
-    
+
     @see com::sun::star::ui::dialogs::FilePicker
     @see com::sun::star::ui::dialogs::FilePicker
 
@@ -53,18 +53,18 @@
 {
 //-------------------------------------------------------------------------
 /** Change a control property.
-    
+
     @param aControlName
         The name of the control. Common control names are for
         instance 'OkButton' or 'CancelButton'.
-    
+
     @param aControlProperty
         The control property to manipulate. Common control properties
         are for instance 'Label' or 'State'.
-    
+
     @param aValue
         A value appropriated for the property.
-    
+
     @throws com::sun::star::lang::IllegalArgumentException
         when the control is not supported, the control property is invalid or
         the value fits not the control action.
@@ -78,14 +78,14 @@
     @param aControlName
        The name of the control. Common control names are for
         instance 'OkButton' or 'CancelButton'.
-       
+
     @param aControlProperty
         The requested control property. Common control properties
         are for instance 'Label' or 'State'.
-        
-    @returns 
+
+    @returns
         the requested value.
-        
+
     @throws com::sun::star::lang::IllegalArgumentException
         when the control is not supported or the control property is invalid.
 */
diff --git a/main/offapi/com/sun/star/ui/dialogs/XControlInformation.idl b/main/offapi/com/sun/star/ui/dialogs/XControlInformation.idl
index d64759f..d7af652 100644
--- a/main/offapi/com/sun/star/ui/dialogs/XControlInformation.idl
+++ b/main/offapi/com/sun/star/ui/dialogs/XControlInformation.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 #ifndef __com_sun_star_ui_dialogs_XControlInformation_idl__
 #define __com_sun_star_ui_dialogs_XControlInformation_idl__
 
@@ -37,7 +37,7 @@
 module com { module sun { module star { module ui { module dialogs {
 
 //=============================================================================
-/** Interface to query for controls and control properties supported by the 
+/** Interface to query for controls and control properties supported by the
     implementing instance.
 
     @since OpenOffice 1.1.2
@@ -47,54 +47,54 @@
 //-------------------------------------------------------------------------
 /** Query for the supported controls of a service instance.
 
-    @returns 
+    @returns
         a sequence with the names of the supported controls.
 */
 sequence<string> getSupportedControls( );
 
 //-------------------------------------------------------------------------
 /** Returns whether the specified control is supported or not.
-    
+
     @param aControlName
         The name of the control. Common control names are for
         instance 'OkButton' or 'CancelButton'.
-    
-    @returns 
+
+    @returns
         <TRUE/> if the specified control is supported.
         <FALSE/> if the specified control is not supported.
 */
 boolean isControlSupported( [in] string aControlName );
-    
+
 //-------------------------------------------------------------------------
 /** Returns a sequence with properties supported by the specified
     control.
-    
+
     @param aControlName
         The name of the control. Common control names are for
         instance 'OkButton' or 'CancelButton'.
-        
+
     @returns
         a sequence of control properties supported by the specified control.
-        
+
     @throws com::sun::star::lang::IllegalArgumentException
         when the specified control is not supported.
 */
 sequence<string> getSupportedControlProperties( [in] string aControlName )
     raises( com::sun::star::lang::IllegalArgumentException );
-    
+
 //-------------------------------------------------------------------------
 /** Returns whether control property is supported by a control.
-    
+
     @param aControlName
        The name of the control.
-       
+
     @param aControlProperty
         The control property to query for.
-        
-    @returns 
+
+    @returns
         <TRUE/> if the specified control action is supported.
         <FALSE/> if the specified control action is not supported.
-        
+
     @throws com::sun::star::lang::IllegalArgumentException
         when the specified control is not supported.
 */
diff --git a/main/offapi/com/sun/star/ui/dialogs/XDialogClosedListener.idl b/main/offapi/com/sun/star/ui/dialogs/XDialogClosedListener.idl
index 392356a..545a88c 100644
--- a/main/offapi/com/sun/star/ui/dialogs/XDialogClosedListener.idl
+++ b/main/offapi/com/sun/star/ui/dialogs/XDialogClosedListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/ui/dialogs/XExecutableDialog.idl b/main/offapi/com/sun/star/ui/dialogs/XExecutableDialog.idl
index 19ae65f..71e07c3 100644
--- a/main/offapi/com/sun/star/ui/dialogs/XExecutableDialog.idl
+++ b/main/offapi/com/sun/star/ui/dialogs/XExecutableDialog.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -39,14 +39,14 @@
 //=============================================================================
 /** Specifies an interface for an executable dialog.
 */
- 
+
 
 published interface XExecutableDialog: com::sun::star::uno::XInterface
 {
 	//-------------------------------------------------------------------------
 	/**	Sets the title of the dialog.
 
-		@param aTitle  
+		@param aTitle
 		Set an arbitrary title for the dialog,
 		may be an empty string if the dialog should not
 		have a title.
@@ -56,7 +56,7 @@
 	//-------------------------------------------------------------------------
 	/**	Executes (shows) the dialog.
 
-		@returns 
+		@returns
 		A status code of type <type>ExecutableDialogResults</type>.
 	*/
 	short execute();
diff --git a/main/offapi/com/sun/star/ui/dialogs/XFilePicker.idl b/main/offapi/com/sun/star/ui/dialogs/XFilePicker.idl
index 6f7fd93..7e806d5 100644
--- a/main/offapi/com/sun/star/ui/dialogs/XFilePicker.idl
+++ b/main/offapi/com/sun/star/ui/dialogs/XFilePicker.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -42,17 +42,17 @@
 //=============================================================================
 /** Specifies an interface for a FilePicker
 */
- 
+
 published interface XFilePicker: com::sun::star::ui::dialogs::XExecutableDialog
 {
 
 	//-------------------------------------------------------------------------
-	/**	Enable/disable multiselection mode 
+	/**	Enable/disable multiselection mode
 
-		<p>If the multiselection mode is enabled, multiple files 
+		<p>If the multiselection mode is enabled, multiple files
 		may be selected by the user else only one file selection at a time is possible</p>
-	
-		@param bMode 
+
+		@param bMode
 		<p>A value of <TRUE/> enables the multiselection mode.</p>
 		<p>A value of <FALSE/> disables the multiselection mode, this is the default.</p>
 	*/
@@ -62,7 +62,7 @@
 	/**	Sets the default string that appears in the file name box of a FilePicker.
 
 		@param aName
-		<p>	Specifies the default file name, displayed when the FilePicker 
+		<p>	Specifies the default file name, displayed when the FilePicker
 			is shown. The implementation may accept any string, and does not
 			have to check for a valid file name or if the file really exists.
 		</p>
@@ -74,21 +74,21 @@
 
 		@param aDirectory
 		Specifies the initial directory in URL format. The given URL must be
-		conform to <a href="http://www.w3.org/Addressing/rfc1738.txt">Rfc1738</a>). 
-			
+		conform to <a href="http://www.w3.org/Addressing/rfc1738.txt">Rfc1738</a>).
+
 		@throws com::sun::star::lang::IllegalArgumentException
-		if the URL is invalid (doesn't conform to <a href="http://www.w3.org/Addressing/rfc1738.txt">Rfc1738</a>).		
+		if the URL is invalid (doesn't conform to <a href="http://www.w3.org/Addressing/rfc1738.txt">Rfc1738</a>).
 	*/
 	void setDisplayDirectory( [in] string aDirectory )
 		raises( ::com::sun::star::lang::IllegalArgumentException );
 
 	//-------------------------------------------------------------------------
-	/**	Returns the directory that the file dialog is currently showing or 
-		was last showing before closing the dialog with Ok. If the user 
-		did cancel the dialog, the returned value is undefined. 
+	/**	Returns the directory that the file dialog is currently showing or
+		was last showing before closing the dialog with Ok. If the user
+		did cancel the dialog, the returned value is undefined.
 
-		@returns 
-		The directory in URL format, must be conform to <a href="http://www.w3.org/Addressing/rfc1738.txt">Rfc1738</a>.		
+		@returns
+		The directory in URL format, must be conform to <a href="http://www.w3.org/Addressing/rfc1738.txt">Rfc1738</a>.
 	 */
 	string getDisplayDirectory();
 
@@ -96,35 +96,35 @@
 	/**	Returns a sequence of the selected files including path information in
 		URL format, conform to <a href="http://www.w3.org/Addressing/rfc1738.txt">Rfc1738</a>.
 
-		<p>If the user closed the dialog with cancel an empty sequence will be 
+		<p>If the user closed the dialog with cancel an empty sequence will be
 		returned.</p>
 		<br/>
-		<p>If the dialog is in execution mode and a single file is selected 
+		<p>If the dialog is in execution mode and a single file is selected
 		the complete URL of this file will be returned.</p>
-		<p>If the dialog is in execution mode and multiple files are selected 
+		<p>If the dialog is in execution mode and multiple files are selected
 		an empty sequence will be returned.</p>
 		<p>If the dialog is in execution mode and the selected file name is false
 		or any other error occurs an empty sequence will be returned.</p>
 
-		@returns 
+		@returns
 		<p>	The complete path of the file or directory currently selected
 			in URL format. There are two different cases:
 			<ol>
-				<li>Multiselection is disabled: 
-				The first and only entry of the sequence contains the complete 
+				<li>Multiselection is disabled:
+				The first and only entry of the sequence contains the complete
 				path/filename in URL format.</li>
 
-				<li>Multiselection is enabled:  
+				<li>Multiselection is enabled:
 				If only one file is selected, the first entry
-				of the sequence contains the complete path/filename in URL format. 
-				If multiple files are selected, the first entry of the sequence contains 
-				the path in URL format, and the other entries contains the names of the selected 
+				of the sequence contains the complete path/filename in URL format.
+				If multiple files are selected, the first entry of the sequence contains
+				the path in URL format, and the other entries contains the names of the selected
 				files without path information.</li>
 			</ol>
-			
+
 			<br/>
 
-			<p><strong>Notes for the implementation of a FileSave dialog:</strong>If there exists 
+			<p><strong>Notes for the implementation of a FileSave dialog:</strong>If there exists
 			a checkbox "Automatic File Extension" which is checked and a valid filter is currently selected
 			the dialog may automatically add an extension to the selected file name.</p>
 		</p>
diff --git a/main/offapi/com/sun/star/ui/dialogs/XFilePicker2.idl b/main/offapi/com/sun/star/ui/dialogs/XFilePicker2.idl
index 14df893..d083ceb 100644
--- a/main/offapi/com/sun/star/ui/dialogs/XFilePicker2.idl
+++ b/main/offapi/com/sun/star/ui/dialogs/XFilePicker2.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -52,11 +52,11 @@
         full qualified URL's for every selected file.
         </p>
 
-        @returns 
+        @returns
 		<p>A list of all selected file as complete URL's.</p>
         <br/>
 
-        <p><strong>Notes for the implementation of a FileSave dialog:</strong>If there exists 
+        <p><strong>Notes for the implementation of a FileSave dialog:</strong>If there exists
         a checkbox "Automatic File Extension" which is checked and a valid filter is currently selected
         the dialog may automatically add an extension to the selected file name(s).</p>
 	*/
diff --git a/main/offapi/com/sun/star/ui/dialogs/XFilePickerControlAccess.idl b/main/offapi/com/sun/star/ui/dialogs/XFilePickerControlAccess.idl
index 007f09f..2fbe185 100644
--- a/main/offapi/com/sun/star/ui/dialogs/XFilePickerControlAccess.idl
+++ b/main/offapi/com/sun/star/ui/dialogs/XFilePickerControlAccess.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -45,7 +45,7 @@
 {
 
 //-------------------------------------------------------------------------
-/** Set the value of an additional element within a FilePicker. 
+/** Set the value of an additional element within a FilePicker.
 
 	@param ControlId
 	Identifies the element which value is to be set.
@@ -54,24 +54,24 @@
 		Specifies an action to perform with the given value.
 		aControlAction has to be one of the values defined in <type>ControlActions</type>.
 		Not all of the values are valid for all controls.
-		To add a new filter to the FilePicker use the interface XFilterManager, but 
+		To add a new filter to the FilePicker use the interface XFilterManager, but
 		optionally an implementation may also support adding new filter using this
 		method.
-		
-	@param aValue 
+
+	@param aValue
 	The value to set. For checkboxes aValue should be a boolean value that
 	should be <TRUE/> if the checkbox should be checked and <FALSE/> otherwise.
-	
+
 	@see com::sun::star::ui::dialogs::CommonFilePickerElementIds
 	@see com::sun::star::ui::dialogs::ExtendedFilePickerElementIds
 	@see com::sun::star::ui::dialogs::ControlActions
 */
-void setValue( [in] short aControlId, [in] short aControlAction, [in] any aValue );	
+void setValue( [in] short aControlId, [in] short aControlAction, [in] any aValue );
 
 //-------------------------------------------------------------------------
 /** Get the value of an additional element within a FilePicker
-    
-	@param aControlId 
+
+	@param aControlId
 	Identifies the element for which value is requested.
 
 	@param aControlAction
@@ -79,7 +79,7 @@
 	aControlAction has to be one of the values defined in <type>ControlActions</type>.
 	Not all of the values are valid for all controls.
 
-	@returns 
+	@returns
 	The value of the specified element. If the specified control
 	is a checkbox the returned value is a boolean that is <TRUE/>
 	if the checkbox is checked <FALSE/> otherwise.
@@ -90,12 +90,12 @@
 	@see com::sun::star::ui::dialogs::CommonFilePickerElementIds
 	@see com::sun::star::ui::dialogs::ExtendedFilePickerElementIds
 	@see com::sun::star::ui::dialogs::ControlActions
-*/	
-any getValue( [in] short aControlId, [in] short aControlAction );	
+*/
+any getValue( [in] short aControlId, [in] short aControlAction );
 
 //-------------------------------------------------------------------------
 /** Set the label of the specified element. If the specified element
-	doesn't support setting a label, this method has no effect.		
+	doesn't support setting a label, this method has no effect.
 
 	@param aControlId
 	Identifies the element for which the label should be set.
@@ -109,12 +109,12 @@
 void setLabel( [in] short aControlId, [in] string aLabel );
 
 //-------------------------------------------------------------------------
-/** Returns the label of the specified element. 
-	
+/** Returns the label of the specified element.
+
 	@param aControlId
 	Identifies the element for which the label should be returned.
 
-	@returns 
+	@returns
 	The label of the specified element or an empty string if
 	the specified element has no or supports no label or the
 	specified element doesn't exist.
@@ -127,7 +127,7 @@
 //-------------------------------------------------------------------------
 /** Enables or disables a control.
 
-    @param ControlId 
+    @param ControlId
 	Identifies the control.
 
 	@param bEnable
diff --git a/main/offapi/com/sun/star/ui/dialogs/XFilePickerListener.idl b/main/offapi/com/sun/star/ui/dialogs/XFilePickerListener.idl
index a159c8b..dfa1b02 100644
--- a/main/offapi/com/sun/star/ui/dialogs/XFilePickerListener.idl
+++ b/main/offapi/com/sun/star/ui/dialogs/XFilePickerListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -49,7 +49,7 @@
 published interface XFilePickerListener: com::sun::star::lang::XEventListener
 {
 	//-------------------------------------------------------------------------
-	/** A client receives this event if the file selection within the 
+	/** A client receives this event if the file selection within the
 		FilePicker service dialog changes.
 
 		@param aEvent
@@ -61,7 +61,7 @@
 
 
 	//-------------------------------------------------------------------------
-	/** A client receives this event if the directory selection within the 
+	/** A client receives this event if the directory selection within the
 		FilePicker dialog changes.
 
 		@param aEvent
@@ -78,19 +78,19 @@
 		@param aEvent
 		of type <type>FilePickerEvent</type> that describes the event
 
-		@returns 
+		@returns
 		A help string which the FilePicker dialog should use to display
 		a help for a specific control. If the returned string is empty it is
 		undefined how the FilePicker implementation will behave.
 		It may show a message 'no help available' or may show no
-		help at all. 
+		help at all.
 
 		@see com::sun::star::ui::dialogs::FilePickerEvent
 	*/
 	string helpRequested( [in] FilePickerEvent aEvent );
 
 	//-------------------------------------------------------------------------
-	/** A client receives this event if the state of a control within the 
+	/** A client receives this event if the state of a control within the
 		FilePicker service dialog changes.
 
 		@param aEvent
@@ -103,7 +103,7 @@
 	//-------------------------------------------------------------------------
 	/** A client receives this event if the size of the FilePicker dialog
 		has changed. If the FilePicker dialog contains a preview the client
-		may ask for the new dimension of the preview area. 
+		may ask for the new dimension of the preview area.
 	*/
 	void dialogSizeChanged( );
 };
diff --git a/main/offapi/com/sun/star/ui/dialogs/XFilePickerNotifier.idl b/main/offapi/com/sun/star/ui/dialogs/XFilePickerNotifier.idl
index 9f41d49..ab68476 100644
--- a/main/offapi/com/sun/star/ui/dialogs/XFilePickerNotifier.idl
+++ b/main/offapi/com/sun/star/ui/dialogs/XFilePickerNotifier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -49,7 +49,7 @@
 		@param xListener
 		The <type>XFilePickerListener</type> interface of the listener that
 		wants to receive events of type <type>FilePickerEvent</type>.
-		<p>Invalid interfaces or NULL values will be ignored.</p>		
+		<p>Invalid interfaces or NULL values will be ignored.</p>
 	*/
 	[oneway] void addFilePickerListener( [in] XFilePickerListener xListener );
 
diff --git a/main/offapi/com/sun/star/ui/dialogs/XFilterGroupManager.idl b/main/offapi/com/sun/star/ui/dialogs/XFilterGroupManager.idl
index 5a8e68e..5f07d65 100644
--- a/main/offapi/com/sun/star/ui/dialogs/XFilterGroupManager.idl
+++ b/main/offapi/com/sun/star/ui/dialogs/XFilterGroupManager.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -33,10 +33,10 @@
 #include <com/sun/star/lang/IllegalArgumentException.idl>
 #endif
 
-module com {  module sun {  module star {  module ui { module dialogs { 
+module com {  module sun {  module star {  module ui { module dialogs {
 
 //=============================================================================
-/** Specifies an interface which allows manipulation of groups of filters 
+/** Specifies an interface which allows manipulation of groups of filters
 	for the <type>FilePicker</type> service.
 */
 published interface XFilterGroupManager : com::sun::star::uno::XInterface
diff --git a/main/offapi/com/sun/star/ui/dialogs/XFilterManager.idl b/main/offapi/com/sun/star/ui/dialogs/XFilterManager.idl
index d1de307..8e28ba7 100644
--- a/main/offapi/com/sun/star/ui/dialogs/XFilterManager.idl
+++ b/main/offapi/com/sun/star/ui/dialogs/XFilterManager.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -39,12 +39,12 @@
 //=============================================================================
 /** Specifies a filter manager interface for a FilePicker
 */
- 
+
 published interface XFilterManager: com::sun::star::uno::XInterface
 {
 
 	//-------------------------------------------------------------------------
-	/**	Adds a filter identified by a title. 
+	/**	Adds a filter identified by a title.
 
 		@param aTitle
 		Specifies the name of the filter as shown in the filter box of the
@@ -57,7 +57,7 @@
 
 		@throws ::com::sun::star::lang::IllegalArgumentException
 		If a filter with the specified title already exists.
-			
+
 	*/
 	void appendFilter( [in] string aTitle, [in] string aFilter )
 		raises( ::com::sun::star::lang::IllegalArgumentException );
@@ -77,7 +77,7 @@
 	//-------------------------------------------------------------------------
 	/**	Returns the currently selected filter.
 
-		@returns 
+		@returns
 		The name of the selected filter or an empty string if
 		there is no filter or no filter is currently selected.
 	*/
diff --git a/main/offapi/com/sun/star/ui/dialogs/XFolderPicker.idl b/main/offapi/com/sun/star/ui/dialogs/XFolderPicker.idl
index 174980b..6c43c11 100644
--- a/main/offapi/com/sun/star/ui/dialogs/XFolderPicker.idl
+++ b/main/offapi/com/sun/star/ui/dialogs/XFolderPicker.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -42,17 +42,17 @@
 //=============================================================================
 /** Specifies a FolderPicker interface.
 */
- 
+
 published interface XFolderPicker: com::sun::star::ui::dialogs::XExecutableDialog
 {
 	//-------------------------------------------------------------------------
 	/**	Sets the root directory that the FolderPicker should display.
-		It is not specified which root directory the FolderPicker 
+		It is not specified which root directory the FolderPicker
 		chooses if the specified root directory doesn't exist.
-		
+
 		@param aDirectory
-		Specifies the root directory in url format, conform to <a href="http://www.w3.org/Addressing/rfc1738.txt">Rfc1738</a>. 
-		
+		Specifies the root directory in url format, conform to <a href="http://www.w3.org/Addressing/rfc1738.txt">Rfc1738</a>.
+
 		@throws	com::sun::star::lang::IllegalArgumentException
 		if the given url is invalid.
 	*/
@@ -60,18 +60,18 @@
 		raises( ::com::sun::star::lang::IllegalArgumentException );
 
 	//-------------------------------------------------------------------------
-	/**	Returns the root directory that the FolderPicker is showing. The 
-		return value is undefined if the client did not choose a root directory 
+	/**	Returns the root directory that the FolderPicker is showing. The
+		return value is undefined if the client did not choose a root directory
 		or the previously specified root directory doesn't exist.
 
-		@returns 
+		@returns
 		The directory in url format.
 	 */
 	string getDisplayDirectory();
 
 	//-------------------------------------------------------------------------
 	/** Returns the selected directory as url conform to <a href="http://www.w3.org/Addressing/rfc1738.txt">Rfc1738</a>.
-		
+
 		@returns
 		The selected directory as url if the user did close the dialog with ok
 		else the returned value is undefined.
@@ -79,9 +79,9 @@
 	string getDirectory( );
 
 	//-------------------------------------------------------------------------
-	/** The implementation may optionally show the given text as a description 
-		for the user within the dialog, e.g. "Please select a directory". 
-		If the client doesn't set a description the dialog may show a default 
+	/** The implementation may optionally show the given text as a description
+		for the user within the dialog, e.g. "Please select a directory".
+		If the client doesn't set a description the dialog may show a default
 		description.
 	*/
 	void setDescription( [in] string aDescription );
diff --git a/main/offapi/com/sun/star/util/AliasProgrammaticPair.idl b/main/offapi/com/sun/star/util/AliasProgrammaticPair.idl
index 0f2d4de..92fde4d 100644
--- a/main/offapi/com/sun/star/util/AliasProgrammaticPair.idl
+++ b/main/offapi/com/sun/star/util/AliasProgrammaticPair.idl
@@ -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,46 +7,46 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_AliasProgrammaticPair_idl__ 
-#define __com_sun_star_util_AliasProgrammaticPair_idl__ 
- 
-//============================================================================= 
-module com {  module sun {  module star {  module util { 
- 
-//============================================================================= 
- 
-/** represents an entry from a component which implements the 
+#ifndef __com_sun_star_util_AliasProgrammaticPair_idl__
+#define __com_sun_star_util_AliasProgrammaticPair_idl__
+
+//=============================================================================
+module com {  module sun {  module star {  module util {
+
+//=============================================================================
+
+/** represents an entry from a component which implements the
 	<type>XLocalizedAliases</type>.
  */
 published struct AliasProgrammaticPair
 {
 	/** determines the name which is registered as an alias for a programmatic name.
 	 */
-	string Alias; 
-	//------------------------------------------------------------------------- 
-	 
-	/** determines which programmatic name belongs to the alias. 
-	
+	string Alias;
+	//-------------------------------------------------------------------------
+
+	/** determines which programmatic name belongs to the alias.
+
 		@see com::sun::star::util::XLocalizedAliases
 	 */
-	string ProgrammaticName; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
+	string ProgrammaticName;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/util/AtomClassRequest.idl b/main/offapi/com/sun/star/util/AtomClassRequest.idl
index 8388b3a..47e31e8 100644
--- a/main/offapi/com/sun/star/util/AtomClassRequest.idl
+++ b/main/offapi/com/sun/star/util/AtomClassRequest.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/util/AtomDescription.idl b/main/offapi/com/sun/star/util/AtomDescription.idl
index ac54bdd..cb9d8f1 100644
--- a/main/offapi/com/sun/star/util/AtomDescription.idl
+++ b/main/offapi/com/sun/star/util/AtomDescription.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/util/CellProtection.idl b/main/offapi/com/sun/star/util/CellProtection.idl
index 82fe51a..0b17451 100644
--- a/main/offapi/com/sun/star/util/CellProtection.idl
+++ b/main/offapi/com/sun/star/util/CellProtection.idl
@@ -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,56 +7,56 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_CellProtection_idl__ 
-#define __com_sun_star_util_CellProtection_idl__ 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_util_CellProtection_idl__
+#define __com_sun_star_util_CellProtection_idl__
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module util {
+
+//=============================================================================
+
 /** describes the kind of protection for a protectable cell.
  */
 published struct CellProtection
 {
 	/** specifies if the cell is locked from modifications by the user.
 	 */
-	boolean IsLocked; 
- 
-	//------------------------------------------------------------------------- 
+	boolean IsLocked;
+
+	//-------------------------------------------------------------------------
 	/** specifies if the formula is hidden from the user.
 	 */
-	boolean IsFormulaHidden; 
- 
-	//------------------------------------------------------------------------- 
+	boolean IsFormulaHidden;
+
+	//-------------------------------------------------------------------------
 	/** specifies if the cell is hidden from the user.
 	 */
-	boolean IsHidden; 
- 
-	//------------------------------------------------------------------------- 
+	boolean IsHidden;
+
+	//-------------------------------------------------------------------------
 	/** specifies if the cell is hidden on printouts.
 	 */
-	boolean IsPrintHidden; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	boolean IsPrintHidden;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/util/ChangesEvent.idl b/main/offapi/com/sun/star/util/ChangesEvent.idl
index 787c267..2814285 100644
--- a/main/offapi/com/sun/star/util/ChangesEvent.idl
+++ b/main/offapi/com/sun/star/util/ChangesEvent.idl
@@ -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,67 +7,67 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_ChangesEvent_idl__ 
-#define __com_sun_star_util_ChangesEvent_idl__ 
- 
-#ifndef __com_sun_star_lang_EventObject_idl__ 
-#include <com/sun/star/lang/EventObject.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_ElementChange_idl__ 
-#include <com/sun/star/util/ElementChange.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_ChangesSet_idl__ 
-#include <com/sun/star/util/ChangesSet.idl> 
-#endif 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_util_ChangesEvent_idl__
+#define __com_sun_star_util_ChangesEvent_idl__
+
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
+
+#ifndef __com_sun_star_util_ElementChange_idl__
+#include <com/sun/star/util/ElementChange.idl>
+#endif
+
+#ifndef __com_sun_star_util_ChangesSet_idl__
+#include <com/sun/star/util/ChangesSet.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module util {
+
+//=============================================================================
+
 /** This event is fired when a set of changes becomes effective on the source of the event.
 
-	@see XChangesSet 
-	@see XChangesBatch 
-	@see XChangesListener 
-	@see XChangesNotifier 
-	@see com::sun::star::container::ContainerEvent 
+	@see XChangesSet
+	@see XChangesBatch
+	@see XChangesListener
+	@see XChangesNotifier
+	@see com::sun::star::container::ContainerEvent
 	@see ElementChange
  */
 published struct ChangesEvent: com::sun::star::lang::EventObject
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** contains the accessor to the common root of the changed elements.
-		
+
 		<p>Type and value of the accessor depend on the service.</p>
 	 */
-	any Base; 
- 
-	//------------------------------------------------------------------------- 
+	any Base;
+
+	//-------------------------------------------------------------------------
 	/** contains the changes which occurred.
 	 */
-	ChangesSet Changes; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	ChangesSet Changes;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/util/ChangesSet.idl b/main/offapi/com/sun/star/util/ChangesSet.idl
index 07e2db3..ba0a3c8 100644
--- a/main/offapi/com/sun/star/util/ChangesSet.idl
+++ b/main/offapi/com/sun/star/util/ChangesSet.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -35,11 +35,11 @@
 
 //=============================================================================
 
-module com { module sun { module star { module util { 
+module com { module sun { module star { module util {
 
 //=============================================================================
 /** describes a set of changes occurring as a batch transaction.
-	
+
 	@see XChangesBatch
 	@see XChangesSet
 	@see ChangesEvent
@@ -52,6 +52,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/util/CloseVetoException.idl b/main/offapi/com/sun/star/util/CloseVetoException.idl
index 7664fcf..d196253 100644
--- a/main/offapi/com/sun/star/util/CloseVetoException.idl
+++ b/main/offapi/com/sun/star/util/CloseVetoException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/util/Color.idl b/main/offapi/com/sun/star/util/Color.idl
index 5254e86..ee1278c 100644
--- a/main/offapi/com/sun/star/util/Color.idl
+++ b/main/offapi/com/sun/star/util/Color.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -26,11 +26,11 @@
 
 //=============================================================================
 
-module com { module sun { module star { module util { 
+module com { module sun { module star { module util {
 
 //=============================================================================
 /** describes an RGB color value with an optional alpha channel.
-	
+
 	<p>The byte order is from high to low:
 	<ol>alpha channel
 	<li>red</li>
@@ -42,6 +42,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/util/DataEditorEvent.idl b/main/offapi/com/sun/star/util/DataEditorEvent.idl
index 3e2310f..ad04bcb 100644
--- a/main/offapi/com/sun/star/util/DataEditorEvent.idl
+++ b/main/offapi/com/sun/star/util/DataEditorEvent.idl
@@ -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,45 +7,45 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_DataEditorEvent_idl__ 
-#define __com_sun_star_util_DataEditorEvent_idl__ 
- 
-#ifndef __com_sun_star_lang_EventObject_idl__ 
-#include <com/sun/star/lang/EventObject.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_DataEditorEventType_idl__ 
-#include <com/sun/star/util/DataEditorEventType.idl> 
-#endif 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module util {  
- 
+#ifndef __com_sun_star_util_DataEditorEvent_idl__
+#define __com_sun_star_util_DataEditorEvent_idl__
+
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
+
+#ifndef __com_sun_star_util_DataEditorEventType_idl__
+#include <com/sun/star/util/DataEditorEventType.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module util {
+
 /** specifies an event broadcasted by an <type>XDataEditor</type>.
  */
 published struct DataEditorEvent: com::sun::star::lang::EventObject
-{ 
+{
 	/** specifies the type of the event.
 	 */
-	DataEditorEventType Type; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	DataEditorEventType Type;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/util/DataEditorEventType.idl b/main/offapi/com/sun/star/util/DataEditorEventType.idl
index 298bbd2..2080dca 100644
--- a/main/offapi/com/sun/star/util/DataEditorEventType.idl
+++ b/main/offapi/com/sun/star/util/DataEditorEventType.idl
@@ -20,28 +20,28 @@
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_DataEditorEventType_idl__ 
-#define __com_sun_star_util_DataEditorEventType_idl__ 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module util {  
- 
+#ifndef __com_sun_star_util_DataEditorEventType_idl__
+#define __com_sun_star_util_DataEditorEventType_idl__
+
+//=============================================================================
+
+module com {  module sun {  module star {  module util {
+
 /** specifies the type of an event from an <type>XDataEditor</type>.
  */
 published enum DataEditorEventType
-{ 
+{
 	/** specifies that the data editing is done (data stored).
 	 */
-	DONE, 
-	
+	DONE,
+
 	/** specifies that the data editing was canceled by the user (data not stored).
 	 */
-	CANCELED 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	CANCELED
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/util/Date.idl b/main/offapi/com/sun/star/util/Date.idl
index b3770a8..bb66db2 100644
--- a/main/offapi/com/sun/star/util/Date.idl
+++ b/main/offapi/com/sun/star/util/Date.idl
@@ -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,53 +7,53 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_Date_idl__ 
-#define __com_sun_star_util_Date_idl__ 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_util_Date_idl__
+#define __com_sun_star_util_Date_idl__
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module util {
+
+//=============================================================================
+
 /** represents a date value.
  */
 published struct Date
 {
 	/** contains the day of month (1-31 or 0 for a void date).
 	 */
-	unsigned short Day; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	unsigned short Day;
+
+	//-------------------------------------------------------------------------
+
 	/** contains the month of year (1-12 or 0 for a void date).
 	 */
-	unsigned short Month; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	unsigned short Month;
+
+	//-------------------------------------------------------------------------
+
 	/** contains the year.
 	 */
-	unsigned short Year; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	unsigned short Year;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/util/DateTime.idl b/main/offapi/com/sun/star/util/DateTime.idl
index 0e10cc9..f145f52 100644
--- a/main/offapi/com/sun/star/util/DateTime.idl
+++ b/main/offapi/com/sun/star/util/DateTime.idl
@@ -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,77 +7,77 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_DateTime_idl__ 
-#define __com_sun_star_util_DateTime_idl__ 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_util_DateTime_idl__
+#define __com_sun_star_util_DateTime_idl__
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module util {
+
+//=============================================================================
+
 /** represents a combined date+time value.
  */
 published struct DateTime
 {
 	/** contains the hundredth seconds (0-99).
 	 */
-	unsigned short HundredthSeconds; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	unsigned short HundredthSeconds;
+
+	//-------------------------------------------------------------------------
+
 	/** contains the seconds (0-59).
 	 */
-	unsigned short Seconds; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	unsigned short Seconds;
+
+	//-------------------------------------------------------------------------
+
 	/** contains the minutes (0-59).
 	 */
-	unsigned short Minutes; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	unsigned short Minutes;
+
+	//-------------------------------------------------------------------------
+
 	/** contains the hour (0-23).
 	 */
-	unsigned short Hours; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	unsigned short Hours;
+
+	//-------------------------------------------------------------------------
+
 	/** is the day of month (1-31 or 0 for a void date).
 	 */
-	unsigned short Day; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	unsigned short Day;
+
+	//-------------------------------------------------------------------------
+
 	/** is the month of year (1-12 or 0 for a void date).
 	 */
-	unsigned short Month; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	unsigned short Month;
+
+	//-------------------------------------------------------------------------
+
 	/** is the year.
 	 */
-	unsigned short Year; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	unsigned short Year;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/util/DateTimeRange.idl b/main/offapi/com/sun/star/util/DateTimeRange.idl
index 7319c3e..702708e 100644
--- a/main/offapi/com/sun/star/util/DateTimeRange.idl
+++ b/main/offapi/com/sun/star/util/DateTimeRange.idl
@@ -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,106 +7,106 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_DateTimeRange_idl__ 
-#define __com_sun_star_util_DateTimeRange_idl__ 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_util_DateTimeRange_idl__
+#define __com_sun_star_util_DateTimeRange_idl__
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module util {
+
+//=============================================================================
+
 /** represents a range of date+time values.
  */
 published struct DateTimeRange
 {
 	/** contains the start hundredth seconds (0-99) for the range.
 	 */
-	unsigned short StartHundredthSeconds; 
- 
-	//------------------------------------------------------------------------- 
+	unsigned short StartHundredthSeconds;
+
+	//-------------------------------------------------------------------------
 	/** contains the start seconds (0-59) for the range.
 	 */
-	unsigned short StartSeconds; 
- 
-	//------------------------------------------------------------------------- 
+	unsigned short StartSeconds;
+
+	//-------------------------------------------------------------------------
 	/** contains the start minutes (0-59) for the range.
 	 */
-	unsigned short StartMinutes; 
- 
-	//------------------------------------------------------------------------- 
+	unsigned short StartMinutes;
+
+	//-------------------------------------------------------------------------
 	/** contains the start hour (0-23) for the range.
 	 */
-	unsigned short StartHours; 
- 
-	//------------------------------------------------------------------------- 
+	unsigned short StartHours;
+
+	//-------------------------------------------------------------------------
 	/** contains the start day of month (1-31 or 0 for a void date) for the range.
 	 */
-	unsigned short StartDay; 
- 
-	//------------------------------------------------------------------------- 
+	unsigned short StartDay;
+
+	//-------------------------------------------------------------------------
 	/** contains the start month of year (1-12 or 0 for a void date) for the range.
 	 */
-	unsigned short StartMonth; 
- 
-	//------------------------------------------------------------------------- 
+	unsigned short StartMonth;
+
+	//-------------------------------------------------------------------------
 	/** contains the start year for the range.
 	 */
-	unsigned short StartYear; 
- 
-	//------------------------------------------------------------------------- 
+	unsigned short StartYear;
+
+	//-------------------------------------------------------------------------
 	/** contains the end hundredth seconds (0-99) for the range.
 	 */
-	unsigned short EndHundredthSeconds; 
- 
-	//------------------------------------------------------------------------- 
+	unsigned short EndHundredthSeconds;
+
+	//-------------------------------------------------------------------------
 	/** contains the end seconds (0-59) for the range.
 	 */
-	unsigned short EndSeconds; 
- 
-	//------------------------------------------------------------------------- 
+	unsigned short EndSeconds;
+
+	//-------------------------------------------------------------------------
 	/** contains the end minutes (0-59) for the range.
 	 */
-	unsigned short EndMinutes; 
- 
-	//------------------------------------------------------------------------- 
+	unsigned short EndMinutes;
+
+	//-------------------------------------------------------------------------
 	/** contains the end hour (0-23) for the range.
 	 */
-	unsigned short EndHours; 
- 
-	//------------------------------------------------------------------------- 
+	unsigned short EndHours;
+
+	//-------------------------------------------------------------------------
 	/** contains the end day of month (1-31 or 0 for a void date) for the range.
 	 */
-	unsigned short EndDay; 
- 
-	//------------------------------------------------------------------------- 
+	unsigned short EndDay;
+
+	//-------------------------------------------------------------------------
 	/** contains the end month of year (1-12 or 0 for a void date) for the range.
 	 */
-	unsigned short EndMonth; 
- 
-	//------------------------------------------------------------------------- 
+	unsigned short EndMonth;
+
+	//-------------------------------------------------------------------------
 	/** contains the end year for the range.
 	 */
-	unsigned short EndYear; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	unsigned short EndYear;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/util/DiskFullException.idl b/main/offapi/com/sun/star/util/DiskFullException.idl
index 2338a8b..941cc93 100644
--- a/main/offapi/com/sun/star/util/DiskFullException.idl
+++ b/main/offapi/com/sun/star/util/DiskFullException.idl
@@ -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,41 +7,41 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_DiskFullException_idl__ 
-#define __com_sun_star_util_DiskFullException_idl__ 
- 
-#ifndef __com_sun_star_util_FileIOException_idl__ 
-#include <com/sun/star/util/FileIOException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_util_DiskFullException_idl__
+#define __com_sun_star_util_DiskFullException_idl__
+
+#ifndef __com_sun_star_util_FileIOException_idl__
+#include <com/sun/star/util/FileIOException.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module util {
+
+//=============================================================================
+
 /** @deprecated
  */
 published exception DiskFullException: com::sun::star::util::FileIOException
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/util/Duration.idl b/main/offapi/com/sun/star/util/Duration.idl
index e69f712..586e591 100644
--- a/main/offapi/com/sun/star/util/Duration.idl
+++ b/main/offapi/com/sun/star/util/Duration.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/util/ElementChange.idl b/main/offapi/com/sun/star/util/ElementChange.idl
index ff282fd..eacf887 100644
--- a/main/offapi/com/sun/star/util/ElementChange.idl
+++ b/main/offapi/com/sun/star/util/ElementChange.idl
@@ -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,55 +7,55 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_ElementChange_idl__ 
-#define __com_sun_star_util_ElementChange_idl__ 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_util_ElementChange_idl__
+#define __com_sun_star_util_ElementChange_idl__
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module util {
+
+//=============================================================================
+
 /** This structure describes a single change that is part of a batch of changes.
  */
 published struct ElementChange
 {
 	/** This contains the accessor to the element which changed.
-		
+
 		<p>The type and the value of the accessor depends on the service.</p>
 	 */
-	any Accessor; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	any Accessor;
+
+	//-------------------------------------------------------------------------
+
 	/** This contains the element that was inserted or changed.
 	 */
-	any Element; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	any Element;
+
+	//-------------------------------------------------------------------------
+
 	/** This contains the element that was replaced or removed.
 	 */
-	any ReplacedElement; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	any ReplacedElement;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/util/Endianness.idl b/main/offapi/com/sun/star/util/Endianness.idl
index 419d7cd..7f1a61d 100644
--- a/main/offapi/com/sun/star/util/Endianness.idl
+++ b/main/offapi/com/sun/star/util/Endianness.idl
@@ -32,7 +32,7 @@
 
     @since OpenOffice 2.0
  */
-constants Endianness 
+constants Endianness
 {
     /** Little endian.<p>
 
diff --git a/main/offapi/com/sun/star/util/EventMultiplexer.idl b/main/offapi/com/sun/star/util/EventMultiplexer.idl
index 94c6623..80cf505 100644
--- a/main/offapi/com/sun/star/util/EventMultiplexer.idl
+++ b/main/offapi/com/sun/star/util/EventMultiplexer.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -31,7 +31,7 @@
 
 /** Multiplex generic events.
 */
-service EventMultiplexer : com::sun::star::util::XEventMultiplexer 
+service EventMultiplexer : com::sun::star::util::XEventMultiplexer
 {
 };
 
diff --git a/main/offapi/com/sun/star/util/FileIOException.idl b/main/offapi/com/sun/star/util/FileIOException.idl
index ac161da..9cd4464 100644
--- a/main/offapi/com/sun/star/util/FileIOException.idl
+++ b/main/offapi/com/sun/star/util/FileIOException.idl
@@ -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,40 +7,40 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_FileIOException_idl__ 
-#define __com_sun_star_util_FileIOException_idl__ 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_util_FileIOException_idl__
+#define __com_sun_star_util_FileIOException_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module util {
+
+//=============================================================================
+
 /** @deprecated
  */
 published exception FileIOException: com::sun::star::uno::Exception
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/util/InvalidStateException.idl b/main/offapi/com/sun/star/util/InvalidStateException.idl
index f904377..57a1629 100644
--- a/main/offapi/com/sun/star/util/InvalidStateException.idl
+++ b/main/offapi/com/sun/star/util/InvalidStateException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/util/JobManager.idl b/main/offapi/com/sun/star/util/JobManager.idl
index bb5a4b5..7971494 100644
--- a/main/offapi/com/sun/star/util/JobManager.idl
+++ b/main/offapi/com/sun/star/util/JobManager.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/util/Language.idl b/main/offapi/com/sun/star/util/Language.idl
index 547bf52..d2679c4 100644
--- a/main/offapi/com/sun/star/util/Language.idl
+++ b/main/offapi/com/sun/star/util/Language.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -26,7 +26,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module util { 
+module com { module sun { module star { module util {
 
 //=============================================================================
 /** This type is used for a language identifier number.
@@ -35,6 +35,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/util/MalformedNumberFormatException.idl b/main/offapi/com/sun/star/util/MalformedNumberFormatException.idl
index f7d5248..490e16a 100644
--- a/main/offapi/com/sun/star/util/MalformedNumberFormatException.idl
+++ b/main/offapi/com/sun/star/util/MalformedNumberFormatException.idl
@@ -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,49 +7,49 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_MalformedNumberFormatException_idl__ 
-#define __com_sun_star_util_MalformedNumberFormatException_idl__ 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
- 
-/** is thrown when a NumberFormat string is syntactically 
+#ifndef __com_sun_star_util_MalformedNumberFormatException_idl__
+#define __com_sun_star_util_MalformedNumberFormatException_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module util {
+
+//=============================================================================
+
+/** is thrown when a NumberFormat string is syntactically
 	incorrect.
  */
 published exception MalformedNumberFormatException: com::sun::star::uno::Exception
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** contains the character position in the string where the malformation
 		begins.
 	 */
-	long CheckPos; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
+	long CheckPos;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
 #endif
diff --git a/main/offapi/com/sun/star/util/MeasureUnit.idl b/main/offapi/com/sun/star/util/MeasureUnit.idl
index 25aac88..8ceb2bd 100644
--- a/main/offapi/com/sun/star/util/MeasureUnit.idl
+++ b/main/offapi/com/sun/star/util/MeasureUnit.idl
@@ -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,34 +7,34 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_MeasureUnit_idl__ 
-#define __com_sun_star_util_MeasureUnit_idl__ 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_util_MeasureUnit_idl__
+#define __com_sun_star_util_MeasureUnit_idl__
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module util {
+
+//=============================================================================
+
 /** These constants are used to specify a measure.<p>
 	A component using these constants may not support all units.
  */
 published constants MeasureUnit
-{ 
+{
 	/** all measures for this component are in 100th millimeter */
 	const short MM_100TH = 0;
 
@@ -92,10 +92,10 @@
 	/** all measures for this component are in SYSFONT */
 	const short SYSFONT = 18;
 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
+};
+
+//=============================================================================
+
+}; }; }; };
+
 #endif
diff --git a/main/offapi/com/sun/star/util/ModeChangeEvent.idl b/main/offapi/com/sun/star/util/ModeChangeEvent.idl
index 772472f..0896263 100644
--- a/main/offapi/com/sun/star/util/ModeChangeEvent.idl
+++ b/main/offapi/com/sun/star/util/ModeChangeEvent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,9 +24,9 @@
 #ifndef __com_sun_star_util_ModeChangeEvent_idl__
 #define __com_sun_star_util_ModeChangeEvent_idl__
 
-#ifndef __com_sun_star_lang_EventObject_idl__ 
-#include <com/sun/star/lang/EventObject.idl> 
-#endif 
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/util/NotLockedException.idl b/main/offapi/com/sun/star/util/NotLockedException.idl
index 34c815a..1e9e9ba 100644
--- a/main/offapi/com/sun/star/util/NotLockedException.idl
+++ b/main/offapi/com/sun/star/util/NotLockedException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/util/NotNumericException.idl b/main/offapi/com/sun/star/util/NotNumericException.idl
index 3cfb66a..532fb46 100644
--- a/main/offapi/com/sun/star/util/NotNumericException.idl
+++ b/main/offapi/com/sun/star/util/NotNumericException.idl
@@ -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,41 +7,41 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_NotNumericException_idl__ 
-#define __com_sun_star_util_NotNumericException_idl__ 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_util_NotNumericException_idl__
+#define __com_sun_star_util_NotNumericException_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module util {
+
+//=============================================================================
+
 /** indicates that a non-numeric string is to be converted to a number.
  */
 published exception NotNumericException: com::sun::star::uno::Exception
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/util/NumberFormat.idl b/main/offapi/com/sun/star/util/NumberFormat.idl
index 1846b08..03bb782 100644
--- a/main/offapi/com/sun/star/util/NumberFormat.idl
+++ b/main/offapi/com/sun/star/util/NumberFormat.idl
@@ -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,115 +7,115 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_NumberFormat_idl__ 
-#define __com_sun_star_util_NumberFormat_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_util_NumberFormat_idl__
+#define __com_sun_star_util_NumberFormat_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module util {
+
+//=============================================================================
+
 /** contains constants that are used to specify the type of a number format.
  */
 published constants NumberFormat
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 
 	/** selects all number formats.
 	 */
-	const short ALL = 0; 
- 
-	//------------------------------------------------------------------------- 
+	const short ALL = 0;
+
+	//-------------------------------------------------------------------------
 
 	/** selects only user-defined number formats.
 	 */
-	const short DEFINED = 1; 
- 
-	//------------------------------------------------------------------------- 
-	
+	const short DEFINED = 1;
+
+	//-------------------------------------------------------------------------
+
 	/** selects date formats.
 	 */
-	const short DATE = 2; 
- 
-	//------------------------------------------------------------------------- 
-	
+	const short DATE = 2;
+
+	//-------------------------------------------------------------------------
+
 	/** selects time formats.
 	 */
-	const short TIME = 4; 
- 
-	//------------------------------------------------------------------------- 
-	
+	const short TIME = 4;
+
+	//-------------------------------------------------------------------------
+
 	/** selects currency formats.
 	 */
-	const short CURRENCY = 8; 
- 
-	//------------------------------------------------------------------------- 
-	
+	const short CURRENCY = 8;
+
+	//-------------------------------------------------------------------------
+
 	/** selects decimal number formats.
 	 */
-	const short NUMBER = 16; 
- 
-	//------------------------------------------------------------------------- 
-	
+	const short NUMBER = 16;
+
+	//-------------------------------------------------------------------------
+
 	/** selects scientific number formats.
 	 */
-	const short SCIENTIFIC = 32; 
- 
-	//------------------------------------------------------------------------- 
-	
+	const short SCIENTIFIC = 32;
+
+	//-------------------------------------------------------------------------
+
 	/** selects number formats for fractions.
 	 */
-	const short FRACTION = 64; 
- 
-	//------------------------------------------------------------------------- 
-	
+	const short FRACTION = 64;
+
+	//-------------------------------------------------------------------------
+
 	/** selects percentage number formats.
 	 */
-	const short PERCENT = 128; 
- 
-	//------------------------------------------------------------------------- 
-	
+	const short PERCENT = 128;
+
+	//-------------------------------------------------------------------------
+
 	/** selects text number formats.
 	 */
-	const short TEXT = 256; 
- 
-	//------------------------------------------------------------------------- 
-	
+	const short TEXT = 256;
+
+	//-------------------------------------------------------------------------
+
 	/** selects number formats which contain date and time.
 	 */
-	const short DATETIME = 6; 
- 
-	//------------------------------------------------------------------------- 
-	
+	const short DATETIME = 6;
+
+	//-------------------------------------------------------------------------
+
 	/** selects boolean number formats.
 	 */
-	const short LOGICAL = 1024; 
- 
-	//------------------------------------------------------------------------- 
-	
+	const short LOGICAL = 1024;
+
+	//-------------------------------------------------------------------------
+
 	/** is used as a return value if no format exists.
 	 */
-	const short UNDEFINED = 2048; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
+	const short UNDEFINED = 2048;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
 #endif
diff --git a/main/offapi/com/sun/star/util/NumberFormatProperties.idl b/main/offapi/com/sun/star/util/NumberFormatProperties.idl
index 86f0155..a276618 100644
--- a/main/offapi/com/sun/star/util/NumberFormatProperties.idl
+++ b/main/offapi/com/sun/star/util/NumberFormatProperties.idl
@@ -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,70 +7,70 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_NumberFormatProperties_idl__ 
-#define __com_sun_star_util_NumberFormatProperties_idl__ 
- 
-#ifndef __com_sun_star_lang_Locale_idl__ 
-#include <com/sun/star/lang/Locale.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_util_NumberFormatProperties_idl__
+#define __com_sun_star_util_NumberFormatProperties_idl__
+
+#ifndef __com_sun_star_lang_Locale_idl__
+#include <com/sun/star/lang/Locale.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module util {
+
+//=============================================================================
+
 /** contains properties specifying the behavior of a <type>NumberFormatter</type>.
 
 	@see NumberFormatter
  */
 published service NumberFormatProperties
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** contains the format string of the number format.
 	 */
-	[readonly, property] string FormatString; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[readonly, property] string FormatString;
+
+	//-------------------------------------------------------------------------
+
 	/** contains the locale of the number format.
 	 */
-	[readonly, property] com::sun::star::lang::Locale Locale; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[readonly, property] com::sun::star::lang::Locale Locale;
+
+	//-------------------------------------------------------------------------
+
 	/** contains the type of the number format.
 
 		@see NumberFormat
 	 */
-	[readonly, property] short Type; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[readonly, property] short Type;
+
+	//-------------------------------------------------------------------------
+
 	/** contains a comment regarding the number format for
 		display to the user.
 	 */
-	[property] string Comment; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
+	[property] string Comment;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
 #endif
diff --git a/main/offapi/com/sun/star/util/NumberFormatSettings.idl b/main/offapi/com/sun/star/util/NumberFormatSettings.idl
index 1f7edb5..3efcfab 100644
--- a/main/offapi/com/sun/star/util/NumberFormatSettings.idl
+++ b/main/offapi/com/sun/star/util/NumberFormatSettings.idl
@@ -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,77 +7,77 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_NumberFormatSettings_idl__ 
-#define __com_sun_star_util_NumberFormatSettings_idl__ 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_Date_idl__ 
-#include <com/sun/star/util/Date.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_util_NumberFormatSettings_idl__
+#define __com_sun_star_util_NumberFormatSettings_idl__
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+#ifndef __com_sun_star_util_Date_idl__
+#include <com/sun/star/util/Date.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module util {
+
+//=============================================================================
+
 /** specifies the settings for number formatting.
  */
 published service NumberFormatSettings
-{ 
+{
 	/** provides access to the properties.
 	 */
-	interface com::sun::star::beans::XPropertySet; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	interface com::sun::star::beans::XPropertySet;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the date which is represented by the value 0.
 
 		<p>The most common value for this is 12/30/1899.</p>
 	 */
-	[property] com::sun::star::util::Date NullDate; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] com::sun::star::util::Date NullDate;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the maximum number of decimals used for the
 		standard number format ("General").
 	 */
-	[property] short StandardDecimals; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] short StandardDecimals;
+
+	//-------------------------------------------------------------------------
+
 	/** is set to indicate that a zero value should be formatted as an empty string.
 	 */
-	[property] boolean NoZero; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[property] boolean NoZero;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies the first year to be generated from a two-digit
 		year input.
 	 */
-	[property] short TwoDigitDateStart; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
+	[property] short TwoDigitDateStart;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
 #endif
diff --git a/main/offapi/com/sun/star/util/NumberFormats.idl b/main/offapi/com/sun/star/util/NumberFormats.idl
index ab84859..4951d0a 100644
--- a/main/offapi/com/sun/star/util/NumberFormats.idl
+++ b/main/offapi/com/sun/star/util/NumberFormats.idl
@@ -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,53 +7,53 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_NumberFormats_idl__ 
-#define __com_sun_star_util_NumberFormats_idl__ 
- 
-#ifndef __com_sun_star_util_XNumberFormats_idl__ 
-#include <com/sun/star/util/XNumberFormats.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_XNumberFormatTypes_idl__ 
-#include <com/sun/star/util/XNumberFormatTypes.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_util_NumberFormats_idl__
+#define __com_sun_star_util_NumberFormats_idl__
+
+#ifndef __com_sun_star_util_XNumberFormats_idl__
+#include <com/sun/star/util/XNumberFormats.idl>
+#endif
+
+#ifndef __com_sun_star_util_XNumberFormatTypes_idl__
+#include <com/sun/star/util/XNumberFormatTypes.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module util {
+
+//=============================================================================
+
 /** specifies a container of number formats.
  */
 published service NumberFormats
-{ 
+{
 	/** is used to access or create individual formats.
 	 */
-	interface com::sun::star::util::XNumberFormats; 
-	
+	interface com::sun::star::util::XNumberFormats;
+
 	/** is used to get specific, predefined number formats.
 	 */
-	interface com::sun::star::util::XNumberFormatTypes; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
+	interface com::sun::star::util::XNumberFormatTypes;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
 #endif
diff --git a/main/offapi/com/sun/star/util/NumberFormatsSupplier.idl b/main/offapi/com/sun/star/util/NumberFormatsSupplier.idl
index 4a932f3..110997d 100644
--- a/main/offapi/com/sun/star/util/NumberFormatsSupplier.idl
+++ b/main/offapi/com/sun/star/util/NumberFormatsSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/util/NumberFormatter.idl b/main/offapi/com/sun/star/util/NumberFormatter.idl
index 902c94b..4c32398 100644
--- a/main/offapi/com/sun/star/util/NumberFormatter.idl
+++ b/main/offapi/com/sun/star/util/NumberFormatter.idl
@@ -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,58 +7,58 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_NumberFormatter_idl__ 
-#define __com_sun_star_util_NumberFormatter_idl__ 
- 
-#ifndef __com_sun_star_util_XNumberFormatter_idl__ 
-#include <com/sun/star/util/XNumberFormatter.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_XNumberFormatPreviewer_idl__ 
-#include <com/sun/star/util/XNumberFormatPreviewer.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_util_NumberFormatter_idl__
+#define __com_sun_star_util_NumberFormatter_idl__
+
+#ifndef __com_sun_star_util_XNumberFormatter_idl__
+#include <com/sun/star/util/XNumberFormatter.idl>
+#endif
+
+#ifndef __com_sun_star_util_XNumberFormatPreviewer_idl__
+#include <com/sun/star/util/XNumberFormatPreviewer.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module util {
+
+//=============================================================================
+
 /** represents an object which can format numbers and strings.
 
 	<p>A NumberFormatter, if available, can be created by the global
 	service manager.</p>
  */
 published service NumberFormatter
-{ 
+{
 	/** is used to format or parse numbers using formats from a
 		<type>NumberFormats</type> object.
 	 */
-	interface com::sun::star::util::XNumberFormatter; 
-	
+	interface com::sun::star::util::XNumberFormatter;
+
 	/** is used to format numbers using a number format string
 		that is not inserted into a <type>NumberFormats</type> object.
 	 */
-	interface com::sun::star::util::XNumberFormatPreviewer; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
+	interface com::sun::star::util::XNumberFormatPreviewer;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
 #endif
diff --git a/main/offapi/com/sun/star/util/PathSettings.idl b/main/offapi/com/sun/star/util/PathSettings.idl
index f0bc5e1..bf9864b 100644
--- a/main/offapi/com/sun/star/util/PathSettings.idl
+++ b/main/offapi/com/sun/star/util/PathSettings.idl
@@ -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,46 +7,46 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
-#ifndef __com_sun_star_util_PathSettings_idl__ 
-#define __com_sun_star_util_PathSettings_idl__ 
+#ifndef __com_sun_star_util_PathSettings_idl__
+#define __com_sun_star_util_PathSettings_idl__
 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
 #endif
 
-#ifndef __com_sun_star_beans_XFastPropertySet_idl__ 
-#include <com/sun/star/beans/XFastPropertySet.idl> 
+#ifndef __com_sun_star_beans_XFastPropertySet_idl__
+#include <com/sun/star/beans/XFastPropertySet.idl>
 #endif
 
-#ifndef __com_sun_star_beans_XMultiPropertySet_idl__ 
-#include <com/sun/star/beans/XMultiPropertySet.idl> 
+#ifndef __com_sun_star_beans_XMultiPropertySet_idl__
+#include <com/sun/star/beans/XMultiPropertySet.idl>
 #endif
 
-//============================================================================= 
+//=============================================================================
 
-module com {  module sun {  module star {  module  util { 
+module com {  module sun {  module star {  module  util {
 
-//============================================================================= 
+//=============================================================================
 
 /** Supports read/write access and listener for the paths properties that
     the Office uses.
 	<p>
 	The property names of the Office paths/directories are an exactly match
-	to the configuration entries found in the file 
+	to the configuration entries found in the file
 	(org/openoffice/Office/Common.xml).<br>
 	This service supports the usage of path variables to define
 	paths that a relative to other office or system directories.
@@ -60,39 +60,39 @@
   /** Main interface to have access to the path properties. */
   interface com::sun::star::beans::XPropertySet;
 
-  /** An extension to the <type scope="com::sun::star::beans">XPropertySet</type> interface. 
-      The get and set methods use handles to access the property values 
+  /** An extension to the <type scope="com::sun::star::beans">XPropertySet</type> interface.
+      The get and set methods use handles to access the property values
 	  instead of character strings. */
   interface com::sun::star::beans::XFastPropertySet;
 
-  /** Provides access to multiple properties of this service with a 
+  /** Provides access to multiple properties of this service with a
       single call. */
   interface com::sun::star::beans::XMultiPropertySet;
 
-  /** Specifies the directory that contains spreadsheet add-ins which use 
+  /** Specifies the directory that contains spreadsheet add-ins which use
       the old add-in API */
   [property] string Addin;
-  
-  /** The settings of the AutoCorrect dialog. The value can be more than 
+
+  /** The settings of the AutoCorrect dialog. The value can be more than
       one path separated by a semicolon.
   */
   [property] string AutoCorrect;
 
-  /**The directory which contains the AutoText modules. The value can be more than 
+  /**The directory which contains the AutoText modules. The value can be more than
       one path separated by a semicolon.*/
   [property] string AutoText;
 
   /** Automatic backup copies of documents are stored here. */
   [property] string Backup;
 
-  /** The Basic files, used by the AutoPilots, can be found here. The value can be more than 
+  /** The Basic files, used by the AutoPilots, can be found here. The value can be more than
       one path separated by a semicolon.*/
   [property] string Basic;
 
   /** This directory contains the icons for the toolbars. */
   [property] string Bitmap;
 
-  /** The configuration files are located here. This entry cannot be changed 
+  /** The configuration files are located here. This entry cannot be changed
       by the user in Office user interface. */
   [property] string Config;
 
@@ -104,13 +104,13 @@
 
   /** Specifies the directory where all the filters are stored. */
   [property] string Filter;
-  
+
   /** Specifies the directories which contains the Gallery
-      database and multimedia files. The value can be more than 
+      database and multimedia files. The value can be more than
       one path separated by a semicolon.*/
   [property] string Gallery;
 
-  /** This directory is displayed when the dialog for opening a graphic 
+  /** This directory is displayed when the dialog for opening a graphic
       or for saving a new graphic is called. */
   [property] string Graphic;
 
@@ -123,47 +123,47 @@
   /** This is the path for the modules. */
   [property] string Module;
 
-  /** This is the path to the palette files *.SOB to *.SOF containing 
+  /** This is the path to the palette files *.SOB to *.SOF containing
       user-defined colors and patterns. */
   [property] string Palette;
 
-  /** Plugins are saved in these directories. The value can be more than 
+  /** Plugins are saved in these directories. The value can be more than
       one path separated by a semicolon.*/
   [property] string Plugin;
 
-  /** Mail, News files and other information (for example, about FTP Server) 
+  /** Mail, News files and other information (for example, about FTP Server)
       are stored here.*/
   [property] string Storage;
 
   /** The base url to the office temp-files */
   [property] string Temp;
 
-  /** The templates originate from these folders and sub-folders. The value 
+  /** The templates originate from these folders and sub-folders. The value
       can be more than one path separated by a semicolon.*/
   [property] string Template;
 
   /** Global directories to look for user interface configuration files. The
       user interface configuration will be merged with user settings stored
-	  in the directory specified by <var>UserConfig</var>. The value can be more 
+	  in the directory specified by <var>UserConfig</var>. The value can be more
 	  than one path separated by a semicolon.*/
   [property] string UIConfig;
 
   /** Specifies the folder with the user settings. */
   [property] string UserConfig;
 
-  /** The custom dictionaries are contained here. 
+  /** The custom dictionaries are contained here.
    * @deprecated
    * */
   [property] string UserDictionary;
 
-  /** The path of the work folder can be modified according to the 
-      user's needs. The path specified here can be seen in the Open 
+  /** The path of the work folder can be modified according to the
+      user's needs. The path specified here can be seen in the Open
 	  or Save dialog. */
   [property] string Work;
 };
 
-//============================================================================= 
- 
-}; }; }; };  
+//=============================================================================
+
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/util/PathSubstitution.idl b/main/offapi/com/sun/star/util/PathSubstitution.idl
index d595a7f..22b8a0b 100644
--- a/main/offapi/com/sun/star/util/PathSubstitution.idl
+++ b/main/offapi/com/sun/star/util/PathSubstitution.idl
@@ -83,9 +83,9 @@
         </dl>
         <p>
         Attention: Most predefined variables describe an absolute path.
-        The only exceptions are: $(lang), $(langid) and $(vlang). 
+        The only exceptions are: $(lang), $(langid) and $(vlang).
         Therefore the service implementation should only substitute variables which
-        are located at the start of a provided path string or are part of a multi-path. 
+        are located at the start of a provided path string or are part of a multi-path.
         This special service is not designed to be a text substitution but shall
         provide (a) valid substituted path(s).
         </p>
diff --git a/main/offapi/com/sun/star/util/ReplaceDescriptor.idl b/main/offapi/com/sun/star/util/ReplaceDescriptor.idl
index 18ca128..44b130f 100644
--- a/main/offapi/com/sun/star/util/ReplaceDescriptor.idl
+++ b/main/offapi/com/sun/star/util/ReplaceDescriptor.idl
@@ -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,49 +7,49 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_ReplaceDescriptor_idl__ 
-#define __com_sun_star_util_ReplaceDescriptor_idl__ 
- 
-#ifndef __com_sun_star_util_SearchDescriptor_idl__ 
-#include <com/sun/star/util/SearchDescriptor.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_XReplaceDescriptor_idl__ 
-#include <com/sun/star/util/XReplaceDescriptor.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_util_ReplaceDescriptor_idl__
+#define __com_sun_star_util_ReplaceDescriptor_idl__
+
+#ifndef __com_sun_star_util_SearchDescriptor_idl__
+#include <com/sun/star/util/SearchDescriptor.idl>
+#endif
+
+#ifndef __com_sun_star_util_XReplaceDescriptor_idl__
+#include <com/sun/star/util/XReplaceDescriptor.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module util {
+
+//=============================================================================
+
 /** describes what and how to replace strings.
  */
 published service ReplaceDescriptor
-{ 
-	service com::sun::star::util::SearchDescriptor; 
-	
-	interface com::sun::star::util::XReplaceDescriptor; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+	service com::sun::star::util::SearchDescriptor;
+
+	interface com::sun::star::util::XReplaceDescriptor;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/util/SearchAlgorithms.idl b/main/offapi/com/sun/star/util/SearchAlgorithms.idl
index 5e7faa7..638d449 100644
--- a/main/offapi/com/sun/star/util/SearchAlgorithms.idl
+++ b/main/offapi/com/sun/star/util/SearchAlgorithms.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/util/SearchDescriptor.idl b/main/offapi/com/sun/star/util/SearchDescriptor.idl
index 787f4ff..9d88fe9 100644
--- a/main/offapi/com/sun/star/util/SearchDescriptor.idl
+++ b/main/offapi/com/sun/star/util/SearchDescriptor.idl
@@ -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,74 +7,74 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_SearchDescriptor_idl__ 
-#define __com_sun_star_util_SearchDescriptor_idl__ 
- 
-#ifndef __com_sun_star_util_XSearchDescriptor_idl__ 
-#include <com/sun/star/util/XSearchDescriptor.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_util_SearchDescriptor_idl__
+#define __com_sun_star_util_SearchDescriptor_idl__
+
+#ifndef __com_sun_star_util_XSearchDescriptor_idl__
+#include <com/sun/star/util/XSearchDescriptor.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module util {
+
+//=============================================================================
+
 /** describes what and how to search within a container.
  */
 published service SearchDescriptor
-{ 
-	interface com::sun::star::util::XSearchDescriptor; 
-	
-	interface com::sun::star::beans::XPropertySet; 
- 
-	//------------------------------------------------------------------------- 
+{
+	interface com::sun::star::util::XSearchDescriptor;
+
+	interface com::sun::star::beans::XPropertySet;
+
+	//-------------------------------------------------------------------------
 	/** If <TRUE/>, the search is done backwards in the document.
 	 */
-	[property] boolean SearchBackwards; 
- 
-	//------------------------------------------------------------------------- 
+	[property] boolean SearchBackwards;
+
+	//-------------------------------------------------------------------------
 	/** If <TRUE/>, the case of the letters is important for the match.
 	 */
-	[property] boolean SearchCaseSensitive; 
- 
-	//------------------------------------------------------------------------- 
+	[property] boolean SearchCaseSensitive;
+
+	//-------------------------------------------------------------------------
 	/** If <TRUE/>, only complete words will be found.
 	 */
-	[property] boolean SearchWords; 
- 
-	//------------------------------------------------------------------------- 
+	[property] boolean SearchWords;
+
+	//-------------------------------------------------------------------------
 	/** If <TRUE/>, the search string is evaluated as a regular expression.
 	 */
-	[property] boolean SearchRegularExpression; 
- 
-	//------------------------------------------------------------------------- 
-	/** If <TRUE/>, it is searched for positions where the paragraph style with 
+	[property] boolean SearchRegularExpression;
+
+	//-------------------------------------------------------------------------
+	/** If <TRUE/>, it is searched for positions where the paragraph style with
 		the name of the search pattern is applied.
 	 */
-	[property] boolean SearchStyles; 
- 
-	//------------------------------------------------------------------------- 
+	[property] boolean SearchStyles;
+
+	//-------------------------------------------------------------------------
 	/** If <TRUE/>, a "similarity search" is performed.
-		
+
 		<p>In the case of a similarity search, the following properties
 		specify the kind of similarity:
 		</p>
@@ -89,14 +89,14 @@
 		</li>
 		</ul>
 	 */
-	[property] boolean SearchSimilarity; 
- 
-	//------------------------------------------------------------------------- 
+	[property] boolean SearchSimilarity;
+
+	//-------------------------------------------------------------------------
 	/** If <TRUE/>, all similarity rules are applied together.
-		
+
 		<p>In the case of a relaxed similarity search, the following
 		properties are applied together:
-		
+
 		</p>
 		<ul>
 		<li>SearchSimilarityRemove
@@ -107,30 +107,30 @@
 		</li>
 		</ul>
 	 */
-	[property] boolean SearchSimilarityRelax; 
- 
-	//------------------------------------------------------------------------- 
-	/** This property specifies the number of characters that may be 
+	[property] boolean SearchSimilarityRelax;
+
+	//-------------------------------------------------------------------------
+	/** This property specifies the number of characters that may be
 		ignored to match the search pattern.
 	 */
-	[property] short SearchSimilarityRemove; 
- 
-	//------------------------------------------------------------------------- 
-	/** specifies the number of characters that must be 
+	[property] short SearchSimilarityRemove;
+
+	//-------------------------------------------------------------------------
+	/** specifies the number of characters that must be
 		added to match the search pattern.
 	 */
-	[property] short SearchSimilarityAdd; 
- 
-	//------------------------------------------------------------------------- 
-	/** This property specifies the number of characters that must 
+	[property] short SearchSimilarityAdd;
+
+	//-------------------------------------------------------------------------
+	/** This property specifies the number of characters that must
 		be replaced to match the search pattern.
 	 */
-	[property] short SearchSimilarityExchange; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[property] short SearchSimilarityExchange;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/util/SearchOptions.idl b/main/offapi/com/sun/star/util/SearchOptions.idl
index edb80e0..d25aa45 100644
--- a/main/offapi/com/sun/star/util/SearchOptions.idl
+++ b/main/offapi/com/sun/star/util/SearchOptions.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/util/SearchResult.idl b/main/offapi/com/sun/star/util/SearchResult.idl
index edcdc51..a342c3e 100644
--- a/main/offapi/com/sun/star/util/SearchResult.idl
+++ b/main/offapi/com/sun/star/util/SearchResult.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/util/SortDescriptor.idl b/main/offapi/com/sun/star/util/SortDescriptor.idl
index e2d4053..c516ff7 100644
--- a/main/offapi/com/sun/star/util/SortDescriptor.idl
+++ b/main/offapi/com/sun/star/util/SortDescriptor.idl
@@ -20,58 +20,58 @@
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_SortDescriptor_idl__ 
-#define __com_sun_star_util_SortDescriptor_idl__ 
-  
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_Locale_idl__ 
-#include <com/sun/star/lang/Locale.idl> 
-#endif 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_util_SortDescriptor_idl__
+#define __com_sun_star_util_SortDescriptor_idl__
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+#ifndef __com_sun_star_lang_Locale_idl__
+#include <com/sun/star/lang/Locale.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module util {
+
+//=============================================================================
+
 /** specifies the properties which can be used to describe
 	a sort order applied to an XSortable.
-	
+
 	@see XSortable
 
     @deprecated
  */
 published service SortDescriptor
-{ 
+{
  	interface com::sun::star::beans::XPropertySet;
- 
-	//------------------------------------------------------------------------- 
+
+	//-------------------------------------------------------------------------
 	/** specifies if the case of letters is important when comparing entries.
 	 */
-        [property] boolean IsCaseSensitive; 
+        [property] boolean IsCaseSensitive;
 
- 	//------------------------------------------------------------------------- 
+ 	//-------------------------------------------------------------------------
 	/** specifies the sorting order.
-            
+
             The sorting order may be defined for separate keys in specific
             implementations. For those this property may not need to be set.
-            
+
             @see <type scope"com::sun::star::text">TextSortDescriptor</type>
 	 */
-        [optional, property] boolean SortAscending; 
+        [optional, property] boolean SortAscending;
 
- 	//------------------------------------------------------------------------- 
+ 	//-------------------------------------------------------------------------
 	/** specifies if the columns are sorted.
-		
+
 		<dl>
 		<dt>
 		<TRUE/>
 		</dt>
 		<dd>The columns are sorted.
-		
+
 		</dd>
 		<dt>
 		<FALSE/>
@@ -80,28 +80,28 @@
 		</dd>
 		</dl>
 	 */
-	[property] boolean SortColumns; 
- 
- 	//------------------------------------------------------------------------- 
+	[property] boolean SortColumns;
+
+ 	//-------------------------------------------------------------------------
 	/** specifies the locale for the compare operator (collator).
 	 */
 	[property] com::sun::star::lang::Locale CollatorLocale;
 
- 	//------------------------------------------------------------------------- 
+ 	//-------------------------------------------------------------------------
 	/** specifies the algorithm for the compare operator (collator).
 
             The collator algorithm may be defined for separate keys in specific
             implementations. For those this property may not need to be set.
-            
+
             @see <type scope"com::sun::star::text">TextSortDescriptor</type>
-         
+
             @see com::sun::star::i18n::XCollator
 	 */
         [optional, property] string CollatorAlgorithm;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/util/SortDescriptor2.idl b/main/offapi/com/sun/star/util/SortDescriptor2.idl
index e47d171..e420b62 100644
--- a/main/offapi/com/sun/star/util/SortDescriptor2.idl
+++ b/main/offapi/com/sun/star/util/SortDescriptor2.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/util/SortField.idl b/main/offapi/com/sun/star/util/SortField.idl
index eb0cb98..1408dc5 100644
--- a/main/offapi/com/sun/star/util/SortField.idl
+++ b/main/offapi/com/sun/star/util/SortField.idl
@@ -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,32 +7,32 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_SortField_idl__ 
-#define __com_sun_star_util_SortField_idl__ 
- 
-#ifndef __com_sun_star_util_SortFieldType_idl__ 
-#include <com/sun/star/util/SortFieldType.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
+#ifndef __com_sun_star_util_SortField_idl__
+#define __com_sun_star_util_SortField_idl__
+
+#ifndef __com_sun_star_util_SortFieldType_idl__
+#include <com/sun/star/util/SortFieldType.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module util {
+
+//=============================================================================
 /** describes a single field in a sort descriptor.
 
     @deprecated
@@ -41,23 +41,23 @@
 {
 	/** index of the field in the table; 0-based.
 	 */
-	long Field; 
- 
-	//------------------------------------------------------------------------- 
+	long Field;
+
+	//-------------------------------------------------------------------------
 	/** <TRUE/> if data are sorted in ascending order,
 		<FALSE/> if in descending order.
 	 */
-	boolean SortAscending; 
- 
-	//------------------------------------------------------------------------- 
+	boolean SortAscending;
+
+	//-------------------------------------------------------------------------
 	/** type of contents in the field.
 	 */
-	com::sun::star::util::SortFieldType FieldType; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::util::SortFieldType FieldType;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/util/SortFieldType.idl b/main/offapi/com/sun/star/util/SortFieldType.idl
index 2701195..a5ca436 100644
--- a/main/offapi/com/sun/star/util/SortFieldType.idl
+++ b/main/offapi/com/sun/star/util/SortFieldType.idl
@@ -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,54 +7,54 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_SortFieldType_idl__ 
-#define __com_sun_star_util_SortFieldType_idl__ 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_util_SortFieldType_idl__
+#define __com_sun_star_util_SortFieldType_idl__
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module util {
+
+//=============================================================================
+
 /** enumeration used to specify the type of contents in a sort field.
 
     @deprecated
  */
 published enum SortFieldType
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** type is determined automatically.
 	 */
-	AUTOMATIC, 
- 
-	//------------------------------------------------------------------------- 
+	AUTOMATIC,
+
+	//-------------------------------------------------------------------------
 	/** sort field contains numerical data.
 	 */
-	NUMERIC, 
- 
-	//------------------------------------------------------------------------- 
+	NUMERIC,
+
+	//-------------------------------------------------------------------------
 	/** sort field contains text data.
 	 */
-	ALPHANUMERIC 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	ALPHANUMERIC
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/util/Sortable.idl b/main/offapi/com/sun/star/util/Sortable.idl
index fe45b57..c8770ee 100644
--- a/main/offapi/com/sun/star/util/Sortable.idl
+++ b/main/offapi/com/sun/star/util/Sortable.idl
@@ -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,57 +7,57 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_Sortable_idl__ 
-#define __com_sun_star_util_Sortable_idl__ 
-  
-#ifndef __com_sun_star_util_SortDescriptor_idl__ 
-#include <com/sun/star/util/SortDescriptor.idl> 
-#endif 
+#ifndef __com_sun_star_util_Sortable_idl__
+#define __com_sun_star_util_Sortable_idl__
 
-#ifndef __com_sun_star_util_XSortable_idl__ 
-#include <com/sun/star/util/XSortable.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_util_SortDescriptor_idl__
+#include <com/sun/star/util/SortDescriptor.idl>
+#endif
+
+#ifndef __com_sun_star_util_XSortable_idl__
+#include <com/sun/star/util/XSortable.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module util {
+
+//=============================================================================
+
 /** provides an interface for sorting.
 
     @deprecated
-    
+
     @since OpenOffice 1.1.2
-    
+
  */
 published service Sortable
 {
         /** the properties returned by a call to the 'createSortDescriptor' method
             of this interfaces implementation are those of the
             'com.sun.star.util.SortDescriptor' service.
-         
+
            @see <type scope="com::sun::star::util">SortDescriptor</type>
          */
         interface com::sun::star::util::XSortable;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/util/TextSearch.idl b/main/offapi/com/sun/star/util/TextSearch.idl
index 039cf0a..43c7f02 100644
--- a/main/offapi/com/sun/star/util/TextSearch.idl
+++ b/main/offapi/com/sun/star/util/TextSearch.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/util/Time.idl b/main/offapi/com/sun/star/util/Time.idl
index 2b629fc..be6ebaa 100644
--- a/main/offapi/com/sun/star/util/Time.idl
+++ b/main/offapi/com/sun/star/util/Time.idl
@@ -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,56 +7,56 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_Time_idl__ 
-#define __com_sun_star_util_Time_idl__ 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_util_Time_idl__
+#define __com_sun_star_util_Time_idl__
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module util {
+
+//=============================================================================
+
 /** represents a time value.
  */
 published struct Time
 {
 	/** contains the hundredth seconds (0-99).
 	 */
-	unsigned short HundredthSeconds; 
- 
-	//------------------------------------------------------------------------- 
+	unsigned short HundredthSeconds;
+
+	//-------------------------------------------------------------------------
 	/** contains the seconds (0-59).
 	 */
-	unsigned short Seconds; 
- 
-	//------------------------------------------------------------------------- 
+	unsigned short Seconds;
+
+	//-------------------------------------------------------------------------
 	/** contains the minutes (0-59).
 	 */
-	unsigned short Minutes; 
- 
-	//------------------------------------------------------------------------- 
+	unsigned short Minutes;
+
+	//-------------------------------------------------------------------------
 	/** contains the hour (0-23).
 	 */
-	unsigned short Hours; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	unsigned short Hours;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/util/TriState.idl b/main/offapi/com/sun/star/util/TriState.idl
index 6ea85d3..39d71b4 100644
--- a/main/offapi/com/sun/star/util/TriState.idl
+++ b/main/offapi/com/sun/star/util/TriState.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/util/URL.idl b/main/offapi/com/sun/star/util/URL.idl
index ed73693..8f51ec9 100644
--- a/main/offapi/com/sun/star/util/URL.idl
+++ b/main/offapi/com/sun/star/util/URL.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/util/URLTransformer.idl b/main/offapi/com/sun/star/util/URLTransformer.idl
index 4e63a5a..ac1733c 100644
--- a/main/offapi/com/sun/star/util/URLTransformer.idl
+++ b/main/offapi/com/sun/star/util/URLTransformer.idl
@@ -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,44 +7,44 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_URLTransformer_idl__ 
-#define __com_sun_star_util_URLTransformer_idl__ 
- 
-#ifndef __com_sun_star_util_XURLTransformer_idl__ 
-#include <com/sun/star/util/XURLTransformer.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_util_URLTransformer_idl__
+#define __com_sun_star_util_URLTransformer_idl__
+
+#ifndef __com_sun_star_util_XURLTransformer_idl__
+#include <com/sun/star/util/XURLTransformer.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module util {
+
+//=============================================================================
+
 /** helps to split up a string containing a URL into its
 	structural parts and assembles the parts into a single string.
  */
 published service URLTransformer
-{ 
-	interface com::sun::star::util::XURLTransformer; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+	interface com::sun::star::util::XURLTransformer;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/util/UriAbbreviation.idl b/main/offapi/com/sun/star/util/UriAbbreviation.idl
index 2b158dc..f545183 100644
--- a/main/offapi/com/sun/star/util/UriAbbreviation.idl
+++ b/main/offapi/com/sun/star/util/UriAbbreviation.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/util/VetoException.idl b/main/offapi/com/sun/star/util/VetoException.idl
index c21c1de..380f42a 100644
--- a/main/offapi/com/sun/star/util/VetoException.idl
+++ b/main/offapi/com/sun/star/util/VetoException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/util/XArchiver.idl b/main/offapi/com/sun/star/util/XArchiver.idl
index 95f0146..6d41472 100644
--- a/main/offapi/com/sun/star/util/XArchiver.idl
+++ b/main/offapi/com/sun/star/util/XArchiver.idl
@@ -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,70 +7,70 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_XArchiver_idl__ 
-#define __com_sun_star_util_XArchiver_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_PropertyValue_idl__ 
-#include <com/sun/star/beans/PropertyValue.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XIndexAccess_idl__ 
-#include <com/sun/star/container/XIndexAccess.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_util_XArchiver_idl__
+#define __com_sun_star_util_XArchiver_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_beans_PropertyValue_idl__
+#include <com/sun/star/beans/PropertyValue.idl>
+#endif
+
+#ifndef __com_sun_star_container_XIndexAccess_idl__
+#include <com/sun/star/container/XIndexAccess.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module util {
+
+//=============================================================================
+
 /** @deprecated
  */
 published interface XArchiver: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR XArchiver::pack 
-	boolean pack( [in] sequence<string> input, 
-			 [in] string destination, 
-			 [in] sequence<com::sun::star::beans::PropertyValue> aArgs ); 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR XArchiver::unpack 
-	boolean unpack( [in] string destinationpath, 
-			 [in] string source, 
-			 [in] sequence<string> files, 
-			 [in] sequence<com::sun::star::beans::PropertyValue> aArgs ); 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR XArchiver::getContent 
-	com::sun::star::container::XIndexAccess getContent( [in] string source ); 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR XArchiver::getExtraData 
-	string getExtraData( [in] string source ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR XArchiver::pack
+	boolean pack( [in] sequence<string> input,
+			 [in] string destination,
+			 [in] sequence<com::sun::star::beans::PropertyValue> aArgs );
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR XArchiver::unpack
+	boolean unpack( [in] string destinationpath,
+			 [in] string source,
+			 [in] sequence<string> files,
+			 [in] sequence<com::sun::star::beans::PropertyValue> aArgs );
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR XArchiver::getContent
+	com::sun::star::container::XIndexAccess getContent( [in] string source );
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR XArchiver::getExtraData
+	string getExtraData( [in] string source );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/util/XAtomServer.idl b/main/offapi/com/sun/star/util/XAtomServer.idl
index 15e5e66..a8d9f81 100644
--- a/main/offapi/com/sun/star/util/XAtomServer.idl
+++ b/main/offapi/com/sun/star/util/XAtomServer.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -54,7 +54,7 @@
    This way strings have to be transported only once over remote connections.
    Valid ids are (in this implementation) non zero, signed 32 bit values.
    An atom of 0 means that the string in question is not registered</p>
- 
+
    <p>Additionally there is the abstraction of atom class:<br>
    Atoms are grouped into classes, so that an id can be assigned
    to multiple strings, depending on the class context. The main
@@ -122,7 +122,7 @@
 		@param description
 			the string in question
 
-		@param create 
+		@param create
 			if true a new atom will be created for an unknown string
 			else the invalid atom (0) will be returned for an unknown string
 
diff --git a/main/offapi/com/sun/star/util/XBroadcaster.idl b/main/offapi/com/sun/star/util/XBroadcaster.idl
index c4c2177..31ec3ec 100644
--- a/main/offapi/com/sun/star/util/XBroadcaster.idl
+++ b/main/offapi/com/sun/star/util/XBroadcaster.idl
@@ -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,38 +7,38 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_XBroadcaster_idl__ 
-#define __com_sun_star_util_XBroadcaster_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_util_XBroadcaster_idl__
+#define __com_sun_star_util_XBroadcaster_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module util {
+
+//=============================================================================
+
 /** allows to control notification behaviour of a broadcaster.
-	
+
 	@since OpenOffice 3.0
  */
 interface XBroadcaster: com::sun::star::uno::XInterface
-{ 
+{
 	/** suspends broadcasts to the registered listeners.
 
         <p>
@@ -71,10 +71,10 @@
 		</p>
 	*/
 	[oneway] void unlockBroadcasts();
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/util/XCancelManager.idl b/main/offapi/com/sun/star/util/XCancelManager.idl
index 7ec79c3..e3e885d 100644
--- a/main/offapi/com/sun/star/util/XCancelManager.idl
+++ b/main/offapi/com/sun/star/util/XCancelManager.idl
@@ -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,57 +7,57 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_XCancelManager_idl__ 
-#define __com_sun_star_util_XCancelManager_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_XCancellable_idl__ 
-#include <com/sun/star/util/XCancellable.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_util_XCancelManager_idl__
+#define __com_sun_star_util_XCancelManager_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_util_XCancellable_idl__
+#include <com/sun/star/util/XCancellable.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module util {
+
+//=============================================================================
+
 /** manages a list of cancellable objects.
-	
+
 	@deprecated
  */
 published interface XCancelManager: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** registers a cancellable object.
 	 */
-	void registerCancellable( [in] com::sun::star::util::XCancellable Cancel ); 
- 
-	//------------------------------------------------------------------------- 
+	void registerCancellable( [in] com::sun::star::util::XCancellable Cancel );
+
+	//-------------------------------------------------------------------------
 	/** deregisters a cancellable object.
 	 */
-	void releaseCancellable( [in] com::sun::star::util::XCancellable Cancel ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void releaseCancellable( [in] com::sun::star::util::XCancellable Cancel );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/util/XCancellable.idl b/main/offapi/com/sun/star/util/XCancellable.idl
index 5edf1fb..dcf4f9d 100644
--- a/main/offapi/com/sun/star/util/XCancellable.idl
+++ b/main/offapi/com/sun/star/util/XCancellable.idl
@@ -20,35 +20,35 @@
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_XCancellable_idl__ 
-#define __com_sun_star_util_XCancellable_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_util_XCancellable_idl__
+#define __com_sun_star_util_XCancellable_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module util {
+
+//=============================================================================
+
 /** offers the possibility of canceling a job.
 
 	<p>This is supported by objects which represent a job.
  */
 published interface XCancellable: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** cancels the current job of the object.
 	 */
-	void cancel(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void cancel();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/util/XChainable.idl b/main/offapi/com/sun/star/util/XChainable.idl
index df148ce..8714fb8 100644
--- a/main/offapi/com/sun/star/util/XChainable.idl
+++ b/main/offapi/com/sun/star/util/XChainable.idl
@@ -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,73 +7,73 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_XChainable_idl__ 
-#define __com_sun_star_util_XChainable_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_util_XChainable_idl__
+#define __com_sun_star_util_XChainable_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module util {
+
+//=============================================================================
+
 /** enables the object to be a member of a chain.
  */
 published interface XChainable: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	/** @returns 
-				the previous object in this chain or NULL, if this is the first  
+{
+	//-------------------------------------------------------------------------
+	/** @returns
+				the previous object in this chain or NULL, if this is the first
 				object of this chain.
 	 */
-	com::sun::star::util::XChainable getPredecessor(); 
- 
-	//------------------------------------------------------------------------- 
-	/** @returns 
-				the next object in this chain or NULL, if this is the last  
+	com::sun::star::util::XChainable getPredecessor();
+
+	//-------------------------------------------------------------------------
+	/** @returns
+				the next object in this chain or NULL, if this is the last
 				object in this chain.
 	 */
-	com::sun::star::util::XChainable getSuccessor(); 
- 
-	//------------------------------------------------------------------------- 
-	/** connects the specified object to this object as the successor in a chain. 
-		
-		<p>This implies that this object will become the predecessor of 
+	com::sun::star::util::XChainable getSuccessor();
+
+	//-------------------------------------------------------------------------
+	/** connects the specified object to this object as the successor in a chain.
+
+		<p>This implies that this object will become the predecessor of
 		<var>xChainable</var>.  </p>
 	 */
-	void setSuccessor( [in] com::sun::star::util::XChainable xChainable ) 
-			raises( com::sun::star::lang::IllegalArgumentException ); 
- 
-	//------------------------------------------------------------------------- 
+	void setSuccessor( [in] com::sun::star::util::XChainable xChainable )
+			raises( com::sun::star::lang::IllegalArgumentException );
+
+	//-------------------------------------------------------------------------
 	/** checks if the specified object can be linked to this.
 	 */
-	boolean isChainable( [in] com::sun::star::util::XChainable xChainable ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	boolean isChainable( [in] com::sun::star::util::XChainable xChainable );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/util/XChangesBatch.idl b/main/offapi/com/sun/star/util/XChangesBatch.idl
index 17c92a3..97aee26 100644
--- a/main/offapi/com/sun/star/util/XChangesBatch.idl
+++ b/main/offapi/com/sun/star/util/XChangesBatch.idl
@@ -20,63 +20,63 @@
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_XChangesBatch_idl__ 
-#define __com_sun_star_util_XChangesBatch_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_WrappedTargetException_idl__ 
-#include <com/sun/star/lang/WrappedTargetException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_ChangesSet_idl__ 
-#include <com/sun/star/util/ChangesSet.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
+#ifndef __com_sun_star_util_XChangesBatch_idl__
+#define __com_sun_star_util_XChangesBatch_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_lang_WrappedTargetException_idl__
+#include <com/sun/star/lang/WrappedTargetException.idl>
+#endif
+
+#ifndef __com_sun_star_util_ChangesSet_idl__
+#include <com/sun/star/util/ChangesSet.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module util {
+
+//=============================================================================
 /** this interface enables applying a set of changes in one batch transaction.
-	
+
 	<p>An object implementing this interface allows other interfaces to change
 	its state locally. It will keep a list of pending changes until such changes
 	are committed or canceled.	</p>
 
-	<p>Only when they are explicitly committed will these changes take effect 
+	<p>Only when they are explicitly committed will these changes take effect
 	persistently or globally.  </p>
 
-	@see XChangesNotifier 
-	@see XChangesSet 
+	@see XChangesNotifier
+	@see XChangesSet
 	@see XCancellable
  */
 published interface XChangesBatch: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** commits any pending changes.
-		
+
 		<p>The exact action depends on the concrete service.  </p>
 	 */
-	void commitChanges() 
-			raises( com::sun::star::lang::WrappedTargetException ); 
- 
-	//------------------------------------------------------------------------- 
+	void commitChanges()
+			raises( com::sun::star::lang::WrappedTargetException );
+
+	//-------------------------------------------------------------------------
 	/** checks whether this object has any pending changes that can be committed.
 	 */
-	boolean hasPendingChanges(); 
- 
-	//------------------------------------------------------------------------- 
+	boolean hasPendingChanges();
+
+	//-------------------------------------------------------------------------
 	/** queries for any pending changes that can be committed.
 	 */
-	ChangesSet getPendingChanges(); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	ChangesSet getPendingChanges();
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/util/XChangesListener.idl b/main/offapi/com/sun/star/util/XChangesListener.idl
index d5a9be2..9691f27 100644
--- a/main/offapi/com/sun/star/util/XChangesListener.idl
+++ b/main/offapi/com/sun/star/util/XChangesListener.idl
@@ -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,54 +7,54 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_XChangesListener_idl__ 
-#define __com_sun_star_util_XChangesListener_idl__ 
- 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_ChangesEvent_idl__ 
-#include <com/sun/star/util/ChangesEvent.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_util_XChangesListener_idl__
+#define __com_sun_star_util_XChangesListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+#ifndef __com_sun_star_util_ChangesEvent_idl__
+#include <com/sun/star/util/ChangesEvent.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module util {
+
+//=============================================================================
+
 /** receives events from batch change broadcaster objects.
 
-	@see ChangesEvent 
-	@see XChangesNotifier 
+	@see ChangesEvent
+	@see XChangesNotifier
 	@see XChangesBatch
  */
 published interface XChangesListener: com::sun::star::lang::XEventListener
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** is invoked when a batch of changes occurred.
 	 */
-	[oneway] void changesOccurred( [in] com::sun::star::util::ChangesEvent Event ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[oneway] void changesOccurred( [in] com::sun::star::util::ChangesEvent Event );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/util/XChangesNotifier.idl b/main/offapi/com/sun/star/util/XChangesNotifier.idl
index bf52b07..11cca9d 100644
--- a/main/offapi/com/sun/star/util/XChangesNotifier.idl
+++ b/main/offapi/com/sun/star/util/XChangesNotifier.idl
@@ -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,54 +7,54 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_XChangesNotifier_idl__ 
-#define __com_sun_star_util_XChangesNotifier_idl__ 
- 
-#ifndef __com_sun_star_util_XChangesListener_idl__ 
-#include <com/sun/star/util/XChangesListener.idl> 
-#endif 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_util_XChangesNotifier_idl__
+#define __com_sun_star_util_XChangesNotifier_idl__
+
+#ifndef __com_sun_star_util_XChangesListener_idl__
+#include <com/sun/star/util/XChangesListener.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module util {
+
+//=============================================================================
+
 /** broadcasts events about multiple changes that occur in bulk.
 
-	@see XChangesListener 
-	@see XChangesBatch 
+	@see XChangesListener
+	@see XChangesBatch
 	@see ChangesEvent
  */
 published interface XChangesNotifier: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** adds the specified listener to receive events when changes occurred.
 	 */
-	[oneway] void addChangesListener( [in] com::sun::star::util::XChangesListener aListener ); 
- 
-	//------------------------------------------------------------------------- 
+	[oneway] void addChangesListener( [in] com::sun::star::util::XChangesListener aListener );
+
+	//-------------------------------------------------------------------------
 	/** removes the specified listener.
 	 */
-	[oneway] void removeChangesListener( [in] com::sun::star::util::XChangesListener aListener ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[oneway] void removeChangesListener( [in] com::sun::star::util::XChangesListener aListener );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/util/XChangesSet.idl b/main/offapi/com/sun/star/util/XChangesSet.idl
index 2ba717f..d3e2f40 100644
--- a/main/offapi/com/sun/star/util/XChangesSet.idl
+++ b/main/offapi/com/sun/star/util/XChangesSet.idl
@@ -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,63 +7,63 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_XChangesSet_idl__ 
-#define __com_sun_star_util_XChangesSet_idl__ 
- 
-#ifndef __com_sun_star_container_XElementAccess_idl__ 
-#include <com/sun/star/container/XElementAccess.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_WrappedTargetException_idl__ 
-#include <com/sun/star/lang/WrappedTargetException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_ElementChange_idl__ 
-#include <com/sun/star/util/ElementChange.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
+#ifndef __com_sun_star_util_XChangesSet_idl__
+#define __com_sun_star_util_XChangesSet_idl__
+
+#ifndef __com_sun_star_container_XElementAccess_idl__
+#include <com/sun/star/container/XElementAccess.idl>
+#endif
+
+#ifndef __com_sun_star_lang_WrappedTargetException_idl__
+#include <com/sun/star/lang/WrappedTargetException.idl>
+#endif
+
+#ifndef __com_sun_star_util_ElementChange_idl__
+#include <com/sun/star/util/ElementChange.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module util {
+
+//=============================================================================
 /** this interface enables inspecting a set of changes forming one batch transaction.
-	
+
 	<p>An object implementing this interface should implement more
 	container interfaces to access individual changes as well.	</p>
-	
-	@see XChangesBatch 
-	@see ChangesEvent 
-	@see XChangesListener 
+
+	@see XChangesBatch
+	@see ChangesEvent
+	@see XChangesListener
 	@see XChangesNotifier
  */
 published interface XChangesSet: com::sun::star::container::XElementAccess
-{ 
-	//------------------------------------------------------------------------- 
-	/** queries for all contained changes at once. 
-			 
-		@returns an array of <type>ElementChange</type> holding information about 
+{
+	//-------------------------------------------------------------------------
+	/** queries for all contained changes at once.
+
+		@returns an array of <type>ElementChange</type> holding information about
 			each changes  that is part of this object.
 	 */
-	sequence<ElementChange> getAllChanges(); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	sequence<ElementChange> getAllChanges();
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/util/XCloneable.idl b/main/offapi/com/sun/star/util/XCloneable.idl
index 98e83d0..364eb44 100644
--- a/main/offapi/com/sun/star/util/XCloneable.idl
+++ b/main/offapi/com/sun/star/util/XCloneable.idl
@@ -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,46 +7,46 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_XCloneable_idl__ 
-#define __com_sun_star_util_XCloneable_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_util_XCloneable_idl__
+#define __com_sun_star_util_XCloneable_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module util {
+
+//=============================================================================
+
 /** makes it possible to create a copy of the object which supports this interface.
  */
 published interface XCloneable: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** creates a copy of the object.
 	 */
-	com::sun::star::util::XCloneable createClone(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::util::XCloneable createClone();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/util/XDataEditor.idl b/main/offapi/com/sun/star/util/XDataEditor.idl
index f4d0c99..42659c2 100644
--- a/main/offapi/com/sun/star/util/XDataEditor.idl
+++ b/main/offapi/com/sun/star/util/XDataEditor.idl
@@ -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,66 +7,66 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_XDataEditor_idl__ 
-#define __com_sun_star_util_XDataEditor_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_XDataEditorListener_idl__ 
-#include <com/sun/star/util/XDataEditorListener.idl> 
-#endif 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module util {  
- 
+#ifndef __com_sun_star_util_XDataEditor_idl__
+#define __com_sun_star_util_XDataEditor_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_util_XDataEditorListener_idl__
+#include <com/sun/star/util/XDataEditorListener.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module util {
+
 /** connects to a model and broadcasts status change events.
  */
 published interface XDataEditor: com::sun::star::uno::XInterface
-{ 
+{
 	/** makes the data editor visible to the user.
 	 */
-	void show(); 
-	
+	void show();
+
 	//--------------------------------------------------------------------------
 	/** connects the data editor to a data model.
 	 */
-	void setModel( [in] com::sun::star::uno::XInterface model ); 
-	
+	void setModel( [in] com::sun::star::uno::XInterface model );
+
 	//--------------------------------------------------------------------------
-	/** @returns 
+	/** @returns
 			the data model which was set by <method>XDataEditor::setModel</method>.
 	 */
-	com::sun::star::uno::XInterface getModel(); 
- 
+	com::sun::star::uno::XInterface getModel();
+
 	//--------------------------------------------------------------------------
 	/** registers a listener to receive <type>DataEditorEvent</type>s.
 	 */
-	void addDataEditorListener( [in] XDataEditorListener listener ); 
-	
+	void addDataEditorListener( [in] XDataEditorListener listener );
+
 	//--------------------------------------------------------------------------
 	/** unregisters a listener which received <type>DataEditorEvent</type>s.
 	 */
-	void removeDataEditorListener( [in] XDataEditorListener listener ); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void removeDataEditorListener( [in] XDataEditorListener listener );
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/util/XDataEditorListener.idl b/main/offapi/com/sun/star/util/XDataEditorListener.idl
index b20d6fd..54f756d 100644
--- a/main/offapi/com/sun/star/util/XDataEditorListener.idl
+++ b/main/offapi/com/sun/star/util/XDataEditorListener.idl
@@ -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,46 +7,46 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_XDataEditorListener_idl__ 
-#define __com_sun_star_util_XDataEditorListener_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_DataEditorEvent_idl__ 
-#include <com/sun/star/util/DataEditorEvent.idl> 
-#endif 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module util {  
- 
+#ifndef __com_sun_star_util_XDataEditorListener_idl__
+#define __com_sun_star_util_XDataEditorListener_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_util_DataEditorEvent_idl__
+#include <com/sun/star/util/DataEditorEvent.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module util {
+
 /** makes it possible to receive status change events from an
 	<type>XDataEditor</type>.
  */
 published interface XDataEditorListener: com::sun::star::uno::XInterface
-{ 
+{
 	/** is called when the state of a connected <type>XDataEditor</type> changes.
 	 */
-	void updateDataEditorState( [in] DataEditorEvent event ); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void updateDataEditorState( [in] DataEditorEvent event );
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/util/XFlushListener.idl b/main/offapi/com/sun/star/util/XFlushListener.idl
index 0a15a26..b2f6e27 100644
--- a/main/offapi/com/sun/star/util/XFlushListener.idl
+++ b/main/offapi/com/sun/star/util/XFlushListener.idl
@@ -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,50 +7,50 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_XFlushListener_idl__ 
-#define __com_sun_star_util_XFlushListener_idl__ 
- 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_EventObject_idl__ 
-#include <com/sun/star/lang/EventObject.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_util_XFlushListener_idl__
+#define __com_sun_star_util_XFlushListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module util {
+
+//=============================================================================
+
 /** makes it possible to receive <em>flushed</em> events.
  */
 published interface XFlushListener: com::sun::star::lang::XEventListener
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** is called when the object data is flushed.
 	 */
-	void flushed( [in] com::sun::star::lang::EventObject rEvent ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void flushed( [in] com::sun::star::lang::EventObject rEvent );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/util/XFlushable.idl b/main/offapi/com/sun/star/util/XFlushable.idl
index 3022e57..9e29740 100644
--- a/main/offapi/com/sun/star/util/XFlushable.idl
+++ b/main/offapi/com/sun/star/util/XFlushable.idl
@@ -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,60 +7,60 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_XFlushable_idl__ 
-#define __com_sun_star_util_XFlushable_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_XFlushListener_idl__ 
-#include <com/sun/star/util/XFlushListener.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_util_XFlushable_idl__
+#define __com_sun_star_util_XFlushable_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_util_XFlushListener_idl__
+#include <com/sun/star/util/XFlushListener.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module util {
+
+//=============================================================================
+
 /** is supported by objects with data that can be flushed to a data source.
  */
 published interface XFlushable: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** flushes the data of the object to the connected data source.
 	 */
-	void flush(); 
- 
-	//------------------------------------------------------------------------- 
+	void flush();
+
+	//-------------------------------------------------------------------------
 	/** adds the specified listener to receive event "flushed."
 	 */
-	[oneway] void addFlushListener( [in] com::sun::star::util::XFlushListener l ); 
- 
-	//------------------------------------------------------------------------- 
+	[oneway] void addFlushListener( [in] com::sun::star::util::XFlushListener l );
+
+	//-------------------------------------------------------------------------
 	/** removes the specified listener.
 	 */
-	[oneway] void removeFlushListener( [in] com::sun::star::util::XFlushListener l ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[oneway] void removeFlushListener( [in] com::sun::star::util::XFlushListener l );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/util/XImportable.idl b/main/offapi/com/sun/star/util/XImportable.idl
index 05b79a6..2301a90 100644
--- a/main/offapi/com/sun/star/util/XImportable.idl
+++ b/main/offapi/com/sun/star/util/XImportable.idl
@@ -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,61 +7,61 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_XImportable_idl__ 
-#define __com_sun_star_util_XImportable_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_PropertyValue_idl__ 
-#include <com/sun/star/beans/PropertyValue.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_util_XImportable_idl__
+#define __com_sun_star_util_XImportable_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_beans_PropertyValue_idl__
+#include <com/sun/star/beans/PropertyValue.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module util {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::util::XImportable
 /** makes it possible to import files into the object.
  */
 published interface XImportable: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::util::XImportable::createImportDescriptor
-	/** @returns 
+	/** @returns
 					a descriptor which contains the arguments for an import.
 	 */
-	sequence<com::sun::star::beans::PropertyValue> createImportDescriptor( [in] boolean bEmpty ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	sequence<com::sun::star::beans::PropertyValue> createImportDescriptor( [in] boolean bEmpty );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::util::XImportable::doImport
 	/** imports data from an external database.
 	 */
-	void doImport( [in] sequence<com::sun::star::beans::PropertyValue> aDescriptor ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void doImport( [in] sequence<com::sun::star::beans::PropertyValue> aDescriptor );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/util/XIndent.idl b/main/offapi/com/sun/star/util/XIndent.idl
index f25e246..14cfaae 100644
--- a/main/offapi/com/sun/star/util/XIndent.idl
+++ b/main/offapi/com/sun/star/util/XIndent.idl
@@ -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,50 +7,50 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_XIndent_idl__ 
-#define __com_sun_star_util_XIndent_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
+#ifndef __com_sun_star_util_XIndent_idl__
+#define __com_sun_star_util_XIndent_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module util {
+
+//=============================================================================
 /** allows indentation of the object to be changed.
  */
 published interface XIndent: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** shifts the indentation by one default step to the left.
 	 */
-	void decrementIndent(); 
- 
-	//------------------------------------------------------------------------- 
+	void decrementIndent();
+
+	//-------------------------------------------------------------------------
 	/** shifts the indentation by one default step to the right.
 	 */
-	void incrementIndent(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void incrementIndent();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/util/XJobManager.idl b/main/offapi/com/sun/star/util/XJobManager.idl
index 318d6a7..c03cb71 100644
--- a/main/offapi/com/sun/star/util/XJobManager.idl
+++ b/main/offapi/com/sun/star/util/XJobManager.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/util/XLinkUpdate.idl b/main/offapi/com/sun/star/util/XLinkUpdate.idl
index fb62d6c..bf567f3 100644
--- a/main/offapi/com/sun/star/util/XLinkUpdate.idl
+++ b/main/offapi/com/sun/star/util/XLinkUpdate.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/util/XLocalizedAliases.idl b/main/offapi/com/sun/star/util/XLocalizedAliases.idl
index bc7571b..957355e 100644
--- a/main/offapi/com/sun/star/util/XLocalizedAliases.idl
+++ b/main/offapi/com/sun/star/util/XLocalizedAliases.idl
@@ -20,94 +20,94 @@
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_XLocalizedAliases_idl__ 
-#define __com_sun_star_util_XLocalizedAliases_idl__ 
- 
-#ifndef __com_sun_star_lang_Locale_idl__ 
-#include <com/sun/star/lang/Locale.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_NoSuchElementException_idl__ 
-#include <com/sun/star/container/NoSuchElementException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_ElementExistException_idl__ 
-#include <com/sun/star/container/ElementExistException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_AliasProgrammaticPair_idl__ 
-#include <com/sun/star/util/AliasProgrammaticPair.idl> 
-#endif 
- 
-//============================================================================= 
-module com {  module sun {  module star {  module util { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_util_XLocalizedAliases_idl__
+#define __com_sun_star_util_XLocalizedAliases_idl__
+
+#ifndef __com_sun_star_lang_Locale_idl__
+#include <com/sun/star/lang/Locale.idl>
+#endif
+
+#ifndef __com_sun_star_container_NoSuchElementException_idl__
+#include <com/sun/star/container/NoSuchElementException.idl>
+#endif
+
+#ifndef __com_sun_star_container_ElementExistException_idl__
+#include <com/sun/star/container/ElementExistException.idl>
+#endif
+
+#ifndef __com_sun_star_util_AliasProgrammaticPair_idl__
+#include <com/sun/star/util/AliasProgrammaticPair.idl>
+#endif
+
+//=============================================================================
+module com {  module sun {  module star {  module util {
+
+//=============================================================================
+
 /** is the interface for binding programmatic names to aliases. Aliases
 	can be provided in several locales for the same programmatic name.
  */
 published interface XLocalizedAliases: com::sun::star::uno::XInterface
-{ 
-	 
+{
+
 	/** registers an alias for a programmatic name.
 	 */
-	void bindAlias([in]string programmaticName, 
-				   [in]com::sun::star::lang::Locale locale, 
-	 			   [in]string alias) 
-		raises (com::sun::star::container::ElementExistException); 
-	//------------------------------------------------------------------------- 
+	void bindAlias([in]string programmaticName,
+				   [in]com::sun::star::lang::Locale locale,
+	 			   [in]string alias)
+		raises (com::sun::star::container::ElementExistException);
+	//-------------------------------------------------------------------------
 	/** revokes an alias for a programmatic name.
 	 */
-	void unbindAlias([in]com::sun::star::lang::Locale locale, 
-					 [in]string alias) 
-		raises (com::sun::star::container::NoSuchElementException); 
-	//------------------------------------------------------------------------- 
+	void unbindAlias([in]com::sun::star::lang::Locale locale,
+					 [in]string alias)
+		raises (com::sun::star::container::NoSuchElementException);
+	//-------------------------------------------------------------------------
 	/** retrieves a registered programmatic name identified by an alias.
 	 */
-	string lookupAlias([in]com::sun::star::lang::Locale locale, 
-				  	   [in]string Alias) 
-		raises (com::sun::star::container::NoSuchElementException); 
-	//------------------------------------------------------------------------- 
+	string lookupAlias([in]com::sun::star::lang::Locale locale,
+				  	   [in]string Alias)
+		raises (com::sun::star::container::NoSuchElementException);
+	//-------------------------------------------------------------------------
 	/** retrieves a given alias for a programmatic name.
 	 */
-	string lookupProgrammatic([in]com::sun::star::lang::Locale locale, 
-				  			  [in]string programmatic) 
-		raises (com::sun::star::container::NoSuchElementException); 
-	//------------------------------------------------------------------------- 
+	string lookupProgrammatic([in]com::sun::star::lang::Locale locale,
+				  			  [in]string programmatic)
+		raises (com::sun::star::container::NoSuchElementException);
+	//-------------------------------------------------------------------------
 	/** removes all aliases for a programmatic name.
 	 */
-	void unbindAliases([in]string programmaticName) 
-		raises (com::sun::star::container::NoSuchElementException); 
-	//------------------------------------------------------------------------- 
+	void unbindAliases([in]string programmaticName)
+		raises (com::sun::star::container::NoSuchElementException);
+	//-------------------------------------------------------------------------
 	/** rebinds all aliases registered to a given URL to a new one.
 	 */
-	void rebindAliases([in]string currentProgrammatic, 
-		 			   [in]string newProgrammatic) 
-		raises (com::sun::star::container::NoSuchElementException, 
-				com::sun::star::container::ElementExistException); 
-	//------------------------------------------------------------------------- 
+	void rebindAliases([in]string currentProgrammatic,
+		 			   [in]string newProgrammatic)
+		raises (com::sun::star::container::NoSuchElementException,
+				com::sun::star::container::ElementExistException);
+	//-------------------------------------------------------------------------
 	/** renames an alias for a programmatic name.
 	 */
-	void renameAlias([in]com::sun::star::lang::Locale locale, 
-					 [in]string oldName, 
-					 [in]string aNewName) 
-		raises (com::sun::star::container::NoSuchElementException, 
-				com::sun::star::container::ElementExistException); 
-	//------------------------------------------------------------------------- 
-	/** retrieves a list of all registered aliases for a certain language. 
+	void renameAlias([in]com::sun::star::lang::Locale locale,
+					 [in]string oldName,
+					 [in]string aNewName)
+		raises (com::sun::star::container::NoSuchElementException,
+				com::sun::star::container::ElementExistException);
+	//-------------------------------------------------------------------------
+	/** retrieves a list of all registered aliases for a certain language.
 
-		 @param locale 
-			specifies the locale scope. 
+		 @param locale
+			specifies the locale scope.
 
-		 @returns 
+		 @returns
 			a sequence of registered pair of alias and programmatic name.
 	 */
-	sequence<AliasProgrammaticPair> listAliases([in]com::sun::star::lang::Locale locale); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
+	sequence<AliasProgrammaticPair> listAliases([in]com::sun::star::lang::Locale locale);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/util/XLockable.idl b/main/offapi/com/sun/star/util/XLockable.idl
index a6e8595..cec296b 100644
--- a/main/offapi/com/sun/star/util/XLockable.idl
+++ b/main/offapi/com/sun/star/util/XLockable.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/util/XMergeable.idl b/main/offapi/com/sun/star/util/XMergeable.idl
index 05ac899..aa799db 100644
--- a/main/offapi/com/sun/star/util/XMergeable.idl
+++ b/main/offapi/com/sun/star/util/XMergeable.idl
@@ -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,53 +7,53 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_XMergeable_idl__ 
-#define __com_sun_star_util_XMergeable_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_util_XMergeable_idl__
+#define __com_sun_star_util_XMergeable_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module util {
+
+//=============================================================================
+
 /** represents a range of cells that can be merged.
  */
 published interface XMergeable: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** merges/unmerges the area specified by this object.
 	 */
-	void merge( [in] boolean bMerge ); 
- 
-	//------------------------------------------------------------------------- 
+	void merge( [in] boolean bMerge );
+
+	//-------------------------------------------------------------------------
 	/** @returns
-			<TRUE/> if the area specified by this object is merged, 
+			<TRUE/> if the area specified by this object is merged,
 			or <FALSE/> otherwise.
 	 */
-	boolean getIsMerged(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	boolean getIsMerged();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/util/XModeChangeApproveListener.idl b/main/offapi/com/sun/star/util/XModeChangeApproveListener.idl
index f798977..b66d3ac 100644
--- a/main/offapi/com/sun/star/util/XModeChangeApproveListener.idl
+++ b/main/offapi/com/sun/star/util/XModeChangeApproveListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/util/XModeChangeBroadcaster.idl b/main/offapi/com/sun/star/util/XModeChangeBroadcaster.idl
index 1021ae2..8e1234f 100644
--- a/main/offapi/com/sun/star/util/XModeChangeBroadcaster.idl
+++ b/main/offapi/com/sun/star/util/XModeChangeBroadcaster.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/util/XModeChangeListener.idl b/main/offapi/com/sun/star/util/XModeChangeListener.idl
index 03011e4..9444ee9 100644
--- a/main/offapi/com/sun/star/util/XModeChangeListener.idl
+++ b/main/offapi/com/sun/star/util/XModeChangeListener.idl
@@ -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,27 +7,27 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
-#ifndef __com_sun_star_util_XModeChangeListener_idl__ 
-#define __com_sun_star_util_XModeChangeListener_idl__ 
+#ifndef __com_sun_star_util_XModeChangeListener_idl__
+#define __com_sun_star_util_XModeChangeListener_idl__
 
 #ifndef __com_sun_star_lang_XEventListener_idl__
 #include <com/sun/star/lang/XEventListener.idl>
 #endif
- 
+
 #ifndef __com_sun_star_util_ModeChangeEvent_idl__
 #include <com/sun/star/util/ModeChangeEvent.idl>
 #endif
diff --git a/main/offapi/com/sun/star/util/XModeSelector.idl b/main/offapi/com/sun/star/util/XModeSelector.idl
index 675119f..c66d2a8 100644
--- a/main/offapi/com/sun/star/util/XModeSelector.idl
+++ b/main/offapi/com/sun/star/util/XModeSelector.idl
@@ -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,68 +7,68 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_XModeSelector_idl__ 
-#define __com_sun_star_util_XModeSelector_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_NoSupportException_idl__ 
-#include <com/sun/star/lang/NoSupportException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_util_XModeSelector_idl__
+#define __com_sun_star_util_XModeSelector_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_lang_NoSupportException_idl__
+#include <com/sun/star/lang/NoSupportException.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module util {
+
+//=============================================================================
+
 /** is supported by objects which supply different modes.
  */
 published interface XModeSelector: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** sets a new mode for the implementing object.
 	 */
-	void setMode( [in] string aMode ) 
-			raises( com::sun::star::lang::NoSupportException ); 
- 
-	//------------------------------------------------------------------------- 
-	/** @returns 
+	void setMode( [in] string aMode )
+			raises( com::sun::star::lang::NoSupportException );
+
+	//-------------------------------------------------------------------------
+	/** @returns
 					the current mode.
 	 */
-	string getMode(); 
- 
-	//------------------------------------------------------------------------- 
-	/** @returns 
+	string getMode();
+
+	//-------------------------------------------------------------------------
+	/** @returns
 					a sequence of all supported modes.
 	 */
-	sequence<string> getSupportedModes(); 
- 
-	//------------------------------------------------------------------------- 
+	sequence<string> getSupportedModes();
+
+	//-------------------------------------------------------------------------
 	/** asks whether a mode is supported or not.
 	 */
-	boolean supportsMode( [in] string aMode ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	boolean supportsMode( [in] string aMode );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/util/XModifiable.idl b/main/offapi/com/sun/star/util/XModifiable.idl
index 901a8a6..62dd300 100644
--- a/main/offapi/com/sun/star/util/XModifiable.idl
+++ b/main/offapi/com/sun/star/util/XModifiable.idl
@@ -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,64 +7,64 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_XModifiable_idl__ 
-#define __com_sun_star_util_XModifiable_idl__ 
- 
-#ifndef __com_sun_star_util_XModifyBroadcaster_idl__ 
-#include <com/sun/star/util/XModifyBroadcaster.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_PropertyVetoException_idl__ 
-#include <com/sun/star/beans/PropertyVetoException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_util_XModifiable_idl__
+#define __com_sun_star_util_XModifiable_idl__
+
+#ifndef __com_sun_star_util_XModifyBroadcaster_idl__
+#include <com/sun/star/util/XModifyBroadcaster.idl>
+#endif
+
+#ifndef __com_sun_star_beans_PropertyVetoException_idl__
+#include <com/sun/star/beans/PropertyVetoException.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module util {
+
+//=============================================================================
+
 /** makes the modify state of the object accessible.
-	
+
 	<p>Additionally, it makes it possible to register listener objects, which
 	get notification whenever the status or content of the object changes.	</p>
  */
 published interface XModifiable: com::sun::star::util::XModifyBroadcaster
-{ 
-	//------------------------------------------------------------------------- 
-	/** @returns 
-				<TRUE/> if the object is modified. 
-				 
-		<p>The modification is always in relation to a certain state  
+{
+	//-------------------------------------------------------------------------
+	/** @returns
+				<TRUE/> if the object is modified.
+
+		<p>The modification is always in relation to a certain state
 		(i.e., the initial, loaded, or last stored version).
 	 */
-	boolean isModified(); 
- 
-	//------------------------------------------------------------------------- 
-	/** sets the status of the <em>modified</em>-flag from outside of the 
+	boolean isModified();
+
+	//-------------------------------------------------------------------------
+	/** sets the status of the <em>modified</em>-flag from outside of the
 		object.
 	 */
-	void setModified( [in] boolean bModified ) 
-			raises( com::sun::star::beans::PropertyVetoException ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void setModified( [in] boolean bModified )
+			raises( com::sun::star::beans::PropertyVetoException );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/util/XModifyBroadcaster.idl b/main/offapi/com/sun/star/util/XModifyBroadcaster.idl
index 840e18e..777b468 100644
--- a/main/offapi/com/sun/star/util/XModifyBroadcaster.idl
+++ b/main/offapi/com/sun/star/util/XModifyBroadcaster.idl
@@ -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,59 +7,59 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_XModifyBroadcaster_idl__ 
-#define __com_sun_star_util_XModifyBroadcaster_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_XModifyListener_idl__ 
-#include <com/sun/star/util/XModifyListener.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_util_XModifyBroadcaster_idl__
+#define __com_sun_star_util_XModifyBroadcaster_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_util_XModifyListener_idl__
+#include <com/sun/star/util/XModifyListener.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module util {
+
+//=============================================================================
+
 /** broadcasts each modification made on the date data of the object which
 	supports this interface.
-	
-	<p>The modified object must post the modification events immediately 
+
+	<p>The modified object must post the modification events immediately
 	after the modification is performed.</p>
  */
 published interface XModifyBroadcaster: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** adds the specified listener to receive events "modified."
 	 */
-	[oneway] void addModifyListener( [in] com::sun::star::util::XModifyListener aListener ); 
- 
-	//------------------------------------------------------------------------- 
+	[oneway] void addModifyListener( [in] com::sun::star::util::XModifyListener aListener );
+
+	//-------------------------------------------------------------------------
 	/** removes the specified listener.
 	 */
-	[oneway] void removeModifyListener( [in] com::sun::star::util::XModifyListener aListener ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[oneway] void removeModifyListener( [in] com::sun::star::util::XModifyListener aListener );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/util/XModifyListener.idl b/main/offapi/com/sun/star/util/XModifyListener.idl
index 6e04880..af28114 100644
--- a/main/offapi/com/sun/star/util/XModifyListener.idl
+++ b/main/offapi/com/sun/star/util/XModifyListener.idl
@@ -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,56 +7,56 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_XModifyListener_idl__ 
-#define __com_sun_star_util_XModifyListener_idl__ 
- 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_EventObject_idl__ 
-#include <com/sun/star/lang/EventObject.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_util_XModifyListener_idl__
+#define __com_sun_star_util_XModifyListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module util {
+
+//=============================================================================
+
 /** makes it possible to receive events when a model object changes.
  */
 published interface XModifyListener: com::sun::star::lang::XEventListener
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** is called when something changes in the object.
-		
-		<p>Due to such an event, it may be necessary to update views or 
+
+		<p>Due to such an event, it may be necessary to update views or
 		controllers.  </p>
 
 		<p>The source of the event may be the content of the object to
 		which the listener is registered.</p>
 	 */
-	void modified( [in] com::sun::star::lang::EventObject aEvent ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void modified( [in] com::sun::star::lang::EventObject aEvent );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/util/XNumberFormatPreviewer.idl b/main/offapi/com/sun/star/util/XNumberFormatPreviewer.idl
index 32feb89..cd518bc 100644
--- a/main/offapi/com/sun/star/util/XNumberFormatPreviewer.idl
+++ b/main/offapi/com/sun/star/util/XNumberFormatPreviewer.idl
@@ -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,58 +7,58 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_XNumberFormatPreviewer_idl__ 
-#define __com_sun_star_util_XNumberFormatPreviewer_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
+#ifndef __com_sun_star_util_XNumberFormatPreviewer_idl__
+#define __com_sun_star_util_XNumberFormatPreviewer_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
 #ifndef __com_sun_star_util_Color_idl__
 #include <com/sun/star/util/Color.idl>
 #endif
 
-#ifndef __com_sun_star_lang_Locale_idl__ 
-#include <com/sun/star/lang/Locale.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_MalformedNumberFormatException_idl__ 
-#include <com/sun/star/util/MalformedNumberFormatException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_Color_idl__ 
-#include <com/sun/star/util/Color.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
- 
-/** represents a number formatter which can preview number 
+#ifndef __com_sun_star_lang_Locale_idl__
+#include <com/sun/star/lang/Locale.idl>
+#endif
+
+#ifndef __com_sun_star_util_MalformedNumberFormatException_idl__
+#include <com/sun/star/util/MalformedNumberFormatException.idl>
+#endif
+
+#ifndef __com_sun_star_util_Color_idl__
+#include <com/sun/star/util/Color.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module util {
+
+//=============================================================================
+
+/** represents a number formatter which can preview number
 	formats without inserting them.
 
 	@see NumberFormatter
  */
 published interface XNumberFormatPreviewer: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** formats a value using a format string, without inserting a
 		number format into the list.
 
@@ -75,21 +75,21 @@
 			specifies if English language number format strings are accepted
 			in addition to those from the selected locale.
 
-		@returns 
+		@returns
 			the formatted string.
 
         @throws com::sun::star::util::MalformedNumberFormatException
         	if the format string is invalid.
 
 	 */
-	string convertNumberToPreviewString( [in] string aFormat, 
-			 [in] double fValue, 
-			 [in] com::sun::star::lang::Locale nLocale, 
-			 [in] boolean bAllowEnglish ) 
-			raises( com::sun::star::util::MalformedNumberFormatException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	string convertNumberToPreviewString( [in] string aFormat,
+			 [in] double fValue,
+			 [in] com::sun::star::lang::Locale nLocale,
+			 [in] boolean bAllowEnglish )
+			raises( com::sun::star::util::MalformedNumberFormatException );
+
+	//-------------------------------------------------------------------------
+
 	/** returns the color which is to be used for a number.
 
 		@param aFormat
@@ -109,24 +109,24 @@
 			is the color that should be returned if no color is set by
 			the number format.
 
-		@returns 
+		@returns
 			the color that should used to output the formatted string.
 
         @throws com::sun::star::util::MalformedNumberFormatException
         	if the format string is invalid.
 
 	 */
-	com::sun::star::util::Color queryPreviewColorForNumber( [in] string aFormat, 
-			 [in] double fValue, 
-			 [in] com::sun::star::lang::Locale nLocale, 
-			 [in] boolean bAllowEnglish, 
-			 [in] com::sun::star::util::Color aDefaultColor ) 
-			raises( com::sun::star::util::MalformedNumberFormatException ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
+	com::sun::star::util::Color queryPreviewColorForNumber( [in] string aFormat,
+			 [in] double fValue,
+			 [in] com::sun::star::lang::Locale nLocale,
+			 [in] boolean bAllowEnglish,
+			 [in] com::sun::star::util::Color aDefaultColor )
+			raises( com::sun::star::util::MalformedNumberFormatException );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
 #endif
diff --git a/main/offapi/com/sun/star/util/XNumberFormatTypes.idl b/main/offapi/com/sun/star/util/XNumberFormatTypes.idl
index e319d39..28e6e18 100644
--- a/main/offapi/com/sun/star/util/XNumberFormatTypes.idl
+++ b/main/offapi/com/sun/star/util/XNumberFormatTypes.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/util/XNumberFormats.idl b/main/offapi/com/sun/star/util/XNumberFormats.idl
index 3567723..1fcc8c2 100644
--- a/main/offapi/com/sun/star/util/XNumberFormats.idl
+++ b/main/offapi/com/sun/star/util/XNumberFormats.idl
@@ -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,193 +7,193 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_XNumberFormats_idl__ 
-#define __com_sun_star_util_XNumberFormats_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_Locale_idl__ 
-#include <com/sun/star/lang/Locale.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_MalformedNumberFormatException_idl__ 
-#include <com/sun/star/util/MalformedNumberFormatException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_util_XNumberFormats_idl__
+#define __com_sun_star_util_XNumberFormats_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+#ifndef __com_sun_star_lang_Locale_idl__
+#include <com/sun/star/lang/Locale.idl>
+#endif
+
+#ifndef __com_sun_star_util_MalformedNumberFormatException_idl__
+#include <com/sun/star/util/MalformedNumberFormatException.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module util {
+
+//=============================================================================
+
 /** provides access to multiple <type>NumberFormat</type>s.
 
     The number formats are managed by their unique key in the document.
  */
 published interface XNumberFormats: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns  
+{
+	//-------------------------------------------------------------------------
+
+	/** @returns
 					a readonly <type>NumberFormatProperties</type>.
-		
+
 		@param nKey
 			the key for the format
 	 */
-	com::sun::star::beans::XPropertySet getByKey( [in] long nKey ); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns  
-					a sequence of the keys of all number formats with the specified type and language. 
-		 
-				@param	nType 
-						the type of number formats to return. Must be one of the 
-						<type>NumberFormat</type> constants. 
-		 
-				@param	nLocale 
-						the locale of number formats to return. 
-		 
-				@param	bCreate 
-						<TRUE/>: create new entries if no formats for the selected language exist<BR> 
+	com::sun::star::beans::XPropertySet getByKey( [in] long nKey );
+
+	//-------------------------------------------------------------------------
+
+	/** @returns
+					a sequence of the keys of all number formats with the specified type and language.
+
+				@param	nType
+						the type of number formats to return. Must be one of the
+						<type>NumberFormat</type> constants.
+
+				@param	nLocale
+						the locale of number formats to return.
+
+				@param	bCreate
+						<TRUE/>: create new entries if no formats for the selected language exist<BR>
 						<FALSE/>: return an empty list if no formats for the selected language exist
 	 */
-	sequence<long> queryKeys( [in] short nType, 
-			 [in] com::sun::star::lang::Locale nLocale, 
-			 [in] boolean bCreate ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	sequence<long> queryKeys( [in] short nType,
+			 [in] com::sun::star::lang::Locale nLocale,
+			 [in] boolean bCreate );
+
+	//-------------------------------------------------------------------------
+
 	/** finds a number format by its format string and returns its key.
-	
+
 		@returns
 			the key for the format if found, otherwise -1.
-		
+
 		@param aFormat
 			the string representation of the number format
-		
+
 		@param nLocale
 			the locale for number formats to find
-		
+
 		@param bScan
 			reserved for future use and should be set to false
 	 */
-	long queryKey( [in] string aFormat, 
-			 [in] com::sun::star::lang::Locale nLocale, 
-			 [in] boolean bScan ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	long queryKey( [in] string aFormat,
+			 [in] com::sun::star::lang::Locale nLocale,
+			 [in] boolean bScan );
+
+	//-------------------------------------------------------------------------
+
 	/** adds a new number format to the list, using a format string.
-	
+
 		@returns
 			the key for new number format
-		
+
 		@param aFormat
 			the string representation of the number format
-		
+
 		@param nLocale
 			the locale for the number format
-		
+
 		@throws com::sun::star::util::MalformedNumberFormatException
 			if incorrect number format is specified
 	 */
-	long addNew( [in] string aFormat, 
-			 [in] com::sun::star::lang::Locale nLocale ) 
-			raises( com::sun::star::util::MalformedNumberFormatException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** adds a new number format to the list, using a format 
-		string in a different locale than the desired locale of the 
+	long addNew( [in] string aFormat,
+			 [in] com::sun::star::lang::Locale nLocale )
+			raises( com::sun::star::util::MalformedNumberFormatException );
+
+	//-------------------------------------------------------------------------
+
+	/** adds a new number format to the list, using a format
+		string in a different locale than the desired locale of the
 		resulting number format.
-		
+
 		@returns
 			the key for added number format
-		
+
 		@param aFormat
 			the key for the number format
-		
+
 		@param nLocale
 			the original locale for the number format
-		
+
 		@param nNewLocale
 			the new locale for the number format to be converted
-		
+
 		@throws com::sun::star::util::MalformedNumberFormatException
 			if incorrect number format is specified
 	 */
-	long addNewConverted( [in] string aFormat, 
-			 [in] com::sun::star::lang::Locale nLocale, 
-			 [in] com::sun::star::lang::Locale nNewLocale ) 
-			raises( com::sun::star::util::MalformedNumberFormatException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	long addNewConverted( [in] string aFormat,
+			 [in] com::sun::star::lang::Locale nLocale,
+			 [in] com::sun::star::lang::Locale nNewLocale )
+			raises( com::sun::star::util::MalformedNumberFormatException );
+
+	//-------------------------------------------------------------------------
+
 	/** removes a number format from the list.
-	
+
 		@param nKey
 			the key for the numberformat
 	 */
-	void removeByKey( [in] long nKey ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void removeByKey( [in] long nKey );
+
+	//-------------------------------------------------------------------------
+
 	/** generates a format string from several parameters without
 		creating an actual number format.
-	
+
 		@returns
 			the string representation for the number format
-		
+
 		@param nBaseKey
 			the key for the number format to be used as base format
-		
+
 		@param nLocale
 			the locale for the number format
-		
+
 		@param bThousands
 			the thousands separator is shown or not
-		
+
 		@param bRed
 			show negative number in red colored if <TRUE/>
-		
+
 		@param nDecimals
 			how many digits are shown after the decimal point
-		
+
 		@param nLeading
 			how many number of leading zeros are shown
 	 */
-	string generateFormat( [in] long nBaseKey, 
-			 [in] com::sun::star::lang::Locale nLocale, 
-			 [in] boolean bThousands, 
-			 [in] boolean bRed, 
-			 [in] short nDecimals, 
-			 [in] short nLeading ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
+	string generateFormat( [in] long nBaseKey,
+			 [in] com::sun::star::lang::Locale nLocale,
+			 [in] boolean bThousands,
+			 [in] boolean bRed,
+			 [in] short nDecimals,
+			 [in] short nLeading );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
 #endif
diff --git a/main/offapi/com/sun/star/util/XNumberFormatsSupplier.idl b/main/offapi/com/sun/star/util/XNumberFormatsSupplier.idl
index 6ee2750..828ff92 100644
--- a/main/offapi/com/sun/star/util/XNumberFormatsSupplier.idl
+++ b/main/offapi/com/sun/star/util/XNumberFormatsSupplier.idl
@@ -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,64 +7,64 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_XNumberFormatsSupplier_idl__ 
-#define __com_sun_star_util_XNumberFormatsSupplier_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_XNumberFormats_idl__ 
-#include <com/sun/star/util/XNumberFormats.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
- 
-/** supplies the collection of <type>NumberFormat</type>s (for example, in a 
+#ifndef __com_sun_star_util_XNumberFormatsSupplier_idl__
+#define __com_sun_star_util_XNumberFormatsSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+#ifndef __com_sun_star_util_XNumberFormats_idl__
+#include <com/sun/star/util/XNumberFormats.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module util {
+
+//=============================================================================
+
+/** supplies the collection of <type>NumberFormat</type>s (for example, in a
 	document) and the settings belonging to these formats.
  */
 published interface XNumberFormatsSupplier: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns  
+{
+	//-------------------------------------------------------------------------
+
+	/** @returns
 				the <type>NumberFormatSettings</type> of this object.
 	 */
-	com::sun::star::beans::XPropertySet getNumberFormatSettings(); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns  
+	com::sun::star::beans::XPropertySet getNumberFormatSettings();
+
+	//-------------------------------------------------------------------------
+
+	/** @returns
 				the collection of number formats belonging to this object (e.g., to this document).
 	 */
-	com::sun::star::util::XNumberFormats getNumberFormats(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
+	com::sun::star::util::XNumberFormats getNumberFormats();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
 #endif
diff --git a/main/offapi/com/sun/star/util/XNumberFormatter.idl b/main/offapi/com/sun/star/util/XNumberFormatter.idl
index 153ec38..e505570 100644
--- a/main/offapi/com/sun/star/util/XNumberFormatter.idl
+++ b/main/offapi/com/sun/star/util/XNumberFormatter.idl
@@ -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,138 +7,138 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_XNumberFormatter_idl__ 
-#define __com_sun_star_util_XNumberFormatter_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
+#ifndef __com_sun_star_util_XNumberFormatter_idl__
+#define __com_sun_star_util_XNumberFormatter_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
 #ifndef __com_sun_star_util_Color_idl__
 #include <com/sun/star/util/Color.idl>
 #endif
 
-#ifndef __com_sun_star_util_XNumberFormatsSupplier_idl__ 
-#include <com/sun/star/util/XNumberFormatsSupplier.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_NotNumericException_idl__ 
-#include <com/sun/star/util/NotNumericException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_Color_idl__ 
-#include <com/sun/star/util/Color.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_util_XNumberFormatsSupplier_idl__
+#include <com/sun/star/util/XNumberFormatsSupplier.idl>
+#endif
+
+#ifndef __com_sun_star_util_NotNumericException_idl__
+#include <com/sun/star/util/NotNumericException.idl>
+#endif
+
+#ifndef __com_sun_star_util_Color_idl__
+#include <com/sun/star/util/Color.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module util {
+
+//=============================================================================
+
 /** represents a number formatter.
  */
 published interface XNumberFormatter: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** attaches an <type>XNumberFormatsSupplier</type> to this 
+{
+	//-------------------------------------------------------------------------
+
+	/** attaches an <type>XNumberFormatsSupplier</type> to this
 		<type>NumberFormatter</type>.
 
 		<p>This <type>NumberFormatter</type> will only use the <type>NumberFormats</type>
-		specified in the attached <type>XNumberFormatsSupplier</type>. Without an attached 
+		specified in the attached <type>XNumberFormatsSupplier</type>. Without an attached
 		<type>XNumberFormatsSupplier</type>, no formatting is possible.</p>
 	 */
-	void attachNumberFormatsSupplier( [in] com::sun::star::util::XNumberFormatsSupplier xSupplier ); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns  
+	void attachNumberFormatsSupplier( [in] com::sun::star::util::XNumberFormatsSupplier xSupplier );
+
+	//-------------------------------------------------------------------------
+
+	/** @returns
 				the attached <type>XNumberFormatsSupplier</type>.
 	 */
-	com::sun::star::util::XNumberFormatsSupplier getNumberFormatsSupplier(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::util::XNumberFormatsSupplier getNumberFormatsSupplier();
+
+	//-------------------------------------------------------------------------
+
 	/** detects the number format in a string which contains a formatted number.
 	 */
-	long detectNumberFormat( [in] long nKey, 
-			 [in] string aString ) 
-			raises( com::sun::star::util::NotNumericException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	long detectNumberFormat( [in] long nKey,
+			 [in] string aString )
+			raises( com::sun::star::util::NotNumericException );
+
+	//-------------------------------------------------------------------------
+
 	/** converts a string which contains a formatted number into a number.
-		
+
 		<p>If this is a text format, the string will not be converted.</p>
 	 */
-	double convertStringToNumber( [in] long nKey, 
-			 [in] string aString ) 
-			raises( com::sun::star::util::NotNumericException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	double convertStringToNumber( [in] long nKey,
+			 [in] string aString )
+			raises( com::sun::star::util::NotNumericException );
+
+	//-------------------------------------------------------------------------
+
 	/** converts a number into a string.
 	 */
-	string convertNumberToString( [in] long nKey, 
-			 [in] double fValue ); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns  
-				the color which is specified for the given value in the number format,  
+	string convertNumberToString( [in] long nKey,
+			 [in] double fValue );
+
+	//-------------------------------------------------------------------------
+
+	/** @returns
+				the color which is specified for the given value in the number format,
 				which is otherwise the value of <var>aDefaultColor</var>.
 	 */
-	com::sun::star::util::Color queryColorForNumber( [in] long nKey, 
-			 [in] double fValue, 
-			 [in] com::sun::star::util::Color aDefaultColor ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::util::Color queryColorForNumber( [in] long nKey,
+			 [in] double fValue,
+			 [in] com::sun::star::util::Color aDefaultColor );
+
+	//-------------------------------------------------------------------------
+
 	/** converts a string into another string.
 	 */
-	string formatString( [in] long nKey, 
-			 [in] string aString ); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns  
-				the color which is specified for the given string in the number format,  
+	string formatString( [in] long nKey,
+			 [in] string aString );
+
+	//-------------------------------------------------------------------------
+
+	/** @returns
+				the color which is specified for the given string in the number format,
 				which is otherwise the value of <var>aDefaultColor</var>.
 	 */
-	com::sun::star::util::Color queryColorForString( [in] long nKey, 
-			 [in] string aString, 
-			 [in] com::sun::star::util::Color aDefaultColor ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::util::Color queryColorForString( [in] long nKey,
+			 [in] string aString,
+			 [in] com::sun::star::util::Color aDefaultColor );
+
+	//-------------------------------------------------------------------------
+
 	/** converts a number into a string with the specified format.
-		
+
 		<p>This string can always be converted back to a number using the same
 		format.
 		</p>
 	 */
-	string getInputString( [in] long nKey, 
-			 [in] double fValue ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
+	string getInputString( [in] long nKey,
+			 [in] double fValue );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
 #endif
diff --git a/main/offapi/com/sun/star/util/XPropertyReplace.idl b/main/offapi/com/sun/star/util/XPropertyReplace.idl
index c1eb636..9d3980e 100644
--- a/main/offapi/com/sun/star/util/XPropertyReplace.idl
+++ b/main/offapi/com/sun/star/util/XPropertyReplace.idl
@@ -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,91 +7,91 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_XPropertyReplace_idl__ 
-#define __com_sun_star_util_XPropertyReplace_idl__ 
- 
-#ifndef __com_sun_star_util_XReplaceDescriptor_idl__ 
-#include <com/sun/star/util/XReplaceDescriptor.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_PropertyValue_idl__ 
-#include <com/sun/star/beans/PropertyValue.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_UnknownPropertyException_idl__ 
-#include <com/sun/star/beans/UnknownPropertyException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_util_XPropertyReplace_idl__
+#define __com_sun_star_util_XPropertyReplace_idl__
+
+#ifndef __com_sun_star_util_XReplaceDescriptor_idl__
+#include <com/sun/star/util/XReplaceDescriptor.idl>
+#endif
+
+#ifndef __com_sun_star_beans_PropertyValue_idl__
+#include <com/sun/star/beans/PropertyValue.idl>
+#endif
+
+#ifndef __com_sun_star_beans_UnknownPropertyException_idl__
+#include <com/sun/star/beans/UnknownPropertyException.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module util {
+
+//=============================================================================
+
 /** makes it possible to search and replace properties.
  */
 published interface XPropertyReplace: com::sun::star::util::XReplaceDescriptor
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** provides the information if specific property values are
 		searched, or just the existence of the specified properties.
 	 */
-	boolean getValueSearch(); 
- 
-	//------------------------------------------------------------------------- 
+	boolean getValueSearch();
+
+	//-------------------------------------------------------------------------
 	/** specifies if specific property values are searched,
 		or just the existence of the specified properties.
 	 */
-	void setValueSearch( [in] boolean bValueSearch ); 
- 
-	//------------------------------------------------------------------------- 
-	/** @returns 
+	void setValueSearch( [in] boolean bValueSearch );
+
+	//-------------------------------------------------------------------------
+	/** @returns
 					the attributes to search for.
 	 */
-	sequence<com::sun::star::beans::PropertyValue> getSearchAttributes(); 
- 
-	//------------------------------------------------------------------------- 
+	sequence<com::sun::star::beans::PropertyValue> getSearchAttributes();
+
+	//-------------------------------------------------------------------------
 	/** sets the properties to search for.
 	 */
-	void setSearchAttributes( [in] sequence<com::sun::star::beans::PropertyValue> aSearchAttribs ) 
-			raises( com::sun::star::beans::UnknownPropertyException, 
-					com::sun::star::lang::IllegalArgumentException ); 
- 
-	//------------------------------------------------------------------------- 
-	/** @returns 
+	void setSearchAttributes( [in] sequence<com::sun::star::beans::PropertyValue> aSearchAttribs )
+			raises( com::sun::star::beans::UnknownPropertyException,
+					com::sun::star::lang::IllegalArgumentException );
+
+	//-------------------------------------------------------------------------
+	/** @returns
 					the attribute values which are used to replace the found occurrences.
 	 */
-	sequence<com::sun::star::beans::PropertyValue> getReplaceAttributes(); 
- 
-	//------------------------------------------------------------------------- 
+	sequence<com::sun::star::beans::PropertyValue> getReplaceAttributes();
+
+	//-------------------------------------------------------------------------
 	/** sets the properties to replace the found occurrences.
 	 */
-	void setReplaceAttributes( [in] sequence<com::sun::star::beans::PropertyValue> aSearchAttribs ) 
-			raises( com::sun::star::beans::UnknownPropertyException, 
-					com::sun::star::lang::IllegalArgumentException ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void setReplaceAttributes( [in] sequence<com::sun::star::beans::PropertyValue> aSearchAttribs )
+			raises( com::sun::star::beans::UnknownPropertyException,
+					com::sun::star::lang::IllegalArgumentException );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/util/XProtectable.idl b/main/offapi/com/sun/star/util/XProtectable.idl
index 071e26d..929a00c 100644
--- a/main/offapi/com/sun/star/util/XProtectable.idl
+++ b/main/offapi/com/sun/star/util/XProtectable.idl
@@ -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,70 +7,70 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_XProtectable_idl__ 
-#define __com_sun_star_util_XProtectable_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_util_XProtectable_idl__
+#define __com_sun_star_util_XProtectable_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module util {
+
+//=============================================================================
+
 /** makes it possible to protect objects from modifications.
  */
 published interface XProtectable: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** activates the protection.
-		
+
 		@param aPassword
 			a string to specify new password.
 	 */
-	void protect( [in] string aPassword ); 
- 
-	//------------------------------------------------------------------------- 
+	void protect( [in] string aPassword );
+
+	//-------------------------------------------------------------------------
 	/** removes the protection.
-		
+
 		@param aPassword
 			a string to match with the current password.
 		@throws com::sun::star::lang::IllegalArgumentException
 			if invalid password is specified.
 	 */
-	void unprotect( [in] string aPassword ) 
-			raises( com::sun::star::lang::IllegalArgumentException ); 
- 
-	//------------------------------------------------------------------------- 
-	/** @returns  
+	void unprotect( [in] string aPassword )
+			raises( com::sun::star::lang::IllegalArgumentException );
+
+	//-------------------------------------------------------------------------
+	/** @returns
 				the current state of protection.
 	 */
-	boolean isProtected(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	boolean isProtected();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/util/XRefreshListener.idl b/main/offapi/com/sun/star/util/XRefreshListener.idl
index dd8b534..c95919b 100644
--- a/main/offapi/com/sun/star/util/XRefreshListener.idl
+++ b/main/offapi/com/sun/star/util/XRefreshListener.idl
@@ -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,50 +7,50 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_XRefreshListener_idl__ 
-#define __com_sun_star_util_XRefreshListener_idl__ 
- 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_EventObject_idl__ 
-#include <com/sun/star/lang/EventObject.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_util_XRefreshListener_idl__
+#define __com_sun_star_util_XRefreshListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module util {
+
+//=============================================================================
+
 /** makes it possible to receive <em>refreshed</em> events.
  */
 published interface XRefreshListener: com::sun::star::lang::XEventListener
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** is called when the object data is refreshed.
 	 */
-	void refreshed( [in] com::sun::star::lang::EventObject rEvent ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void refreshed( [in] com::sun::star::lang::EventObject rEvent );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/util/XRefreshable.idl b/main/offapi/com/sun/star/util/XRefreshable.idl
index 9229d9e..bba5520 100644
--- a/main/offapi/com/sun/star/util/XRefreshable.idl
+++ b/main/offapi/com/sun/star/util/XRefreshable.idl
@@ -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,60 +7,60 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_XRefreshable_idl__ 
-#define __com_sun_star_util_XRefreshable_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_XRefreshListener_idl__ 
-#include <com/sun/star/util/XRefreshListener.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_util_XRefreshable_idl__
+#define __com_sun_star_util_XRefreshable_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_util_XRefreshListener_idl__
+#include <com/sun/star/util/XRefreshListener.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module util {
+
+//=============================================================================
+
 /** is supported by objects with data that can be refreshed from a data source.
  */
 published interface XRefreshable: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** refreshes the data of the object from the connected data source.
 	 */
-	void refresh(); 
- 
-	//------------------------------------------------------------------------- 
+	void refresh();
+
+	//-------------------------------------------------------------------------
 	/** adds the specified listener to receive the event "refreshed."
 	 */
-	[oneway] void addRefreshListener( [in] com::sun::star::util::XRefreshListener l ); 
- 
-	//------------------------------------------------------------------------- 
+	[oneway] void addRefreshListener( [in] com::sun::star::util::XRefreshListener l );
+
+	//-------------------------------------------------------------------------
 	/** removes the specified listener.
 	 */
-	[oneway] void removeRefreshListener( [in] com::sun::star::util::XRefreshListener l ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[oneway] void removeRefreshListener( [in] com::sun::star::util::XRefreshListener l );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/util/XReplaceDescriptor.idl b/main/offapi/com/sun/star/util/XReplaceDescriptor.idl
index 2d61400..a9b18ef 100644
--- a/main/offapi/com/sun/star/util/XReplaceDescriptor.idl
+++ b/main/offapi/com/sun/star/util/XReplaceDescriptor.idl
@@ -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,52 +7,52 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_XReplaceDescriptor_idl__ 
-#define __com_sun_star_util_XReplaceDescriptor_idl__ 
- 
-#ifndef __com_sun_star_util_XSearchDescriptor_idl__ 
-#include <com/sun/star/util/XSearchDescriptor.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_util_XReplaceDescriptor_idl__
+#define __com_sun_star_util_XReplaceDescriptor_idl__
+
+#ifndef __com_sun_star_util_XSearchDescriptor_idl__
+#include <com/sun/star/util/XSearchDescriptor.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module util {
+
+//=============================================================================
+
 /** specifies a string replace operation.
  */
 published interface XReplaceDescriptor: com::sun::star::util::XSearchDescriptor
-{ 
-	//------------------------------------------------------------------------- 
-	/** @returns 
+{
+	//-------------------------------------------------------------------------
+	/** @returns
 					the string which replaces the found occurrences.
 	 */
-	string getReplaceString(); 
- 
-	//------------------------------------------------------------------------- 
+	string getReplaceString();
+
+	//-------------------------------------------------------------------------
 	/** sets the string which replaces the found occurrences.
 	 */
-	void setReplaceString( [in] string aReplaceString ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void setReplaceString( [in] string aReplaceString );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/util/XReplaceable.idl b/main/offapi/com/sun/star/util/XReplaceable.idl
index 17cf52e..d19546c 100644
--- a/main/offapi/com/sun/star/util/XReplaceable.idl
+++ b/main/offapi/com/sun/star/util/XReplaceable.idl
@@ -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,45 +7,45 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_XReplaceable_idl__ 
-#define __com_sun_star_util_XReplaceable_idl__ 
- 
-#ifndef __com_sun_star_util_XSearchable_idl__ 
-#include <com/sun/star/util/XSearchable.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_XReplaceDescriptor_idl__ 
-#include <com/sun/star/util/XReplaceDescriptor.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_XSearchDescriptor_idl__ 
-#include <com/sun/star/util/XSearchDescriptor.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
- 
-/** makes it possible to replace strings in a text described by a 
+#ifndef __com_sun_star_util_XReplaceable_idl__
+#define __com_sun_star_util_XReplaceable_idl__
+
+#ifndef __com_sun_star_util_XSearchable_idl__
+#include <com/sun/star/util/XSearchable.idl>
+#endif
+
+#ifndef __com_sun_star_util_XReplaceDescriptor_idl__
+#include <com/sun/star/util/XReplaceDescriptor.idl>
+#endif
+
+#ifndef __com_sun_star_util_XSearchDescriptor_idl__
+#include <com/sun/star/util/XSearchDescriptor.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module util {
+
+//=============================================================================
+
+/** makes it possible to replace strings in a text described by a
 	<type>SearchDescriptor</type>.
-	
-	@example 
+
+	@example
 	<listing>
 	'replace all bold words "search for" by "look for"
 	xReplaceDescr = xDocument.createReplaceDescriptor()
@@ -55,22 +55,22 @@
 	</listing>
  */
 published interface XReplaceable: com::sun::star::util::XSearchable
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** creates a descriptor which contains properties that
 		specify a search in this container.@see SearchDescriptor
 	 */
-	com::sun::star::util::XReplaceDescriptor createReplaceDescriptor(); 
- 
-	//------------------------------------------------------------------------- 
+	com::sun::star::util::XReplaceDescriptor createReplaceDescriptor();
+
+	//-------------------------------------------------------------------------
 	/** searches for all occurrences of whatever is specified.@see SearchDescriptor
 	 */
-	long replaceAll( [in] com::sun::star::util::XSearchDescriptor xDesc ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	long replaceAll( [in] com::sun::star::util::XSearchDescriptor xDesc );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/util/XSearchDescriptor.idl b/main/offapi/com/sun/star/util/XSearchDescriptor.idl
index 72355a1..e1639ad 100644
--- a/main/offapi/com/sun/star/util/XSearchDescriptor.idl
+++ b/main/offapi/com/sun/star/util/XSearchDescriptor.idl
@@ -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,52 +7,52 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_XSearchDescriptor_idl__ 
-#define __com_sun_star_util_XSearchDescriptor_idl__ 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_util_XSearchDescriptor_idl__
+#define __com_sun_star_util_XSearchDescriptor_idl__
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module util {
+
+//=============================================================================
+
 /** specifies a string search operation.
  */
 published interface XSearchDescriptor: com::sun::star::beans::XPropertySet
-{ 
-	//------------------------------------------------------------------------- 
-	/** @returns 
+{
+	//-------------------------------------------------------------------------
+	/** @returns
 					the string of characters to search for.
 	 */
-	string getSearchString(); 
- 
-	//------------------------------------------------------------------------- 
+	string getSearchString();
+
+	//-------------------------------------------------------------------------
 	/** sets the string of characters to look for.
 	 */
-	[oneway] void setSearchString( [in] string aString ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[oneway] void setSearchString( [in] string aString );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/util/XSearchable.idl b/main/offapi/com/sun/star/util/XSearchable.idl
index c9d280c..8f56886 100644
--- a/main/offapi/com/sun/star/util/XSearchable.idl
+++ b/main/offapi/com/sun/star/util/XSearchable.idl
@@ -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,48 +7,48 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_XSearchable_idl__ 
-#define __com_sun_star_util_XSearchable_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_util_XSearchDescriptor_idl__ 
-#include <com/sun/star/util/XSearchDescriptor.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XIndexAccess_idl__ 
-#include <com/sun/star/container/XIndexAccess.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
- 
-/** enables the object to look for specified contents of the object 
+#ifndef __com_sun_star_util_XSearchable_idl__
+#define __com_sun_star_util_XSearchable_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_util_XSearchDescriptor_idl__
+#include <com/sun/star/util/XSearchDescriptor.idl>
+#endif
+
+#ifndef __com_sun_star_container_XIndexAccess_idl__
+#include <com/sun/star/container/XIndexAccess.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module util {
+
+//=============================================================================
+
+/** enables the object to look for specified contents of the object
 	(in particular, for a text range which contains a specific string pattern).
-	
-	@example 
-		in a <type scope="com::sun::star::text">TextDocument</type>: 
+
+	@example
+		in a <type scope="com::sun::star::text">TextDocument</type>:
 		set all "search for" to bold using findFirst()/findNext():
-	
+
 	<listing>
 	xSearchDescr = xDocument.createSearchDescriptor()
 	xSearchDescr.SearchString = "search for"
@@ -60,49 +60,49 @@
 	xFound = xDocument.findNext( xFound.End, xSearchDescr )
 	loop
 	</listing>
-	
+
  */
 published interface XSearchable: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** creates a <type>SearchDescriptor</type> which contains properties that
 		specify a search in this container.@see SearchDescriptor
 	 */
-	com::sun::star::util::XSearchDescriptor createSearchDescriptor(); 
- 
-	//------------------------------------------------------------------------- 
+	com::sun::star::util::XSearchDescriptor createSearchDescriptor();
+
+	//-------------------------------------------------------------------------
 	/** searches the contained texts for all occurrences of whatever is specified.@see SearchDescriptor
 	 */
-	com::sun::star::container::XIndexAccess findAll( [in] com::sun::star::util::XSearchDescriptor xDesc ); 
- 
-	//------------------------------------------------------------------------- 
+	com::sun::star::container::XIndexAccess findAll( [in] com::sun::star::util::XSearchDescriptor xDesc );
+
+	//-------------------------------------------------------------------------
 	/** searches the contained texts for the next occurrence of whatever is specified.
-	
-		@returns 
+
+		@returns
 			the position within the component, e.g. a <type scope="com::sun::star::text">XTextRange</type>
 			which determines the found elements.
 
 		@see SearchDescriptor
 	 */
-	com::sun::star::uno::XInterface findFirst( [in] com::sun::star::util::XSearchDescriptor xDesc ); 
- 
-	//------------------------------------------------------------------------- 
+	com::sun::star::uno::XInterface findFirst( [in] com::sun::star::util::XSearchDescriptor xDesc );
+
+	//-------------------------------------------------------------------------
 	/** searches the contained texts for the next occurrence of whatever is specified.
 
 		@param xStartAt
 			represents a position within the component at which the search continues.
 			This position is returned by <method>XSearchable::findFirst</method> or
 			the previous <method>XSearchable::findNext</method>.
-	
+
 		@see SearchDescriptor
 	 */
-	com::sun::star::uno::XInterface findNext( [in] com::sun::star::uno::XInterface xStartAt, 
-			 [in] com::sun::star::util::XSearchDescriptor xDesc ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::uno::XInterface findNext( [in] com::sun::star::uno::XInterface xStartAt,
+			 [in] com::sun::star::util::XSearchDescriptor xDesc );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/util/XSimpleErrorHandler.idl b/main/offapi/com/sun/star/util/XSimpleErrorHandler.idl
index 301666a..34b7a76 100644
--- a/main/offapi/com/sun/star/util/XSimpleErrorHandler.idl
+++ b/main/offapi/com/sun/star/util/XSimpleErrorHandler.idl
@@ -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,44 +7,44 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_XSimpleErrorHandler_idl__ 
-#define __com_sun_star_util_XSimpleErrorHandler_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
-// DOCUMENTATION OMITTED FOR XSimpleErrorHandler 
+#ifndef __com_sun_star_util_XSimpleErrorHandler_idl__
+#define __com_sun_star_util_XSimpleErrorHandler_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module util {
+
+//=============================================================================
+// DOCUMENTATION OMITTED FOR XSimpleErrorHandler
 /** @deprecated
  */
 published interface XSimpleErrorHandler: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR XSimpleErrorHandler::handleError 
-	boolean handleError( [in] any Exception ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR XSimpleErrorHandler::handleError
+	boolean handleError( [in] any Exception );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/util/XSortable.idl b/main/offapi/com/sun/star/util/XSortable.idl
index acce611..871ac05 100644
--- a/main/offapi/com/sun/star/util/XSortable.idl
+++ b/main/offapi/com/sun/star/util/XSortable.idl
@@ -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,40 +7,40 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_XSortable_idl__ 
-#define __com_sun_star_util_XSortable_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_PropertyValue_idl__ 
-#include <com/sun/star/beans/PropertyValue.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module util {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_util_XSortable_idl__
+#define __com_sun_star_util_XSortable_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_beans_PropertyValue_idl__
+#include <com/sun/star/beans/PropertyValue.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module util {
+
+//=============================================================================
+
 /** makes it possible to sort the contents of this object.
 
-    <p>The available properties describing the sort criteria are 
+    <p>The available properties describing the sort criteria are
     defined in the sort descriptor implemented by the object that
     implements this interface.</p>
 
@@ -50,7 +50,7 @@
         <li>com::sun::star::table::TableSortDescriptor</li>
         <li>com::sun::star::text::TextSortDescriptor</li>
     </ul>
-    
+
     <p>And a new set of sort descriptors:</p>
     <ul>
         <li>com::sun::star::util::SortDescriptor2</li>
@@ -63,13 +63,13 @@
     descriptors must not be mixed.</p>
  */
 published interface XSortable: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	/** @returns 
-            a sequence of properties which allows to specify/modify the 
+{
+	//-------------------------------------------------------------------------
+	/** @returns
+            a sequence of properties which allows to specify/modify the
             sort criteria.
 
-            <p>The set of properties is specific to the type of object that 
+            <p>The set of properties is specific to the type of object that
             implements this interface. Therefore they can usually be used
             only for objects of that same type.</p>
 
@@ -79,16 +79,16 @@
         @see com::sun::star::util::SortDescriptor2
         @see com::sun::star::table::TableSortDescriptor2
         @see com::sun::star::text::TextSortDescriptor2
-     
+
      */
-    sequence< com::sun::star::beans::PropertyValue > createSortDescriptor(); 
- 
-	//------------------------------------------------------------------------- 
+    sequence< com::sun::star::beans::PropertyValue > createSortDescriptor();
+
+	//-------------------------------------------------------------------------
 	/** sorts the contents of the object according to the specified
         properties.
 
-        <p>The specified properties are usually the same or a subset of 
-        those obtained by calling <member>createSortDescriptor</member> 
+        <p>The specified properties are usually the same or a subset of
+        those obtained by calling <member>createSortDescriptor</member>
         on the same type of object.<p>
 
         @see com::sun::star::util::SortDescriptor
@@ -98,12 +98,12 @@
         @see com::sun::star::table::TableSortDescriptor2
         @see com::sun::star::text::TextSortDescriptor2
      */
-    void sort( [in] sequence< com::sun::star::beans::PropertyValue > xDescriptor ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+    void sort( [in] sequence< com::sun::star::beans::PropertyValue > xDescriptor );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/util/XStringAbbreviation.idl b/main/offapi/com/sun/star/util/XStringAbbreviation.idl
index 799b9b6..b04503d 100644
--- a/main/offapi/com/sun/star/util/XStringAbbreviation.idl
+++ b/main/offapi/com/sun/star/util/XStringAbbreviation.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/util/XStringEscape.idl b/main/offapi/com/sun/star/util/XStringEscape.idl
index 3aa0804..7b45fc0 100644
--- a/main/offapi/com/sun/star/util/XStringEscape.idl
+++ b/main/offapi/com/sun/star/util/XStringEscape.idl
@@ -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,34 +7,34 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_XStringEscape_idl__ 
-#define __com_sun_star_util_XStringEscape_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module util { 
- 
+#ifndef __com_sun_star_util_XStringEscape_idl__
+#define __com_sun_star_util_XStringEscape_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module util {
+
 /** This interface is used to encode an arbitrary String into a
 	escaped form.
 
@@ -57,22 +57,21 @@
 	unchanged or minimally modified.</p>
  */
 published interface XStringEscape: com::sun::star::uno::XInterface
-{ 
+{
 	/** encodes an arbitrary string into an escaped form compatible with some naming rules.
 	 */
-	string escapeString([in] string aString) 
-		raises( com::sun::star::lang::IllegalArgumentException); 
- 
+	string escapeString([in] string aString)
+		raises( com::sun::star::lang::IllegalArgumentException);
+
 	/** decodes an escaped string into the original form.
 	 */
-	string unescapeString([in] string aEscapedString) 
-		raises( com::sun::star::lang::IllegalArgumentException); 
-}; 
- 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
- 
+	string unescapeString([in] string aEscapedString)
+		raises( com::sun::star::lang::IllegalArgumentException);
+};
+
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/util/XStringMapping.idl b/main/offapi/com/sun/star/util/XStringMapping.idl
index b9af5bb..9668eb7 100644
--- a/main/offapi/com/sun/star/util/XStringMapping.idl
+++ b/main/offapi/com/sun/star/util/XStringMapping.idl
@@ -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,45 +7,45 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_util_XStringMapping_idl__ 
-#define __com_sun_star_util_XStringMapping_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module util { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_util_XStringMapping_idl__
+#define __com_sun_star_util_XStringMapping_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module util {
+
+//=============================================================================
+
 /** provides a mapping from <atom>string</atom> to <atom>string</atom>
  */
 published interface XStringMapping: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** provides a mapping for a given sequence of strings to
 		a sequence of belonging strings.
 	 */
-	boolean mapStrings( [inout] sequence< string > Parameter ); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
+	boolean mapStrings( [inout] sequence< string > Parameter );
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/util/XStringSubstitution.idl b/main/offapi/com/sun/star/util/XStringSubstitution.idl
index 774afcb..d688376 100644
--- a/main/offapi/com/sun/star/util/XStringSubstitution.idl
+++ b/main/offapi/com/sun/star/util/XStringSubstitution.idl
@@ -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,42 +7,42 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
-#ifndef __com_sun_star_util_XStringSubstitution_idl__ 
-#define __com_sun_star_util_XStringSubstitution_idl__ 
+#ifndef __com_sun_star_util_XStringSubstitution_idl__
+#define __com_sun_star_util_XStringSubstitution_idl__
 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
 
 #ifndef __com_sun_star_container_NoSuchElementException_idl__
 #include <com/sun/star/container/NoSuchElementException.idl>
 #endif
 
-//============================================================================= 
+//=============================================================================
 
- module com {  module sun {  module star {  module  util { 
+ module com {  module sun {  module star {  module  util {
 
-//============================================================================= 
+//=============================================================================
 /** A common interface for substituting string variables with
 	other strings.
-	
+
 	<p>
-	The substitution algorithm and the syntax for a string variable are 
-	not part of this interface definition.	Please look at the documentation 
+	The substitution algorithm and the syntax for a string variable are
+	not part of this interface definition.	Please look at the documentation
 	of the implementation that must	specify these parameters.
 	</p>
 
@@ -53,13 +53,13 @@
 	//-------------------------------------------------------------------------
 	/** Exchanges variables inside a given text with a substitution text
         defined for the variables.
-        
+
 		<p>
 		The method iterates through it's internal variables list to match the
 		variables in the given string. A match replaces the variable with the
 		string defined for this variable. If no variable can be found in the string
 		it will be returned unchanged. The behavior if a variable is found in
-		the string but it is unknown for the implementation depends on the parameter 
+		the string but it is unknown for the implementation depends on the parameter
 		bSubstRequired.
 		</p>
 
@@ -67,64 +67,64 @@
             A string containing variables that should be substituted.
 
 		@param bSubstRequired
-			Specifies if a successful substitution is required. The 
+			Specifies if a successful substitution is required. The
 			function throws a <type scope="com::sun::star::container">NoSuchElementException</type>
-			if it finds a variable that is unknown. In this case it is possible 
+			if it finds a variable that is unknown. In this case it is possible
 			that the returned string would not be what the caller expected!
-    
+
 		@return
-            Returns a string based on <var>aText</var> where all variables were 
+            Returns a string based on <var>aText</var> where all variables were
 			exchanged with their value defined at calling time.
 	*/
-	string substituteVariables( [in] string aText, [in] boolean bSubstRequired ) 
-		raises( com::sun::star::container::NoSuchElementException ); 
+	string substituteVariables( [in] string aText, [in] boolean bSubstRequired )
+		raises( com::sun::star::container::NoSuchElementException );
 
 	//-------------------------------------------------------------------------
 	/** Tries to replace parts of aText with variables that represents
 		these sub strings.
-	  
+
 		<p>
 		The method iterates through it's internal variable list and tries to match
-		parts of the given string Tries to replace parts of <var>aText</var> with 
-		variables that represents these sub strings.If more than one variable 
+		parts of the given string Tries to replace parts of <var>aText</var> with
+		variables that represents these sub strings.If more than one variable
 		matches the one with the longest matching sub string will be chosen.
 		</p>
-        
+
 		@param aText
             A string where known substrings should be replaced by variables.
-            
+
         @return
             Returns the resubstituted string with variables for all parts
 			that could be replaced. The unchanged argument will be returned
 			if nothing can be resubtituted.
 	*/
-	
+
 	string reSubstituteVariables( [in] string aText );
 
 	//-------------------------------------------------------------------------
 	/** Returns the current value of a variable.
-	  
+
 		<p>
-		The method iterates through it's internal variable list and tries to 
-		find the given variable. If the variable is unknown a 
+		The method iterates through it's internal variable list and tries to
+		find the given variable. If the variable is unknown a
 		<type scope="com::sun::star::container">NoSuchElementException</type>
 		is thrown.
 		</p>
 
         @param variable
             The name of a variable.
-            
+
         @return
             Returns a string that represents the variable. If the
 			variable is unknown a <type scope="com::sun::star::container">NoSuchElementException</type>
 			is thrown.
 	*/
-	string getSubstituteVariableValue( [in] string variable ) 
+	string getSubstituteVariableValue( [in] string variable )
 		raises (::com::sun::star::container::NoSuchElementException );
 };
 
-//============================================================================= 
- 
-}; }; }; };  
+//=============================================================================
+
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/util/XStringWidth.idl b/main/offapi/com/sun/star/util/XStringWidth.idl
index 880c6d1..a1e927b 100644
--- a/main/offapi/com/sun/star/util/XStringWidth.idl
+++ b/main/offapi/com/sun/star/util/XStringWidth.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/util/XTimeStamped.idl b/main/offapi/com/sun/star/util/XTimeStamped.idl
index 20a386a..560dbbc 100644
--- a/main/offapi/com/sun/star/util/XTimeStamped.idl
+++ b/main/offapi/com/sun/star/util/XTimeStamped.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -33,7 +33,7 @@
 //============================================================================
 
 /**
-  provides timestamp information for an object 
+  provides timestamp information for an object
   in the form of an arbitrary string.
 
   <p> The format and meaning of the timestamp depends on the implementation.
@@ -41,27 +41,27 @@
      format they use.
   </p>
 
-  <p> If the timestamp is unchanged between two calls, the 
-     associated object has not changed. Any properties beyond this, 
-     particularly the presence of a meaningful order between 
-     timestamps, depend on the implementation. 
+  <p> If the timestamp is unchanged between two calls, the
+     associated object has not changed. Any properties beyond this,
+     particularly the presence of a meaningful order between
+     timestamps, depend on the implementation.
   </p>
 
     @since OpenOffice 1.1.2
   */
-published interface XTimeStamped : ::com::sun::star::uno::XInterface 
+published interface XTimeStamped : ::com::sun::star::uno::XInterface
 {
     //------------------------------------------------------------------------
 
     /**
-      returns the timestamp of the object. 
-      
+      returns the timestamp of the object.
 
-      @return   
+
+      @return
         a <atom>string</atom> that represents a timestamp.
       */
     string getTimestamp() ;
-    
+
     //------------------------------------------------------------------------
 } ;
 
diff --git a/main/offapi/com/sun/star/util/XURLTransformer.idl b/main/offapi/com/sun/star/util/XURLTransformer.idl
index cb34292..74a86dd 100644
--- a/main/offapi/com/sun/star/util/XURLTransformer.idl
+++ b/main/offapi/com/sun/star/util/XURLTransformer.idl
@@ -50,8 +50,8 @@
         a syntactically complete URL.
 
         <p>
-		The implementation is allowed to correct minor failures in <member>URL::Complete</member> 
-		if the meaning of the URL remain unchanged. Parts of the URL are stored in the other 
+		The implementation is allowed to correct minor failures in <member>URL::Complete</member>
+		if the meaning of the URL remain unchanged. Parts of the URL are stored in the other
 		fields of <var>aURL</var>.
 		</p>
 
@@ -71,23 +71,23 @@
 		a syntactically complete URL or is specified by the provided protocol
 
         <p>
-		The implementation can use smart functions to correct or interpret 
-		<member>URL::Complete</member> if it is not a syntactically complete URL. 
+		The implementation can use smart functions to correct or interpret
+		<member>URL::Complete</member> if it is not a syntactically complete URL.
 		The parts of the URL are stored in the other fields of <var>aURL</var>.
 		</p>
 
         @param aURL
                 the URL which include the string notation and will contain
-                all parsed parts of it after finishing this call. This includes 
+                all parsed parts of it after finishing this call. This includes
 				<member>URL::Complete</member>.
 
         @param sSmartProtocol
-                optional information which protocol specification should be used to parse 
+                optional information which protocol specification should be used to parse
 				member<member>URL::Complete</member>. If empty the implementation can use a
 				protocol which fit best.
 
         @returns
-				<TRUE/> if parsing was successful (means if <member>URL::Complete</member> could 
+				<TRUE/> if parsing was successful (means if <member>URL::Complete</member> could
 				be syntactically correct) or <FALSE/> otherwise.
 	 */
     boolean parseSmart(
@@ -99,12 +99,12 @@
         stores it into <member>URL::Complete</member>
 
         @param aURL
-                the URL which contains alls necessary information in a structured form. The 
-                member <member>URL::Complete</member> contains the URL in string notation after 
+                the URL which contains alls necessary information in a structured form. The
+                member <member>URL::Complete</member> contains the URL in string notation after
 				the operation finished successfully. Otherwise the content of <member>URL::complete</member>
 				is not defined.
 
-        @returns 
+        @returns
 			<TRUE/> if assembling was successfully or <FALSE/> otherwise.
 	 */
 	boolean assemble( [inout] com::sun::star::util::URL aURL );
@@ -126,7 +126,7 @@
                 or not. Usually passwords should never be shown at the user
                 interface.
 
-        @returns 
+        @returns
 				a string representing the <var>aURL</var> if it is syntactically correct. A empty string if <var>aURL</var>
 				is not syntactically correct.
 	 */
diff --git a/main/offapi/com/sun/star/util/XUniqueIDFactory.idl b/main/offapi/com/sun/star/util/XUniqueIDFactory.idl
index 5d4d224..f9923c2 100644
--- a/main/offapi/com/sun/star/util/XUniqueIDFactory.idl
+++ b/main/offapi/com/sun/star/util/XUniqueIDFactory.idl
@@ -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,41 +7,41 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_container_XUniqueIDFactory_idl__ 
-#define __com_sun_star_container_XUniqueIDFactory_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module util {  
- 
- 
+#ifndef __com_sun_star_container_XUniqueIDFactory_idl__
+#define __com_sun_star_container_XUniqueIDFactory_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module util {
+
+
 /** creates IDs which are unique within the container.
  */
 published interface XUniqueIDFactory: com::sun::star::uno::XInterface
-{ 
+{
 	/// creates a new ID, unique within this container.
-	string createUniqueID( ); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	string createUniqueID( );
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/util/XUpdatable.idl b/main/offapi/com/sun/star/util/XUpdatable.idl
index 95c00b4..103a8d6 100644
--- a/main/offapi/com/sun/star/util/XUpdatable.idl
+++ b/main/offapi/com/sun/star/util/XUpdatable.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/view/DocumentZoomType.idl b/main/offapi/com/sun/star/view/DocumentZoomType.idl
index 1cfcdb4..3876a51 100644
--- a/main/offapi/com/sun/star/view/DocumentZoomType.idl
+++ b/main/offapi/com/sun/star/view/DocumentZoomType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -50,12 +50,12 @@
 	const short ENTIRE_PAGE = 2;
 
 	//-------------------------------------------------------------------------
-	/** The zoom is relative and is to be set via the property 	
+	/** The zoom is relative and is to be set via the property
 		<member>ViewSettings::ZoomValue</member>.
 	 */
 	const short BY_VALUE = 3;
     //-------------------------------------------------------------------------
-    /** The page width at the current selection is fit into the view, 
+    /** The page width at the current selection is fit into the view,
 		with zhe view ends exactly at the end of the page.
      */
     const short PAGE_WIDTH_EXACT = 4;
diff --git a/main/offapi/com/sun/star/view/DuplexMode.idl b/main/offapi/com/sun/star/view/DuplexMode.idl
index 678cb8e..10ee345 100644
--- a/main/offapi/com/sun/star/view/DuplexMode.idl
+++ b/main/offapi/com/sun/star/view/DuplexMode.idl
@@ -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,56 +7,56 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_view_DuplexMode_idl__ 
-#define __com_sun_star_view_DuplexMode_idl__ 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module view {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_view_DuplexMode_idl__
+#define __com_sun_star_view_DuplexMode_idl__
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module view {
+
+//=============================================================================
+
 /** These constants specify available duplex modes
  */
 constants DuplexMode
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** specifies an unknown duplex mode.
 	 */
     const short UNKNOWN = 0;
-    
-	//------------------------------------------------------------------------- 
+
+	//-------------------------------------------------------------------------
 	/** specifies that there is no duplex mode enabled
 	 */
     const short OFF = 1;
-    
-	//------------------------------------------------------------------------- 
+
+	//-------------------------------------------------------------------------
 	/** specifies a long edge duplex mode
 	 */
     const short LONGEDGE = 2;
-    
-	//------------------------------------------------------------------------- 
+
+	//-------------------------------------------------------------------------
 	/** specifies a short edge duplex mode
 	 */
     const short SHORTEDGE = 3;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/view/OfficeDocumentView.idl b/main/offapi/com/sun/star/view/OfficeDocumentView.idl
index 35dc95d..6e525cb 100644
--- a/main/offapi/com/sun/star/view/OfficeDocumentView.idl
+++ b/main/offapi/com/sun/star/view/OfficeDocumentView.idl
@@ -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,70 +7,70 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_view_OfficeDocumentView_idl__ 
-#define __com_sun_star_view_OfficeDocumentView_idl__ 
- 
-#ifndef __com_sun_star_view_XSelectionSupplier_idl__ 
-#include <com/sun/star/view/XSelectionSupplier.idl> 
-#endif 
- 
-#ifndef __com_sun_star_view_XViewSettingsSupplier_idl__ 
-#include <com/sun/star/view/XViewSettingsSupplier.idl> 
-#endif 
- 
-#ifndef __com_sun_star_view_XControlAccess_idl__ 
-#include <com/sun/star/view/XControlAccess.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module view {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_view_OfficeDocumentView_idl__
+#define __com_sun_star_view_OfficeDocumentView_idl__
+
+#ifndef __com_sun_star_view_XSelectionSupplier_idl__
+#include <com/sun/star/view/XSelectionSupplier.idl>
+#endif
+
+#ifndef __com_sun_star_view_XViewSettingsSupplier_idl__
+#include <com/sun/star/view/XViewSettingsSupplier.idl>
+#endif
+
+#ifndef __com_sun_star_view_XControlAccess_idl__
+#include <com/sun/star/view/XControlAccess.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module view {
+
+//=============================================================================
+
 /** specifies a view of a standard office document.
  */
 published service OfficeDocumentView
-{ 
-	/** This mandatory interface gives access to the current user selection 
+{
+	/** This mandatory interface gives access to the current user selection
 				within this office document view.
 
 		<p>The type of the selection depends on the actual document type.</p>
 	 */
-	interface com::sun::star::view::XSelectionSupplier; 
- 
-	 
-	/** This optional interface gives access to the view properties within this 
+	interface com::sun::star::view::XSelectionSupplier;
+
+
+	/** This optional interface gives access to the view properties within this
 		control for an office document.
 
 		@see ViewSettings
 	 */
-	[optional] interface com::sun::star::view::XViewSettingsSupplier; 
- 
-	 
-	/** Within this office document view, this optional interface gives 
+	[optional] interface com::sun::star::view::XViewSettingsSupplier;
+
+
+	/** Within this office document view, this optional interface gives
 		access to the controls which belong to specified control models.
 	 */
-	[optional] interface com::sun::star::view::XControlAccess; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[optional] interface com::sun::star::view::XControlAccess;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/view/PaperFormat.idl b/main/offapi/com/sun/star/view/PaperFormat.idl
index 964806e..250a9ae 100644
--- a/main/offapi/com/sun/star/view/PaperFormat.idl
+++ b/main/offapi/com/sun/star/view/PaperFormat.idl
@@ -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,82 +7,82 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_view_PaperFormat_idl__ 
-#define __com_sun_star_view_PaperFormat_idl__ 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module view {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_view_PaperFormat_idl__
+#define __com_sun_star_view_PaperFormat_idl__
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module view {
+
+//=============================================================================
+
 /** specifies the format (size) of the paper on a text document.
  */
 published enum PaperFormat
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** specifies the paper format as A3.
 	 */
-	A3, 
- 
-	//------------------------------------------------------------------------- 
+	A3,
+
+	//-------------------------------------------------------------------------
 	/** specifies the paper format as A4.
 	 */
-	A4, 
- 
-	//------------------------------------------------------------------------- 
+	A4,
+
+	//-------------------------------------------------------------------------
 	/** specifies the paper format as A5.
 	 */
-	A5, 
- 
-	//------------------------------------------------------------------------- 
+	A5,
+
+	//-------------------------------------------------------------------------
 	/** specifies the paper format as B4.
 	 */
-	B4, 
- 
-	//------------------------------------------------------------------------- 
+	B4,
+
+	//-------------------------------------------------------------------------
 	/** specifies the paper format as B5.
 	 */
-	B5, 
- 
-	//------------------------------------------------------------------------- 
+	B5,
+
+	//-------------------------------------------------------------------------
 	/** specifies the paper format as Letter.
 	 */
-	LETTER, 
- 
-	//------------------------------------------------------------------------- 
+	LETTER,
+
+	//-------------------------------------------------------------------------
 	/** specifies the paper format as Legal.
 	 */
-	LEGAL, 
- 
-	//------------------------------------------------------------------------- 
+	LEGAL,
+
+	//-------------------------------------------------------------------------
 	/** specifies the paper format as Tabloid.
 	 */
-	TABLOID, 
- 
-	//------------------------------------------------------------------------- 
+	TABLOID,
+
+	//-------------------------------------------------------------------------
 	/** The real paper size is user defined in 100th mm.
 	 */
-	USER 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	USER
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/view/PaperOrientation.idl b/main/offapi/com/sun/star/view/PaperOrientation.idl
index 0272599..100dec6 100644
--- a/main/offapi/com/sun/star/view/PaperOrientation.idl
+++ b/main/offapi/com/sun/star/view/PaperOrientation.idl
@@ -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,47 +7,47 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_view_PaperOrientation_idl__ 
-#define __com_sun_star_view_PaperOrientation_idl__ 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module view {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_view_PaperOrientation_idl__
+#define __com_sun_star_view_PaperOrientation_idl__
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module view {
+
+//=============================================================================
+
 /** specifies the orientation of the paper.
  */
 published enum PaperOrientation
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** set the paper orientation to portrait.
 	 */
-	PORTRAIT, 
- 
-	//------------------------------------------------------------------------- 
+	PORTRAIT,
+
+	//-------------------------------------------------------------------------
 	/** set the paper orientation to landscape.
 	 */
-	LANDSCAPE 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	LANDSCAPE
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/view/PrintJobEvent.idl b/main/offapi/com/sun/star/view/PrintJobEvent.idl
index ff5db7c..8a4636a 100644
--- a/main/offapi/com/sun/star/view/PrintJobEvent.idl
+++ b/main/offapi/com/sun/star/view/PrintJobEvent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/view/PrintOptions.idl b/main/offapi/com/sun/star/view/PrintOptions.idl
index 0f61ca0..897d183 100644
--- a/main/offapi/com/sun/star/view/PrintOptions.idl
+++ b/main/offapi/com/sun/star/view/PrintOptions.idl
@@ -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,88 +7,88 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_view_PrintOptions_idl__ 
-#define __com_sun_star_view_PrintOptions_idl__ 
+#ifndef __com_sun_star_view_PrintOptions_idl__
+#define __com_sun_star_view_PrintOptions_idl__
 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module view {  
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
+module com {  module sun {  module star {  module view {
+
+//=============================================================================
+
 /** describes the options for print jobs.
 
 	<p>These options are only valid for a single print job. They do not
 	change layout or formatting of the document.
  */
 published service PrintOptions
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** specifies the number of copies to print.
 	 */
-	[property] short CopyCount; 
- 
-	//------------------------------------------------------------------------- 
+	[property] short CopyCount;
+
+	//-------------------------------------------------------------------------
 	/** if set, specifies the name of a file to print to.
 	 */
-	[property] string FileName; 
- 
-	//------------------------------------------------------------------------- 
+	[property] string FileName;
+
+	//-------------------------------------------------------------------------
 	/** advises the printer to collate the pages of the copies.
 	 */
-	[property] boolean Collate; 
- 
-	//------------------------------------------------------------------------- 
+	[property] boolean Collate;
+
+	//-------------------------------------------------------------------------
 	/** advises the printer to sort the pages of the copies.
 
-		@deprecated 	
+		@deprecated
 			Use <member>Collate</member> instead.
 	 */
-	[property] boolean Sort; 
- 
-	//------------------------------------------------------------------------- 
+	[property] boolean Sort;
+
+	//-------------------------------------------------------------------------
 	/** specifies which pages to print.
 
 		<p>This range is given as at the user interface. For example: "1-4;10"
 		to print the pages 1 to 4 and 10. </p>
 	 */
-	[property] string Pages; 
- 
-	//------------------------------------------------------------------------- 
+	[property] string Pages;
+
+	//-------------------------------------------------------------------------
 	/** if set to TRUE, the corresponding <type>XPrintable</type>.print() request will
 	    be executed synchronous.
-	    
+
 	    	<p>Default is the asynchronous print mode.</p>
-	    
+
 	    @attention	Using of this property with TRUE as value is highly recommended.
 	    		Otherwise following actions (as e.g. closing the corresponding model) can fail.
 	 */
 	[optional, property] boolean Wait;
-	
-    //------------------------------------------------------------------------- 
-	/** determines the duplex mode for the print job. 
-	    
+
+    //-------------------------------------------------------------------------
+	/** determines the duplex mode for the print job.
+
 	    @see <type>DuplexMode</type> for more information about supported values
 	 */
-    [optional, property] short DuplexMode; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+    [optional, property] short DuplexMode;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/view/PrintSettings.idl b/main/offapi/com/sun/star/view/PrintSettings.idl
index 5bc3d3c..0a000fa 100644
--- a/main/offapi/com/sun/star/view/PrintSettings.idl
+++ b/main/offapi/com/sun/star/view/PrintSettings.idl
@@ -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,101 +7,101 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_view_PrintSettings_idl__ 
-#define __com_sun_star_view_PrintSettings_idl__ 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module view {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_view_PrintSettings_idl__
+#define __com_sun_star_view_PrintSettings_idl__
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module view {
+
+//=============================================================================
+
 /** provides access to the settings for printing documents.
 
 	<p>These settings are printer independet but affect the rendering of
 	the document.
  */
 published service PrintSettings
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** If <TRUE/>, all characters are printed in black.
-		
+
 		<p>It is useful for printing colored text on a b/w printer.</p>
 	 */
-	[property] boolean PrintBlackFonts; 
- 
-	//------------------------------------------------------------------------- 
+	[property] boolean PrintBlackFonts;
+
+	//-------------------------------------------------------------------------
 	/** If <TRUE/>, control shapes are included in printing.
 	 */
-	[property] boolean PrintControls; 
- 
-	//------------------------------------------------------------------------- 
+	[property] boolean PrintControls;
+
+	//-------------------------------------------------------------------------
 	/** If <TRUE/>, drawing objects (shapes)  are included in printing.
 	 */
-	[property] boolean PrintDrawings; 
- 
-	//------------------------------------------------------------------------- 
+	[property] boolean PrintDrawings;
+
+	//-------------------------------------------------------------------------
 	/** If <TRUE/>, graphic objects are included in printing.
 	 */
-	[property] boolean PrintGraphics; 
- 
-	//------------------------------------------------------------------------- 
+	[property] boolean PrintGraphics;
+
+	//-------------------------------------------------------------------------
 	/** If <TRUE/>, left pages are included in printing.
 	 */
-	[property] boolean PrintLeftPages; 
- 
-	//------------------------------------------------------------------------- 
+	[property] boolean PrintLeftPages;
+
+	//-------------------------------------------------------------------------
 	/** If <TRUE/>, right pages are included in printing.
 	 */
-	[property] boolean PrintRightPages; 
- 
-	//------------------------------------------------------------------------- 
+	[property] boolean PrintRightPages;
+
+	//-------------------------------------------------------------------------
 	/** If <TRUE/>, tables are included in printing.
 	 */
-	[property] boolean PrintTables; 
- 
-	//------------------------------------------------------------------------- 
-	/** If <TRUE/>, the pages are printed in reverse order. 
-		
+	[property] boolean PrintTables;
+
+	//-------------------------------------------------------------------------
+	/** If <TRUE/>, the pages are printed in reverse order.
+
 		<p>The last page is printed first.</p>
 	 */
-	[property] boolean PrintReversed; 
- 
-	//------------------------------------------------------------------------- 
+	[property] boolean PrintReversed;
+
+	//-------------------------------------------------------------------------
 	/** If <TRUE/>, the pages are printed in the order of prospects.
 	 */
-	[property] boolean PrintProspect; 
- 
-	//------------------------------------------------------------------------- 
+	[property] boolean PrintProspect;
+
+	//-------------------------------------------------------------------------
 	/** If <TRUE/>, the background of the page is printed.
 	 */
-	[property] boolean PrintPageBackground; 
- 
-	//------------------------------------------------------------------------- 
+	[property] boolean PrintPageBackground;
+
+	//-------------------------------------------------------------------------
 	/** determines how annotations are printed.
 
 		@see NotePrintMode
 	 */
-	[property] short PrintAnnotationMode; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[property] short PrintAnnotationMode;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/view/PrintableState.idl b/main/offapi/com/sun/star/view/PrintableState.idl
index fc9d409..2f29959 100644
--- a/main/offapi/com/sun/star/view/PrintableState.idl
+++ b/main/offapi/com/sun/star/view/PrintableState.idl
@@ -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,29 +7,29 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_view_PrintableState_idl__ 
-#define __com_sun_star_view_PrintableState_idl__ 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module view {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_view_PrintableState_idl__
+#define __com_sun_star_view_PrintableState_idl__
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module view {
+
+//=============================================================================
+
 /** specifies the print progress of an <type>XPrintable</type>.
 
 	<p>Printing consists of two abstract phases: rendering the document
@@ -65,10 +65,10 @@
 	/** the document could be printed but not spooled.
 	 */
 	JOB_SPOOLING_FAILED
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/view/PrintableStateEvent.idl b/main/offapi/com/sun/star/view/PrintableStateEvent.idl
index 0b4f5ab..582d322 100644
--- a/main/offapi/com/sun/star/view/PrintableStateEvent.idl
+++ b/main/offapi/com/sun/star/view/PrintableStateEvent.idl
@@ -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,21 +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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_view_PrintableStateEvent_idl__ 
-#define __com_sun_star_view_PrintableStateEvent_idl__ 
+#ifndef __com_sun_star_view_PrintableStateEvent_idl__
+#define __com_sun_star_view_PrintableStateEvent_idl__
 
 #ifndef __com_sun_star_lang_EventObject_idl__
 #include <com/sun/star/lang/EventObject.idl>
@@ -29,14 +29,14 @@
 
 #ifndef __com_sun_star_view_PrintableState_idl__
 #include <com/sun/star/view/PrintableState.idl>
-#endif 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module view {  
- 
-//============================================================================= 
- 
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module view {
+
+//=============================================================================
+
 /** specifies the print progress of an <type>XPrintable</type>.
 
 	<p><member scope="com::sun::star::lang">EventObject::Source</member>
@@ -47,10 +47,10 @@
 {
 	///	contains the current state.
 	PrintableState State;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/view/PrinterDescriptor.idl b/main/offapi/com/sun/star/view/PrinterDescriptor.idl
index 2b89d3a..88e3939 100644
--- a/main/offapi/com/sun/star/view/PrinterDescriptor.idl
+++ b/main/offapi/com/sun/star/view/PrinterDescriptor.idl
@@ -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,107 +7,107 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_view_PrinterDescriptor_idl__ 
-#define __com_sun_star_view_PrinterDescriptor_idl__ 
- 
-#ifndef __com_sun_star_view_PaperOrientation_idl__ 
-#include <com/sun/star/view/PaperOrientation.idl> 
-#endif 
- 
-#ifndef __com_sun_star_view_PaperFormat_idl__ 
-#include <com/sun/star/view/PaperFormat.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_Size_idl__ 
-#include <com/sun/star/awt/Size.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module view {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_view_PrinterDescriptor_idl__
+#define __com_sun_star_view_PrinterDescriptor_idl__
+
+#ifndef __com_sun_star_view_PaperOrientation_idl__
+#include <com/sun/star/view/PaperOrientation.idl>
+#endif
+
+#ifndef __com_sun_star_view_PaperFormat_idl__
+#include <com/sun/star/view/PaperFormat.idl>
+#endif
+
+#ifndef __com_sun_star_awt_Size_idl__
+#include <com/sun/star/awt/Size.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module view {
+
+//=============================================================================
+
 /** describes a printer by specifying the queue name and some settings.
-	
-	<p>This service may be represented by a <type scope="com::sun::star::beans" dim="[]">PropertyValue</type>.  
+
+	<p>This service may be represented by a <type scope="com::sun::star::beans" dim="[]">PropertyValue</type>.
 
 	@see com::sun::star::beans::PropertyValue
  */
 published service PrinterDescriptor
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** specifies the name of the printer queue to be used.
 
 		<p>Which printer queues are available, can be figured out with the
 		system library of the used programming language/environment.
 	 */
-	[property] string Name; 
- 
-	//------------------------------------------------------------------------- 
+	[property] string Name;
+
+	//-------------------------------------------------------------------------
 	/** specifies the orientation of the paper.
 	 */
-	[property] com::sun::star::view::PaperOrientation PaperOrientation; 
- 
-	//------------------------------------------------------------------------- 
+	[property] com::sun::star::view::PaperOrientation PaperOrientation;
+
+	//-------------------------------------------------------------------------
 	/** specifies a predefined paper size or if the paper size
 		is a user-defined size.
 
-		<p>Setting this property may change the value of 
+		<p>Setting this property may change the value of
 		<member>PrinterDescriptor</member>PaperSize</member.</p>
 	 */
-	[property] com::sun::star::view::PaperFormat PaperFormat; 
- 
-	//------------------------------------------------------------------------- 
+	[property] com::sun::star::view::PaperFormat PaperFormat;
+
+	//-------------------------------------------------------------------------
 	/** specifies the size of the paper in 100th mm.
-		
+
 		<p>Setting this property may change the value of
 		<member>PrinterDescriptor</member>PaperFormat</member.</p>
 	 */
 	[property] com::sun::star::awt::Size PaperSize;
- 
-	//------------------------------------------------------------------------- 
+
+	//-------------------------------------------------------------------------
 	/** indicates, whether the printer is busy or not.
 	 */
-	[readonly, property] boolean IsBusy; 
- 
-	//------------------------------------------------------------------------- 
-	/** indicates, whether the printer allows changes to 
+	[readonly, property] boolean IsBusy;
+
+	//-------------------------------------------------------------------------
+	/** indicates, whether the printer allows changes to
 		<member>PrinterDescriptor::PaperOrientation</member>.
 	 */
-	[readonly, property] boolean CanSetPaperOrientation; 
- 
-	//------------------------------------------------------------------------- 
-	/** indicates, whether the printer allows changes to 
+	[readonly, property] boolean CanSetPaperOrientation;
+
+	//-------------------------------------------------------------------------
+	/** indicates, whether the printer allows changes to
 		<member>PrinterDescriptor::PaperFormat</member>.
 	 */
-	[readonly, property] boolean CanSetPaperFormat; 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** indicates if the printer allows changes to 
+	[readonly, property] boolean CanSetPaperFormat;
+
+	//-------------------------------------------------------------------------
+
+	/** indicates if the printer allows changes to
 		<member>PrinterDescriptor::PaperSize</member>.
 	 */
-	[readonly, property] boolean CanSetPaperSize; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[readonly, property] boolean CanSetPaperSize;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/view/RenderDescriptor.idl b/main/offapi/com/sun/star/view/RenderDescriptor.idl
index 796ae81..3dac135 100644
--- a/main/offapi/com/sun/star/view/RenderDescriptor.idl
+++ b/main/offapi/com/sun/star/view/RenderDescriptor.idl
@@ -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,49 +7,49 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_view_RenderDescriptor_idl__ 
-#define __com_sun_star_view_RenderDescriptor_idl__ 
- 
-#ifndef __com_sun_star_awt_Size_idl__ 
+#ifndef __com_sun_star_view_RenderDescriptor_idl__
+#define __com_sun_star_view_RenderDescriptor_idl__
+
+#ifndef __com_sun_star_awt_Size_idl__
 #include <com/sun/star/awt/Size.idl>
 #endif
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module view {  
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
+module com {  module sun {  module star {  module view {
+
+//=============================================================================
+
 /** describes the options for Render jobs.
 
     @since OpenOffice 1.1.2
  */
 published service RenderDescriptor
-{ 
-	//------------------------------------------------------------------------- 
-		
+{
+	//-------------------------------------------------------------------------
+
 	/** specifies the page size for the current renderer. The unit of this page
 	size is 1/100th mm.
 	 */
 	[property] com::sun::star::awt::Size PageSize;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
+};
 
-#endif 
+//=============================================================================
+
+}; }; }; };
+
+
+#endif
diff --git a/main/offapi/com/sun/star/view/RenderOptions.idl b/main/offapi/com/sun/star/view/RenderOptions.idl
index 6197be5..33aefc6 100644
--- a/main/offapi/com/sun/star/view/RenderOptions.idl
+++ b/main/offapi/com/sun/star/view/RenderOptions.idl
@@ -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,102 +7,102 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_view_RenderOptions_idl__ 
-#define __com_sun_star_view_RenderOptions_idl__ 
- 
-#ifndef __com_sun_star_awt_XDevice_idl__ 
-#include <com/sun/star/awt/XDevice.idl> 
-#endif 
+#ifndef __com_sun_star_view_RenderOptions_idl__
+#define __com_sun_star_view_RenderOptions_idl__
 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module view {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_awt_XDevice_idl__
+#include <com/sun/star/awt/XDevice.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module view {
+
+//=============================================================================
+
 /** describes the options for Render jobs.
 
     @since OpenOffice 1.1.2
  */
 published service RenderOptions
-{ 
-	//------------------------------------------------------------------------- 
-		
+{
+	//-------------------------------------------------------------------------
+
 	/** specifies the device the page should be rendered to
 	 */
 	[property] com::sun::star::awt::XDevice RenderDevice;
 
-    //------------------------------------------------------------------------- 
-        
+    //-------------------------------------------------------------------------
+
     /** indicates that the current page is the first page to be exported.
-            
-        <p>Hyperlinks, notes, and outlines cannot be exported on a per 
-        page base. They have to be exported once *before* the first page 
-        is exported. Therefore the IsFirstPage property has been introduced. 
-        It is evaluated in the ::render function and indicates that the 
+
+        <p>Hyperlinks, notes, and outlines cannot be exported on a per
+        page base. They have to be exported once *before* the first page
+        is exported. Therefore the IsFirstPage property has been introduced.
+        It is evaluated in the ::render function and indicates that the
         current page is the first page to be exported.
         </p>
 
         @see XRenderable
      */
     [optional, property] boolean IsFirstPage;
-    //------------------------------------------------------------------------- 
-        
+    //-------------------------------------------------------------------------
+
     /** indicates that the current page is the last page to be exported.
 
-        <p>Hyperlinks from the EditEngine have to be exported once *after* 
-        the last page has been processed. Therefore the IsLastPage property 
-        has been introduced. It is evaluated in the ::render function and 
+        <p>Hyperlinks from the EditEngine have to be exported once *after*
+        the last page has been processed. Therefore the IsLastPage property
+        has been introduced. It is evaluated in the ::render function and
         indicates that the current page is the last page to be exported.
         </p>
 
         @see XRenderable
      */
     [optional, property] boolean IsLastPage;
-    //------------------------------------------------------------------------- 
-        
+    //-------------------------------------------------------------------------
+
     /** specifies if empty pages should be skipped.
 
-        <p>Tells the pdf export to skip empty pages. This flag also has 
-        to be passed to the ::render function, in order to calculate to 
-        correct page numbers during the export of hyperlinks, notes, and 
+        <p>Tells the pdf export to skip empty pages. This flag also has
+        to be passed to the ::render function, in order to calculate to
+        correct page numbers during the export of hyperlinks, notes, and
         outlines.
         </p>
 
         @see XRenderable
      */
     [optional, property] boolean IsSkipEmptyPages;
-    //------------------------------------------------------------------------- 
-        
+    //-------------------------------------------------------------------------
+
     /** specifies the page ranges to be rendered.
 
-        <p>Tells the pdf export to skip empty pages. This flag also has 
-        to be passed to the ::render function, in order to calculate to 
-        correct page numbers during the export of hyperlinks, notes, 
+        <p>Tells the pdf export to skip empty pages. This flag also has
+        to be passed to the ::render function, in order to calculate to
+        correct page numbers during the export of hyperlinks, notes,
         and outlines.
         </p>
 
         @see XRenderable
      */
     [optional, property] string PageRange;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
+};
 
-#endif 
+//=============================================================================
+
+}; }; }; };
+
+
+#endif
diff --git a/main/offapi/com/sun/star/view/SelectionType.idl b/main/offapi/com/sun/star/view/SelectionType.idl
index d9763aa..86bdb0a 100644
--- a/main/offapi/com/sun/star/view/SelectionType.idl
+++ b/main/offapi/com/sun/star/view/SelectionType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -32,9 +32,9 @@
 /** Specifies a selection type for a view that supports a selection model.
  */
 published enum SelectionType
-{ 
-	//------------------------------------------------------------------------- 
-		
+{
+	//-------------------------------------------------------------------------
+
 	/** No selection is possible.
 	<p>The selection is always empty.</p>
 	 */
diff --git a/main/offapi/com/sun/star/view/ViewSettings.idl b/main/offapi/com/sun/star/view/ViewSettings.idl
index e2ccdad..8328cab 100644
--- a/main/offapi/com/sun/star/view/ViewSettings.idl
+++ b/main/offapi/com/sun/star/view/ViewSettings.idl
@@ -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,66 +7,66 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_view_ViewSettings_idl__ 
-#define __com_sun_star_view_ViewSettings_idl__ 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module view {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_view_ViewSettings_idl__
+#define __com_sun_star_view_ViewSettings_idl__
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module view {
+
+//=============================================================================
+
 /** provides access to the settings of the controller of an office document.
  */
 published service ViewSettings
-{ 
-	interface com::sun::star::beans::XPropertySet; 
+{
+	interface com::sun::star::beans::XPropertySet;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	/** If this property is <TRUE/>, the horizontal ruler is displayed.
 	 */
-	[optional, property] boolean ShowHoriRuler; 
- 
-	//------------------------------------------------------------------------- 
+	[optional, property] boolean ShowHoriRuler;
+
+	//-------------------------------------------------------------------------
 	/** If this property is <TRUE/>, the horizontal scroll bar is displayed.
 	 */
-	[optional, property] boolean ShowHoriScrollBar; 
- 
-	//------------------------------------------------------------------------- 
+	[optional, property] boolean ShowHoriScrollBar;
+
+	//-------------------------------------------------------------------------
 	/** specifies the zoom-value in percent.
 	 */
 	[optional, property] short ZoomValue;
- 
-	//------------------------------------------------------------------------- 
+
+	//-------------------------------------------------------------------------
 	/** If this property is <TRUE/>, the vertical ruler is displayed.
 	 */
-	[optional, property] boolean ShowVertRuler; 
- 
-	//------------------------------------------------------------------------- 
+	[optional, property] boolean ShowVertRuler;
+
+	//-------------------------------------------------------------------------
 	/** If this property is <TRUE/>, the vertical scroll bar is displayed.
 	 */
-	[optional, property] boolean ShowVertScrollBar; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[optional, property] boolean ShowVertScrollBar;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/view/XControlAccess.idl b/main/offapi/com/sun/star/view/XControlAccess.idl
index 67ce75e..c0c532e 100644
--- a/main/offapi/com/sun/star/view/XControlAccess.idl
+++ b/main/offapi/com/sun/star/view/XControlAccess.idl
@@ -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,61 +7,61 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_view_XControlAccess_idl__ 
-#define __com_sun_star_view_XControlAccess_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XControl_idl__ 
-#include <com/sun/star/awt/XControl.idl> 
-#endif 
- 
-#ifndef __com_sun_star_awt_XControlModel_idl__ 
-#include <com/sun/star/awt/XControlModel.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_NoSuchElementException_idl__ 
-#include <com/sun/star/container/NoSuchElementException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module view {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_view_XControlAccess_idl__
+#define __com_sun_star_view_XControlAccess_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XControl_idl__
+#include <com/sun/star/awt/XControl.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XControlModel_idl__
+#include <com/sun/star/awt/XControlModel.idl>
+#endif
+
+#ifndef __com_sun_star_container_NoSuchElementException_idl__
+#include <com/sun/star/container/NoSuchElementException.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module view {
+
+//=============================================================================
+
 /** provides access to the controls in a view.
 
 	@see com::sun::star::frame::XController
  */
 published interface XControlAccess: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** is called to get the control from the specified control model.
 	 */
-	com::sun::star::awt::XControl getControl( [in] com::sun::star::awt::XControlModel xModel ) 
-			raises( com::sun::star::container::NoSuchElementException ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::awt::XControl getControl( [in] com::sun::star::awt::XControlModel xModel )
+			raises( com::sun::star::container::NoSuchElementException );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/view/XFormLayerAccess.idl b/main/offapi/com/sun/star/view/XFormLayerAccess.idl
index f6af1be..3e6d01a 100644
--- a/main/offapi/com/sun/star/view/XFormLayerAccess.idl
+++ b/main/offapi/com/sun/star/view/XFormLayerAccess.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,22 +24,22 @@
 #ifndef __offapi_com_sun_star_view_XFormLayerAccess_idl__
 #define __offapi_com_sun_star_view_XFormLayerAccess_idl__
 
-#ifndef __com_sun_star_view_XControlAccess_idl__ 
+#ifndef __com_sun_star_view_XControlAccess_idl__
 #include <com/sun/star/view/XControlAccess.idl>
 #endif
-#ifndef __com_sun_star_form_XForm_idl__ 
+#ifndef __com_sun_star_form_XForm_idl__
 #include <com/sun/star/form/XForm.idl>
 #endif
-#ifndef __com_sun_star_form_runtime_XFormController_idl__ 
+#ifndef __com_sun_star_form_runtime_XFormController_idl__
 #include <com/sun/star/form/runtime/XFormController.idl>
 #endif
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
 #include <com/sun/star/lang/IllegalArgumentException.idl>
 #endif
 
 //=============================================================================
 
-module com { module sun { module star { module view { 
+module com { module sun { module star { module view {
 
 //=============================================================================
 
diff --git a/main/offapi/com/sun/star/view/XLineCursor.idl b/main/offapi/com/sun/star/view/XLineCursor.idl
index 0fcb056..27030be 100644
--- a/main/offapi/com/sun/star/view/XLineCursor.idl
+++ b/main/offapi/com/sun/star/view/XLineCursor.idl
@@ -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,73 +7,73 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_view_XLineCursor_idl__ 
-#define __com_sun_star_view_XLineCursor_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module view {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_view_XLineCursor_idl__
+#define __com_sun_star_view_XLineCursor_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module view {
+
+//=============================================================================
+
 /** makes it possible to move a cursor by lines within laid out text.
 
-	@see com::sun::star::table::CellCursor 
-	@see com::sun::star::text::TextCursor 
+	@see com::sun::star::table::CellCursor
+	@see com::sun::star::text::TextCursor
 	@see com::sun::star::text::XTextViewCursor
  */
 published interface XLineCursor: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** determines if the cursor is positioned at the start of a line.
 	 */
-	boolean isAtStartOfLine(); 
- 
-	//------------------------------------------------------------------------- 
+	boolean isAtStartOfLine();
+
+	//-------------------------------------------------------------------------
 	/** determines if the cursor is positioned at the end of a line.
 	 */
-	boolean isAtEndOfLine(); 
- 
-	//------------------------------------------------------------------------- 
+	boolean isAtEndOfLine();
+
+	//-------------------------------------------------------------------------
 	/** moves the cursor to the end of the current line.
 
 		@param bExpand
 			determines whether the text range of the cursor is expanded (<TRUE/>)
 			or the cursor will be just at the new position after the move (<FALSE/>).
 	 */
-	void gotoEndOfLine( [in] boolean bExpand ); 
- 
-	//------------------------------------------------------------------------- 
+	void gotoEndOfLine( [in] boolean bExpand );
+
+	//-------------------------------------------------------------------------
 	/** moves the cursor to the start of the current line.
 
 		@param bExpand
 			determines whether the text range of the cursor is expanded (<TRUE/>)
 			or the cursor will be just at the new position after the move (<FALSE/>).
 	 */
-	void gotoStartOfLine( [in] boolean bExpand ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void gotoStartOfLine( [in] boolean bExpand );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/view/XMultiSelectionSupplier.idl b/main/offapi/com/sun/star/view/XMultiSelectionSupplier.idl
index c4e1a27..2412104 100644
--- a/main/offapi/com/sun/star/view/XMultiSelectionSupplier.idl
+++ b/main/offapi/com/sun/star/view/XMultiSelectionSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/view/XPrintJob.idl b/main/offapi/com/sun/star/view/XPrintJob.idl
index 4615c0d..8d55dc3 100644
--- a/main/offapi/com/sun/star/view/XPrintJob.idl
+++ b/main/offapi/com/sun/star/view/XPrintJob.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/view/XPrintJobBroadcaster.idl b/main/offapi/com/sun/star/view/XPrintJobBroadcaster.idl
index d1c5e7f..042eea3 100644
--- a/main/offapi/com/sun/star/view/XPrintJobBroadcaster.idl
+++ b/main/offapi/com/sun/star/view/XPrintJobBroadcaster.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/view/XPrintJobListener.idl b/main/offapi/com/sun/star/view/XPrintJobListener.idl
index 68de300..5d29f87 100644
--- a/main/offapi/com/sun/star/view/XPrintJobListener.idl
+++ b/main/offapi/com/sun/star/view/XPrintJobListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/view/XPrintPreview.idl b/main/offapi/com/sun/star/view/XPrintPreview.idl
index 1d6ad4d..9bf94c7 100644
--- a/main/offapi/com/sun/star/view/XPrintPreview.idl
+++ b/main/offapi/com/sun/star/view/XPrintPreview.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,7 +30,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module view { 
+module com { module sun { module star { module view {
 
 //=============================================================================
 /** @deprecated
@@ -48,6 +48,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/view/XPrintSettingsSupplier.idl b/main/offapi/com/sun/star/view/XPrintSettingsSupplier.idl
index 67f424b..7ea9e20 100644
--- a/main/offapi/com/sun/star/view/XPrintSettingsSupplier.idl
+++ b/main/offapi/com/sun/star/view/XPrintSettingsSupplier.idl
@@ -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,55 +7,55 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_view_XPrintSettingsSupplier_idl__ 
-#define __com_sun_star_view_XPrintSettingsSupplier_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module view {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_view_XPrintSettingsSupplier_idl__
+#define __com_sun_star_view_XPrintSettingsSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module view {
+
+//=============================================================================
+
 /** offers printing related settings, which affect document rendering,
 	but are not related to the printer itself.
  */
 published interface XPrintSettingsSupplier: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-		 
-	/** @returns 
-			a set of properties which are related to printing. 
-		 
+{
+	//-------------------------------------------------------------------------
+
+	/** @returns
+			a set of properties which are related to printing.
+
 		@see PrintSettings
 	 */
-	com::sun::star::beans::XPropertySet getPrintSettings(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::beans::XPropertySet getPrintSettings();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/view/XPrintable.idl b/main/offapi/com/sun/star/view/XPrintable.idl
index 690dc47..0f10397 100644
--- a/main/offapi/com/sun/star/view/XPrintable.idl
+++ b/main/offapi/com/sun/star/view/XPrintable.idl
@@ -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,66 +7,66 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_view_XPrintable_idl__ 
-#define __com_sun_star_view_XPrintable_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_PropertyValue_idl__ 
-#include <com/sun/star/beans/PropertyValue.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module view {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_view_XPrintable_idl__
+#define __com_sun_star_view_XPrintable_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_beans_PropertyValue_idl__
+#include <com/sun/star/beans/PropertyValue.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module view {
+
+//=============================================================================
+
 /** offers printing functionality.
  */
 published interface XPrintable: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	/** @returns 
-			a descriptor of the current printer. 
-		 
-		<p>The attributes of the current printer are used for formatting. 
-		 
+{
+	//-------------------------------------------------------------------------
+	/** @returns
+			a descriptor of the current printer.
+
+		<p>The attributes of the current printer are used for formatting.
+
 		@see PrinterDescriptor
 	 */
-	sequence<com::sun::star::beans::PropertyValue> getPrinter(); 
- 
-	//------------------------------------------------------------------------- 
+	sequence<com::sun::star::beans::PropertyValue> getPrinter();
+
+	//-------------------------------------------------------------------------
 	/** assigns a new printer to the object.
 
 		<p>Setting a new printer will cause reformatting.
-		
+
 		@see PrinterDescriptor
 	 */
-	void setPrinter( [in] sequence<com::sun::star::beans::PropertyValue> aPrinter ) 
-			raises( com::sun::star::lang::IllegalArgumentException ); 
- 
-	//------------------------------------------------------------------------- 
+	void setPrinter( [in] sequence<com::sun::star::beans::PropertyValue> aPrinter )
+			raises( com::sun::star::lang::IllegalArgumentException );
+
+	//-------------------------------------------------------------------------
 	/** prints the object.
 
 		@param xOptions
@@ -75,13 +75,13 @@
 
 		@see PrintOptions
 	 */
-	void print( [in] sequence<com::sun::star::beans::PropertyValue> xOptions ) 
-			raises( com::sun::star::lang::IllegalArgumentException ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void print( [in] sequence<com::sun::star::beans::PropertyValue> xOptions )
+			raises( com::sun::star::lang::IllegalArgumentException );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/view/XPrintableBroadcaster.idl b/main/offapi/com/sun/star/view/XPrintableBroadcaster.idl
index cf35ecf..04b7e37 100644
--- a/main/offapi/com/sun/star/view/XPrintableBroadcaster.idl
+++ b/main/offapi/com/sun/star/view/XPrintableBroadcaster.idl
@@ -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,34 +7,34 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_view_XPrintableBroadcaster_idl__ 
-#define __com_sun_star_view_XPrintableBroadcaster_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
+#ifndef __com_sun_star_view_XPrintableBroadcaster_idl__
+#define __com_sun_star_view_XPrintableBroadcaster_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
 #endif
 
 #ifndef __com_sun_star_view_XPrintableListener_idl__
 #include <com/sun/star/view/XPrintableListener.idl>
 #endif
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module view {  
- 
+
+//=============================================================================
+
+module com {  module sun {  module star {  module view {
+
 //-----------------------------------------------------------------------------
 /** allows for getting information about a print job.
 
diff --git a/main/offapi/com/sun/star/view/XPrintableListener.idl b/main/offapi/com/sun/star/view/XPrintableListener.idl
index 1310088..e23bce8 100644
--- a/main/offapi/com/sun/star/view/XPrintableListener.idl
+++ b/main/offapi/com/sun/star/view/XPrintableListener.idl
@@ -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,41 +7,41 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_view_XPrintableListener_idl__ 
-#define __com_sun_star_view_XPrintableListener_idl__ 
- 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
+#ifndef __com_sun_star_view_XPrintableListener_idl__
+#define __com_sun_star_view_XPrintableListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
 #endif
 
 #ifndef __com_sun_star_view_XPrintable_idl__
 #include <com/sun/star/view/XPrintable.idl>
 #endif
- 
+
 #ifndef __com_sun_star_view_PrintableState_idl__
 #include <com/sun/star/view/PrintableStateEvent.idl>
 #endif
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module view {  
- 
+
+//=============================================================================
+
+module com {  module sun {  module star {  module view {
+
 /** receives events about print job progress.
 
-	<p><type>XPrintableListener</type> can be registered to <type>XPrintableBroadcaster</type>. 
+	<p><type>XPrintableListener</type> can be registered to <type>XPrintableBroadcaster</type>.
 	Then, the client object will receive events about print progress.  </p>
 
 	@see XPrintableBroadcaster
@@ -51,7 +51,7 @@
 	//--------------------------------------------------------------------------
 	/** informs the user of the new state in print progress.
 
-		@param Event 
+		@param Event
 			contains the <type>XPrintable</type> having changed state and the new state.
 	*/
 	[oneway] void stateChanged( [in] PrintableStateEvent Event );
diff --git a/main/offapi/com/sun/star/view/XRenderable.idl b/main/offapi/com/sun/star/view/XRenderable.idl
index 18ef809..3102700 100644
--- a/main/offapi/com/sun/star/view/XRenderable.idl
+++ b/main/offapi/com/sun/star/view/XRenderable.idl
@@ -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,100 +7,100 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_view_XRenderable_idl__ 
-#define __com_sun_star_view_XRenderable_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_PropertyValue_idl__ 
-#include <com/sun/star/beans/PropertyValue.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module view {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_view_XRenderable_idl__
+#define __com_sun_star_view_XRenderable_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_beans_PropertyValue_idl__
+#include <com/sun/star/beans/PropertyValue.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module view {
+
+//=============================================================================
+
 /** represents something that can be rendered.
 
     @since OpenOffice 1.1.2
  */
 published interface XRenderable : com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns 
-			the count of renderers (based on paper count of a document, for example). 
-			
-		<p> If a selection is given, the count has to be calculated 
+{
+	//-------------------------------------------------------------------------
+
+	/** @returns
+			the count of renderers (based on paper count of a document, for example).
+
+		<p> If a selection is given, the count has to be calculated
 			based on this selection. The other methods of this interface
 			will rely on this value if called.
-			
-        <p> If the selection contains a valid XModel interface, 
+
+        <p> If the selection contains a valid XModel interface,
 			it is assumed that the whole document should be rendered.
 			If the selection is empty, nothing should be rendered.
 
 		@see RenderOptions
 	 */
 	long getRendererCount( [in] any aSelection, [in] sequence<com::sun::star::beans::PropertyValue> xOptions )
-			raises( com::sun::star::lang::IllegalArgumentException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns 
-			a descriptor of the specific renderer. 
-		 
-		<p> returns the specific renderer properties based on the given selection. 
-		
-        <p> If the selection contains a valid XModel interface, 
+			raises( com::sun::star::lang::IllegalArgumentException );
+
+	//-------------------------------------------------------------------------
+
+	/** @returns
+			a descriptor of the specific renderer.
+
+		<p> returns the specific renderer properties based on the given selection.
+
+        <p> If the selection contains a valid XModel interface,
 			it is assumed that the whole document should be rendered.
 			If the selection is empty, nothing should be rendered.
-		 
+
 		@see RenderDescriptor
 		@see RenderOptions
 	 */
 	sequence<com::sun::star::beans::PropertyValue> getRenderer( [in] long nRenderer, [in] any aSelection, [in] sequence<com::sun::star::beans::PropertyValue> xOptions )
-			raises( com::sun::star::lang::IllegalArgumentException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+			raises( com::sun::star::lang::IllegalArgumentException );
+
+	//-------------------------------------------------------------------------
+
 	/** renders the object.
 
-		<p> renders the object with the specific renderer based on the given selection. 
+		<p> renders the object with the specific renderer based on the given selection.
 
-        <p> If the selection contains a valid XModel interface, 
+        <p> If the selection contains a valid XModel interface,
 			it is assumed that the whole document should be rendered.
 			If the selection is empty, nothing should be rendered.
 
 		@see RenderOptions
 	 */
-	void render( [in] long nRenderer, [in] any aSelection, [in] sequence<com::sun::star::beans::PropertyValue> xOptions ) 
-			raises( com::sun::star::lang::IllegalArgumentException ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void render( [in] long nRenderer, [in] any aSelection, [in] sequence<com::sun::star::beans::PropertyValue> xOptions )
+			raises( com::sun::star::lang::IllegalArgumentException );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/view/XScreenCursor.idl b/main/offapi/com/sun/star/view/XScreenCursor.idl
index 2edf864..c9da45b 100644
--- a/main/offapi/com/sun/star/view/XScreenCursor.idl
+++ b/main/offapi/com/sun/star/view/XScreenCursor.idl
@@ -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,51 +7,51 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_view_XScreenCursor_idl__ 
-#define __com_sun_star_view_XScreenCursor_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module view {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_view_XScreenCursor_idl__
+#define __com_sun_star_view_XScreenCursor_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module view {
+
+//=============================================================================
+
 /** makes it possible to page through the document in steps of the displayed size.
  */
 published interface XScreenCursor: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** scrolls the view forward by one visible page.
 	 */
-	boolean screenDown(); 
- 
-	//------------------------------------------------------------------------- 
+	boolean screenDown();
+
+	//-------------------------------------------------------------------------
 	/** scrolls the view backward by one visible page.
 	 */
-	boolean screenUp(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	boolean screenUp();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/view/XSelectionChangeListener.idl b/main/offapi/com/sun/star/view/XSelectionChangeListener.idl
index 06d459c..31465b5 100644
--- a/main/offapi/com/sun/star/view/XSelectionChangeListener.idl
+++ b/main/offapi/com/sun/star/view/XSelectionChangeListener.idl
@@ -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,57 +7,57 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_view_XSelectionChangeListener_idl__ 
-#define __com_sun_star_view_XSelectionChangeListener_idl__ 
- 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_EventObject_idl__ 
-#include <com/sun/star/lang/EventObject.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module view {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_view_XSelectionChangeListener_idl__
+#define __com_sun_star_view_XSelectionChangeListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module view {
+
+//=============================================================================
+
 /** makes it possible to receive an event when the current selection changes.
 
 	@see com::sun::star::view::XSelectionSupplier
  */
 published interface XSelectionChangeListener: com::sun::star::lang::XEventListener
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** is called when the selection changes.
 
 		<p>You can get the new selection via <type>XSelectionSupplier</type> from
 		<member scope="com::sun::star::lang">EventObject::Source</member>.
-		
+
 	 */
-	[oneway] void selectionChanged( [in] com::sun::star::lang::EventObject aEvent ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[oneway] void selectionChanged( [in] com::sun::star::lang::EventObject aEvent );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/view/XSelectionSupplier.idl b/main/offapi/com/sun/star/view/XSelectionSupplier.idl
index cd09dcc..b8e0036 100644
--- a/main/offapi/com/sun/star/view/XSelectionSupplier.idl
+++ b/main/offapi/com/sun/star/view/XSelectionSupplier.idl
@@ -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,79 +7,79 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_view_XSelectionSupplier_idl__ 
-#define __com_sun_star_view_XSelectionSupplier_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_view_XSelectionChangeListener_idl__ 
-#include <com/sun/star/view/XSelectionChangeListener.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module view {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_view_XSelectionSupplier_idl__
+#define __com_sun_star_view_XSelectionSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+#ifndef __com_sun_star_view_XSelectionChangeListener_idl__
+#include <com/sun/star/view/XSelectionChangeListener.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module view {
+
+//=============================================================================
+
 /** makes it possible to access and change the selection in a view.
 
 	@see OfficeDocumentView
  */
 published interface XSelectionSupplier: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** selects the object represented by <var>xSelection</var> if it is
 		known and selectable in this object.
 	 */
-	boolean select( [in] any xSelection ) 
-			raises( com::sun::star::lang::IllegalArgumentException ); 
- 
-	//------------------------------------------------------------------------- 
-	/** @returns 
-				the current selection. 
-				 
-		<p>The selection is either specified by an object which is contained 
-		in the component to which the view belongs, or it is an interface of a 
+	boolean select( [in] any xSelection )
+			raises( com::sun::star::lang::IllegalArgumentException );
+
+	//-------------------------------------------------------------------------
+	/** @returns
+				the current selection.
+
+		<p>The selection is either specified by an object which is contained
+		in the component to which the view belongs, or it is an interface of a
 		collection which contains such objects.
 	 */
-	any getSelection(); 
- 
-	//------------------------------------------------------------------------- 
+	any getSelection();
+
+	//-------------------------------------------------------------------------
 	/** registers an event listener, which is called when the selection changes.
 	 */
-	void addSelectionChangeListener( [in] com::sun::star::view::XSelectionChangeListener xListener ); 
- 
-	//------------------------------------------------------------------------- 
+	void addSelectionChangeListener( [in] com::sun::star::view::XSelectionChangeListener xListener );
+
+	//-------------------------------------------------------------------------
 	/** unregisters an event listener which was registered with
 		<method>XSelectionSupplier::addSelectionChangeListener</method>.
 	 */
-	void removeSelectionChangeListener( [in] com::sun::star::view::XSelectionChangeListener xListener ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void removeSelectionChangeListener( [in] com::sun::star::view::XSelectionChangeListener xListener );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/view/XViewCursor.idl b/main/offapi/com/sun/star/view/XViewCursor.idl
index a49ee86..279af83 100644
--- a/main/offapi/com/sun/star/view/XViewCursor.idl
+++ b/main/offapi/com/sun/star/view/XViewCursor.idl
@@ -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,42 +7,42 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_view_XViewCursor_idl__ 
-#define __com_sun_star_view_XViewCursor_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module view {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_view_XViewCursor_idl__
+#define __com_sun_star_view_XViewCursor_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module view {
+
+//=============================================================================
+
 /** makes it possible to move a cursor up/down/left/right within laid out text.
-	
-	@see com::sun::star::table::CellCursor 
-	@see com::sun::star::text::TextCursor 
+
+	@see com::sun::star::table::CellCursor
+	@see com::sun::star::text::TextCursor
 	@see com::sun::star::view::XLineCursor
  */
 published interface XViewCursor: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** moves the cursor the specified number of lines down.
 
 		@param nCount
@@ -53,12 +53,12 @@
 			or the cursor will be just at the new position after the move (<FALSE/>).
 
 		@returns
-			<TRUE/> if the cursor was moved, 
+			<TRUE/> if the cursor was moved,
 			or <FALSE/> if it was already in the bottom row.
 	 */
-	boolean goDown( [in] short nCount, [in] boolean bExpand ); 
- 
-	//------------------------------------------------------------------------- 
+	boolean goDown( [in] short nCount, [in] boolean bExpand );
+
+	//-------------------------------------------------------------------------
 	/** moves the cursor the specified number of lines up.
 
 		@param nCount
@@ -68,12 +68,12 @@
 			determines whether the text range of the cursor is expanded (<TRUE/>)
 
 		@returns
-			<TRUE/> if the cursor was moved, 
+			<TRUE/> if the cursor was moved,
 			or <FALSE/> if it was already in the top row.
 	 */
-	boolean goUp( [in] short nCount, [in] boolean bExpand ); 
- 
-	//------------------------------------------------------------------------- 
+	boolean goUp( [in] short nCount, [in] boolean bExpand );
+
+	//-------------------------------------------------------------------------
 	/** moves the cursor the specified number of characters to the left.
 
 		@param nCount
@@ -83,12 +83,12 @@
 			determines whether the text range of the cursor is expanded (<TRUE/>)
 
 		@returns
-			<TRUE/> if the cursor was moved, 
+			<TRUE/> if the cursor was moved,
 			or <FALSE/> if it was already at the leftmost position.
 	 */
-	boolean goLeft( [in] short nCount, [in] boolean bExpand ); 
- 
-	//------------------------------------------------------------------------- 
+	boolean goLeft( [in] short nCount, [in] boolean bExpand );
+
+	//-------------------------------------------------------------------------
 	/** moves the cursor the specified number of characters to the right.
 
 		@param nCount
@@ -98,15 +98,15 @@
 			determines whether the text range of the cursor is expanded (<TRUE/>)
 
 		@returns
-			<TRUE/> if the cursor was moved, 
+			<TRUE/> if the cursor was moved,
 			or <FALSE/> if it was already at the rightmost position.
 	 */
-	boolean goRight( [in] short nCount, [in] boolean bExpand ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	boolean goRight( [in] short nCount, [in] boolean bExpand );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/view/XViewSettingsSupplier.idl b/main/offapi/com/sun/star/view/XViewSettingsSupplier.idl
index 98e3df7..6835160 100644
--- a/main/offapi/com/sun/star/view/XViewSettingsSupplier.idl
+++ b/main/offapi/com/sun/star/view/XViewSettingsSupplier.idl
@@ -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,54 +7,54 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_view_XViewSettingsSupplier_idl__ 
-#define __com_sun_star_view_XViewSettingsSupplier_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module view {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_view_XViewSettingsSupplier_idl__
+#define __com_sun_star_view_XViewSettingsSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module view {
+
+//=============================================================================
+
 /** provides access to the view settings of the object.
  */
 published interface XViewSettingsSupplier: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns 
+{
+	//-------------------------------------------------------------------------
+
+	/** @returns
 				an interface to the <type>ViewSettings</type>.
 
 		<p>Subclasses might be returned instead, offering more settings. </p>
 	 */
-	com::sun::star::beans::XPropertySet getViewSettings(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::beans::XPropertySet getViewSettings();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/xforms/Binding.idl b/main/offapi/com/sun/star/xforms/Binding.idl
index 7a1ee9c..c650789 100644
--- a/main/offapi/com/sun/star/xforms/Binding.idl
+++ b/main/offapi/com/sun/star/xforms/Binding.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/xforms/InvalidDataOnSubmitException.idl b/main/offapi/com/sun/star/xforms/InvalidDataOnSubmitException.idl
index aae0eb5..2aab33b 100644
--- a/main/offapi/com/sun/star/xforms/InvalidDataOnSubmitException.idl
+++ b/main/offapi/com/sun/star/xforms/InvalidDataOnSubmitException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -35,7 +35,7 @@
 //=============================================================================
 
 /** thrown if the user triggers an XForms submission with invalid
-    instance data 
+    instance data
 
     The <member scope="com::sun::star::uno">Exception::Source</member> member
     refers to the submission which was invoked.
diff --git a/main/offapi/com/sun/star/xforms/XDataTypeRepository.idl b/main/offapi/com/sun/star/xforms/XDataTypeRepository.idl
index 302cdc5..b65e0ae 100644
--- a/main/offapi/com/sun/star/xforms/XDataTypeRepository.idl
+++ b/main/offapi/com/sun/star/xforms/XDataTypeRepository.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -33,15 +33,15 @@
 #ifndef __com_sun_star_xsd_XDataType_idl__
 #include <com/sun/star/xsd/XDataType.idl>
 #endif
-#ifndef __com_sun_star_container_NoSuchElementException_idl__ 
-#include <com/sun/star/container/NoSuchElementException.idl> 
-#endif 
-#ifndef __com_sun_star_container_ElementExistException_idl__ 
-#include <com/sun/star/container/ElementExistException.idl> 
-#endif 
-#ifndef __com_sun_star_util_VetoException_idl__ 
-#include <com/sun/star/util/VetoException.idl> 
-#endif 
+#ifndef __com_sun_star_container_NoSuchElementException_idl__
+#include <com/sun/star/container/NoSuchElementException.idl>
+#endif
+#ifndef __com_sun_star_container_ElementExistException_idl__
+#include <com/sun/star/container/ElementExistException.idl>
+#endif
+#ifndef __com_sun_star_util_VetoException_idl__
+#include <com/sun/star/util/VetoException.idl>
+#endif
 
 
 //=============================================================================
@@ -65,7 +65,7 @@
     interface com::sun::star::container::XNameAccess;
 
     /** retrieves the basic type for the given type class
-    
+
         @see com::sun::star::xsd::DataTypeClass
 
         @throws com::sun::star::container::NoSuchElementException
@@ -76,7 +76,7 @@
             raises ( com::sun::star::container::NoSuchElementException );
 
     /** creates a clone of the given data type, and inserts it into the repository
-    
+
         @throws com::sun::star::container::NoSuchElementException
             if the given name does not refer to a type in the repository
 
@@ -85,7 +85,7 @@
     */
     com::sun::star::xsd::XDataType
         cloneDataType( [in] string sourceName, [in] string newName )
-			raises( com::sun::star::container::NoSuchElementException, com::sun::star::container::ElementExistException ); 
+			raises( com::sun::star::container::NoSuchElementException, com::sun::star::container::ElementExistException );
 
     /** removes a data type given by name from the repository
 
diff --git a/main/offapi/com/sun/star/xforms/XFormsEvent.idl b/main/offapi/com/sun/star/xforms/XFormsEvent.idl
index 14f0f13..ed64e98 100644
--- a/main/offapi/com/sun/star/xforms/XFormsEvent.idl
+++ b/main/offapi/com/sun/star/xforms/XFormsEvent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -25,12 +25,12 @@
 
 #include <com/sun/star/xml/dom/events/XEvent.idl>
 
-module com {  module sun {  module star {  module xforms {  
+module com {  module sun {  module star {  module xforms {
 
 interface XFormsEvent : com::sun::star::xml::dom::events::XEvent {
 
-    void initXFormsEvent([in] string typeArg, 
-                         [in] boolean canBubbleArg, 
+    void initXFormsEvent([in] string typeArg,
+                         [in] boolean canBubbleArg,
                          [in] boolean cancelableArg);
 };
 
diff --git a/main/offapi/com/sun/star/xforms/XFormsSupplier.idl b/main/offapi/com/sun/star/xforms/XFormsSupplier.idl
index 0d52404..530c095 100644
--- a/main/offapi/com/sun/star/xforms/XFormsSupplier.idl
+++ b/main/offapi/com/sun/star/xforms/XFormsSupplier.idl
@@ -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,55 +7,55 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_xforms_XFormsSupplier_idl__ 
-#define __com_sun_star_xforms_XFormsSupplier_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XNameContainer_idl__ 
-#include <com/sun/star/container/XNameContainer.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module xforms {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_xforms_XFormsSupplier_idl__
+#define __com_sun_star_xforms_XFormsSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_container_XNameContainer_idl__
+#include <com/sun/star/container/XNameContainer.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module xforms {
+
+//=============================================================================
+
 /** provides access to the XForms models contained in the component
  */
 interface XFormsSupplier: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** access XForms model container.
 		@returns a container for the XForms models contained in the component
 	 */
-	com::sun::star::container::XNameContainer getXForms(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	com::sun::star::container::XNameContainer getXForms();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/xforms/XFormsUIHelper1.idl b/main/offapi/com/sun/star/xforms/XFormsUIHelper1.idl
index c2a01a3..07994b2 100644
--- a/main/offapi/com/sun/star/xforms/XFormsUIHelper1.idl
+++ b/main/offapi/com/sun/star/xforms/XFormsUIHelper1.idl
@@ -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,72 +7,72 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_xforms_XFormsUIHelper1_idl__ 
-#define __com_sun_star_xforms_XFormsUIHelper1_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_xml_dom_XNode_idl__ 
-#include <com/sun/star/xml/dom/XNode.idl> 
-#endif 
+#ifndef __com_sun_star_xforms_XFormsUIHelper1_idl__
+#define __com_sun_star_xforms_XFormsUIHelper1_idl__
 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
 
-#ifndef __com_sun_star_container_XIndexAccess_idl__ 
-#include <com/sun/star/container/XSet.idl> 
-#endif 
+#ifndef __com_sun_star_xml_dom_XNode_idl__
+#include <com/sun/star/xml/dom/XNode.idl>
+#endif
 
-#ifndef __com_sun_star_xforms_XDataTypeRepository_idl__ 
-#include <com/sun/star/xforms/XDataTypeRepository.idl> 
-#endif 
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
 
-#ifndef __com_sun_star_xml_dom_XDocument_idl__ 
-#include <com/sun/star/xml/dom/XDocument.idl> 
-#endif 
+#ifndef __com_sun_star_container_XIndexAccess_idl__
+#include <com/sun/star/container/XSet.idl>
+#endif
 
-#ifndef __com_sun_star_xml_dom_XDocument_idl__ 
-#include <com/sun/star/xml/dom/XNode.idl> 
-#endif 
+#ifndef __com_sun_star_xforms_XDataTypeRepository_idl__
+#include <com/sun/star/xforms/XDataTypeRepository.idl>
+#endif
+
+#ifndef __com_sun_star_xml_dom_XDocument_idl__
+#include <com/sun/star/xml/dom/XDocument.idl>
+#endif
+
+#ifndef __com_sun_star_xml_dom_XDocument_idl__
+#include <com/sun/star/xml/dom/XNode.idl>
+#endif
 
 #ifndef __com_sun_star_frame_XModel_idl__
 #include <com/sun/star/frame/XModel.idl>
-#endif 
+#endif
 
 #ifndef __com_sun_star_xforms_XModel_idl__
 #include <com/sun/star/xforms/XModel.idl>
-#endif 
+#endif
 
 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module xforms {  
- 
-//============================================================================= 
- 
+//=============================================================================
+
+module com {  module sun {  module star {  module xforms {
+
+//=============================================================================
+
 /** provide several helper methods for the UI
 
     <b>This interfaces is for UI use only, and will likely be unsupported in
     future versions.</p>
 */
 interface XFormsUIHelper1
-{ 
+{
     string getDefaultServiceNameForNode( [in] com::sun::star::xml::dom::XNode xNode );
 
     string getDefaultBindingExpressionForNode( [in] com::sun::star::xml::dom::XNode xNode );
@@ -118,19 +118,19 @@
 
 
     // DOM helpers
-    com::sun::star::xml::dom::XNode 
+    com::sun::star::xml::dom::XNode
         createElement( [in] com::sun::star::xml::dom::XNode xParent,
                        [in] string sName );
     com::sun::star::xml::dom::XNode
         createAttribute( [in] com::sun::star::xml::dom::XNode xParent,
                          [in] string sName );
-    
-    com::sun::star::xml::dom::XNode renameNode( 
+
+    com::sun::star::xml::dom::XNode renameNode(
         [in] com::sun::star::xml::dom::XNode xNode,
         [in] string sName );
 
     com::sun::star::beans::XPropertySet getBindingForNode(
-        [in] com::sun::star::xml::dom::XNode xNode, 
+        [in] com::sun::star::xml::dom::XNode xNode,
         [in] boolean bCreate );
 
     void removeBindingForNode(
@@ -145,17 +145,17 @@
 
     boolean isValidPrefixName( [in] string sName );
 
-    void setNodeValue( 
+    void setNodeValue(
         [in] com::sun::star::xml::dom::XNode xNode,
         [in] string sValue );
-    
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/xforms/XModel.idl b/main/offapi/com/sun/star/xforms/XModel.idl
index 0329912..344a86a 100644
--- a/main/offapi/com/sun/star/xforms/XModel.idl
+++ b/main/offapi/com/sun/star/xforms/XModel.idl
@@ -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,41 +7,41 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_xforms_XModel_idl__ 
-#define __com_sun_star_xforms_XModel_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
+#ifndef __com_sun_star_xforms_XModel_idl__
+#define __com_sun_star_xforms_XModel_idl__
 
-#ifndef __com_sun_star_container_XIndexAccess_idl__ 
-#include <com/sun/star/container/XSet.idl> 
-#endif 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
 
-#ifndef __com_sun_star_xforms_XDataTypeRepository_idl__ 
-#include <com/sun/star/xforms/XDataTypeRepository.idl> 
-#endif 
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
 
-#ifndef __com_sun_star_xml_dom_XDocument_idl__ 
-#include <com/sun/star/xml/dom/XDocument.idl> 
-#endif 
+#ifndef __com_sun_star_container_XIndexAccess_idl__
+#include <com/sun/star/container/XSet.idl>
+#endif
+
+#ifndef __com_sun_star_xforms_XDataTypeRepository_idl__
+#include <com/sun/star/xforms/XDataTypeRepository.idl>
+#endif
+
+#ifndef __com_sun_star_xml_dom_XDocument_idl__
+#include <com/sun/star/xml/dom/XDocument.idl>
+#endif
 
 #ifndef __com_sun_star_util_VetoException_idl__
 #include <com/sun/star/util/VetoException.idl>
@@ -55,18 +55,18 @@
 #include <com/sun/star/task/XInteractionHandler.idl>
 #endif
 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module xforms {  
- 
+//=============================================================================
+
+module com {  module sun {  module star {  module xforms {
+
 interface XSubmission;
 
-//============================================================================= 
- 
+//=============================================================================
+
 /** represent an XForms model
  */
 interface XModel
-{ 
+{
     /** get the XForms model ID */
     string getID();
 
@@ -144,7 +144,7 @@
     // instances
     //
 
-    /** gets container containing all instances; 
+    /** gets container containing all instances;
 
         <p>The elements of the set are arrays of <type scope="com::sun::star::beans">PropertyValue</type>s,
         containing the ID, the URL, and the instance itself.</p>
@@ -162,7 +162,7 @@
 
     //
     // bindings
-    // 
+    //
 
     /** create a binding element for this model
 
@@ -197,7 +197,7 @@
     //
 
     /** create a submission element for this model
-        
+
         <p>The returned submission element still needs to be inserted into the submission container.</p>
 
         @see getSubmissions
@@ -222,13 +222,13 @@
     /** get container containing all submissions; also supports XNameAccess
     */
     com::sun::star::container::XSet getSubmissions();
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/offapi/com/sun/star/xforms/XSubmission.idl b/main/offapi/com/sun/star/xforms/XSubmission.idl
index 55bbb11..a4cfb1b 100644
--- a/main/offapi/com/sun/star/xforms/XSubmission.idl
+++ b/main/offapi/com/sun/star/xforms/XSubmission.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/xml/Attribute.idl b/main/offapi/com/sun/star/xml/Attribute.idl
index 5d1c215..57a21c0 100644
--- a/main/offapi/com/sun/star/xml/Attribute.idl
+++ b/main/offapi/com/sun/star/xml/Attribute.idl
@@ -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,28 +7,28 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_xml_Attribute_idl__ 
-#define __com_sun_star_xml_Attribute_idl__ 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module xml { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_xml_Attribute_idl__
+#define __com_sun_star_xml_Attribute_idl__
+
+//=============================================================================
+
+module com {  module sun {  module star {  module xml {
+
+//=============================================================================
+
 /**
  * A struct to keep information of an element's attribute.
  */
@@ -43,15 +43,15 @@
 	 * the attribute namespace URL
 	 */
 	string NamespaceURL;
-	
+
 	/**
 	 * the attribute value
 	 */
 	string Value;
 };
- 
-//============================================================================= 
- 
-}; }; }; };  
 
-#endif 
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/xml/AttributeContainer.idl b/main/offapi/com/sun/star/xml/AttributeContainer.idl
index 8847868..0788082 100644
--- a/main/offapi/com/sun/star/xml/AttributeContainer.idl
+++ b/main/offapi/com/sun/star/xml/AttributeContainer.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -29,15 +29,15 @@
 
 //=============================================================================
 
-module com { module sun { module star { module xml { 
+module com { module sun { module star { module xml {
 
 //=============================================================================
-/** This service describes a container for xml attributes. 
+/** This service describes a container for xml attributes.
 
-	<p>Each attribute is accessed with its local name, or optionally, its local 
-	name with its namespace prefix. The type and value of an attribute is stored 
-	in a <code>AttributeData</code> struct. If you use a namespace in the 
-	<code>AttributeData</code>, you must use a prefix in the name and you must 
+	<p>Each attribute is accessed with its local name, or optionally, its local
+	name with its namespace prefix. The type and value of an attribute is stored
+	in a <code>AttributeData</code> struct. If you use a namespace in the
+	<code>AttributeData</code>, you must use a prefix in the name and you must
 	use a namespace, if you use a prefix.
 */
 published service AttributeContainer
@@ -47,6 +47,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/xml/AttributeData.idl b/main/offapi/com/sun/star/xml/AttributeData.idl
index 4920c96..f4f74e8 100644
--- a/main/offapi/com/sun/star/xml/AttributeData.idl
+++ b/main/offapi/com/sun/star/xml/AttributeData.idl
@@ -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,55 +7,55 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
- 
-#ifndef __com_sun_star_xml_AttributeData_idl__ 
-#define __com_sun_star_xml_AttributeData_idl__ 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module xml {  
- 
-//============================================================================= 
- 
+
+#ifndef __com_sun_star_xml_AttributeData_idl__
+#define __com_sun_star_xml_AttributeData_idl__
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module xml {
+
+//=============================================================================
+
 /** store the type and value of an XML attribute
 	inside a XNameContainer
  */
 published struct AttributeData
 {
 	/** the namespace of this XML attribute.
-	
+
 		<p>This string can be empty if you are not using namespaces.
 	 */
-	string Namespace; 
- 
-	 
-	/** the type of this XML attribute. 
-	
+	string Namespace;
+
+
+	/** the type of this XML attribute.
+
 		<p>For non validating parsers this must be CDATA.
 	 */
-	string Type; 
- 
-	 
+	string Type;
+
+
 	/** the string value of this XML attribute.
 	 */
-	string Value; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
+	string Value;
+};
 
-#endif 
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/xml/ExportFilter.idl b/main/offapi/com/sun/star/xml/ExportFilter.idl
index a760d67..a95b5d9 100644
--- a/main/offapi/com/sun/star/xml/ExportFilter.idl
+++ b/main/offapi/com/sun/star/xml/ExportFilter.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -29,33 +29,33 @@
 #endif
 
 
-module com { module sun { module star { module xml { 
+module com { module sun { module star { module xml {
 
 /** describes an export filter for XML-based file formats.
 
-   <p>First, the <method>XExportFilter::exporter</method> method must be 
-   called to provide the export component with the target location to 
-   which the data should be exported. Then, the source document's XML 
-   representation will be generated by calling the appropriate methods 
-   of the <type scope="com::sun::star::xml::sax">XDocumentHandler</type> 
-   interface.  Error conditions must be signalled by throwing 
-   a <type scope="com::sun::star::xml::sax">SAXException</type> in the 
+   <p>First, the <method>XExportFilter::exporter</method> method must be
+   called to provide the export component with the target location to
+   which the data should be exported. Then, the source document's XML
+   representation will be generated by calling the appropriate methods
+   of the <type scope="com::sun::star::xml::sax">XDocumentHandler</type>
+   interface.  Error conditions must be signalled by throwing
+   a <type scope="com::sun::star::xml::sax">SAXException</type> in the
    <type scope="com::sun::star::xml::sax">XDocumentHandler</type> calls.
 
     @since OpenOffice 1.1.2
  */
 published service ExportFilter
 {
-    /** The data will be passed in through the 
+    /** The data will be passed in through the
 		<type scope="com::sun::star::xml::sax">XDocumentHandler</type> calls. */
     interface com::sun::star::xml::sax::XDocumentHandler;
 
-    /** The <method>XExportFilter:exporter()</method> call will provide the 
-		<type scope="com::sun::star::document">TypeDetection</type> user data 
+    /** The <method>XExportFilter:exporter()</method> call will provide the
+		<type scope="com::sun::star::document">TypeDetection</type> user data
 		required to perform the filtering correctly.
-	*/ 
+	*/
     interface com::sun::star::xml::XExportFilter;
 };
 
-}; }; }; }; 
+}; }; }; };
 #endif
diff --git a/main/offapi/com/sun/star/xml/FastAttribute.idl b/main/offapi/com/sun/star/xml/FastAttribute.idl
index 555795d..2039238 100644
--- a/main/offapi/com/sun/star/xml/FastAttribute.idl
+++ b/main/offapi/com/sun/star/xml/FastAttribute.idl
@@ -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,28 +7,28 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_xml_FastAttribute_idl__ 
-#define __com_sun_star_xml_FastAttribute_idl__ 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module xml { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_xml_FastAttribute_idl__
+#define __com_sun_star_xml_FastAttribute_idl__
+
+//=============================================================================
+
+module com {  module sun {  module star {  module xml {
+
+//=============================================================================
+
 /**
  * A struct to keep information of an element's attribute.
  */
@@ -44,9 +44,9 @@
 	 */
 	string Value;
 };
- 
-//============================================================================= 
- 
-}; }; }; };  
 
-#endif 
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/xml/ImportFilter.idl b/main/offapi/com/sun/star/xml/ImportFilter.idl
index 123062b..aa20686 100644
--- a/main/offapi/com/sun/star/xml/ImportFilter.idl
+++ b/main/offapi/com/sun/star/xml/ImportFilter.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -29,7 +29,7 @@
 #endif
 
 
-module com { module sun { module star { module xml { 
+module com { module sun { module star { module xml {
 
 /** describes an import filter for XML-based file formats.
 
@@ -40,6 +40,6 @@
     interface com::sun::star::xml::XImportFilter;
 };
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/xml/NamespaceContainer.idl b/main/offapi/com/sun/star/xml/NamespaceContainer.idl
index 79ce7a6..0d001cf 100644
--- a/main/offapi/com/sun/star/xml/NamespaceContainer.idl
+++ b/main/offapi/com/sun/star/xml/NamespaceContainer.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -29,10 +29,10 @@
 
 //=============================================================================
 
-module com { module sun { module star { module xml { 
+module com { module sun { module star { module xml {
 
 //=============================================================================
-/** This service describes a container for XML namespaces. 
+/** This service describes a container for XML namespaces.
 
 	<p>Each namespace is accessed with its prefix and the URL is stored as a string.
 */
@@ -43,6 +43,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/xml/ParaUserDefinedAttributesSupplier.idl b/main/offapi/com/sun/star/xml/ParaUserDefinedAttributesSupplier.idl
index d6b9f8c..346c6a3 100644
--- a/main/offapi/com/sun/star/xml/ParaUserDefinedAttributesSupplier.idl
+++ b/main/offapi/com/sun/star/xml/ParaUserDefinedAttributesSupplier.idl
@@ -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,27 +7,27 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 #ifndef _com_sun_star_xml_ParaUserDefinedAttributesSupplier_idl_
 #define _com_sun_star_xml_ParaUserDefinedAttributesSupplier_idl_
 
-#ifndef __com_sun_star_container_XNameContainer_idl__ 
+#ifndef __com_sun_star_container_XNameContainer_idl__
 #include <com/sun/star/container/XNameContainer.idl>
 #endif
 
-module com { module sun { module star { module xml { 
+module com { module sun { module star { module xml {
 
 /** A component that supports this service preserves XML attributes,
     unknown by its parser, that belong to the XML element representing
@@ -53,6 +53,6 @@
     [property] ::com::sun::star::container::XNameContainer  ParaUserDefinedAttributes;
 };
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/xml/TextUserDefinedAttributesSupplier.idl b/main/offapi/com/sun/star/xml/TextUserDefinedAttributesSupplier.idl
index f479d15..075e21c 100644
--- a/main/offapi/com/sun/star/xml/TextUserDefinedAttributesSupplier.idl
+++ b/main/offapi/com/sun/star/xml/TextUserDefinedAttributesSupplier.idl
@@ -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,27 +7,27 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 #ifndef _com_sun_star_xml_TextUserDefinedAttributesSupplier_idl_
 #define _com_sun_star_xml_TextUserDefinedAttributesSupplier_idl_
 
-#ifndef __com_sun_star_container_XNameContainer_idl__ 
+#ifndef __com_sun_star_container_XNameContainer_idl__
 #include <com/sun/star/container/XNameContainer.idl>
 #endif
 
-module com { module sun { module star { module xml { 
+module com { module sun { module star { module xml {
 
 /** A component that supports this service preserves XML attributes,
     unknown by its parser, that belong to the XML element representing
@@ -53,6 +53,6 @@
     [property] ::com::sun::star::container::XNameContainer  TextUserDefinedAttributes;
 };
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/xml/UserDefinedAttributeSupplier.idl b/main/offapi/com/sun/star/xml/UserDefinedAttributeSupplier.idl
index 75657c9..fa4045c 100644
--- a/main/offapi/com/sun/star/xml/UserDefinedAttributeSupplier.idl
+++ b/main/offapi/com/sun/star/xml/UserDefinedAttributeSupplier.idl
@@ -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,27 +7,27 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 #ifndef _com_sun_star_xml_UserDefinedAttributeSupplier_idl_
 #define _com_sun_star_xml_UserDefinedAttributeSupplier_idl_
 
-#ifndef __com_sun_star_container_XNameContainer_idl__ 
+#ifndef __com_sun_star_container_XNameContainer_idl__
 #include <com/sun/star/container/XNameContainer.idl>
 #endif
 
-module com { module sun { module star { module xml { 
+module com { module sun { module star { module xml {
 
 /** A component that supports this service preserves XML attributes,
     unknown by its parser, that belong to the XML element representing
@@ -62,6 +62,6 @@
     [property] ::com::sun::star::container::XNameContainer  UserDefinedAttributes;
 };
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/xml/UserDefinedAttributesSupplier.idl b/main/offapi/com/sun/star/xml/UserDefinedAttributesSupplier.idl
index 4880f9c..d4ff25d 100644
--- a/main/offapi/com/sun/star/xml/UserDefinedAttributesSupplier.idl
+++ b/main/offapi/com/sun/star/xml/UserDefinedAttributesSupplier.idl
@@ -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,27 +7,27 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 #ifndef _com_sun_star_xml_UserDefinedAttributesSupplier_idl_
 #define _com_sun_star_xml_UserDefinedAttributesSupplier_idl_
 
-#ifndef __com_sun_star_container_XNameContainer_idl__ 
+#ifndef __com_sun_star_container_XNameContainer_idl__
 #include <com/sun/star/container/XNameContainer.idl>
 #endif
 
-module com { module sun { module star { module xml { 
+module com { module sun { module star { module xml {
 
 /** A component that supports this service preserves XML attributes,
     unknown by its parser, that belong to the XML element representing
@@ -53,6 +53,6 @@
     [property] ::com::sun::star::container::XNameContainer  UserDefinedAttributes;
 };
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/xml/XExportFilter.idl b/main/offapi/com/sun/star/xml/XExportFilter.idl
index 21d3299..0afc8ce 100644
--- a/main/offapi/com/sun/star/xml/XExportFilter.idl
+++ b/main/offapi/com/sun/star/xml/XExportFilter.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -35,38 +35,38 @@
 
 //=============================================================================
 
-module com { module sun { module star { module xml { 
+module com { module sun { module star { module xml {
 
 
-//=============================================================================  
+//=============================================================================
 
 /** interface to implement for an XML-based import filter. i
 
     @since OpenOffice 1.1.2
  */
-published interface XExportFilter: com::sun::star::uno::XInterface				
-{	  
-	/** performs the import. 
-	 
-	 	<p>The source data (location indicated by <var>aSourceData</var>), and 
-		the XML representation of the document must be generated by calls to 
-		xocHandler (???) methods. 
-      
-      @param aSourceData 
+published interface XExportFilter: com::sun::star::uno::XInterface
+{
+	/** performs the import.
+
+	 	<p>The source data (location indicated by <var>aSourceData</var>), and
+		the XML representation of the document must be generated by calls to
+		xocHandler (???) methods.
+
+      @param aSourceData
           <type scope="com::sun::star::document">MediaDescriptor</type>
           which defines the data source
 
       @param msUserData
-          Sequence of strings which contains the userdata defined in the 
+          Sequence of strings which contains the userdata defined in the
           TypeDetection.xml (???)
 
       @returns
           <TRUE/> if import process is successful
      */
-	boolean exporter( 
+	boolean exporter(
 			 [in] sequence< com::sun::star::beans::PropertyValue > aSourceData,
 			 [in] sequence< string > msUserData )
-		raises( com::sun::star::lang::IllegalArgumentException ); 
+		raises( com::sun::star::lang::IllegalArgumentException );
 };
 
 }; }; }; };
diff --git a/main/offapi/com/sun/star/xml/XImportFilter.idl b/main/offapi/com/sun/star/xml/XImportFilter.idl
index 93367ef..9ecb7bf 100644
--- a/main/offapi/com/sun/star/xml/XImportFilter.idl
+++ b/main/offapi/com/sun/star/xml/XImportFilter.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -35,42 +35,42 @@
 
 //=============================================================================
 
-module com { module sun { module star { module xml { 
+module com { module sun { module star { module xml {
 
 
-//=============================================================================  
+//=============================================================================
 
-/** interface to implement for an XML-based import filter. 
+/** interface to implement for an XML-based import filter.
 
     @since OpenOffice 1.1.2
  */
-published interface XImportFilter: com::sun::star::uno::XInterface				
-{	  
-     /** performs the import. 
-	 
-	 	<p>The source data (location indicated by <var>aSourceData</var>), 
-			and the XML representation of the document must be generated by calls 
-			to xocHandler (???) methods. 
-      
-      @param aSourceData 
+published interface XImportFilter: com::sun::star::uno::XInterface
+{
+     /** performs the import.
+
+	 	<p>The source data (location indicated by <var>aSourceData</var>),
+			and the XML representation of the document must be generated by calls
+			to xocHandler (???) methods.
+
+      @param aSourceData
           <type scope="com::sun::star::document">MediaDescriptor</type>
           which defines the data source
 
       @param msUserData
-          Sequence of strings which contains the userdata defined in the 
+          Sequence of strings which contains the userdata defined in the
           TypeDetection.xml
 
-      @param xDocHandler 
+      @param xDocHandler
           target for the XML document representation
 
       @returns
           <TRUE/> if import process is successful
      */
-	boolean importer( 
+	boolean importer(
 			 [in] sequence< com::sun::star::beans::PropertyValue > aSourceData,
 			 [in] com::sun::star::xml::sax::XDocumentHandler xDocHandler,
 			 [in] sequence< string > msUserData )
-		raises( com::sun::star::lang::IllegalArgumentException ); 
+		raises( com::sun::star::lang::IllegalArgumentException );
 };
 
 }; }; }; };
diff --git a/main/offapi/com/sun/star/xml/XMLExportFilter.idl b/main/offapi/com/sun/star/xml/XMLExportFilter.idl
index 5bd54e6..d9331c9 100644
--- a/main/offapi/com/sun/star/xml/XMLExportFilter.idl
+++ b/main/offapi/com/sun/star/xml/XMLExportFilter.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -31,26 +31,26 @@
 
 //=============================================================================
 
-module com { module sun { module star { module xml { 
+module com { module sun { module star { module xml {
 
 //=============================================================================
-/** describes an export filter for XML-based file formats.  
+/** describes an export filter for XML-based file formats.
 
-	<p>It is an extension of <type scope="com::sun::star::document">ExportFilter</type> 
-	and differs from it only in that an 
+	<p>It is an extension of <type scope="com::sun::star::document">ExportFilter</type>
+	and differs from it only in that an
 	<type scope="com::sun::star::xml::sax">XDocumentHandler</type> needs to
     be passed through the XInitialization interface. This
     XDocumentHandler will then be used to export the XML data stream.  */
 published service XMLExportFilter
 {
     /** An com.sun.star.xml.sax.XDocumentHandler needs to be passed to
-       the <method scope="com::sun::star::lang">XInitialization::initialize</method> call. 
+       the <method scope="com::sun::star::lang">XInitialization::initialize</method> call.
 	*/
     service com::sun::star::document::ExportFilter;
 };
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/xml/XMLImportFilter.idl b/main/offapi/com/sun/star/xml/XMLImportFilter.idl
index 78600bf..9fdae16 100644
--- a/main/offapi/com/sun/star/xml/XMLImportFilter.idl
+++ b/main/offapi/com/sun/star/xml/XMLImportFilter.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -35,13 +35,13 @@
 
 //=============================================================================
 
-module com { module sun { module star { module xml { 
+module com { module sun { module star { module xml {
 
 //=============================================================================
-/** describes an import filter for XML-based file formats.  
+/** describes an import filter for XML-based file formats.
 
-	<p>It is an extension of <type scope="com::sun::star::document">ImportFilter</type> 
-	and differs from it in that this filter additionally supports the 
+	<p>It is an extension of <type scope="com::sun::star::document">ImportFilter</type>
+	and differs from it in that this filter additionally supports the
 	<type scope="com::sun::star::xml::sax">XDocumentHandler</type> interface.
 */
 published service XMLImportFilter
@@ -55,6 +55,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/xml/crypto/CipherID.idl b/main/offapi/com/sun/star/xml/crypto/CipherID.idl
index 42de6d4..4ebc663 100644
--- a/main/offapi/com/sun/star/xml/crypto/CipherID.idl
+++ b/main/offapi/com/sun/star/xml/crypto/CipherID.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/xml/crypto/DigestID.idl b/main/offapi/com/sun/star/xml/crypto/DigestID.idl
index dc609c2..3e2edc0 100644
--- a/main/offapi/com/sun/star/xml/crypto/DigestID.idl
+++ b/main/offapi/com/sun/star/xml/crypto/DigestID.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/xml/crypto/SEInitializer.idl b/main/offapi/com/sun/star/xml/crypto/SEInitializer.idl
index 00e2f6b..7ba308b 100644
--- a/main/offapi/com/sun/star/xml/crypto/SEInitializer.idl
+++ b/main/offapi/com/sun/star/xml/crypto/SEInitializer.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/xml/crypto/SecurityEnvironment.idl b/main/offapi/com/sun/star/xml/crypto/SecurityEnvironment.idl
index 3105faf..5a1278f 100644
--- a/main/offapi/com/sun/star/xml/crypto/SecurityEnvironment.idl
+++ b/main/offapi/com/sun/star/xml/crypto/SecurityEnvironment.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 //i20156 - new file for xmlsecurity module
 
 /** -- idl definition -- **/
diff --git a/main/offapi/com/sun/star/xml/crypto/SecurityOperationStatus.idl b/main/offapi/com/sun/star/xml/crypto/SecurityOperationStatus.idl
index a7e841a..1e562cd 100644
--- a/main/offapi/com/sun/star/xml/crypto/SecurityOperationStatus.idl
+++ b/main/offapi/com/sun/star/xml/crypto/SecurityOperationStatus.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 //i20156 - new file for xmlsecurity module
 
 /** -- idl definition -- **/
@@ -88,7 +88,7 @@
  * XMLSEC_ERRORS_R_DSIG_NO_REFERENCES
  * XMLSEC_ERRORS_R_DSIG_INVALID_REFERENCE
  * XMLSEC_ERRORS_R_ASSERTION
- * XMLSEC_ERRORS_MAX_NUMBER	
+ * XMLSEC_ERRORS_MAX_NUMBER
  */
 	ENGINE_FAILED,
 	MALLOC_FAILED,
diff --git a/main/offapi/com/sun/star/xml/crypto/XCipherContext.idl b/main/offapi/com/sun/star/xml/crypto/XCipherContext.idl
index 628f35c..57e0aab 100644
--- a/main/offapi/com/sun/star/xml/crypto/XCipherContext.idl
+++ b/main/offapi/com/sun/star/xml/crypto/XCipherContext.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/xml/crypto/XCipherContextSupplier.idl b/main/offapi/com/sun/star/xml/crypto/XCipherContextSupplier.idl
index 64be124..3bd1664 100644
--- a/main/offapi/com/sun/star/xml/crypto/XCipherContextSupplier.idl
+++ b/main/offapi/com/sun/star/xml/crypto/XCipherContextSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -57,7 +57,7 @@
         @param nCipherID
             the internal ID specifying the algorithm,
             should take value from <type>CipherID</type>
-        
+
         @param aKey
             the key that should be used for the encryption
 
diff --git a/main/offapi/com/sun/star/xml/crypto/XDigestContext.idl b/main/offapi/com/sun/star/xml/crypto/XDigestContext.idl
index a227f52..68584ae 100644
--- a/main/offapi/com/sun/star/xml/crypto/XDigestContext.idl
+++ b/main/offapi/com/sun/star/xml/crypto/XDigestContext.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/xml/crypto/XDigestContextSupplier.idl b/main/offapi/com/sun/star/xml/crypto/XDigestContextSupplier.idl
index 831276e..9672681 100644
--- a/main/offapi/com/sun/star/xml/crypto/XDigestContextSupplier.idl
+++ b/main/offapi/com/sun/star/xml/crypto/XDigestContextSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -57,7 +57,7 @@
         @param nDigestID
             the internal ID specifying the algorithm,
             should take value from <type>DigestID</type>
-        
+
         @param aParams
             optional parameters that could be used to initialize the digest,
             for example, it could contain a key and etc.
diff --git a/main/offapi/com/sun/star/xml/crypto/XMLEncryption.idl b/main/offapi/com/sun/star/xml/crypto/XMLEncryption.idl
index dd430f6..073281f 100644
--- a/main/offapi/com/sun/star/xml/crypto/XMLEncryption.idl
+++ b/main/offapi/com/sun/star/xml/crypto/XMLEncryption.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 //i20156 - new file for xmlsecurity module
 
 /** -- idl definition -- **/
diff --git a/main/offapi/com/sun/star/xml/crypto/XMLEncryptionException.idl b/main/offapi/com/sun/star/xml/crypto/XMLEncryptionException.idl
index cc31698..e1aa06c 100644
--- a/main/offapi/com/sun/star/xml/crypto/XMLEncryptionException.idl
+++ b/main/offapi/com/sun/star/xml/crypto/XMLEncryptionException.idl
@@ -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,44 +7,44 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 //i20156 - new file for xmlsecurity module
 
 /** -- idl definition -- **/
 
 #ifndef __com_sun_star_xml_crypto_XMLEncryptionException_idl__
-#define __com_sun_star_xml_crypto_XMLEncryptionException_idl__ 
- 
+#define __com_sun_star_xml_crypto_XMLEncryptionException_idl__
+
 #ifndef __com_sun_star_security_EncryptionException_idl__
-#include <com/sun/star/security/EncryptionException.idl> 
+#include <com/sun/star/security/EncryptionException.idl>
 #endif
 
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module xml { module crypto {
 
-//============================================================================= 
- 
+//=============================================================================
+
 exception XMLEncryptionException : com::sun::star::security::EncryptionException
 {
 };
 
-//============================================================================= 
- 
+//=============================================================================
+
 }; }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/xml/crypto/XMLEncryptionTemplate.idl b/main/offapi/com/sun/star/xml/crypto/XMLEncryptionTemplate.idl
index 2bb55be..4e0c01d 100644
--- a/main/offapi/com/sun/star/xml/crypto/XMLEncryptionTemplate.idl
+++ b/main/offapi/com/sun/star/xml/crypto/XMLEncryptionTemplate.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 //i20156 - new file for xmlsecurity module
 
 /** -- idl definition -- **/
diff --git a/main/offapi/com/sun/star/xml/crypto/XMLSecurityContext.idl b/main/offapi/com/sun/star/xml/crypto/XMLSecurityContext.idl
index c9b1fea..b9e7552 100644
--- a/main/offapi/com/sun/star/xml/crypto/XMLSecurityContext.idl
+++ b/main/offapi/com/sun/star/xml/crypto/XMLSecurityContext.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 //i20156 - new file for xmlsecurity module
 
 /** -- idl definition -- **/
diff --git a/main/offapi/com/sun/star/xml/crypto/XMLSignature.idl b/main/offapi/com/sun/star/xml/crypto/XMLSignature.idl
index dbcc43c..8967a1d 100644
--- a/main/offapi/com/sun/star/xml/crypto/XMLSignature.idl
+++ b/main/offapi/com/sun/star/xml/crypto/XMLSignature.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 //i20156 - new file for xmlsecurity module
 
 /** -- idl definition -- **/
diff --git a/main/offapi/com/sun/star/xml/crypto/XMLSignatureException.idl b/main/offapi/com/sun/star/xml/crypto/XMLSignatureException.idl
index 682ae97..6895501 100644
--- a/main/offapi/com/sun/star/xml/crypto/XMLSignatureException.idl
+++ b/main/offapi/com/sun/star/xml/crypto/XMLSignatureException.idl
@@ -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,44 +7,44 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 //i20156 - new file for xmlsecurity module
 
 /** -- idl definition -- **/
 
 #ifndef __com_sun_star_xml_crypto_XMLSignatureException_idl__
-#define __com_sun_star_xml_crypto_XMLSignatureException_idl__ 
- 
+#define __com_sun_star_xml_crypto_XMLSignatureException_idl__
+
 #ifndef __com_sun_star_security_SignatureException_idl__
-#include <com/sun/star/security/SignatureException.idl> 
+#include <com/sun/star/security/SignatureException.idl>
 #endif
 
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module xml { module crypto {
 
-//============================================================================= 
- 
+//=============================================================================
+
 exception XMLSignatureException : com::sun::star::security::SignatureException
 {
 };
 
-//============================================================================= 
- 
+//=============================================================================
+
 }; }; }; }; };
 
 #endif
diff --git a/main/offapi/com/sun/star/xml/crypto/XMLSignatureTemplate.idl b/main/offapi/com/sun/star/xml/crypto/XMLSignatureTemplate.idl
index 72de11e..2e20270 100644
--- a/main/offapi/com/sun/star/xml/crypto/XMLSignatureTemplate.idl
+++ b/main/offapi/com/sun/star/xml/crypto/XMLSignatureTemplate.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 //i20156 - new file for xmlsecurity module
 
 /** -- idl definition -- **/
diff --git a/main/offapi/com/sun/star/xml/crypto/XSEInitializer.idl b/main/offapi/com/sun/star/xml/crypto/XSEInitializer.idl
index b16bfc8..6b3c9d1 100644
--- a/main/offapi/com/sun/star/xml/crypto/XSEInitializer.idl
+++ b/main/offapi/com/sun/star/xml/crypto/XSEInitializer.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -38,10 +38,10 @@
 {
     /**
        Creates a security context.
-     
+
        @param aString
             reserved for internal use.
-     
+
        @return            the security context created
      */
     ::com::sun::star::xml::crypto::XXMLSecurityContext createSecurityContext( [in] string aString );
diff --git a/main/offapi/com/sun/star/xml/crypto/XSecurityEnvironment.idl b/main/offapi/com/sun/star/xml/crypto/XSecurityEnvironment.idl
index f66b95d..b55ec4a 100644
--- a/main/offapi/com/sun/star/xml/crypto/XSecurityEnvironment.idl
+++ b/main/offapi/com/sun/star/xml/crypto/XSecurityEnvironment.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/xml/crypto/XUriBinding.idl b/main/offapi/com/sun/star/xml/crypto/XUriBinding.idl
index 5d65995..0ca26d9 100644
--- a/main/offapi/com/sun/star/xml/crypto/XUriBinding.idl
+++ b/main/offapi/com/sun/star/xml/crypto/XUriBinding.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 //i20156 - new file for xmlsecurity module
 
 /** -- idl definition -- **/
@@ -50,7 +50,7 @@
 	 */
 	void setUriBinding([in] string uri, [in] com::sun::star::io::XInputStream aInputStream)
 		raises( com::sun::star::uno::Exception );
-		
+
 	/**
 	 * Gets the XInputStream interface for a uri.
 	 *
diff --git a/main/offapi/com/sun/star/xml/crypto/XXMLEncryption.idl b/main/offapi/com/sun/star/xml/crypto/XXMLEncryption.idl
index 77acb56..85b5830 100644
--- a/main/offapi/com/sun/star/xml/crypto/XXMLEncryption.idl
+++ b/main/offapi/com/sun/star/xml/crypto/XXMLEncryption.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 //i20156 - new file for xmlsecurity module
 
 /** -- idl definition -- **/
diff --git a/main/offapi/com/sun/star/xml/crypto/XXMLEncryptionTemplate.idl b/main/offapi/com/sun/star/xml/crypto/XXMLEncryptionTemplate.idl
index c2cc29c..5146ccc 100644
--- a/main/offapi/com/sun/star/xml/crypto/XXMLEncryptionTemplate.idl
+++ b/main/offapi/com/sun/star/xml/crypto/XXMLEncryptionTemplate.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 //i20156 - new file for xmlsecurity module
 
 /** -- idl definition -- **/
@@ -39,7 +39,7 @@
 /**
  * Interface of XML encryption template
  *
- * <p>This interface represents a encryption template, which is the same as the 
+ * <p>This interface represents a encryption template, which is the same as the
  * desired xml encryption element[ EncryptedType ] but some of the nodes may be
  * empty. The empty entities include CipherValue, which is a subset of
  * EncryptedData or EncryptedKey. Empty entities are not allowed in a encryption
@@ -53,7 +53,7 @@
  * encryption template.</p>
  *
  * <p>With the help of encryption context, the encrypter or decrypter specifies
- * the key from the KeyInfo in the encryption template.</p>   
+ * the key from the KeyInfo in the encryption template.</p>
  *
  *
  * <p>It isn't a good method to set the EncryptedKey here. In general, there is
diff --git a/main/offapi/com/sun/star/xml/crypto/XXMLSecurityContext.idl b/main/offapi/com/sun/star/xml/crypto/XXMLSecurityContext.idl
index 4c60373..0c3dfe3 100644
--- a/main/offapi/com/sun/star/xml/crypto/XXMLSecurityContext.idl
+++ b/main/offapi/com/sun/star/xml/crypto/XXMLSecurityContext.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/xml/crypto/XXMLSecurityTemplate.idl b/main/offapi/com/sun/star/xml/crypto/XXMLSecurityTemplate.idl
index c676a75..4b920d5 100644
--- a/main/offapi/com/sun/star/xml/crypto/XXMLSecurityTemplate.idl
+++ b/main/offapi/com/sun/star/xml/crypto/XXMLSecurityTemplate.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 //i20156 - new file for xmlsecurity module
 
 /** -- idl definition -- **/
diff --git a/main/offapi/com/sun/star/xml/crypto/XXMLSignature.idl b/main/offapi/com/sun/star/xml/crypto/XXMLSignature.idl
index 8063e68..e11666f 100644
--- a/main/offapi/com/sun/star/xml/crypto/XXMLSignature.idl
+++ b/main/offapi/com/sun/star/xml/crypto/XXMLSignature.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 //i20156 - new file for xmlsecurity module
 
 /** -- idl definition -- **/
@@ -70,7 +70,7 @@
 		[in] com::sun::star::xml::crypto::XXMLSecurityContext aContext
 	) raises( com::sun::star::xml::crypto::XMLSignatureException ,
 		com::sun::star::uno::SecurityException ) ;
-		
+
 	/**
 	 * get the time used by the engine, JSR105,
 	 * this method is used for evaluation.
@@ -78,7 +78,7 @@
 	 /*
 	hyper getEngineTime([in] long id);
 	*/
-}; 
+};
 
 } ; } ; } ; } ; } ;
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/xml/crypto/XXMLSignatureTemplate.idl b/main/offapi/com/sun/star/xml/crypto/XXMLSignatureTemplate.idl
index 879cc16..7bbdaea 100644
--- a/main/offapi/com/sun/star/xml/crypto/XXMLSignatureTemplate.idl
+++ b/main/offapi/com/sun/star/xml/crypto/XXMLSignatureTemplate.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 //i20156 - new file for xmlsecurity module
 
 /** -- idl definition -- **/
@@ -40,7 +40,7 @@
 /**
  * Interface of XML signature template
  *
- * <p>This interface represents a signature template, which is the same as the 
+ * <p>This interface represents a signature template, which is the same as the
  * desired xml signature element but some of the nodes may be empty. The empty
  * entities include digest value and signature value. Empty entities are not
  * allowed in a signature template when performing validation.</p>
@@ -49,7 +49,7 @@
  * contents to be signed from the template by dereference the URI.</p>
  *
  * <p>With the help of signature context, the signer or verifier specifies the
- * key from the KeyInfo in the signature template.</p>   
+ * key from the KeyInfo in the signature template.</p>
  *
  * Owner: Andrew Fan
  */
@@ -60,7 +60,7 @@
 	 */
 	sequence< com::sun::star::xml::wrapper::XXMLElementWrapper > getTargets(
 	) ;
-	
+
 	/**
 	 * Set the dynamic URI binding
 	 */
diff --git a/main/offapi/com/sun/star/xml/crypto/sax/ConstOfSecurityId.idl b/main/offapi/com/sun/star/xml/crypto/sax/ConstOfSecurityId.idl
index 73587ec..a82cb50 100644
--- a/main/offapi/com/sun/star/xml/crypto/sax/ConstOfSecurityId.idl
+++ b/main/offapi/com/sun/star/xml/crypto/sax/ConstOfSecurityId.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/xml/crypto/sax/Decryptor.idl b/main/offapi/com/sun/star/xml/crypto/sax/Decryptor.idl
index f3f2112..066d017 100644
--- a/main/offapi/com/sun/star/xml/crypto/sax/Decryptor.idl
+++ b/main/offapi/com/sun/star/xml/crypto/sax/Decryptor.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 //i20156 - new file for xmlsecurity module
 
 /** -- idl definition -- **/
@@ -48,7 +48,7 @@
 service Decryptor {
 	interface XReferenceResolvedListener ;
 	interface XBlockerMonitor ;
-	interface XDecryptionResultBroadcaster ;	
+	interface XDecryptionResultBroadcaster ;
 	interface XKeyCollector ;
 	interface XMissionTaker ;
 	interface com::sun::star::lang::XInitialization ;
diff --git a/main/offapi/com/sun/star/xml/crypto/sax/ElementMarkPriority.idl b/main/offapi/com/sun/star/xml/crypto/sax/ElementMarkPriority.idl
index 271529f..f068c5d 100644
--- a/main/offapi/com/sun/star/xml/crypto/sax/ElementMarkPriority.idl
+++ b/main/offapi/com/sun/star/xml/crypto/sax/ElementMarkPriority.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/xml/crypto/sax/ElementMarkType.idl b/main/offapi/com/sun/star/xml/crypto/sax/ElementMarkType.idl
index 088cba1..35a1078 100644
--- a/main/offapi/com/sun/star/xml/crypto/sax/ElementMarkType.idl
+++ b/main/offapi/com/sun/star/xml/crypto/sax/ElementMarkType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/xml/crypto/sax/ElementStackItem.idl b/main/offapi/com/sun/star/xml/crypto/sax/ElementStackItem.idl
index 44cd489..5622e9e 100644
--- a/main/offapi/com/sun/star/xml/crypto/sax/ElementStackItem.idl
+++ b/main/offapi/com/sun/star/xml/crypto/sax/ElementStackItem.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -41,12 +41,12 @@
 	 * whether it is a startElement event
 	 */
 	boolean isStartElementEvent;
-	
+
 	/**
 	 * the name of the element
 	 */
 	string elementName;
-	
+
 	/**
 	 * attribute list for a startElement event
 	 */
diff --git a/main/offapi/com/sun/star/xml/crypto/sax/Encryptor.idl b/main/offapi/com/sun/star/xml/crypto/sax/Encryptor.idl
index b43d591..9781001 100644
--- a/main/offapi/com/sun/star/xml/crypto/sax/Encryptor.idl
+++ b/main/offapi/com/sun/star/xml/crypto/sax/Encryptor.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 //i20156 - new file for xmlsecurity module
 
 /** -- idl definition -- **/
@@ -50,7 +50,7 @@
 	interface XReferenceResolvedListener ;
 	interface XReferenceCollector ;
 	interface XBlockerMonitor ;
-	interface XEncryptionResultBroadcaster ;	
+	interface XEncryptionResultBroadcaster ;
 	interface XKeyCollector ;
 	interface XMissionTaker ;
 	interface com::sun::star::lang::XInitialization ;
diff --git a/main/offapi/com/sun/star/xml/crypto/sax/SAXEventKeeper.idl b/main/offapi/com/sun/star/xml/crypto/sax/SAXEventKeeper.idl
index ec3b36c..1134802 100644
--- a/main/offapi/com/sun/star/xml/crypto/sax/SAXEventKeeper.idl
+++ b/main/offapi/com/sun/star/xml/crypto/sax/SAXEventKeeper.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 //i20156 - new file for xmlsecurity module
 
 /** -- idl definition -- **/
diff --git a/main/offapi/com/sun/star/xml/crypto/sax/SignatureCreator.idl b/main/offapi/com/sun/star/xml/crypto/sax/SignatureCreator.idl
index 592eee7..7578079 100644
--- a/main/offapi/com/sun/star/xml/crypto/sax/SignatureCreator.idl
+++ b/main/offapi/com/sun/star/xml/crypto/sax/SignatureCreator.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/xml/crypto/sax/SignatureVerifier.idl b/main/offapi/com/sun/star/xml/crypto/sax/SignatureVerifier.idl
index b21f0f1..17695b6 100644
--- a/main/offapi/com/sun/star/xml/crypto/sax/SignatureVerifier.idl
+++ b/main/offapi/com/sun/star/xml/crypto/sax/SignatureVerifier.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 //i20156 - new file for xmlsecurity module
 
 /** -- idl definition -- **/
diff --git a/main/offapi/com/sun/star/xml/crypto/sax/XBlockerMonitor.idl b/main/offapi/com/sun/star/xml/crypto/sax/XBlockerMonitor.idl
index 7512373..503b01f 100644
--- a/main/offapi/com/sun/star/xml/crypto/sax/XBlockerMonitor.idl
+++ b/main/offapi/com/sun/star/xml/crypto/sax/XBlockerMonitor.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 //i20156 - new file for xmlsecurity module
 
 /** -- idl definition -- **/
diff --git a/main/offapi/com/sun/star/xml/crypto/sax/XDecryptionResultBroadcaster.idl b/main/offapi/com/sun/star/xml/crypto/sax/XDecryptionResultBroadcaster.idl
index 80d57ea..a8c2f2f 100644
--- a/main/offapi/com/sun/star/xml/crypto/sax/XDecryptionResultBroadcaster.idl
+++ b/main/offapi/com/sun/star/xml/crypto/sax/XDecryptionResultBroadcaster.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 //i20156 - new file for xmlsecurity module
 
 /** -- idl definition -- **/
diff --git a/main/offapi/com/sun/star/xml/crypto/sax/XDecryptionResultListener.idl b/main/offapi/com/sun/star/xml/crypto/sax/XDecryptionResultListener.idl
index 48cab91..f98c033 100644
--- a/main/offapi/com/sun/star/xml/crypto/sax/XDecryptionResultListener.idl
+++ b/main/offapi/com/sun/star/xml/crypto/sax/XDecryptionResultListener.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 //i20156 - new file for xmlsecurity module
 
 /** -- idl definition -- **/
diff --git a/main/offapi/com/sun/star/xml/crypto/sax/XElementStackKeeper.idl b/main/offapi/com/sun/star/xml/crypto/sax/XElementStackKeeper.idl
index 2af11ac..14ff7cd 100644
--- a/main/offapi/com/sun/star/xml/crypto/sax/XElementStackKeeper.idl
+++ b/main/offapi/com/sun/star/xml/crypto/sax/XElementStackKeeper.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 //i20156 - new file for xmlsecurity module
 
 /** -- idl definition -- **/
@@ -46,12 +46,12 @@
 	 * Starts to buffer key SAX events.
 	 */
 	void start();
-	
+
 	/**
 	 * Stops buffering key SAX events.
 	 */
 	void stop();
-	
+
 	/**
 	 * Transfers the bufferred key SAX events to a document handler.
 	 * <p>
diff --git a/main/offapi/com/sun/star/xml/crypto/sax/XEncryptionResultBroadcaster.idl b/main/offapi/com/sun/star/xml/crypto/sax/XEncryptionResultBroadcaster.idl
index d6ea6f3..3c3fe10 100644
--- a/main/offapi/com/sun/star/xml/crypto/sax/XEncryptionResultBroadcaster.idl
+++ b/main/offapi/com/sun/star/xml/crypto/sax/XEncryptionResultBroadcaster.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 //i20156 - new file for xmlsecurity module
 
 /** -- idl definition -- **/
diff --git a/main/offapi/com/sun/star/xml/crypto/sax/XEncryptionResultListener.idl b/main/offapi/com/sun/star/xml/crypto/sax/XEncryptionResultListener.idl
index 446b9a1..6f2f0d1 100644
--- a/main/offapi/com/sun/star/xml/crypto/sax/XEncryptionResultListener.idl
+++ b/main/offapi/com/sun/star/xml/crypto/sax/XEncryptionResultListener.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 //i20156 - new file for xmlsecurity module
 
 /** -- idl definition -- **/
diff --git a/main/offapi/com/sun/star/xml/crypto/sax/XKeyCollector.idl b/main/offapi/com/sun/star/xml/crypto/sax/XKeyCollector.idl
index 80712d1..1de390a 100644
--- a/main/offapi/com/sun/star/xml/crypto/sax/XKeyCollector.idl
+++ b/main/offapi/com/sun/star/xml/crypto/sax/XKeyCollector.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 //i20156 - new file for xmlsecurity module
 
 /** -- idl definition -- **/
@@ -42,7 +42,7 @@
 {
 	/**
 	 * Set the keeper id of the key element.
-	 * 
+	 *
 	 * @param id   the keeper id of the key element. If the id is 0, then it represents
 	 *             that this security entity has included its key material internally.
 	 */
diff --git a/main/offapi/com/sun/star/xml/crypto/sax/XMissionTaker.idl b/main/offapi/com/sun/star/xml/crypto/sax/XMissionTaker.idl
index f652112..e66a24a 100644
--- a/main/offapi/com/sun/star/xml/crypto/sax/XMissionTaker.idl
+++ b/main/offapi/com/sun/star/xml/crypto/sax/XMissionTaker.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/xml/crypto/sax/XReferenceCollector.idl b/main/offapi/com/sun/star/xml/crypto/sax/XReferenceCollector.idl
index 9d3e7e4..eb45fc5 100644
--- a/main/offapi/com/sun/star/xml/crypto/sax/XReferenceCollector.idl
+++ b/main/offapi/com/sun/star/xml/crypto/sax/XReferenceCollector.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 //i20156 - new file for xmlsecurity module
 
 /** -- idl definition -- **/
@@ -47,7 +47,7 @@
 	 */
 	void setReferenceCount([in] long count)
 		raises( com::sun::star::uno::Exception );
-	
+
 	/**
 	 * Set the keeper id of the element colllector of the
 	 * referenced element.
diff --git a/main/offapi/com/sun/star/xml/crypto/sax/XReferenceResolvedBroadcaster.idl b/main/offapi/com/sun/star/xml/crypto/sax/XReferenceResolvedBroadcaster.idl
index f269357..8ad8690 100644
--- a/main/offapi/com/sun/star/xml/crypto/sax/XReferenceResolvedBroadcaster.idl
+++ b/main/offapi/com/sun/star/xml/crypto/sax/XReferenceResolvedBroadcaster.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 //i20156 - new file for xmlsecurity module
 
 /** -- idl definition -- **/
@@ -55,7 +55,7 @@
 	void addReferenceResolvedListener(
 		[in] long referenceId,
 		[in] XReferenceResolvedListener listener);
-		
+
 	/**
 	 * Removes a listener from a element collector.
 	 * <p>
@@ -67,7 +67,7 @@
 	 * @param listener      the listener to be removed
 	 */
 	void removeReferenceResolvedListener(
-		[in] long referenceId, 
+		[in] long referenceId,
 		[in] XReferenceResolvedListener listener);
 };
 
diff --git a/main/offapi/com/sun/star/xml/crypto/sax/XReferenceResolvedListener.idl b/main/offapi/com/sun/star/xml/crypto/sax/XReferenceResolvedListener.idl
index 4e4e67a..a91f3d7 100644
--- a/main/offapi/com/sun/star/xml/crypto/sax/XReferenceResolvedListener.idl
+++ b/main/offapi/com/sun/star/xml/crypto/sax/XReferenceResolvedListener.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 //i20156 - new file for xmlsecurity module
 
 /** -- idl definition -- **/
diff --git a/main/offapi/com/sun/star/xml/crypto/sax/XSAXEventKeeper.idl b/main/offapi/com/sun/star/xml/crypto/sax/XSAXEventKeeper.idl
index f2b17ca..d9e9615 100644
--- a/main/offapi/com/sun/star/xml/crypto/sax/XSAXEventKeeper.idl
+++ b/main/offapi/com/sun/star/xml/crypto/sax/XSAXEventKeeper.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 //i20156 - new file for xmlsecurity module
 
 /** -- idl definition -- **/
@@ -55,14 +55,14 @@
 	 * @return   the keeper id of the new element collector
 	 */
 	long addElementCollector();
-	
+
 	/**
 	 * Removes an element collector.
 	 *
 	 * @param id   the keeper id of the element collector to be removed
 	 */
 	void removeElementCollector([in] long id);
-	
+
 	/**
 	 * Adds a new blocker on the next element in the SAX event stream.
 	 * <p>
@@ -92,9 +92,9 @@
 	 *
 	 * @param id   the keeper id of the element mark, it can be a element
 	 *             collector or a blocker
-	 */ 
+	 */
 	com::sun::star::xml::wrapper::XXMLElementWrapper getElement([in] long id);
-	
+
 	/**
 	 * Sets the element of an element mark.
 	 * <p>
@@ -103,11 +103,11 @@
 	 *
 	 * @param id         the keeper id of the element mark to be set
 	 * @param aElement   the new element for this element mark.
-	 */ 
+	 */
 	void setElement(
-		[in] long id, 
+		[in] long id,
 		[in] com::sun::star::xml::wrapper::XXMLElementWrapper aElement);
-	
+
 	/**
 	 * Sets the next document handler in the SAX chain.
 	 * <p>
@@ -118,14 +118,14 @@
 	 */
 	com::sun::star::xml::sax::XDocumentHandler setNextHandler(
 		[in] com::sun::star::xml::sax::XDocumentHandler nextHandler);
-		
+
 	/**
 	 * Prints information about all bufferred elements.
 	 *
 	 * @return   a tree-style string including all buffer information
 	 */
 	string printBufferNodeTree();
-	
+
 	/**
 	 * Gets the element which current blocking happens.
 	 * <p>
diff --git a/main/offapi/com/sun/star/xml/crypto/sax/XSAXEventKeeperStatusChangeBroadcaster.idl b/main/offapi/com/sun/star/xml/crypto/sax/XSAXEventKeeperStatusChangeBroadcaster.idl
index 40e4a8d..d986388 100644
--- a/main/offapi/com/sun/star/xml/crypto/sax/XSAXEventKeeperStatusChangeBroadcaster.idl
+++ b/main/offapi/com/sun/star/xml/crypto/sax/XSAXEventKeeperStatusChangeBroadcaster.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 //i20156 - new file for xmlsecurity module
 
 /** -- idl definition -- **/
@@ -45,7 +45,7 @@
 	/**
 	 * Adds a new status change listener.
 	 * <p>
-	 * When the SAXEventKeeper's status changes, the listener will receive a 
+	 * When the SAXEventKeeper's status changes, the listener will receive a
 	 * notification.
 	 *
 	 * @param listener         the listener to be added
diff --git a/main/offapi/com/sun/star/xml/crypto/sax/XSAXEventKeeperStatusChangeListener.idl b/main/offapi/com/sun/star/xml/crypto/sax/XSAXEventKeeperStatusChangeListener.idl
index d6e741f..e383e1f 100644
--- a/main/offapi/com/sun/star/xml/crypto/sax/XSAXEventKeeperStatusChangeListener.idl
+++ b/main/offapi/com/sun/star/xml/crypto/sax/XSAXEventKeeperStatusChangeListener.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 //i20156 - new file for xmlsecurity module
 
 /** -- idl definition -- **/
diff --git a/main/offapi/com/sun/star/xml/crypto/sax/XSecurityController.idl b/main/offapi/com/sun/star/xml/crypto/sax/XSecurityController.idl
index 5bd07f7..cebdd69 100644
--- a/main/offapi/com/sun/star/xml/crypto/sax/XSecurityController.idl
+++ b/main/offapi/com/sun/star/xml/crypto/sax/XSecurityController.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 //i20156 - new file for xmlsecurity module
 
 /** -- idl definition -- **/
diff --git a/main/offapi/com/sun/star/xml/crypto/sax/XSecuritySAXEventKeeper.idl b/main/offapi/com/sun/star/xml/crypto/sax/XSecuritySAXEventKeeper.idl
index a48b189..9777012 100644
--- a/main/offapi/com/sun/star/xml/crypto/sax/XSecuritySAXEventKeeper.idl
+++ b/main/offapi/com/sun/star/xml/crypto/sax/XSecuritySAXEventKeeper.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 //i20156 - new file for xmlsecurity module
 
 /** -- idl definition -- **/
@@ -52,7 +52,7 @@
 	 * @param priority                       the priority of the element collector. See
 	 *                                       ConstOfPriority
 	 * @param modifyElement                  a flag representing whether the element
-	 *                                       collector will modify the content of its 
+	 *                                       collector will modify the content of its
 	 *                                       element after notification
 	 * @return                               the keeper id of the new element collector
 	 */
@@ -72,7 +72,7 @@
 	long cloneElementCollector(
 		[in] long referenceId,
 		[in] ElementMarkPriority priority);
-	
+
 	/**
 	 * Sets security id for an element mark.
 	 *
diff --git a/main/offapi/com/sun/star/xml/crypto/sax/XSignatureCreationResultBroadcaster.idl b/main/offapi/com/sun/star/xml/crypto/sax/XSignatureCreationResultBroadcaster.idl
index 46ff4db..91044b8 100644
--- a/main/offapi/com/sun/star/xml/crypto/sax/XSignatureCreationResultBroadcaster.idl
+++ b/main/offapi/com/sun/star/xml/crypto/sax/XSignatureCreationResultBroadcaster.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 //i20156 - new file for xmlsecurity module
 
 /** -- idl definition -- **/
@@ -53,7 +53,7 @@
 	void addSignatureCreationResultListener(
 		[in] XSignatureCreationResultListener listener)
 		raises( com::sun::star::uno::Exception );
-		
+
 	/**
 	 * Removes a signature creation result listener.
 	 * <p>
diff --git a/main/offapi/com/sun/star/xml/crypto/sax/XSignatureCreationResultListener.idl b/main/offapi/com/sun/star/xml/crypto/sax/XSignatureCreationResultListener.idl
index 16df67d..d1248b8 100644
--- a/main/offapi/com/sun/star/xml/crypto/sax/XSignatureCreationResultListener.idl
+++ b/main/offapi/com/sun/star/xml/crypto/sax/XSignatureCreationResultListener.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 //i20156 - new file for xmlsecurity module
 
 /** -- idl definition -- **/
diff --git a/main/offapi/com/sun/star/xml/crypto/sax/XSignatureVerifyResultBroadcaster.idl b/main/offapi/com/sun/star/xml/crypto/sax/XSignatureVerifyResultBroadcaster.idl
index 5978d92..e73844c 100644
--- a/main/offapi/com/sun/star/xml/crypto/sax/XSignatureVerifyResultBroadcaster.idl
+++ b/main/offapi/com/sun/star/xml/crypto/sax/XSignatureVerifyResultBroadcaster.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 //i20156 - new file for xmlsecurity module
 
 /** -- idl definition -- **/
@@ -53,7 +53,7 @@
 	void addSignatureVerifyResultListener(
 		[in] XSignatureVerifyResultListener listener)
 		raises( com::sun::star::uno::Exception );
-		
+
 	/**
 	 * Removes a signature verify result listener.
 	 * <p>
diff --git a/main/offapi/com/sun/star/xml/crypto/sax/XSignatureVerifyResultListener.idl b/main/offapi/com/sun/star/xml/crypto/sax/XSignatureVerifyResultListener.idl
index 7a912e3..44555d5 100644
--- a/main/offapi/com/sun/star/xml/crypto/sax/XSignatureVerifyResultListener.idl
+++ b/main/offapi/com/sun/star/xml/crypto/sax/XSignatureVerifyResultListener.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 //i20156 - new file for xmlsecurity module
 
 /** -- idl definition -- **/
diff --git a/main/offapi/com/sun/star/xml/csax/XCompressedDocumentHandler.idl b/main/offapi/com/sun/star/xml/csax/XCompressedDocumentHandler.idl
index f55e87f..aca3333 100644
--- a/main/offapi/com/sun/star/xml/csax/XCompressedDocumentHandler.idl
+++ b/main/offapi/com/sun/star/xml/csax/XCompressedDocumentHandler.idl
@@ -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,30 +7,30 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 //i20156 - new file for xmlsecurity module
 
-#ifndef __com_sun_star_xml_csax_XCompressedDocumentHandler_idl__ 
-#define __com_sun_star_xml_csax_XCompressedDocumentHandler_idl__ 
+#ifndef __com_sun_star_xml_csax_XCompressedDocumentHandler_idl__
+#define __com_sun_star_xml_csax_XCompressedDocumentHandler_idl__
 
-#include <com/sun/star/uno/XInterface.idl> 
-#include <com/sun/star/xml/sax/SAXException.idl> 
+#include <com/sun/star/uno/XInterface.idl>
+#include <com/sun/star/xml/sax/SAXException.idl>
 #include <com/sun/star/xml/csax/XMLAttribute.idl>
- 
- 
+
+
 module com { module sun { module star { module xml { module csax {
 
 /**
@@ -45,33 +45,33 @@
  * when UNO C++/Java bridge is involved.
  */
 interface XCompressedDocumentHandler: com::sun::star::uno::XInterface
-{ 
-	void _startDocument() 
-		raises( com::sun::star::xml::sax::SAXException ); 
-		
-	void _endDocument() 
-		raises( com::sun::star::xml::sax::SAXException ); 
-		
-	void _startElement( [in] string aName, [in] sequence< XMLAttribute > aAttributes) 
+{
+	void _startDocument()
 		raises( com::sun::star::xml::sax::SAXException );
-		
-	void _endElement( [in] string aName ) 
-		raises( com::sun::star::xml::sax::SAXException ); 
- 
-	void _characters( [in] string aChars ) 
-		raises( com::sun::star::xml::sax::SAXException ); 
- 
-	void _ignorableWhitespace( [in] string aWhitespaces ) 
-		raises( com::sun::star::xml::sax::SAXException ); 
-		
-	void _processingInstruction( [in] string aTarget, [in] string aData ) 
-		raises( com::sun::star::xml::sax::SAXException ); 
- 
+
+	void _endDocument()
+		raises( com::sun::star::xml::sax::SAXException );
+
+	void _startElement( [in] string aName, [in] sequence< XMLAttribute > aAttributes)
+		raises( com::sun::star::xml::sax::SAXException );
+
+	void _endElement( [in] string aName )
+		raises( com::sun::star::xml::sax::SAXException );
+
+	void _characters( [in] string aChars )
+		raises( com::sun::star::xml::sax::SAXException );
+
+	void _ignorableWhitespace( [in] string aWhitespaces )
+		raises( com::sun::star::xml::sax::SAXException );
+
+	void _processingInstruction( [in] string aTarget, [in] string aData )
+		raises( com::sun::star::xml::sax::SAXException );
+
 	void _setDocumentLocator( [in] long columnNumber, [in] long lineNumber, [in] string publicId, [in] string systemId)
-		raises( com::sun::star::xml::sax::SAXException ); 
- 
-}; 
+		raises( com::sun::star::xml::sax::SAXException );
+
+};
 
 } ; } ; } ; } ; } ;
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/xml/csax/XMLAttribute.idl b/main/offapi/com/sun/star/xml/csax/XMLAttribute.idl
index 9c9c2a0..d391cfa 100644
--- a/main/offapi/com/sun/star/xml/csax/XMLAttribute.idl
+++ b/main/offapi/com/sun/star/xml/csax/XMLAttribute.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -37,7 +37,7 @@
 	 * the attribute name
 	 */
 	string sName;
-	
+
 	/**
 	 * the attribute value
 	 */
diff --git a/main/offapi/com/sun/star/xml/dom/DOMException.idl b/main/offapi/com/sun/star/xml/dom/DOMException.idl
index bd26358..c3df0e6 100644
--- a/main/offapi/com/sun/star/xml/dom/DOMException.idl
+++ b/main/offapi/com/sun/star/xml/dom/DOMException.idl
@@ -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,44 +7,44 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
-#ifndef __com_sun_star_xml_dom_DOMException_idl__ 
-#define __com_sun_star_xml_dom_DOMException_idl__ 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
+#ifndef __com_sun_star_xml_dom_DOMException_idl__
+#define __com_sun_star_xml_dom_DOMException_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
 #ifndef __com_sun_star_xml_dom_DOMExceptionType_idl__
 #include <com/sun/star/xml/dom/DOMExceptionType.idl>
 #endif
- 
-module com {  module sun {  module star {  module xml {  module dom {  
- 
- 
-/** 
-encapsulates the details of an XML parse error or warning. 
+
+module com {  module sun {  module star {  module xml {  module dom {
+
+
+/**
+encapsulates the details of an XML parse error or warning.
 */
 
 exception DOMException: com::sun::star::uno::Exception
-{ 
-    DOMExceptionType Code;	 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; };  
- 
-#endif 
+{
+    DOMExceptionType Code;
+};
+
+//=============================================================================
+
+}; }; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/xml/dom/DOMExceptionType.idl b/main/offapi/com/sun/star/xml/dom/DOMExceptionType.idl
index 636882d..1e5b1c4 100644
--- a/main/offapi/com/sun/star/xml/dom/DOMExceptionType.idl
+++ b/main/offapi/com/sun/star/xml/dom/DOMExceptionType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -28,21 +28,21 @@
 
 enum DOMExceptionType
 {
-    DOMSTRING_SIZE_ERR,      
-    HIERARCHY_REQUEST_ERR,  
-    INDEX_SIZE_ERR,        
-    INUSE_ATTRIBUTE_ERR,   
-    INVALID_ACCESS_ERR,  
-    INVALID_CHARACTER_ERR,   
+    DOMSTRING_SIZE_ERR,
+    HIERARCHY_REQUEST_ERR,
+    INDEX_SIZE_ERR,
+    INUSE_ATTRIBUTE_ERR,
+    INVALID_ACCESS_ERR,
+    INVALID_CHARACTER_ERR,
     INVALID_MODIFICATION_ERR,
-    INVALID_STATE_ERR,       
-    NAMESPACE_ERR,           
-    NO_DATA_ALLOWED_ERR,     
-    NO_MODIFICATION_ALLOWED_ERR,     
-    NOT_FOUND_ERR,           
-    NOT_SUPPORTED_ERR,       
-    SYNTAX_ERR,              
-    WRONG_DOCUMENT_ERR       
+    INVALID_STATE_ERR,
+    NAMESPACE_ERR,
+    NO_DATA_ALLOWED_ERR,
+    NO_MODIFICATION_ALLOWED_ERR,
+    NOT_FOUND_ERR,
+    NOT_SUPPORTED_ERR,
+    SYNTAX_ERR,
+    WRONG_DOCUMENT_ERR
 };
 
 }; }; }; }; };
diff --git a/main/offapi/com/sun/star/xml/dom/DocumentBuilder.idl b/main/offapi/com/sun/star/xml/dom/DocumentBuilder.idl
index f047a92..526b87d 100644
--- a/main/offapi/com/sun/star/xml/dom/DocumentBuilder.idl
+++ b/main/offapi/com/sun/star/xml/dom/DocumentBuilder.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 #ifndef __com_sun_star_xml_dom_documentbuilder_idl
diff --git a/main/offapi/com/sun/star/xml/dom/NodeType.idl b/main/offapi/com/sun/star/xml/dom/NodeType.idl
index 95c43d0..72c54f2 100644
--- a/main/offapi/com/sun/star/xml/dom/NodeType.idl
+++ b/main/offapi/com/sun/star/xml/dom/NodeType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/xml/dom/SAXDocumentBuilder.idl b/main/offapi/com/sun/star/xml/dom/SAXDocumentBuilder.idl
index b24199e..e268ed3 100644
--- a/main/offapi/com/sun/star/xml/dom/SAXDocumentBuilder.idl
+++ b/main/offapi/com/sun/star/xml/dom/SAXDocumentBuilder.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 #ifndef __com_sun_star_xml_dom_documentbuilder_idl
diff --git a/main/offapi/com/sun/star/xml/dom/SAXDocumentBuilderState.idl b/main/offapi/com/sun/star/xml/dom/SAXDocumentBuilderState.idl
index d0e8faa..468273e 100644
--- a/main/offapi/com/sun/star/xml/dom/SAXDocumentBuilderState.idl
+++ b/main/offapi/com/sun/star/xml/dom/SAXDocumentBuilderState.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -26,7 +26,7 @@
 
 module com { module sun { module star { module xml { module dom {
 
-enum SAXDocumentBuilderState 
+enum SAXDocumentBuilderState
 {
     READY,
     BUILDING_DOCUMENT,
diff --git a/main/offapi/com/sun/star/xml/dom/XAttr.idl b/main/offapi/com/sun/star/xml/dom/XAttr.idl
index 8f4d605..4039eef 100644
--- a/main/offapi/com/sun/star/xml/dom/XAttr.idl
+++ b/main/offapi/com/sun/star/xml/dom/XAttr.idl
@@ -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,25 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
-#ifndef __com_sun_star_xml_dom_XAttr_idl__ 
-#define __com_sun_star_xml_sax_XAttr_idl__ 
+#ifndef __com_sun_star_xml_dom_XAttr_idl__
+#define __com_sun_star_xml_sax_XAttr_idl__
 
-#ifndef __com_sun_star_xml_dom_XNode_idl__ 
-#include <com/sun/star/xml/dom/XNode.idl> 
+#ifndef __com_sun_star_xml_dom_XNode_idl__
+#include <com/sun/star/xml/dom/XNode.idl>
 #endif
 
 module com { module sun { module star { module xml { module dom {
@@ -40,13 +40,13 @@
     string getName();
 
     /**
-    The Element node this attribute is attached to or null if this 
+    The Element node this attribute is attached to or null if this
     attribute is not in use.
     */
     XElement getOwnerElement();
 
     /**
-    If this attribute was explicitly given a value in the original 
+    If this attribute was explicitly given a value in the original
     document, this is true; otherwise, it is false.
     */
     boolean getSpecified();
@@ -65,5 +65,5 @@
     void setValue([in] string value) raises (DOMException);
 };
 };};};};};
-						 
+
 #endif
diff --git a/main/offapi/com/sun/star/xml/dom/XCDATASection.idl b/main/offapi/com/sun/star/xml/dom/XCDATASection.idl
index 6bcd471..34969df 100644
--- a/main/offapi/com/sun/star/xml/dom/XCDATASection.idl
+++ b/main/offapi/com/sun/star/xml/dom/XCDATASection.idl
@@ -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,25 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
-#ifndef __com_sun_star_xml_dom_XCDATASection_idl__ 
+#ifndef __com_sun_star_xml_dom_XCDATASection_idl__
 #define __com_sun_star_xml_dom_XCDATASection_idl__
 
-#ifndef __com_sun_star_xml_dom_XText_idl__ 
-#include <com/sun/star/xml/dom/XText.idl> 
+#ifndef __com_sun_star_xml_dom_XText_idl__
+#include <com/sun/star/xml/dom/XText.idl>
 #endif
 
 module com { module sun { module star { module xml { module dom {
diff --git a/main/offapi/com/sun/star/xml/dom/XCharacterData.idl b/main/offapi/com/sun/star/xml/dom/XCharacterData.idl
index 132f923..6b9df96 100644
--- a/main/offapi/com/sun/star/xml/dom/XCharacterData.idl
+++ b/main/offapi/com/sun/star/xml/dom/XCharacterData.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,8 +24,8 @@
 #ifndef __com_sun_star_xml_dom_XCharacterData_idl__
 #define __com_sun_star_xml_dom_XCharacterData_idl__
 
-#ifndef __com_sun_star_xml_dom_XNode_idl__ 
-#include <com/sun/star/xml/dom/XNode.idl> 
+#ifndef __com_sun_star_xml_dom_XNode_idl__
+#include <com/sun/star/xml/dom/XNode.idl>
 #endif
 
 module com { module sun { module star { module xml { module dom {
@@ -38,11 +38,11 @@
         DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
     */
     void appendData([in] string arg) raises (DOMException);
-    
+
     /**
     Remove a range of 16-bit units from the node.
     Throws:
-        DOMException - INDEX_SIZE_ERR: Raised if the specified offset is negative or greater 
+        DOMException - INDEX_SIZE_ERR: Raised if the specified offset is negative or greater
             than the number of 16-bit units in data, or if the specified count is negative.
         NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
     */
@@ -51,8 +51,8 @@
     /**
     Return the character data of the node that implements this interface.
     Throws:
-        DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly. 
-        DOMException - DOMSTRING_SIZE_ERR: Raised when it would return more characters 
+        DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly.
+        DOMException - DOMSTRING_SIZE_ERR: Raised when it would return more characters
             than fit in a DOMString variable on the implementation platform.
 
 
@@ -68,17 +68,17 @@
     /**
     Insert a string at the specified 16-bit unit offset.
     Throws:
-    DOMException - INDEX_SIZE_ERR: Raised if the specified offset is negative or greater than 
+    DOMException - INDEX_SIZE_ERR: Raised if the specified offset is negative or greater than
                                    the number of 16-bit units in data.
                    NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
     */
     void insertData([in] long offset, [in] string arg) raises (DOMException);
 
     /**
-    Replace the characters starting at the specified 16-bit unit offset 
+    Replace the characters starting at the specified 16-bit unit offset
     with the specified string.
     Throws;
-    DOMException - INDEX_SIZE_ERR: Raised if the specified offset is negative or greater than 
+    DOMException - INDEX_SIZE_ERR: Raised if the specified offset is negative or greater than
                       the number of 16-bit units in data, or if the specified count is negative.
                    NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
     */
@@ -87,8 +87,8 @@
     /**
     Set the character data of the node that implements this interface.
     Throws:
-        DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly. 
-        DOMException - DOMSTRING_SIZE_ERR: Raised when it would return more characters than 
+        DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly.
+        DOMException - DOMSTRING_SIZE_ERR: Raised when it would return more characters than
             fit in a DOMString variable on the implementation platform.
     */
     void setData([in] string data) raises (DOMException);
@@ -96,7 +96,7 @@
     /**
     Extracts a range of data from the node.
     Throws:
-        DOMException - INDEX_SIZE_ERR: Raised if the specified offset is negative or greater 
+        DOMException - INDEX_SIZE_ERR: Raised if the specified offset is negative or greater
             than the number of 16-bit units in data, or if the specified count is negative.
         DOMSTRING_SIZE_ERR: Raised if the specified range of text does not fit into a DOMString.
     */
diff --git a/main/offapi/com/sun/star/xml/dom/XComment.idl b/main/offapi/com/sun/star/xml/dom/XComment.idl
index 731bbf3..e9fdf02 100644
--- a/main/offapi/com/sun/star/xml/dom/XComment.idl
+++ b/main/offapi/com/sun/star/xml/dom/XComment.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,8 +24,8 @@
 #ifndef __com_sun_star_xml_dom_XComment_idl__
 #define __com_sun_star_xml_dom_XCComment_idl__
 
-#ifndef __com_sun_star_xml_dom_XCharacterData_idl__ 
-#include <com/sun/star/xml/dom/XCharacterData.idl> 
+#ifndef __com_sun_star_xml_dom_XCharacterData_idl__
+#include <com/sun/star/xml/dom/XCharacterData.idl>
 #endif
 
 
diff --git a/main/offapi/com/sun/star/xml/dom/XDOMImplementation.idl b/main/offapi/com/sun/star/xml/dom/XDOMImplementation.idl
index 8bfb422..b30ffd6 100644
--- a/main/offapi/com/sun/star/xml/dom/XDOMImplementation.idl
+++ b/main/offapi/com/sun/star/xml/dom/XDOMImplementation.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,8 +24,8 @@
 #ifndef __com_sun_star_xml_dom_XDOMImplementation_idl__
 #define __com_sun_star_xml_dom_XDOMImplementation_idl__
 
-#ifndef __com_sun_star_uno__XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
+#ifndef __com_sun_star_uno__XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
 #endif
 #ifndef __com_sun_star_xml_dom_DOMException_idl__
 #include <com/sun/star/xml/dom/DOMException.idl>
@@ -43,20 +43,20 @@
     Creates a DOM Document object of the specified type with its document element.
     Throws:
     DOMException - INVALID_CHARACTER_ERR: Raised if the specified qualified name contains an illegal character.
-                   NAMESPACE_ERR: Raised if the qualifiedName is malformed, if the qualifiedName has a prefix 
-                      and the namespaceURI is null, or if the qualifiedName has a prefix that is "xml" and 
-                      the namespaceURI is different from " http://www.w3.org/XML/1998/namespace" , or if the 
-                      DOM implementation does not support the "XML" feature but a non-null namespace URI was 
+                   NAMESPACE_ERR: Raised if the qualifiedName is malformed, if the qualifiedName has a prefix
+                      and the namespaceURI is null, or if the qualifiedName has a prefix that is "xml" and
+                      the namespaceURI is different from " http://www.w3.org/XML/1998/namespace" , or if the
+                      DOM implementation does not support the "XML" feature but a non-null namespace URI was
                       provided, since namespaces were defined by XML.
                    WRONG_DOCUMENT_ERR: Raised if doctype has already been used with a different document or
                       was created from a different implementation.
-                   NOT_SUPPORTED_ERR: May be raised by DOM implementations which do not support the 
-                      "XML" feature, if they choose not to support this method. Other features introduced 
-                      in the future, by the DOM WG or in extensions defined by other groups, may also 
-                      demand support for this method; please consult the definition of the feature to see 
+                   NOT_SUPPORTED_ERR: May be raised by DOM implementations which do not support the
+                      "XML" feature, if they choose not to support this method. Other features introduced
+                      in the future, by the DOM WG or in extensions defined by other groups, may also
+                      demand support for this method; please consult the definition of the feature to see
                       if it requires this method.
     */
-    XDocument createDocument([in] string namespaceURI, [in] string qualifiedName, [in] XDocumentType doctype) 
+    XDocument createDocument([in] string namespaceURI, [in] string qualifiedName, [in] XDocumentType doctype)
         raises (DOMException);
 
     /**
@@ -64,10 +64,10 @@
     Throws:
     DOMException - INVALID_CHARACTER_ERR: Raised if the specified qualified name contains an illegal character.
                    NAMESPACE_ERR: Raised if the qualifiedName is malformed.
-                   NOT_SUPPORTED_ERR: May be raised by DOM implementations which do not support the 
-                      "XML" feature, if they choose not to support this method. Other features introduced 
-                      in the future, by the DOM WG or in extensions defined by other groups, may also demand 
-                      support for this method; please consult the definition of the feature to see if it 
+                   NOT_SUPPORTED_ERR: May be raised by DOM implementations which do not support the
+                      "XML" feature, if they choose not to support this method. Other features introduced
+                      in the future, by the DOM WG or in extensions defined by other groups, may also demand
+                      support for this method; please consult the definition of the feature to see if it
                       requires this method.
     */
     XDocumentType createDocumentType([in] string qualifiedName, [in] string publicId, [in] string systemId)
diff --git a/main/offapi/com/sun/star/xml/dom/XDocument.idl b/main/offapi/com/sun/star/xml/dom/XDocument.idl
index 0ac31ce..3c43a53 100644
--- a/main/offapi/com/sun/star/xml/dom/XDocument.idl
+++ b/main/offapi/com/sun/star/xml/dom/XDocument.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,32 +24,32 @@
 #ifndef __com_sun_star_xml_dom_XDocument_idl__
 #define __com_sun_star_xml_dom_XDocument_idl__
 
-#ifndef __com_sun_star_xml_dom_XNode_idl__ 
-#include <com/sun/star/xml/dom/XNode.idl> 
+#ifndef __com_sun_star_xml_dom_XNode_idl__
+#include <com/sun/star/xml/dom/XNode.idl>
 #endif
-#ifndef __com_sun_star_xml_dom_XAttr_idl__ 
-#include <com/sun/star/xml/dom/XAttr.idl> 
+#ifndef __com_sun_star_xml_dom_XAttr_idl__
+#include <com/sun/star/xml/dom/XAttr.idl>
 #endif
-#ifndef __com_sun_star_xml_dom_XCDATASection_idl__ 
-#include <com/sun/star/xml/dom/XCDATASection.idl> 
+#ifndef __com_sun_star_xml_dom_XCDATASection_idl__
+#include <com/sun/star/xml/dom/XCDATASection.idl>
 #endif
-#ifndef __com_sun_star_xml_dom_XComment_idl__ 
-#include <com/sun/star/xml/dom/XComment.idl> 
+#ifndef __com_sun_star_xml_dom_XComment_idl__
+#include <com/sun/star/xml/dom/XComment.idl>
 #endif
-#ifndef __com_sun_star_xml_dom_XDocumentFragemnt_idl__ 
-#include <com/sun/star/xml/dom/XDocumentFragment.idl> 
+#ifndef __com_sun_star_xml_dom_XDocumentFragemnt_idl__
+#include <com/sun/star/xml/dom/XDocumentFragment.idl>
 #endif
-#ifndef __com_sun_star_xml_dom_XEntityReference_idl__ 
-#include <com/sun/star/xml/dom/XEntityReference.idl> 
+#ifndef __com_sun_star_xml_dom_XEntityReference_idl__
+#include <com/sun/star/xml/dom/XEntityReference.idl>
 #endif
-#ifndef __com_sun_star_xml_dom_XProcessingInstruction_idl__ 
-#include <com/sun/star/xml/dom/XProcessingInstruction.idl> 
+#ifndef __com_sun_star_xml_dom_XProcessingInstruction_idl__
+#include <com/sun/star/xml/dom/XProcessingInstruction.idl>
 #endif
-#ifndef __com_sun_star_xml_dom_XDocumentType_idl__ 
-#include <com/sun/star/xml/dom/XDocumentType.idl> 
+#ifndef __com_sun_star_xml_dom_XDocumentType_idl__
+#include <com/sun/star/xml/dom/XDocumentType.idl>
 #endif
-#ifndef __com_sun_star_xml_dom_XDOMImplementation_idl__ 
-#include <com/sun/star/xml/dom/XDOMImplementation.idl> 
+#ifndef __com_sun_star_xml_dom_XDOMImplementation_idl__
+#include <com/sun/star/xml/dom/XDOMImplementation.idl>
 #endif
 
 module com { module sun { module star { module xml { module dom {
@@ -66,14 +66,14 @@
     /**
     Creates an attribute of the given qualified name and namespace URI.
     Throws:
-    DOMException - INVALID_CHARACTER_ERR: Raised if the specified qualified name contains an illegal 
+    DOMException - INVALID_CHARACTER_ERR: Raised if the specified qualified name contains an illegal
                       character, per the XML 1.0 specification .
-                   NAMESPACE_ERR: Raised if the qualifiedName is malformed per the Namespaces in XML 
-                      specification, if the qualifiedName has a prefix and the namespaceURI is null, if 
-                      the qualifiedName has a prefix that is "xml" and the namespaceURI is different from 
-                      " http://www.w3.org/XML/1998/namespace", or if the qualifiedName, or its prefix, is 
+                   NAMESPACE_ERR: Raised if the qualifiedName is malformed per the Namespaces in XML
+                      specification, if the qualifiedName has a prefix and the namespaceURI is null, if
+                      the qualifiedName has a prefix that is "xml" and the namespaceURI is different from
+                      " http://www.w3.org/XML/1998/namespace", or if the qualifiedName, or its prefix, is
                       "xmlns" and the namespaceURI is different from " http://www.w3.org/2000/xmlns/".
-                   NOT_SUPPORTED_ERR: Always thrown if the current document does not support the "XML" 
+                   NOT_SUPPORTED_ERR: Always thrown if the current document does not support the "XML"
                       feature, since namespaces were defined by XML.
     */
     XAttr createAttributeNS([in] string namespaceURI, [in] string qualifiedName) raises (DOMException);
@@ -107,13 +107,13 @@
     /**
     Creates an element of the given qualified name and namespace URI.
     Throws:
-    DOMException - INVALID_CHARACTER_ERR: Raised if the specified qualified name contains an 
+    DOMException - INVALID_CHARACTER_ERR: Raised if the specified qualified name contains an
                       illegal character, per the XML 1.0 specification .
-                   NAMESPACE_ERR: Raised if the qualifiedName is malformed per the Namespaces in 
-                      XML specification, if the qualifiedName has a prefix and the namespaceURI is 
-                      null, or if the qualifiedName has a prefix that is "xml" and the namespaceURI 
+                   NAMESPACE_ERR: Raised if the qualifiedName is malformed per the Namespaces in
+                      XML specification, if the qualifiedName has a prefix and the namespaceURI is
+                      null, or if the qualifiedName has a prefix that is "xml" and the namespaceURI
                       is different from " http://www.w3.org/XML/1998/namespace" .
-                   NOT_SUPPORTED_ERR: Always thrown if the current document does not support the 
+                   NOT_SUPPORTED_ERR: Always thrown if the current document does not support the
                       "XML" feature, since namespaces were defined by XML.
     */
     XElement createElementNS([in] string namespaceURI, [in] string qualifiedName) raises (DOMException);
@@ -129,7 +129,7 @@
     XEntityReference createEntityReference([in] string name) raises (DOMException);
 
     /**
-    Creates a ProcessingInstruction node given the specified name and 
+    Creates a ProcessingInstruction node given the specified name and
     data strings.
     Throws:
     DOMException - INVALID_CHARACTER_ERR: Raised if the specified target contains an illegal character.
@@ -161,15 +161,15 @@
     XElement getElementById([in] string elementId);
 
     /**
-    Returns a NodeList of all the Elements with a given tag name in the 
+    Returns a NodeList of all the Elements with a given tag name in the
     order in which they are encountered in a preorder traversal of the
     Document tree.
     */
     XNodeList getElementsByTagName([in] string tagname);
 
     /**
-    Returns a NodeList of all the Elements with a given local name and 
-    namespace URI in the order in which they are encountered in a preorder 
+    Returns a NodeList of all the Elements with a given local name and
+    namespace URI in the order in which they are encountered in a preorder
     traversal of the Document tree.
     */
     XNodeList getElementsByTagNameNS([in] string namespaceURI, [in] string localName);
diff --git a/main/offapi/com/sun/star/xml/dom/XDocumentBuilder.idl b/main/offapi/com/sun/star/xml/dom/XDocumentBuilder.idl
index b9d2f79..ab960e3 100644
--- a/main/offapi/com/sun/star/xml/dom/XDocumentBuilder.idl
+++ b/main/offapi/com/sun/star/xml/dom/XDocumentBuilder.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,35 +24,35 @@
 #ifndef __com_sun_star_xml_dom_XDocumentBuilder_idl__
 #define __com_sun_star_xml_dom_XDocumentBuilder_idl__
 
-#ifndef __com_sun_star_uno__XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
+#ifndef __com_sun_star_uno__XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
 #endif
 
-#ifndef __com_sun_star_xml_dom_XDocument_idl__ 
-#include <com/sun/star/xml/dom/XDocumentType.idl> 
+#ifndef __com_sun_star_xml_dom_XDocument_idl__
+#include <com/sun/star/xml/dom/XDocumentType.idl>
 #endif
-#ifndef __com_sun_star_xml_dom_XDOMImplementation_idl__ 
-#include <com/sun/star/xml/dom/XDOMImplementation.idl> 
+#ifndef __com_sun_star_xml_dom_XDOMImplementation_idl__
+#include <com/sun/star/xml/dom/XDOMImplementation.idl>
 #endif
-#ifndef __com_sun_star_io_XInputStream_idl__ 
-#include <com/sun/star/io/XInputStream.idl> 
+#ifndef __com_sun_star_io_XInputStream_idl__
+#include <com/sun/star/io/XInputStream.idl>
 #endif
 
-#ifndef __com_sun_star_xml_sax_SAXException_idl__ 
-#include <com/sun/star/xml/sax/SAXException.idl> 
-#endif 
+#ifndef __com_sun_star_xml_sax_SAXException_idl__
+#include <com/sun/star/xml/sax/SAXException.idl>
+#endif
 
-#ifndef __com_sun_star_xml_sax_XErrorHandler_idl__ 
-#include <com/sun/star/xml/sax/XErrorHandler.idl> 
-#endif 
-#ifndef __com_sun_star_xml_sax_XEntityResolver_idl__ 
-#include <com/sun/star/xml/sax/XEntityResolver.idl> 
-#endif 
+#ifndef __com_sun_star_xml_sax_XErrorHandler_idl__
+#include <com/sun/star/xml/sax/XErrorHandler.idl>
+#endif
+#ifndef __com_sun_star_xml_sax_XEntityResolver_idl__
+#include <com/sun/star/xml/sax/XEntityResolver.idl>
+#endif
 
 
-#ifndef __com_sun_star_io_IOException_idl__ 
-#include <com/sun/star/io/IOException.idl> 
-#endif 
+#ifndef __com_sun_star_io_IOException_idl__
+#include <com/sun/star/io/IOException.idl>
+#endif
 
 module com { module sun { module star { module xml { module dom {
 
@@ -70,38 +70,38 @@
     XDOMImplementation getDOMImplementation();
 
     /**
-    Indicates whether or not this parser is configured to understand 
-    namespaces.     
+    Indicates whether or not this parser is configured to understand
+    namespaces.
     */
     boolean isNamespaceAware();
 
-    /**       
-    Indicates whether or not this parser is configured to validate XML 
+    /**
+    Indicates whether or not this parser is configured to validate XML
     documents.
     */
     boolean isValidating();
 
     /**
-    Obtain a new instance of a DOM Document object to build a DOM tree 
-    with.          
+    Obtain a new instance of a DOM Document object to build a DOM tree
+    with.
     */
     XDocument newDocument();
 
     /**
-    Parse the content of the given InputStream as an XML document and 
-    return a new DOM Document object.     
+    Parse the content of the given InputStream as an XML document and
+    return a new DOM Document object.
     */
     XDocument parse([in] com::sun::star::io::XInputStream is)
-			raises( com::sun::star::xml::sax::SAXException, 
-					com::sun::star::io::IOException ); 
+			raises( com::sun::star::xml::sax::SAXException,
+					com::sun::star::io::IOException );
 
     /**
-    Parse the content of the given URI as an XML document and return 
+    Parse the content of the given URI as an XML document and return
     a new DOM Document object.
     */
     XDocument parseURI([in] string uri)
-			raises( com::sun::star::xml::sax::SAXException, 
-					com::sun::star::io::IOException ); 
+			raises( com::sun::star::xml::sax::SAXException,
+					com::sun::star::io::IOException );
 
     /**
     Specify the EntityResolver to be used to resolve entities present
diff --git a/main/offapi/com/sun/star/xml/dom/XDocumentFragment.idl b/main/offapi/com/sun/star/xml/dom/XDocumentFragment.idl
index 0a23acb..e3b6144 100644
--- a/main/offapi/com/sun/star/xml/dom/XDocumentFragment.idl
+++ b/main/offapi/com/sun/star/xml/dom/XDocumentFragment.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,8 +24,8 @@
 #ifndef __com_sun_star_xml_dom_XDocumentFragment_idl__
 #define __com_sun_star_xml_dom_XDocumentFragment_idl__
 
-#ifndef __com_sun_star_xml_dom_XNode_idl__ 
-#include <com/sun/star/xml/dom/XNode.idl> 
+#ifndef __com_sun_star_xml_dom_XNode_idl__
+#include <com/sun/star/xml/dom/XNode.idl>
 #endif
 
 module com { module sun { module star { module xml { module dom {
diff --git a/main/offapi/com/sun/star/xml/dom/XDocumentType.idl b/main/offapi/com/sun/star/xml/dom/XDocumentType.idl
index b80a8d3..ab9739d 100644
--- a/main/offapi/com/sun/star/xml/dom/XDocumentType.idl
+++ b/main/offapi/com/sun/star/xml/dom/XDocumentType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,11 +24,11 @@
 #ifndef __com_sun_star_xml_dom_XDocumentType_idl__
 #define __com_sun_star_xml_dom_XDocumentType_idl__
 
-#ifndef __com_sun_star_xml_dom_XNode_idl__ 
-#include <com/sun/star/xml/dom/XNode.idl> 
+#ifndef __com_sun_star_xml_dom_XNode_idl__
+#include <com/sun/star/xml/dom/XNode.idl>
 #endif
-#ifndef __com_sun_star_xml_dom_XNamedNodeMap_idl__ 
-#include <com/sun/star/xml/dom/XNamedNodeMap.idl> 
+#ifndef __com_sun_star_xml_dom_XNamedNodeMap_idl__
+#include <com/sun/star/xml/dom/XNamedNodeMap.idl>
 #endif
 
 module com { module sun { module star { module xml { module dom {
@@ -37,7 +37,7 @@
 {
 
     /**
-    A NamedNodeMap containing the general entities, both external and 
+    A NamedNodeMap containing the general entities, both external and
     internal, declared in the DTD.
     */
     XNamedNodeMap getEntities();
@@ -48,7 +48,7 @@
     string getInternalSubset();
 
     /**
-    The name of DTD; i.e., the name immediately following the DOCTYPE 
+    The name of DTD; i.e., the name immediately following the DOCTYPE
     keyword.
     */
     string getName();
diff --git a/main/offapi/com/sun/star/xml/dom/XElement.idl b/main/offapi/com/sun/star/xml/dom/XElement.idl
index c9e0135..4430444 100644
--- a/main/offapi/com/sun/star/xml/dom/XElement.idl
+++ b/main/offapi/com/sun/star/xml/dom/XElement.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,11 +24,11 @@
 #ifndef __com_sun_star_xml_dom_XElement_idl__
 #define __com_sun_star_xml_dom_XElement_idl__
 
-#ifndef __com_sun_star_xml_dom_XNode_idl__ 
-#include <com/sun/star/xml/dom/XNode.idl> 
+#ifndef __com_sun_star_xml_dom_XNode_idl__
+#include <com/sun/star/xml/dom/XNode.idl>
 #endif
-#ifndef __com_sun_star_xml_dom_XAttr_idl__ 
-#include <com/sun/star/xml/dom/XAttr.idl> 
+#ifndef __com_sun_star_xml_dom_XAttr_idl__
+#include <com/sun/star/xml/dom/XAttr.idl>
 #endif
 
 module com { module sun { module star { module xml { module dom {
@@ -48,7 +48,7 @@
     /**
     Retrieves an Attr node by local name and namespace URI.
     */
-    XAttr getAttributeNodeNS([in] string namespaceURI,[in] 
+    XAttr getAttributeNodeNS([in] string namespaceURI,[in]
     string localName);
 
     /**
@@ -57,14 +57,14 @@
     string getAttributeNS([in] string namespaceURI, [in] string localName);
 
     /**
-    Returns a NodeList of all descendant Elements with a given tag name, 
-    in the order in which they are 
+    Returns a NodeList of all descendant Elements with a given tag name,
+    in the order in which they are
     encountered in a preorder traversal of this Element tree.
     */
     XNodeList getElementsByTagName([in] string name);
 
     /**
-    Returns a NodeList of all the descendant Elements with a given local 
+    Returns a NodeList of all the descendant Elements with a given local
     name and namespace URI in the order in which they are encountered in
     a preorder traversal of this Element tree.
     */
diff --git a/main/offapi/com/sun/star/xml/dom/XEntity.idl b/main/offapi/com/sun/star/xml/dom/XEntity.idl
index 135de3e..3c27376 100644
--- a/main/offapi/com/sun/star/xml/dom/XEntity.idl
+++ b/main/offapi/com/sun/star/xml/dom/XEntity.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,8 +24,8 @@
 #ifndef __com_sun_star_xml_dom_XEntety_idl__
 #define __com_sun_star_xml_dom_XEntety_idl__
 
-#ifndef __com_sun_star_xml_dom_XNode_idl__ 
-#include <com/sun/star/xml/dom/XNode.idl> 
+#ifndef __com_sun_star_xml_dom_XNode_idl__
+#include <com/sun/star/xml/dom/XNode.idl>
 #endif
 
 module com { module sun { module star { module xml { module dom {
@@ -46,7 +46,7 @@
     The system identifier associated with the entity, if specified.
     */
     string getSystemId();
- 
+
 };
 }; }; }; }; };
 
diff --git a/main/offapi/com/sun/star/xml/dom/XEntityReference.idl b/main/offapi/com/sun/star/xml/dom/XEntityReference.idl
index 4c8f661..684d589 100644
--- a/main/offapi/com/sun/star/xml/dom/XEntityReference.idl
+++ b/main/offapi/com/sun/star/xml/dom/XEntityReference.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,8 +24,8 @@
 #ifndef __com_sun_star_xml_dom_XEntetyReference_idl__
 #define __com_sun_star_xml_dom_XEntetyReference_idl__
 
-#ifndef __com_sun_star_xml_dom_XNode_idl__ 
-#include <com/sun/star/xml/dom/XNode.idl> 
+#ifndef __com_sun_star_xml_dom_XNode_idl__
+#include <com/sun/star/xml/dom/XNode.idl>
 #endif
 
 module com { module sun { module star { module xml { module dom {
diff --git a/main/offapi/com/sun/star/xml/dom/XNamedNodeMap.idl b/main/offapi/com/sun/star/xml/dom/XNamedNodeMap.idl
index 5c5e6fd..80bdcf2 100644
--- a/main/offapi/com/sun/star/xml/dom/XNamedNodeMap.idl
+++ b/main/offapi/com/sun/star/xml/dom/XNamedNodeMap.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,8 +24,8 @@
 #ifndef __com_sun_star_xml_dom_XNamedNodeMap_idl__
 #define __com_sun_star_xml_dom_XNamedNodeMap_idl__
 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
 #endif
 #ifndef __com_sun_star_xml_dom_DOMException_idl__
 #include <com/sun/star/xml/dom/DOMException.idl>
@@ -44,7 +44,7 @@
     long getLength();
 
     /**
-    Retrieves a node specified by local name     	
+    Retrieves a node specified by local name
     */
     XNode getNamedItem([in] string name);
 
diff --git a/main/offapi/com/sun/star/xml/dom/XNode.idl b/main/offapi/com/sun/star/xml/dom/XNode.idl
index d0d2dc0..e2de8f5 100644
--- a/main/offapi/com/sun/star/xml/dom/XNode.idl
+++ b/main/offapi/com/sun/star/xml/dom/XNode.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,17 +24,17 @@
 #ifndef __com_sun_star_xml_dom_XNode_idl__
 #define __com_sun_star_xml_dom_XNode_idl__
 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
 #endif
-#ifndef __com_sun_star_xml_dom_NodeType_idl__ 
-#include <com/sun/star/xml/dom/NodeType.idl> 
+#ifndef __com_sun_star_xml_dom_NodeType_idl__
+#include <com/sun/star/xml/dom/NodeType.idl>
 #endif
-#ifndef __com_sun_star_xml_dom_XNodeList_idl__ 
-#include <com/sun/star/xml/dom/XNodeList.idl> 
+#ifndef __com_sun_star_xml_dom_XNodeList_idl__
+#include <com/sun/star/xml/dom/XNodeList.idl>
 #endif
-#ifndef __com_sun_star_xml_dom_XNamedNodeMap_idl__ 
-#include <com/sun/star/xml/dom/XNamedNodeMap.idl> 
+#ifndef __com_sun_star_xml_dom_XNamedNodeMap_idl__
+#include <com/sun/star/xml/dom/XNamedNodeMap.idl>
 #endif
 
 
@@ -44,17 +44,17 @@
 
 /** The primary dom datatype
 
-<p>The Node interface is the primary datatype for the entire Document Object Model. 
-It represents a single node in the document tree. While all objects implementing 
-the Node interface expose methods for dealing with children, not all objects 
-#implementing the Node interface may have children. For example, Text nodes may not 
+<p>The Node interface is the primary datatype for the entire Document Object Model.
+It represents a single node in the document tree. While all objects implementing
+the Node interface expose methods for dealing with children, not all objects
+#implementing the Node interface may have children. For example, Text nodes may not
 have children, and adding children to such nodes results in a DOMException being raised.</p>
 
-<p>The attributes nodeName, nodeValue and attributes are included as a mechanism to get at 
-node information without casting down to the specific derived interface. In cases where 
-there is no obvious mapping of these attributes for a specific nodeType (e.g., nodeValue 
-for an Element or attributes for a Comment ), this returns null. Note that the specialized 
-interfaces may contain additional and more convenient mechanisms to get and set the relevant 
+<p>The attributes nodeName, nodeValue and attributes are included as a mechanism to get at
+node information without casting down to the specific derived interface. In cases where
+there is no obvious mapping of these attributes for a specific nodeType (e.g., nodeValue
+for an Element or attributes for a Comment ), this returns null. Note that the specialized
+interfaces may contain additional and more convenient mechanisms to get and set the relevant
 information.</p>
 
 <p>The values of nodeName, nodeValue, and attributes vary according to the node type as follows:
@@ -79,24 +79,24 @@
 */
 interface XNode : com::sun::star::uno::XInterface
 {
-    
+
     /**
     Adds the node newChild to the end of the list of children of this node.
     @param newChild
     the new child node
     @throws com::sun::star::xml::dom::DOMException
-        <p>HIERARCHY_REQUEST_ERR: Raised if this node is of a type that does 
-           not allow children of the type of the newChild node, or if the 
+        <p>HIERARCHY_REQUEST_ERR: Raised if this node is of a type that does
+           not allow children of the type of the newChild node, or if the
            node to append is one of this node's ancestors or this node itself.</p>
-        <p>WRONG_DOCUMENT_ERR: Raised if newChild was created from a different 
+        <p>WRONG_DOCUMENT_ERR: Raised if newChild was created from a different
            document than the one that created this node.</p>
-        <p>NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly or if 
+        <p>NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly or if
            the previous parent of the node being inserted is readonly.</p>
     */
     XNode appendChild([in] XNode newChild) raises (DOMException);
 
     /**
-    Returns a duplicate of this node, i.e., serves as a generic copy 
+    Returns a duplicate of this node, i.e., serves as a generic copy
     constructor for nodes.
     <p></p>
     @param deep
@@ -108,7 +108,7 @@
     XNode cloneNode([in] boolean deep);
 
     /**
-    A NamedNodeMap containing the attributes of this node (if it is an Element) 
+    A NamedNodeMap containing the attributes of this node (if it is an Element)
     or null otherwise.
     */
     XNamedNodeMap getAttributes();
@@ -129,7 +129,7 @@
     XNode getLastChild();
 
     /**
-    Returns the local part of the qualified name of this node.    
+    Returns the local part of the qualified name of this node.
     */
     string getLocalName();
 
@@ -156,8 +156,8 @@
     /**
     The value of this node, depending on its type; see the table above.
 
-    @throws com::sun::star::xml::dom::DOMException 
-    <p>DOMSTRING_SIZE_ERR: Raised when it would return more characters 
+    @throws com::sun::star::xml::dom::DOMException
+    <p>DOMSTRING_SIZE_ERR: Raised when it would return more characters
     than fit in a DOMString variable on the implementation platform.</p>
     */
     string getNodeValue() raises (DOMException);
@@ -194,13 +194,13 @@
 
     /**
     Inserts the node newChild before the existing child node refChild.
-    @throws DOMException 
-    <p>HIERARCHY_REQUEST_ERR: Raised if this node is of a type that does 
-                      not allow children of the type of the newChild node, or if the 
+    @throws DOMException
+    <p>HIERARCHY_REQUEST_ERR: Raised if this node is of a type that does
+                      not allow children of the type of the newChild node, or if the
                       node to insert is one of this node's ancestors or this node itself.
-                   <p>WRONG_DOCUMENT_ERR: Raised if newChild was created from a different 
+                   <p>WRONG_DOCUMENT_ERR: Raised if newChild was created from a different
                       document than the one that created this node.
-                   <p>NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly or if the 
+                   <p>NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly or if the
                       parent of the node being inserted is readonly.
                    <p>NOT_FOUND_ERR: Raised if refChild is not a child of this node.
     */
@@ -213,9 +213,9 @@
     boolean isSupported([in] string feature, [in] string ver);
 
     /**
-    Puts all Text nodes in the full depth of the sub-tree underneath this 
+    Puts all Text nodes in the full depth of the sub-tree underneath this
     Node, including attribute nodes, into a "normal" form where only structure
-    (e.g., elements, comments, processing instructions, CDATA sections, and 
+    (e.g., elements, comments, processing instructions, CDATA sections, and
     entity references) separates Text nodes, i.e., there are neither adjacent
     Text nodes nor empty Text nodes.
     */
@@ -233,14 +233,14 @@
     /**
     Replaces the child node oldChild with newChild in the list of children,
     and returns the oldChild node.
-    @throws DOMException 
-                   <p>HIERARCHY_REQUEST_ERR: Raised if this node is of a type that 
-                      does not allow children of the type of the newChild node, or 
-                      if the node to put in is one of this node's ancestors or this 
+    @throws DOMException
+                   <p>HIERARCHY_REQUEST_ERR: Raised if this node is of a type that
+                      does not allow children of the type of the newChild node, or
+                      if the node to put in is one of this node's ancestors or this
                       node itself.
-                   <p>WRONG_DOCUMENT_ERR: Raised if newChild was created from a different 
+                   <p>WRONG_DOCUMENT_ERR: Raised if newChild was created from a different
                       document than the one that created this node.
-                   <p>NO_MODIFICATION_ALLOWED_ERR: Raised if this node or the parent of the 
+                   <p>NO_MODIFICATION_ALLOWED_ERR: Raised if this node or the parent of the
                       new node is readonly.
                    <p>NOT_FOUND_ERR: Raised if oldChild is not a child of this node.
     */
@@ -249,24 +249,24 @@
     /**
     The value of this node, depending on its type; see the table above.
     @throws DOMException
-        <p>NO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly. 
-        <p>DOMSTRING_SIZE_ERR: Raised when it would return more characters 
+        <p>NO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly.
+        <p>DOMSTRING_SIZE_ERR: Raised when it would return more characters
                       than fit in a DOMString variable on the implementation platform.
     */
     void setNodeValue([in] string nodeValue) raises (DOMException);
 
     /**
     The namespace prefix of this node, or null if it is unspecified.
-    @throws DOMException 
-        <p>INVALID_CHARACTER_ERR: Raised if the specified prefix contains an illegal character, 
+    @throws DOMException
+        <p>INVALID_CHARACTER_ERR: Raised if the specified prefix contains an illegal character,
                       per the XML 1.0 specification .
                    <p>NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
-                   <p>NAMESPACE_ERR: Raised if the specified prefix is malformed per the Namespaces 
-                      in XML specification, if the namespaceURI of this node is null, if the specified 
-                      prefix is "xml" and the namespaceURI of this node is different from 
-                      "http://www.w3.org/XML/1998/namespace", if this node is an attribute and the 
-                      specified prefix is "xmlns" and the namespaceURI of this node is different from 
-                      " http://www.w3.org/2000/xmlns/", or if this node is an attribute and the qualifiedName 
+                   <p>NAMESPACE_ERR: Raised if the specified prefix is malformed per the Namespaces
+                      in XML specification, if the namespaceURI of this node is null, if the specified
+                      prefix is "xml" and the namespaceURI of this node is different from
+                      "http://www.w3.org/XML/1998/namespace", if this node is an attribute and the
+                      specified prefix is "xmlns" and the namespaceURI of this node is different from
+                      " http://www.w3.org/2000/xmlns/", or if this node is an attribute and the qualifiedName
                       of this node is "xmlns" .
     */
     void setPrefix([in] string prefix) raises (DOMException);
diff --git a/main/offapi/com/sun/star/xml/dom/XNodeList.idl b/main/offapi/com/sun/star/xml/dom/XNodeList.idl
index 46e9664..b9683f5 100644
--- a/main/offapi/com/sun/star/xml/dom/XNodeList.idl
+++ b/main/offapi/com/sun/star/xml/dom/XNodeList.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,8 +24,8 @@
 #ifndef __com_sun_star_xml_dom_XNodeList_idl__
 #define __com_sun_star_xml_dom_XNodeList_idl__
 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
 #endif
 
 
diff --git a/main/offapi/com/sun/star/xml/dom/XNotation.idl b/main/offapi/com/sun/star/xml/dom/XNotation.idl
index 23da67b..f2ee1b5 100644
--- a/main/offapi/com/sun/star/xml/dom/XNotation.idl
+++ b/main/offapi/com/sun/star/xml/dom/XNotation.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,8 +24,8 @@
 #ifndef __com_sun_star_xml_dom_XNotation_idl__
 #define __com_sun_star_xml_dom_XNotation_idl__
 
-#ifndef __com_sun_star_xml_dom_XNode_idl__ 
-#include <com/sun/star/xml/dom/XNode.idl> 
+#ifndef __com_sun_star_xml_dom_XNode_idl__
+#include <com/sun/star/xml/dom/XNode.idl>
 #endif
 
 module com { module sun { module star { module xml { module dom {
diff --git a/main/offapi/com/sun/star/xml/dom/XProcessingInstruction.idl b/main/offapi/com/sun/star/xml/dom/XProcessingInstruction.idl
index ea6a0c0..7ece422 100644
--- a/main/offapi/com/sun/star/xml/dom/XProcessingInstruction.idl
+++ b/main/offapi/com/sun/star/xml/dom/XProcessingInstruction.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,8 +24,8 @@
 #ifndef __com_sun_star_xml_dom_XProcessingInstruction_idl__
 #define __com_sun_star_xml_dom_XProcessingInstruction_idl__
 
-#ifndef __com_sun_star_xml_dom_XNode_idl__ 
-#include <com/sun/star/xml/dom/XNode.idl> 
+#ifndef __com_sun_star_xml_dom_XNode_idl__
+#include <com/sun/star/xml/dom/XNode.idl>
 #endif
 
 module com { module sun { module star { module xml { module dom {
diff --git a/main/offapi/com/sun/star/xml/dom/XSAXDocumentBuilder.idl b/main/offapi/com/sun/star/xml/dom/XSAXDocumentBuilder.idl
index a35cee5..47fde10 100644
--- a/main/offapi/com/sun/star/xml/dom/XSAXDocumentBuilder.idl
+++ b/main/offapi/com/sun/star/xml/dom/XSAXDocumentBuilder.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,18 +24,18 @@
 #ifndef __com_sun_star_xml_dom_XSAXDocumentBuilder_idl__
 #define __com_sun_star_xml_dom_XSAXDocumentBuilder_idl__
 
-#ifndef __com_sun_star_uno__XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
+#ifndef __com_sun_star_uno__XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
 #endif
 
-#ifndef __com_sun_star_xml_dom_XDocument_idl__ 
-#include <com/sun/star/xml/dom/XDocument.idl> 
+#ifndef __com_sun_star_xml_dom_XDocument_idl__
+#include <com/sun/star/xml/dom/XDocument.idl>
 #endif
-#ifndef __com_sun_star_xml_dom_XDocumentFragment_idl__ 
-#include <com/sun/star/xml/dom/XDocumentFragment.idl> 
+#ifndef __com_sun_star_xml_dom_XDocumentFragment_idl__
+#include <com/sun/star/xml/dom/XDocumentFragment.idl>
 #endif
-#ifndef __com_sun_star_xml_dom_SAXDocumentBuilderState_idl__ 
-#include <com/sun/star/xml/dom/SAXDocumentBuilderState.idl> 
+#ifndef __com_sun_star_xml_dom_SAXDocumentBuilderState_idl__
+#include <com/sun/star/xml/dom/SAXDocumentBuilderState.idl>
 #endif
 
 module com { module sun { module star { module xml { module dom {
@@ -52,7 +52,7 @@
     XDocumentFragment getDocumentFragment();
     void startDocumentFragment( [in] XDocument ownerDoc);
     void endDocumentFragment();
-    
+
 
 };
 
diff --git a/main/offapi/com/sun/star/xml/dom/XText.idl b/main/offapi/com/sun/star/xml/dom/XText.idl
index 28c7ace..0aaa415 100644
--- a/main/offapi/com/sun/star/xml/dom/XText.idl
+++ b/main/offapi/com/sun/star/xml/dom/XText.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,15 +24,15 @@
 #ifndef __com_sun_star_xml_dom_XText_idl__
 #define __com_sun_star_xml_dom_XText_idl__
 
-#ifndef __com_sun_star_xml_dom_XCharacterData_idl__ 
-#include <com/sun/star/xml/dom/XCharacterData.idl> 
+#ifndef __com_sun_star_xml_dom_XCharacterData_idl__
+#include <com/sun/star/xml/dom/XCharacterData.idl>
 #endif
 
 module com { module sun { module star { module xml { module dom {
 
 interface XText: XCharacterData
 {
-	/** Breaks this node into two nodes at the specified offset, keeping 
+	/** Breaks this node into two nodes at the specified offset, keeping
 	    both in the tree as siblings.
         Throws:
         DOMException - INDEX_SIZE_ERR: Raised if the specified offset is negative or greater than the number of 16-bit units in data.
diff --git a/main/offapi/com/sun/star/xml/dom/events/AttrChangeType.idl b/main/offapi/com/sun/star/xml/dom/events/AttrChangeType.idl
index e5b4d77..418dc56 100644
--- a/main/offapi/com/sun/star/xml/dom/events/AttrChangeType.idl
+++ b/main/offapi/com/sun/star/xml/dom/events/AttrChangeType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/xml/dom/events/EventException.idl b/main/offapi/com/sun/star/xml/dom/events/EventException.idl
index f64d087..0d63731 100644
--- a/main/offapi/com/sun/star/xml/dom/events/EventException.idl
+++ b/main/offapi/com/sun/star/xml/dom/events/EventException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -27,7 +27,7 @@
 #include <com/sun/star/uno/Exception.idl>
 #endif
 
-module com { module sun { module star { module xml { module dom { module events {  
+module com { module sun { module star { module xml { module dom { module events {
 
 // Introduced in DOM Level 2:
 exception EventException: com::sun::star::uno::Exception {
diff --git a/main/offapi/com/sun/star/xml/dom/events/EventType.idl b/main/offapi/com/sun/star/xml/dom/events/EventType.idl
index 1bbff38..eb7f980 100644
--- a/main/offapi/com/sun/star/xml/dom/events/EventType.idl
+++ b/main/offapi/com/sun/star/xml/dom/events/EventType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -54,8 +54,8 @@
 
     click,
     /*
-    The click event occurs when the pointing device button is clicked over an element. 
-    A click is defined as a mousedown and mouseup over the same screen location. 
+    The click event occurs when the pointing device button is clicked over an element.
+    A click is defined as a mousedown and mouseup over the same screen location.
     The sequence of these events is:
 
     mousedown
diff --git a/main/offapi/com/sun/star/xml/dom/events/PhaseType.idl b/main/offapi/com/sun/star/xml/dom/events/PhaseType.idl
index d59d408..9c167c2 100644
--- a/main/offapi/com/sun/star/xml/dom/events/PhaseType.idl
+++ b/main/offapi/com/sun/star/xml/dom/events/PhaseType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/xml/dom/events/XDocumentEvent.idl b/main/offapi/com/sun/star/xml/dom/events/XDocumentEvent.idl
index 8d695c8..f0f52fd 100644
--- a/main/offapi/com/sun/star/xml/dom/events/XDocumentEvent.idl
+++ b/main/offapi/com/sun/star/xml/dom/events/XDocumentEvent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -27,7 +27,7 @@
 #include <com/sun/star/xml/dom/events/EventType.idl>
 #include <com/sun/star/xml/dom/events/XEvent.idl>
 
-module com { module sun { module star { module xml { module dom { module events {  
+module com { module sun { module star { module xml { module dom { module events {
 
 // Introduced in DOM Level 2:
 interface XDocumentEvent : com::sun::star::uno::XInterface {
diff --git a/main/offapi/com/sun/star/xml/dom/events/XEvent.idl b/main/offapi/com/sun/star/xml/dom/events/XEvent.idl
index 6daa3fc..94fd15e 100644
--- a/main/offapi/com/sun/star/xml/dom/events/XEvent.idl
+++ b/main/offapi/com/sun/star/xml/dom/events/XEvent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -36,7 +36,7 @@
 {
 
     string getType();
-    
+
     XEventTarget getTarget();
 
     XEventTarget getCurrentTarget();
@@ -53,9 +53,9 @@
 
     void preventDefault();
 
-    void initEvent([in] string eventTypeArg, 
-                   [in] boolean canBubbleArg, 
-                   [in] boolean cancelableArg);    
+    void initEvent([in] string eventTypeArg,
+                   [in] boolean canBubbleArg,
+                   [in] boolean cancelableArg);
 };
 }; }; }; }; }; };
 
diff --git a/main/offapi/com/sun/star/xml/dom/events/XEventListener.idl b/main/offapi/com/sun/star/xml/dom/events/XEventListener.idl
index 7eaba8f..d0d11f8 100644
--- a/main/offapi/com/sun/star/xml/dom/events/XEventListener.idl
+++ b/main/offapi/com/sun/star/xml/dom/events/XEventListener.idl
@@ -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,26 +7,26 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 #ifndef __com_sun_star_xml_dom_events_XEventListener_idl__
 #define __com_sun_star_xml_dom_events_XEventListener_idl__
 
 #include <com/sun/star/uno/XInterface.idl>
 
-module com { module sun { module star { module xml { module dom { module events {  
+module com { module sun { module star { module xml { module dom { module events {
 
 interface XEvent;
 
diff --git a/main/offapi/com/sun/star/xml/dom/events/XEventTarget.idl b/main/offapi/com/sun/star/xml/dom/events/XEventTarget.idl
index 408efd5..bdd39a7 100644
--- a/main/offapi/com/sun/star/xml/dom/events/XEventTarget.idl
+++ b/main/offapi/com/sun/star/xml/dom/events/XEventTarget.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 #ifndef __com_sun_star_xml_dom_events_XEventTarget_idl__
 #define __com_sun_star_xml_dom_events_XEventTarget_idl__
 
@@ -36,12 +36,12 @@
 
 // Introduced in DOM Level 2:
 interface XEventTarget : com::sun::star::uno::XInterface {
-    void addEventListener([in] string eventType, 
-                          [in] XEventListener listener, 
+    void addEventListener([in] string eventType,
+                          [in] XEventListener listener,
                           [in] boolean useCapture);
 
-    void removeEventListener([in] string eventType, 
-                             [in] XEventListener listener, 
+    void removeEventListener([in] string eventType,
+                             [in] XEventListener listener,
                              [in] boolean useCapture);
 
     boolean dispatchEvent([in] XEvent evt) raises(EventException);
diff --git a/main/offapi/com/sun/star/xml/dom/events/XMouseEvent.idl b/main/offapi/com/sun/star/xml/dom/events/XMouseEvent.idl
index c5c66f0..3aa9f08 100644
--- a/main/offapi/com/sun/star/xml/dom/events/XMouseEvent.idl
+++ b/main/offapi/com/sun/star/xml/dom/events/XMouseEvent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -29,7 +29,7 @@
 #include <com/sun/star/xml/dom/events/XEventTarget.idl>
 #include <com/sun/star/xml/dom/events/XEventListener.idl>
 
-module com { module sun { module star { module xml { module dom { module events {  
+module com { module sun { module star { module xml { module dom { module events {
 
 // Introduced in DOM Level 2:
 interface XMouseEvent : XUIEvent {
@@ -45,20 +45,20 @@
     short getButton();
     XEventTarget getRelatedTarget();
 
-    void initMouseEvent([in] string typeArg, 
-                        [in] boolean canBubbleArg, 
-                        [in] boolean cancelableArg, 
-                        [in] com::sun::star::xml::dom::views::XAbstractView viewArg, 
-                        [in] long detailArg, 
-                        [in] long screenXArg, 
-                        [in] long screenYArg, 
-                        [in] long clientXArg, 
-                        [in] long clientYArg, 
-                        [in] boolean ctrlKeyArg, 
-                        [in] boolean altKeyArg, 
-                        [in] boolean shiftKeyArg, 
-                        [in] boolean metaKeyArg, 
-                        [in] short buttonArg, 
+    void initMouseEvent([in] string typeArg,
+                        [in] boolean canBubbleArg,
+                        [in] boolean cancelableArg,
+                        [in] com::sun::star::xml::dom::views::XAbstractView viewArg,
+                        [in] long detailArg,
+                        [in] long screenXArg,
+                        [in] long screenYArg,
+                        [in] long clientXArg,
+                        [in] long clientYArg,
+                        [in] boolean ctrlKeyArg,
+                        [in] boolean altKeyArg,
+                        [in] boolean shiftKeyArg,
+                        [in] boolean metaKeyArg,
+                        [in] short buttonArg,
                         [in] XEventTarget relatedTargetArg);
 };
 }; }; }; }; }; };
diff --git a/main/offapi/com/sun/star/xml/dom/events/XMutationEvent.idl b/main/offapi/com/sun/star/xml/dom/events/XMutationEvent.idl
index a61af4c..ab7a326 100644
--- a/main/offapi/com/sun/star/xml/dom/events/XMutationEvent.idl
+++ b/main/offapi/com/sun/star/xml/dom/events/XMutationEvent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -31,7 +31,7 @@
 
 #include <com/sun/star/xml/dom/XNode.idl>
 
-module com { module sun { module star { module xml { module dom { module events {  
+module com { module sun { module star { module xml { module dom { module events {
 
 interface XMutationEvent : XEvent {
 
@@ -42,13 +42,13 @@
     string getAttrName();
     AttrChangeType getAttrChange();
 
-    void initMutationEvent([in] string typeArg, 
-                           [in] boolean canBubbleArg, 
-                           [in] boolean cancelableArg, 
-                           [in] com::sun::star::xml::dom::XNode relatedNodeArg, 
-                           [in] string prevValueArg, 
-                           [in] string newValueArg, 
-                           [in] string attrNameArg, 
+    void initMutationEvent([in] string typeArg,
+                           [in] boolean canBubbleArg,
+                           [in] boolean cancelableArg,
+                           [in] com::sun::star::xml::dom::XNode relatedNodeArg,
+                           [in] string prevValueArg,
+                           [in] string newValueArg,
+                           [in] string attrNameArg,
                            [in] AttrChangeType attrChangeArg);
 };
 }; }; }; }; }; };
diff --git a/main/offapi/com/sun/star/xml/dom/events/XUIEvent.idl b/main/offapi/com/sun/star/xml/dom/events/XUIEvent.idl
index 36d0e8f..c6bacc6 100644
--- a/main/offapi/com/sun/star/xml/dom/events/XUIEvent.idl
+++ b/main/offapi/com/sun/star/xml/dom/events/XUIEvent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -25,20 +25,20 @@
 
 #include <com/sun/star/xml/dom/events/XEvent.idl>
 
-module com { module sun { module star { module xml { module dom { module views {  
+module com { module sun { module star { module xml { module dom { module views {
     interface XAbstractView;
 }; }; }; }; }; };
 
-module com { module sun { module star { module xml { module dom { module events {  
+module com { module sun { module star { module xml { module dom { module events {
 
 // Introduced in DOM Level 2:
 interface XUIEvent : XEvent {
     com::sun::star::xml::dom::views::XAbstractView getView();
     long getDetail();
-    void initUIEvent([in] string typeArg, 
-                     [in] boolean canBubbleArg, 
-                     [in] boolean cancelableArg, 
-                     [in] com::sun::star::xml::dom::views::XAbstractView viewArg, 
+    void initUIEvent([in] string typeArg,
+                     [in] boolean canBubbleArg,
+                     [in] boolean cancelableArg,
+                     [in] com::sun::star::xml::dom::views::XAbstractView viewArg,
                      [in] long detailArg);
 };
 }; }; }; }; }; };
diff --git a/main/offapi/com/sun/star/xml/dom/views/XAbstractView.idl b/main/offapi/com/sun/star/xml/dom/views/XAbstractView.idl
index 9eaebab..89f0bac 100644
--- a/main/offapi/com/sun/star/xml/dom/views/XAbstractView.idl
+++ b/main/offapi/com/sun/star/xml/dom/views/XAbstractView.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -26,7 +26,7 @@
 #include <com/sun/star/uno/XInterface.idl>
 #include <com/sun/star/xml/dom/events/XEvent.idl>
 
-module com { module sun { module star { module xml { module dom { module views {  
+module com { module sun { module star { module xml { module dom { module views {
 
 interface XDocumentView;
 
diff --git a/main/offapi/com/sun/star/xml/dom/views/XDocumentView.idl b/main/offapi/com/sun/star/xml/dom/views/XDocumentView.idl
index 818a78a..434a26a 100644
--- a/main/offapi/com/sun/star/xml/dom/views/XDocumentView.idl
+++ b/main/offapi/com/sun/star/xml/dom/views/XDocumentView.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -26,7 +26,7 @@
 #include <com/sun/star/uno/XInterface.idl>
 #include <com/sun/star/xml/dom/views/XAbstractView.idl>
 
-module com { module sun { module star { module xml { module dom { module views {  
+module com { module sun { module star { module xml { module dom { module views {
 
 interface XDocumentView : com::sun::star::uno::XInterface {
    XAbstractView getDefaultView();
diff --git a/main/offapi/com/sun/star/xml/input/SaxDocumentHandler.idl b/main/offapi/com/sun/star/xml/input/SaxDocumentHandler.idl
index 7ce0dfc..c16675b 100644
--- a/main/offapi/com/sun/star/xml/input/SaxDocumentHandler.idl
+++ b/main/offapi/com/sun/star/xml/input/SaxDocumentHandler.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -41,7 +41,7 @@
     /** to be passed to a SAX parser
      */
     interface com::sun::star::xml::sax::XDocumentHandler;
-    
+
     /** to be used to pass XRoot object
      */
     interface com::sun::star::lang::XInitialization;
diff --git a/main/offapi/com/sun/star/xml/input/XAttributes.idl b/main/offapi/com/sun/star/xml/input/XAttributes.idl
index dc60cdb..99c354f 100644
--- a/main/offapi/com/sun/star/xml/input/XAttributes.idl
+++ b/main/offapi/com/sun/star/xml/input/XAttributes.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -29,7 +29,7 @@
 module com { module sun { module star { module xml { module input {
 
 /** An element's attributes
-    
+
     @internal
 */
 interface XAttributes : com::sun::star::uno::XInterface
@@ -40,9 +40,9 @@
                 number of attributes
     */
     long getLength();
-  
+
     /** Gets attribute index passing a QName.
-        
+
         @param qName
                QName
         @return
@@ -51,7 +51,7 @@
     long getIndexByQName( [in] string qName );
 
     /** Gets attribute index passing a namespace uid and a localname.
-        
+
         @param uid
                namespace uid
         @param localName
@@ -60,7 +60,7 @@
                 attribute index or -1, if not found
     */
     long getIndexByUidName( [in] long uid, [in] string localName );
-  
+
     /** Gets the QName of an attribute.
 
         @param nIndex
@@ -68,8 +68,8 @@
         @return
                 QName of attribute or empty string, if invalid index
     */
-    string getQNameByIndex( [in] long nIndex ); 
-    
+    string getQNameByIndex( [in] long nIndex );
+
     /** Gets the namespace uid of an attribute.
 
         @param nIndex
@@ -78,7 +78,7 @@
                 namespace uid of attribute or -1, if invalid index
     */
     long getUidByIndex( [in] long nIndex );
-  
+
     /** Gets the localname of an attribute.
 
         @param nIndex
@@ -86,8 +86,8 @@
         @return
                 localname of attribute or empty string, if invalid index
     */
-    string getLocalNameByIndex( [in] long nIndex ); 
-  
+    string getLocalNameByIndex( [in] long nIndex );
+
     /** Gets the value of an attribute.
 
         @param nIndex
@@ -96,7 +96,7 @@
                 value string or empty string, if invalid index
     */
     string getValueByIndex( [in] long nIndex );
-  
+
     /** For convenience: Gets the value of an attribute passing uid, localname.
 
         @param uid
@@ -107,7 +107,7 @@
                 value string or empty string, if invalid uid/localname
     */
     string getValueByUidName( [in] long uid, [in] string localName );
-  
+
     /** Gets the type of an attribute, if possible.
 
         @param nIndex
@@ -115,7 +115,7 @@
         @return
                 type of attribute (if possible, else empty string)
     */
-    string getTypeByIndex( [in] long nIndex ); 
+    string getTypeByIndex( [in] long nIndex );
 };
 
 }; }; }; }; };
diff --git a/main/offapi/com/sun/star/xml/input/XElement.idl b/main/offapi/com/sun/star/xml/input/XElement.idl
index c9bf45b..55fa3ff 100644
--- a/main/offapi/com/sun/star/xml/input/XElement.idl
+++ b/main/offapi/com/sun/star/xml/input/XElement.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -36,14 +36,14 @@
 interface XElement : com::sun::star::uno::XInterface
 {
     /** Gets the parent context.
-        
+
         @return
                 parent context
     */
     XElement getParent();
-    
+
     /** Gets the localname of this element.
-        
+
         @return
                 localname of this element
     */
@@ -57,14 +57,14 @@
     long getUid();
 
     /** Gets the attributes of this element.
-        
+
         @return
                 attributes of this element
     */
     XAttributes getAttributes();
-    
+
     /** Called upon each occurring child element.
-        
+
         @param uid
                namespace uid of element
         @param localName
@@ -77,15 +77,15 @@
     XElement startChildElement(
         [in] long uid, [in] string localName, [in] XAttributes xAttributes )
         raises (com::sun::star::xml::sax::SAXException);
-    
+
     /** Called upon retrieval of characters.
-        
+
         @param chars
                characters
     */
     void characters( [in] string chars )
         raises (com::sun::star::xml::sax::SAXException);
-    
+
     /** Receives notification of white space that can be ignored.
 
         @param whitespace
@@ -104,7 +104,7 @@
     void processingInstruction(
         [in] string target, [in] string data )
         raises (com::sun::star::xml::sax::SAXException);
-    
+
     /** Receives notification of element closing.
      */
     void endElement()
diff --git a/main/offapi/com/sun/star/xml/input/XNamespaceMapping.idl b/main/offapi/com/sun/star/xml/input/XNamespaceMapping.idl
index 36d2bc1..bf8da55 100644
--- a/main/offapi/com/sun/star/xml/input/XNamespaceMapping.idl
+++ b/main/offapi/com/sun/star/xml/input/XNamespaceMapping.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,20 +30,20 @@
 module com { module sun { module star { module xml { module input {
 
 /** Interface to map XML namespace URI strings to ordinals (URI-id, short uid).
-    
+
     @internal
 */
 interface XNamespaceMapping : com::sun::star::uno::XInterface
 {
     /** Creates a unique ordinal passing an XML namespace URI.
-        
+
         @param uri
                XML namespace URI
         @return
                 uid
      */
     long getUidByUri( [in] string uri );
-    
+
     /** Gets the corresponding XML namespace URI passing a uid (created using
         getUidByUri()).
 
diff --git a/main/offapi/com/sun/star/xml/input/XRoot.idl b/main/offapi/com/sun/star/xml/input/XRoot.idl
index 82aa3ca..71f9862 100644
--- a/main/offapi/com/sun/star/xml/input/XRoot.idl
+++ b/main/offapi/com/sun/star/xml/input/XRoot.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -34,13 +34,13 @@
 
 /** Root interface being passed to SaxDocumentHandler service upon
     instantiation.
-    
+
     @internal
 */
 interface XRoot : com::sun::star::uno::XInterface
 {
     /** Receives notification of the beginning of a document.
-         
+
          @param xMapping
                 mapping to obtain ids out of XML namespace URIs
                 and vice versa
@@ -48,12 +48,12 @@
     void startDocument(
         [in] XNamespaceMapping xMapping )
         raises (com::sun::star::xml::sax::SAXException);
-    
+
     /** Receives notification of the end of a document.
      */
     void endDocument()
         raises (com::sun::star::xml::sax::SAXException);
-    
+
     /** Receives notification of a processing instruction.
 
         @param target
@@ -64,7 +64,7 @@
     void processingInstruction(
         [in] string target, [in] string data )
         raises (com::sun::star::xml::sax::SAXException);
-    
+
     /** Receives an object for locating the origin of SAX document events.
 
         @param locator
diff --git a/main/offapi/com/sun/star/xml/sax/FastShapeContextHandler.idl b/main/offapi/com/sun/star/xml/sax/FastShapeContextHandler.idl
index 322ffeb..4a6afeb 100644
--- a/main/offapi/com/sun/star/xml/sax/FastShapeContextHandler.idl
+++ b/main/offapi/com/sun/star/xml/sax/FastShapeContextHandler.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/xml/sax/FastToken.idl b/main/offapi/com/sun/star/xml/sax/FastToken.idl
index 38b31d3..0044699 100644
--- a/main/offapi/com/sun/star/xml/sax/FastToken.idl
+++ b/main/offapi/com/sun/star/xml/sax/FastToken.idl
@@ -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,49 +7,49 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_xml_sax_XFastToken_idl__ 
-#define __com_sun_star_xml_sax_XFastToken_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module xml {  module sax {  
- 
-//============================================================================ 
+#ifndef __com_sun_star_xml_sax_XFastToken_idl__
+#define __com_sun_star_xml_sax_XFastToken_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module xml {  module sax {
+
+//============================================================================
 
 constants FastToken
-{ 
-	//------------------------------------------------------------------------- 
-		
+{
+	//-------------------------------------------------------------------------
+
 	/** specifies an unknown token.
 	 */
 	const long DONTKNOW = -1;
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** specifies the first namespace token
 	*/
 	const long NAMESPACE = 0x00010000;
 };
 
-//============================================================================= 
- 
-}; }; }; }; };  
- 
-#endif 
+//=============================================================================
+
+}; }; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/xml/sax/FastTokenHandler.idl b/main/offapi/com/sun/star/xml/sax/FastTokenHandler.idl
index 6ef3146..5ad0d7c 100644
--- a/main/offapi/com/sun/star/xml/sax/FastTokenHandler.idl
+++ b/main/offapi/com/sun/star/xml/sax/FastTokenHandler.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/xml/sax/InputSource.idl b/main/offapi/com/sun/star/xml/sax/InputSource.idl
index 982c704..5cd186a 100644
--- a/main/offapi/com/sun/star/xml/sax/InputSource.idl
+++ b/main/offapi/com/sun/star/xml/sax/InputSource.idl
@@ -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,37 +7,37 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_xml_sax_InputSource_idl__ 
-#define __com_sun_star_xml_sax_InputSource_idl__ 
- 
-#ifndef __com_sun_star_io_XInputStream_idl__ 
-#include <com/sun/star/io/XInputStream.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module xml {  module sax {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_xml_sax_InputSource_idl__
+#define __com_sun_star_xml_sax_InputSource_idl__
+
+#ifndef __com_sun_star_io_XInputStream_idl__
+#include <com/sun/star/io/XInputStream.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module xml {  module sax {
+
+//=============================================================================
+
 /** specifies the Datasource plus some additional information for the parser.
-	
+
 	<p>There are two places where the application will deliver this input
-	source to the parser: 
+	source to the parser:
 	</p>
 	<ul>
 		<li>as the argument of <method>XParser::parseStream</method></li>
@@ -49,36 +49,36 @@
 {
 	/** contains the byte input stream of the document.
 	 */
-	com::sun::star::io::XInputStream aInputStream; 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** contains the encoding of the data stream. This is used by the parser 
-		to do unicode conversions. 
-		
-		<p>Note that in general you do not need to specify an encoding. 
-		Either it is UTF-8 or UTF-16 which is recognized by the parser 
-		or it is specified in the first line of the XML-File 
+	com::sun::star::io::XInputStream aInputStream;
+
+	//-------------------------------------------------------------------------
+
+	/** contains the encoding of the data stream. This is used by the parser
+		to do unicode conversions.
+
+		<p>Note that in general you do not need to specify an encoding.
+		Either it is UTF-8 or UTF-16 which is recognized by the parser
+		or it is specified in the first line of the XML-File
 		( e.g. <em>?xml encoding="EUC-JP"?</em> ).</p>
 	 */
-	string sEncoding; 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** constains the public Id of the document, for example, needed in 
+	string sEncoding;
+
+	//-------------------------------------------------------------------------
+
+	/** constains the public Id of the document, for example, needed in
 		exception-message strings.
 	 */
-	string sPublicId; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	string sPublicId;
+
+	//-------------------------------------------------------------------------
+
 	/** contains the sytemID of the document.
 	 */
-	string sSystemId; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; };  
- 
-#endif 
+	string sSystemId;
+};
+
+//=============================================================================
+
+}; }; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/xml/sax/SAXException.idl b/main/offapi/com/sun/star/xml/sax/SAXException.idl
index e9578ab..afe6b91 100644
--- a/main/offapi/com/sun/star/xml/sax/SAXException.idl
+++ b/main/offapi/com/sun/star/xml/sax/SAXException.idl
@@ -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,38 +7,38 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_xml_sax_SAXException_idl__ 
-#define __com_sun_star_xml_sax_SAXException_idl__ 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module xml {  module sax {  
- 
-//============================================================================= 
- 
-/** encapsulates the details of an XML parse error or warning. 
-	
-	<p>This structure is a replacement for the Java class 
+#ifndef __com_sun_star_xml_sax_SAXException_idl__
+#define __com_sun_star_xml_sax_SAXException_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module xml {  module sax {
+
+//=============================================================================
+
+/** encapsulates the details of an XML parse error or warning.
+
+	<p>This structure is a replacement for the Java class
 	<em>org.xml.sax.SAXException</em>. </p>
-	
+
 	<p>Some abbreviations: </p>
 	<ul>
 		<li>SAX = Simple API for XML </li>
@@ -46,17 +46,17 @@
 		<li>DTD = document type definition </li>
  */
 published exception SAXException: com::sun::star::uno::Exception
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** This field may contain a  wrapped exception.
 	 */
-	any WrappedException; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; };  
- 
-#endif 
+	any WrappedException;
+
+};
+
+//=============================================================================
+
+}; }; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/xml/sax/SAXInvalidCharacterException.idl b/main/offapi/com/sun/star/xml/sax/SAXInvalidCharacterException.idl
index b2f88aa..a53b154 100644
--- a/main/offapi/com/sun/star/xml/sax/SAXInvalidCharacterException.idl
+++ b/main/offapi/com/sun/star/xml/sax/SAXInvalidCharacterException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/xml/sax/SAXParseException.idl b/main/offapi/com/sun/star/xml/sax/SAXParseException.idl
index fc26508..8a99a07 100644
--- a/main/offapi/com/sun/star/xml/sax/SAXParseException.idl
+++ b/main/offapi/com/sun/star/xml/sax/SAXParseException.idl
@@ -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,68 +7,68 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_xml_sax_SAXParseException_idl__ 
-#define __com_sun_star_xml_sax_SAXParseException_idl__ 
- 
-#ifndef __com_sun_star_xml_sax_SAXException_idl__ 
-#include <com/sun/star/xml/sax/SAXException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module xml {  module sax {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_xml_sax_SAXParseException_idl__
+#define __com_sun_star_xml_sax_SAXParseException_idl__
+
+#ifndef __com_sun_star_xml_sax_SAXException_idl__
+#include <com/sun/star/xml/sax/SAXException.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module xml {  module sax {
+
+//=============================================================================
+
 /** stores information for locating the error in the original XML document.
 
 	@see XLocater
  */
 published exception SAXParseException: com::sun::star::xml::sax::SAXException
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** contains the public identifier of the document where the exception 
+{
+	//-------------------------------------------------------------------------
+
+	/** contains the public identifier of the document where the exception
 		has occurred.
 	 */
-	string PublicId; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	string PublicId;
+
+	//-------------------------------------------------------------------------
+
 	/** contains the system identifier of the document.
 	 */
-	string SystemId; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	string SystemId;
+
+	//-------------------------------------------------------------------------
+
 	/** contains the line number in the document.
 	 */
-	long LineNumber; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	long LineNumber;
+
+	//-------------------------------------------------------------------------
+
 	/** contains the column number in the document.
 	 */
-	long ColumnNumber; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; };  
- 
-#endif 
+	long ColumnNumber;
+
+};
+
+//=============================================================================
+
+}; }; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/xml/sax/XAttributeList.idl b/main/offapi/com/sun/star/xml/sax/XAttributeList.idl
index 60ffb74..53fbdf2 100644
--- a/main/offapi/com/sun/star/xml/sax/XAttributeList.idl
+++ b/main/offapi/com/sun/star/xml/sax/XAttributeList.idl
@@ -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,92 +7,92 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_xml_sax_XAttributeList_idl__ 
-#define __com_sun_star_xml_sax_XAttributeList_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module xml {  module sax {  
- 
-//============================================================================= 
- 
-/** specifies an element's attributes. 
-	
-	<p>This interface describes a name-type-value triple which describes a 
-	single attribute of a tag. Implementors are encouraged to implement the 
-	<type scope="com::sun::star::util">XCloneable</type> interface also to 
+#ifndef __com_sun_star_xml_sax_XAttributeList_idl__
+#define __com_sun_star_xml_sax_XAttributeList_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module xml {  module sax {
+
+//=============================================================================
+
+/** specifies an element's attributes.
+
+	<p>This interface describes a name-type-value triple which describes a
+	single attribute of a tag. Implementors are encouraged to implement the
+	<type scope="com::sun::star::util">XCloneable</type> interface also to
 	allow the user to make a copy of the instance.
-	
+
 	</p>
 	<p>This interface is an IDL version of the Java interface
 	<em>org.xml.sax.AttributeList</em>.</p>
  */
 published interface XAttributeList: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns  
+{
+	//-------------------------------------------------------------------------
+
+	/** @returns
 					the number of attributes in this list.
 	 */
-	short getLength(); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns  
+	short getLength();
+
+	//-------------------------------------------------------------------------
+
+	/** @returns
 					the name of an attribute in this list (by position).
 	 */
-	string getNameByIndex( [in] short i ); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns  
-					the type of an attribute in the list (by position). 
+	string getNameByIndex( [in] short i );
+
+	//-------------------------------------------------------------------------
+
+	/** @returns
+					the type of an attribute in the list (by position).
 					Non-validating parsers may return CDATA only.
 	 */
-	string getTypeByIndex( [in] short i ); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns  
-					the type of an attribute in the list (by name). 
+	string getTypeByIndex( [in] short i );
+
+	//-------------------------------------------------------------------------
+
+	/** @returns
+					the type of an attribute in the list (by name).
 					Non-validating parsers may return CDATA only.
 	 */
-	string getTypeByName( [in] string aName ); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns  
+	string getTypeByName( [in] string aName );
+
+	//-------------------------------------------------------------------------
+
+	/** @returns
 					the value of an attribute in the list (by position).
 	 */
-	string getValueByIndex( [in] short i ); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns  
+	string getValueByIndex( [in] short i );
+
+	//-------------------------------------------------------------------------
+
+	/** @returns
 					the value of an attribute in the list (by name).
 	 */
-	string getValueByName( [in] string aName ); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; };  
- 
-#endif 
+	string getValueByName( [in] string aName );
+};
+
+//=============================================================================
+
+}; }; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/xml/sax/XDTDHandler.idl b/main/offapi/com/sun/star/xml/sax/XDTDHandler.idl
index b75b438..6d40470 100644
--- a/main/offapi/com/sun/star/xml/sax/XDTDHandler.idl
+++ b/main/offapi/com/sun/star/xml/sax/XDTDHandler.idl
@@ -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,69 +7,69 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_xml_sax_XDTDHandler_idl__ 
-#define __com_sun_star_xml_sax_XDTDHandler_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module xml {  module sax {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_xml_sax_XDTDHandler_idl__
+#define __com_sun_star_xml_sax_XDTDHandler_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module xml {  module sax {
+
+//=============================================================================
+
 /** receives events according to the DTD of the document.
-	
-	<p>The SAX parser may report these events in any order, regardless of the 
-	order in which the notations and unparsed entities were declared; however, 
-	all DTD events must be reported after the document handler's 
-	<code>startDocument</code> event, and before the first <code>startElement</code> 
-	event.  It is up to the application to store the information for future 
+
+	<p>The SAX parser may report these events in any order, regardless of the
+	order in which the notations and unparsed entities were declared; however,
+	all DTD events must be reported after the document handler's
+	<code>startDocument</code> event, and before the first <code>startElement</code>
+	event.  It is up to the application to store the information for future
 	use (perhaps in a hash table or object tree). If the application encounters
-	attributes of type "NOTATION", "ENTITY", or "ENTITIES", it can use the 
-	information that it obtained through this interface to find the entity 
+	attributes of type "NOTATION", "ENTITY", or "ENTITIES", it can use the
+	information that it obtained through this interface to find the entity
 	and/or notation that corresponds with the attribute value.
 	</p>
  */
 published interface XDTDHandler: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** receives notification of a notation declaration event.
 	 */
-	void notationDecl( [in] string sName, 
-			 [in] string sPublicId, 
-			 [in] string sSystemId ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void notationDecl( [in] string sName,
+			 [in] string sPublicId,
+			 [in] string sSystemId );
+
+	//-------------------------------------------------------------------------
+
 	/** receives notification of an unparsed entity declaration event.
 	 */
-	void unparsedEntityDecl( [in] string sName, 
-			 [in] string sPublicId, 
-			 [in] string sSystemId, 
-			 [in] string sNotationName ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; };  
- 
-#endif 
+	void unparsedEntityDecl( [in] string sName,
+			 [in] string sPublicId,
+			 [in] string sSystemId,
+			 [in] string sNotationName );
+
+};
+
+//=============================================================================
+
+}; }; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/xml/sax/XDocumentHandler.idl b/main/offapi/com/sun/star/xml/sax/XDocumentHandler.idl
index 871a8c1..75e8925 100644
--- a/main/offapi/com/sun/star/xml/sax/XDocumentHandler.idl
+++ b/main/offapi/com/sun/star/xml/sax/XDocumentHandler.idl
@@ -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,115 +7,115 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_xml_sax_XDocumentHandler_idl__ 
-#define __com_sun_star_xml_sax_XDocumentHandler_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_xml_sax_SAXException_idl__ 
-#include <com/sun/star/xml/sax/SAXException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_xml_sax_XAttributeList_idl__ 
-#include <com/sun/star/xml/sax/XAttributeList.idl> 
-#endif 
- 
-#ifndef __com_sun_star_xml_sax_XLocator_idl__ 
-#include <com/sun/star/xml/sax/XLocator.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module xml {  module sax {  
- 
-//============================================================================= 
- 
-/** receives notification of general document events. 
-	
-	<p>This interface is an IDL version of the Java interface 
+#ifndef __com_sun_star_xml_sax_XDocumentHandler_idl__
+#define __com_sun_star_xml_sax_XDocumentHandler_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_xml_sax_SAXException_idl__
+#include <com/sun/star/xml/sax/SAXException.idl>
+#endif
+
+#ifndef __com_sun_star_xml_sax_XAttributeList_idl__
+#include <com/sun/star/xml/sax/XAttributeList.idl>
+#endif
+
+#ifndef __com_sun_star_xml_sax_XLocator_idl__
+#include <com/sun/star/xml/sax/XLocator.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module xml {  module sax {
+
+//=============================================================================
+
+/** receives notification of general document events.
+
+	<p>This interface is an IDL version of the Java interface
 	<em>org.xml.sax.DocumentHandler</em> with some smaller
 	adaptations.</p>
  */
 published interface XDocumentHandler: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** receives notification of the beginning of a document.
 	 */
-	void startDocument() 
-			raises( com::sun::star::xml::sax::SAXException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void startDocument()
+			raises( com::sun::star::xml::sax::SAXException );
+
+	//-------------------------------------------------------------------------
+
 	/** receives notification of the end of a document.
 	 */
-	void endDocument() 
-			raises( com::sun::star::xml::sax::SAXException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void endDocument()
+			raises( com::sun::star::xml::sax::SAXException );
+
+	//-------------------------------------------------------------------------
+
 	/** receives notification of the beginning of an element .
 	 */
-	void startElement( [in] string aName, 
-			 [in] com::sun::star::xml::sax::XAttributeList xAttribs ) 
-			raises( com::sun::star::xml::sax::SAXException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void startElement( [in] string aName,
+			 [in] com::sun::star::xml::sax::XAttributeList xAttribs )
+			raises( com::sun::star::xml::sax::SAXException );
+
+	//-------------------------------------------------------------------------
+
 	/** receives notification of the end of an element.
 	 */
-	void endElement( [in] string aName ) 
-			raises( com::sun::star::xml::sax::SAXException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void endElement( [in] string aName )
+			raises( com::sun::star::xml::sax::SAXException );
+
+	//-------------------------------------------------------------------------
+
 	/** receives notification of character data.
 	 */
-	void characters( [in] string aChars ) 
-			raises( com::sun::star::xml::sax::SAXException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void characters( [in] string aChars )
+			raises( com::sun::star::xml::sax::SAXException );
+
+	//-------------------------------------------------------------------------
+
 	/** receives notification of white space that can be ignored.
 	 */
-	void ignorableWhitespace( [in] string aWhitespaces ) 
-			raises( com::sun::star::xml::sax::SAXException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void ignorableWhitespace( [in] string aWhitespaces )
+			raises( com::sun::star::xml::sax::SAXException );
+
+	//-------------------------------------------------------------------------
+
 	/** receives notification of a processing instruction.
 	 */
-	void processingInstruction( [in] string aTarget, 
-			 [in] string aData ) 
-			raises( com::sun::star::xml::sax::SAXException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void processingInstruction( [in] string aTarget,
+			 [in] string aData )
+			raises( com::sun::star::xml::sax::SAXException );
+
+	//-------------------------------------------------------------------------
+
 	/** receives an object for locating the origin of SAX document events.
 	 */
-	void setDocumentLocator( [in] com::sun::star::xml::sax::XLocator xLocator ) 
-			raises( com::sun::star::xml::sax::SAXException ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; };  
- 
-#endif 
+	void setDocumentLocator( [in] com::sun::star::xml::sax::XLocator xLocator )
+			raises( com::sun::star::xml::sax::SAXException );
+
+};
+
+//=============================================================================
+
+}; }; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/xml/sax/XEntityResolver.idl b/main/offapi/com/sun/star/xml/sax/XEntityResolver.idl
index 4437bd6..f85b786 100644
--- a/main/offapi/com/sun/star/xml/sax/XEntityResolver.idl
+++ b/main/offapi/com/sun/star/xml/sax/XEntityResolver.idl
@@ -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,61 +7,61 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_xml_sax_XEntityResolver_idl__ 
-#define __com_sun_star_xml_sax_XEntityResolver_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_xml_sax_InputSource_idl__ 
-#include <com/sun/star/xml/sax/InputSource.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module xml {  module sax {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_xml_sax_XEntityResolver_idl__
+#define __com_sun_star_xml_sax_XEntityResolver_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_xml_sax_InputSource_idl__
+#include <com/sun/star/xml/sax/InputSource.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module xml {  module sax {
+
+//=============================================================================
+
 /** makes it possible to modify the behaviour of resolving external
 	preferences.
-	
-	<p>Usually, the parser has a default behaviour of resolving external 
-	references (See documentation of the parser implementation). 
+
+	<p>Usually, the parser has a default behaviour of resolving external
+	references (See documentation of the parser implementation).
 	Use this interface to modify or reimplement this behaviour.</p>
  */
 published interface XEntityResolver: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns 	 
-					<type>InputSource</type> for the external entity.  
-					 
-		<p>If <var>aInputStream</var> is a valid reference to an input stream,  
-		the parser uses this <type>InputSource</type>. Otherwise the  
+{
+	//-------------------------------------------------------------------------
+
+	/** @returns
+					<type>InputSource</type> for the external entity.
+
+		<p>If <var>aInputStream</var> is a valid reference to an input stream,
+		the parser uses this <type>InputSource</type>. Otherwise the
 		parser seeks for the entity using its default behaviour.
 	 */
-	InputSource resolveEntity( [in] string sPublicId, [in] string sSystemId ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; };  
- 
-#endif 
+	InputSource resolveEntity( [in] string sPublicId, [in] string sSystemId );
+
+};
+
+//=============================================================================
+
+}; }; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/xml/sax/XErrorHandler.idl b/main/offapi/com/sun/star/xml/sax/XErrorHandler.idl
index e3bd7fe..c80c106 100644
--- a/main/offapi/com/sun/star/xml/sax/XErrorHandler.idl
+++ b/main/offapi/com/sun/star/xml/sax/XErrorHandler.idl
@@ -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,74 +7,74 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_xml_sax_XErrorHandler_idl__ 
-#define __com_sun_star_xml_sax_XErrorHandler_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_xml_sax_SAXException_idl__ 
-#include <com/sun/star/xml/sax/SAXException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module xml {  module sax {  
- 
-//============================================================================= 
- 
-/** is the basic interface for SAX error handlers. 
-	
-	<p>If a SAX application needs to implement customized error handling, 
+#ifndef __com_sun_star_xml_sax_XErrorHandler_idl__
+#define __com_sun_star_xml_sax_XErrorHandler_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_xml_sax_SAXException_idl__
+#include <com/sun/star/xml/sax/SAXException.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module xml {  module sax {
+
+//=============================================================================
+
+/** is the basic interface for SAX error handlers.
+
+	<p>If a SAX application needs to implement customized error handling,
 	it must implement this interface and then register an instance with the
 	SAX parser using the parser's <method>XParser::setErrorhandler</method>
 	method. The parser will then report all errors and warnings through this
 	interface.  </p>
 
 	<p>This interface is a slight adaption of the Java interface
-	<code>org.xml.sax.ErrorHandler</code>. In IDL, no exception can be passed 
-	as an argument, so an <code>any</code> serves as the container. The type of the 
+	<code>org.xml.sax.ErrorHandler</code>. In IDL, no exception can be passed
+	as an argument, so an <code>any</code> serves as the container. The type of the
 	exception is <type>SAXParseException</type> or an instance of a derived class.</p>
  */
 published interface XErrorHandler: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** receives notification of a recoverable error.
 	 */
-	void error( [in] any aSAXParseException ) 
-			raises( com::sun::star::xml::sax::SAXException ); 
- 
-	//------------------------------------------------------------------------- 
+	void error( [in] any aSAXParseException )
+			raises( com::sun::star::xml::sax::SAXException );
+
+	//-------------------------------------------------------------------------
 	/** receives notification of a non-recoverable error.
 	 */
-	void fatalError( [in] any aSAXParseException ) 
-			raises( com::sun::star::xml::sax::SAXException ); 
- 
-	//------------------------------------------------------------------------- 
+	void fatalError( [in] any aSAXParseException )
+			raises( com::sun::star::xml::sax::SAXException );
+
+	//-------------------------------------------------------------------------
 	/** receives notification of a warning.
 	 */
-	void warning( [in] any aSAXParseException ) 
-			raises( com::sun::star::xml::sax::SAXException ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; };  
+	void warning( [in] any aSAXParseException )
+			raises( com::sun::star::xml::sax::SAXException );
 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/xml/sax/XExtendedDocumentHandler.idl b/main/offapi/com/sun/star/xml/sax/XExtendedDocumentHandler.idl
index ee75b82..86872c1 100644
--- a/main/offapi/com/sun/star/xml/sax/XExtendedDocumentHandler.idl
+++ b/main/offapi/com/sun/star/xml/sax/XExtendedDocumentHandler.idl
@@ -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,85 +7,85 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_xml_sax_XExtendedDocumentHandler_idl__ 
-#define __com_sun_star_xml_sax_XExtendedDocumentHandler_idl__ 
- 
-#ifndef __com_sun_star_xml_sax_XDocumentHandler_idl__ 
-#include <com/sun/star/xml/sax/XDocumentHandler.idl> 
-#endif 
- 
-#ifndef __com_sun_star_xml_sax_SAXException_idl__ 
-#include <com/sun/star/xml/sax/SAXException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module xml {  module sax {  
- 
-//============================================================================= 
- 
-/** this interface does not conform to the SAX-standard. 
+#ifndef __com_sun_star_xml_sax_XExtendedDocumentHandler_idl__
+#define __com_sun_star_xml_sax_XExtendedDocumentHandler_idl__
 
-	<p>Note: Whether or not every callback is supported is dependent 
+#ifndef __com_sun_star_xml_sax_XDocumentHandler_idl__
+#include <com/sun/star/xml/sax/XDocumentHandler.idl>
+#endif
+
+#ifndef __com_sun_star_xml_sax_SAXException_idl__
+#include <com/sun/star/xml/sax/SAXException.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module xml {  module sax {
+
+//=============================================================================
+
+/** this interface does not conform to the SAX-standard.
+
+	<p>Note: Whether or not every callback is supported is dependent
 	on the parser implementation.
  */
 published interface XExtendedDocumentHandler: com::sun::star::xml::sax::XDocumentHandler
-{ 
-	//------------------------------------------------------------------------- 
-	/** receives notification about the start of a CDATA section in the 
+{
+	//-------------------------------------------------------------------------
+	/** receives notification about the start of a CDATA section in the
 		XML-source.
-		
-		<p>Any string coming in via character handler may include chars, 
+
+		<p>Any string coming in via character handler may include chars,
 		that would otherwise be interpreted as markup. </p>
 	 */
-	void startCDATA() 
-			raises( com::sun::star::xml::sax::SAXException ); 
- 
-	//------------------------------------------------------------------------- 
-	/** informs about the end of a CDATA-Section. 
-		
-		<p>Note that <code>startCDATA/endCDATA</code> MUST NOT enclose any 
+	void startCDATA()
+			raises( com::sun::star::xml::sax::SAXException );
+
+	//-------------------------------------------------------------------------
+	/** informs about the end of a CDATA-Section.
+
+		<p>Note that <code>startCDATA/endCDATA</code> MUST NOT enclose any
 		<code>startElement/endElement</code>-call!</p>
 	 */
-	void endCDATA(); 
- 
-	//------------------------------------------------------------------------- 
+	void endCDATA();
+
+	//-------------------------------------------------------------------------
 	/** receives notification about a comment in the XML-source.
 	 */
-	void comment( [in] string sComment ) 
-			raises( com::sun::star::xml::sax::SAXException ); 
- 
-	//------------------------------------------------------------------------- 
+	void comment( [in] string sComment )
+			raises( com::sun::star::xml::sax::SAXException );
+
+	//-------------------------------------------------------------------------
 	/** informs a writer that it is allowable to insert a line break and
 		indentation before the next <type>XDocumentHandler</type>-call.
 	 */
-	void allowLineBreak() 
-			raises( com::sun::star::xml::sax::SAXException ); 
- 
-	//------------------------------------------------------------------------- 
+	void allowLineBreak()
+			raises( com::sun::star::xml::sax::SAXException );
+
+	//-------------------------------------------------------------------------
 	/** notifies that any characters that cannot be handled by other callback
 		methods are announced through this method.
 	 */
-	void unknown( [in] string sString ) 
-			raises( com::sun::star::xml::sax::SAXException ); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; };  
- 
-#endif 
+	void unknown( [in] string sString )
+			raises( com::sun::star::xml::sax::SAXException );
+};
+
+//=============================================================================
+
+}; }; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/xml/sax/XFastAttributeList.idl b/main/offapi/com/sun/star/xml/sax/XFastAttributeList.idl
index e3941e8..6a0d20a 100644
--- a/main/offapi/com/sun/star/xml/sax/XFastAttributeList.idl
+++ b/main/offapi/com/sun/star/xml/sax/XFastAttributeList.idl
@@ -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,25 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_xml_sax_XFastAttributeList_idl__ 
-#define __com_sun_star_xml_sax_XFastAttributeList_idl__ 
+#ifndef __com_sun_star_xml_sax_XFastAttributeList_idl__
+#define __com_sun_star_xml_sax_XFastAttributeList_idl__
 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
 
 #ifndef __com_sun_star_xml_Attribute_idl__
 #include <com/sun/star/xml/Attribute.idl>
@@ -39,13 +39,13 @@
 #include <com/sun/star/xml/sax/SAXException.idl>
 #endif
 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module xml {  module sax {  
- 
-//============================================================================= 
- 
-/** a container for the attributes of an xml element. 
+//=============================================================================
+
+module com {  module sun {  module star {  module xml {  module sax {
+
+//=============================================================================
+
+/** a container for the attributes of an xml element.
 
 	<br>Attributes are separated into known attributes and unknown attributes.
 	<p>Known attributes have a local name that is known to the <type>XFastTokenHandler</token>
@@ -162,15 +162,15 @@
 		can not be translated to tokens.
 	*/
 	sequence< ::com::sun::star::xml::Attribute > getUnknownAttributes();
-	
+
 	/** returns a sequence of attributes which names and or namespaces URLS
 		are translated to tokens.
 	*/
 	sequence< ::com::sun::star::xml::FastAttribute > getFastAttributes();
 };
 
-//============================================================================= 
- 
-}; }; }; }; };  
- 
-#endif 
+//=============================================================================
+
+}; }; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/xml/sax/XFastContextHandler.idl b/main/offapi/com/sun/star/xml/sax/XFastContextHandler.idl
index 51e9170..3b6c485 100644
--- a/main/offapi/com/sun/star/xml/sax/XFastContextHandler.idl
+++ b/main/offapi/com/sun/star/xml/sax/XFastContextHandler.idl
@@ -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,54 +7,54 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_xml_sax_XFastContextHandler_idl__ 
-#define __com_sun_star_xml_sax_XFastContextHandler_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_xml_sax_SAXException_idl__ 
-#include <com/sun/star/xml/sax/SAXException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_xml_sax_XFastAttributeList_idl__ 
-#include <com/sun/star/xml/sax/XFastAttributeList.idl> 
-#endif 
- 
-#ifndef __com_sun_star_xml_sax_XLocator_idl__ 
-#include <com/sun/star/xml/sax/XLocator.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module xml {  module sax {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_xml_sax_XFastContextHandler_idl__
+#define __com_sun_star_xml_sax_XFastContextHandler_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_xml_sax_SAXException_idl__
+#include <com/sun/star/xml/sax/SAXException.idl>
+#endif
+
+#ifndef __com_sun_star_xml_sax_XFastAttributeList_idl__
+#include <com/sun/star/xml/sax/XFastAttributeList.idl>
+#endif
+
+#ifndef __com_sun_star_xml_sax_XLocator_idl__
+#include <com/sun/star/xml/sax/XLocator.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module xml {  module sax {
+
+//=============================================================================
+
 /** receives notification of sax document events from a
 	<type>XFastParser</type>.
-	
+
 	@see XFastDocumentHandler
  */
 interface XFastContextHandler: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** receives notification of the beginning of an element .
 
 		@param Element
@@ -72,10 +72,10 @@
 			from the element.
 
 	*/
-	void startFastElement( [in] long Element, [in] XFastAttributeList Attribs ) 
-			raises( com::sun::star::xml::sax::SAXException ); 
+	void startFastElement( [in] long Element, [in] XFastAttributeList Attribs )
+			raises( com::sun::star::xml::sax::SAXException );
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** receives notification of the beginning of an unknown element .
 
@@ -87,27 +87,27 @@
 			Contains a <type>XFastAttrbitueList</type> to access the attributes
 			from the element.
 	 */
-	void startUnknownElement( [in] string Namespace, [in] string Name, [in] XFastAttributeList Attribs ) 
-			raises( com::sun::star::xml::sax::SAXException ); 
+	void startUnknownElement( [in] string Namespace, [in] string Name, [in] XFastAttributeList Attribs )
+			raises( com::sun::star::xml::sax::SAXException );
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** receives notification of the end of an known element.
 		@see startFastElement
 	 */
-	void endFastElement( [in] long Element ) 
-			raises( com::sun::star::xml::sax::SAXException ); 
+	void endFastElement( [in] long Element )
+			raises( com::sun::star::xml::sax::SAXException );
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** receives notification of the end of an kown element.
 		@see startUnknownElement
 	 */
-	void endUnknownElement( [in] string Namespace, [in] string Name ) 
-			raises( com::sun::star::xml::sax::SAXException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void endUnknownElement( [in] string Namespace, [in] string Name )
+			raises( com::sun::star::xml::sax::SAXException );
+
+	//-------------------------------------------------------------------------
+
 	/** receives notification of the beginning of a known child element.
 
 		@param Element
@@ -124,11 +124,11 @@
 			Contains a <type>XFastAttrbitueList</type> to access the attributes
 			from the element.
 	 */
-	XFastContextHandler createFastChildContext( [in] long Element, [in] XFastAttributeList Attribs ) 
-			raises( com::sun::star::xml::sax::SAXException ); 
+	XFastContextHandler createFastChildContext( [in] long Element, [in] XFastAttributeList Attribs )
+			raises( com::sun::star::xml::sax::SAXException );
 
-	//------------------------------------------------------------------------- 
-	 
+	//-------------------------------------------------------------------------
+
 	/** receives notification of the beginning of a unknown child element .
 
 		@param Namespace
@@ -139,19 +139,19 @@
 			Contains a <type>XFastAttrbitueList</type> to access the attributes
 			the element.
 	 */
-	XFastContextHandler createUnknownChildContext( [in] string Namespace, [in] string Name, [in] XFastAttributeList Attribs ) 
-			raises( com::sun::star::xml::sax::SAXException ); 
+	XFastContextHandler createUnknownChildContext( [in] string Namespace, [in] string Name, [in] XFastAttributeList Attribs )
+			raises( com::sun::star::xml::sax::SAXException );
 
-	//------------------------------------------------------------------------- 
-	 
+	//-------------------------------------------------------------------------
+
 	/** receives notification of character data.
 	 */
-	void characters( [in] string aChars ) 
-			raises( com::sun::star::xml::sax::SAXException ); 
-  }; 
- 
-//============================================================================= 
- 
-}; }; }; }; };  
- 
-#endif 
+	void characters( [in] string aChars )
+			raises( com::sun::star::xml::sax::SAXException );
+  };
+
+//=============================================================================
+
+}; }; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/xml/sax/XFastDocumentHandler.idl b/main/offapi/com/sun/star/xml/sax/XFastDocumentHandler.idl
index 2fc9a04..a44922e 100644
--- a/main/offapi/com/sun/star/xml/sax/XFastDocumentHandler.idl
+++ b/main/offapi/com/sun/star/xml/sax/XFastDocumentHandler.idl
@@ -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,79 +7,79 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_xml_sax_XFastDocumentHandler_idl__ 
-#define __com_sun_star_xml_sax_XFastDocumentHandler_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_xml_sax_SAXException_idl__ 
-#include <com/sun/star/xml/sax/SAXException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_xml_sax_XFastAttributeList_idl__ 
-#include <com/sun/star/xml/sax/XFastAttributeList.idl> 
-#endif 
+#ifndef __com_sun_star_xml_sax_XFastDocumentHandler_idl__
+#define __com_sun_star_xml_sax_XFastDocumentHandler_idl__
 
-#ifndef __com_sun_star_xml_sax_XFastContextHandler_idl__ 
-#include <com/sun/star/xml/sax/XFastContextHandler.idl> 
-#endif 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
 
-#ifndef __com_sun_star_xml_sax_XLocator_idl__ 
-#include <com/sun/star/xml/sax/XLocator.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module xml {  module sax {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_xml_sax_SAXException_idl__
+#include <com/sun/star/xml/sax/SAXException.idl>
+#endif
+
+#ifndef __com_sun_star_xml_sax_XFastAttributeList_idl__
+#include <com/sun/star/xml/sax/XFastAttributeList.idl>
+#endif
+
+#ifndef __com_sun_star_xml_sax_XFastContextHandler_idl__
+#include <com/sun/star/xml/sax/XFastContextHandler.idl>
+#endif
+
+#ifndef __com_sun_star_xml_sax_XLocator_idl__
+#include <com/sun/star/xml/sax/XLocator.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module xml {  module sax {
+
+//=============================================================================
+
 /** receives notification of sax document events from a
 	<type>XFastParser</type>
  */
 interface XFastDocumentHandler: XFastContextHandler
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** called by the parser when parsing of an xml stream is started.
 	 */
-	void startDocument() 
-			raises( com::sun::star::xml::sax::SAXException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void startDocument()
+			raises( com::sun::star::xml::sax::SAXException );
+
+	//-------------------------------------------------------------------------
+
 	/** called by the parser after the last xml element of a stream is processed.
 	 */
-	void endDocument() 
-			raises( com::sun::star::xml::sax::SAXException ); 
+	void endDocument()
+			raises( com::sun::star::xml::sax::SAXException );
 
-	//------------------------------------------------------------------------- 
-	 
+	//-------------------------------------------------------------------------
+
 	/** receives an object for locating the origin of SAX document events.
 	 */
-	void setDocumentLocator( [in] com::sun::star::xml::sax::XLocator xLocator ) 
-			raises( com::sun::star::xml::sax::SAXException ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; };  
- 
-#endif 
+	void setDocumentLocator( [in] com::sun::star::xml::sax::XLocator xLocator )
+			raises( com::sun::star::xml::sax::SAXException );
+
+};
+
+//=============================================================================
+
+}; }; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/xml/sax/XFastParser.idl b/main/offapi/com/sun/star/xml/sax/XFastParser.idl
index 63f9020..cb24ba0 100644
--- a/main/offapi/com/sun/star/xml/sax/XFastParser.idl
+++ b/main/offapi/com/sun/star/xml/sax/XFastParser.idl
@@ -21,66 +21,66 @@
 
 
 
-#ifndef __com_sun_star_xml_sax_XFastParser_idl__ 
-#define __com_sun_star_xml_sax_XFastParser_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_xml_sax_InputSource_idl__ 
-#include <com/sun/star/xml/sax/InputSource.idl> 
-#endif 
- 
-#ifndef __com_sun_star_xml_sax_SAXException_idl__ 
-#include <com/sun/star/xml/sax/SAXException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_io_IOException_idl__ 
-#include <com/sun/star/io/IOException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_xml_sax_XFastDocumentHandler_idl__ 
-#include <com/sun/star/xml/sax/XFastDocumentHandler.idl> 
-#endif 
+#ifndef __com_sun_star_xml_sax_XFastParser_idl__
+#define __com_sun_star_xml_sax_XFastParser_idl__
 
-#ifndef __com_sun_star_xml_sax_XFastTokenHandler_idl__ 
-#include <com/sun/star/xml/sax/XFastTokenHandler.idl> 
-#endif 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
 
-#ifndef __com_sun_star_xml_sax_XErrorHandler_idl__ 
-#include <com/sun/star/xml/sax/XErrorHandler.idl> 
-#endif 
- 
-#ifndef __com_sun_star_xml_sax_XDTDHandler_idl__ 
-#include <com/sun/star/xml/sax/XDTDHandler.idl> 
-#endif 
- 
-#ifndef __com_sun_star_xml_sax_XEntityResolver_idl__ 
-#include <com/sun/star/xml/sax/XEntityResolver.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_Locale_idl__ 
-#include <com/sun/star/lang/Locale.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module xml {  module sax {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_xml_sax_InputSource_idl__
+#include <com/sun/star/xml/sax/InputSource.idl>
+#endif
+
+#ifndef __com_sun_star_xml_sax_SAXException_idl__
+#include <com/sun/star/xml/sax/SAXException.idl>
+#endif
+
+#ifndef __com_sun_star_io_IOException_idl__
+#include <com/sun/star/io/IOException.idl>
+#endif
+
+#ifndef __com_sun_star_xml_sax_XFastDocumentHandler_idl__
+#include <com/sun/star/xml/sax/XFastDocumentHandler.idl>
+#endif
+
+#ifndef __com_sun_star_xml_sax_XFastTokenHandler_idl__
+#include <com/sun/star/xml/sax/XFastTokenHandler.idl>
+#endif
+
+#ifndef __com_sun_star_xml_sax_XErrorHandler_idl__
+#include <com/sun/star/xml/sax/XErrorHandler.idl>
+#endif
+
+#ifndef __com_sun_star_xml_sax_XDTDHandler_idl__
+#include <com/sun/star/xml/sax/XDTDHandler.idl>
+#endif
+
+#ifndef __com_sun_star_xml_sax_XEntityResolver_idl__
+#include <com/sun/star/xml/sax/XEntityResolver.idl>
+#endif
+
+#ifndef __com_sun_star_lang_Locale_idl__
+#include <com/sun/star/lang/Locale.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module xml {  module sax {
+
+//=============================================================================
+
 /** specifies a SAX parser that uses integer values for known xml names
 	(elements, attributes and attribute values). The parser also handles
 	namespaces and allows to have individual contexts for each xml element.
 
 	<p>Before parsing is possible you have to set your
 	<type>XFastDocumentHandler</type> using <member>setFastDocumentHandler</member>.
-	
+
 	<p>Parsing starts with calling <member>parseStream</member>. If the parser
 	finds a valid xml file with the given <type>InputSource</type>, it calls
 	<member>XFastDocumentHandler::startDocument</member> first.
@@ -103,13 +103,13 @@
 	in the namespace handling and/or the context feature.
 
 	<p>For each element the parser sends a create child element event to the
-	elements parent context by calling 
+	elements parent context by calling
 	<member>XFastContextHandler::createFastChildContext</member> for known
 	elements or <member>XFastContextHandler::createUnknownChildContext</member>
 	for unknown elements.
 	<br>The parent context for the root element is the <type>XFastDocumentHandler</type>
 	itself.
-	
+
 	<p>If the parent context returns an empty reference, no further events for
 	the element and all of its childs are created.
 
@@ -132,62 +132,62 @@
 	@see https://wiki.openoffice.org/wiki/FastParser
 */
 interface XFastParser: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	/** parses an XML document from a stream. 
-		
+{
+	//-------------------------------------------------------------------------
+	/** parses an XML document from a stream.
+
 		<p>Set the desired handlers before calling this method.</p>
 	 */
-	void parseStream( [in] InputSource aInputSource ) 
-			raises( SAXException, com::sun::star::io::IOException ); 
- 
-	//------------------------------------------------------------------------- 
-	
+	void parseStream( [in] InputSource aInputSource )
+			raises( SAXException, com::sun::star::io::IOException );
+
+	//-------------------------------------------------------------------------
+
 	/** Application must register a document event handler to get
 		sax events for the parsed stream.
 	 */
-	void setFastDocumentHandler( [in] XFastDocumentHandler Handler ); 
+	void setFastDocumentHandler( [in] XFastDocumentHandler Handler );
 
-	//------------------------------------------------------------------------- 
-	
+	//-------------------------------------------------------------------------
+
 	/** must be registered to translate known xml names to integer tokens.
 	 */
-	void setTokenHandler( [in] XFastTokenHandler Handler ); 
+	void setTokenHandler( [in] XFastTokenHandler Handler );
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** registers a known namespace url with the given integer token.<br>
 		@param NamespaceToken
 			an integer token that must be greater than FastToken::NAMESPACE.
 	 */
 	void registerNamespace( [in] string NamespaceURL, [in] long NamespaceToken )
-		raises( com::sun::star::lang::IllegalArgumentException ); 
+		raises( com::sun::star::lang::IllegalArgumentException );
 
-	//------------------------------------------------------------------------- 
-	/** allows an application to register an error event handler. 
-		
-		<p>Note that the error handler can throw an exception when an error or 
-		warning occurs.  Note that an exception is thrown by the parser when 
+	//-------------------------------------------------------------------------
+	/** allows an application to register an error event handler.
+
+		<p>Note that the error handler can throw an exception when an error or
+		warning occurs.  Note that an exception is thrown by the parser when
 		an unrecoverable (fatal) error occurs.</p>
 	 */
-	void setErrorHandler( [in] XErrorHandler Handler ); 
- 
-	//------------------------------------------------------------------------- 
+	void setErrorHandler( [in] XErrorHandler Handler );
+
+	//-------------------------------------------------------------------------
 	/** allows an application to register a DTD-Handler.
 	 */
-	void setEntityResolver( [in] XEntityResolver Resolver ); 
- 
-	//------------------------------------------------------------------------- 
+	void setEntityResolver( [in] XEntityResolver Resolver );
+
+	//-------------------------------------------------------------------------
 	/** sets a locale specified for localization of warnings and error messages.
-		
-		<p>Set the language of the error messages. Useful when the parsing 
+
+		<p>Set the language of the error messages. Useful when the parsing
 		errors will be presented to the user.</p>
 	 */
-	void setLocale( [in] com::sun::star::lang::Locale locale ); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; };  
- 
-#endif 
+	void setLocale( [in] com::sun::star::lang::Locale locale );
+};
+
+//=============================================================================
+
+}; }; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/xml/sax/XFastSAXSerializable.idl b/main/offapi/com/sun/star/xml/sax/XFastSAXSerializable.idl
index 87f2def..121a182 100644
--- a/main/offapi/com/sun/star/xml/sax/XFastSAXSerializable.idl
+++ b/main/offapi/com/sun/star/xml/sax/XFastSAXSerializable.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,19 +24,19 @@
 #ifndef __com_sun_star_xml_sax_XFastSAXSerializable_idl__
 #define __com_sun_star_xml_sax_XFastSAXSerializable_idl__
 
-#ifndef __com_sun_star_xml_sax_XFastDocumentHandler_idl__ 
+#ifndef __com_sun_star_xml_sax_XFastDocumentHandler_idl__
 #include <com/sun/star/xml/sax/XFastDocumentHandler.idl>
 #endif
 
-#ifndef __com_sun_star_xml_sax_XFastTokenHandler_idl__ 
+#ifndef __com_sun_star_xml_sax_XFastTokenHandler_idl__
 #include <com/sun/star/xml/sax/XFastTokenHandler.idl>
 #endif
 
-#ifndef __com_sun_star_beans_StringPair_idl__ 
+#ifndef __com_sun_star_beans_StringPair_idl__
 #include <com/sun/star/beans/StringPair.idl>
 #endif
 
-#ifndef __com_sun_star_beans_Pair_idl__ 
+#ifndef __com_sun_star_beans_Pair_idl__
 #include <com/sun/star/beans/Pair.idl>
 #endif
 
@@ -44,7 +44,7 @@
 
 //=============================================================================
 /** serializes a DOM tree by generating FastSAX events.
-    
+
     <p>
     </p>
 
diff --git a/main/offapi/com/sun/star/xml/sax/XFastSerializer.idl b/main/offapi/com/sun/star/xml/sax/XFastSerializer.idl
index 3721682..e3ce176 100644
--- a/main/offapi/com/sun/star/xml/sax/XFastSerializer.idl
+++ b/main/offapi/com/sun/star/xml/sax/XFastSerializer.idl
@@ -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,69 +7,69 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_xml_sax_XFastSerializer_idl__ 
-#define __com_sun_star_xml_sax_XFastSerializer_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_xml_sax_SAXException_idl__ 
-#include <com/sun/star/xml/sax/SAXException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_xml_sax_XFastDocumentHanlder_idl__ 
-#include <com/sun/star/xml/sax/XFastDocumentHandler.idl> 
-#endif 
- 
+#ifndef __com_sun_star_xml_sax_XFastSerializer_idl__
+#define __com_sun_star_xml_sax_XFastSerializer_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_xml_sax_SAXException_idl__
+#include <com/sun/star/xml/sax/SAXException.idl>
+#endif
+
+#ifndef __com_sun_star_xml_sax_XFastDocumentHanlder_idl__
+#include <com/sun/star/xml/sax/XFastDocumentHandler.idl>
+#endif
+
 #ifndef __com_sun_star_io_XOutputStream_idl__
 #include <com/sun/star/io/XOutputStream.idl>
 #endif
 
-#ifndef __com_sun_star_xml_sax_XFastTokenHandler_idl__ 
-#include <com/sun/star/xml/sax/XFastTokenHandler.idl> 
-#endif 
+#ifndef __com_sun_star_xml_sax_XFastTokenHandler_idl__
+#include <com/sun/star/xml/sax/XFastTokenHandler.idl>
+#endif
 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module xml {  module sax {  
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
+module com {  module sun {  module star {  module xml {  module sax {
+
+//=============================================================================
+
 /** receives notification of sax document events to write into an XOutputStream.
  */
 interface XFastSerializer: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** called by the parser when parsing of an xml stream is started.
 	 */
-	void startDocument() 
-			raises( com::sun::star::xml::sax::SAXException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void startDocument()
+			raises( com::sun::star::xml::sax::SAXException );
+
+	//-------------------------------------------------------------------------
+
 	/** called by the parser after the last xml element of a stream is processed.
 	 */
-	void endDocument() 
-			raises( com::sun::star::xml::sax::SAXException ); 
+	void endDocument()
+			raises( com::sun::star::xml::sax::SAXException );
 
-	//------------------------------------------------------------------------- 
-	 
+	//-------------------------------------------------------------------------
+
 	/** receives notification of the beginning of an element .
 
 		@param Element
@@ -87,10 +87,10 @@
 			from the element.
 
 	*/
-	void startFastElement( [in] long Element, [in] XFastAttributeList Attribs ) 
-			raises( com::sun::star::xml::sax::SAXException ); 
+	void startFastElement( [in] long Element, [in] XFastAttributeList Attribs )
+			raises( com::sun::star::xml::sax::SAXException );
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** receives notification of the beginning of an unknown element .
 
@@ -102,27 +102,27 @@
 			Contains a <type>XFastAttrbitueList</type> to access the attributes
 			from the element.
 	 */
-	void startUnknownElement( [in] string Namespace, [in] string Name, [in] XFastAttributeList Attribs ) 
-			raises( com::sun::star::xml::sax::SAXException ); 
+	void startUnknownElement( [in] string Namespace, [in] string Name, [in] XFastAttributeList Attribs )
+			raises( com::sun::star::xml::sax::SAXException );
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** receives notification of the end of an known element.
 		@see startFastElement
 	 */
-	void endFastElement( [in] long Element ) 
-			raises( com::sun::star::xml::sax::SAXException ); 
+	void endFastElement( [in] long Element )
+			raises( com::sun::star::xml::sax::SAXException );
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** receives notification of the end of an known element.
 		@see startUnknownElement
 	 */
-	void endUnknownElement( [in] string Namespace, [in] string Name ) 
-			raises( com::sun::star::xml::sax::SAXException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void endUnknownElement( [in] string Namespace, [in] string Name )
+			raises( com::sun::star::xml::sax::SAXException );
+
+	//-------------------------------------------------------------------------
+
 	/** receives notification of the beginning of a single element .
 
 		@param Element
@@ -140,10 +140,10 @@
 			from the element.
 
 	*/
-	void singleFastElement( [in] long Element, [in] XFastAttributeList Attribs ) 
-			raises( com::sun::star::xml::sax::SAXException ); 
+	void singleFastElement( [in] long Element, [in] XFastAttributeList Attribs )
+			raises( com::sun::star::xml::sax::SAXException );
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** receives notification of the beginning of a single unknown element .
 
@@ -155,33 +155,33 @@
 			Contains a <type>XFastAttrbitueList</type> to access the attributes
 			from the element.
 	 */
-	void singleUnknownElement( [in] string Namespace, [in] string Name, [in] XFastAttributeList Attribs ) 
-			raises( com::sun::star::xml::sax::SAXException ); 
+	void singleUnknownElement( [in] string Namespace, [in] string Name, [in] XFastAttributeList Attribs )
+			raises( com::sun::star::xml::sax::SAXException );
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 
 	/** receives notification of character data.
 	 */
-	void characters( [in] string aChars ) 
-			raises( com::sun::star::xml::sax::SAXException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void characters( [in] string aChars )
+			raises( com::sun::star::xml::sax::SAXException );
+
+	//-------------------------------------------------------------------------
+
 	/**
 	 */
-	void setOutputStream ( [in] com::sun::star::io::XOutputStream xOutputStream ) 
-			/* raises( com::sun::star::xml::sax::SAXException ) */; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void setOutputStream ( [in] com::sun::star::io::XOutputStream xOutputStream )
+			/* raises( com::sun::star::xml::sax::SAXException ) */;
+
+	//-------------------------------------------------------------------------
+
 	/**
 	 */
-	void setFastTokenHandler ( [in] com::sun::star::xml::sax::XFastTokenHandler xFastTokenHandler ) 
-			/* raises( com::sun::star::xml::sax::SAXException ) */; 
-  }; 
- 
-//============================================================================= 
- 
-}; }; }; }; };  
- 
-#endif 
+	void setFastTokenHandler ( [in] com::sun::star::xml::sax::XFastTokenHandler xFastTokenHandler )
+			/* raises( com::sun::star::xml::sax::SAXException ) */;
+  };
+
+//=============================================================================
+
+}; }; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/xml/sax/XFastShapeContextHandler.idl b/main/offapi/com/sun/star/xml/sax/XFastShapeContextHandler.idl
index 310813e..5760f1f 100644
--- a/main/offapi/com/sun/star/xml/sax/XFastShapeContextHandler.idl
+++ b/main/offapi/com/sun/star/xml/sax/XFastShapeContextHandler.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/xml/sax/XFastTokenHandler.idl b/main/offapi/com/sun/star/xml/sax/XFastTokenHandler.idl
index f687b38..5b2d56a 100644
--- a/main/offapi/com/sun/star/xml/sax/XFastTokenHandler.idl
+++ b/main/offapi/com/sun/star/xml/sax/XFastTokenHandler.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/xml/sax/XLocator.idl b/main/offapi/com/sun/star/xml/sax/XLocator.idl
index 67a01c8..7dacec3 100644
--- a/main/offapi/com/sun/star/xml/sax/XLocator.idl
+++ b/main/offapi/com/sun/star/xml/sax/XLocator.idl
@@ -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,67 +7,67 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_xml_sax_XLocator_idl__ 
-#define __com_sun_star_xml_sax_XLocator_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module xml {  module sax {  
- 
-//============================================================================ 
- 
-/** makes it possible to associate a SAX event with a document location. 
-	
-	<p>This interface is an IDL version of the Java interface 
+#ifndef __com_sun_star_xml_sax_XLocator_idl__
+#define __com_sun_star_xml_sax_XLocator_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module xml {  module sax {
+
+//============================================================================
+
+/** makes it possible to associate a SAX event with a document location.
+
+	<p>This interface is an IDL version of the Java interface
 	<em>org.xml.sax.Locator</em>.</p>
  */
 published interface XLocator: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	/** @returns  
+{
+	//-------------------------------------------------------------------------
+	/** @returns
 					the column number where the current document event ends.
 	 */
-	long getColumnNumber(); 
- 
-	//------------------------------------------------------------------------- 
-	/** @returns  
+	long getColumnNumber();
+
+	//-------------------------------------------------------------------------
+	/** @returns
 					the line number where the current document event ends.
 	 */
-	long getLineNumber(); 
- 
-	//------------------------------------------------------------------------- 
-	/** @returns  
+	long getLineNumber();
+
+	//-------------------------------------------------------------------------
+	/** @returns
 					the public identifier for the current document event.
 	 */
-	string getPublicId(); 
- 
-	//------------------------------------------------------------------------- 
-	/** @returns  
+	string getPublicId();
+
+	//-------------------------------------------------------------------------
+	/** @returns
 					the system identifier for the current document event.
 	 */
-	string getSystemId(); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; };  
- 
-#endif 
+	string getSystemId();
+};
+
+//=============================================================================
+
+}; }; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/xml/sax/XParser.idl b/main/offapi/com/sun/star/xml/sax/XParser.idl
index e6baaed..983aa32 100644
--- a/main/offapi/com/sun/star/xml/sax/XParser.idl
+++ b/main/offapi/com/sun/star/xml/sax/XParser.idl
@@ -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,116 +7,116 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_xml_sax_XParser_idl__ 
-#define __com_sun_star_xml_sax_XParser_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_xml_sax_InputSource_idl__ 
-#include <com/sun/star/xml/sax/InputSource.idl> 
-#endif 
- 
-#ifndef __com_sun_star_xml_sax_SAXException_idl__ 
-#include <com/sun/star/xml/sax/SAXException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_io_IOException_idl__ 
-#include <com/sun/star/io/IOException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_xml_sax_XDocumentHandler_idl__ 
-#include <com/sun/star/xml/sax/XDocumentHandler.idl> 
-#endif 
- 
-#ifndef __com_sun_star_xml_sax_XErrorHandler_idl__ 
-#include <com/sun/star/xml/sax/XErrorHandler.idl> 
-#endif 
- 
-#ifndef __com_sun_star_xml_sax_XDTDHandler_idl__ 
-#include <com/sun/star/xml/sax/XDTDHandler.idl> 
-#endif 
- 
-#ifndef __com_sun_star_xml_sax_XEntityResolver_idl__ 
-#include <com/sun/star/xml/sax/XEntityResolver.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_Locale_idl__ 
-#include <com/sun/star/lang/Locale.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module xml {  module sax {  
- 
-//============================================================================= 
- 
-/** specifies a SAX parser. 
-	
-	<p>This interface is an IDL version of the Java interface 
+#ifndef __com_sun_star_xml_sax_XParser_idl__
+#define __com_sun_star_xml_sax_XParser_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_xml_sax_InputSource_idl__
+#include <com/sun/star/xml/sax/InputSource.idl>
+#endif
+
+#ifndef __com_sun_star_xml_sax_SAXException_idl__
+#include <com/sun/star/xml/sax/SAXException.idl>
+#endif
+
+#ifndef __com_sun_star_io_IOException_idl__
+#include <com/sun/star/io/IOException.idl>
+#endif
+
+#ifndef __com_sun_star_xml_sax_XDocumentHandler_idl__
+#include <com/sun/star/xml/sax/XDocumentHandler.idl>
+#endif
+
+#ifndef __com_sun_star_xml_sax_XErrorHandler_idl__
+#include <com/sun/star/xml/sax/XErrorHandler.idl>
+#endif
+
+#ifndef __com_sun_star_xml_sax_XDTDHandler_idl__
+#include <com/sun/star/xml/sax/XDTDHandler.idl>
+#endif
+
+#ifndef __com_sun_star_xml_sax_XEntityResolver_idl__
+#include <com/sun/star/xml/sax/XEntityResolver.idl>
+#endif
+
+#ifndef __com_sun_star_lang_Locale_idl__
+#include <com/sun/star/lang/Locale.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module xml {  module sax {
+
+//=============================================================================
+
+/** specifies a SAX parser.
+
+	<p>This interface is an IDL version of the Java interface
 	<em>org.xml.sax.Parser</em> with some minor adaptations.</p>
  */
 published interface XParser: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	/** parses an XML document from a stream. 
-		
+{
+	//-------------------------------------------------------------------------
+	/** parses an XML document from a stream.
+
 		<p>Set the desired handlers before calling this method.</p>
 	 */
-	void parseStream( [in] com::sun::star::xml::sax::InputSource aInputSource ) 
-			raises( com::sun::star::xml::sax::SAXException, 
-					com::sun::star::io::IOException ); 
- 
-	//------------------------------------------------------------------------- 
+	void parseStream( [in] com::sun::star::xml::sax::InputSource aInputSource )
+			raises( com::sun::star::xml::sax::SAXException,
+					com::sun::star::io::IOException );
+
+	//-------------------------------------------------------------------------
 	/** allows an application to register a document event handler.
 	 */
-	void setDocumentHandler( [in] com::sun::star::xml::sax::XDocumentHandler xHandler ); 
- 
-	//------------------------------------------------------------------------- 
-	/** allows an application to register an error event handler. 
-		
-		<p>Note that the error handler can throw an exception when an error or 
-		warning occurs.  Note that an exception is thrown by the parser when 
+	void setDocumentHandler( [in] com::sun::star::xml::sax::XDocumentHandler xHandler );
+
+	//-------------------------------------------------------------------------
+	/** allows an application to register an error event handler.
+
+		<p>Note that the error handler can throw an exception when an error or
+		warning occurs.  Note that an exception is thrown by the parser when
 		an unrecoverable (fatal) error occurs.</p>
 	 */
-	void setErrorHandler( [in] com::sun::star::xml::sax::XErrorHandler xHandler ); 
- 
-	//------------------------------------------------------------------------- 
+	void setErrorHandler( [in] com::sun::star::xml::sax::XErrorHandler xHandler );
+
+	//-------------------------------------------------------------------------
 	/** allows an application to register a DTD-Handler.
 	 */
-	void setDTDHandler( [in] com::sun::star::xml::sax::XDTDHandler xHandler ); 
- 
-	//------------------------------------------------------------------------- 
+	void setDTDHandler( [in] com::sun::star::xml::sax::XDTDHandler xHandler );
+
+	//-------------------------------------------------------------------------
 	/** allows an application to register a DTD-Handler.
 	 */
-	void setEntityResolver( [in] com::sun::star::xml::sax::XEntityResolver xResolver ); 
- 
-	//------------------------------------------------------------------------- 
+	void setEntityResolver( [in] com::sun::star::xml::sax::XEntityResolver xResolver );
+
+	//-------------------------------------------------------------------------
 	/** sets a locale specified for localization of warnings and error messages.
-		
-		<p>Set the language of the error messages. Useful when the parsing 
+
+		<p>Set the language of the error messages. Useful when the parsing
 		errors will be presented to the user.</p>
 	 */
-	void setLocale( [in] com::sun::star::lang::Locale locale ); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; };  
- 
-#endif 
+	void setLocale( [in] com::sun::star::lang::Locale locale );
+};
+
+//=============================================================================
+
+}; }; }; }; };
+
+#endif
diff --git a/main/offapi/com/sun/star/xml/sax/XSAXSerializable.idl b/main/offapi/com/sun/star/xml/sax/XSAXSerializable.idl
index ced3874..2d4ac99 100644
--- a/main/offapi/com/sun/star/xml/sax/XSAXSerializable.idl
+++ b/main/offapi/com/sun/star/xml/sax/XSAXSerializable.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,11 +24,11 @@
 #ifndef __com_sun_star_xml_sax_XSAXSerializable_idl__
 #define __com_sun_star_xml_sax_XSAXSerializable_idl__
 
-#ifndef __com_sun_star_xml_sax_XDocumentHandler_idl__ 
+#ifndef __com_sun_star_xml_sax_XDocumentHandler_idl__
 #include <com/sun/star/xml/sax/XDocumentHandler.idl>
 #endif
 
-#ifndef __com_sun_star_beans_StringPair_idl__ 
+#ifndef __com_sun_star_beans_StringPair_idl__
 #include <com/sun/star/beans/StringPair.idl>
 #endif
 
@@ -36,7 +36,7 @@
 
 //=============================================================================
 /** serializes a DOM tree by generating SAX events.
-    
+
     <p>
     </p>
 
diff --git a/main/offapi/com/sun/star/xml/wrapper/XMLDocumentWrapper.idl b/main/offapi/com/sun/star/xml/wrapper/XMLDocumentWrapper.idl
index 5b8b84f..e6e8992 100644
--- a/main/offapi/com/sun/star/xml/wrapper/XMLDocumentWrapper.idl
+++ b/main/offapi/com/sun/star/xml/wrapper/XMLDocumentWrapper.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 //i20156 - new file for xmlsecurity module
 
 /** -- idl definition -- **/
diff --git a/main/offapi/com/sun/star/xml/wrapper/XMLElementWrapper.idl b/main/offapi/com/sun/star/xml/wrapper/XMLElementWrapper.idl
index 1b92c4c..e516c0d 100644
--- a/main/offapi/com/sun/star/xml/wrapper/XMLElementWrapper.idl
+++ b/main/offapi/com/sun/star/xml/wrapper/XMLElementWrapper.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 //i20156 - new file for xmlsecurity module
 
 /** -- idl definition -- **/
diff --git a/main/offapi/com/sun/star/xml/wrapper/XXMLDocumentWrapper.idl b/main/offapi/com/sun/star/xml/wrapper/XXMLDocumentWrapper.idl
index 8a7cecb..4bce235 100644
--- a/main/offapi/com/sun/star/xml/wrapper/XXMLDocumentWrapper.idl
+++ b/main/offapi/com/sun/star/xml/wrapper/XXMLDocumentWrapper.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 //i20156 - new file for xmlsecurity module
 
 /** -- idl definition -- **/
@@ -39,12 +39,12 @@
 /**
  * Interface of XML Document Wrapper.
  * <p>
- * When converting SAX events into a DOM tree, this interface is 
- * used to manipulate the DOM data in UNO perspective. 
+ * When converting SAX events into a DOM tree, this interface is
+ * used to manipulate the DOM data in UNO perspective.
  * <p>
  * Every lauguage has its own methods to manipulate its native DOM
  * data structure, this interface provides a common method set which
- * each lauguage have to implement. 
+ * each lauguage have to implement.
  * <p>
  * In another word, this interface wraps language dependent methods,
  * then other component can manipulate DOM data through UNO methods.
@@ -57,11 +57,11 @@
 	 * @return   the current element in the SAX event stream
 	 */
 	XXMLElementWrapper getCurrentElement();
-	
+
 	/**
 	 * Sets the current element.
 	 * <p>
-	 * When the current element is replaced outside of this interface, then 
+	 * When the current element is replaced outside of this interface, then
 	 * uses this method can update the current element pointer.
 	 *
 	 * @param element   the new current element
@@ -75,7 +75,7 @@
 	 * the new current element.
 	 */
 	void removeCurrentElement();
-	
+
 	/**
 	 * Checks whether an element is the current element.
 	 *
@@ -84,11 +84,11 @@
 	 *               <code>false</code> otherwise
 	 */
 	boolean isCurrent([in] XXMLElementWrapper node);
-	
+
 	/**
 	 * Checks whether the current element is empty.
 	 *
-	 * @return   <code>true</code> if the current element is empty, 
+	 * @return   <code>true</code> if the current element is empty,
 	 *           <code>false</code> otherwise
 	 */
 	boolean isCurrentElementEmpty();
@@ -100,7 +100,7 @@
 	 * @return       the name of the element
 	 */
 	string getNodeName([in] XXMLElementWrapper node);
-	
+
 	/**
 	 * Clears all useless element in a branch of the DOM tree along the
 	 * tree order.
@@ -117,7 +117,7 @@
 		[in] XXMLElementWrapper node,
 		[in] sequence< XXMLElementWrapper > reservedDescendants,
 		[in] XXMLElementWrapper stopAtNode);
-		
+
 	/**
 	 * Collapses a tree path
 	 * <p>
@@ -128,7 +128,7 @@
 	 *               path will be collapsed
 	 */
 	void collapse([in] XXMLElementWrapper node);
-		
+
 	/**
 	 * Converts a part of the DOM tree into SAX events.
 	 *
@@ -140,12 +140,12 @@
 	 * @param endNode                 the end point where to stop generating
 	 */
 	void generateSAXEvents(
-		[in] com::sun::star::xml::sax::XDocumentHandler handler, 
-		[in] com::sun::star::xml::sax::XDocumentHandler saxEventKeeperHandler, 
-		[in] XXMLElementWrapper startNode, 
+		[in] com::sun::star::xml::sax::XDocumentHandler handler,
+		[in] com::sun::star::xml::sax::XDocumentHandler saxEventKeeperHandler,
+		[in] XXMLElementWrapper startNode,
 		[in] XXMLElementWrapper endNode)
 		raises(  com::sun::star::xml::sax::SAXException );
-		
+
 	/**
 	 * Converts the whole DOM tree into a SAX event stream.
 	 *
diff --git a/main/offapi/com/sun/star/xml/wrapper/XXMLElementWrapper.idl b/main/offapi/com/sun/star/xml/wrapper/XXMLElementWrapper.idl
index 688f9e2..c51b09a 100644
--- a/main/offapi/com/sun/star/xml/wrapper/XXMLElementWrapper.idl
+++ b/main/offapi/com/sun/star/xml/wrapper/XXMLElementWrapper.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 //i20156 - new file for xmlsecurity module
 
 /** -- idl definition -- **/
diff --git a/main/offapi/com/sun/star/xml/xpath/Libxml2ExtensionHandle.idl b/main/offapi/com/sun/star/xml/xpath/Libxml2ExtensionHandle.idl
index d21d504..92ae3b0 100644
--- a/main/offapi/com/sun/star/xml/xpath/Libxml2ExtensionHandle.idl
+++ b/main/offapi/com/sun/star/xml/xpath/Libxml2ExtensionHandle.idl
@@ -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,39 +7,39 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
- 
-#ifndef __com_sun_star_xml__xpath_Libxml2ExtensionHandle_idl__ 
-#define __com_sun_star_xml_Libxml2ExtensionHandle_idl__ 
- 
-//============================================================================= 
- 
+
+#ifndef __com_sun_star_xml__xpath_Libxml2ExtensionHandle_idl__
+#define __com_sun_star_xml_Libxml2ExtensionHandle_idl__
+
+//=============================================================================
+
  module com {  module sun {  module star {  module xml {  module xpath {
- 
-//============================================================================= 
- 
-struct Libxml2ExtensionHandle 
+
+//=============================================================================
+
+struct Libxml2ExtensionHandle
 {
     hyper functionLookupFunction;
     hyper functionData;
     hyper variableLookupFunction;
     hyper variableData;
-}; 
- 
-//============================================================================= 
- 
+};
+
+//=============================================================================
+
 }; }; }; }; };
 
-#endif 
+#endif
diff --git a/main/offapi/com/sun/star/xml/xpath/XPathAPI.idl b/main/offapi/com/sun/star/xml/xpath/XPathAPI.idl
index af4e976..9f462ba 100644
--- a/main/offapi/com/sun/star/xml/xpath/XPathAPI.idl
+++ b/main/offapi/com/sun/star/xml/xpath/XPathAPI.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 #ifndef __com_sun_star_xml_xpath_XPathExtension_idl__
diff --git a/main/offapi/com/sun/star/xml/xpath/XPathException.idl b/main/offapi/com/sun/star/xml/xpath/XPathException.idl
index 478b9e7..2e1db25 100644
--- a/main/offapi/com/sun/star/xml/xpath/XPathException.idl
+++ b/main/offapi/com/sun/star/xml/xpath/XPathException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/xml/xpath/XPathExtension.idl b/main/offapi/com/sun/star/xml/xpath/XPathExtension.idl
index 02a8093..5070ec8 100644
--- a/main/offapi/com/sun/star/xml/xpath/XPathExtension.idl
+++ b/main/offapi/com/sun/star/xml/xpath/XPathExtension.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 #ifndef __com_sun_star_xml_xpath_XPathExtension_idl__
diff --git a/main/offapi/com/sun/star/xml/xpath/XPathObjectType.idl b/main/offapi/com/sun/star/xml/xpath/XPathObjectType.idl
index 79598c9..d423a46 100644
--- a/main/offapi/com/sun/star/xml/xpath/XPathObjectType.idl
+++ b/main/offapi/com/sun/star/xml/xpath/XPathObjectType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/xml/xpath/XXPathAPI.idl b/main/offapi/com/sun/star/xml/xpath/XXPathAPI.idl
index 4aa966b..5a95ba0 100644
--- a/main/offapi/com/sun/star/xml/xpath/XXPathAPI.idl
+++ b/main/offapi/com/sun/star/xml/xpath/XXPathAPI.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/xml/xpath/XXPathExtension.idl b/main/offapi/com/sun/star/xml/xpath/XXPathExtension.idl
index 09cbe76..c714da8 100644
--- a/main/offapi/com/sun/star/xml/xpath/XXPathExtension.idl
+++ b/main/offapi/com/sun/star/xml/xpath/XXPathExtension.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -29,7 +29,7 @@
 #ifndef __com__sun_star_xml_xpath_Libxml2ExtensionHandle_idl__
 #include <com/sun/star/xml/xpath/Libxml2ExtensionHandle.idl>
 #endif
- 
+
 module com { module sun { module star { module xml { module xpath {
 
 
diff --git a/main/offapi/com/sun/star/xml/xpath/XXPathObject.idl b/main/offapi/com/sun/star/xml/xpath/XXPathObject.idl
index 11402d4..fdbb8ac 100644
--- a/main/offapi/com/sun/star/xml/xpath/XXPathObject.idl
+++ b/main/offapi/com/sun/star/xml/xpath/XXPathObject.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,17 +24,17 @@
 #ifndef __com_sun_star_xml_XPath_XXPathObject_idl__
 #define __com_sun_star_xml_XPath_XXPathObject_idl__
 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
 #endif
-#ifndef __com_sun_star_xml_dom_XNode_idl__ 
-#include <com/sun/star/xml/dom/XNode.idl> 
+#ifndef __com_sun_star_xml_dom_XNode_idl__
+#include <com/sun/star/xml/dom/XNode.idl>
 #endif
-#ifndef __com_sun_star_xml_dom_XNodeList_idl__ 
-#include <com/sun/star/xml/dom/XNodeList.idl> 
+#ifndef __com_sun_star_xml_dom_XNodeList_idl__
+#include <com/sun/star/xml/dom/XNodeList.idl>
 #endif
 #ifndef __com_sun_star_xml_XPath_XObjectType_idl__
-#include <com/sun/star/xml/xpath/XPathObjectType.idl> 
+#include <com/sun/star/xml/xpath/XPathObjectType.idl>
 #endif
 
 module com { module sun { module star { module xml { module xpath {
diff --git a/main/offapi/com/sun/star/xsd/Boolean.idl b/main/offapi/com/sun/star/xsd/Boolean.idl
index e58eb6e..026be08 100644
--- a/main/offapi/com/sun/star/xsd/Boolean.idl
+++ b/main/offapi/com/sun/star/xsd/Boolean.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/xsd/DataTypeClass.idl b/main/offapi/com/sun/star/xsd/DataTypeClass.idl
index f1ca498..426b5a4 100644
--- a/main/offapi/com/sun/star/xsd/DataTypeClass.idl
+++ b/main/offapi/com/sun/star/xsd/DataTypeClass.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/xsd/Date.idl b/main/offapi/com/sun/star/xsd/Date.idl
index f6ad6a8..bbc1564 100644
--- a/main/offapi/com/sun/star/xsd/Date.idl
+++ b/main/offapi/com/sun/star/xsd/Date.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/xsd/DateTime.idl b/main/offapi/com/sun/star/xsd/DateTime.idl
index bc343f5..fb51de4 100644
--- a/main/offapi/com/sun/star/xsd/DateTime.idl
+++ b/main/offapi/com/sun/star/xsd/DateTime.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/xsd/Day.idl b/main/offapi/com/sun/star/xsd/Day.idl
index 5992869..b319741 100644
--- a/main/offapi/com/sun/star/xsd/Day.idl
+++ b/main/offapi/com/sun/star/xsd/Day.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/xsd/Decimal.idl b/main/offapi/com/sun/star/xsd/Decimal.idl
index 39a6d5e..9edbdf3 100644
--- a/main/offapi/com/sun/star/xsd/Decimal.idl
+++ b/main/offapi/com/sun/star/xsd/Decimal.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -49,7 +49,7 @@
     */
     [property, maybevoid] long TotalDigits;
 
-    /** fractionDigits is the maximum number of digits in the fractional part of values of 
+    /** fractionDigits is the maximum number of digits in the fractional part of values of
         decimal data
 
         <p>The value of fractionDigits must be a non negative integer.</p>
diff --git a/main/offapi/com/sun/star/xsd/Month.idl b/main/offapi/com/sun/star/xsd/Month.idl
index f6c970c..ac631c7 100644
--- a/main/offapi/com/sun/star/xsd/Month.idl
+++ b/main/offapi/com/sun/star/xsd/Month.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/xsd/String.idl b/main/offapi/com/sun/star/xsd/String.idl
index 365a51c..acd9424 100644
--- a/main/offapi/com/sun/star/xsd/String.idl
+++ b/main/offapi/com/sun/star/xsd/String.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/xsd/Time.idl b/main/offapi/com/sun/star/xsd/Time.idl
index c52c8f5..a3675e3 100644
--- a/main/offapi/com/sun/star/xsd/Time.idl
+++ b/main/offapi/com/sun/star/xsd/Time.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/xsd/WhiteSpaceTreatment.idl b/main/offapi/com/sun/star/xsd/WhiteSpaceTreatment.idl
index 5c39224..46701e1 100644
--- a/main/offapi/com/sun/star/xsd/WhiteSpaceTreatment.idl
+++ b/main/offapi/com/sun/star/xsd/WhiteSpaceTreatment.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/offapi/com/sun/star/xsd/XDataType.idl b/main/offapi/com/sun/star/xsd/XDataType.idl
index 33c2738..05fd1dd 100644
--- a/main/offapi/com/sun/star/xsd/XDataType.idl
+++ b/main/offapi/com/sun/star/xsd/XDataType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -79,7 +79,7 @@
     [attribute, readonly] boolean IsBasic;
 
     /** class of the type
- 
+
         @see DataTypeClass
     */
     [attribute, readonly] short TypeClass;
diff --git a/main/offapi/com/sun/star/xsd/Year.idl b/main/offapi/com/sun/star/xsd/Year.idl
index ab838d1..9658b35 100644
--- a/main/offapi/com/sun/star/xsd/Year.idl
+++ b/main/offapi/com/sun/star/xsd/Year.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/ControlProvider.idl b/main/oovbaapi/ooo/vba/ControlProvider.idl
index 791004e..8aa7dcb 100644
--- a/main/oovbaapi/ooo/vba/ControlProvider.idl
+++ b/main/oovbaapi/ooo/vba/ControlProvider.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -32,11 +32,11 @@
 #endif
 
 
-module ooo {  module vba { 
+module ooo {  module vba {
 
 interface XControlProvider;
 
-service ControlProvider 
+service ControlProvider
 {
     interface ::ooo::vba::XControlProvider;
 };
diff --git a/main/oovbaapi/ooo/vba/FormShowConstants.idl b/main/oovbaapi/ooo/vba/FormShowConstants.idl
index 959e6aa..dd74367 100644
--- a/main/oovbaapi/ooo/vba/FormShowConstants.idl
+++ b/main/oovbaapi/ooo/vba/FormShowConstants.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba {
diff --git a/main/oovbaapi/ooo/vba/VbAppWinStyle.idl b/main/oovbaapi/ooo/vba/VbAppWinStyle.idl
index 2abf547..4b2f038 100644
--- a/main/oovbaapi/ooo/vba/VbAppWinStyle.idl
+++ b/main/oovbaapi/ooo/vba/VbAppWinStyle.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba {
diff --git a/main/oovbaapi/ooo/vba/VbCalendar.idl b/main/oovbaapi/ooo/vba/VbCalendar.idl
index 2580fae..bb9b1bb 100644
--- a/main/oovbaapi/ooo/vba/VbCalendar.idl
+++ b/main/oovbaapi/ooo/vba/VbCalendar.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba {
diff --git a/main/oovbaapi/ooo/vba/VbCallType.idl b/main/oovbaapi/ooo/vba/VbCallType.idl
index e266f60..62d03cf 100644
--- a/main/oovbaapi/ooo/vba/VbCallType.idl
+++ b/main/oovbaapi/ooo/vba/VbCallType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba {
diff --git a/main/oovbaapi/ooo/vba/VbCompareMethod.idl b/main/oovbaapi/ooo/vba/VbCompareMethod.idl
index 5c48e73..e34d782 100644
--- a/main/oovbaapi/ooo/vba/VbCompareMethod.idl
+++ b/main/oovbaapi/ooo/vba/VbCompareMethod.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba {
diff --git a/main/oovbaapi/ooo/vba/VbDateTimeFormat.idl b/main/oovbaapi/ooo/vba/VbDateTimeFormat.idl
index e8b041a..92b61a7 100644
--- a/main/oovbaapi/ooo/vba/VbDateTimeFormat.idl
+++ b/main/oovbaapi/ooo/vba/VbDateTimeFormat.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba {
diff --git a/main/oovbaapi/ooo/vba/VbDayOfWeek.idl b/main/oovbaapi/ooo/vba/VbDayOfWeek.idl
index 425007f..ac30385 100644
--- a/main/oovbaapi/ooo/vba/VbDayOfWeek.idl
+++ b/main/oovbaapi/ooo/vba/VbDayOfWeek.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba {
diff --git a/main/oovbaapi/ooo/vba/VbFileAttribute.idl b/main/oovbaapi/ooo/vba/VbFileAttribute.idl
index ebac94a..9d95c9f 100644
--- a/main/oovbaapi/ooo/vba/VbFileAttribute.idl
+++ b/main/oovbaapi/ooo/vba/VbFileAttribute.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba {
diff --git a/main/oovbaapi/ooo/vba/VbFirstWeekOfYear.idl b/main/oovbaapi/ooo/vba/VbFirstWeekOfYear.idl
index 3f1819f..82ef5f8 100644
--- a/main/oovbaapi/ooo/vba/VbFirstWeekOfYear.idl
+++ b/main/oovbaapi/ooo/vba/VbFirstWeekOfYear.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba {
diff --git a/main/oovbaapi/ooo/vba/VbIMEStatus.idl b/main/oovbaapi/ooo/vba/VbIMEStatus.idl
index 7533d78..d525e4b 100644
--- a/main/oovbaapi/ooo/vba/VbIMEStatus.idl
+++ b/main/oovbaapi/ooo/vba/VbIMEStatus.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba {
diff --git a/main/oovbaapi/ooo/vba/VbMsgBoxResult.idl b/main/oovbaapi/ooo/vba/VbMsgBoxResult.idl
index 4b82aee..017c3ad 100644
--- a/main/oovbaapi/ooo/vba/VbMsgBoxResult.idl
+++ b/main/oovbaapi/ooo/vba/VbMsgBoxResult.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba {
diff --git a/main/oovbaapi/ooo/vba/VbMsgBoxStyle.idl b/main/oovbaapi/ooo/vba/VbMsgBoxStyle.idl
index 89bfd8e..fa67d00 100644
--- a/main/oovbaapi/ooo/vba/VbMsgBoxStyle.idl
+++ b/main/oovbaapi/ooo/vba/VbMsgBoxStyle.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba {
diff --git a/main/oovbaapi/ooo/vba/VbQueryClose.idl b/main/oovbaapi/ooo/vba/VbQueryClose.idl
index e4ae2aa..1ed72ac 100644
--- a/main/oovbaapi/ooo/vba/VbQueryClose.idl
+++ b/main/oovbaapi/ooo/vba/VbQueryClose.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba {
diff --git a/main/oovbaapi/ooo/vba/VbStrConv.idl b/main/oovbaapi/ooo/vba/VbStrConv.idl
index 68f1ced..5a3f862 100644
--- a/main/oovbaapi/ooo/vba/VbStrConv.idl
+++ b/main/oovbaapi/ooo/vba/VbStrConv.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba {
diff --git a/main/oovbaapi/ooo/vba/VbTriState.idl b/main/oovbaapi/ooo/vba/VbTriState.idl
index e6a38e4..358fa5d 100644
--- a/main/oovbaapi/ooo/vba/VbTriState.idl
+++ b/main/oovbaapi/ooo/vba/VbTriState.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba {
diff --git a/main/oovbaapi/ooo/vba/VbVarType.idl b/main/oovbaapi/ooo/vba/VbVarType.idl
index 4e6d8b8..d33b8c1 100644
--- a/main/oovbaapi/ooo/vba/VbVarType.idl
+++ b/main/oovbaapi/ooo/vba/VbVarType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba {
diff --git a/main/oovbaapi/ooo/vba/XApplicationBase.idl b/main/oovbaapi/ooo/vba/XApplicationBase.idl
index 0361747..998a17b 100644
--- a/main/oovbaapi/ooo/vba/XApplicationBase.idl
+++ b/main/oovbaapi/ooo/vba/XApplicationBase.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 #ifndef __ooo_vba_XApplicationBase_idl__
 #define __ooo_vba_XApplicationBase_idl__
 
diff --git a/main/oovbaapi/ooo/vba/XAssistant.idl b/main/oovbaapi/ooo/vba/XAssistant.idl
index a46c2d6..3e3a6d6 100644
--- a/main/oovbaapi/ooo/vba/XAssistant.idl
+++ b/main/oovbaapi/ooo/vba/XAssistant.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -32,7 +32,7 @@
 #endif
 //=============================================================================
 
-module ooo {  module vba { 
+module ooo {  module vba {
 //=============================================================================
 
 interface XAssistant
@@ -44,7 +44,7 @@
     [attribute] long Top;
     [attribute] long Left;
     [attribute] long Animation;
-    
+
     string Name() raises ( com::sun::star::script::BasicErrorException );
 };
 
diff --git a/main/oovbaapi/ooo/vba/XCollection.idl b/main/oovbaapi/ooo/vba/XCollection.idl
index d8bf98c..83fdb27 100644
--- a/main/oovbaapi/ooo/vba/XCollection.idl
+++ b/main/oovbaapi/ooo/vba/XCollection.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -38,7 +38,7 @@
 #endif
 //=============================================================================
 
-module ooo {  module vba { 
+module ooo {  module vba {
 //=============================================================================
 
 interface XCollection
diff --git a/main/oovbaapi/ooo/vba/XCollectionBase.idl b/main/oovbaapi/ooo/vba/XCollectionBase.idl
index 4a4ffdd..629cafa 100644
--- a/main/oovbaapi/ooo/vba/XCollectionBase.idl
+++ b/main/oovbaapi/ooo/vba/XCollectionBase.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 #ifndef OOO_VBA_XOLLECTIONBASE_IDL
diff --git a/main/oovbaapi/ooo/vba/XCommandBar.idl b/main/oovbaapi/ooo/vba/XCommandBar.idl
index 5cf9772..df3e5e4 100644
--- a/main/oovbaapi/ooo/vba/XCommandBar.idl
+++ b/main/oovbaapi/ooo/vba/XCommandBar.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -32,7 +32,7 @@
 #endif
 //=============================================================================
 
-module ooo {  module vba { 
+module ooo {  module vba {
 //=============================================================================
 interface XCommandBarControls;
 
@@ -43,7 +43,7 @@
     [attribute] string Name;
     [attribute] boolean Visible;
     [attribute] boolean Enabled;
-    
+
     void Delete() raises ( com::sun::star::script::BasicErrorException );
     any Controls( [in] any Index ) raises ( com::sun::star::script::BasicErrorException );
     long Type() raises ( com::sun::star::script::BasicErrorException );
diff --git a/main/oovbaapi/ooo/vba/XCommandBarButton.idl b/main/oovbaapi/ooo/vba/XCommandBarButton.idl
index 4d5532c..57469a4 100644
--- a/main/oovbaapi/ooo/vba/XCommandBarButton.idl
+++ b/main/oovbaapi/ooo/vba/XCommandBarButton.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -28,7 +28,7 @@
 #endif
 //=============================================================================
 
-module ooo {  module vba { 
+module ooo {  module vba {
 //=============================================================================
 
 interface XCommandBarButton: com::sun::star::uno::XInterface
diff --git a/main/oovbaapi/ooo/vba/XCommandBarControl.idl b/main/oovbaapi/ooo/vba/XCommandBarControl.idl
index 6d030b5..3d2c9f9 100644
--- a/main/oovbaapi/ooo/vba/XCommandBarControl.idl
+++ b/main/oovbaapi/ooo/vba/XCommandBarControl.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -32,7 +32,7 @@
 #endif
 //=============================================================================
 
-module ooo {  module vba { 
+module ooo {  module vba {
 //=============================================================================
 
 interface XCommandBarControl
diff --git a/main/oovbaapi/ooo/vba/XCommandBarControls.idl b/main/oovbaapi/ooo/vba/XCommandBarControls.idl
index 731d804..6b9cc05 100644
--- a/main/oovbaapi/ooo/vba/XCommandBarControls.idl
+++ b/main/oovbaapi/ooo/vba/XCommandBarControls.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -33,7 +33,7 @@
 
 //=============================================================================
 
-module ooo {  module vba { 
+module ooo {  module vba {
 //=============================================================================
 interface XCommandBarControl;
 
diff --git a/main/oovbaapi/ooo/vba/XCommandBarPopup.idl b/main/oovbaapi/ooo/vba/XCommandBarPopup.idl
index b596c55..7e5fbed 100644
--- a/main/oovbaapi/ooo/vba/XCommandBarPopup.idl
+++ b/main/oovbaapi/ooo/vba/XCommandBarPopup.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -28,7 +28,7 @@
 #endif
 //=============================================================================
 
-module ooo {  module vba { 
+module ooo {  module vba {
 //=============================================================================
 
 interface XCommandBarPopup: com::sun::star::uno::XInterface
diff --git a/main/oovbaapi/ooo/vba/XCommandBars.idl b/main/oovbaapi/ooo/vba/XCommandBars.idl
index a4ae37b..6fa25ca 100644
--- a/main/oovbaapi/ooo/vba/XCommandBars.idl
+++ b/main/oovbaapi/ooo/vba/XCommandBars.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -33,7 +33,7 @@
 
 //=============================================================================
 
-module ooo {  module vba { 
+module ooo {  module vba {
 //=============================================================================
 interface XCommandBar;
 
diff --git a/main/oovbaapi/ooo/vba/XControlProvider.idl b/main/oovbaapi/ooo/vba/XControlProvider.idl
index 6dfff94..fbcefe0 100644
--- a/main/oovbaapi/ooo/vba/XControlProvider.idl
+++ b/main/oovbaapi/ooo/vba/XControlProvider.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -42,9 +42,9 @@
 #include <ooo/vba/msforms/XControl.idl>
 #endif
 
-module ooo {  module vba { 
+module ooo {  module vba {
 
-interface XControlProvider 
+interface XControlProvider
 {
    ::ooo::vba::msforms::XControl createControl( [in] ::com::sun::star::drawing::XControlShape xControl, [in] ::com::sun::star::frame::XModel xDocOwner );
 };
diff --git a/main/oovbaapi/ooo/vba/XDialogBase.idl b/main/oovbaapi/ooo/vba/XDialogBase.idl
index 4ed4a33..1732b44 100644
--- a/main/oovbaapi/ooo/vba/XDialogBase.idl
+++ b/main/oovbaapi/ooo/vba/XDialogBase.idl
@@ -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,22 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 #ifndef __ooo_vba_XDialog_idl__
 #define __ooo_vba_XDialog_idl__
-                                                                                                                             
+
 #ifndef __com_sun_star_uno_XInterface_idl__
 #include <com/sun/star/uno/XInterface.idl>
 #endif
@@ -33,18 +33,18 @@
 
 
 //=============================================================================
-                                                                                                                             
+
 module ooo {  module vba {
-                                                                                                                             
+
 //=============================================================================
 
-interface XDialogBase 
+interface XDialogBase
 {
 	interface ::ooo::vba::XHelperInterface;
 
 	void Show();
 };
-                                                                                                                             
+
 }; };
-                                                                                                                             
+
 #endif
diff --git a/main/oovbaapi/ooo/vba/XDialogsBase.idl b/main/oovbaapi/ooo/vba/XDialogsBase.idl
index 0074b13..6bec81f 100644
--- a/main/oovbaapi/ooo/vba/XDialogsBase.idl
+++ b/main/oovbaapi/ooo/vba/XDialogsBase.idl
@@ -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,22 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 #ifndef __ooo_vba_XDialogs_idl__
 #define __ooo_vba_XDialogs_idl__
-                                                                                                                             
+
 #ifndef __com_sun_star_uno_XInterface_idl__
 #include <com/sun/star/uno/XInterface.idl>
 #endif
@@ -35,18 +35,18 @@
 #endif
 
 //=============================================================================
-                                                                                                                             
+
 module ooo {  module vba {
-                                                                                                                             
+
 //interface XDialogs : ::ooo::vba::XCollection
-interface XDialogsBase 
+interface XDialogsBase
 {
 	interface ::ooo::vba::XHelperInterface;
 
     [attribute, readonly] long Count;
 	any Item( [in] any Index );
 };
-                                                                                                                             
+
 }; };
-                                                                                                                             
+
 #endif
diff --git a/main/oovbaapi/ooo/vba/XDocumentBase.idl b/main/oovbaapi/ooo/vba/XDocumentBase.idl
index a400dc6..66451c9 100644
--- a/main/oovbaapi/ooo/vba/XDocumentBase.idl
+++ b/main/oovbaapi/ooo/vba/XDocumentBase.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -31,7 +31,7 @@
 #include <ooo/vba/XHelperInterface.idl>
 #endif
 
-module ooo {  module vba { 
+module ooo {  module vba {
 //=============================================================================
 
 
diff --git a/main/oovbaapi/ooo/vba/XDocumentProperties.idl b/main/oovbaapi/ooo/vba/XDocumentProperties.idl
index 1743da0..d1176dc 100644
--- a/main/oovbaapi/ooo/vba/XDocumentProperties.idl
+++ b/main/oovbaapi/ooo/vba/XDocumentProperties.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -34,7 +34,7 @@
 #include <ooo/vba/XCollection.idl>
 #endif
 
-module ooo { module vba { 
+module ooo { module vba {
 interface XDocumentProperty;
 interface XDocumentProperties
 {
@@ -53,7 +53,7 @@
      * @param LinkSource Ignored if LinkToContent is False. The source of the linked property. The container application determines
      * what types of source linking you can use.
      */
-    XDocumentProperty Add([in] string Name, [in] boolean LinkToContent, [in] /* MsoDocProperties */ byte Type, [in] any Value, 
+    XDocumentProperty Add([in] string Name, [in] boolean LinkToContent, [in] /* MsoDocProperties */ byte Type, [in] any Value,
         [in] /*optional*/ any LinkSource)
         raises (com::sun::star::script::BasicErrorException);
 };
diff --git a/main/oovbaapi/ooo/vba/XDocumentProperty.idl b/main/oovbaapi/ooo/vba/XDocumentProperty.idl
index ff59925..e24d9ae 100644
--- a/main/oovbaapi/ooo/vba/XDocumentProperty.idl
+++ b/main/oovbaapi/ooo/vba/XDocumentProperty.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -34,16 +34,16 @@
 #include <ooo/vba/XHelperInterface.idl>
 #endif
 
-module ooo { module vba { 
+module ooo { module vba {
 
 /**
  * Specific built-in document property. Use CustomDocumentProperties(index),
  * where index is the name or index number of the custom document property,
  * to return a DocumentProperty object that represents a specific custom document property.
  */
-interface XDocumentProperty 
+interface XDocumentProperty
 {
-   
+
     interface com::sun::star::script::XDefaultProperty;
     interface ooo::vba::XHelperInterface;
 
diff --git a/main/oovbaapi/ooo/vba/XDocumentsBase.idl b/main/oovbaapi/ooo/vba/XDocumentsBase.idl
index 301fa16..b172e76 100644
--- a/main/oovbaapi/ooo/vba/XDocumentsBase.idl
+++ b/main/oovbaapi/ooo/vba/XDocumentsBase.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -38,7 +38,7 @@
 
 //=============================================================================
 
-interface XDocumentsBase 
+interface XDocumentsBase
 {
 	interface ::ooo::vba::XCollection;
 };
diff --git a/main/oovbaapi/ooo/vba/XErrObject.idl b/main/oovbaapi/ooo/vba/XErrObject.idl
index 7940eee..ef46810 100644
--- a/main/oovbaapi/ooo/vba/XErrObject.idl
+++ b/main/oovbaapi/ooo/vba/XErrObject.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,7 +30,7 @@
 
 module ooo {  module vba  {
 //==============================================================================
-/** 
+/**
 */
 interface XErrObject : ::com::sun::star::uno::XInterface
 {
diff --git a/main/oovbaapi/ooo/vba/XExecutableDialog.idl b/main/oovbaapi/ooo/vba/XExecutableDialog.idl
index 6db2e98..3ca77ab 100644
--- a/main/oovbaapi/ooo/vba/XExecutableDialog.idl
+++ b/main/oovbaapi/ooo/vba/XExecutableDialog.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -36,7 +36,7 @@
 interface XExecutableDialog
 {
     /** Executes the dialog.
-    
+
         @return
             The return value is dependent on the calling context. Usually, on
             cancelling the dialog the implementation will return <FALSE/>,
diff --git a/main/oovbaapi/ooo/vba/XFontBase.idl b/main/oovbaapi/ooo/vba/XFontBase.idl
index 28ed844..6ab809a 100644
--- a/main/oovbaapi/ooo/vba/XFontBase.idl
+++ b/main/oovbaapi/ooo/vba/XFontBase.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/XGlobalsBase.idl b/main/oovbaapi/ooo/vba/XGlobalsBase.idl
index 0383b1d..1a7375b 100644
--- a/main/oovbaapi/ooo/vba/XGlobalsBase.idl
+++ b/main/oovbaapi/ooo/vba/XGlobalsBase.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/XHelperInterface.idl b/main/oovbaapi/ooo/vba/XHelperInterface.idl
index a06c183..98d19d9 100644
--- a/main/oovbaapi/ooo/vba/XHelperInterface.idl
+++ b/main/oovbaapi/ooo/vba/XHelperInterface.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -40,7 +40,7 @@
 
 module ooo {  module vba {
 
-interface XHelperInterface 
+interface XHelperInterface
 {
 
     interface ::com::sun::star::lang::XServiceInfo;
diff --git a/main/oovbaapi/ooo/vba/XPageSetupBase.idl b/main/oovbaapi/ooo/vba/XPageSetupBase.idl
index 2783405..28634eb 100644
--- a/main/oovbaapi/ooo/vba/XPageSetupBase.idl
+++ b/main/oovbaapi/ooo/vba/XPageSetupBase.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/XPropValue.idl b/main/oovbaapi/ooo/vba/XPropValue.idl
index 4cdbcd9..1311136 100644
--- a/main/oovbaapi/ooo/vba/XPropValue.idl
+++ b/main/oovbaapi/ooo/vba/XPropValue.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,7 +30,7 @@
 
 //=============================================================================
 
-module ooo {  module vba { 
+module ooo {  module vba {
 
 
 //=============================================================================
diff --git a/main/oovbaapi/ooo/vba/XVBAToOOEventDescGen.idl b/main/oovbaapi/ooo/vba/XVBAToOOEventDescGen.idl
index fe897df..dfd78d8 100644
--- a/main/oovbaapi/ooo/vba/XVBAToOOEventDescGen.idl
+++ b/main/oovbaapi/ooo/vba/XVBAToOOEventDescGen.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -25,13 +25,13 @@
 
 #ifndef __com_sun_star_script_ScriptEventDescriptor_idl__
 #include <com/sun/star/script/ScriptEventDescriptor.idl>
-#endif 
+#endif
 
 #ifndef __com_sun_star_script_XScriptEventsSupplier_idl__
 #include <com/sun/star/script/XScriptEventsSupplier.idl>
-#endif 
+#endif
 
-module ooo {  module vba { 
+module ooo {  module vba {
 interface XVBAToOOEventDescGen : com::sun::star::uno::XInterface
 {
 	sequence< com::sun::star::script::ScriptEventDescriptor >  getEventDescriptions( [in] com::sun::star::uno::XInterface xControl, [in] string sCodeName );
diff --git a/main/oovbaapi/ooo/vba/XWindowBase.idl b/main/oovbaapi/ooo/vba/XWindowBase.idl
index 3f53f0b..777bc64 100644
--- a/main/oovbaapi/ooo/vba/XWindowBase.idl
+++ b/main/oovbaapi/ooo/vba/XWindowBase.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -31,18 +31,18 @@
 #include <ooo/vba/XHelperInterface.idl>
 #endif
 
-module ooo {  module vba { 
+module ooo {  module vba {
 //=============================================================================
 
 interface XWindowBase
 {
 	interface ::ooo::vba::XHelperInterface;
 
-	[attribute] long Height; 
-	[attribute] long Left; 
-	[attribute] long Top; 
+	[attribute] long Height;
+	[attribute] long Left;
+	[attribute] long Top;
 	[attribute] boolean Visible;
-	[attribute] long Width; 
+	[attribute] long Width;
 };
 
 }; };
diff --git a/main/oovbaapi/ooo/vba/access/AcCloseSave.idl b/main/oovbaapi/ooo/vba/access/AcCloseSave.idl
index 861b80b..5717fa6 100644
--- a/main/oovbaapi/ooo/vba/access/AcCloseSave.idl
+++ b/main/oovbaapi/ooo/vba/access/AcCloseSave.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/access/AcColorIndex.idl b/main/oovbaapi/ooo/vba/access/AcColorIndex.idl
index f5d56a9..43cc906 100644
--- a/main/oovbaapi/ooo/vba/access/AcColorIndex.idl
+++ b/main/oovbaapi/ooo/vba/access/AcColorIndex.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/access/AcCommand.idl b/main/oovbaapi/ooo/vba/access/AcCommand.idl
index e7c2430..a662ec1 100644
--- a/main/oovbaapi/ooo/vba/access/AcCommand.idl
+++ b/main/oovbaapi/ooo/vba/access/AcCommand.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/access/AcControlType.idl b/main/oovbaapi/ooo/vba/access/AcControlType.idl
index 34e1124..55f349c 100644
--- a/main/oovbaapi/ooo/vba/access/AcControlType.idl
+++ b/main/oovbaapi/ooo/vba/access/AcControlType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/access/AcCurrentView.idl b/main/oovbaapi/ooo/vba/access/AcCurrentView.idl
index a23b5bf..181b7c9 100644
--- a/main/oovbaapi/ooo/vba/access/AcCurrentView.idl
+++ b/main/oovbaapi/ooo/vba/access/AcCurrentView.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/access/AcDataAccessPageView.idl b/main/oovbaapi/ooo/vba/access/AcDataAccessPageView.idl
index 5e63942..3b17272 100644
--- a/main/oovbaapi/ooo/vba/access/AcDataAccessPageView.idl
+++ b/main/oovbaapi/ooo/vba/access/AcDataAccessPageView.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/access/AcDataObjectType.idl b/main/oovbaapi/ooo/vba/access/AcDataObjectType.idl
index faa93a1..a7d5052 100644
--- a/main/oovbaapi/ooo/vba/access/AcDataObjectType.idl
+++ b/main/oovbaapi/ooo/vba/access/AcDataObjectType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/access/AcDataTransferType.idl b/main/oovbaapi/ooo/vba/access/AcDataTransferType.idl
index 2d8ed48..6b7651c 100644
--- a/main/oovbaapi/ooo/vba/access/AcDataTransferType.idl
+++ b/main/oovbaapi/ooo/vba/access/AcDataTransferType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/access/AcDefView.idl b/main/oovbaapi/ooo/vba/access/AcDefView.idl
index 84a0605..2bf8aa8 100644
--- a/main/oovbaapi/ooo/vba/access/AcDefView.idl
+++ b/main/oovbaapi/ooo/vba/access/AcDefView.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/access/AcExportXMLEncoding.idl b/main/oovbaapi/ooo/vba/access/AcExportXMLEncoding.idl
index 8229eb2..281c12b 100644
--- a/main/oovbaapi/ooo/vba/access/AcExportXMLEncoding.idl
+++ b/main/oovbaapi/ooo/vba/access/AcExportXMLEncoding.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/access/AcExportXMLObjectType.idl b/main/oovbaapi/ooo/vba/access/AcExportXMLObjectType.idl
index d1fd0b0..a5b6c75 100644
--- a/main/oovbaapi/ooo/vba/access/AcExportXMLObjectType.idl
+++ b/main/oovbaapi/ooo/vba/access/AcExportXMLObjectType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/access/AcExportXMLOtherFlags.idl b/main/oovbaapi/ooo/vba/access/AcExportXMLOtherFlags.idl
index e51ddea..51f683e 100644
--- a/main/oovbaapi/ooo/vba/access/AcExportXMLOtherFlags.idl
+++ b/main/oovbaapi/ooo/vba/access/AcExportXMLOtherFlags.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/access/AcExportXMLSchemaFormat.idl b/main/oovbaapi/ooo/vba/access/AcExportXMLSchemaFormat.idl
index b29f52f..337f6f7 100644
--- a/main/oovbaapi/ooo/vba/access/AcExportXMLSchemaFormat.idl
+++ b/main/oovbaapi/ooo/vba/access/AcExportXMLSchemaFormat.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/access/AcFileFormat.idl b/main/oovbaapi/ooo/vba/access/AcFileFormat.idl
index b3be187..71890e5 100644
--- a/main/oovbaapi/ooo/vba/access/AcFileFormat.idl
+++ b/main/oovbaapi/ooo/vba/access/AcFileFormat.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/access/AcFilterType.idl b/main/oovbaapi/ooo/vba/access/AcFilterType.idl
index a7d99b0..5a87975 100644
--- a/main/oovbaapi/ooo/vba/access/AcFilterType.idl
+++ b/main/oovbaapi/ooo/vba/access/AcFilterType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/access/AcFindField.idl b/main/oovbaapi/ooo/vba/access/AcFindField.idl
index 4c61220..e02727a 100644
--- a/main/oovbaapi/ooo/vba/access/AcFindField.idl
+++ b/main/oovbaapi/ooo/vba/access/AcFindField.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/access/AcFindMatch.idl b/main/oovbaapi/ooo/vba/access/AcFindMatch.idl
index 4674238..1d2e4f8 100644
--- a/main/oovbaapi/ooo/vba/access/AcFindMatch.idl
+++ b/main/oovbaapi/ooo/vba/access/AcFindMatch.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/access/AcFormOpenDataMode.idl b/main/oovbaapi/ooo/vba/access/AcFormOpenDataMode.idl
index 9380294..3ce06b3 100644
--- a/main/oovbaapi/ooo/vba/access/AcFormOpenDataMode.idl
+++ b/main/oovbaapi/ooo/vba/access/AcFormOpenDataMode.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/access/AcFormView.idl b/main/oovbaapi/ooo/vba/access/AcFormView.idl
index b8ea080..857c89c 100644
--- a/main/oovbaapi/ooo/vba/access/AcFormView.idl
+++ b/main/oovbaapi/ooo/vba/access/AcFormView.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/access/AcFormatConditionOperator.idl b/main/oovbaapi/ooo/vba/access/AcFormatConditionOperator.idl
index 19b0f18..a5df8a4 100644
--- a/main/oovbaapi/ooo/vba/access/AcFormatConditionOperator.idl
+++ b/main/oovbaapi/ooo/vba/access/AcFormatConditionOperator.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/access/AcFormatConditionType.idl b/main/oovbaapi/ooo/vba/access/AcFormatConditionType.idl
index 7f90a0e..867e46a 100644
--- a/main/oovbaapi/ooo/vba/access/AcFormatConditionType.idl
+++ b/main/oovbaapi/ooo/vba/access/AcFormatConditionType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/access/AcHyperlinkPart.idl b/main/oovbaapi/ooo/vba/access/AcHyperlinkPart.idl
index c06a077..9fcc558 100644
--- a/main/oovbaapi/ooo/vba/access/AcHyperlinkPart.idl
+++ b/main/oovbaapi/ooo/vba/access/AcHyperlinkPart.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/access/AcImeMode.idl b/main/oovbaapi/ooo/vba/access/AcImeMode.idl
index dcd99ab..1806a78 100644
--- a/main/oovbaapi/ooo/vba/access/AcImeMode.idl
+++ b/main/oovbaapi/ooo/vba/access/AcImeMode.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/access/AcImeSentenceMode.idl b/main/oovbaapi/ooo/vba/access/AcImeSentenceMode.idl
index 915c899..f5cfd9f 100644
--- a/main/oovbaapi/ooo/vba/access/AcImeSentenceMode.idl
+++ b/main/oovbaapi/ooo/vba/access/AcImeSentenceMode.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/access/AcImportXMLOption.idl b/main/oovbaapi/ooo/vba/access/AcImportXMLOption.idl
index 7a07b1d..9bac4ac 100644
--- a/main/oovbaapi/ooo/vba/access/AcImportXMLOption.idl
+++ b/main/oovbaapi/ooo/vba/access/AcImportXMLOption.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/access/AcModuleType.idl b/main/oovbaapi/ooo/vba/access/AcModuleType.idl
index d54a6f0..5b23938 100644
--- a/main/oovbaapi/ooo/vba/access/AcModuleType.idl
+++ b/main/oovbaapi/ooo/vba/access/AcModuleType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/access/AcObjectType.idl b/main/oovbaapi/ooo/vba/access/AcObjectType.idl
index 7172e8a..29ffc0d 100644
--- a/main/oovbaapi/ooo/vba/access/AcObjectType.idl
+++ b/main/oovbaapi/ooo/vba/access/AcObjectType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/access/AcOpenDataMode.idl b/main/oovbaapi/ooo/vba/access/AcOpenDataMode.idl
index b2120df..443d5c6 100644
--- a/main/oovbaapi/ooo/vba/access/AcOpenDataMode.idl
+++ b/main/oovbaapi/ooo/vba/access/AcOpenDataMode.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/access/AcOutputObjectType.idl b/main/oovbaapi/ooo/vba/access/AcOutputObjectType.idl
index e66b7b8..a3a64f6 100644
--- a/main/oovbaapi/ooo/vba/access/AcOutputObjectType.idl
+++ b/main/oovbaapi/ooo/vba/access/AcOutputObjectType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/access/AcPrintColor.idl b/main/oovbaapi/ooo/vba/access/AcPrintColor.idl
index 1ed1213..dfc9b8d 100644
--- a/main/oovbaapi/ooo/vba/access/AcPrintColor.idl
+++ b/main/oovbaapi/ooo/vba/access/AcPrintColor.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/access/AcPrintDuplex.idl b/main/oovbaapi/ooo/vba/access/AcPrintDuplex.idl
index 319ba36..7cf2b9e 100644
--- a/main/oovbaapi/ooo/vba/access/AcPrintDuplex.idl
+++ b/main/oovbaapi/ooo/vba/access/AcPrintDuplex.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/access/AcPrintItemLayout.idl b/main/oovbaapi/ooo/vba/access/AcPrintItemLayout.idl
index 2370c76..a39eccf 100644
--- a/main/oovbaapi/ooo/vba/access/AcPrintItemLayout.idl
+++ b/main/oovbaapi/ooo/vba/access/AcPrintItemLayout.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/access/AcPrintObjQuality.idl b/main/oovbaapi/ooo/vba/access/AcPrintObjQuality.idl
index 6ff77ce..8c51af0 100644
--- a/main/oovbaapi/ooo/vba/access/AcPrintObjQuality.idl
+++ b/main/oovbaapi/ooo/vba/access/AcPrintObjQuality.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/access/AcPrintOrientation.idl b/main/oovbaapi/ooo/vba/access/AcPrintOrientation.idl
index 447a38d..59b00ed 100644
--- a/main/oovbaapi/ooo/vba/access/AcPrintOrientation.idl
+++ b/main/oovbaapi/ooo/vba/access/AcPrintOrientation.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/access/AcPrintPaperBin.idl b/main/oovbaapi/ooo/vba/access/AcPrintPaperBin.idl
index bfd6aca..53819bf 100644
--- a/main/oovbaapi/ooo/vba/access/AcPrintPaperBin.idl
+++ b/main/oovbaapi/ooo/vba/access/AcPrintPaperBin.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/access/AcPrintPaperSize.idl b/main/oovbaapi/ooo/vba/access/AcPrintPaperSize.idl
index 543d6af..db71aa8 100644
--- a/main/oovbaapi/ooo/vba/access/AcPrintPaperSize.idl
+++ b/main/oovbaapi/ooo/vba/access/AcPrintPaperSize.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/access/AcPrintQuality.idl b/main/oovbaapi/ooo/vba/access/AcPrintQuality.idl
index f4ebf44..ce12d9d 100644
--- a/main/oovbaapi/ooo/vba/access/AcPrintQuality.idl
+++ b/main/oovbaapi/ooo/vba/access/AcPrintQuality.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/access/AcPrintRange.idl b/main/oovbaapi/ooo/vba/access/AcPrintRange.idl
index 73045c2..da64bc1 100644
--- a/main/oovbaapi/ooo/vba/access/AcPrintRange.idl
+++ b/main/oovbaapi/ooo/vba/access/AcPrintRange.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/access/AcProjectType.idl b/main/oovbaapi/ooo/vba/access/AcProjectType.idl
index 6087f4e..262d2f5 100644
--- a/main/oovbaapi/ooo/vba/access/AcProjectType.idl
+++ b/main/oovbaapi/ooo/vba/access/AcProjectType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/access/AcQuitOption.idl b/main/oovbaapi/ooo/vba/access/AcQuitOption.idl
index 6bd40e0..f57aaa6 100644
--- a/main/oovbaapi/ooo/vba/access/AcQuitOption.idl
+++ b/main/oovbaapi/ooo/vba/access/AcQuitOption.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/access/AcRecord.idl b/main/oovbaapi/ooo/vba/access/AcRecord.idl
index 4fbcf67..10fb22c 100644
--- a/main/oovbaapi/ooo/vba/access/AcRecord.idl
+++ b/main/oovbaapi/ooo/vba/access/AcRecord.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/access/AcSearchDirection.idl b/main/oovbaapi/ooo/vba/access/AcSearchDirection.idl
index d402211..2a021e5 100644
--- a/main/oovbaapi/ooo/vba/access/AcSearchDirection.idl
+++ b/main/oovbaapi/ooo/vba/access/AcSearchDirection.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/access/AcSection.idl b/main/oovbaapi/ooo/vba/access/AcSection.idl
index f0289ed..180c2c4 100644
--- a/main/oovbaapi/ooo/vba/access/AcSection.idl
+++ b/main/oovbaapi/ooo/vba/access/AcSection.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/access/AcSendObjectType.idl b/main/oovbaapi/ooo/vba/access/AcSendObjectType.idl
index e8a4a5d..162ba37 100644
--- a/main/oovbaapi/ooo/vba/access/AcSendObjectType.idl
+++ b/main/oovbaapi/ooo/vba/access/AcSendObjectType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/access/AcShowToolbar.idl b/main/oovbaapi/ooo/vba/access/AcShowToolbar.idl
index 3e77c46..d20095d 100644
--- a/main/oovbaapi/ooo/vba/access/AcShowToolbar.idl
+++ b/main/oovbaapi/ooo/vba/access/AcShowToolbar.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/access/AcSpreadSheetType.idl b/main/oovbaapi/ooo/vba/access/AcSpreadSheetType.idl
index 149415f..50b451d 100644
--- a/main/oovbaapi/ooo/vba/access/AcSpreadSheetType.idl
+++ b/main/oovbaapi/ooo/vba/access/AcSpreadSheetType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/access/AcSysCmdAction.idl b/main/oovbaapi/ooo/vba/access/AcSysCmdAction.idl
index ffaea15..2596662 100644
--- a/main/oovbaapi/ooo/vba/access/AcSysCmdAction.idl
+++ b/main/oovbaapi/ooo/vba/access/AcSysCmdAction.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/access/AcTextTransferType.idl b/main/oovbaapi/ooo/vba/access/AcTextTransferType.idl
index 0326b0e..ffd7a73 100644
--- a/main/oovbaapi/ooo/vba/access/AcTextTransferType.idl
+++ b/main/oovbaapi/ooo/vba/access/AcTextTransferType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/access/AcTransformXMLScriptOption.idl b/main/oovbaapi/ooo/vba/access/AcTransformXMLScriptOption.idl
index 3d80a43..4472474 100644
--- a/main/oovbaapi/ooo/vba/access/AcTransformXMLScriptOption.idl
+++ b/main/oovbaapi/ooo/vba/access/AcTransformXMLScriptOption.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/access/AcView.idl b/main/oovbaapi/ooo/vba/access/AcView.idl
index 736abde..22898ef 100644
--- a/main/oovbaapi/ooo/vba/access/AcView.idl
+++ b/main/oovbaapi/ooo/vba/access/AcView.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/access/AcWindowMode.idl b/main/oovbaapi/ooo/vba/access/AcWindowMode.idl
index 1ddb4bd..7f8cb2d 100644
--- a/main/oovbaapi/ooo/vba/access/AcWindowMode.idl
+++ b/main/oovbaapi/ooo/vba/access/AcWindowMode.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/access/ProcKind.idl b/main/oovbaapi/ooo/vba/access/ProcKind.idl
index 4573ccf..3718dfc 100644
--- a/main/oovbaapi/ooo/vba/access/ProcKind.idl
+++ b/main/oovbaapi/ooo/vba/access/ProcKind.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/access/RefKind.idl b/main/oovbaapi/ooo/vba/access/RefKind.idl
index 9f22b0f..e8e1fcb 100644
--- a/main/oovbaapi/ooo/vba/access/RefKind.idl
+++ b/main/oovbaapi/ooo/vba/access/RefKind.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/adodb/ADCPROP_ASYNCTHREADPRIORITY_ENUM.idl b/main/oovbaapi/ooo/vba/adodb/ADCPROP_ASYNCTHREADPRIORITY_ENUM.idl
index cb49a8c..1a4a43f 100644
--- a/main/oovbaapi/ooo/vba/adodb/ADCPROP_ASYNCTHREADPRIORITY_ENUM.idl
+++ b/main/oovbaapi/ooo/vba/adodb/ADCPROP_ASYNCTHREADPRIORITY_ENUM.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/adodb/ADCPROP_AUTORECALC_ENUM.idl b/main/oovbaapi/ooo/vba/adodb/ADCPROP_AUTORECALC_ENUM.idl
index 5d00490..82b590b 100644
--- a/main/oovbaapi/ooo/vba/adodb/ADCPROP_AUTORECALC_ENUM.idl
+++ b/main/oovbaapi/ooo/vba/adodb/ADCPROP_AUTORECALC_ENUM.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/adodb/ADCPROP_UPDATECRITERIA_ENUM.idl b/main/oovbaapi/ooo/vba/adodb/ADCPROP_UPDATECRITERIA_ENUM.idl
index 59fbc1e..4afe00b 100644
--- a/main/oovbaapi/ooo/vba/adodb/ADCPROP_UPDATECRITERIA_ENUM.idl
+++ b/main/oovbaapi/ooo/vba/adodb/ADCPROP_UPDATECRITERIA_ENUM.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/adodb/AffectEnum.idl b/main/oovbaapi/ooo/vba/adodb/AffectEnum.idl
index be40f45..eb451ec 100644
--- a/main/oovbaapi/ooo/vba/adodb/AffectEnum.idl
+++ b/main/oovbaapi/ooo/vba/adodb/AffectEnum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/adodb/BookmarkEnum.idl b/main/oovbaapi/ooo/vba/adodb/BookmarkEnum.idl
index 93e88f8..fbfbb38 100644
--- a/main/oovbaapi/ooo/vba/adodb/BookmarkEnum.idl
+++ b/main/oovbaapi/ooo/vba/adodb/BookmarkEnum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/adodb/CEResyncEnum.idl b/main/oovbaapi/ooo/vba/adodb/CEResyncEnum.idl
index d957e6d..a9c4eca 100644
--- a/main/oovbaapi/ooo/vba/adodb/CEResyncEnum.idl
+++ b/main/oovbaapi/ooo/vba/adodb/CEResyncEnum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/adodb/CommandTypeEnum.idl b/main/oovbaapi/ooo/vba/adodb/CommandTypeEnum.idl
index 0f8df90..fdab008 100644
--- a/main/oovbaapi/ooo/vba/adodb/CommandTypeEnum.idl
+++ b/main/oovbaapi/ooo/vba/adodb/CommandTypeEnum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/adodb/CompareEnum.idl b/main/oovbaapi/ooo/vba/adodb/CompareEnum.idl
index 53ac5d0..d33e754 100644
--- a/main/oovbaapi/ooo/vba/adodb/CompareEnum.idl
+++ b/main/oovbaapi/ooo/vba/adodb/CompareEnum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/adodb/ConnectModeEnum.idl b/main/oovbaapi/ooo/vba/adodb/ConnectModeEnum.idl
index c794a6f..df979b9 100644
--- a/main/oovbaapi/ooo/vba/adodb/ConnectModeEnum.idl
+++ b/main/oovbaapi/ooo/vba/adodb/ConnectModeEnum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/adodb/ConnectOptionEnum.idl b/main/oovbaapi/ooo/vba/adodb/ConnectOptionEnum.idl
index 1cfd2bd..a8443e1 100644
--- a/main/oovbaapi/ooo/vba/adodb/ConnectOptionEnum.idl
+++ b/main/oovbaapi/ooo/vba/adodb/ConnectOptionEnum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/adodb/ConnectPromptEnum.idl b/main/oovbaapi/ooo/vba/adodb/ConnectPromptEnum.idl
index e8a4919..32f14b5 100644
--- a/main/oovbaapi/ooo/vba/adodb/ConnectPromptEnum.idl
+++ b/main/oovbaapi/ooo/vba/adodb/ConnectPromptEnum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/adodb/CursorLocationEnum.idl b/main/oovbaapi/ooo/vba/adodb/CursorLocationEnum.idl
index eac2be9..8654eb9 100644
--- a/main/oovbaapi/ooo/vba/adodb/CursorLocationEnum.idl
+++ b/main/oovbaapi/ooo/vba/adodb/CursorLocationEnum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/adodb/CursorOptionEnum.idl b/main/oovbaapi/ooo/vba/adodb/CursorOptionEnum.idl
index 8661ecc..6496782 100644
--- a/main/oovbaapi/ooo/vba/adodb/CursorOptionEnum.idl
+++ b/main/oovbaapi/ooo/vba/adodb/CursorOptionEnum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/adodb/CursorTypeEnum.idl b/main/oovbaapi/ooo/vba/adodb/CursorTypeEnum.idl
index b29149c..ca39986 100644
--- a/main/oovbaapi/ooo/vba/adodb/CursorTypeEnum.idl
+++ b/main/oovbaapi/ooo/vba/adodb/CursorTypeEnum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/adodb/ErrorValueEnum.idl b/main/oovbaapi/ooo/vba/adodb/ErrorValueEnum.idl
index 09f71c4..b8a2df0 100644
--- a/main/oovbaapi/ooo/vba/adodb/ErrorValueEnum.idl
+++ b/main/oovbaapi/ooo/vba/adodb/ErrorValueEnum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/adodb/EventReasonEnum.idl b/main/oovbaapi/ooo/vba/adodb/EventReasonEnum.idl
index 0976ad1..8e3ce9f 100644
--- a/main/oovbaapi/ooo/vba/adodb/EventReasonEnum.idl
+++ b/main/oovbaapi/ooo/vba/adodb/EventReasonEnum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/adodb/EventStatusEnum.idl b/main/oovbaapi/ooo/vba/adodb/EventStatusEnum.idl
index 33c4337..5537e11 100644
--- a/main/oovbaapi/ooo/vba/adodb/EventStatusEnum.idl
+++ b/main/oovbaapi/ooo/vba/adodb/EventStatusEnum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/adodb/ExecuteOptionEnum.idl b/main/oovbaapi/ooo/vba/adodb/ExecuteOptionEnum.idl
index b9ae6ed..50cefa8 100644
--- a/main/oovbaapi/ooo/vba/adodb/ExecuteOptionEnum.idl
+++ b/main/oovbaapi/ooo/vba/adodb/ExecuteOptionEnum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/adodb/FilterGroupEnum.idl b/main/oovbaapi/ooo/vba/adodb/FilterGroupEnum.idl
index 8f6bacb..388da9e 100644
--- a/main/oovbaapi/ooo/vba/adodb/FilterGroupEnum.idl
+++ b/main/oovbaapi/ooo/vba/adodb/FilterGroupEnum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/adodb/GetRowsOptionEnum.idl b/main/oovbaapi/ooo/vba/adodb/GetRowsOptionEnum.idl
index 9b58563..24bd0a7 100644
--- a/main/oovbaapi/ooo/vba/adodb/GetRowsOptionEnum.idl
+++ b/main/oovbaapi/ooo/vba/adodb/GetRowsOptionEnum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/adodb/IsolationLevelEnum.idl b/main/oovbaapi/ooo/vba/adodb/IsolationLevelEnum.idl
index 48bf4d2..f898fb1 100644
--- a/main/oovbaapi/ooo/vba/adodb/IsolationLevelEnum.idl
+++ b/main/oovbaapi/ooo/vba/adodb/IsolationLevelEnum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/adodb/MarshalOptionsEnum.idl b/main/oovbaapi/ooo/vba/adodb/MarshalOptionsEnum.idl
index e1394e6..5714764 100644
--- a/main/oovbaapi/ooo/vba/adodb/MarshalOptionsEnum.idl
+++ b/main/oovbaapi/ooo/vba/adodb/MarshalOptionsEnum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/adodb/ObjectStateEnum.idl b/main/oovbaapi/ooo/vba/adodb/ObjectStateEnum.idl
index 6e6c76c..9e4da04 100644
--- a/main/oovbaapi/ooo/vba/adodb/ObjectStateEnum.idl
+++ b/main/oovbaapi/ooo/vba/adodb/ObjectStateEnum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/adodb/ParameterAttributesEnum.idl b/main/oovbaapi/ooo/vba/adodb/ParameterAttributesEnum.idl
index 6afd894..63bf32b 100644
--- a/main/oovbaapi/ooo/vba/adodb/ParameterAttributesEnum.idl
+++ b/main/oovbaapi/ooo/vba/adodb/ParameterAttributesEnum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/adodb/PersistFormatEnum.idl b/main/oovbaapi/ooo/vba/adodb/PersistFormatEnum.idl
index 1bd5e48..d5781ae 100644
--- a/main/oovbaapi/ooo/vba/adodb/PersistFormatEnum.idl
+++ b/main/oovbaapi/ooo/vba/adodb/PersistFormatEnum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/adodb/PositionEnum.idl b/main/oovbaapi/ooo/vba/adodb/PositionEnum.idl
index 27ebff0..ce3280d 100644
--- a/main/oovbaapi/ooo/vba/adodb/PositionEnum.idl
+++ b/main/oovbaapi/ooo/vba/adodb/PositionEnum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/adodb/PropertyAttributesEnum.idl b/main/oovbaapi/ooo/vba/adodb/PropertyAttributesEnum.idl
index ce86a79..e1aff60 100644
--- a/main/oovbaapi/ooo/vba/adodb/PropertyAttributesEnum.idl
+++ b/main/oovbaapi/ooo/vba/adodb/PropertyAttributesEnum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/adodb/ResyncEnum.idl b/main/oovbaapi/ooo/vba/adodb/ResyncEnum.idl
index 8e23d73..846671f 100644
--- a/main/oovbaapi/ooo/vba/adodb/ResyncEnum.idl
+++ b/main/oovbaapi/ooo/vba/adodb/ResyncEnum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/adodb/SchemaEnum.idl b/main/oovbaapi/ooo/vba/adodb/SchemaEnum.idl
index 9959465..5e287f2 100644
--- a/main/oovbaapi/ooo/vba/adodb/SchemaEnum.idl
+++ b/main/oovbaapi/ooo/vba/adodb/SchemaEnum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/adodb/SearchDirectionEnum.idl b/main/oovbaapi/ooo/vba/adodb/SearchDirectionEnum.idl
index 32d842d..71b3a59 100644
--- a/main/oovbaapi/ooo/vba/adodb/SearchDirectionEnum.idl
+++ b/main/oovbaapi/ooo/vba/adodb/SearchDirectionEnum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/adodb/SeekEnum.idl b/main/oovbaapi/ooo/vba/adodb/SeekEnum.idl
index f4c75ee..f4c56a7 100644
--- a/main/oovbaapi/ooo/vba/adodb/SeekEnum.idl
+++ b/main/oovbaapi/ooo/vba/adodb/SeekEnum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/adodb/StringFormatEnum.idl b/main/oovbaapi/ooo/vba/adodb/StringFormatEnum.idl
index 0b6b500..417fb67 100644
--- a/main/oovbaapi/ooo/vba/adodb/StringFormatEnum.idl
+++ b/main/oovbaapi/ooo/vba/adodb/StringFormatEnum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/adodb/XactAttributeEnum.idl b/main/oovbaapi/ooo/vba/adodb/XactAttributeEnum.idl
index a9733cf..28d3961 100644
--- a/main/oovbaapi/ooo/vba/adodb/XactAttributeEnum.idl
+++ b/main/oovbaapi/ooo/vba/adodb/XactAttributeEnum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/dao/CollatingOrderEnum.idl b/main/oovbaapi/ooo/vba/dao/CollatingOrderEnum.idl
index 6cb4218..647afea 100644
--- a/main/oovbaapi/ooo/vba/dao/CollatingOrderEnum.idl
+++ b/main/oovbaapi/ooo/vba/dao/CollatingOrderEnum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/dao/CommitTransOptionsEnum.idl b/main/oovbaapi/ooo/vba/dao/CommitTransOptionsEnum.idl
index 701d31e..13d2b48 100644
--- a/main/oovbaapi/ooo/vba/dao/CommitTransOptionsEnum.idl
+++ b/main/oovbaapi/ooo/vba/dao/CommitTransOptionsEnum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/dao/CursorDriverEnum.idl b/main/oovbaapi/ooo/vba/dao/CursorDriverEnum.idl
index 2aa6b04..766d2cc 100644
--- a/main/oovbaapi/ooo/vba/dao/CursorDriverEnum.idl
+++ b/main/oovbaapi/ooo/vba/dao/CursorDriverEnum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/dao/DataTypeEnum.idl b/main/oovbaapi/ooo/vba/dao/DataTypeEnum.idl
index 6d5b50e..7a05967 100644
--- a/main/oovbaapi/ooo/vba/dao/DataTypeEnum.idl
+++ b/main/oovbaapi/ooo/vba/dao/DataTypeEnum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/dao/DatabaseTypeEnum.idl b/main/oovbaapi/ooo/vba/dao/DatabaseTypeEnum.idl
index f85d61d..54bb8a4 100644
--- a/main/oovbaapi/ooo/vba/dao/DatabaseTypeEnum.idl
+++ b/main/oovbaapi/ooo/vba/dao/DatabaseTypeEnum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/dao/DriverPromptEnum.idl b/main/oovbaapi/ooo/vba/dao/DriverPromptEnum.idl
index a8c510f..ddb62f3 100644
--- a/main/oovbaapi/ooo/vba/dao/DriverPromptEnum.idl
+++ b/main/oovbaapi/ooo/vba/dao/DriverPromptEnum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/dao/EditModeEnum.idl b/main/oovbaapi/ooo/vba/dao/EditModeEnum.idl
index 1e74af6..aa75386 100644
--- a/main/oovbaapi/ooo/vba/dao/EditModeEnum.idl
+++ b/main/oovbaapi/ooo/vba/dao/EditModeEnum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/dao/FieldAttributeEnum.idl b/main/oovbaapi/ooo/vba/dao/FieldAttributeEnum.idl
index f04cabc..49d59f7 100644
--- a/main/oovbaapi/ooo/vba/dao/FieldAttributeEnum.idl
+++ b/main/oovbaapi/ooo/vba/dao/FieldAttributeEnum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/dao/IdleEnum.idl b/main/oovbaapi/ooo/vba/dao/IdleEnum.idl
index 7ece467..940ae44 100644
--- a/main/oovbaapi/ooo/vba/dao/IdleEnum.idl
+++ b/main/oovbaapi/ooo/vba/dao/IdleEnum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/dao/LockTypeEnum.idl b/main/oovbaapi/ooo/vba/dao/LockTypeEnum.idl
index 3f54924..c7a48aa 100644
--- a/main/oovbaapi/ooo/vba/dao/LockTypeEnum.idl
+++ b/main/oovbaapi/ooo/vba/dao/LockTypeEnum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/dao/ParameterDirectionEnum.idl b/main/oovbaapi/ooo/vba/dao/ParameterDirectionEnum.idl
index 2b4db07..63a6610 100644
--- a/main/oovbaapi/ooo/vba/dao/ParameterDirectionEnum.idl
+++ b/main/oovbaapi/ooo/vba/dao/ParameterDirectionEnum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/dao/PermissionEnum.idl b/main/oovbaapi/ooo/vba/dao/PermissionEnum.idl
index 610f304..86b5b99 100644
--- a/main/oovbaapi/ooo/vba/dao/PermissionEnum.idl
+++ b/main/oovbaapi/ooo/vba/dao/PermissionEnum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/dao/QueryDefStateEnum.idl b/main/oovbaapi/ooo/vba/dao/QueryDefStateEnum.idl
index 301781c..f6ca028 100644
--- a/main/oovbaapi/ooo/vba/dao/QueryDefStateEnum.idl
+++ b/main/oovbaapi/ooo/vba/dao/QueryDefStateEnum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/dao/QueryDefTypeEnum.idl b/main/oovbaapi/ooo/vba/dao/QueryDefTypeEnum.idl
index d686eee..d54c8c9 100644
--- a/main/oovbaapi/ooo/vba/dao/QueryDefTypeEnum.idl
+++ b/main/oovbaapi/ooo/vba/dao/QueryDefTypeEnum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/dao/RecordStatusEnum.idl b/main/oovbaapi/ooo/vba/dao/RecordStatusEnum.idl
index 1ad36ce..a01d1be 100644
--- a/main/oovbaapi/ooo/vba/dao/RecordStatusEnum.idl
+++ b/main/oovbaapi/ooo/vba/dao/RecordStatusEnum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/dao/RecordsetOptionEnum.idl b/main/oovbaapi/ooo/vba/dao/RecordsetOptionEnum.idl
index 9c21c44..7987794 100644
--- a/main/oovbaapi/ooo/vba/dao/RecordsetOptionEnum.idl
+++ b/main/oovbaapi/ooo/vba/dao/RecordsetOptionEnum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/dao/RecordsetTypeEnum.idl b/main/oovbaapi/ooo/vba/dao/RecordsetTypeEnum.idl
index 1da053c..fe49ba1 100644
--- a/main/oovbaapi/ooo/vba/dao/RecordsetTypeEnum.idl
+++ b/main/oovbaapi/ooo/vba/dao/RecordsetTypeEnum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/dao/RelationAttributeEnum.idl b/main/oovbaapi/ooo/vba/dao/RelationAttributeEnum.idl
index f59adb1..53cc734 100644
--- a/main/oovbaapi/ooo/vba/dao/RelationAttributeEnum.idl
+++ b/main/oovbaapi/ooo/vba/dao/RelationAttributeEnum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/dao/ReplicaTypeEnum.idl b/main/oovbaapi/ooo/vba/dao/ReplicaTypeEnum.idl
index cad5c79..3f4224f 100644
--- a/main/oovbaapi/ooo/vba/dao/ReplicaTypeEnum.idl
+++ b/main/oovbaapi/ooo/vba/dao/ReplicaTypeEnum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/dao/SetOptionEnum.idl b/main/oovbaapi/ooo/vba/dao/SetOptionEnum.idl
index 6795d48..e7cdef5 100644
--- a/main/oovbaapi/ooo/vba/dao/SetOptionEnum.idl
+++ b/main/oovbaapi/ooo/vba/dao/SetOptionEnum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/dao/SynchronizeTypeEnum.idl b/main/oovbaapi/ooo/vba/dao/SynchronizeTypeEnum.idl
index 02cb239..3c4aea8 100644
--- a/main/oovbaapi/ooo/vba/dao/SynchronizeTypeEnum.idl
+++ b/main/oovbaapi/ooo/vba/dao/SynchronizeTypeEnum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/dao/TableDefAttributeEnum.idl b/main/oovbaapi/ooo/vba/dao/TableDefAttributeEnum.idl
index 0b6b281..5513c7d 100644
--- a/main/oovbaapi/ooo/vba/dao/TableDefAttributeEnum.idl
+++ b/main/oovbaapi/ooo/vba/dao/TableDefAttributeEnum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/dao/UpdateCriteriaEnum.idl b/main/oovbaapi/ooo/vba/dao/UpdateCriteriaEnum.idl
index c4117cd..fb838e8 100644
--- a/main/oovbaapi/ooo/vba/dao/UpdateCriteriaEnum.idl
+++ b/main/oovbaapi/ooo/vba/dao/UpdateCriteriaEnum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/dao/UpdateTypeEnum.idl b/main/oovbaapi/ooo/vba/dao/UpdateTypeEnum.idl
index ecbd648..6615b48 100644
--- a/main/oovbaapi/ooo/vba/dao/UpdateTypeEnum.idl
+++ b/main/oovbaapi/ooo/vba/dao/UpdateTypeEnum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/dao/WorkspaceTypeEnum.idl b/main/oovbaapi/ooo/vba/dao/WorkspaceTypeEnum.idl
index 04f8a56..0bedbb8 100644
--- a/main/oovbaapi/ooo/vba/dao/WorkspaceTypeEnum.idl
+++ b/main/oovbaapi/ooo/vba/dao/WorkspaceTypeEnum.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/excel/Constants.idl b/main/oovbaapi/ooo/vba/excel/Constants.idl
index a879f51..7e11448 100644
--- a/main/oovbaapi/ooo/vba/excel/Constants.idl
+++ b/main/oovbaapi/ooo/vba/excel/Constants.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/Globals.idl b/main/oovbaapi/ooo/vba/excel/Globals.idl
index 40d290d..f79d401 100644
--- a/main/oovbaapi/ooo/vba/excel/Globals.idl
+++ b/main/oovbaapi/ooo/vba/excel/Globals.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/excel/Hyperlink.idl b/main/oovbaapi/ooo/vba/excel/Hyperlink.idl
index da48824..b73b009 100644
--- a/main/oovbaapi/ooo/vba/excel/Hyperlink.idl
+++ b/main/oovbaapi/ooo/vba/excel/Hyperlink.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/excel/Range.idl b/main/oovbaapi/ooo/vba/excel/Range.idl
index e08cb76..daca384 100644
--- a/main/oovbaapi/ooo/vba/excel/Range.idl
+++ b/main/oovbaapi/ooo/vba/excel/Range.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/excel/SheetObject.idl b/main/oovbaapi/ooo/vba/excel/SheetObject.idl
index 3beb256..9c2d808 100644
--- a/main/oovbaapi/ooo/vba/excel/SheetObject.idl
+++ b/main/oovbaapi/ooo/vba/excel/SheetObject.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -34,7 +34,7 @@
 /*  Note: This file collects all compatibility interfaces for drawing objects
     and drawing controls embedded in sheets. All these symbols are deprecated
     in VBA and kept for compatibility with old VBA scripts. */
- 
+
 //=============================================================================
 
 module ooo {  module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/SheetObjects.idl b/main/oovbaapi/ooo/vba/excel/SheetObjects.idl
index 261100e..254b825 100644
--- a/main/oovbaapi/ooo/vba/excel/SheetObjects.idl
+++ b/main/oovbaapi/ooo/vba/excel/SheetObjects.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -41,7 +41,7 @@
 
 /** Collections that implement this interface provide access to a specific type
     of drawing objects in a single sheet.
-    
+
     <p>The following sheet symbols represent collections of line objects, and
     therefore implement this interface:</p>
     <ul><li>Arcs: arc objects, and</li>
diff --git a/main/oovbaapi/ooo/vba/excel/TextFrame.idl b/main/oovbaapi/ooo/vba/excel/TextFrame.idl
index 6998e55..e589c4f 100644
--- a/main/oovbaapi/ooo/vba/excel/TextFrame.idl
+++ b/main/oovbaapi/ooo/vba/excel/TextFrame.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/excel/Window.idl b/main/oovbaapi/ooo/vba/excel/Window.idl
index bb4d8c1..2b72a56 100644
--- a/main/oovbaapi/ooo/vba/excel/Window.idl
+++ b/main/oovbaapi/ooo/vba/excel/Window.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/excel/Workbook.idl b/main/oovbaapi/ooo/vba/excel/Workbook.idl
index d695d1a..f7401f0 100644
--- a/main/oovbaapi/ooo/vba/excel/Workbook.idl
+++ b/main/oovbaapi/ooo/vba/excel/Workbook.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/excel/Worksheet.idl b/main/oovbaapi/ooo/vba/excel/Worksheet.idl
index ed2b0ec..e7ad42c 100644
--- a/main/oovbaapi/ooo/vba/excel/Worksheet.idl
+++ b/main/oovbaapi/ooo/vba/excel/Worksheet.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/excel/XApplication.idl b/main/oovbaapi/ooo/vba/excel/XApplication.idl
index 6645225..f5a2887 100644
--- a/main/oovbaapi/ooo/vba/excel/XApplication.idl
+++ b/main/oovbaapi/ooo/vba/excel/XApplication.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -28,7 +28,7 @@
 #include <ooo/vba/XHelperInterface.idl>
 #include <ooo/vba/XAssistant.idl>
 
-module ooo {  module vba {  module excel { 
+module ooo {  module vba {  module excel {
 
 interface XRange;
 interface XWorkbook;
@@ -43,7 +43,7 @@
     // Application serves as WorksheetFunction object with little differences
     interface ::com::sun::star::beans::XExactName;
     interface ::com::sun::star::script::XInvocation;
-    
+
 //	interface ::ooo::vba::XHelperInterface;
 
 	[attribute, readonly] any Selection;
@@ -59,7 +59,7 @@
 	[attribute] boolean DisplayFormulaBar;
 	[attribute] any CutCopyMode;
 	[attribute] any StatusBar;
-	[attribute] long Cursor; 
+	[attribute] long Cursor;
     [attribute] boolean EnableEvents;
     [attribute] string DefaultFilePath;
     [attribute, readonly] string LibraryPath;
diff --git a/main/oovbaapi/ooo/vba/excel/XAxes.idl b/main/oovbaapi/ooo/vba/excel/XAxes.idl
index 7ffc2dd..a511e03 100644
--- a/main/oovbaapi/ooo/vba/excel/XAxes.idl
+++ b/main/oovbaapi/ooo/vba/excel/XAxes.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -39,11 +39,11 @@
 #ifndef __ooo_vba_XCollection_idl__
 #include <ooo/vba/XCollection.idl>
 #endif
-module ooo {  module vba { module excel { 
+module ooo {  module vba { module excel {
 
 interface XAxes
 {
-	interface ::ooo::vba::XCollection;	
+	interface ::ooo::vba::XCollection;
 };
 
 }; }; };
diff --git a/main/oovbaapi/ooo/vba/excel/XAxis.idl b/main/oovbaapi/ooo/vba/excel/XAxis.idl
index 0e18848..4a986fd 100644
--- a/main/oovbaapi/ooo/vba/excel/XAxis.idl
+++ b/main/oovbaapi/ooo/vba/excel/XAxis.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -34,7 +34,7 @@
 
 module ooo {  module vba { module excel {
 interface XAxisTitle;
-interface XAxis 
+interface XAxis
 {
 	interface ::ooo::vba::XHelperInterface;
 
diff --git a/main/oovbaapi/ooo/vba/excel/XAxisTitle.idl b/main/oovbaapi/ooo/vba/excel/XAxisTitle.idl
index a682a06..f200621 100644
--- a/main/oovbaapi/ooo/vba/excel/XAxisTitle.idl
+++ b/main/oovbaapi/ooo/vba/excel/XAxisTitle.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -32,9 +32,9 @@
 #include <com/sun/star/script/BasicErrorException.idl>
 #endif
 
-module ooo {  module vba { module excel { 
+module ooo {  module vba { module excel {
 
-interface XAxisTitle 
+interface XAxisTitle
 {
 	interface ::ooo::vba::excel::XTitle;
 };
diff --git a/main/oovbaapi/ooo/vba/excel/XBorder.idl b/main/oovbaapi/ooo/vba/excel/XBorder.idl
index 9dd0a2f..2acaa99 100644
--- a/main/oovbaapi/ooo/vba/excel/XBorder.idl
+++ b/main/oovbaapi/ooo/vba/excel/XBorder.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -32,7 +32,7 @@
 #endif
 //=============================================================================
 
-module ooo {  module vba {  module excel { 
+module ooo {  module vba {  module excel {
 
 
 //=============================================================================
diff --git a/main/oovbaapi/ooo/vba/excel/XBorders.idl b/main/oovbaapi/ooo/vba/excel/XBorders.idl
index cec1ee7..5a1c24d 100644
--- a/main/oovbaapi/ooo/vba/excel/XBorders.idl
+++ b/main/oovbaapi/ooo/vba/excel/XBorders.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -36,12 +36,12 @@
 
 //=============================================================================
 
-module ooo {  module vba {  module excel { 
+module ooo {  module vba {  module excel {
 
 //=============================================================================
 interface XBorders
 {
-	
+
 	interface ooo::vba::excel::XBorder;
 	interface ooo::vba::XCollection;
 };
diff --git a/main/oovbaapi/ooo/vba/excel/XButton.idl b/main/oovbaapi/ooo/vba/excel/XButton.idl
index 4cb10e5..b960960 100644
--- a/main/oovbaapi/ooo/vba/excel/XButton.idl
+++ b/main/oovbaapi/ooo/vba/excel/XButton.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/excel/XCharacters.idl b/main/oovbaapi/ooo/vba/excel/XCharacters.idl
index cf2b35a..3f31d40 100644
--- a/main/oovbaapi/ooo/vba/excel/XCharacters.idl
+++ b/main/oovbaapi/ooo/vba/excel/XCharacters.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -34,7 +34,7 @@
 #endif
 //=============================================================================
 
-module ooo {  module vba {  module excel { 
+module ooo {  module vba {  module excel {
 
 //=============================================================================
 interface XCharacters
diff --git a/main/oovbaapi/ooo/vba/excel/XChart.idl b/main/oovbaapi/ooo/vba/excel/XChart.idl
index 7a8cce0..5f56ad9 100644
--- a/main/oovbaapi/ooo/vba/excel/XChart.idl
+++ b/main/oovbaapi/ooo/vba/excel/XChart.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -35,15 +35,15 @@
 #endif
 //=============================================================================
 
-module ooo {  module vba {  module excel { 
+module ooo {  module vba {  module excel {
 
 //=============================================================================
-interface XRange; 
-interface XChartTitle; 
+interface XRange;
+interface XChartTitle;
 interface XChart
 {
 	interface ::ooo::vba::XHelperInterface;
-	
+
 	[attribute, readonly] string Name;
 	any SeriesCollection( [in] any Item );
 	long getChartType() raises(com::sun::star::script::BasicErrorException);
diff --git a/main/oovbaapi/ooo/vba/excel/XChartObject.idl b/main/oovbaapi/ooo/vba/excel/XChartObject.idl
index 63c24b6..e3cf932 100644
--- a/main/oovbaapi/ooo/vba/excel/XChartObject.idl
+++ b/main/oovbaapi/ooo/vba/excel/XChartObject.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -34,7 +34,7 @@
 #endif
 //=============================================================================
 
-module ooo {  module vba {  module excel { 
+module ooo {  module vba {  module excel {
 
 //=============================================================================
 interface XChart;
diff --git a/main/oovbaapi/ooo/vba/excel/XChartObjects.idl b/main/oovbaapi/ooo/vba/excel/XChartObjects.idl
index 041b0d6..da5f5d0 100644
--- a/main/oovbaapi/ooo/vba/excel/XChartObjects.idl
+++ b/main/oovbaapi/ooo/vba/excel/XChartObjects.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -37,7 +37,7 @@
 
 //=============================================================================
 
-module ooo {  module vba {  module excel { 
+module ooo {  module vba {  module excel {
 
 //=============================================================================
 interface XChartObjects
diff --git a/main/oovbaapi/ooo/vba/excel/XChartTitle.idl b/main/oovbaapi/ooo/vba/excel/XChartTitle.idl
index 876d725..1eb7e06 100644
--- a/main/oovbaapi/ooo/vba/excel/XChartTitle.idl
+++ b/main/oovbaapi/ooo/vba/excel/XChartTitle.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -32,10 +32,10 @@
 #include <com/sun/star/script/BasicErrorException.idl>
 #endif
 
-module ooo {  module vba { module excel { 
+module ooo {  module vba { module excel {
 
 interface XTitle;
-interface XChartTitle 
+interface XChartTitle
 {
 	interface XTitle;
 };
diff --git a/main/oovbaapi/ooo/vba/excel/XCharts.idl b/main/oovbaapi/ooo/vba/excel/XCharts.idl
index 185f46d..ca96b41 100644
--- a/main/oovbaapi/ooo/vba/excel/XCharts.idl
+++ b/main/oovbaapi/ooo/vba/excel/XCharts.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -37,7 +37,7 @@
 
 //=============================================================================
 
-module ooo {  module vba {  module excel { 
+module ooo {  module vba {  module excel {
 interface XChart;
 //=============================================================================
 interface XCharts
diff --git a/main/oovbaapi/ooo/vba/excel/XComment.idl b/main/oovbaapi/ooo/vba/excel/XComment.idl
index fead0d6..740e076 100644
--- a/main/oovbaapi/ooo/vba/excel/XComment.idl
+++ b/main/oovbaapi/ooo/vba/excel/XComment.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/excel/XComments.idl b/main/oovbaapi/ooo/vba/excel/XComments.idl
index cd501d9..59638e7 100644
--- a/main/oovbaapi/ooo/vba/excel/XComments.idl
+++ b/main/oovbaapi/ooo/vba/excel/XComments.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/excel/XControlObject.idl b/main/oovbaapi/ooo/vba/excel/XControlObject.idl
index 99c7e17..5f86f8a 100644
--- a/main/oovbaapi/ooo/vba/excel/XControlObject.idl
+++ b/main/oovbaapi/ooo/vba/excel/XControlObject.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/excel/XDataLabel.idl b/main/oovbaapi/ooo/vba/excel/XDataLabel.idl
index 73baf4c..fd1a08c 100644
--- a/main/oovbaapi/ooo/vba/excel/XDataLabel.idl
+++ b/main/oovbaapi/ooo/vba/excel/XDataLabel.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -35,7 +35,7 @@
 #endif
 //=============================================================================
 
-module ooo {  module vba {  module excel { 
+module ooo {  module vba {  module excel {
 
 //=============================================================================
 interface XDataLabel
diff --git a/main/oovbaapi/ooo/vba/excel/XDataLabels.idl b/main/oovbaapi/ooo/vba/excel/XDataLabels.idl
index d530b8e..945bcc4 100644
--- a/main/oovbaapi/ooo/vba/excel/XDataLabels.idl
+++ b/main/oovbaapi/ooo/vba/excel/XDataLabels.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -35,7 +35,7 @@
 #endif
 //=============================================================================
 
-module ooo {  module vba {  module excel { 
+module ooo {  module vba {  module excel {
 
 //=============================================================================
 interface XDataLabels
diff --git a/main/oovbaapi/ooo/vba/excel/XDialog.idl b/main/oovbaapi/ooo/vba/excel/XDialog.idl
index dd373bc..20ffd7c 100644
--- a/main/oovbaapi/ooo/vba/excel/XDialog.idl
+++ b/main/oovbaapi/ooo/vba/excel/XDialog.idl
@@ -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,22 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 #ifndef __ooo_vba_excel_XDialog_idl__
 #define __ooo_vba_excel_XDialog_idl__
-                                                                                                                             
+
 #ifndef __com_sun_star_uno_XInterface_idl__
 #include <com/sun/star/uno/XInterface.idl>
 #endif
@@ -33,15 +33,15 @@
 
 
 //=============================================================================
-                                                                                                                             
+
 module ooo {  module vba {  module excel {
-                                                                                                                             
+
 //=============================================================================
 
 interface XDialog : com::sun::star::uno::XInterface
 {
 };
-                                                                                                                             
+
 }; }; };
-                                                                                                                             
+
 #endif
diff --git a/main/oovbaapi/ooo/vba/excel/XDialogs.idl b/main/oovbaapi/ooo/vba/excel/XDialogs.idl
index 9dde5ba..73273f0 100644
--- a/main/oovbaapi/ooo/vba/excel/XDialogs.idl
+++ b/main/oovbaapi/ooo/vba/excel/XDialogs.idl
@@ -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,22 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 #ifndef __ooo_vba_excel_XDialogs_idl__
 #define __ooo_vba_excel_XDialogs_idl__
-                                                                                                                             
+
 #ifndef __com_sun_star_uno_XInterface_idl__
 #include <com/sun/star/uno/XInterface.idl>
 #endif
@@ -32,15 +32,15 @@
 #endif
 
 //=============================================================================
-                                                                                                                             
+
 module ooo {  module vba {  module excel {
-                                                                                                                             
+
 interface XDialogs : com::sun::star::uno::XInterface
 {
 
 	any Item( [in] any Index );
 };
-                                                                                                                             
+
 }; }; };
-                                                                                                                             
+
 #endif
diff --git a/main/oovbaapi/ooo/vba/excel/XFont.idl b/main/oovbaapi/ooo/vba/excel/XFont.idl
index b5c37e7..4f0d1db 100644
--- a/main/oovbaapi/ooo/vba/excel/XFont.idl
+++ b/main/oovbaapi/ooo/vba/excel/XFont.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -36,7 +36,7 @@
 
 //=============================================================================
 
-module ooo {  module vba {  module excel { 
+module ooo {  module vba {  module excel {
 
 interface XFont
 {
diff --git a/main/oovbaapi/ooo/vba/excel/XFormat.idl b/main/oovbaapi/ooo/vba/excel/XFormat.idl
index 85efab9..29e4e0c 100644
--- a/main/oovbaapi/ooo/vba/excel/XFormat.idl
+++ b/main/oovbaapi/ooo/vba/excel/XFormat.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -37,7 +37,7 @@
 interface XFont;
 interface XInterior;
 
-interface XFormat 
+interface XFormat
 {
     interface ::ooo::vba::XHelperInterface;
     // void			Clear(  ) raises ( com::sun::star::script::BasicErrorException );
diff --git a/main/oovbaapi/ooo/vba/excel/XFormatCondition.idl b/main/oovbaapi/ooo/vba/excel/XFormatCondition.idl
index 0a3af9d..f2860d3 100644
--- a/main/oovbaapi/ooo/vba/excel/XFormatCondition.idl
+++ b/main/oovbaapi/ooo/vba/excel/XFormatCondition.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -32,13 +32,13 @@
 #include <ooo/vba/XHelperInterface.idl>
 #endif
 
-module ooo {  module vba { module excel { 
+module ooo {  module vba { module excel {
 
 interface XFont;
 interface XInterior;
 interface XBorders;
 
-interface XFormatCondition 
+interface XFormatCondition
 {
 	interface  ::ooo::vba::XHelperInterface;
 
@@ -55,19 +55,19 @@
 	@return void
 	**/
 	void Modify( [in] long Type, [in]  /*Optional*/ any Operator, [in]  /*Optional*/ any Formula1, [in]  /*Optional*/ any Formula2 ) raises ( com::sun::star::script::BasicErrorException );
-	
+
 	long Type( ) raises ( com::sun::star::script::BasicErrorException );
-	
+
 	long Operator( ) raises ( com::sun::star::script::BasicErrorException );
-	
+
 	string Formula1( ) raises ( com::sun::star::script::BasicErrorException );
-	
+
 	string Formula2( ) raises ( com::sun::star::script::BasicErrorException );
-	
+
 	XInterior Interior( ) raises ( com::sun::star::script::BasicErrorException );
 
 	any Borders( [in] any Index) raises ( com::sun::star::script::BasicErrorException );
-	
+
 	XFont Font( ) raises ( com::sun::star::script::BasicErrorException );
 };
 
diff --git a/main/oovbaapi/ooo/vba/excel/XFormatConditions.idl b/main/oovbaapi/ooo/vba/excel/XFormatConditions.idl
index 7da3734..752c70a 100644
--- a/main/oovbaapi/ooo/vba/excel/XFormatConditions.idl
+++ b/main/oovbaapi/ooo/vba/excel/XFormatConditions.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -35,7 +35,7 @@
 {
 
 interface XFormatCondition;
-interface XFormatConditions 
+interface XFormatConditions
 {
 
 	interface ooo::vba::XCollection;
@@ -44,7 +44,7 @@
 
 	/**
 	@param Type
-	
+
 	@param Operator
 		Optional.
 	@param Formula1
diff --git a/main/oovbaapi/ooo/vba/excel/XGlobals.idl b/main/oovbaapi/ooo/vba/excel/XGlobals.idl
index 532185f..7173f0f 100644
--- a/main/oovbaapi/ooo/vba/excel/XGlobals.idl
+++ b/main/oovbaapi/ooo/vba/excel/XGlobals.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/excel/XGraphicObjects.idl b/main/oovbaapi/ooo/vba/excel/XGraphicObjects.idl
index fbe9e2b..321b824 100644
--- a/main/oovbaapi/ooo/vba/excel/XGraphicObjects.idl
+++ b/main/oovbaapi/ooo/vba/excel/XGraphicObjects.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/excel/XHPageBreak.idl b/main/oovbaapi/ooo/vba/excel/XHPageBreak.idl
index c5d2553..a9d308c 100644
--- a/main/oovbaapi/ooo/vba/excel/XHPageBreak.idl
+++ b/main/oovbaapi/ooo/vba/excel/XHPageBreak.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,7 +30,7 @@
 
 //=============================================================================
 
-module ooo {  module vba {  module excel { 
+module ooo {  module vba {  module excel {
 
 //=============================================================================
 
diff --git a/main/oovbaapi/ooo/vba/excel/XHPageBreaks.idl b/main/oovbaapi/ooo/vba/excel/XHPageBreaks.idl
index 29f1ddd..b2bd4fd 100644
--- a/main/oovbaapi/ooo/vba/excel/XHPageBreaks.idl
+++ b/main/oovbaapi/ooo/vba/excel/XHPageBreaks.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -40,7 +40,7 @@
 
 //=============================================================================
 
-module ooo {  module vba {  module excel { 
+module ooo {  module vba {  module excel {
 
 //=============================================================================
 
@@ -50,7 +50,7 @@
 {
 
 	interface ooo::vba::XCollection;
-	//Methods	
+	//Methods
     any Add([in] any Before) raises(com::sun::star::script::BasicErrorException);
 };
 
diff --git a/main/oovbaapi/ooo/vba/excel/XHyperlink.idl b/main/oovbaapi/ooo/vba/excel/XHyperlink.idl
index c985802..e640a15 100644
--- a/main/oovbaapi/ooo/vba/excel/XHyperlink.idl
+++ b/main/oovbaapi/ooo/vba/excel/XHyperlink.idl
@@ -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,22 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 #ifndef __ooo_vba_excel_XHyperlink_idl__
 #define __ooo_vba_excel_XHyperlink_idl__
-                                                                                                                             
+
 #include <ooo/vba/XHelperInterface.idl>
 
 //=============================================================================
@@ -32,7 +32,7 @@
 }; }; };
 
 module ooo {  module vba {  module excel {
-                                                                                                                             
+
 interface XRange;
 
 //=============================================================================
@@ -50,11 +50,11 @@
 	[attribute, readonly] XRange Range;
 	[attribute, readonly] ooo::vba::msforms::XShape Shape;
 };
-                                                                                                                             
+
 //=============================================================================
 
 }; }; };
-                                                                                                                             
+
 //=============================================================================
 
 #endif
diff --git a/main/oovbaapi/ooo/vba/excel/XHyperlinks.idl b/main/oovbaapi/ooo/vba/excel/XHyperlinks.idl
index c2175bf..f0ab74b 100644
--- a/main/oovbaapi/ooo/vba/excel/XHyperlinks.idl
+++ b/main/oovbaapi/ooo/vba/excel/XHyperlinks.idl
@@ -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,29 +7,29 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
 #ifndef __ooo_vba_excel_XHyperlinks_idl__
 #define __ooo_vba_excel_XHyperlinks_idl__
-                                                                                                                             
+
 #include <ooo/vba/XCollection.idl>
 
 //=============================================================================
 
 module ooo {  module vba {  module excel {
-                                                                                                                             
+
 //=============================================================================
 
 interface XHyperlink;
@@ -48,15 +48,15 @@
         [in] any SubAddress,
         [in] any ScreenTip,
         [in] any TextToDisplay );
-        
+
     // ------------------------------------------------------------------------
-    
+
     void Delete();
 
     // ------------------------------------------------------------------------
 
 };
-                                                                                                                             
+
 //=============================================================================
 
 }; }; };
diff --git a/main/oovbaapi/ooo/vba/excel/XInterior.idl b/main/oovbaapi/ooo/vba/excel/XInterior.idl
index 9d9f4d7..11e9bf4 100644
--- a/main/oovbaapi/ooo/vba/excel/XInterior.idl
+++ b/main/oovbaapi/ooo/vba/excel/XInterior.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -33,7 +33,7 @@
 
 //=============================================================================
 
-module ooo {  module vba {  module excel  { 
+module ooo {  module vba {  module excel  {
 
 //=============================================================================
 
diff --git a/main/oovbaapi/ooo/vba/excel/XName.idl b/main/oovbaapi/ooo/vba/excel/XName.idl
index 1d6d3cc..ad19d7e 100644
--- a/main/oovbaapi/ooo/vba/excel/XName.idl
+++ b/main/oovbaapi/ooo/vba/excel/XName.idl
@@ -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,22 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 #ifndef __ooo_vba_excel_XName_idl__
 #define __ooo_vba_excel_XName_idl__
-                                                                                                                             
+
 #ifndef __com_sun_star_uno_XInterface_idl__
 #include <com/sun/star/uno/XInterface.idl>
 #endif
@@ -32,9 +32,9 @@
 #endif
 
 //=============================================================================
-                                                                                                                             
+
 module ooo {  module vba {  module excel {
-                                                                                                                             
+
 //=============================================================================
 
 interface XRange;
@@ -42,7 +42,7 @@
 interface XName
 {
 	interface ::ooo::vba::XHelperInterface;
-	
+
 	[attribute] string Name;
 	[attribute] string NameLocal;
 	[attribute] boolean Visible;
@@ -55,7 +55,7 @@
 
 	void Delete( );
 };
-                                                                                                                             
+
 }; }; };
-                                                                                                                             
+
 #endif
diff --git a/main/oovbaapi/ooo/vba/excel/XNames.idl b/main/oovbaapi/ooo/vba/excel/XNames.idl
index fd19384..d460573 100644
--- a/main/oovbaapi/ooo/vba/excel/XNames.idl
+++ b/main/oovbaapi/ooo/vba/excel/XNames.idl
@@ -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,43 +7,43 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 #ifndef __ooo_vba_excel_XNames_idl__
 #define __ooo_vba_excel_XNames_idl__
-                                                                                                                             
+
 #ifndef __com_sun_star_uno_XInterface_idl__
 #include <com/sun/star/uno/XInterface.idl>
 #endif
-                                                                                                                             
+
 #ifndef __ooo_vba_XCollection_idl__
 #include <ooo/vba/XCollection.idl>
 #endif
-                                                                                                                             
+
 //=============================================================================
-                                                                                                                             
+
 module ooo {  module vba {  module excel {
-                                                                                                                             
+
 //=============================================================================
-                                                                                                                             
+
 interface XNames
 {
 	interface ::ooo::vba::XCollection;
 
         any Add( [in] any Name , [in] any RefersTo , [in] any Visible , [in] any MacroType , [in] any ShortcutKey , [in] any Category , [in] any NameLocal , [in] any RefersToLocal , [in] any CategoryLocal , [in] any RefersToR1C1 , [in] any RefersToR1C1Local );
 };
-                                                                                                                             
+
 }; }; };
-                                                                                                                             
+
 #endif
diff --git a/main/oovbaapi/ooo/vba/excel/XOLEObject.idl b/main/oovbaapi/ooo/vba/excel/XOLEObject.idl
index 7a7c1c5..671b8e5 100644
--- a/main/oovbaapi/ooo/vba/excel/XOLEObject.idl
+++ b/main/oovbaapi/ooo/vba/excel/XOLEObject.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -33,7 +33,7 @@
 
 //=============================================================================
 
-module ooo {  module vba {  module excel { 
+module ooo {  module vba {  module excel {
 
 
 //=============================================================================
diff --git a/main/oovbaapi/ooo/vba/excel/XOLEObjects.idl b/main/oovbaapi/ooo/vba/excel/XOLEObjects.idl
index 4f003b8..5428a0c 100644
--- a/main/oovbaapi/ooo/vba/excel/XOLEObjects.idl
+++ b/main/oovbaapi/ooo/vba/excel/XOLEObjects.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -28,7 +28,7 @@
 #endif
 //=============================================================================
 
-module ooo {  module vba {  module excel { 
+module ooo {  module vba {  module excel {
 
 
 //=============================================================================
diff --git a/main/oovbaapi/ooo/vba/excel/XOutline.idl b/main/oovbaapi/ooo/vba/excel/XOutline.idl
index 81caa17..b496bd3 100644
--- a/main/oovbaapi/ooo/vba/excel/XOutline.idl
+++ b/main/oovbaapi/ooo/vba/excel/XOutline.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -33,7 +33,7 @@
 
 //=============================================================================
 
-module ooo {  module vba {  module excel { 
+module ooo {  module vba {  module excel {
 
 //=============================================================================
 
@@ -43,7 +43,7 @@
 
 	interface ::ooo::vba::XHelperInterface;
 
-	//Methods	
+	//Methods
 	void ShowLevels([in] any RowLevels,[in] any ColumnLevels);
 
 };
diff --git a/main/oovbaapi/ooo/vba/excel/XPageBreak.idl b/main/oovbaapi/ooo/vba/excel/XPageBreak.idl
index e79757c..ed81657 100644
--- a/main/oovbaapi/ooo/vba/excel/XPageBreak.idl
+++ b/main/oovbaapi/ooo/vba/excel/XPageBreak.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -37,7 +37,7 @@
 
 //=============================================================================
 
-module ooo {  module vba {  module excel { 
+module ooo {  module vba {  module excel {
 
 //=============================================================================
 
@@ -50,8 +50,8 @@
 
     // Attributes
     [attribute] long Type;
-    
-	//Methods	
+
+	//Methods
 	void Delete() raises(com::sun::star::script::BasicErrorException);
     XRange Location()raises(com::sun::star::script::BasicErrorException);
 
diff --git a/main/oovbaapi/ooo/vba/excel/XPageSetup.idl b/main/oovbaapi/ooo/vba/excel/XPageSetup.idl
index 1693419..b110ac4 100644
--- a/main/oovbaapi/ooo/vba/excel/XPageSetup.idl
+++ b/main/oovbaapi/ooo/vba/excel/XPageSetup.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -33,7 +33,7 @@
 
 //=============================================================================
 
-module ooo {  module vba {  module excel { 
+module ooo {  module vba {  module excel {
 
 //=============================================================================
 
diff --git a/main/oovbaapi/ooo/vba/excel/XPane.idl b/main/oovbaapi/ooo/vba/excel/XPane.idl
index 9faf832..61553f3 100644
--- a/main/oovbaapi/ooo/vba/excel/XPane.idl
+++ b/main/oovbaapi/ooo/vba/excel/XPane.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/excel/XPivotCache.idl b/main/oovbaapi/ooo/vba/excel/XPivotCache.idl
index 33347e4..d6b3f2b 100644
--- a/main/oovbaapi/ooo/vba/excel/XPivotCache.idl
+++ b/main/oovbaapi/ooo/vba/excel/XPivotCache.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -33,7 +33,7 @@
 
 //=============================================================================
 
-module ooo {  module vba {  module excel { 
+module ooo {  module vba {  module excel {
 
 //=============================================================================
 
diff --git a/main/oovbaapi/ooo/vba/excel/XPivotTable.idl b/main/oovbaapi/ooo/vba/excel/XPivotTable.idl
index afd5164..6479a6d 100644
--- a/main/oovbaapi/ooo/vba/excel/XPivotTable.idl
+++ b/main/oovbaapi/ooo/vba/excel/XPivotTable.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -37,7 +37,7 @@
 
 //=============================================================================
 
-module ooo {  module vba {  module excel { 
+module ooo {  module vba {  module excel {
 
 //=============================================================================
 
diff --git a/main/oovbaapi/ooo/vba/excel/XPivotTables.idl b/main/oovbaapi/ooo/vba/excel/XPivotTables.idl
index 378de4a..faff4dd 100644
--- a/main/oovbaapi/ooo/vba/excel/XPivotTables.idl
+++ b/main/oovbaapi/ooo/vba/excel/XPivotTables.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -33,7 +33,7 @@
 
 //=============================================================================
 
-module ooo {  module vba {  module excel { 
+module ooo {  module vba {  module excel {
 
 //=============================================================================
 interface XPivotTables
@@ -43,7 +43,7 @@
 	// PivotCache should be a PivotCache object ( but that's not defined
 	// yet )
 	//XPivotTable Add( [in] any PivotCache, [in] any TableDestination, [in] any TableName, [in] any ReadData );
-	
+
 };
 
 //=============================================================================
diff --git a/main/oovbaapi/ooo/vba/excel/XRange.idl b/main/oovbaapi/ooo/vba/excel/XRange.idl
index 8fc6cd1..7934d59 100644
--- a/main/oovbaapi/ooo/vba/excel/XRange.idl
+++ b/main/oovbaapi/ooo/vba/excel/XRange.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -52,7 +52,7 @@
 #endif
 //=============================================================================
 
-module ooo {  module vba {  module excel { 
+module ooo {  module vba {  module excel {
 
 interface XFont;
 interface XRows;
@@ -73,7 +73,7 @@
 	interface ::ooo::vba::excel::XFormat;
 	//interface ::ooo::vba::XHelperInterface;
 
-	[attribute] any Value; 
+	[attribute] any Value;
 	[attribute] any Formula;
 	[attribute] any FormulaArray;
 	[attribute] any FormulaR1C1;
@@ -99,7 +99,7 @@
 	[attribute] any AddIndent;
 	[attribute] any ShowDetail;
 
-	XComment AddComment( [in] any Text ); 
+	XComment AddComment( [in] any Text );
 	void Clear();
 	void ClearComments();
 	void ClearContents();
@@ -112,9 +112,9 @@
 	XRange Item([in] any RowIndex, [in] any ColumnIndex) raises(com::sun::star::script::BasicErrorException);
 	XRange Offset([in] any RowOffset, [in] any ColumnOffset);
 	XRange CurrentRegion();
-	XRange CurrentArray(); 
+	XRange CurrentArray();
 	string Characters([in] any Start, [in] any Length);
-	string Address( [in] any RowAbsolute, [in] any ColumnAbsolute, [in] any ReferenceStyle, [in] any External, [in] any RelativeTo );	
+	string Address( [in] any RowAbsolute, [in] any ColumnAbsolute, [in] any ReferenceStyle, [in] any External, [in] any RelativeTo );
 	XRange Cells([in] any RowIndex, [in] any ColumnIndex);
 	void Select();
 	void AutoOutline() raises(com::sun::star::script::BasicErrorException);
@@ -130,10 +130,10 @@
 	void PasteSpecial([in] any Paste, [in] any Operation,[in] any SkipBlanks, [in] any Transpose);
 	boolean  Replace( [in] string What, [in] string Replacement, [in] any LookAt, [in] any SearchOrder, [in] any MatchCase, [in] any MatchByte, [in] any SearchFormat, [in] any ReplaceFormat );
     XRange Find( [in] any What, [in] any After, [in] any LookIn, [in] any LookAt, [in] any SearchOrder, [in] any SearchDirection, [in] any MatchCase, [in] any MatchByte, [in] any SearchFormat );
-	
+
 	void Sort( [in] any Key1, [in] any Order1, [in] any Key2, [in] any Type,
 		[in] any Order2, [in] any Key3, [in] any Order3,
-		[in] any Header, [in] any OrderCustom, [in] any MatchCase, 
+		[in] any Header, [in] any OrderCustom, [in] any MatchCase,
 		[in] any Orientation, [in] any SortMethod, [in] any DataOption1,
 		[in] any DataOption2, [in] any DataOption3 );
 	XRange End( [in] long Direction );
@@ -141,7 +141,7 @@
 	// idl complains
 	XCharacters characters([in] any Start, [in] any Length);
 	void Delete( [in] any Shift );
-		
+
 	any Areas( [in] any Item );
 	any BorderAround( [in] any LineStyle, [in] any Weight, [in] any ColorIndex, [in] any Color );
         void AutoFilter([in ] any Field, [in] any Criteria1, [in] any Operator, [in] any Criteria2, [in] any VisibleDropDown);
diff --git a/main/oovbaapi/ooo/vba/excel/XSeries.idl b/main/oovbaapi/ooo/vba/excel/XSeries.idl
index 7e2b61a..e6847e5 100644
--- a/main/oovbaapi/ooo/vba/excel/XSeries.idl
+++ b/main/oovbaapi/ooo/vba/excel/XSeries.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -33,7 +33,7 @@
 
 //=============================================================================
 
-module ooo {  module vba {  module excel { 
+module ooo {  module vba {  module excel {
 
 //=============================================================================
 
diff --git a/main/oovbaapi/ooo/vba/excel/XSeriesCollection.idl b/main/oovbaapi/ooo/vba/excel/XSeriesCollection.idl
index 0a6253a..5704385 100644
--- a/main/oovbaapi/ooo/vba/excel/XSeriesCollection.idl
+++ b/main/oovbaapi/ooo/vba/excel/XSeriesCollection.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -31,16 +31,16 @@
 #endif
 
 //=============================================================================
-module ooo {  module vba {  module excel { 
+module ooo {  module vba {  module excel {
 interface XSeries;
 //=============================================================================
 
 interface XSeriesCollection
-{ 
+{
 	interface ::ooo::vba::XCollection;
 	//XSeries Add( [in] any Source, [in] any RowCol, [in] any SeriesLabels,
-	//	[in] any CategoryLabels, [in] any Replace );	
-	XSeries NewSeries();	
+	//	[in] any CategoryLabels, [in] any Replace );
+	XSeries NewSeries();
 	any XSeries( [in] any Item );
 };
 
diff --git a/main/oovbaapi/ooo/vba/excel/XSheetObject.idl b/main/oovbaapi/ooo/vba/excel/XSheetObject.idl
index 27d418a..28138c7 100644
--- a/main/oovbaapi/ooo/vba/excel/XSheetObject.idl
+++ b/main/oovbaapi/ooo/vba/excel/XSheetObject.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/excel/XStyle.idl b/main/oovbaapi/ooo/vba/excel/XStyle.idl
index a740f3b..5410212 100644
--- a/main/oovbaapi/ooo/vba/excel/XStyle.idl
+++ b/main/oovbaapi/ooo/vba/excel/XStyle.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -35,8 +35,8 @@
 #include <ooo/vba/excel/XFormat.idl>
 #endif
 
-module ooo {  module vba { module excel { 
-interface XStyle 
+module ooo {  module vba { module excel {
+interface XStyle
 {
     interface XFormat;
 
diff --git a/main/oovbaapi/ooo/vba/excel/XStyles.idl b/main/oovbaapi/ooo/vba/excel/XStyles.idl
index 591b3b1..85643f2 100644
--- a/main/oovbaapi/ooo/vba/excel/XStyles.idl
+++ b/main/oovbaapi/ooo/vba/excel/XStyles.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -36,9 +36,9 @@
 #include <ooo/vba/XCollection.idl>
 #endif
 
-module ooo {  module vba { module excel { 
+module ooo {  module vba { module excel {
 interface XStyle;
-interface XStyles 
+interface XStyles
 {
     interface ::ooo::vba::XCollection;
     /**
@@ -56,7 +56,7 @@
     @return XStyle
     **/
     XStyle Add([in] string Name, [in] /*Optional*/ any BasedOn)
-        raises (com::sun::star::script::BasicErrorException);	
+        raises (com::sun::star::script::BasicErrorException);
 
 }; }; }; };
 
diff --git a/main/oovbaapi/ooo/vba/excel/XTextFrame.idl b/main/oovbaapi/ooo/vba/excel/XTextFrame.idl
index 9495f5a..f916535 100644
--- a/main/oovbaapi/ooo/vba/excel/XTextFrame.idl
+++ b/main/oovbaapi/ooo/vba/excel/XTextFrame.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/excel/XTitle.idl b/main/oovbaapi/ooo/vba/excel/XTitle.idl
index 80b4003..5d0cacf 100644
--- a/main/oovbaapi/ooo/vba/excel/XTitle.idl
+++ b/main/oovbaapi/ooo/vba/excel/XTitle.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -32,7 +32,7 @@
 #include <com/sun/star/script/BasicErrorException.idl>
 #endif
 
-module ooo {  module vba { module excel { 
+module ooo {  module vba { module excel {
 
 interface XCharacters;
 interface XFont;
diff --git a/main/oovbaapi/ooo/vba/excel/XVPageBreak.idl b/main/oovbaapi/ooo/vba/excel/XVPageBreak.idl
index 138b558..6a12e48 100644
--- a/main/oovbaapi/ooo/vba/excel/XVPageBreak.idl
+++ b/main/oovbaapi/ooo/vba/excel/XVPageBreak.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -29,7 +29,7 @@
 
 //=============================================================================
 
-module ooo {  module vba {  module excel { 
+module ooo {  module vba {  module excel {
 
 //=============================================================================
 
diff --git a/main/oovbaapi/ooo/vba/excel/XVPageBreaks.idl b/main/oovbaapi/ooo/vba/excel/XVPageBreaks.idl
index 2f4a611..ecbea92 100644
--- a/main/oovbaapi/ooo/vba/excel/XVPageBreaks.idl
+++ b/main/oovbaapi/ooo/vba/excel/XVPageBreaks.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -41,7 +41,7 @@
 
 //=============================================================================
 
-module ooo {  module vba {  module excel { 
+module ooo {  module vba {  module excel {
 
 //=============================================================================
 
@@ -50,8 +50,8 @@
 interface XVPageBreaks
 {
 	interface ooo::vba::XCollection;
-	
-	//Methods	
+
+	//Methods
 	any Add( [in] any Before ) raises( com::sun::star::script::BasicErrorException );
 };
 
diff --git a/main/oovbaapi/ooo/vba/excel/XValidation.idl b/main/oovbaapi/ooo/vba/excel/XValidation.idl
index 9b1ff02..4cc204a 100644
--- a/main/oovbaapi/ooo/vba/excel/XValidation.idl
+++ b/main/oovbaapi/ooo/vba/excel/XValidation.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -33,7 +33,7 @@
 
 //=============================================================================
 
-module ooo {  module vba {  module excel { 
+module ooo {  module vba {  module excel {
 
 //=============================================================================
 
@@ -45,7 +45,7 @@
 	[attribute] boolean InCellDropdown;
 	[attribute] boolean ShowInput;
 	[attribute] boolean ShowError;
-	[attribute] string InputTitle;	
+	[attribute] string InputTitle;
 	[attribute] string ErrorTitle;
 	[attribute] string InputMessage;
 	[attribute] string ErrorMessage;
diff --git a/main/oovbaapi/ooo/vba/excel/XWindow.idl b/main/oovbaapi/ooo/vba/excel/XWindow.idl
index e879f56..901a87c 100644
--- a/main/oovbaapi/ooo/vba/excel/XWindow.idl
+++ b/main/oovbaapi/ooo/vba/excel/XWindow.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -27,7 +27,7 @@
 
 //=============================================================================
 
-module ooo {  module vba {  module excel { 
+module ooo {  module vba {  module excel {
 
 //=============================================================================
 
@@ -38,14 +38,14 @@
 interface XWindow : com::sun::star::uno::XInterface
 {
 	[attribute] any Caption;
-	[attribute] boolean DisplayGridlines; 
-	[attribute] boolean DisplayHeadings; 
-	[attribute] boolean DisplayHorizontalScrollBar; 
+	[attribute] boolean DisplayGridlines;
+	[attribute] boolean DisplayHeadings;
+	[attribute] boolean DisplayHorizontalScrollBar;
 	[attribute] boolean DisplayOutline;
-	[attribute] boolean DisplayVerticalScrollBar; 
-	[attribute] boolean DisplayWorkbookTabs; 
-	[attribute] boolean FreezePanes; 
-	[attribute] boolean Split; 
+	[attribute] boolean DisplayVerticalScrollBar;
+	[attribute] boolean DisplayWorkbookTabs;
+	[attribute] boolean FreezePanes;
+	[attribute] boolean Split;
 	[attribute] long SplitColumn;
 	[attribute] double SplitHorizontal;
 	[attribute] long SplitRow;
diff --git a/main/oovbaapi/ooo/vba/excel/XWindows.idl b/main/oovbaapi/ooo/vba/excel/XWindows.idl
index 48f9834..b0c43d4 100644
--- a/main/oovbaapi/ooo/vba/excel/XWindows.idl
+++ b/main/oovbaapi/ooo/vba/excel/XWindows.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -33,14 +33,14 @@
 
 //=============================================================================
 
-module ooo {  module vba {  module excel { 
+module ooo {  module vba {  module excel {
 
 //=============================================================================
 interface XWindows
 {
 	interface ::ooo::vba::XCollection;
 
-	void Arrange( [in] long ArrangeStyle, [in] any ActiveWorkbook, [in] any SyncHorizontal, [in] any SyncVertical );	
+	void Arrange( [in] long ArrangeStyle, [in] any ActiveWorkbook, [in] any SyncHorizontal, [in] any SyncVertical );
 };
 
 //=============================================================================
diff --git a/main/oovbaapi/ooo/vba/excel/XWorkbook.idl b/main/oovbaapi/ooo/vba/excel/XWorkbook.idl
index b71825a..8533f77 100644
--- a/main/oovbaapi/ooo/vba/excel/XWorkbook.idl
+++ b/main/oovbaapi/ooo/vba/excel/XWorkbook.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -33,7 +33,7 @@
 
 //=============================================================================
 
-module ooo {  module vba {  module excel { 
+module ooo {  module vba {  module excel {
 
 //=============================================================================
 
@@ -43,7 +43,7 @@
 
 interface XWorkbook : com::sun::star::uno::XInterface
 {
-	[attribute, readonly] boolean ProtectStructure; 
+	[attribute, readonly] boolean ProtectStructure;
 	[attribute, readonly] XWorksheet ActiveSheet;
 	[attribute, readonly] string  CodeName;
 	[attribute] boolean  PrecisionAsDisplayed;
diff --git a/main/oovbaapi/ooo/vba/excel/XWorkbooks.idl b/main/oovbaapi/ooo/vba/excel/XWorkbooks.idl
index 00d2b04..0403422 100644
--- a/main/oovbaapi/ooo/vba/excel/XWorkbooks.idl
+++ b/main/oovbaapi/ooo/vba/excel/XWorkbooks.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -34,7 +34,7 @@
 
 //=============================================================================
 
-module ooo {  module vba {  module excel { 
+module ooo {  module vba {  module excel {
 
 //=============================================================================
 
diff --git a/main/oovbaapi/ooo/vba/excel/XWorksheet.idl b/main/oovbaapi/ooo/vba/excel/XWorksheet.idl
index a91f23b..7ad99d5 100644
--- a/main/oovbaapi/ooo/vba/excel/XWorksheet.idl
+++ b/main/oovbaapi/ooo/vba/excel/XWorksheet.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -34,13 +34,13 @@
 #ifndef __com_sun_star_script_XInvocation_idl__
 #include <com/sun/star/script/XInvocation.idl>
 #endif
- 
+
 #ifndef __com_sun_star_container_XNamed_idl__
 #include <com/sun/star/container/XNamed.idl>
 #endif
 //=============================================================================
 
-module ooo {  module vba {  module excel { 
+module ooo {  module vba {  module excel {
 
 //=============================================================================
 
@@ -115,7 +115,7 @@
 	any Names( [in] any Index );
 
 	any Evaluate( [in] string Name );
-	
+
 	void setEnableCalculation( [in] boolean EnableCalculation ) raises(com::sun::star::script::BasicErrorException);
 	boolean getEnableCalculation() raises(com::sun::star::script::BasicErrorException);
 	void PrintOut( [in] any From, [in] any To, [in] any Copies, [in] any Preview, [in] any ActivePrinter, [in] any PrintToFile, [in] any Collate, [in] any PrToFileName, [in] any IgnorePrintAreas );
diff --git a/main/oovbaapi/ooo/vba/excel/XWorksheetFunction.idl b/main/oovbaapi/ooo/vba/excel/XWorksheetFunction.idl
index 2a46339..443d3d38 100644
--- a/main/oovbaapi/ooo/vba/excel/XWorksheetFunction.idl
+++ b/main/oovbaapi/ooo/vba/excel/XWorksheetFunction.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -40,7 +40,7 @@
 #endif
 //=============================================================================
 
-module ooo {  module vba {  module excel { 
+module ooo {  module vba {  module excel {
 
 //=============================================================================
 
diff --git a/main/oovbaapi/ooo/vba/excel/XWorksheets.idl b/main/oovbaapi/ooo/vba/excel/XWorksheets.idl
index d5f0803..87667e8 100644
--- a/main/oovbaapi/ooo/vba/excel/XWorksheets.idl
+++ b/main/oovbaapi/ooo/vba/excel/XWorksheets.idl
@@ -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,45 +7,45 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 #ifndef __ooo_vba_excel_XWorksheets_idl__
 #define __ooo_vba_excel_XWorksheets_idl__
-                                                                                                                             
+
 #ifndef __com_sun_star_uno_XInterface_idl__
 #include <com/sun/star/uno/XInterface.idl>
 #endif
-                                                                                                                             
+
 #ifndef __ooo_vba_XCollection_idl__
 #include <ooo/vba/XCollection.idl>
 #endif
-                                                                                                                             
+
 //=============================================================================
-                                                                                                                             
+
 module ooo {  module vba {  module excel {
-                                                                                                                             
+
 //=============================================================================
-                                                                                                                             
+
 interface XWorksheets
 {
 	interface ::ooo::vba::XCollection;
-	[attribute] any Visible; 
-        any  Add( [in] any Before, [in] any After, [in] any Count, [in] any Type );                                 
+	[attribute] any Visible;
+        any  Add( [in] any Before, [in] any After, [in] any Count, [in] any Type );
         void Delete();
 	void PrintOut( [in] any From, [in] any To, [in] any Copies, [in] any Preview, [in] any ActivePrinter, [in] any PrintToFile, [in] any Collate, [in] any PrToFileName );
 	void Select( [in] any Replace );
 };
 }; }; };
-                                                                                                                             
+
 #endif
diff --git a/main/oovbaapi/ooo/vba/excel/XlApplicationInternational.idl b/main/oovbaapi/ooo/vba/excel/XlApplicationInternational.idl
index 0ef1b66..9dcb7e6 100644
--- a/main/oovbaapi/ooo/vba/excel/XlApplicationInternational.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlApplicationInternational.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlApplyNamesOrder.idl b/main/oovbaapi/ooo/vba/excel/XlApplyNamesOrder.idl
index 3bd987a..96d6612 100644
--- a/main/oovbaapi/ooo/vba/excel/XlApplyNamesOrder.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlApplyNamesOrder.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlArabicModes.idl b/main/oovbaapi/ooo/vba/excel/XlArabicModes.idl
index cbae386..3045f38 100644
--- a/main/oovbaapi/ooo/vba/excel/XlArabicModes.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlArabicModes.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlArrangeStyle.idl b/main/oovbaapi/ooo/vba/excel/XlArrangeStyle.idl
index 0a21719..4c0816f 100644
--- a/main/oovbaapi/ooo/vba/excel/XlArrangeStyle.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlArrangeStyle.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlArrowHeadLength.idl b/main/oovbaapi/ooo/vba/excel/XlArrowHeadLength.idl
index 93bf603..2ab69f6 100644
--- a/main/oovbaapi/ooo/vba/excel/XlArrowHeadLength.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlArrowHeadLength.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlArrowHeadStyle.idl b/main/oovbaapi/ooo/vba/excel/XlArrowHeadStyle.idl
index e6df85e..10edf3d 100644
--- a/main/oovbaapi/ooo/vba/excel/XlArrowHeadStyle.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlArrowHeadStyle.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlArrowHeadWidth.idl b/main/oovbaapi/ooo/vba/excel/XlArrowHeadWidth.idl
index b01ff5e..e5f3ae5 100644
--- a/main/oovbaapi/ooo/vba/excel/XlArrowHeadWidth.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlArrowHeadWidth.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlAutoFillType.idl b/main/oovbaapi/ooo/vba/excel/XlAutoFillType.idl
index 2a32b4f..2796072 100644
--- a/main/oovbaapi/ooo/vba/excel/XlAutoFillType.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlAutoFillType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlAutoFilterOperator.idl b/main/oovbaapi/ooo/vba/excel/XlAutoFilterOperator.idl
index cbf4ffb..9e289bd 100644
--- a/main/oovbaapi/ooo/vba/excel/XlAutoFilterOperator.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlAutoFilterOperator.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlAxisCrosses.idl b/main/oovbaapi/ooo/vba/excel/XlAxisCrosses.idl
index de38535..06edf97 100644
--- a/main/oovbaapi/ooo/vba/excel/XlAxisCrosses.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlAxisCrosses.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlAxisGroup.idl b/main/oovbaapi/ooo/vba/excel/XlAxisGroup.idl
index 7c62985..ffec192 100644
--- a/main/oovbaapi/ooo/vba/excel/XlAxisGroup.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlAxisGroup.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlAxisType.idl b/main/oovbaapi/ooo/vba/excel/XlAxisType.idl
index 93fd076..9553619 100644
--- a/main/oovbaapi/ooo/vba/excel/XlAxisType.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlAxisType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlBackground.idl b/main/oovbaapi/ooo/vba/excel/XlBackground.idl
index 14013f4..87b2c37 100644
--- a/main/oovbaapi/ooo/vba/excel/XlBackground.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlBackground.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlBarShape.idl b/main/oovbaapi/ooo/vba/excel/XlBarShape.idl
index 8a8e5d9..bf55531 100644
--- a/main/oovbaapi/ooo/vba/excel/XlBarShape.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlBarShape.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlBorderWeight.idl b/main/oovbaapi/ooo/vba/excel/XlBorderWeight.idl
index 76e7823..7bf128e 100644
--- a/main/oovbaapi/ooo/vba/excel/XlBorderWeight.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlBorderWeight.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlBordersIndex.idl b/main/oovbaapi/ooo/vba/excel/XlBordersIndex.idl
index cde3ea2..6d6e76e 100644
--- a/main/oovbaapi/ooo/vba/excel/XlBordersIndex.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlBordersIndex.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlBuildInDialog.idl b/main/oovbaapi/ooo/vba/excel/XlBuildInDialog.idl
index 42a63a4..5c2a347 100644
--- a/main/oovbaapi/ooo/vba/excel/XlBuildInDialog.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlBuildInDialog.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -44,12 +44,12 @@
         const long xlDialogAxes = 78; //(&H4E)
         const long xlDialogBorder = 45; //(&H2D)
         const long xlDialogCalculation = 32; //(&H20)
-        const long xlDialogCellProtection = 46; //(&H2E) 
-        const long xlDialogChangeLink = 166; //(&HA6) 
+        const long xlDialogCellProtection = 46; //(&H2E)
+        const long xlDialogChangeLink = 166; //(&HA6)
         const long xlDialogChartAddData = 392; //(&H188)
         const long xlDialogChartLocation = 527; //(&H20F)
         const long xlDialogChartOptionDataLabelMultiple = 724; //(&H2D4)
-        const long xlDialogChartOptionDataLabels = 505; //(&H1F9) 
+        const long xlDialogChartOptionDataLabels = 505; //(&H1F9)
         const long xlDialogChartOptionDataTable = 506; //(&H1FA)
         const long xlDialogChartSourceData = 540; //(&H21C)
         const long xlDialogChartTrend = 350; //(&H15E)
@@ -211,8 +211,8 @@
         const long xlDialogScenarioAdd = 307; //(&H133)
         const long xlDialogScenarioCells = 305; //(&H131)
         const long xlDialogScenarioEdit = 308; //(&H134)
-        const long xlDialogScenarioMerge = 473; //(&H1D9) 
-        const long xlDialogScenarioSummary = 311; //(&H137)  
+        const long xlDialogScenarioMerge = 473; //(&H1D9)
+        const long xlDialogScenarioSummary = 311; //(&H137)
         const long xlDialogScrollbarProperties = 420; //(&H1A4)
         const long xlDialogSearch = 731; //(&H2DB)
         const long xlDialogSelectSpecial = 132; //(&H84)
@@ -225,7 +225,7 @@
         const long xlDialogSeriesY = 462; //(&H1CE)
         const long xlDialogSetBackgroundPicture = 509; //(&H1FD)
         const long xlDialogSetPrintTitles = 23; //(&H17)
-        const long xlDialogSetUpdateStatus = 159; //(&H9F) 
+        const long xlDialogSetUpdateStatus = 159; //(&H9F)
         const long xlDialogShowDetail = 204; //(&HCC)
         const long xlDialogShowToolbar = 220; //(&HDC)
         const long xlDialogSize = 261; //(&H105)
@@ -262,9 +262,9 @@
         const long xlDialogWorkbookName = 386; //(&H182)
         const long xlDialogWorkbookNew = 302; //(&H12E)
         const long xlDialogWorkbookOptions = 284; //(&H11C)
-        const long xlDialogWorkbookProtect = 417; //(&H1A1) 
-        const long xlDialogWorkbookTabSplit = 415; //(&H19F) 
-        const long xlDialogWorkbookUnhide = 384; //(&H180) 
+        const long xlDialogWorkbookProtect = 417; //(&H1A1)
+        const long xlDialogWorkbookTabSplit = 415; //(&H19F)
+        const long xlDialogWorkbookUnhide = 384; //(&H180)
         const long xlDialogWorkgroup = 199; //(&HC7)
         const long xlDialogWorkspace = 95; //(&H5F)
         const long xlDialogZoom = 256; //(&H100)
diff --git a/main/oovbaapi/ooo/vba/excel/XlBuiltInDialog.idl b/main/oovbaapi/ooo/vba/excel/XlBuiltInDialog.idl
index 27cb786..686cee6 100644
--- a/main/oovbaapi/ooo/vba/excel/XlBuiltInDialog.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlBuiltInDialog.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlCVError.idl b/main/oovbaapi/ooo/vba/excel/XlCVError.idl
index e7174d4..c8c9d02 100644
--- a/main/oovbaapi/ooo/vba/excel/XlCVError.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlCVError.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlCalculatedMemberType.idl b/main/oovbaapi/ooo/vba/excel/XlCalculatedMemberType.idl
index 97a3b29..4192930 100644
--- a/main/oovbaapi/ooo/vba/excel/XlCalculatedMemberType.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlCalculatedMemberType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlCalculation.idl b/main/oovbaapi/ooo/vba/excel/XlCalculation.idl
index 3755aad..df11b72 100644
--- a/main/oovbaapi/ooo/vba/excel/XlCalculation.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlCalculation.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlCalculationInterruptKey.idl b/main/oovbaapi/ooo/vba/excel/XlCalculationInterruptKey.idl
index 9409ac5..d6d7e35 100644
--- a/main/oovbaapi/ooo/vba/excel/XlCalculationInterruptKey.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlCalculationInterruptKey.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlCalculationState.idl b/main/oovbaapi/ooo/vba/excel/XlCalculationState.idl
index b260687..07b2a09 100644
--- a/main/oovbaapi/ooo/vba/excel/XlCalculationState.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlCalculationState.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlCategoryType.idl b/main/oovbaapi/ooo/vba/excel/XlCategoryType.idl
index c3dd73c..dd8fdfe 100644
--- a/main/oovbaapi/ooo/vba/excel/XlCategoryType.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlCategoryType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlCellInsertionMode.idl b/main/oovbaapi/ooo/vba/excel/XlCellInsertionMode.idl
index bf52122..bd4fbbb 100644
--- a/main/oovbaapi/ooo/vba/excel/XlCellInsertionMode.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlCellInsertionMode.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlCellType.idl b/main/oovbaapi/ooo/vba/excel/XlCellType.idl
index 7a3a8e2..a87bc5a 100644
--- a/main/oovbaapi/ooo/vba/excel/XlCellType.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlCellType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlChartGallery.idl b/main/oovbaapi/ooo/vba/excel/XlChartGallery.idl
index d76b43f..c6839c5 100644
--- a/main/oovbaapi/ooo/vba/excel/XlChartGallery.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlChartGallery.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlChartItem.idl b/main/oovbaapi/ooo/vba/excel/XlChartItem.idl
index 691f9fa..13196ab 100644
--- a/main/oovbaapi/ooo/vba/excel/XlChartItem.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlChartItem.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlChartLocation.idl b/main/oovbaapi/ooo/vba/excel/XlChartLocation.idl
index 4bc79f7..832d7f6 100644
--- a/main/oovbaapi/ooo/vba/excel/XlChartLocation.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlChartLocation.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlChartPicturePlacement.idl b/main/oovbaapi/ooo/vba/excel/XlChartPicturePlacement.idl
index 46bc8b2..3766f6d 100644
--- a/main/oovbaapi/ooo/vba/excel/XlChartPicturePlacement.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlChartPicturePlacement.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlChartPictureType.idl b/main/oovbaapi/ooo/vba/excel/XlChartPictureType.idl
index fe8cda0..c211d36 100644
--- a/main/oovbaapi/ooo/vba/excel/XlChartPictureType.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlChartPictureType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlChartSplitType.idl b/main/oovbaapi/ooo/vba/excel/XlChartSplitType.idl
index b3ccdf9..86aa616 100644
--- a/main/oovbaapi/ooo/vba/excel/XlChartSplitType.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlChartSplitType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlChartType.idl b/main/oovbaapi/ooo/vba/excel/XlChartType.idl
index d7f72e6..1ac0a3f 100644
--- a/main/oovbaapi/ooo/vba/excel/XlChartType.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlChartType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlClipboardFormat.idl b/main/oovbaapi/ooo/vba/excel/XlClipboardFormat.idl
index bf7779e..3de54dc 100644
--- a/main/oovbaapi/ooo/vba/excel/XlClipboardFormat.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlClipboardFormat.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlCmdType.idl b/main/oovbaapi/ooo/vba/excel/XlCmdType.idl
index cc24897..645fee3 100644
--- a/main/oovbaapi/ooo/vba/excel/XlCmdType.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlCmdType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlColorIndex.idl b/main/oovbaapi/ooo/vba/excel/XlColorIndex.idl
index 28c9822..400cd27 100644
--- a/main/oovbaapi/ooo/vba/excel/XlColorIndex.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlColorIndex.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlColumnDataType.idl b/main/oovbaapi/ooo/vba/excel/XlColumnDataType.idl
index debe8c1..cbaf016 100644
--- a/main/oovbaapi/ooo/vba/excel/XlColumnDataType.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlColumnDataType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlCommandUnderlines.idl b/main/oovbaapi/ooo/vba/excel/XlCommandUnderlines.idl
index bcab475..10a0131 100644
--- a/main/oovbaapi/ooo/vba/excel/XlCommandUnderlines.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlCommandUnderlines.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlCommentDisplayMode.idl b/main/oovbaapi/ooo/vba/excel/XlCommentDisplayMode.idl
index 5167995..c7ba78a 100644
--- a/main/oovbaapi/ooo/vba/excel/XlCommentDisplayMode.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlCommentDisplayMode.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlConsolidationFunction.idl b/main/oovbaapi/ooo/vba/excel/XlConsolidationFunction.idl
index 0264d12..93ca7e4 100644
--- a/main/oovbaapi/ooo/vba/excel/XlConsolidationFunction.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlConsolidationFunction.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlCopyPictureFormat.idl b/main/oovbaapi/ooo/vba/excel/XlCopyPictureFormat.idl
index 8c6e342..fd8ecdb 100644
--- a/main/oovbaapi/ooo/vba/excel/XlCopyPictureFormat.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlCopyPictureFormat.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlCorruptLoad.idl b/main/oovbaapi/ooo/vba/excel/XlCorruptLoad.idl
index 8696be4..53211a7 100644
--- a/main/oovbaapi/ooo/vba/excel/XlCorruptLoad.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlCorruptLoad.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlCreator.idl b/main/oovbaapi/ooo/vba/excel/XlCreator.idl
index 219218b..f6b891a 100644
--- a/main/oovbaapi/ooo/vba/excel/XlCreator.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlCreator.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlCubeFieldType.idl b/main/oovbaapi/ooo/vba/excel/XlCubeFieldType.idl
index cc0657f..a2c4855 100644
--- a/main/oovbaapi/ooo/vba/excel/XlCubeFieldType.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlCubeFieldType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlCutCopyMode.idl b/main/oovbaapi/ooo/vba/excel/XlCutCopyMode.idl
index d3d5558..0c5c70a 100644
--- a/main/oovbaapi/ooo/vba/excel/XlCutCopyMode.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlCutCopyMode.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlDVAlertStyle.idl b/main/oovbaapi/ooo/vba/excel/XlDVAlertStyle.idl
index aa0fea4..47022d7 100644
--- a/main/oovbaapi/ooo/vba/excel/XlDVAlertStyle.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlDVAlertStyle.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlDVType.idl b/main/oovbaapi/ooo/vba/excel/XlDVType.idl
index c49cac8..76d6b22 100644
--- a/main/oovbaapi/ooo/vba/excel/XlDVType.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlDVType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlDataLabelPosition.idl b/main/oovbaapi/ooo/vba/excel/XlDataLabelPosition.idl
index 45b6b22..70f6b64 100644
--- a/main/oovbaapi/ooo/vba/excel/XlDataLabelPosition.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlDataLabelPosition.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlDataLabelSeparator.idl b/main/oovbaapi/ooo/vba/excel/XlDataLabelSeparator.idl
index 421a1f5..a406c06 100644
--- a/main/oovbaapi/ooo/vba/excel/XlDataLabelSeparator.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlDataLabelSeparator.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlDataLabelsType.idl b/main/oovbaapi/ooo/vba/excel/XlDataLabelsType.idl
index fe0423f..739b78e 100644
--- a/main/oovbaapi/ooo/vba/excel/XlDataLabelsType.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlDataLabelsType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlDataSeriesDate.idl b/main/oovbaapi/ooo/vba/excel/XlDataSeriesDate.idl
index e27ab22..0f6f5b0 100644
--- a/main/oovbaapi/ooo/vba/excel/XlDataSeriesDate.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlDataSeriesDate.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlDataSeriesType.idl b/main/oovbaapi/ooo/vba/excel/XlDataSeriesType.idl
index 9632778..90ee2b3 100644
--- a/main/oovbaapi/ooo/vba/excel/XlDataSeriesType.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlDataSeriesType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlDeleteShiftDirection.idl b/main/oovbaapi/ooo/vba/excel/XlDeleteShiftDirection.idl
index ee654c2..f8c8a13 100644
--- a/main/oovbaapi/ooo/vba/excel/XlDeleteShiftDirection.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlDeleteShiftDirection.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlDirection.idl b/main/oovbaapi/ooo/vba/excel/XlDirection.idl
index 9a6e899..2a49ad7 100644
--- a/main/oovbaapi/ooo/vba/excel/XlDirection.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlDirection.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlDisplayBlanksAs.idl b/main/oovbaapi/ooo/vba/excel/XlDisplayBlanksAs.idl
index 1c223b0..f1de17c 100644
--- a/main/oovbaapi/ooo/vba/excel/XlDisplayBlanksAs.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlDisplayBlanksAs.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlDisplayDrawingObjects.idl b/main/oovbaapi/ooo/vba/excel/XlDisplayDrawingObjects.idl
index 2873f34..9b7ccab 100644
--- a/main/oovbaapi/ooo/vba/excel/XlDisplayDrawingObjects.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlDisplayDrawingObjects.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlDisplayUnit.idl b/main/oovbaapi/ooo/vba/excel/XlDisplayUnit.idl
index d5b2d6e..3f50618 100644
--- a/main/oovbaapi/ooo/vba/excel/XlDisplayUnit.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlDisplayUnit.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlEditionFormat.idl b/main/oovbaapi/ooo/vba/excel/XlEditionFormat.idl
index d6f9748..2b464dd 100644
--- a/main/oovbaapi/ooo/vba/excel/XlEditionFormat.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlEditionFormat.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlEditionOptionsOption.idl b/main/oovbaapi/ooo/vba/excel/XlEditionOptionsOption.idl
index 1281f23..5a848e0 100644
--- a/main/oovbaapi/ooo/vba/excel/XlEditionOptionsOption.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlEditionOptionsOption.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlEditionType.idl b/main/oovbaapi/ooo/vba/excel/XlEditionType.idl
index abd535d..27b2670 100644
--- a/main/oovbaapi/ooo/vba/excel/XlEditionType.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlEditionType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlEnableCancelKey.idl b/main/oovbaapi/ooo/vba/excel/XlEnableCancelKey.idl
index bb9e3d9..4b69d31 100644
--- a/main/oovbaapi/ooo/vba/excel/XlEnableCancelKey.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlEnableCancelKey.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlEnableSelection.idl b/main/oovbaapi/ooo/vba/excel/XlEnableSelection.idl
index 87aa633..14db4be 100644
--- a/main/oovbaapi/ooo/vba/excel/XlEnableSelection.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlEnableSelection.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlEndStyleCap.idl b/main/oovbaapi/ooo/vba/excel/XlEndStyleCap.idl
index a4f88bf..3702a8f 100644
--- a/main/oovbaapi/ooo/vba/excel/XlEndStyleCap.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlEndStyleCap.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlErrorBarDirection.idl b/main/oovbaapi/ooo/vba/excel/XlErrorBarDirection.idl
index 9c9cada..ab0dd76 100644
--- a/main/oovbaapi/ooo/vba/excel/XlErrorBarDirection.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlErrorBarDirection.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlErrorBarInclude.idl b/main/oovbaapi/ooo/vba/excel/XlErrorBarInclude.idl
index 3b07771..515a6ff 100644
--- a/main/oovbaapi/ooo/vba/excel/XlErrorBarInclude.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlErrorBarInclude.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlErrorBarType.idl b/main/oovbaapi/ooo/vba/excel/XlErrorBarType.idl
index 174dc62..87b3176 100644
--- a/main/oovbaapi/ooo/vba/excel/XlErrorBarType.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlErrorBarType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlErrorChecks.idl b/main/oovbaapi/ooo/vba/excel/XlErrorChecks.idl
index 2d80291..5a9232b 100644
--- a/main/oovbaapi/ooo/vba/excel/XlErrorChecks.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlErrorChecks.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlFileAccess.idl b/main/oovbaapi/ooo/vba/excel/XlFileAccess.idl
index 9b4bc55..7667f5d 100644
--- a/main/oovbaapi/ooo/vba/excel/XlFileAccess.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlFileAccess.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlFileFormat.idl b/main/oovbaapi/ooo/vba/excel/XlFileFormat.idl
index da3d965..ad6dc6a 100644
--- a/main/oovbaapi/ooo/vba/excel/XlFileFormat.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlFileFormat.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlFillWith.idl b/main/oovbaapi/ooo/vba/excel/XlFillWith.idl
index bc7cd0a..7d23503 100644
--- a/main/oovbaapi/ooo/vba/excel/XlFillWith.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlFillWith.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlFilterAction.idl b/main/oovbaapi/ooo/vba/excel/XlFilterAction.idl
index 6e821bc..6611aa3 100644
--- a/main/oovbaapi/ooo/vba/excel/XlFilterAction.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlFilterAction.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlFindLookIn.idl b/main/oovbaapi/ooo/vba/excel/XlFindLookIn.idl
index 3ae1faa..3463fd2 100644
--- a/main/oovbaapi/ooo/vba/excel/XlFindLookIn.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlFindLookIn.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlFormControl.idl b/main/oovbaapi/ooo/vba/excel/XlFormControl.idl
index 391f992..be3c98c 100644
--- a/main/oovbaapi/ooo/vba/excel/XlFormControl.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlFormControl.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlFormatConditionOperator.idl b/main/oovbaapi/ooo/vba/excel/XlFormatConditionOperator.idl
index 8d567a7..0ad2b33 100644
--- a/main/oovbaapi/ooo/vba/excel/XlFormatConditionOperator.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlFormatConditionOperator.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlFormatConditionType.idl b/main/oovbaapi/ooo/vba/excel/XlFormatConditionType.idl
index 1f6758d..53693e2 100644
--- a/main/oovbaapi/ooo/vba/excel/XlFormatConditionType.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlFormatConditionType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlFormulaLabel.idl b/main/oovbaapi/ooo/vba/excel/XlFormulaLabel.idl
index 5b472c6..c282b5b 100644
--- a/main/oovbaapi/ooo/vba/excel/XlFormulaLabel.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlFormulaLabel.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlHAlign.idl b/main/oovbaapi/ooo/vba/excel/XlHAlign.idl
index 775a390..b39fb5a 100644
--- a/main/oovbaapi/ooo/vba/excel/XlHAlign.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlHAlign.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlHebrewModes.idl b/main/oovbaapi/ooo/vba/excel/XlHebrewModes.idl
index 43041bd..46d117d 100644
--- a/main/oovbaapi/ooo/vba/excel/XlHebrewModes.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlHebrewModes.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlHighlightChangesTime.idl b/main/oovbaapi/ooo/vba/excel/XlHighlightChangesTime.idl
index cb94b4a..de43b10 100644
--- a/main/oovbaapi/ooo/vba/excel/XlHighlightChangesTime.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlHighlightChangesTime.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlHtmlType.idl b/main/oovbaapi/ooo/vba/excel/XlHtmlType.idl
index 9db3e68..de62e0d 100644
--- a/main/oovbaapi/ooo/vba/excel/XlHtmlType.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlHtmlType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlIMEMode.idl b/main/oovbaapi/ooo/vba/excel/XlIMEMode.idl
index 9b9f41b..d3e5606 100644
--- a/main/oovbaapi/ooo/vba/excel/XlIMEMode.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlIMEMode.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlImportDataAs.idl b/main/oovbaapi/ooo/vba/excel/XlImportDataAs.idl
index b10be8c..10f8872 100644
--- a/main/oovbaapi/ooo/vba/excel/XlImportDataAs.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlImportDataAs.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlInsertFormatOrigin.idl b/main/oovbaapi/ooo/vba/excel/XlInsertFormatOrigin.idl
index 6f0adb9..00506cd 100644
--- a/main/oovbaapi/ooo/vba/excel/XlInsertFormatOrigin.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlInsertFormatOrigin.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlInsertShiftDirection.idl b/main/oovbaapi/ooo/vba/excel/XlInsertShiftDirection.idl
index db06825..21044b3 100644
--- a/main/oovbaapi/ooo/vba/excel/XlInsertShiftDirection.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlInsertShiftDirection.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlLayoutFormType.idl b/main/oovbaapi/ooo/vba/excel/XlLayoutFormType.idl
index e24753d..5ba946d 100644
--- a/main/oovbaapi/ooo/vba/excel/XlLayoutFormType.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlLayoutFormType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlLegendPosition.idl b/main/oovbaapi/ooo/vba/excel/XlLegendPosition.idl
index 0b6dfd1..d04980b 100644
--- a/main/oovbaapi/ooo/vba/excel/XlLegendPosition.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlLegendPosition.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlLineStyle.idl b/main/oovbaapi/ooo/vba/excel/XlLineStyle.idl
index 6bb5500f..6909514 100644
--- a/main/oovbaapi/ooo/vba/excel/XlLineStyle.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlLineStyle.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlLink.idl b/main/oovbaapi/ooo/vba/excel/XlLink.idl
index a923915..9ccdfb3 100644
--- a/main/oovbaapi/ooo/vba/excel/XlLink.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlLink.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlLinkInfo.idl b/main/oovbaapi/ooo/vba/excel/XlLinkInfo.idl
index 81df342..ef5f807 100644
--- a/main/oovbaapi/ooo/vba/excel/XlLinkInfo.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlLinkInfo.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlLinkInfoType.idl b/main/oovbaapi/ooo/vba/excel/XlLinkInfoType.idl
index 4e9d177..3552b6e 100644
--- a/main/oovbaapi/ooo/vba/excel/XlLinkInfoType.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlLinkInfoType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlLinkStatus.idl b/main/oovbaapi/ooo/vba/excel/XlLinkStatus.idl
index 6f1b831..fa85286 100644
--- a/main/oovbaapi/ooo/vba/excel/XlLinkStatus.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlLinkStatus.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlLinkType.idl b/main/oovbaapi/ooo/vba/excel/XlLinkType.idl
index e98aa21..a8b4ff9 100644
--- a/main/oovbaapi/ooo/vba/excel/XlLinkType.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlLinkType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlListConflict.idl b/main/oovbaapi/ooo/vba/excel/XlListConflict.idl
index 9d93f89..9292b01 100644
--- a/main/oovbaapi/ooo/vba/excel/XlListConflict.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlListConflict.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlListDataType.idl b/main/oovbaapi/ooo/vba/excel/XlListDataType.idl
index 83e8fbc..a283c65 100644
--- a/main/oovbaapi/ooo/vba/excel/XlListDataType.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlListDataType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlListObjectSourceType.idl b/main/oovbaapi/ooo/vba/excel/XlListObjectSourceType.idl
index 6f6115d..5f53d7e 100644
--- a/main/oovbaapi/ooo/vba/excel/XlListObjectSourceType.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlListObjectSourceType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlLocationInTable.idl b/main/oovbaapi/ooo/vba/excel/XlLocationInTable.idl
index 13bbdd3..a3c6ea2 100644
--- a/main/oovbaapi/ooo/vba/excel/XlLocationInTable.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlLocationInTable.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlLookAt.idl b/main/oovbaapi/ooo/vba/excel/XlLookAt.idl
index 370263e..6af0196 100644
--- a/main/oovbaapi/ooo/vba/excel/XlLookAt.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlLookAt.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlMSApplication.idl b/main/oovbaapi/ooo/vba/excel/XlMSApplication.idl
index 8f562a4..531c8fe 100644
--- a/main/oovbaapi/ooo/vba/excel/XlMSApplication.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlMSApplication.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlMailSystem.idl b/main/oovbaapi/ooo/vba/excel/XlMailSystem.idl
index d4123d8..587b267 100644
--- a/main/oovbaapi/ooo/vba/excel/XlMailSystem.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlMailSystem.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlMarkerStyle.idl b/main/oovbaapi/ooo/vba/excel/XlMarkerStyle.idl
index 02266be..6f191a4 100644
--- a/main/oovbaapi/ooo/vba/excel/XlMarkerStyle.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlMarkerStyle.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlMouseButton.idl b/main/oovbaapi/ooo/vba/excel/XlMouseButton.idl
index 46bd4aa..ee7c7ea 100644
--- a/main/oovbaapi/ooo/vba/excel/XlMouseButton.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlMouseButton.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlMousePointer.idl b/main/oovbaapi/ooo/vba/excel/XlMousePointer.idl
index 52740c9..6c7c7ec 100644
--- a/main/oovbaapi/ooo/vba/excel/XlMousePointer.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlMousePointer.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlOLEType.idl b/main/oovbaapi/ooo/vba/excel/XlOLEType.idl
index c542451..2f83216 100644
--- a/main/oovbaapi/ooo/vba/excel/XlOLEType.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlOLEType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlOLEVerb.idl b/main/oovbaapi/ooo/vba/excel/XlOLEVerb.idl
index e764b38..0d3411b 100644
--- a/main/oovbaapi/ooo/vba/excel/XlOLEVerb.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlOLEVerb.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlObjectSize.idl b/main/oovbaapi/ooo/vba/excel/XlObjectSize.idl
index 2102f55..7b0eeaf 100644
--- a/main/oovbaapi/ooo/vba/excel/XlObjectSize.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlObjectSize.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlOrder.idl b/main/oovbaapi/ooo/vba/excel/XlOrder.idl
index 5319f05..d846570 100644
--- a/main/oovbaapi/ooo/vba/excel/XlOrder.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlOrder.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlOrientation.idl b/main/oovbaapi/ooo/vba/excel/XlOrientation.idl
index 64ffaf2..b9ece7f 100644
--- a/main/oovbaapi/ooo/vba/excel/XlOrientation.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlOrientation.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlPTSelectionMode.idl b/main/oovbaapi/ooo/vba/excel/XlPTSelectionMode.idl
index 5d6dfe2..f9fed9d 100644
--- a/main/oovbaapi/ooo/vba/excel/XlPTSelectionMode.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlPTSelectionMode.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlPageBreak.idl b/main/oovbaapi/ooo/vba/excel/XlPageBreak.idl
index 44df611..6239689 100644
--- a/main/oovbaapi/ooo/vba/excel/XlPageBreak.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlPageBreak.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlPageBreakExtent.idl b/main/oovbaapi/ooo/vba/excel/XlPageBreakExtent.idl
index 521afd3..52c14db 100644
--- a/main/oovbaapi/ooo/vba/excel/XlPageBreakExtent.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlPageBreakExtent.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlPageOrientation.idl b/main/oovbaapi/ooo/vba/excel/XlPageOrientation.idl
index c9e84ec..3af8367 100644
--- a/main/oovbaapi/ooo/vba/excel/XlPageOrientation.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlPageOrientation.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlPaperSize.idl b/main/oovbaapi/ooo/vba/excel/XlPaperSize.idl
index a9f22eb..68ebc8b 100644
--- a/main/oovbaapi/ooo/vba/excel/XlPaperSize.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlPaperSize.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlParameterDataType.idl b/main/oovbaapi/ooo/vba/excel/XlParameterDataType.idl
index 9ae3ead..7fcac24 100644
--- a/main/oovbaapi/ooo/vba/excel/XlParameterDataType.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlParameterDataType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlParameterType.idl b/main/oovbaapi/ooo/vba/excel/XlParameterType.idl
index 1de02dd..0b7e5e4 100644
--- a/main/oovbaapi/ooo/vba/excel/XlParameterType.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlParameterType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlPasteSpecialOperation.idl b/main/oovbaapi/ooo/vba/excel/XlPasteSpecialOperation.idl
index 29eba31..a800dd6 100644
--- a/main/oovbaapi/ooo/vba/excel/XlPasteSpecialOperation.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlPasteSpecialOperation.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlPasteType.idl b/main/oovbaapi/ooo/vba/excel/XlPasteType.idl
index 4042cb9..3ee6a79 100644
--- a/main/oovbaapi/ooo/vba/excel/XlPasteType.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlPasteType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlPattern.idl b/main/oovbaapi/ooo/vba/excel/XlPattern.idl
index 8b1d981..65bf307 100644
--- a/main/oovbaapi/ooo/vba/excel/XlPattern.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlPattern.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlPhoneticAlignment.idl b/main/oovbaapi/ooo/vba/excel/XlPhoneticAlignment.idl
index 9be929e..4613030 100644
--- a/main/oovbaapi/ooo/vba/excel/XlPhoneticAlignment.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlPhoneticAlignment.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlPhoneticCharacterType.idl b/main/oovbaapi/ooo/vba/excel/XlPhoneticCharacterType.idl
index df220a3..6a0b3c0 100644
--- a/main/oovbaapi/ooo/vba/excel/XlPhoneticCharacterType.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlPhoneticCharacterType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlPictureAppearance.idl b/main/oovbaapi/ooo/vba/excel/XlPictureAppearance.idl
index 11a5d96..477b795 100644
--- a/main/oovbaapi/ooo/vba/excel/XlPictureAppearance.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlPictureAppearance.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlPictureConvertorType.idl b/main/oovbaapi/ooo/vba/excel/XlPictureConvertorType.idl
index 802c01a..741fa2e 100644
--- a/main/oovbaapi/ooo/vba/excel/XlPictureConvertorType.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlPictureConvertorType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlPivotCellType.idl b/main/oovbaapi/ooo/vba/excel/XlPivotCellType.idl
index 6931af8..c9c4281 100644
--- a/main/oovbaapi/ooo/vba/excel/XlPivotCellType.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlPivotCellType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlPivotFieldCalculation.idl b/main/oovbaapi/ooo/vba/excel/XlPivotFieldCalculation.idl
index cf1a7fe..73fda4a 100644
--- a/main/oovbaapi/ooo/vba/excel/XlPivotFieldCalculation.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlPivotFieldCalculation.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlPivotFieldDataType.idl b/main/oovbaapi/ooo/vba/excel/XlPivotFieldDataType.idl
index 88b35b3..b5bd2f0 100644
--- a/main/oovbaapi/ooo/vba/excel/XlPivotFieldDataType.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlPivotFieldDataType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlPivotFieldOrientation.idl b/main/oovbaapi/ooo/vba/excel/XlPivotFieldOrientation.idl
index aa98f5b..a795ce5 100644
--- a/main/oovbaapi/ooo/vba/excel/XlPivotFieldOrientation.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlPivotFieldOrientation.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlPivotFormatType.idl b/main/oovbaapi/ooo/vba/excel/XlPivotFormatType.idl
index ca86126..d6e4cf5 100644
--- a/main/oovbaapi/ooo/vba/excel/XlPivotFormatType.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlPivotFormatType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlPivotTableMissingItems.idl b/main/oovbaapi/ooo/vba/excel/XlPivotTableMissingItems.idl
index a6bb77c..2180d25 100644
--- a/main/oovbaapi/ooo/vba/excel/XlPivotTableMissingItems.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlPivotTableMissingItems.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlPivotTableSourceType.idl b/main/oovbaapi/ooo/vba/excel/XlPivotTableSourceType.idl
index bb8fd22..ef1db3f 100644
--- a/main/oovbaapi/ooo/vba/excel/XlPivotTableSourceType.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlPivotTableSourceType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlPivotTableVersionList.idl b/main/oovbaapi/ooo/vba/excel/XlPivotTableVersionList.idl
index 7605270..a6642eb 100644
--- a/main/oovbaapi/ooo/vba/excel/XlPivotTableVersionList.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlPivotTableVersionList.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlPlacement.idl b/main/oovbaapi/ooo/vba/excel/XlPlacement.idl
index defea9a..49aba0b 100644
--- a/main/oovbaapi/ooo/vba/excel/XlPlacement.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlPlacement.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlPlatform.idl b/main/oovbaapi/ooo/vba/excel/XlPlatform.idl
index 1c9bc06..edea8e9 100644
--- a/main/oovbaapi/ooo/vba/excel/XlPlatform.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlPlatform.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlPrintErrors.idl b/main/oovbaapi/ooo/vba/excel/XlPrintErrors.idl
index 1cbf9e0..2d88129 100644
--- a/main/oovbaapi/ooo/vba/excel/XlPrintErrors.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlPrintErrors.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlPrintLocation.idl b/main/oovbaapi/ooo/vba/excel/XlPrintLocation.idl
index 4ed6f5a..3ae6d60 100644
--- a/main/oovbaapi/ooo/vba/excel/XlPrintLocation.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlPrintLocation.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlPriority.idl b/main/oovbaapi/ooo/vba/excel/XlPriority.idl
index 5714067..1054138 100644
--- a/main/oovbaapi/ooo/vba/excel/XlPriority.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlPriority.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlQueryType.idl b/main/oovbaapi/ooo/vba/excel/XlQueryType.idl
index adc7bf0..49de734 100644
--- a/main/oovbaapi/ooo/vba/excel/XlQueryType.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlQueryType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlRangeAutoFormat.idl b/main/oovbaapi/ooo/vba/excel/XlRangeAutoFormat.idl
index aa5a25d..27b6525 100644
--- a/main/oovbaapi/ooo/vba/excel/XlRangeAutoFormat.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlRangeAutoFormat.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlRangeValueDataType.idl b/main/oovbaapi/ooo/vba/excel/XlRangeValueDataType.idl
index b9c32ea..f26e230 100644
--- a/main/oovbaapi/ooo/vba/excel/XlRangeValueDataType.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlRangeValueDataType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlReferenceStyle.idl b/main/oovbaapi/ooo/vba/excel/XlReferenceStyle.idl
index 2907e38..c3e1767 100644
--- a/main/oovbaapi/ooo/vba/excel/XlReferenceStyle.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlReferenceStyle.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlReferenceType.idl b/main/oovbaapi/ooo/vba/excel/XlReferenceType.idl
index ab7691f..34c0c9b 100644
--- a/main/oovbaapi/ooo/vba/excel/XlReferenceType.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlReferenceType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlRobustConnect.idl b/main/oovbaapi/ooo/vba/excel/XlRobustConnect.idl
index 2c4cc0f..2d51be9 100644
--- a/main/oovbaapi/ooo/vba/excel/XlRobustConnect.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlRobustConnect.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlRoutingSlipDelivery.idl b/main/oovbaapi/ooo/vba/excel/XlRoutingSlipDelivery.idl
index a815f99..91ef855 100644
--- a/main/oovbaapi/ooo/vba/excel/XlRoutingSlipDelivery.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlRoutingSlipDelivery.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlRoutingSlipStatus.idl b/main/oovbaapi/ooo/vba/excel/XlRoutingSlipStatus.idl
index 3897bcc..ca3bb00 100644
--- a/main/oovbaapi/ooo/vba/excel/XlRoutingSlipStatus.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlRoutingSlipStatus.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlRowCol.idl b/main/oovbaapi/ooo/vba/excel/XlRowCol.idl
index 99ffcf6..764cee8 100644
--- a/main/oovbaapi/ooo/vba/excel/XlRowCol.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlRowCol.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlRunAutoMacro.idl b/main/oovbaapi/ooo/vba/excel/XlRunAutoMacro.idl
index 3ccbf0f..223fcc6 100644
--- a/main/oovbaapi/ooo/vba/excel/XlRunAutoMacro.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlRunAutoMacro.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlSaveAction.idl b/main/oovbaapi/ooo/vba/excel/XlSaveAction.idl
index 92ed9c0..a1a3dc8 100644
--- a/main/oovbaapi/ooo/vba/excel/XlSaveAction.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlSaveAction.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlSaveAsAccessMode.idl b/main/oovbaapi/ooo/vba/excel/XlSaveAsAccessMode.idl
index 1fc007f..b547fdc 100644
--- a/main/oovbaapi/ooo/vba/excel/XlSaveAsAccessMode.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlSaveAsAccessMode.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlSaveConflictResolution.idl b/main/oovbaapi/ooo/vba/excel/XlSaveConflictResolution.idl
index 59a5957..9c4c71a 100644
--- a/main/oovbaapi/ooo/vba/excel/XlSaveConflictResolution.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlSaveConflictResolution.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlScaleType.idl b/main/oovbaapi/ooo/vba/excel/XlScaleType.idl
index a184165..6f5e461 100644
--- a/main/oovbaapi/ooo/vba/excel/XlScaleType.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlScaleType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlSearchDirection.idl b/main/oovbaapi/ooo/vba/excel/XlSearchDirection.idl
index 893b4a8..2ed8f46 100644
--- a/main/oovbaapi/ooo/vba/excel/XlSearchDirection.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlSearchDirection.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlSearchOrder.idl b/main/oovbaapi/ooo/vba/excel/XlSearchOrder.idl
index 7cbf3d4..839486a 100644
--- a/main/oovbaapi/ooo/vba/excel/XlSearchOrder.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlSearchOrder.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlSearchWithin.idl b/main/oovbaapi/ooo/vba/excel/XlSearchWithin.idl
index 4c927a0..fc0a432 100644
--- a/main/oovbaapi/ooo/vba/excel/XlSearchWithin.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlSearchWithin.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlSheetType.idl b/main/oovbaapi/ooo/vba/excel/XlSheetType.idl
index fda789e..b553f6f 100644
--- a/main/oovbaapi/ooo/vba/excel/XlSheetType.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlSheetType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlSheetVisibility.idl b/main/oovbaapi/ooo/vba/excel/XlSheetVisibility.idl
index 9faf0c5..844dc8a 100644
--- a/main/oovbaapi/ooo/vba/excel/XlSheetVisibility.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlSheetVisibility.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlSizeRepresents.idl b/main/oovbaapi/ooo/vba/excel/XlSizeRepresents.idl
index 38185a9..1cbcd5e 100644
--- a/main/oovbaapi/ooo/vba/excel/XlSizeRepresents.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlSizeRepresents.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlSmartTagControlType.idl b/main/oovbaapi/ooo/vba/excel/XlSmartTagControlType.idl
index 49e95ff..fd8043d 100644
--- a/main/oovbaapi/ooo/vba/excel/XlSmartTagControlType.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlSmartTagControlType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlSmartTagDisplayMode.idl b/main/oovbaapi/ooo/vba/excel/XlSmartTagDisplayMode.idl
index 5bf560e..643d5b6 100644
--- a/main/oovbaapi/ooo/vba/excel/XlSmartTagDisplayMode.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlSmartTagDisplayMode.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlSortDataOption.idl b/main/oovbaapi/ooo/vba/excel/XlSortDataOption.idl
index 687057a..1fedc52 100644
--- a/main/oovbaapi/ooo/vba/excel/XlSortDataOption.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlSortDataOption.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlSortMethod.idl b/main/oovbaapi/ooo/vba/excel/XlSortMethod.idl
index 98704fe..9299a39 100644
--- a/main/oovbaapi/ooo/vba/excel/XlSortMethod.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlSortMethod.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlSortMethodOld.idl b/main/oovbaapi/ooo/vba/excel/XlSortMethodOld.idl
index a7d58bc..8ab4df9 100644
--- a/main/oovbaapi/ooo/vba/excel/XlSortMethodOld.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlSortMethodOld.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlSortOrder.idl b/main/oovbaapi/ooo/vba/excel/XlSortOrder.idl
index ae74401..0f7fa03 100644
--- a/main/oovbaapi/ooo/vba/excel/XlSortOrder.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlSortOrder.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlSortOrientation.idl b/main/oovbaapi/ooo/vba/excel/XlSortOrientation.idl
index 5bbab40..a932919 100644
--- a/main/oovbaapi/ooo/vba/excel/XlSortOrientation.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlSortOrientation.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlSortType.idl b/main/oovbaapi/ooo/vba/excel/XlSortType.idl
index 67d128b..ff3de06 100644
--- a/main/oovbaapi/ooo/vba/excel/XlSortType.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlSortType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlSourceType.idl b/main/oovbaapi/ooo/vba/excel/XlSourceType.idl
index de615b3..c73ff8e 100644
--- a/main/oovbaapi/ooo/vba/excel/XlSourceType.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlSourceType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlSpeakDirection.idl b/main/oovbaapi/ooo/vba/excel/XlSpeakDirection.idl
index bebb2d2..ecb788c 100644
--- a/main/oovbaapi/ooo/vba/excel/XlSpeakDirection.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlSpeakDirection.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlSpecialCellsValue.idl b/main/oovbaapi/ooo/vba/excel/XlSpecialCellsValue.idl
index f612eed..6973dd6 100644
--- a/main/oovbaapi/ooo/vba/excel/XlSpecialCellsValue.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlSpecialCellsValue.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlSubscribeToFormat.idl b/main/oovbaapi/ooo/vba/excel/XlSubscribeToFormat.idl
index a17aff7..b819206 100644
--- a/main/oovbaapi/ooo/vba/excel/XlSubscribeToFormat.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlSubscribeToFormat.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlSubtototalLocationType.idl b/main/oovbaapi/ooo/vba/excel/XlSubtototalLocationType.idl
index f30c3ff..80fc631 100644
--- a/main/oovbaapi/ooo/vba/excel/XlSubtototalLocationType.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlSubtototalLocationType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlSummaryColumn.idl b/main/oovbaapi/ooo/vba/excel/XlSummaryColumn.idl
index b780669..b7b82f6 100644
--- a/main/oovbaapi/ooo/vba/excel/XlSummaryColumn.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlSummaryColumn.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlSummaryReportType.idl b/main/oovbaapi/ooo/vba/excel/XlSummaryReportType.idl
index 9e7b2c0..9313be9 100644
--- a/main/oovbaapi/ooo/vba/excel/XlSummaryReportType.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlSummaryReportType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlSummaryRow.idl b/main/oovbaapi/ooo/vba/excel/XlSummaryRow.idl
index 3043d6b..38bb0a5 100644
--- a/main/oovbaapi/ooo/vba/excel/XlSummaryRow.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlSummaryRow.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlTabPosition.idl b/main/oovbaapi/ooo/vba/excel/XlTabPosition.idl
index 88bc53b..b61a380 100644
--- a/main/oovbaapi/ooo/vba/excel/XlTabPosition.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlTabPosition.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlTextParsingType.idl b/main/oovbaapi/ooo/vba/excel/XlTextParsingType.idl
index 9110362..257cc34 100644
--- a/main/oovbaapi/ooo/vba/excel/XlTextParsingType.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlTextParsingType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlTextQualifier.idl b/main/oovbaapi/ooo/vba/excel/XlTextQualifier.idl
index 8445fb8..120f71e 100644
--- a/main/oovbaapi/ooo/vba/excel/XlTextQualifier.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlTextQualifier.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlTextVisualLayoutType.idl b/main/oovbaapi/ooo/vba/excel/XlTextVisualLayoutType.idl
index 0d4065e..8323d02 100644
--- a/main/oovbaapi/ooo/vba/excel/XlTextVisualLayoutType.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlTextVisualLayoutType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlTickLabelOrientation.idl b/main/oovbaapi/ooo/vba/excel/XlTickLabelOrientation.idl
index 3646b07..b9e1d14 100644
--- a/main/oovbaapi/ooo/vba/excel/XlTickLabelOrientation.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlTickLabelOrientation.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlTickLabelPosition.idl b/main/oovbaapi/ooo/vba/excel/XlTickLabelPosition.idl
index 68bf8c7..1ad7f73 100644
--- a/main/oovbaapi/ooo/vba/excel/XlTickLabelPosition.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlTickLabelPosition.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlTickMark.idl b/main/oovbaapi/ooo/vba/excel/XlTickMark.idl
index 07b3706..aebe59f 100644
--- a/main/oovbaapi/ooo/vba/excel/XlTickMark.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlTickMark.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlTimeUnit.idl b/main/oovbaapi/ooo/vba/excel/XlTimeUnit.idl
index ae352bf..b8d507b 100644
--- a/main/oovbaapi/ooo/vba/excel/XlTimeUnit.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlTimeUnit.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlToolbarProtection.idl b/main/oovbaapi/ooo/vba/excel/XlToolbarProtection.idl
index 567d418..dd8f1f2 100644
--- a/main/oovbaapi/ooo/vba/excel/XlToolbarProtection.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlToolbarProtection.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlTotalsCalculation.idl b/main/oovbaapi/ooo/vba/excel/XlTotalsCalculation.idl
index 0c31383..8ec0603 100644
--- a/main/oovbaapi/ooo/vba/excel/XlTotalsCalculation.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlTotalsCalculation.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlTrendlineType.idl b/main/oovbaapi/ooo/vba/excel/XlTrendlineType.idl
index 825f882..0455d9c 100644
--- a/main/oovbaapi/ooo/vba/excel/XlTrendlineType.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlTrendlineType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlUnderlineStyle.idl b/main/oovbaapi/ooo/vba/excel/XlUnderlineStyle.idl
index cb3d46d..814edfe 100644
--- a/main/oovbaapi/ooo/vba/excel/XlUnderlineStyle.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlUnderlineStyle.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlUpdateLinks.idl b/main/oovbaapi/ooo/vba/excel/XlUpdateLinks.idl
index 4cdeffa..07723a2 100644
--- a/main/oovbaapi/ooo/vba/excel/XlUpdateLinks.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlUpdateLinks.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlVAlign.idl b/main/oovbaapi/ooo/vba/excel/XlVAlign.idl
index 1c1f5c7..5e0fe8b 100644
--- a/main/oovbaapi/ooo/vba/excel/XlVAlign.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlVAlign.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlWBATemplate.idl b/main/oovbaapi/ooo/vba/excel/XlWBATemplate.idl
index 3ab66af..2cf8fe6 100644
--- a/main/oovbaapi/ooo/vba/excel/XlWBATemplate.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlWBATemplate.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlWebFormatting.idl b/main/oovbaapi/ooo/vba/excel/XlWebFormatting.idl
index dccf3cf..b198c28 100644
--- a/main/oovbaapi/ooo/vba/excel/XlWebFormatting.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlWebFormatting.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlWebSelectionType.idl b/main/oovbaapi/ooo/vba/excel/XlWebSelectionType.idl
index 27f40bf..d07ae20 100644
--- a/main/oovbaapi/ooo/vba/excel/XlWebSelectionType.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlWebSelectionType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlWindowState.idl b/main/oovbaapi/ooo/vba/excel/XlWindowState.idl
index 31d528c..a09dd0f 100644
--- a/main/oovbaapi/ooo/vba/excel/XlWindowState.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlWindowState.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlWindowType.idl b/main/oovbaapi/ooo/vba/excel/XlWindowType.idl
index 75776a9..27f206f 100644
--- a/main/oovbaapi/ooo/vba/excel/XlWindowType.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlWindowType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlWindowView.idl b/main/oovbaapi/ooo/vba/excel/XlWindowView.idl
index 4f2d24a..ae2dc03 100644
--- a/main/oovbaapi/ooo/vba/excel/XlWindowView.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlWindowView.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlXLMMacroType.idl b/main/oovbaapi/ooo/vba/excel/XlXLMMacroType.idl
index f69a7c3..bb90d73 100644
--- a/main/oovbaapi/ooo/vba/excel/XlXLMMacroType.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlXLMMacroType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlXmlExportResult.idl b/main/oovbaapi/ooo/vba/excel/XlXmlExportResult.idl
index 9480716..016a935 100644
--- a/main/oovbaapi/ooo/vba/excel/XlXmlExportResult.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlXmlExportResult.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlXmlImportResult.idl b/main/oovbaapi/ooo/vba/excel/XlXmlImportResult.idl
index 54d3495..4e0770d 100644
--- a/main/oovbaapi/ooo/vba/excel/XlXmlImportResult.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlXmlImportResult.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlXmlLoadOption.idl b/main/oovbaapi/ooo/vba/excel/XlXmlLoadOption.idl
index 584ff88..4216e8f 100644
--- a/main/oovbaapi/ooo/vba/excel/XlXmlLoadOption.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlXmlLoadOption.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/excel/XlYesNoGuess.idl b/main/oovbaapi/ooo/vba/excel/XlYesNoGuess.idl
index cb907f3..6461c03 100644
--- a/main/oovbaapi/ooo/vba/excel/XlYesNoGuess.idl
+++ b/main/oovbaapi/ooo/vba/excel/XlYesNoGuess.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module excel {
diff --git a/main/oovbaapi/ooo/vba/msforms/MSFormReturnTypes.idl b/main/oovbaapi/ooo/vba/msforms/MSFormReturnTypes.idl
index c2d6e96..51d1163 100644
--- a/main/oovbaapi/ooo/vba/msforms/MSFormReturnTypes.idl
+++ b/main/oovbaapi/ooo/vba/msforms/MSFormReturnTypes.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -26,22 +26,22 @@
     {
         boolean Value;
     };
-                                                                                
+
     struct ReturnEffect
     {
         //fmDropEffect Value;
         short Value;
     };
-                                                                                
+
     struct ReturnInteger
     {
         long Value;
     };
-                                                                                
+
     struct ReturnSingle
     {
         float Value;
     };
-                                                                                
+
 
 };
diff --git a/main/oovbaapi/ooo/vba/msforms/XCheckBox.idl b/main/oovbaapi/ooo/vba/msforms/XCheckBox.idl
index e283d42..1e4135f 100644
--- a/main/oovbaapi/ooo/vba/msforms/XCheckBox.idl
+++ b/main/oovbaapi/ooo/vba/msforms/XCheckBox.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 #ifndef __ooo_vba_msforms_XCheckBox_idl__
 #define __ooo_vba_msforms_XCheckBox_idl__
 
@@ -28,7 +28,7 @@
 
 //=============================================================================
 
-module ooo {  module vba {  module msforms { 
+module ooo {  module vba {  module msforms {
 
 //=============================================================================
 
diff --git a/main/oovbaapi/ooo/vba/msforms/XColorFormat.idl b/main/oovbaapi/ooo/vba/msforms/XColorFormat.idl
index 7643776..00a4fa9 100644
--- a/main/oovbaapi/ooo/vba/msforms/XColorFormat.idl
+++ b/main/oovbaapi/ooo/vba/msforms/XColorFormat.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/msforms/XComboBox.idl b/main/oovbaapi/ooo/vba/msforms/XComboBox.idl
index 57feb3e..4ee176f 100644
--- a/main/oovbaapi/ooo/vba/msforms/XComboBox.idl
+++ b/main/oovbaapi/ooo/vba/msforms/XComboBox.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -28,7 +28,7 @@
 
 //=============================================================================
 
-module ooo {  module vba {  module msforms { 
+module ooo {  module vba {  module msforms {
 
 //=============================================================================
 
diff --git a/main/oovbaapi/ooo/vba/msforms/XCommandButton.idl b/main/oovbaapi/ooo/vba/msforms/XCommandButton.idl
index 9f3277c..6a0c128 100644
--- a/main/oovbaapi/ooo/vba/msforms/XCommandButton.idl
+++ b/main/oovbaapi/ooo/vba/msforms/XCommandButton.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -28,7 +28,7 @@
 
 //=============================================================================
 
-module ooo {  module vba {  module msforms { 
+module ooo {  module vba {  module msforms {
 
 //=============================================================================
 
diff --git a/main/oovbaapi/ooo/vba/msforms/XControl.idl b/main/oovbaapi/ooo/vba/msforms/XControl.idl
index 674167f..d4ce47f 100644
--- a/main/oovbaapi/ooo/vba/msforms/XControl.idl
+++ b/main/oovbaapi/ooo/vba/msforms/XControl.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -34,7 +34,7 @@
 #include <ooo/vba/XHelperInterface.idl>
 #endif
 
-module ooo {  module vba {  module msforms { 
+module ooo {  module vba {  module msforms {
 
 //=============================================================================
 interface XControl
diff --git a/main/oovbaapi/ooo/vba/msforms/XControls.idl b/main/oovbaapi/ooo/vba/msforms/XControls.idl
index bdd1397..f7d4240 100644
--- a/main/oovbaapi/ooo/vba/msforms/XControls.idl
+++ b/main/oovbaapi/ooo/vba/msforms/XControls.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -33,7 +33,7 @@
 
 interface XControl;
 
-interface XControls 
+interface XControls
 {
     interface ooo::vba::XCollection;
     void Move( [in] double cx, [in] double cy );
diff --git a/main/oovbaapi/ooo/vba/msforms/XFillFormat.idl b/main/oovbaapi/ooo/vba/msforms/XFillFormat.idl
index 7b56fc3..addab10 100644
--- a/main/oovbaapi/ooo/vba/msforms/XFillFormat.idl
+++ b/main/oovbaapi/ooo/vba/msforms/XFillFormat.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/msforms/XFrame.idl b/main/oovbaapi/ooo/vba/msforms/XFrame.idl
index 2171b80..5c706f8 100644
--- a/main/oovbaapi/ooo/vba/msforms/XFrame.idl
+++ b/main/oovbaapi/ooo/vba/msforms/XFrame.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -28,7 +28,7 @@
 
 //=============================================================================
 
-module ooo {  module vba {  module msforms { 
+module ooo {  module vba {  module msforms {
 
 //=============================================================================
 
diff --git a/main/oovbaapi/ooo/vba/msforms/XGroupBox.idl b/main/oovbaapi/ooo/vba/msforms/XGroupBox.idl
index cdcac57..b28a9d3 100644
--- a/main/oovbaapi/ooo/vba/msforms/XGroupBox.idl
+++ b/main/oovbaapi/ooo/vba/msforms/XGroupBox.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 #ifndef __ooo_vba_msforms_XGroupBox_idl__
 #define __ooo_vba_msforms_XGroupBox_idl__
 
@@ -28,13 +28,13 @@
 
 //=============================================================================
 
-module ooo {  module vba {  module msforms { 
+module ooo {  module vba {  module msforms {
 
 //=============================================================================
 
 interface XGroupBox
 {
-	[attribute] string Caption; 
+	[attribute] string Caption;
 	[attribute, readonly] XNewFont Font;
 };
 
diff --git a/main/oovbaapi/ooo/vba/msforms/XImage.idl b/main/oovbaapi/ooo/vba/msforms/XImage.idl
index 2adc42e..bf6a0b7 100644
--- a/main/oovbaapi/ooo/vba/msforms/XImage.idl
+++ b/main/oovbaapi/ooo/vba/msforms/XImage.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -28,10 +28,10 @@
 #endif
 //=============================================================================
 
-module ooo {  module vba {  module msforms { 
+module ooo {  module vba {  module msforms {
 
 //=============================================================================
-interface XImage: com::sun::star::uno::XInterface 
+interface XImage: com::sun::star::uno::XInterface
 {
 };
 
diff --git a/main/oovbaapi/ooo/vba/msforms/XLabel.idl b/main/oovbaapi/ooo/vba/msforms/XLabel.idl
index cc9f520..e365232 100644
--- a/main/oovbaapi/ooo/vba/msforms/XLabel.idl
+++ b/main/oovbaapi/ooo/vba/msforms/XLabel.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -28,7 +28,7 @@
 
 //=============================================================================
 
-module ooo {  module vba {  module msforms { 
+module ooo {  module vba {  module msforms {
 
 //=============================================================================
 
diff --git a/main/oovbaapi/ooo/vba/msforms/XLineFormat.idl b/main/oovbaapi/ooo/vba/msforms/XLineFormat.idl
index 1896f50..89a0f00 100644
--- a/main/oovbaapi/ooo/vba/msforms/XLineFormat.idl
+++ b/main/oovbaapi/ooo/vba/msforms/XLineFormat.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/msforms/XListBox.idl b/main/oovbaapi/ooo/vba/msforms/XListBox.idl
index e4387de..8a5dc10 100644
--- a/main/oovbaapi/ooo/vba/msforms/XListBox.idl
+++ b/main/oovbaapi/ooo/vba/msforms/XListBox.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 #ifndef __ooo_vba_msforms_XListBox_idl__
 #define __ooo_vba_msforms_XListBox_idl__
 
@@ -28,7 +28,7 @@
 
 //=============================================================================
 
-module ooo {  module vba {  module msforms { 
+module ooo {  module vba {  module msforms {
 
 //=============================================================================
 
diff --git a/main/oovbaapi/ooo/vba/msforms/XMultiPage.idl b/main/oovbaapi/ooo/vba/msforms/XMultiPage.idl
index 8c6e155..e3dd55c 100644
--- a/main/oovbaapi/ooo/vba/msforms/XMultiPage.idl
+++ b/main/oovbaapi/ooo/vba/msforms/XMultiPage.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -28,10 +28,10 @@
 #endif
 //=============================================================================
 
-module ooo {  module vba {  module msforms { 
+module ooo {  module vba {  module msforms {
 
 //=============================================================================
-interface XMultiPage: com::sun::star::uno::XInterface 
+interface XMultiPage: com::sun::star::uno::XInterface
 {
 	[attribute] long Value;
 	any Pages( [in] any index );
diff --git a/main/oovbaapi/ooo/vba/msforms/XNewFont.idl b/main/oovbaapi/ooo/vba/msforms/XNewFont.idl
index c664adf..d37d81b 100644
--- a/main/oovbaapi/ooo/vba/msforms/XNewFont.idl
+++ b/main/oovbaapi/ooo/vba/msforms/XNewFont.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -28,7 +28,7 @@
 
 //=============================================================================
 
-module ooo {  module vba {  module msforms { 
+module ooo {  module vba {  module msforms {
 
 //=============================================================================
 
diff --git a/main/oovbaapi/ooo/vba/msforms/XPages.idl b/main/oovbaapi/ooo/vba/msforms/XPages.idl
index 0e0961d..49dc848 100644
--- a/main/oovbaapi/ooo/vba/msforms/XPages.idl
+++ b/main/oovbaapi/ooo/vba/msforms/XPages.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -32,7 +32,7 @@
 
 //=============================================================================
 
-module ooo {  module vba {  module msforms { 
+module ooo {  module vba {  module msforms {
 
 //=============================================================================
 interface XPages
diff --git a/main/oovbaapi/ooo/vba/msforms/XPictureFormat.idl b/main/oovbaapi/ooo/vba/msforms/XPictureFormat.idl
index 2a15c6a..679cf10 100644
--- a/main/oovbaapi/ooo/vba/msforms/XPictureFormat.idl
+++ b/main/oovbaapi/ooo/vba/msforms/XPictureFormat.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/msforms/XProgressBar.idl b/main/oovbaapi/ooo/vba/msforms/XProgressBar.idl
index c4828c2..7a0e4e6 100644
--- a/main/oovbaapi/ooo/vba/msforms/XProgressBar.idl
+++ b/main/oovbaapi/ooo/vba/msforms/XProgressBar.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -28,10 +28,10 @@
 #endif
 //=============================================================================
 
-module ooo {  module vba {  module msforms { 
+module ooo {  module vba {  module msforms {
 
 //=============================================================================
-interface XProgressBar: com::sun::star::uno::XInterface 
+interface XProgressBar: com::sun::star::uno::XInterface
 {
 	[attribute] any Value;
 };
diff --git a/main/oovbaapi/ooo/vba/msforms/XRadioButton.idl b/main/oovbaapi/ooo/vba/msforms/XRadioButton.idl
index 7f28629..f700fe2 100644
--- a/main/oovbaapi/ooo/vba/msforms/XRadioButton.idl
+++ b/main/oovbaapi/ooo/vba/msforms/XRadioButton.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 #ifndef __ooo_vba_msforms_XRadioButton_idl__
 #define __ooo_vba_msforms_XRadioButton_idl__
 
@@ -28,7 +28,7 @@
 
 //=============================================================================
 
-module ooo {  module vba {  module msforms { 
+module ooo {  module vba {  module msforms {
 
 //=============================================================================
 
diff --git a/main/oovbaapi/ooo/vba/msforms/XScrollBar.idl b/main/oovbaapi/ooo/vba/msforms/XScrollBar.idl
index 85f1154..dd57293 100644
--- a/main/oovbaapi/ooo/vba/msforms/XScrollBar.idl
+++ b/main/oovbaapi/ooo/vba/msforms/XScrollBar.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -28,10 +28,10 @@
 #endif
 //=============================================================================
 
-module ooo {  module vba {  module msforms { 
+module ooo {  module vba {  module msforms {
 
 //=============================================================================
-interface XScrollBar: com::sun::star::uno::XInterface 
+interface XScrollBar: com::sun::star::uno::XInterface
 {
 	[attribute] long Max;
 	[attribute] long Min;
diff --git a/main/oovbaapi/ooo/vba/msforms/XShape.idl b/main/oovbaapi/ooo/vba/msforms/XShape.idl
index 12c21ce..60f7474 100644
--- a/main/oovbaapi/ooo/vba/msforms/XShape.idl
+++ b/main/oovbaapi/ooo/vba/msforms/XShape.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/msforms/XShapeRange.idl b/main/oovbaapi/ooo/vba/msforms/XShapeRange.idl
index 5d3466e..d42a0e4 100644
--- a/main/oovbaapi/ooo/vba/msforms/XShapeRange.idl
+++ b/main/oovbaapi/ooo/vba/msforms/XShapeRange.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -39,7 +39,7 @@
 
 interface XLineFormat;
 interface XFillFormat;
-interface XShapeRange 
+interface XShapeRange
 {
     interface ooo::vba::XCollection;
 
diff --git a/main/oovbaapi/ooo/vba/msforms/XShapes.idl b/main/oovbaapi/ooo/vba/msforms/XShapes.idl
index e16d753..4747515 100644
--- a/main/oovbaapi/ooo/vba/msforms/XShapes.idl
+++ b/main/oovbaapi/ooo/vba/msforms/XShapes.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -34,7 +34,7 @@
 interface XShapeRange;
 interface XShape;
 
-interface XShapes 
+interface XShapes
 {
     interface ooo::vba::XCollection;
     void SelectAll();
diff --git a/main/oovbaapi/ooo/vba/msforms/XSpinButton.idl b/main/oovbaapi/ooo/vba/msforms/XSpinButton.idl
index fa8281a..00125e9 100644
--- a/main/oovbaapi/ooo/vba/msforms/XSpinButton.idl
+++ b/main/oovbaapi/ooo/vba/msforms/XSpinButton.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -28,10 +28,10 @@
 #endif
 //=============================================================================
 
-module ooo {  module vba {  module msforms { 
+module ooo {  module vba {  module msforms {
 
 //=============================================================================
-interface XSpinButton: com::sun::star::uno::XInterface 
+interface XSpinButton: com::sun::star::uno::XInterface
 {
 	[attribute] long Max;
 	[attribute] long Min;
diff --git a/main/oovbaapi/ooo/vba/msforms/XTextBox.idl b/main/oovbaapi/ooo/vba/msforms/XTextBox.idl
index a9afa7a..8b87dea 100644
--- a/main/oovbaapi/ooo/vba/msforms/XTextBox.idl
+++ b/main/oovbaapi/ooo/vba/msforms/XTextBox.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 #ifndef __ooo_vba_msforms_XTextBox_idl__
 #define __ooo_vba_msforms_XTextBox_idl__
 
@@ -28,7 +28,7 @@
 
 //=============================================================================
 
-module ooo {  module vba {  module msforms { 
+module ooo {  module vba {  module msforms {
 
 //=============================================================================
 
diff --git a/main/oovbaapi/ooo/vba/msforms/XTextBoxShape.idl b/main/oovbaapi/ooo/vba/msforms/XTextBoxShape.idl
index 0afd9e0..c1d8ddb 100644
--- a/main/oovbaapi/ooo/vba/msforms/XTextBoxShape.idl
+++ b/main/oovbaapi/ooo/vba/msforms/XTextBoxShape.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -31,10 +31,10 @@
 #endif
 //=============================================================================
 
-module ooo {  module vba {  module msforms { 
+module ooo {  module vba {  module msforms {
 
 //=============================================================================
-interface XTextBoxShape: com::sun::star::uno::XInterface 
+interface XTextBoxShape: com::sun::star::uno::XInterface
 {
 	[attribute] string  Text;
 	::ooo::vba::excel::XCharacters characters([in] any Start, [in] any Length);
diff --git a/main/oovbaapi/ooo/vba/msforms/XTextFrame.idl b/main/oovbaapi/ooo/vba/msforms/XTextFrame.idl
index 548230e..9ed5b1d 100644
--- a/main/oovbaapi/ooo/vba/msforms/XTextFrame.idl
+++ b/main/oovbaapi/ooo/vba/msforms/XTextFrame.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/msforms/XToggleButton.idl b/main/oovbaapi/ooo/vba/msforms/XToggleButton.idl
index 3eff516..b2da162 100644
--- a/main/oovbaapi/ooo/vba/msforms/XToggleButton.idl
+++ b/main/oovbaapi/ooo/vba/msforms/XToggleButton.idl
@@ -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,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.
- * 
+ *
  *************************************************************/
 
 
- 
+
 #ifndef __ooo_vba_msforms_XToggleButton_idl__
 #define __ooo_vba_msforms_XToggleButton_idl__
 
@@ -28,14 +28,14 @@
 
 //=============================================================================
 
-module ooo {  module vba {  module msforms { 
+module ooo {  module vba {  module msforms {
 
 //=============================================================================
 
 interface XToggleButton
 {
 	interface XCommandButton;
-	[attribute] any Value; 
+	[attribute] any Value;
 };
 
 //=============================================================================
diff --git a/main/oovbaapi/ooo/vba/msforms/XUserForm.idl b/main/oovbaapi/ooo/vba/msforms/XUserForm.idl
index f3353ec..018026f 100644
--- a/main/oovbaapi/ooo/vba/msforms/XUserForm.idl
+++ b/main/oovbaapi/ooo/vba/msforms/XUserForm.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,7 +30,7 @@
 #include <com/sun/star/script/XInvocation.idl>
 #endif
 module ooo {  module vba { module msforms {
-interface XUserForm 
+interface XUserForm
 {
 	//interface ::ooo::vba::XHelperInterface;
 	interface ::com::sun::star::script::XInvocation;
diff --git a/main/oovbaapi/ooo/vba/msforms/fmAction.idl b/main/oovbaapi/ooo/vba/msforms/fmAction.idl
index 7d592fb..d0f5801 100644
--- a/main/oovbaapi/ooo/vba/msforms/fmAction.idl
+++ b/main/oovbaapi/ooo/vba/msforms/fmAction.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module msforms {
diff --git a/main/oovbaapi/ooo/vba/msforms/fmAlignment.idl b/main/oovbaapi/ooo/vba/msforms/fmAlignment.idl
index 519c81e..93f15f6 100644
--- a/main/oovbaapi/ooo/vba/msforms/fmAlignment.idl
+++ b/main/oovbaapi/ooo/vba/msforms/fmAlignment.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module msforms {
diff --git a/main/oovbaapi/ooo/vba/msforms/fmBackStyle.idl b/main/oovbaapi/ooo/vba/msforms/fmBackStyle.idl
index e9fa082..a6c1896 100644
--- a/main/oovbaapi/ooo/vba/msforms/fmBackStyle.idl
+++ b/main/oovbaapi/ooo/vba/msforms/fmBackStyle.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module msforms {
diff --git a/main/oovbaapi/ooo/vba/msforms/fmBorderStyle.idl b/main/oovbaapi/ooo/vba/msforms/fmBorderStyle.idl
index fb0c292..4e765bb 100644
--- a/main/oovbaapi/ooo/vba/msforms/fmBorderStyle.idl
+++ b/main/oovbaapi/ooo/vba/msforms/fmBorderStyle.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module msforms {
diff --git a/main/oovbaapi/ooo/vba/msforms/fmBorders.idl b/main/oovbaapi/ooo/vba/msforms/fmBorders.idl
index db1adb4..69480d9 100644
--- a/main/oovbaapi/ooo/vba/msforms/fmBorders.idl
+++ b/main/oovbaapi/ooo/vba/msforms/fmBorders.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module msforms {
diff --git a/main/oovbaapi/ooo/vba/msforms/fmButtonEffect.idl b/main/oovbaapi/ooo/vba/msforms/fmButtonEffect.idl
index f0fdb60..535012c 100644
--- a/main/oovbaapi/ooo/vba/msforms/fmButtonEffect.idl
+++ b/main/oovbaapi/ooo/vba/msforms/fmButtonEffect.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module msforms {
diff --git a/main/oovbaapi/ooo/vba/msforms/fmButtonStyle.idl b/main/oovbaapi/ooo/vba/msforms/fmButtonStyle.idl
index caf4e2c..aa3995a 100644
--- a/main/oovbaapi/ooo/vba/msforms/fmButtonStyle.idl
+++ b/main/oovbaapi/ooo/vba/msforms/fmButtonStyle.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module msforms {
diff --git a/main/oovbaapi/ooo/vba/msforms/fmCycle.idl b/main/oovbaapi/ooo/vba/msforms/fmCycle.idl
index ba4771c..baba73a 100644
--- a/main/oovbaapi/ooo/vba/msforms/fmCycle.idl
+++ b/main/oovbaapi/ooo/vba/msforms/fmCycle.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module msforms {
diff --git a/main/oovbaapi/ooo/vba/msforms/fmDisplayStyle.idl b/main/oovbaapi/ooo/vba/msforms/fmDisplayStyle.idl
index 6effa4c..d1ea6ff 100644
--- a/main/oovbaapi/ooo/vba/msforms/fmDisplayStyle.idl
+++ b/main/oovbaapi/ooo/vba/msforms/fmDisplayStyle.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module msforms {
diff --git a/main/oovbaapi/ooo/vba/msforms/fmDragBehavior.idl b/main/oovbaapi/ooo/vba/msforms/fmDragBehavior.idl
index ba99306..775da48 100644
--- a/main/oovbaapi/ooo/vba/msforms/fmDragBehavior.idl
+++ b/main/oovbaapi/ooo/vba/msforms/fmDragBehavior.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module msforms {
diff --git a/main/oovbaapi/ooo/vba/msforms/fmDragState.idl b/main/oovbaapi/ooo/vba/msforms/fmDragState.idl
index 8140ce3..fc4a79b 100644
--- a/main/oovbaapi/ooo/vba/msforms/fmDragState.idl
+++ b/main/oovbaapi/ooo/vba/msforms/fmDragState.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module msforms {
diff --git a/main/oovbaapi/ooo/vba/msforms/fmDropButtonStyle.idl b/main/oovbaapi/ooo/vba/msforms/fmDropButtonStyle.idl
index d5926d8..7803025 100644
--- a/main/oovbaapi/ooo/vba/msforms/fmDropButtonStyle.idl
+++ b/main/oovbaapi/ooo/vba/msforms/fmDropButtonStyle.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module msforms {
diff --git a/main/oovbaapi/ooo/vba/msforms/fmDropEffect.idl b/main/oovbaapi/ooo/vba/msforms/fmDropEffect.idl
index 821da06..0a357b1 100644
--- a/main/oovbaapi/ooo/vba/msforms/fmDropEffect.idl
+++ b/main/oovbaapi/ooo/vba/msforms/fmDropEffect.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module msforms {
diff --git a/main/oovbaapi/ooo/vba/msforms/fmEnterFieldBehavior.idl b/main/oovbaapi/ooo/vba/msforms/fmEnterFieldBehavior.idl
index 2a6eb2e..98113ba 100644
--- a/main/oovbaapi/ooo/vba/msforms/fmEnterFieldBehavior.idl
+++ b/main/oovbaapi/ooo/vba/msforms/fmEnterFieldBehavior.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module msforms {
diff --git a/main/oovbaapi/ooo/vba/msforms/fmIMEMode.idl b/main/oovbaapi/ooo/vba/msforms/fmIMEMode.idl
index 597e033..daa0d07 100644
--- a/main/oovbaapi/ooo/vba/msforms/fmIMEMode.idl
+++ b/main/oovbaapi/ooo/vba/msforms/fmIMEMode.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module msforms {
diff --git a/main/oovbaapi/ooo/vba/msforms/fmLayoutEffect.idl b/main/oovbaapi/ooo/vba/msforms/fmLayoutEffect.idl
index 0f304d5..61973d3 100644
--- a/main/oovbaapi/ooo/vba/msforms/fmLayoutEffect.idl
+++ b/main/oovbaapi/ooo/vba/msforms/fmLayoutEffect.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module msforms {
diff --git a/main/oovbaapi/ooo/vba/msforms/fmListStyle.idl b/main/oovbaapi/ooo/vba/msforms/fmListStyle.idl
index 8e5b34d..a7ce64f 100644
--- a/main/oovbaapi/ooo/vba/msforms/fmListStyle.idl
+++ b/main/oovbaapi/ooo/vba/msforms/fmListStyle.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module msforms {
diff --git a/main/oovbaapi/ooo/vba/msforms/fmMatchEntry.idl b/main/oovbaapi/ooo/vba/msforms/fmMatchEntry.idl
index c205e82..1df3a61 100644
--- a/main/oovbaapi/ooo/vba/msforms/fmMatchEntry.idl
+++ b/main/oovbaapi/ooo/vba/msforms/fmMatchEntry.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module msforms {
diff --git a/main/oovbaapi/ooo/vba/msforms/fmMode.idl b/main/oovbaapi/ooo/vba/msforms/fmMode.idl
index fbf765c..dea0c47 100644
--- a/main/oovbaapi/ooo/vba/msforms/fmMode.idl
+++ b/main/oovbaapi/ooo/vba/msforms/fmMode.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module msforms {
diff --git a/main/oovbaapi/ooo/vba/msforms/fmMousePointer.idl b/main/oovbaapi/ooo/vba/msforms/fmMousePointer.idl
index 0e133ba..d17e4d3 100644
--- a/main/oovbaapi/ooo/vba/msforms/fmMousePointer.idl
+++ b/main/oovbaapi/ooo/vba/msforms/fmMousePointer.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module msforms {
diff --git a/main/oovbaapi/ooo/vba/msforms/fmMultiSelect.idl b/main/oovbaapi/ooo/vba/msforms/fmMultiSelect.idl
index 72ef67a..be28837 100644
--- a/main/oovbaapi/ooo/vba/msforms/fmMultiSelect.idl
+++ b/main/oovbaapi/ooo/vba/msforms/fmMultiSelect.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module msforms {
diff --git a/main/oovbaapi/ooo/vba/msforms/fmOrientation.idl b/main/oovbaapi/ooo/vba/msforms/fmOrientation.idl
index c636978..1e27ddd 100644
--- a/main/oovbaapi/ooo/vba/msforms/fmOrientation.idl
+++ b/main/oovbaapi/ooo/vba/msforms/fmOrientation.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module msforms {
diff --git a/main/oovbaapi/ooo/vba/msforms/fmPicPosition.idl b/main/oovbaapi/ooo/vba/msforms/fmPicPosition.idl
index e2c454c..394343c 100644
--- a/main/oovbaapi/ooo/vba/msforms/fmPicPosition.idl
+++ b/main/oovbaapi/ooo/vba/msforms/fmPicPosition.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module msforms {
diff --git a/main/oovbaapi/ooo/vba/msforms/fmPictureAlignment.idl b/main/oovbaapi/ooo/vba/msforms/fmPictureAlignment.idl
index 17e7af1..24af1dc 100644
--- a/main/oovbaapi/ooo/vba/msforms/fmPictureAlignment.idl
+++ b/main/oovbaapi/ooo/vba/msforms/fmPictureAlignment.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module msforms {
diff --git a/main/oovbaapi/ooo/vba/msforms/fmPicturePosition.idl b/main/oovbaapi/ooo/vba/msforms/fmPicturePosition.idl
index eb04301..b9d2f51 100644
--- a/main/oovbaapi/ooo/vba/msforms/fmPicturePosition.idl
+++ b/main/oovbaapi/ooo/vba/msforms/fmPicturePosition.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module msforms {
diff --git a/main/oovbaapi/ooo/vba/msforms/fmPictureSizeMode.idl b/main/oovbaapi/ooo/vba/msforms/fmPictureSizeMode.idl
index bf9dfd4..3c4c2fc 100644
--- a/main/oovbaapi/ooo/vba/msforms/fmPictureSizeMode.idl
+++ b/main/oovbaapi/ooo/vba/msforms/fmPictureSizeMode.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module msforms {
diff --git a/main/oovbaapi/ooo/vba/msforms/fmScrollAction.idl b/main/oovbaapi/ooo/vba/msforms/fmScrollAction.idl
index 21141ae..26b70da 100644
--- a/main/oovbaapi/ooo/vba/msforms/fmScrollAction.idl
+++ b/main/oovbaapi/ooo/vba/msforms/fmScrollAction.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module msforms {
diff --git a/main/oovbaapi/ooo/vba/msforms/fmScrollBars.idl b/main/oovbaapi/ooo/vba/msforms/fmScrollBars.idl
index 4ce1a0a..317a83b 100644
--- a/main/oovbaapi/ooo/vba/msforms/fmScrollBars.idl
+++ b/main/oovbaapi/ooo/vba/msforms/fmScrollBars.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module msforms {
diff --git a/main/oovbaapi/ooo/vba/msforms/fmShowDropButtonWhen.idl b/main/oovbaapi/ooo/vba/msforms/fmShowDropButtonWhen.idl
index 6d226ab..f3b125f 100644
--- a/main/oovbaapi/ooo/vba/msforms/fmShowDropButtonWhen.idl
+++ b/main/oovbaapi/ooo/vba/msforms/fmShowDropButtonWhen.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module msforms {
diff --git a/main/oovbaapi/ooo/vba/msforms/fmShowListWhen.idl b/main/oovbaapi/ooo/vba/msforms/fmShowListWhen.idl
index b365150..fbf48cd 100644
--- a/main/oovbaapi/ooo/vba/msforms/fmShowListWhen.idl
+++ b/main/oovbaapi/ooo/vba/msforms/fmShowListWhen.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module msforms {
diff --git a/main/oovbaapi/ooo/vba/msforms/fmSnapPoint.idl b/main/oovbaapi/ooo/vba/msforms/fmSnapPoint.idl
index a2a1ade..7587e01 100644
--- a/main/oovbaapi/ooo/vba/msforms/fmSnapPoint.idl
+++ b/main/oovbaapi/ooo/vba/msforms/fmSnapPoint.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module msforms {
diff --git a/main/oovbaapi/ooo/vba/msforms/fmSpecialEffect.idl b/main/oovbaapi/ooo/vba/msforms/fmSpecialEffect.idl
index a2e39bd..11ff54f 100644
--- a/main/oovbaapi/ooo/vba/msforms/fmSpecialEffect.idl
+++ b/main/oovbaapi/ooo/vba/msforms/fmSpecialEffect.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module msforms {
diff --git a/main/oovbaapi/ooo/vba/msforms/fmStyle.idl b/main/oovbaapi/ooo/vba/msforms/fmStyle.idl
index b90ab3e..7fbb378 100644
--- a/main/oovbaapi/ooo/vba/msforms/fmStyle.idl
+++ b/main/oovbaapi/ooo/vba/msforms/fmStyle.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module msforms {
diff --git a/main/oovbaapi/ooo/vba/msforms/fmTabOrientation.idl b/main/oovbaapi/ooo/vba/msforms/fmTabOrientation.idl
index 6e9bc8c..e328a2f 100644
--- a/main/oovbaapi/ooo/vba/msforms/fmTabOrientation.idl
+++ b/main/oovbaapi/ooo/vba/msforms/fmTabOrientation.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module msforms {
diff --git a/main/oovbaapi/ooo/vba/msforms/fmTabStyle.idl b/main/oovbaapi/ooo/vba/msforms/fmTabStyle.idl
index 40df7d1..ffaed77 100644
--- a/main/oovbaapi/ooo/vba/msforms/fmTabStyle.idl
+++ b/main/oovbaapi/ooo/vba/msforms/fmTabStyle.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module msforms {
diff --git a/main/oovbaapi/ooo/vba/msforms/fmTextAlign.idl b/main/oovbaapi/ooo/vba/msforms/fmTextAlign.idl
index 5986ae3..e5d4f2e 100644
--- a/main/oovbaapi/ooo/vba/msforms/fmTextAlign.idl
+++ b/main/oovbaapi/ooo/vba/msforms/fmTextAlign.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module msforms {
diff --git a/main/oovbaapi/ooo/vba/msforms/fmTransitionEffect.idl b/main/oovbaapi/ooo/vba/msforms/fmTransitionEffect.idl
index d1c72e4..68e93f8 100644
--- a/main/oovbaapi/ooo/vba/msforms/fmTransitionEffect.idl
+++ b/main/oovbaapi/ooo/vba/msforms/fmTransitionEffect.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module msforms {
diff --git a/main/oovbaapi/ooo/vba/msforms/fmVerticalScrollBarSide.idl b/main/oovbaapi/ooo/vba/msforms/fmVerticalScrollBarSide.idl
index 9f320dc..071e86c 100644
--- a/main/oovbaapi/ooo/vba/msforms/fmVerticalScrollBarSide.idl
+++ b/main/oovbaapi/ooo/vba/msforms/fmVerticalScrollBarSide.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module msforms {
diff --git a/main/oovbaapi/ooo/vba/msforms/fmZOrder.idl b/main/oovbaapi/ooo/vba/msforms/fmZOrder.idl
index 8a326f5..6d1e40a 100644
--- a/main/oovbaapi/ooo/vba/msforms/fmZOrder.idl
+++ b/main/oovbaapi/ooo/vba/msforms/fmZOrder.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module msforms {
diff --git a/main/oovbaapi/ooo/vba/office/DocProperties.idl b/main/oovbaapi/ooo/vba/office/DocProperties.idl
index 2691c82..efa495d 100644
--- a/main/oovbaapi/ooo/vba/office/DocProperties.idl
+++ b/main/oovbaapi/ooo/vba/office/DocProperties.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MailFormat.idl b/main/oovbaapi/ooo/vba/office/MailFormat.idl
index c3a1c7d..a233880 100644
--- a/main/oovbaapi/ooo/vba/office/MailFormat.idl
+++ b/main/oovbaapi/ooo/vba/office/MailFormat.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoAlertButtonType.idl b/main/oovbaapi/ooo/vba/office/MsoAlertButtonType.idl
index 01846f4..3b36a2e 100644
--- a/main/oovbaapi/ooo/vba/office/MsoAlertButtonType.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoAlertButtonType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoAlertCancelType.idl b/main/oovbaapi/ooo/vba/office/MsoAlertCancelType.idl
index cdecd5a..d4204cf 100644
--- a/main/oovbaapi/ooo/vba/office/MsoAlertCancelType.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoAlertCancelType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoAlertDefaultType.idl b/main/oovbaapi/ooo/vba/office/MsoAlertDefaultType.idl
index 7da7eaf..cd63e38 100644
--- a/main/oovbaapi/ooo/vba/office/MsoAlertDefaultType.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoAlertDefaultType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoAlertIconType.idl b/main/oovbaapi/ooo/vba/office/MsoAlertIconType.idl
index 67df38a..c71861e 100644
--- a/main/oovbaapi/ooo/vba/office/MsoAlertIconType.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoAlertIconType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoAlignCmd.idl b/main/oovbaapi/ooo/vba/office/MsoAlignCmd.idl
index ff9667b..e7f5d6a 100644
--- a/main/oovbaapi/ooo/vba/office/MsoAlignCmd.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoAlignCmd.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoAnimationType.idl b/main/oovbaapi/ooo/vba/office/MsoAnimationType.idl
index 40263fb..8404f28 100644
--- a/main/oovbaapi/ooo/vba/office/MsoAnimationType.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoAnimationType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoAppLanguageID.idl b/main/oovbaapi/ooo/vba/office/MsoAppLanguageID.idl
index f1fd099..e62eee4 100644
--- a/main/oovbaapi/ooo/vba/office/MsoAppLanguageID.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoAppLanguageID.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoArrowheadLength.idl b/main/oovbaapi/ooo/vba/office/MsoArrowheadLength.idl
index 41ede5f..13116a2 100644
--- a/main/oovbaapi/ooo/vba/office/MsoArrowheadLength.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoArrowheadLength.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoArrowheadStyle.idl b/main/oovbaapi/ooo/vba/office/MsoArrowheadStyle.idl
index 0898a41..a39d8fc 100644
--- a/main/oovbaapi/ooo/vba/office/MsoArrowheadStyle.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoArrowheadStyle.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoArrowheadWidth.idl b/main/oovbaapi/ooo/vba/office/MsoArrowheadWidth.idl
index 833f6e6..4005938 100644
--- a/main/oovbaapi/ooo/vba/office/MsoArrowheadWidth.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoArrowheadWidth.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoAutoShapeType.idl b/main/oovbaapi/ooo/vba/office/MsoAutoShapeType.idl
index 45f6428..fceb411 100644
--- a/main/oovbaapi/ooo/vba/office/MsoAutoShapeType.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoAutoShapeType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoAutomationSecurity.idl b/main/oovbaapi/ooo/vba/office/MsoAutomationSecurity.idl
index cca3999..750ef63 100644
--- a/main/oovbaapi/ooo/vba/office/MsoAutomationSecurity.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoAutomationSecurity.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoBalloonButtonType.idl b/main/oovbaapi/ooo/vba/office/MsoBalloonButtonType.idl
index cda7f7a..25d0252 100644
--- a/main/oovbaapi/ooo/vba/office/MsoBalloonButtonType.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoBalloonButtonType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoBalloonErrorType.idl b/main/oovbaapi/ooo/vba/office/MsoBalloonErrorType.idl
index 69acfa6..985dbe5 100644
--- a/main/oovbaapi/ooo/vba/office/MsoBalloonErrorType.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoBalloonErrorType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoBalloonType.idl b/main/oovbaapi/ooo/vba/office/MsoBalloonType.idl
index e67d27b..d6acfa0 100644
--- a/main/oovbaapi/ooo/vba/office/MsoBalloonType.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoBalloonType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoBarPosition.idl b/main/oovbaapi/ooo/vba/office/MsoBarPosition.idl
index 0e2725b..399700f 100644
--- a/main/oovbaapi/ooo/vba/office/MsoBarPosition.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoBarPosition.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoBarProtection.idl b/main/oovbaapi/ooo/vba/office/MsoBarProtection.idl
index c0dd158..78e1c0f 100644
--- a/main/oovbaapi/ooo/vba/office/MsoBarProtection.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoBarProtection.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoBarRow.idl b/main/oovbaapi/ooo/vba/office/MsoBarRow.idl
index 8066c23..b8befe7 100644
--- a/main/oovbaapi/ooo/vba/office/MsoBarRow.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoBarRow.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoBarType.idl b/main/oovbaapi/ooo/vba/office/MsoBarType.idl
index 8432ff6..e7e0d89 100644
--- a/main/oovbaapi/ooo/vba/office/MsoBarType.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoBarType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoBlackWhiteMode.idl b/main/oovbaapi/ooo/vba/office/MsoBlackWhiteMode.idl
index ceb1a56..0a2b0ad 100644
--- a/main/oovbaapi/ooo/vba/office/MsoBlackWhiteMode.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoBlackWhiteMode.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoButtonSetType.idl b/main/oovbaapi/ooo/vba/office/MsoButtonSetType.idl
index 625362b..2d1077d 100644
--- a/main/oovbaapi/ooo/vba/office/MsoButtonSetType.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoButtonSetType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoButtonState.idl b/main/oovbaapi/ooo/vba/office/MsoButtonState.idl
index f8c99ab..f92ed27 100644
--- a/main/oovbaapi/ooo/vba/office/MsoButtonState.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoButtonState.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoButtonStyle.idl b/main/oovbaapi/ooo/vba/office/MsoButtonStyle.idl
index 83e686b..4e7ab2e 100644
--- a/main/oovbaapi/ooo/vba/office/MsoButtonStyle.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoButtonStyle.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoButtonStyleHidden.idl b/main/oovbaapi/ooo/vba/office/MsoButtonStyleHidden.idl
index eb41a2c..36963a2 100644
--- a/main/oovbaapi/ooo/vba/office/MsoButtonStyleHidden.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoButtonStyleHidden.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoCalloutAngleType.idl b/main/oovbaapi/ooo/vba/office/MsoCalloutAngleType.idl
index 7fc460e..2d402e9 100644
--- a/main/oovbaapi/ooo/vba/office/MsoCalloutAngleType.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoCalloutAngleType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoCalloutDropType.idl b/main/oovbaapi/ooo/vba/office/MsoCalloutDropType.idl
index 37d3ddf..d6716bd 100644
--- a/main/oovbaapi/ooo/vba/office/MsoCalloutDropType.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoCalloutDropType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoCalloutType.idl b/main/oovbaapi/ooo/vba/office/MsoCalloutType.idl
index 1838822..03c7249 100644
--- a/main/oovbaapi/ooo/vba/office/MsoCalloutType.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoCalloutType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoCharacterSet.idl b/main/oovbaapi/ooo/vba/office/MsoCharacterSet.idl
index 6e23c2f..31e3039 100644
--- a/main/oovbaapi/ooo/vba/office/MsoCharacterSet.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoCharacterSet.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoColorType.idl b/main/oovbaapi/ooo/vba/office/MsoColorType.idl
index 7087ff3..8f33758 100644
--- a/main/oovbaapi/ooo/vba/office/MsoColorType.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoColorType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoComboStyle.idl b/main/oovbaapi/ooo/vba/office/MsoComboStyle.idl
index 9d4ad0f..9f92a98 100644
--- a/main/oovbaapi/ooo/vba/office/MsoComboStyle.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoComboStyle.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoCommandBarButtonHyperlinkType.idl b/main/oovbaapi/ooo/vba/office/MsoCommandBarButtonHyperlinkType.idl
index 63f5695..161cd75 100644
--- a/main/oovbaapi/ooo/vba/office/MsoCommandBarButtonHyperlinkType.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoCommandBarButtonHyperlinkType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoCondition.idl b/main/oovbaapi/ooo/vba/office/MsoCondition.idl
index 9b68de8..a8672ec 100644
--- a/main/oovbaapi/ooo/vba/office/MsoCondition.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoCondition.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoConnector.idl b/main/oovbaapi/ooo/vba/office/MsoConnector.idl
index 25ed409..3b2683e 100644
--- a/main/oovbaapi/ooo/vba/office/MsoConnector.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoConnector.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoConnectorType.idl b/main/oovbaapi/ooo/vba/office/MsoConnectorType.idl
index 7f95f75..1c39fa4 100644
--- a/main/oovbaapi/ooo/vba/office/MsoConnectorType.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoConnectorType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoControlOLEUsage.idl b/main/oovbaapi/ooo/vba/office/MsoControlOLEUsage.idl
index 5418b2f..ecc2ccc 100644
--- a/main/oovbaapi/ooo/vba/office/MsoControlOLEUsage.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoControlOLEUsage.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoControlType.idl b/main/oovbaapi/ooo/vba/office/MsoControlType.idl
index ad94de4..2a63eed 100644
--- a/main/oovbaapi/ooo/vba/office/MsoControlType.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoControlType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoDiagramNodeType.idl b/main/oovbaapi/ooo/vba/office/MsoDiagramNodeType.idl
index 2c8da03..fe5c752 100644
--- a/main/oovbaapi/ooo/vba/office/MsoDiagramNodeType.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoDiagramNodeType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoDiagramType.idl b/main/oovbaapi/ooo/vba/office/MsoDiagramType.idl
index 75ba3d4..ec70a42 100644
--- a/main/oovbaapi/ooo/vba/office/MsoDiagramType.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoDiagramType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoDistributeCmd.idl b/main/oovbaapi/ooo/vba/office/MsoDistributeCmd.idl
index 943e8f1..a74cd38 100644
--- a/main/oovbaapi/ooo/vba/office/MsoDistributeCmd.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoDistributeCmd.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoDocProperties.idl b/main/oovbaapi/ooo/vba/office/MsoDocProperties.idl
index e969878..da034a5 100644
--- a/main/oovbaapi/ooo/vba/office/MsoDocProperties.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoDocProperties.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoEditingType.idl b/main/oovbaapi/ooo/vba/office/MsoEditingType.idl
index f6249e6..d27ac1a 100644
--- a/main/oovbaapi/ooo/vba/office/MsoEditingType.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoEditingType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoEncoding.idl b/main/oovbaapi/ooo/vba/office/MsoEncoding.idl
index 10655ec..a9a0674 100644
--- a/main/oovbaapi/ooo/vba/office/MsoEncoding.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoEncoding.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoExtraInfoMethod.idl b/main/oovbaapi/ooo/vba/office/MsoExtraInfoMethod.idl
index e3422c1..5533d37 100644
--- a/main/oovbaapi/ooo/vba/office/MsoExtraInfoMethod.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoExtraInfoMethod.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoExtrusionColorType.idl b/main/oovbaapi/ooo/vba/office/MsoExtrusionColorType.idl
index 606bcb5..329516e 100644
--- a/main/oovbaapi/ooo/vba/office/MsoExtrusionColorType.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoExtrusionColorType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoFarEastLineBreakLanguageID.idl b/main/oovbaapi/ooo/vba/office/MsoFarEastLineBreakLanguageID.idl
index 9e0dc24..9d429e7 100644
--- a/main/oovbaapi/ooo/vba/office/MsoFarEastLineBreakLanguageID.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoFarEastLineBreakLanguageID.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoFeatureInstall.idl b/main/oovbaapi/ooo/vba/office/MsoFeatureInstall.idl
index e0506ad..8ed0120 100644
--- a/main/oovbaapi/ooo/vba/office/MsoFeatureInstall.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoFeatureInstall.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoFileDialogType.idl b/main/oovbaapi/ooo/vba/office/MsoFileDialogType.idl
index 5df60d7..a237d8d 100644
--- a/main/oovbaapi/ooo/vba/office/MsoFileDialogType.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoFileDialogType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoFileDialogView.idl b/main/oovbaapi/ooo/vba/office/MsoFileDialogView.idl
index 121ccdf..1bfbdc3 100644
--- a/main/oovbaapi/ooo/vba/office/MsoFileDialogView.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoFileDialogView.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoFileFindListBy.idl b/main/oovbaapi/ooo/vba/office/MsoFileFindListBy.idl
index 3717af0..c18de3b 100644
--- a/main/oovbaapi/ooo/vba/office/MsoFileFindListBy.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoFileFindListBy.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoFileFindOptions.idl b/main/oovbaapi/ooo/vba/office/MsoFileFindOptions.idl
index d183bd2..eeb9b23 100644
--- a/main/oovbaapi/ooo/vba/office/MsoFileFindOptions.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoFileFindOptions.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoFileFindSortBy.idl b/main/oovbaapi/ooo/vba/office/MsoFileFindSortBy.idl
index a93db24..8381bd1 100644
--- a/main/oovbaapi/ooo/vba/office/MsoFileFindSortBy.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoFileFindSortBy.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoFileFindView.idl b/main/oovbaapi/ooo/vba/office/MsoFileFindView.idl
index b605cf5..66b18a2 100644
--- a/main/oovbaapi/ooo/vba/office/MsoFileFindView.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoFileFindView.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoFileNewAction.idl b/main/oovbaapi/ooo/vba/office/MsoFileNewAction.idl
index 5ad1ee8..0895b44 100644
--- a/main/oovbaapi/ooo/vba/office/MsoFileNewAction.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoFileNewAction.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoFileNewSection.idl b/main/oovbaapi/ooo/vba/office/MsoFileNewSection.idl
index a87649e..df25b4d 100644
--- a/main/oovbaapi/ooo/vba/office/MsoFileNewSection.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoFileNewSection.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoFileType.idl b/main/oovbaapi/ooo/vba/office/MsoFileType.idl
index ff4ea84..747a1f4 100644
--- a/main/oovbaapi/ooo/vba/office/MsoFileType.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoFileType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoFillType.idl b/main/oovbaapi/ooo/vba/office/MsoFillType.idl
index fb0dc56..a6876bd 100644
--- a/main/oovbaapi/ooo/vba/office/MsoFillType.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoFillType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoFilterComparison.idl b/main/oovbaapi/ooo/vba/office/MsoFilterComparison.idl
index bb65fea..c4c6d14 100644
--- a/main/oovbaapi/ooo/vba/office/MsoFilterComparison.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoFilterComparison.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoFilterConjunction.idl b/main/oovbaapi/ooo/vba/office/MsoFilterConjunction.idl
index 5f2f053..3a93162 100644
--- a/main/oovbaapi/ooo/vba/office/MsoFilterConjunction.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoFilterConjunction.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoFlipCmd.idl b/main/oovbaapi/ooo/vba/office/MsoFlipCmd.idl
index 26aec35..3902729 100644
--- a/main/oovbaapi/ooo/vba/office/MsoFlipCmd.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoFlipCmd.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoGradientColorType.idl b/main/oovbaapi/ooo/vba/office/MsoGradientColorType.idl
index 78cbcda..6fe2325 100644
--- a/main/oovbaapi/ooo/vba/office/MsoGradientColorType.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoGradientColorType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoGradientStyle.idl b/main/oovbaapi/ooo/vba/office/MsoGradientStyle.idl
index 16760f2..2c946ef 100644
--- a/main/oovbaapi/ooo/vba/office/MsoGradientStyle.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoGradientStyle.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoHTMLProjectOpen.idl b/main/oovbaapi/ooo/vba/office/MsoHTMLProjectOpen.idl
index 6d16279..a465452 100644
--- a/main/oovbaapi/ooo/vba/office/MsoHTMLProjectOpen.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoHTMLProjectOpen.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoHTMLProjectState.idl b/main/oovbaapi/ooo/vba/office/MsoHTMLProjectState.idl
index 24eb754..3ad3bd4 100644
--- a/main/oovbaapi/ooo/vba/office/MsoHTMLProjectState.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoHTMLProjectState.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoHorizontalAnchor.idl b/main/oovbaapi/ooo/vba/office/MsoHorizontalAnchor.idl
index bb24a7a..bc47698 100644
--- a/main/oovbaapi/ooo/vba/office/MsoHorizontalAnchor.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoHorizontalAnchor.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoHyperlinkType.idl b/main/oovbaapi/ooo/vba/office/MsoHyperlinkType.idl
index 3abfab8..00c3110 100644
--- a/main/oovbaapi/ooo/vba/office/MsoHyperlinkType.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoHyperlinkType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoIconType.idl b/main/oovbaapi/ooo/vba/office/MsoIconType.idl
index a2007ac..25ddc8b 100644
--- a/main/oovbaapi/ooo/vba/office/MsoIconType.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoIconType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoLanguageID.idl b/main/oovbaapi/ooo/vba/office/MsoLanguageID.idl
index e94e1d2..b8d1137 100644
--- a/main/oovbaapi/ooo/vba/office/MsoLanguageID.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoLanguageID.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoLanguageIDHidden.idl b/main/oovbaapi/ooo/vba/office/MsoLanguageIDHidden.idl
index db9c99b..2a09719 100644
--- a/main/oovbaapi/ooo/vba/office/MsoLanguageIDHidden.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoLanguageIDHidden.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoLastModified.idl b/main/oovbaapi/ooo/vba/office/MsoLastModified.idl
index 996d35d..bf7fa6a 100644
--- a/main/oovbaapi/ooo/vba/office/MsoLastModified.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoLastModified.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoLineDashStyle.idl b/main/oovbaapi/ooo/vba/office/MsoLineDashStyle.idl
index 3298f84..e40f350 100644
--- a/main/oovbaapi/ooo/vba/office/MsoLineDashStyle.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoLineDashStyle.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoLineStyle.idl b/main/oovbaapi/ooo/vba/office/MsoLineStyle.idl
index 628b51c..a8573db 100644
--- a/main/oovbaapi/ooo/vba/office/MsoLineStyle.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoLineStyle.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoMenuAnimation.idl b/main/oovbaapi/ooo/vba/office/MsoMenuAnimation.idl
index bd321fa..d5d0922 100644
--- a/main/oovbaapi/ooo/vba/office/MsoMenuAnimation.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoMenuAnimation.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoMixedType.idl b/main/oovbaapi/ooo/vba/office/MsoMixedType.idl
index 27b0dab..40a08d7 100644
--- a/main/oovbaapi/ooo/vba/office/MsoMixedType.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoMixedType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoModeType.idl b/main/oovbaapi/ooo/vba/office/MsoModeType.idl
index 39376f6..4054343 100644
--- a/main/oovbaapi/ooo/vba/office/MsoModeType.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoModeType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoMoveRow.idl b/main/oovbaapi/ooo/vba/office/MsoMoveRow.idl
index 7b86625..38f6f78 100644
--- a/main/oovbaapi/ooo/vba/office/MsoMoveRow.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoMoveRow.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoOLEMenuGroup.idl b/main/oovbaapi/ooo/vba/office/MsoOLEMenuGroup.idl
index d6086a3..d46131f 100644
--- a/main/oovbaapi/ooo/vba/office/MsoOLEMenuGroup.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoOLEMenuGroup.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoOrgChartLayoutType.idl b/main/oovbaapi/ooo/vba/office/MsoOrgChartLayoutType.idl
index 939b91b..29da73f847 100644
--- a/main/oovbaapi/ooo/vba/office/MsoOrgChartLayoutType.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoOrgChartLayoutType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoOrgChartOrientation.idl b/main/oovbaapi/ooo/vba/office/MsoOrgChartOrientation.idl
index 75efd1e..8b37e59 100644
--- a/main/oovbaapi/ooo/vba/office/MsoOrgChartOrientation.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoOrgChartOrientation.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoOrientation.idl b/main/oovbaapi/ooo/vba/office/MsoOrientation.idl
index 6d2dde8..d936d55 100644
--- a/main/oovbaapi/ooo/vba/office/MsoOrientation.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoOrientation.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoPatternType.idl b/main/oovbaapi/ooo/vba/office/MsoPatternType.idl
index f2f28b2..840455e 100644
--- a/main/oovbaapi/ooo/vba/office/MsoPatternType.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoPatternType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoPermission.idl b/main/oovbaapi/ooo/vba/office/MsoPermission.idl
index 9d36b86..e6cbee9 100644
--- a/main/oovbaapi/ooo/vba/office/MsoPermission.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoPermission.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoPictureColorType.idl b/main/oovbaapi/ooo/vba/office/MsoPictureColorType.idl
index 5d49b9e..c052454 100644
--- a/main/oovbaapi/ooo/vba/office/MsoPictureColorType.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoPictureColorType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoPresetExtrusionDirection.idl b/main/oovbaapi/ooo/vba/office/MsoPresetExtrusionDirection.idl
index 665b9aa..1cfd92b 100644
--- a/main/oovbaapi/ooo/vba/office/MsoPresetExtrusionDirection.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoPresetExtrusionDirection.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoPresetGradientType.idl b/main/oovbaapi/ooo/vba/office/MsoPresetGradientType.idl
index b0a9cef..d472abc 100644
--- a/main/oovbaapi/ooo/vba/office/MsoPresetGradientType.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoPresetGradientType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoPresetLightingDirection.idl b/main/oovbaapi/ooo/vba/office/MsoPresetLightingDirection.idl
index 84a1da1..7d47c5d 100644
--- a/main/oovbaapi/ooo/vba/office/MsoPresetLightingDirection.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoPresetLightingDirection.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoPresetLightingSoftness.idl b/main/oovbaapi/ooo/vba/office/MsoPresetLightingSoftness.idl
index 1b55e91..b44b948 100644
--- a/main/oovbaapi/ooo/vba/office/MsoPresetLightingSoftness.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoPresetLightingSoftness.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoPresetMaterial.idl b/main/oovbaapi/ooo/vba/office/MsoPresetMaterial.idl
index 9e62f5d..9b37d0c 100644
--- a/main/oovbaapi/ooo/vba/office/MsoPresetMaterial.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoPresetMaterial.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoPresetTextEffect.idl b/main/oovbaapi/ooo/vba/office/MsoPresetTextEffect.idl
index 6cbbbb0..d22a4d9 100644
--- a/main/oovbaapi/ooo/vba/office/MsoPresetTextEffect.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoPresetTextEffect.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoPresetTextEffectShape.idl b/main/oovbaapi/ooo/vba/office/MsoPresetTextEffectShape.idl
index 52882c1..d3fe640 100644
--- a/main/oovbaapi/ooo/vba/office/MsoPresetTextEffectShape.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoPresetTextEffectShape.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoPresetTexture.idl b/main/oovbaapi/ooo/vba/office/MsoPresetTexture.idl
index cd9e2a7..eed0cce 100644
--- a/main/oovbaapi/ooo/vba/office/MsoPresetTexture.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoPresetTexture.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoPresetThreeDFormat.idl b/main/oovbaapi/ooo/vba/office/MsoPresetThreeDFormat.idl
index 9d08417..e7d05c5 100644
--- a/main/oovbaapi/ooo/vba/office/MsoPresetThreeDFormat.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoPresetThreeDFormat.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoRelativeNodePosition.idl b/main/oovbaapi/ooo/vba/office/MsoRelativeNodePosition.idl
index 6806c83..a26621c 100644
--- a/main/oovbaapi/ooo/vba/office/MsoRelativeNodePosition.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoRelativeNodePosition.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoScaleFrom.idl b/main/oovbaapi/ooo/vba/office/MsoScaleFrom.idl
index 219355e..3d90b6a 100644
--- a/main/oovbaapi/ooo/vba/office/MsoScaleFrom.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoScaleFrom.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoScreenSize.idl b/main/oovbaapi/ooo/vba/office/MsoScreenSize.idl
index 8adb860..b5f2624 100644
--- a/main/oovbaapi/ooo/vba/office/MsoScreenSize.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoScreenSize.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoScriptLanguage.idl b/main/oovbaapi/ooo/vba/office/MsoScriptLanguage.idl
index 7646bfd..6b8b18f 100644
--- a/main/oovbaapi/ooo/vba/office/MsoScriptLanguage.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoScriptLanguage.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoScriptLocation.idl b/main/oovbaapi/ooo/vba/office/MsoScriptLocation.idl
index ee33fb7..7a7201f 100644
--- a/main/oovbaapi/ooo/vba/office/MsoScriptLocation.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoScriptLocation.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoSearchIn.idl b/main/oovbaapi/ooo/vba/office/MsoSearchIn.idl
index 65c98c0..421793d 100644
--- a/main/oovbaapi/ooo/vba/office/MsoSearchIn.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoSearchIn.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoSegmentType.idl b/main/oovbaapi/ooo/vba/office/MsoSegmentType.idl
index ab3f44e..8d78d6d 100644
--- a/main/oovbaapi/ooo/vba/office/MsoSegmentType.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoSegmentType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoShadowType.idl b/main/oovbaapi/ooo/vba/office/MsoShadowType.idl
index 82631d7..0bce624 100644
--- a/main/oovbaapi/ooo/vba/office/MsoShadowType.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoShadowType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoShapeType.idl b/main/oovbaapi/ooo/vba/office/MsoShapeType.idl
index 51badcd..8a10a60 100644
--- a/main/oovbaapi/ooo/vba/office/MsoShapeType.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoShapeType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoSharedWorkspaceTaskPriority.idl b/main/oovbaapi/ooo/vba/office/MsoSharedWorkspaceTaskPriority.idl
index d6923b6..0cf1ed3 100644
--- a/main/oovbaapi/ooo/vba/office/MsoSharedWorkspaceTaskPriority.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoSharedWorkspaceTaskPriority.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoSharedWorkspaceTaskStatus.idl b/main/oovbaapi/ooo/vba/office/MsoSharedWorkspaceTaskStatus.idl
index d6dea4d..9bad704 100644
--- a/main/oovbaapi/ooo/vba/office/MsoSharedWorkspaceTaskStatus.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoSharedWorkspaceTaskStatus.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoSortBy.idl b/main/oovbaapi/ooo/vba/office/MsoSortBy.idl
index 82be1b7..bbf26f7 100644
--- a/main/oovbaapi/ooo/vba/office/MsoSortBy.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoSortBy.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoSortOrder.idl b/main/oovbaapi/ooo/vba/office/MsoSortOrder.idl
index 1f794de..168217c 100644
--- a/main/oovbaapi/ooo/vba/office/MsoSortOrder.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoSortOrder.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoSyncAvailableType.idl b/main/oovbaapi/ooo/vba/office/MsoSyncAvailableType.idl
index aa22b79..64f4d7d 100644
--- a/main/oovbaapi/ooo/vba/office/MsoSyncAvailableType.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoSyncAvailableType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoSyncCompareType.idl b/main/oovbaapi/ooo/vba/office/MsoSyncCompareType.idl
index 52869b3..e9a727c 100644
--- a/main/oovbaapi/ooo/vba/office/MsoSyncCompareType.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoSyncCompareType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoSyncConflictResolutionType.idl b/main/oovbaapi/ooo/vba/office/MsoSyncConflictResolutionType.idl
index adecdf5..71281c9 100644
--- a/main/oovbaapi/ooo/vba/office/MsoSyncConflictResolutionType.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoSyncConflictResolutionType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoSyncErrorType.idl b/main/oovbaapi/ooo/vba/office/MsoSyncErrorType.idl
index a9fdca6..b857347 100644
--- a/main/oovbaapi/ooo/vba/office/MsoSyncErrorType.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoSyncErrorType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoSyncEventType.idl b/main/oovbaapi/ooo/vba/office/MsoSyncEventType.idl
index 906eecc..4b59d5d 100644
--- a/main/oovbaapi/ooo/vba/office/MsoSyncEventType.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoSyncEventType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoSyncStatusType.idl b/main/oovbaapi/ooo/vba/office/MsoSyncStatusType.idl
index 0f3bf48..de300a7 100644
--- a/main/oovbaapi/ooo/vba/office/MsoSyncStatusType.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoSyncStatusType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoSyncVersionType.idl b/main/oovbaapi/ooo/vba/office/MsoSyncVersionType.idl
index 036569e..f9cd9d0 100644
--- a/main/oovbaapi/ooo/vba/office/MsoSyncVersionType.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoSyncVersionType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoTargetBrowser.idl b/main/oovbaapi/ooo/vba/office/MsoTargetBrowser.idl
index bcd4f05..4c1c4c5 100644
--- a/main/oovbaapi/ooo/vba/office/MsoTargetBrowser.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoTargetBrowser.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoTextEffectAlignment.idl b/main/oovbaapi/ooo/vba/office/MsoTextEffectAlignment.idl
index 00b7c25..1607f97 100644
--- a/main/oovbaapi/ooo/vba/office/MsoTextEffectAlignment.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoTextEffectAlignment.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoTextOrientation.idl b/main/oovbaapi/ooo/vba/office/MsoTextOrientation.idl
index 189201f..447fad0 100644
--- a/main/oovbaapi/ooo/vba/office/MsoTextOrientation.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoTextOrientation.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoTextureType.idl b/main/oovbaapi/ooo/vba/office/MsoTextureType.idl
index 0dde1eb..38fb926 100644
--- a/main/oovbaapi/ooo/vba/office/MsoTextureType.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoTextureType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoTriState.idl b/main/oovbaapi/ooo/vba/office/MsoTriState.idl
index 5a4f672..e57263e 100644
--- a/main/oovbaapi/ooo/vba/office/MsoTriState.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoTriState.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoVerticalAnchor.idl b/main/oovbaapi/ooo/vba/office/MsoVerticalAnchor.idl
index ae441e9..6066a98 100644
--- a/main/oovbaapi/ooo/vba/office/MsoVerticalAnchor.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoVerticalAnchor.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoWizardActType.idl b/main/oovbaapi/ooo/vba/office/MsoWizardActType.idl
index 0a71623..452526a 100644
--- a/main/oovbaapi/ooo/vba/office/MsoWizardActType.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoWizardActType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoWizardMsgType.idl b/main/oovbaapi/ooo/vba/office/MsoWizardMsgType.idl
index f94351c..0c5adca 100644
--- a/main/oovbaapi/ooo/vba/office/MsoWizardMsgType.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoWizardMsgType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/office/MsoZOrderCmd.idl b/main/oovbaapi/ooo/vba/office/MsoZOrderCmd.idl
index 6d1ddaf..21945cc 100644
--- a/main/oovbaapi/ooo/vba/office/MsoZOrderCmd.idl
+++ b/main/oovbaapi/ooo/vba/office/MsoZOrderCmd.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/MsoAnimAccumulate.idl b/main/oovbaapi/ooo/vba/powerpoint/MsoAnimAccumulate.idl
index a385495..112f634 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/MsoAnimAccumulate.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/MsoAnimAccumulate.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/MsoAnimAdditive.idl b/main/oovbaapi/ooo/vba/powerpoint/MsoAnimAdditive.idl
index ad221c2..3754b48 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/MsoAnimAdditive.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/MsoAnimAdditive.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/MsoAnimAfterEffect.idl b/main/oovbaapi/ooo/vba/powerpoint/MsoAnimAfterEffect.idl
index 9ac5671..7b9cd4a 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/MsoAnimAfterEffect.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/MsoAnimAfterEffect.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/MsoAnimCommandType.idl b/main/oovbaapi/ooo/vba/powerpoint/MsoAnimCommandType.idl
index b5a97b4..5c1a264 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/MsoAnimCommandType.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/MsoAnimCommandType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/MsoAnimDirection.idl b/main/oovbaapi/ooo/vba/powerpoint/MsoAnimDirection.idl
index 5df7b85..56d1953 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/MsoAnimDirection.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/MsoAnimDirection.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/MsoAnimEffect.idl b/main/oovbaapi/ooo/vba/powerpoint/MsoAnimEffect.idl
index 17aac87..51e7e9d 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/MsoAnimEffect.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/MsoAnimEffect.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/MsoAnimEffectAfter.idl b/main/oovbaapi/ooo/vba/powerpoint/MsoAnimEffectAfter.idl
index 7d4ff42..048e00b 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/MsoAnimEffectAfter.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/MsoAnimEffectAfter.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/MsoAnimEffectRestart.idl b/main/oovbaapi/ooo/vba/powerpoint/MsoAnimEffectRestart.idl
index 71017b3..391fa44 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/MsoAnimEffectRestart.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/MsoAnimEffectRestart.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/MsoAnimFilterEffectSubtype.idl b/main/oovbaapi/ooo/vba/powerpoint/MsoAnimFilterEffectSubtype.idl
index 5311099..4afa84e 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/MsoAnimFilterEffectSubtype.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/MsoAnimFilterEffectSubtype.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/MsoAnimFilterEffectType.idl b/main/oovbaapi/ooo/vba/powerpoint/MsoAnimFilterEffectType.idl
index 21610b9..c7125ac 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/MsoAnimFilterEffectType.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/MsoAnimFilterEffectType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/MsoAnimProperty.idl b/main/oovbaapi/ooo/vba/powerpoint/MsoAnimProperty.idl
index caf237a..d8aa3fd 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/MsoAnimProperty.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/MsoAnimProperty.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/MsoAnimTextUnitEffect.idl b/main/oovbaapi/ooo/vba/powerpoint/MsoAnimTextUnitEffect.idl
index e10c1d1..0584d42 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/MsoAnimTextUnitEffect.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/MsoAnimTextUnitEffect.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/MsoAnimTriggerType.idl b/main/oovbaapi/ooo/vba/powerpoint/MsoAnimTriggerType.idl
index 8335a0c..305087f 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/MsoAnimTriggerType.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/MsoAnimTriggerType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/MsoAnimType.idl b/main/oovbaapi/ooo/vba/powerpoint/MsoAnimType.idl
index 5ed4105..f84b17e 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/MsoAnimType.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/MsoAnimType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/MsoAnimateByLevel.idl b/main/oovbaapi/ooo/vba/powerpoint/MsoAnimateByLevel.idl
index 05cf153..08111fb 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/MsoAnimateByLevel.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/MsoAnimateByLevel.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/PpActionType.idl b/main/oovbaapi/ooo/vba/powerpoint/PpActionType.idl
index 652a0d9..b0f917d 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/PpActionType.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/PpActionType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/PpAdvanceMode.idl b/main/oovbaapi/ooo/vba/powerpoint/PpAdvanceMode.idl
index add0e76..12f333a 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/PpAdvanceMode.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/PpAdvanceMode.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/PpAfterEffect.idl b/main/oovbaapi/ooo/vba/powerpoint/PpAfterEffect.idl
index a02f249..8e734dc 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/PpAfterEffect.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/PpAfterEffect.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/PpAlertLevel.idl b/main/oovbaapi/ooo/vba/powerpoint/PpAlertLevel.idl
index 2cb80ae..c987cd5 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/PpAlertLevel.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/PpAlertLevel.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/PpArrangeStyle.idl b/main/oovbaapi/ooo/vba/powerpoint/PpArrangeStyle.idl
index f66edd6..d77daf3 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/PpArrangeStyle.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/PpArrangeStyle.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/PpAutoSize.idl b/main/oovbaapi/ooo/vba/powerpoint/PpAutoSize.idl
index 1490b3d..37132c7 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/PpAutoSize.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/PpAutoSize.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/PpBaselineAlignment.idl b/main/oovbaapi/ooo/vba/powerpoint/PpBaselineAlignment.idl
index f7cbeca..a585514 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/PpBaselineAlignment.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/PpBaselineAlignment.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/PpBorderType.idl b/main/oovbaapi/ooo/vba/powerpoint/PpBorderType.idl
index 1932a0d..b3922df 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/PpBorderType.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/PpBorderType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/PpBulletType.idl b/main/oovbaapi/ooo/vba/powerpoint/PpBulletType.idl
index e1dabf2..4b47f1b 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/PpBulletType.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/PpBulletType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/PpChangeCase.idl b/main/oovbaapi/ooo/vba/powerpoint/PpChangeCase.idl
index d2579e9..aff4d30 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/PpChangeCase.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/PpChangeCase.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/PpChartUnitEffect.idl b/main/oovbaapi/ooo/vba/powerpoint/PpChartUnitEffect.idl
index 177c869..5111a1b 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/PpChartUnitEffect.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/PpChartUnitEffect.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/PpColorSchemeIndex.idl b/main/oovbaapi/ooo/vba/powerpoint/PpColorSchemeIndex.idl
index 95032fe..bfc52a3 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/PpColorSchemeIndex.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/PpColorSchemeIndex.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/PpDateTimeFormat.idl b/main/oovbaapi/ooo/vba/powerpoint/PpDateTimeFormat.idl
index 3511916..cf5b528 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/PpDateTimeFormat.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/PpDateTimeFormat.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/PpDirection.idl b/main/oovbaapi/ooo/vba/powerpoint/PpDirection.idl
index 4ac1afe..dacdd6f 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/PpDirection.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/PpDirection.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/PpEntryEffect.idl b/main/oovbaapi/ooo/vba/powerpoint/PpEntryEffect.idl
index 38dd68b..0836527 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/PpEntryEffect.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/PpEntryEffect.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/PpExportMode.idl b/main/oovbaapi/ooo/vba/powerpoint/PpExportMode.idl
index 92bd94d..9358960 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/PpExportMode.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/PpExportMode.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/PpFarEastLineBreakLevel.idl b/main/oovbaapi/ooo/vba/powerpoint/PpFarEastLineBreakLevel.idl
index 9404652..dbaad46 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/PpFarEastLineBreakLevel.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/PpFarEastLineBreakLevel.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/PpFileDialogType.idl b/main/oovbaapi/ooo/vba/powerpoint/PpFileDialogType.idl
index 18e24ad..f9e43ac 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/PpFileDialogType.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/PpFileDialogType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/PpFollowColors.idl b/main/oovbaapi/ooo/vba/powerpoint/PpFollowColors.idl
index 5def0fe..0919ea8 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/PpFollowColors.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/PpFollowColors.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/PpFrameColors.idl b/main/oovbaapi/ooo/vba/powerpoint/PpFrameColors.idl
index d24a78b..173d616 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/PpFrameColors.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/PpFrameColors.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/PpHTMLVersion.idl b/main/oovbaapi/ooo/vba/powerpoint/PpHTMLVersion.idl
index 17b67de..ff292f7 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/PpHTMLVersion.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/PpHTMLVersion.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/PpIndentControl.idl b/main/oovbaapi/ooo/vba/powerpoint/PpIndentControl.idl
index 3ba29c1..61dfcd2 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/PpIndentControl.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/PpIndentControl.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/PpMediaType.idl b/main/oovbaapi/ooo/vba/powerpoint/PpMediaType.idl
index 99e8f73..2f5d20c 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/PpMediaType.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/PpMediaType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/PpMouseActivation.idl b/main/oovbaapi/ooo/vba/powerpoint/PpMouseActivation.idl
index 5128a3a..73b0da6 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/PpMouseActivation.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/PpMouseActivation.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/PpNumberedBulletStyle.idl b/main/oovbaapi/ooo/vba/powerpoint/PpNumberedBulletStyle.idl
index af691fc..ba7bf8e 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/PpNumberedBulletStyle.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/PpNumberedBulletStyle.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/PpParagraphAlignment.idl b/main/oovbaapi/ooo/vba/powerpoint/PpParagraphAlignment.idl
index 341fc00..78cd005 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/PpParagraphAlignment.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/PpParagraphAlignment.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/PpPasteDataType.idl b/main/oovbaapi/ooo/vba/powerpoint/PpPasteDataType.idl
index 89fa9e1..88bbd75 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/PpPasteDataType.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/PpPasteDataType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/PpPlaceholderType.idl b/main/oovbaapi/ooo/vba/powerpoint/PpPlaceholderType.idl
index ec2e156..ca69c96 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/PpPlaceholderType.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/PpPlaceholderType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/PpPrintColorType.idl b/main/oovbaapi/ooo/vba/powerpoint/PpPrintColorType.idl
index 749ecc7..ac643b9 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/PpPrintColorType.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/PpPrintColorType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/PpPrintHandoutOrder.idl b/main/oovbaapi/ooo/vba/powerpoint/PpPrintHandoutOrder.idl
index 35fb8d4..62f74cb 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/PpPrintHandoutOrder.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/PpPrintHandoutOrder.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/PpPrintOutputType.idl b/main/oovbaapi/ooo/vba/powerpoint/PpPrintOutputType.idl
index d45906e..57fa922 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/PpPrintOutputType.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/PpPrintOutputType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/PpPrintRangeType.idl b/main/oovbaapi/ooo/vba/powerpoint/PpPrintRangeType.idl
index 75c73c3..1067211 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/PpPrintRangeType.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/PpPrintRangeType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/PpPublishSourceType.idl b/main/oovbaapi/ooo/vba/powerpoint/PpPublishSourceType.idl
index b9ef218..6a03934 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/PpPublishSourceType.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/PpPublishSourceType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/PpRevisionInfo.idl b/main/oovbaapi/ooo/vba/powerpoint/PpRevisionInfo.idl
index 75e199d..14a12ab 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/PpRevisionInfo.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/PpRevisionInfo.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/PpSaveAsFileType.idl b/main/oovbaapi/ooo/vba/powerpoint/PpSaveAsFileType.idl
index 00a47be..1039da3 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/PpSaveAsFileType.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/PpSaveAsFileType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/PpSelectionType.idl b/main/oovbaapi/ooo/vba/powerpoint/PpSelectionType.idl
index 229adfb..cff0d8a 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/PpSelectionType.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/PpSelectionType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/PpShapeFormat.idl b/main/oovbaapi/ooo/vba/powerpoint/PpShapeFormat.idl
index 6c2e170..c9426a0 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/PpShapeFormat.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/PpShapeFormat.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/PpSlideLayout.idl b/main/oovbaapi/ooo/vba/powerpoint/PpSlideLayout.idl
index 7b6fbf1..5253166 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/PpSlideLayout.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/PpSlideLayout.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/PpSlideShowAdvanceMode.idl b/main/oovbaapi/ooo/vba/powerpoint/PpSlideShowAdvanceMode.idl
index 6de533a..d796e41 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/PpSlideShowAdvanceMode.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/PpSlideShowAdvanceMode.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/PpSlideShowPointerType.idl b/main/oovbaapi/ooo/vba/powerpoint/PpSlideShowPointerType.idl
index b77378c..66f2145 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/PpSlideShowPointerType.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/PpSlideShowPointerType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/PpSlideShowRangeType.idl b/main/oovbaapi/ooo/vba/powerpoint/PpSlideShowRangeType.idl
index 4ab193e..6081d7b 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/PpSlideShowRangeType.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/PpSlideShowRangeType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/PpSlideShowState.idl b/main/oovbaapi/ooo/vba/powerpoint/PpSlideShowState.idl
index 1c53ec9..c82ba63 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/PpSlideShowState.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/PpSlideShowState.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/PpSlideShowType.idl b/main/oovbaapi/ooo/vba/powerpoint/PpSlideShowType.idl
index 9117c57..ef32511 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/PpSlideShowType.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/PpSlideShowType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/PpSlideSizeType.idl b/main/oovbaapi/ooo/vba/powerpoint/PpSlideSizeType.idl
index 7cd1c8c..4b16887 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/PpSlideSizeType.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/PpSlideSizeType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/PpSoundEffectType.idl b/main/oovbaapi/ooo/vba/powerpoint/PpSoundEffectType.idl
index 0d1790e..4359873 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/PpSoundEffectType.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/PpSoundEffectType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/PpSoundFormatType.idl b/main/oovbaapi/ooo/vba/powerpoint/PpSoundFormatType.idl
index 00788fb..7dcebc5 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/PpSoundFormatType.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/PpSoundFormatType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/PpTabStopType.idl b/main/oovbaapi/ooo/vba/powerpoint/PpTabStopType.idl
index aaaf5f6..28be78f 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/PpTabStopType.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/PpTabStopType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/PpTextLevelEffect.idl b/main/oovbaapi/ooo/vba/powerpoint/PpTextLevelEffect.idl
index 964171c..60f35f2 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/PpTextLevelEffect.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/PpTextLevelEffect.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/PpTextStyleType.idl b/main/oovbaapi/ooo/vba/powerpoint/PpTextStyleType.idl
index bb1fa4d..38d4517 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/PpTextStyleType.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/PpTextStyleType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/PpTextUnitEffect.idl b/main/oovbaapi/ooo/vba/powerpoint/PpTextUnitEffect.idl
index 3d58849..772130b 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/PpTextUnitEffect.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/PpTextUnitEffect.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/PpTransitionSpeed.idl b/main/oovbaapi/ooo/vba/powerpoint/PpTransitionSpeed.idl
index 6845580..f9a4ce2 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/PpTransitionSpeed.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/PpTransitionSpeed.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/PpUpdateOption.idl b/main/oovbaapi/ooo/vba/powerpoint/PpUpdateOption.idl
index c4c4c1b..0778eb9 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/PpUpdateOption.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/PpUpdateOption.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/PpViewType.idl b/main/oovbaapi/ooo/vba/powerpoint/PpViewType.idl
index 40c1752..1fcc39e 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/PpViewType.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/PpViewType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/powerpoint/PpWindowState.idl b/main/oovbaapi/ooo/vba/powerpoint/PpWindowState.idl
index 27d4e2b..fd7904e 100644
--- a/main/oovbaapi/ooo/vba/powerpoint/PpWindowState.idl
+++ b/main/oovbaapi/ooo/vba/powerpoint/PpWindowState.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/stdole/LoadPictureConstants.idl b/main/oovbaapi/ooo/vba/stdole/LoadPictureConstants.idl
index 8c8d0d5..66b09c7 100644
--- a/main/oovbaapi/ooo/vba/stdole/LoadPictureConstants.idl
+++ b/main/oovbaapi/ooo/vba/stdole/LoadPictureConstants.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/stdole/OLE_TRISTATE.idl b/main/oovbaapi/ooo/vba/stdole/OLE_TRISTATE.idl
index c06a198..61d3350 100644
--- a/main/oovbaapi/ooo/vba/stdole/OLE_TRISTATE.idl
+++ b/main/oovbaapi/ooo/vba/stdole/OLE_TRISTATE.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/word/WdAlertLevel.idl b/main/oovbaapi/ooo/vba/word/WdAlertLevel.idl
index 59de4b3..9c106f3 100644
--- a/main/oovbaapi/ooo/vba/word/WdAlertLevel.idl
+++ b/main/oovbaapi/ooo/vba/word/WdAlertLevel.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdAnimation.idl b/main/oovbaapi/ooo/vba/word/WdAnimation.idl
index 151a6c0..a99459e 100644
--- a/main/oovbaapi/ooo/vba/word/WdAnimation.idl
+++ b/main/oovbaapi/ooo/vba/word/WdAnimation.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdAraSpeller.idl b/main/oovbaapi/ooo/vba/word/WdAraSpeller.idl
index b081f20..ceb01ef 100644
--- a/main/oovbaapi/ooo/vba/word/WdAraSpeller.idl
+++ b/main/oovbaapi/ooo/vba/word/WdAraSpeller.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdArabicNumeral.idl b/main/oovbaapi/ooo/vba/word/WdArabicNumeral.idl
index 454962e..921efd3 100644
--- a/main/oovbaapi/ooo/vba/word/WdArabicNumeral.idl
+++ b/main/oovbaapi/ooo/vba/word/WdArabicNumeral.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdArrangeStyle.idl b/main/oovbaapi/ooo/vba/word/WdArrangeStyle.idl
index 6c23888..64558d4 100644
--- a/main/oovbaapi/ooo/vba/word/WdArrangeStyle.idl
+++ b/main/oovbaapi/ooo/vba/word/WdArrangeStyle.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdAutoFitBehavior.idl b/main/oovbaapi/ooo/vba/word/WdAutoFitBehavior.idl
index b28aa62..07f0964 100644
--- a/main/oovbaapi/ooo/vba/word/WdAutoFitBehavior.idl
+++ b/main/oovbaapi/ooo/vba/word/WdAutoFitBehavior.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdAutoMacros.idl b/main/oovbaapi/ooo/vba/word/WdAutoMacros.idl
index 844afca..8d21c14 100644
--- a/main/oovbaapi/ooo/vba/word/WdAutoMacros.idl
+++ b/main/oovbaapi/ooo/vba/word/WdAutoMacros.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdAutoVersions.idl b/main/oovbaapi/ooo/vba/word/WdAutoVersions.idl
index 7da7b13..8784246 100644
--- a/main/oovbaapi/ooo/vba/word/WdAutoVersions.idl
+++ b/main/oovbaapi/ooo/vba/word/WdAutoVersions.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdBaselineAlignment.idl b/main/oovbaapi/ooo/vba/word/WdBaselineAlignment.idl
index 74397b8..ae38a03 100644
--- a/main/oovbaapi/ooo/vba/word/WdBaselineAlignment.idl
+++ b/main/oovbaapi/ooo/vba/word/WdBaselineAlignment.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdBookmarkSortBy.idl b/main/oovbaapi/ooo/vba/word/WdBookmarkSortBy.idl
index 1cbb747..cfd4402 100644
--- a/main/oovbaapi/ooo/vba/word/WdBookmarkSortBy.idl
+++ b/main/oovbaapi/ooo/vba/word/WdBookmarkSortBy.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdBorderDistanceFrom.idl b/main/oovbaapi/ooo/vba/word/WdBorderDistanceFrom.idl
index 22635a4..ee7de33 100644
--- a/main/oovbaapi/ooo/vba/word/WdBorderDistanceFrom.idl
+++ b/main/oovbaapi/ooo/vba/word/WdBorderDistanceFrom.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdBorderType.idl b/main/oovbaapi/ooo/vba/word/WdBorderType.idl
index 4657857..f9cc5a0 100644
--- a/main/oovbaapi/ooo/vba/word/WdBorderType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdBorderType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdBorderTypeHID.idl b/main/oovbaapi/ooo/vba/word/WdBorderTypeHID.idl
index 6d7bd02..6f8249e 100644
--- a/main/oovbaapi/ooo/vba/word/WdBorderTypeHID.idl
+++ b/main/oovbaapi/ooo/vba/word/WdBorderTypeHID.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdBreakType.idl b/main/oovbaapi/ooo/vba/word/WdBreakType.idl
index 6c553d9..cb0b3f4 100644
--- a/main/oovbaapi/ooo/vba/word/WdBreakType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdBreakType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdBrowseTarget.idl b/main/oovbaapi/ooo/vba/word/WdBrowseTarget.idl
index 3a212af..1857990 100644
--- a/main/oovbaapi/ooo/vba/word/WdBrowseTarget.idl
+++ b/main/oovbaapi/ooo/vba/word/WdBrowseTarget.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdBrowserLevel.idl b/main/oovbaapi/ooo/vba/word/WdBrowserLevel.idl
index 88b5ab8..8c1b03b 100644
--- a/main/oovbaapi/ooo/vba/word/WdBrowserLevel.idl
+++ b/main/oovbaapi/ooo/vba/word/WdBrowserLevel.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdBuiltInProperty.idl b/main/oovbaapi/ooo/vba/word/WdBuiltInProperty.idl
index 110449f..9e3db88 100644
--- a/main/oovbaapi/ooo/vba/word/WdBuiltInProperty.idl
+++ b/main/oovbaapi/ooo/vba/word/WdBuiltInProperty.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdBuiltinStyle.idl b/main/oovbaapi/ooo/vba/word/WdBuiltinStyle.idl
index 2205d21..2029b17 100644
--- a/main/oovbaapi/ooo/vba/word/WdBuiltinStyle.idl
+++ b/main/oovbaapi/ooo/vba/word/WdBuiltinStyle.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdCalendarType.idl b/main/oovbaapi/ooo/vba/word/WdCalendarType.idl
index 62e8cc0..25043d0 100644
--- a/main/oovbaapi/ooo/vba/word/WdCalendarType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdCalendarType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdCalendarTypeBi.idl b/main/oovbaapi/ooo/vba/word/WdCalendarTypeBi.idl
index 8d51336..0739b4e 100644
--- a/main/oovbaapi/ooo/vba/word/WdCalendarTypeBi.idl
+++ b/main/oovbaapi/ooo/vba/word/WdCalendarTypeBi.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdCaptionLabelID.idl b/main/oovbaapi/ooo/vba/word/WdCaptionLabelID.idl
index d5bda18..9729067 100644
--- a/main/oovbaapi/ooo/vba/word/WdCaptionLabelID.idl
+++ b/main/oovbaapi/ooo/vba/word/WdCaptionLabelID.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdCaptionNumberStyle.idl b/main/oovbaapi/ooo/vba/word/WdCaptionNumberStyle.idl
index 08bf0e2..6245d5f 100644
--- a/main/oovbaapi/ooo/vba/word/WdCaptionNumberStyle.idl
+++ b/main/oovbaapi/ooo/vba/word/WdCaptionNumberStyle.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdCaptionNumberStyleHID.idl b/main/oovbaapi/ooo/vba/word/WdCaptionNumberStyleHID.idl
index 6ced6d2..c6aa386 100644
--- a/main/oovbaapi/ooo/vba/word/WdCaptionNumberStyleHID.idl
+++ b/main/oovbaapi/ooo/vba/word/WdCaptionNumberStyleHID.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdCaptionPosition.idl b/main/oovbaapi/ooo/vba/word/WdCaptionPosition.idl
index a1d7200..abc1fd9 100644
--- a/main/oovbaapi/ooo/vba/word/WdCaptionPosition.idl
+++ b/main/oovbaapi/ooo/vba/word/WdCaptionPosition.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdCellVerticalAlignment.idl b/main/oovbaapi/ooo/vba/word/WdCellVerticalAlignment.idl
index c04f5dc..99cebc5 100644
--- a/main/oovbaapi/ooo/vba/word/WdCellVerticalAlignment.idl
+++ b/main/oovbaapi/ooo/vba/word/WdCellVerticalAlignment.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdCharacterCase.idl b/main/oovbaapi/ooo/vba/word/WdCharacterCase.idl
index 3a0b23e..6aa45b0 100644
--- a/main/oovbaapi/ooo/vba/word/WdCharacterCase.idl
+++ b/main/oovbaapi/ooo/vba/word/WdCharacterCase.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdCharacterCaseHID.idl b/main/oovbaapi/ooo/vba/word/WdCharacterCaseHID.idl
index 6e48ddf..1fed749 100644
--- a/main/oovbaapi/ooo/vba/word/WdCharacterCaseHID.idl
+++ b/main/oovbaapi/ooo/vba/word/WdCharacterCaseHID.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdCharacterWidth.idl b/main/oovbaapi/ooo/vba/word/WdCharacterWidth.idl
index 8e833fb..a1a73a4 100644
--- a/main/oovbaapi/ooo/vba/word/WdCharacterWidth.idl
+++ b/main/oovbaapi/ooo/vba/word/WdCharacterWidth.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdChevronConvertRule.idl b/main/oovbaapi/ooo/vba/word/WdChevronConvertRule.idl
index bcb683e..74cd793 100644
--- a/main/oovbaapi/ooo/vba/word/WdChevronConvertRule.idl
+++ b/main/oovbaapi/ooo/vba/word/WdChevronConvertRule.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdCollapseDirection.idl b/main/oovbaapi/ooo/vba/word/WdCollapseDirection.idl
index afa7a7a..9533aeb 100644
--- a/main/oovbaapi/ooo/vba/word/WdCollapseDirection.idl
+++ b/main/oovbaapi/ooo/vba/word/WdCollapseDirection.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdColor.idl b/main/oovbaapi/ooo/vba/word/WdColor.idl
index fa83843..e29e056 100644
--- a/main/oovbaapi/ooo/vba/word/WdColor.idl
+++ b/main/oovbaapi/ooo/vba/word/WdColor.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdColorIndex.idl b/main/oovbaapi/ooo/vba/word/WdColorIndex.idl
index 85f7ee3..5cbf38c 100644
--- a/main/oovbaapi/ooo/vba/word/WdColorIndex.idl
+++ b/main/oovbaapi/ooo/vba/word/WdColorIndex.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdCompareTarget.idl b/main/oovbaapi/ooo/vba/word/WdCompareTarget.idl
index b7e89d1..e3f8627 100644
--- a/main/oovbaapi/ooo/vba/word/WdCompareTarget.idl
+++ b/main/oovbaapi/ooo/vba/word/WdCompareTarget.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdCompatibility.idl b/main/oovbaapi/ooo/vba/word/WdCompatibility.idl
index 182dc36..6072ec5 100644
--- a/main/oovbaapi/ooo/vba/word/WdCompatibility.idl
+++ b/main/oovbaapi/ooo/vba/word/WdCompatibility.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdConditionCode.idl b/main/oovbaapi/ooo/vba/word/WdConditionCode.idl
index c4fa5b9..c650f29 100644
--- a/main/oovbaapi/ooo/vba/word/WdConditionCode.idl
+++ b/main/oovbaapi/ooo/vba/word/WdConditionCode.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdConstants.idl b/main/oovbaapi/ooo/vba/word/WdConstants.idl
index 8f352c5..611ff5b8 100644
--- a/main/oovbaapi/ooo/vba/word/WdConstants.idl
+++ b/main/oovbaapi/ooo/vba/word/WdConstants.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdContinue.idl b/main/oovbaapi/ooo/vba/word/WdContinue.idl
index d06e0df..d1a329e 100644
--- a/main/oovbaapi/ooo/vba/word/WdContinue.idl
+++ b/main/oovbaapi/ooo/vba/word/WdContinue.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdCountry.idl b/main/oovbaapi/ooo/vba/word/WdCountry.idl
index caa4c78..a6fb0b0 100644
--- a/main/oovbaapi/ooo/vba/word/WdCountry.idl
+++ b/main/oovbaapi/ooo/vba/word/WdCountry.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdCursorMovement.idl b/main/oovbaapi/ooo/vba/word/WdCursorMovement.idl
index 672d3ee..c72904f 100644
--- a/main/oovbaapi/ooo/vba/word/WdCursorMovement.idl
+++ b/main/oovbaapi/ooo/vba/word/WdCursorMovement.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdCursorType.idl b/main/oovbaapi/ooo/vba/word/WdCursorType.idl
index b542bc8..f0bb071 100644
--- a/main/oovbaapi/ooo/vba/word/WdCursorType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdCursorType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdCustomLabelPageSize.idl b/main/oovbaapi/ooo/vba/word/WdCustomLabelPageSize.idl
index 99a945c..34310df 100644
--- a/main/oovbaapi/ooo/vba/word/WdCustomLabelPageSize.idl
+++ b/main/oovbaapi/ooo/vba/word/WdCustomLabelPageSize.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdDateLanguage.idl b/main/oovbaapi/ooo/vba/word/WdDateLanguage.idl
index fa837b7..59f5e06 100644
--- a/main/oovbaapi/ooo/vba/word/WdDateLanguage.idl
+++ b/main/oovbaapi/ooo/vba/word/WdDateLanguage.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdDefaultFilePath.idl b/main/oovbaapi/ooo/vba/word/WdDefaultFilePath.idl
index 514a993..1907a0d 100644
--- a/main/oovbaapi/ooo/vba/word/WdDefaultFilePath.idl
+++ b/main/oovbaapi/ooo/vba/word/WdDefaultFilePath.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdDefaultListBehavior.idl b/main/oovbaapi/ooo/vba/word/WdDefaultListBehavior.idl
index 414025d..f8a1992 100644
--- a/main/oovbaapi/ooo/vba/word/WdDefaultListBehavior.idl
+++ b/main/oovbaapi/ooo/vba/word/WdDefaultListBehavior.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdDefaultTableBehavior.idl b/main/oovbaapi/ooo/vba/word/WdDefaultTableBehavior.idl
index 9e341ea..4a51f61 100644
--- a/main/oovbaapi/ooo/vba/word/WdDefaultTableBehavior.idl
+++ b/main/oovbaapi/ooo/vba/word/WdDefaultTableBehavior.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdDeleteCells.idl b/main/oovbaapi/ooo/vba/word/WdDeleteCells.idl
index eaf3786..96c7b4d 100644
--- a/main/oovbaapi/ooo/vba/word/WdDeleteCells.idl
+++ b/main/oovbaapi/ooo/vba/word/WdDeleteCells.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdDeletedTextMark.idl b/main/oovbaapi/ooo/vba/word/WdDeletedTextMark.idl
index 1f22456..90b8b7e 100644
--- a/main/oovbaapi/ooo/vba/word/WdDeletedTextMark.idl
+++ b/main/oovbaapi/ooo/vba/word/WdDeletedTextMark.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdDiacriticColor.idl b/main/oovbaapi/ooo/vba/word/WdDiacriticColor.idl
index 66801fd..254eb9b 100644
--- a/main/oovbaapi/ooo/vba/word/WdDiacriticColor.idl
+++ b/main/oovbaapi/ooo/vba/word/WdDiacriticColor.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdDictionaryType.idl b/main/oovbaapi/ooo/vba/word/WdDictionaryType.idl
index c80ee5d..b917969 100644
--- a/main/oovbaapi/ooo/vba/word/WdDictionaryType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdDictionaryType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdDictionaryTypeHID.idl b/main/oovbaapi/ooo/vba/word/WdDictionaryTypeHID.idl
index e2b23b4..f170cda 100644
--- a/main/oovbaapi/ooo/vba/word/WdDictionaryTypeHID.idl
+++ b/main/oovbaapi/ooo/vba/word/WdDictionaryTypeHID.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdDisableFeaturesIntroducedAfter.idl b/main/oovbaapi/ooo/vba/word/WdDisableFeaturesIntroducedAfter.idl
index 4845679..cbf2104 100644
--- a/main/oovbaapi/ooo/vba/word/WdDisableFeaturesIntroducedAfter.idl
+++ b/main/oovbaapi/ooo/vba/word/WdDisableFeaturesIntroducedAfter.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdDocumentDirection.idl b/main/oovbaapi/ooo/vba/word/WdDocumentDirection.idl
index 4d9440d..68944c6 100644
--- a/main/oovbaapi/ooo/vba/word/WdDocumentDirection.idl
+++ b/main/oovbaapi/ooo/vba/word/WdDocumentDirection.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdDocumentKind.idl b/main/oovbaapi/ooo/vba/word/WdDocumentKind.idl
index 61bf4b4..4ef56a5 100644
--- a/main/oovbaapi/ooo/vba/word/WdDocumentKind.idl
+++ b/main/oovbaapi/ooo/vba/word/WdDocumentKind.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdDocumentMedium.idl b/main/oovbaapi/ooo/vba/word/WdDocumentMedium.idl
index 9f9214d..7b8b488 100644
--- a/main/oovbaapi/ooo/vba/word/WdDocumentMedium.idl
+++ b/main/oovbaapi/ooo/vba/word/WdDocumentMedium.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdDocumentType.idl b/main/oovbaapi/ooo/vba/word/WdDocumentType.idl
index aaf8f36..5a3c160 100644
--- a/main/oovbaapi/ooo/vba/word/WdDocumentType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdDocumentType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdDocumentViewDirection.idl b/main/oovbaapi/ooo/vba/word/WdDocumentViewDirection.idl
index d5722c2..834551e 100644
--- a/main/oovbaapi/ooo/vba/word/WdDocumentViewDirection.idl
+++ b/main/oovbaapi/ooo/vba/word/WdDocumentViewDirection.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdDropPosition.idl b/main/oovbaapi/ooo/vba/word/WdDropPosition.idl
index 872f4a3..f1c8d9b 100644
--- a/main/oovbaapi/ooo/vba/word/WdDropPosition.idl
+++ b/main/oovbaapi/ooo/vba/word/WdDropPosition.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdEditionOption.idl b/main/oovbaapi/ooo/vba/word/WdEditionOption.idl
index 03b48b9..95e2bc1 100644
--- a/main/oovbaapi/ooo/vba/word/WdEditionOption.idl
+++ b/main/oovbaapi/ooo/vba/word/WdEditionOption.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdEditionType.idl b/main/oovbaapi/ooo/vba/word/WdEditionType.idl
index b7b87ec..22046da 100644
--- a/main/oovbaapi/ooo/vba/word/WdEditionType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdEditionType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdEditorType.idl b/main/oovbaapi/ooo/vba/word/WdEditorType.idl
index 58189b7..5cbb0d4 100644
--- a/main/oovbaapi/ooo/vba/word/WdEditorType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdEditorType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdEmailHTMLFidelity.idl b/main/oovbaapi/ooo/vba/word/WdEmailHTMLFidelity.idl
index cfc6f47..70b1b5f 100644
--- a/main/oovbaapi/ooo/vba/word/WdEmailHTMLFidelity.idl
+++ b/main/oovbaapi/ooo/vba/word/WdEmailHTMLFidelity.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdEmphasisMark.idl b/main/oovbaapi/ooo/vba/word/WdEmphasisMark.idl
index d4e03d8..0bec772 100644
--- a/main/oovbaapi/ooo/vba/word/WdEmphasisMark.idl
+++ b/main/oovbaapi/ooo/vba/word/WdEmphasisMark.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdEnableCancelKey.idl b/main/oovbaapi/ooo/vba/word/WdEnableCancelKey.idl
index a37956f..c0edb4f 100644
--- a/main/oovbaapi/ooo/vba/word/WdEnableCancelKey.idl
+++ b/main/oovbaapi/ooo/vba/word/WdEnableCancelKey.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdEncloseStyle.idl b/main/oovbaapi/ooo/vba/word/WdEncloseStyle.idl
index d7784e2..47e928b 100644
--- a/main/oovbaapi/ooo/vba/word/WdEncloseStyle.idl
+++ b/main/oovbaapi/ooo/vba/word/WdEncloseStyle.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdEnclosureType.idl b/main/oovbaapi/ooo/vba/word/WdEnclosureType.idl
index 8c98a77..bce5479 100644
--- a/main/oovbaapi/ooo/vba/word/WdEnclosureType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdEnclosureType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdEndnoteLocation.idl b/main/oovbaapi/ooo/vba/word/WdEndnoteLocation.idl
index fe9218c..e0d5095 100644
--- a/main/oovbaapi/ooo/vba/word/WdEndnoteLocation.idl
+++ b/main/oovbaapi/ooo/vba/word/WdEndnoteLocation.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdEnvelopeOrientation.idl b/main/oovbaapi/ooo/vba/word/WdEnvelopeOrientation.idl
index f0d36a9..25f7f23 100644
--- a/main/oovbaapi/ooo/vba/word/WdEnvelopeOrientation.idl
+++ b/main/oovbaapi/ooo/vba/word/WdEnvelopeOrientation.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdFarEastLineBreakLanguageID.idl b/main/oovbaapi/ooo/vba/word/WdFarEastLineBreakLanguageID.idl
index aeff5fa..dea1853 100644
--- a/main/oovbaapi/ooo/vba/word/WdFarEastLineBreakLanguageID.idl
+++ b/main/oovbaapi/ooo/vba/word/WdFarEastLineBreakLanguageID.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdFarEastLineBreakLevel.idl b/main/oovbaapi/ooo/vba/word/WdFarEastLineBreakLevel.idl
index 612b37c..9254b7d 100644
--- a/main/oovbaapi/ooo/vba/word/WdFarEastLineBreakLevel.idl
+++ b/main/oovbaapi/ooo/vba/word/WdFarEastLineBreakLevel.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdFieldKind.idl b/main/oovbaapi/ooo/vba/word/WdFieldKind.idl
index 956e450..94bf40e 100644
--- a/main/oovbaapi/ooo/vba/word/WdFieldKind.idl
+++ b/main/oovbaapi/ooo/vba/word/WdFieldKind.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdFieldShading.idl b/main/oovbaapi/ooo/vba/word/WdFieldShading.idl
index 3efda87..f653a29 100644
--- a/main/oovbaapi/ooo/vba/word/WdFieldShading.idl
+++ b/main/oovbaapi/ooo/vba/word/WdFieldShading.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdFieldType.idl b/main/oovbaapi/ooo/vba/word/WdFieldType.idl
index 2ae9d65..32991e5 100644
--- a/main/oovbaapi/ooo/vba/word/WdFieldType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdFieldType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdFindMatch.idl b/main/oovbaapi/ooo/vba/word/WdFindMatch.idl
index 582a876..0e9fe7b 100644
--- a/main/oovbaapi/ooo/vba/word/WdFindMatch.idl
+++ b/main/oovbaapi/ooo/vba/word/WdFindMatch.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdFindWrap.idl b/main/oovbaapi/ooo/vba/word/WdFindWrap.idl
index 0138f44..4dd6e75 100644
--- a/main/oovbaapi/ooo/vba/word/WdFindWrap.idl
+++ b/main/oovbaapi/ooo/vba/word/WdFindWrap.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdFlowDirection.idl b/main/oovbaapi/ooo/vba/word/WdFlowDirection.idl
index e50838b..4cc2b13 100644
--- a/main/oovbaapi/ooo/vba/word/WdFlowDirection.idl
+++ b/main/oovbaapi/ooo/vba/word/WdFlowDirection.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdFontBias.idl b/main/oovbaapi/ooo/vba/word/WdFontBias.idl
index 10d75ac..c14fb38 100644
--- a/main/oovbaapi/ooo/vba/word/WdFontBias.idl
+++ b/main/oovbaapi/ooo/vba/word/WdFontBias.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdFootnoteLocation.idl b/main/oovbaapi/ooo/vba/word/WdFootnoteLocation.idl
index 103e2fe..d25695a 100644
--- a/main/oovbaapi/ooo/vba/word/WdFootnoteLocation.idl
+++ b/main/oovbaapi/ooo/vba/word/WdFootnoteLocation.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdFramePosition.idl b/main/oovbaapi/ooo/vba/word/WdFramePosition.idl
index 0ac4e31..d96e891 100644
--- a/main/oovbaapi/ooo/vba/word/WdFramePosition.idl
+++ b/main/oovbaapi/ooo/vba/word/WdFramePosition.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdFrameSizeRule.idl b/main/oovbaapi/ooo/vba/word/WdFrameSizeRule.idl
index 4a855de..c19900f 100644
--- a/main/oovbaapi/ooo/vba/word/WdFrameSizeRule.idl
+++ b/main/oovbaapi/ooo/vba/word/WdFrameSizeRule.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdFramesetNewFrameLocation.idl b/main/oovbaapi/ooo/vba/word/WdFramesetNewFrameLocation.idl
index 630bda9..8153c1d 100644
--- a/main/oovbaapi/ooo/vba/word/WdFramesetNewFrameLocation.idl
+++ b/main/oovbaapi/ooo/vba/word/WdFramesetNewFrameLocation.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdFramesetSizeType.idl b/main/oovbaapi/ooo/vba/word/WdFramesetSizeType.idl
index 3a0562c..b6ee212 100644
--- a/main/oovbaapi/ooo/vba/word/WdFramesetSizeType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdFramesetSizeType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdFramesetType.idl b/main/oovbaapi/ooo/vba/word/WdFramesetType.idl
index 06e9127..d10c414 100644
--- a/main/oovbaapi/ooo/vba/word/WdFramesetType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdFramesetType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdGoToDirection.idl b/main/oovbaapi/ooo/vba/word/WdGoToDirection.idl
index 9166590..1ec94c9 100644
--- a/main/oovbaapi/ooo/vba/word/WdGoToDirection.idl
+++ b/main/oovbaapi/ooo/vba/word/WdGoToDirection.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdGoToItem.idl b/main/oovbaapi/ooo/vba/word/WdGoToItem.idl
index a2c50ae..4b9fe20 100644
--- a/main/oovbaapi/ooo/vba/word/WdGoToItem.idl
+++ b/main/oovbaapi/ooo/vba/word/WdGoToItem.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdGutterStyle.idl b/main/oovbaapi/ooo/vba/word/WdGutterStyle.idl
index 49ec2c2..cbb4929 100644
--- a/main/oovbaapi/ooo/vba/word/WdGutterStyle.idl
+++ b/main/oovbaapi/ooo/vba/word/WdGutterStyle.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdGutterStyleOld.idl b/main/oovbaapi/ooo/vba/word/WdGutterStyleOld.idl
index 9f118e8..e02c9b7 100644
--- a/main/oovbaapi/ooo/vba/word/WdGutterStyleOld.idl
+++ b/main/oovbaapi/ooo/vba/word/WdGutterStyleOld.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdHeaderFooterIndex.idl b/main/oovbaapi/ooo/vba/word/WdHeaderFooterIndex.idl
index b1e721c..8372076 100644
--- a/main/oovbaapi/ooo/vba/word/WdHeaderFooterIndex.idl
+++ b/main/oovbaapi/ooo/vba/word/WdHeaderFooterIndex.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdHeadingSeparator.idl b/main/oovbaapi/ooo/vba/word/WdHeadingSeparator.idl
index a47fb5d..ef29ce4 100644
--- a/main/oovbaapi/ooo/vba/word/WdHeadingSeparator.idl
+++ b/main/oovbaapi/ooo/vba/word/WdHeadingSeparator.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdHebSpellStart.idl b/main/oovbaapi/ooo/vba/word/WdHebSpellStart.idl
index 0d09bb6..c2f11f9 100644
--- a/main/oovbaapi/ooo/vba/word/WdHebSpellStart.idl
+++ b/main/oovbaapi/ooo/vba/word/WdHebSpellStart.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdHelpType.idl b/main/oovbaapi/ooo/vba/word/WdHelpType.idl
index c5d7004..c630dd5 100644
--- a/main/oovbaapi/ooo/vba/word/WdHelpType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdHelpType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdHelpTypeHID.idl b/main/oovbaapi/ooo/vba/word/WdHelpTypeHID.idl
index f2eb0bd..9d2399b 100644
--- a/main/oovbaapi/ooo/vba/word/WdHelpTypeHID.idl
+++ b/main/oovbaapi/ooo/vba/word/WdHelpTypeHID.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdHighAnsiText.idl b/main/oovbaapi/ooo/vba/word/WdHighAnsiText.idl
index 02be0cd..ae2f74d 100644
--- a/main/oovbaapi/ooo/vba/word/WdHighAnsiText.idl
+++ b/main/oovbaapi/ooo/vba/word/WdHighAnsiText.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdHorizontalInVerticalType.idl b/main/oovbaapi/ooo/vba/word/WdHorizontalInVerticalType.idl
index 52ea8a2..322e2d5 100644
--- a/main/oovbaapi/ooo/vba/word/WdHorizontalInVerticalType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdHorizontalInVerticalType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdHorizontalLineAlignment.idl b/main/oovbaapi/ooo/vba/word/WdHorizontalLineAlignment.idl
index d7e71cd..84b1b19 100644
--- a/main/oovbaapi/ooo/vba/word/WdHorizontalLineAlignment.idl
+++ b/main/oovbaapi/ooo/vba/word/WdHorizontalLineAlignment.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdHorizontalLineWidthType.idl b/main/oovbaapi/ooo/vba/word/WdHorizontalLineWidthType.idl
index 01fd184..ede5e33 100644
--- a/main/oovbaapi/ooo/vba/word/WdHorizontalLineWidthType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdHorizontalLineWidthType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdIMEMode.idl b/main/oovbaapi/ooo/vba/word/WdIMEMode.idl
index ce76eb2..e3893e8 100644
--- a/main/oovbaapi/ooo/vba/word/WdIMEMode.idl
+++ b/main/oovbaapi/ooo/vba/word/WdIMEMode.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdIndexFilter.idl b/main/oovbaapi/ooo/vba/word/WdIndexFilter.idl
index b85e451..86f6938 100644
--- a/main/oovbaapi/ooo/vba/word/WdIndexFilter.idl
+++ b/main/oovbaapi/ooo/vba/word/WdIndexFilter.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdIndexFormat.idl b/main/oovbaapi/ooo/vba/word/WdIndexFormat.idl
index 9ed4f0c..657c1b2 100644
--- a/main/oovbaapi/ooo/vba/word/WdIndexFormat.idl
+++ b/main/oovbaapi/ooo/vba/word/WdIndexFormat.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdIndexSortBy.idl b/main/oovbaapi/ooo/vba/word/WdIndexSortBy.idl
index b4897db..da99121 100644
--- a/main/oovbaapi/ooo/vba/word/WdIndexSortBy.idl
+++ b/main/oovbaapi/ooo/vba/word/WdIndexSortBy.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdIndexType.idl b/main/oovbaapi/ooo/vba/word/WdIndexType.idl
index 50dc346..cba34b6 100644
--- a/main/oovbaapi/ooo/vba/word/WdIndexType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdIndexType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdInformation.idl b/main/oovbaapi/ooo/vba/word/WdInformation.idl
index b571cf9..bc61e9f 100644
--- a/main/oovbaapi/ooo/vba/word/WdInformation.idl
+++ b/main/oovbaapi/ooo/vba/word/WdInformation.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdInlineShapeType.idl b/main/oovbaapi/ooo/vba/word/WdInlineShapeType.idl
index 490edab..2ebb065 100644
--- a/main/oovbaapi/ooo/vba/word/WdInlineShapeType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdInlineShapeType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdInsertCells.idl b/main/oovbaapi/ooo/vba/word/WdInsertCells.idl
index 2afe6d1..31a4bbb 100644
--- a/main/oovbaapi/ooo/vba/word/WdInsertCells.idl
+++ b/main/oovbaapi/ooo/vba/word/WdInsertCells.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdInsertedTextMark.idl b/main/oovbaapi/ooo/vba/word/WdInsertedTextMark.idl
index d677079..b9f80d0 100644
--- a/main/oovbaapi/ooo/vba/word/WdInsertedTextMark.idl
+++ b/main/oovbaapi/ooo/vba/word/WdInsertedTextMark.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdInternationalIndex.idl b/main/oovbaapi/ooo/vba/word/WdInternationalIndex.idl
index de74f1d..9acbbcb 100644
--- a/main/oovbaapi/ooo/vba/word/WdInternationalIndex.idl
+++ b/main/oovbaapi/ooo/vba/word/WdInternationalIndex.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdJustificationMode.idl b/main/oovbaapi/ooo/vba/word/WdJustificationMode.idl
index 57f7160..2369d5e 100644
--- a/main/oovbaapi/ooo/vba/word/WdJustificationMode.idl
+++ b/main/oovbaapi/ooo/vba/word/WdJustificationMode.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdKana.idl b/main/oovbaapi/ooo/vba/word/WdKana.idl
index 21972e9..d16011f 100644
--- a/main/oovbaapi/ooo/vba/word/WdKana.idl
+++ b/main/oovbaapi/ooo/vba/word/WdKana.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdKey.idl b/main/oovbaapi/ooo/vba/word/WdKey.idl
index ae2248f..4b57734 100644
--- a/main/oovbaapi/ooo/vba/word/WdKey.idl
+++ b/main/oovbaapi/ooo/vba/word/WdKey.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdKeyCategory.idl b/main/oovbaapi/ooo/vba/word/WdKeyCategory.idl
index 7a35712..399ebcb 100644
--- a/main/oovbaapi/ooo/vba/word/WdKeyCategory.idl
+++ b/main/oovbaapi/ooo/vba/word/WdKeyCategory.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdLanguageID.idl b/main/oovbaapi/ooo/vba/word/WdLanguageID.idl
index aba7a13..849b5fc 100644
--- a/main/oovbaapi/ooo/vba/word/WdLanguageID.idl
+++ b/main/oovbaapi/ooo/vba/word/WdLanguageID.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdLanguageID2000.idl b/main/oovbaapi/ooo/vba/word/WdLanguageID2000.idl
index e339d69..c4a4e17 100644
--- a/main/oovbaapi/ooo/vba/word/WdLanguageID2000.idl
+++ b/main/oovbaapi/ooo/vba/word/WdLanguageID2000.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdLayoutMode.idl b/main/oovbaapi/ooo/vba/word/WdLayoutMode.idl
index 8695d8f..2b695e4 100644
--- a/main/oovbaapi/ooo/vba/word/WdLayoutMode.idl
+++ b/main/oovbaapi/ooo/vba/word/WdLayoutMode.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdLetterStyle.idl b/main/oovbaapi/ooo/vba/word/WdLetterStyle.idl
index 9aa5553..20a845b 100644
--- a/main/oovbaapi/ooo/vba/word/WdLetterStyle.idl
+++ b/main/oovbaapi/ooo/vba/word/WdLetterStyle.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdLetterheadLocation.idl b/main/oovbaapi/ooo/vba/word/WdLetterheadLocation.idl
index 4bd2601..743bf70 100644
--- a/main/oovbaapi/ooo/vba/word/WdLetterheadLocation.idl
+++ b/main/oovbaapi/ooo/vba/word/WdLetterheadLocation.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdLineEndingType.idl b/main/oovbaapi/ooo/vba/word/WdLineEndingType.idl
index ef10dc4..89c9558 100644
--- a/main/oovbaapi/ooo/vba/word/WdLineEndingType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdLineEndingType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdLineSpacing.idl b/main/oovbaapi/ooo/vba/word/WdLineSpacing.idl
index 6bc7bcf..2cc8510 100644
--- a/main/oovbaapi/ooo/vba/word/WdLineSpacing.idl
+++ b/main/oovbaapi/ooo/vba/word/WdLineSpacing.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdLineStyle.idl b/main/oovbaapi/ooo/vba/word/WdLineStyle.idl
index 2194999..2560705 100644
--- a/main/oovbaapi/ooo/vba/word/WdLineStyle.idl
+++ b/main/oovbaapi/ooo/vba/word/WdLineStyle.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdLineType.idl b/main/oovbaapi/ooo/vba/word/WdLineType.idl
index 14e361d..be98cf4 100644
--- a/main/oovbaapi/ooo/vba/word/WdLineType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdLineType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdLineWidth.idl b/main/oovbaapi/ooo/vba/word/WdLineWidth.idl
index 26c3a8a..7b6aa95 100644
--- a/main/oovbaapi/ooo/vba/word/WdLineWidth.idl
+++ b/main/oovbaapi/ooo/vba/word/WdLineWidth.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdLinkType.idl b/main/oovbaapi/ooo/vba/word/WdLinkType.idl
index e30424f..a89df48 100644
--- a/main/oovbaapi/ooo/vba/word/WdLinkType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdLinkType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdListApplyTo.idl b/main/oovbaapi/ooo/vba/word/WdListApplyTo.idl
index ce6de6f..dc1ba6d 100644
--- a/main/oovbaapi/ooo/vba/word/WdListApplyTo.idl
+++ b/main/oovbaapi/ooo/vba/word/WdListApplyTo.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdListGalleryType.idl b/main/oovbaapi/ooo/vba/word/WdListGalleryType.idl
index d2d09c9..d6cefd8 100644
--- a/main/oovbaapi/ooo/vba/word/WdListGalleryType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdListGalleryType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdListLevelAlignment.idl b/main/oovbaapi/ooo/vba/word/WdListLevelAlignment.idl
index 35e36c0..185a071 100644
--- a/main/oovbaapi/ooo/vba/word/WdListLevelAlignment.idl
+++ b/main/oovbaapi/ooo/vba/word/WdListLevelAlignment.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdListNumberStyle.idl b/main/oovbaapi/ooo/vba/word/WdListNumberStyle.idl
index c91476b..1cefa11 100644
--- a/main/oovbaapi/ooo/vba/word/WdListNumberStyle.idl
+++ b/main/oovbaapi/ooo/vba/word/WdListNumberStyle.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdListNumberStyleHID.idl b/main/oovbaapi/ooo/vba/word/WdListNumberStyleHID.idl
index 5641dc6..0ff229a 100644
--- a/main/oovbaapi/ooo/vba/word/WdListNumberStyleHID.idl
+++ b/main/oovbaapi/ooo/vba/word/WdListNumberStyleHID.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdListType.idl b/main/oovbaapi/ooo/vba/word/WdListType.idl
index 004e3d2..22d901b 100644
--- a/main/oovbaapi/ooo/vba/word/WdListType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdListType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdMailMergeActiveRecord.idl b/main/oovbaapi/ooo/vba/word/WdMailMergeActiveRecord.idl
index fc716b4..c0f4e31 100644
--- a/main/oovbaapi/ooo/vba/word/WdMailMergeActiveRecord.idl
+++ b/main/oovbaapi/ooo/vba/word/WdMailMergeActiveRecord.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdMailMergeComparison.idl b/main/oovbaapi/ooo/vba/word/WdMailMergeComparison.idl
index b4b0c24..f6ddf66 100644
--- a/main/oovbaapi/ooo/vba/word/WdMailMergeComparison.idl
+++ b/main/oovbaapi/ooo/vba/word/WdMailMergeComparison.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdMailMergeDataSource.idl b/main/oovbaapi/ooo/vba/word/WdMailMergeDataSource.idl
index 7586852..b5a5efb 100644
--- a/main/oovbaapi/ooo/vba/word/WdMailMergeDataSource.idl
+++ b/main/oovbaapi/ooo/vba/word/WdMailMergeDataSource.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdMailMergeDefaultRecord.idl b/main/oovbaapi/ooo/vba/word/WdMailMergeDefaultRecord.idl
index e7ffa99..27906f4 100644
--- a/main/oovbaapi/ooo/vba/word/WdMailMergeDefaultRecord.idl
+++ b/main/oovbaapi/ooo/vba/word/WdMailMergeDefaultRecord.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdMailMergeDestination.idl b/main/oovbaapi/ooo/vba/word/WdMailMergeDestination.idl
index 4397923..5fcb6d3 100644
--- a/main/oovbaapi/ooo/vba/word/WdMailMergeDestination.idl
+++ b/main/oovbaapi/ooo/vba/word/WdMailMergeDestination.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdMailMergeMailFormat.idl b/main/oovbaapi/ooo/vba/word/WdMailMergeMailFormat.idl
index da4c7c2..7d89b19 100644
--- a/main/oovbaapi/ooo/vba/word/WdMailMergeMailFormat.idl
+++ b/main/oovbaapi/ooo/vba/word/WdMailMergeMailFormat.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdMailMergeMainDocType.idl b/main/oovbaapi/ooo/vba/word/WdMailMergeMainDocType.idl
index 08bcfe8..8e14041 100644
--- a/main/oovbaapi/ooo/vba/word/WdMailMergeMainDocType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdMailMergeMainDocType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdMailMergeState.idl b/main/oovbaapi/ooo/vba/word/WdMailMergeState.idl
index e59b2d0..bcc0ca4 100644
--- a/main/oovbaapi/ooo/vba/word/WdMailMergeState.idl
+++ b/main/oovbaapi/ooo/vba/word/WdMailMergeState.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdMailSystem.idl b/main/oovbaapi/ooo/vba/word/WdMailSystem.idl
index 6649767..e426423 100644
--- a/main/oovbaapi/ooo/vba/word/WdMailSystem.idl
+++ b/main/oovbaapi/ooo/vba/word/WdMailSystem.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdMailerPriority.idl b/main/oovbaapi/ooo/vba/word/WdMailerPriority.idl
index 38c1161..565d687 100644
--- a/main/oovbaapi/ooo/vba/word/WdMailerPriority.idl
+++ b/main/oovbaapi/ooo/vba/word/WdMailerPriority.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdMappedDataFields.idl b/main/oovbaapi/ooo/vba/word/WdMappedDataFields.idl
index 6e4f750..e717baa 100644
--- a/main/oovbaapi/ooo/vba/word/WdMappedDataFields.idl
+++ b/main/oovbaapi/ooo/vba/word/WdMappedDataFields.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdMeasurementUnits.idl b/main/oovbaapi/ooo/vba/word/WdMeasurementUnits.idl
index b1abd2b..2205592 100644
--- a/main/oovbaapi/ooo/vba/word/WdMeasurementUnits.idl
+++ b/main/oovbaapi/ooo/vba/word/WdMeasurementUnits.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdMeasurementUnitsHID.idl b/main/oovbaapi/ooo/vba/word/WdMeasurementUnitsHID.idl
index cc87ed1..36ed4e1 100644
--- a/main/oovbaapi/ooo/vba/word/WdMeasurementUnitsHID.idl
+++ b/main/oovbaapi/ooo/vba/word/WdMeasurementUnitsHID.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdMergeSubType.idl b/main/oovbaapi/ooo/vba/word/WdMergeSubType.idl
index 1fa74af..84303e4 100644
--- a/main/oovbaapi/ooo/vba/word/WdMergeSubType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdMergeSubType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdMergeTarget.idl b/main/oovbaapi/ooo/vba/word/WdMergeTarget.idl
index 103f58b..7ca7b24 100644
--- a/main/oovbaapi/ooo/vba/word/WdMergeTarget.idl
+++ b/main/oovbaapi/ooo/vba/word/WdMergeTarget.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdMonthNames.idl b/main/oovbaapi/ooo/vba/word/WdMonthNames.idl
index e99e66c..69e18d3 100644
--- a/main/oovbaapi/ooo/vba/word/WdMonthNames.idl
+++ b/main/oovbaapi/ooo/vba/word/WdMonthNames.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdMovementType.idl b/main/oovbaapi/ooo/vba/word/WdMovementType.idl
index 4610d6a..4524ddc 100644
--- a/main/oovbaapi/ooo/vba/word/WdMovementType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdMovementType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdMultipleWordConversionsMode.idl b/main/oovbaapi/ooo/vba/word/WdMultipleWordConversionsMode.idl
index 5c7307f..b8ecefd 100644
--- a/main/oovbaapi/ooo/vba/word/WdMultipleWordConversionsMode.idl
+++ b/main/oovbaapi/ooo/vba/word/WdMultipleWordConversionsMode.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdNewDocumentType.idl b/main/oovbaapi/ooo/vba/word/WdNewDocumentType.idl
index b48a3d6..373ced5 100644
--- a/main/oovbaapi/ooo/vba/word/WdNewDocumentType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdNewDocumentType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdNoteNumberStyle.idl b/main/oovbaapi/ooo/vba/word/WdNoteNumberStyle.idl
index b541d39..2ceccbb 100644
--- a/main/oovbaapi/ooo/vba/word/WdNoteNumberStyle.idl
+++ b/main/oovbaapi/ooo/vba/word/WdNoteNumberStyle.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdNoteNumberStyleHID.idl b/main/oovbaapi/ooo/vba/word/WdNoteNumberStyleHID.idl
index 6e45642..51c8f16 100644
--- a/main/oovbaapi/ooo/vba/word/WdNoteNumberStyleHID.idl
+++ b/main/oovbaapi/ooo/vba/word/WdNoteNumberStyleHID.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdNumberStyleWordBasicBiDi.idl b/main/oovbaapi/ooo/vba/word/WdNumberStyleWordBasicBiDi.idl
index 6006aa8..e00e592 100644
--- a/main/oovbaapi/ooo/vba/word/WdNumberStyleWordBasicBiDi.idl
+++ b/main/oovbaapi/ooo/vba/word/WdNumberStyleWordBasicBiDi.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdNumberType.idl b/main/oovbaapi/ooo/vba/word/WdNumberType.idl
index 25f8591..73131ce 100644
--- a/main/oovbaapi/ooo/vba/word/WdNumberType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdNumberType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdNumberingRule.idl b/main/oovbaapi/ooo/vba/word/WdNumberingRule.idl
index bcf54c3..a66aef1 100644
--- a/main/oovbaapi/ooo/vba/word/WdNumberingRule.idl
+++ b/main/oovbaapi/ooo/vba/word/WdNumberingRule.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdOLEPlacement.idl b/main/oovbaapi/ooo/vba/word/WdOLEPlacement.idl
index 5185f5c..17febca 100644
--- a/main/oovbaapi/ooo/vba/word/WdOLEPlacement.idl
+++ b/main/oovbaapi/ooo/vba/word/WdOLEPlacement.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdOLEType.idl b/main/oovbaapi/ooo/vba/word/WdOLEType.idl
index 38cd62b..ba7bf48 100644
--- a/main/oovbaapi/ooo/vba/word/WdOLEType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdOLEType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdOLEVerb.idl b/main/oovbaapi/ooo/vba/word/WdOLEVerb.idl
index da6d5ce..3a26ded 100644
--- a/main/oovbaapi/ooo/vba/word/WdOLEVerb.idl
+++ b/main/oovbaapi/ooo/vba/word/WdOLEVerb.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdOpenFormat.idl b/main/oovbaapi/ooo/vba/word/WdOpenFormat.idl
index 684b43e..3ab05b9 100644
--- a/main/oovbaapi/ooo/vba/word/WdOpenFormat.idl
+++ b/main/oovbaapi/ooo/vba/word/WdOpenFormat.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdOrganizerObject.idl b/main/oovbaapi/ooo/vba/word/WdOrganizerObject.idl
index 80621f2..18385e4 100644
--- a/main/oovbaapi/ooo/vba/word/WdOrganizerObject.idl
+++ b/main/oovbaapi/ooo/vba/word/WdOrganizerObject.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdOrientation.idl b/main/oovbaapi/ooo/vba/word/WdOrientation.idl
index dd8ef23..e9c8d29 100644
--- a/main/oovbaapi/ooo/vba/word/WdOrientation.idl
+++ b/main/oovbaapi/ooo/vba/word/WdOrientation.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdOriginalFormat.idl b/main/oovbaapi/ooo/vba/word/WdOriginalFormat.idl
index 9f3cec6..7f058b9 100644
--- a/main/oovbaapi/ooo/vba/word/WdOriginalFormat.idl
+++ b/main/oovbaapi/ooo/vba/word/WdOriginalFormat.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdOutlineLevel.idl b/main/oovbaapi/ooo/vba/word/WdOutlineLevel.idl
index 1e9be1f..7bd799e 100644
--- a/main/oovbaapi/ooo/vba/word/WdOutlineLevel.idl
+++ b/main/oovbaapi/ooo/vba/word/WdOutlineLevel.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdPageBorderArt.idl b/main/oovbaapi/ooo/vba/word/WdPageBorderArt.idl
index 996db70..23a2375 100644
--- a/main/oovbaapi/ooo/vba/word/WdPageBorderArt.idl
+++ b/main/oovbaapi/ooo/vba/word/WdPageBorderArt.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdPageFit.idl b/main/oovbaapi/ooo/vba/word/WdPageFit.idl
index fa46c4c..2715509 100644
--- a/main/oovbaapi/ooo/vba/word/WdPageFit.idl
+++ b/main/oovbaapi/ooo/vba/word/WdPageFit.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdPageNumberAlignment.idl b/main/oovbaapi/ooo/vba/word/WdPageNumberAlignment.idl
index 23799da..c14c333 100644
--- a/main/oovbaapi/ooo/vba/word/WdPageNumberAlignment.idl
+++ b/main/oovbaapi/ooo/vba/word/WdPageNumberAlignment.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdPageNumberStyle.idl b/main/oovbaapi/ooo/vba/word/WdPageNumberStyle.idl
index 0d9ad95..bc07c7c 100644
--- a/main/oovbaapi/ooo/vba/word/WdPageNumberStyle.idl
+++ b/main/oovbaapi/ooo/vba/word/WdPageNumberStyle.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdPageNumberStyleHID.idl b/main/oovbaapi/ooo/vba/word/WdPageNumberStyleHID.idl
index 7c4fa69..e78ef51 100644
--- a/main/oovbaapi/ooo/vba/word/WdPageNumberStyleHID.idl
+++ b/main/oovbaapi/ooo/vba/word/WdPageNumberStyleHID.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdPaperSize.idl b/main/oovbaapi/ooo/vba/word/WdPaperSize.idl
index 694af92..693c087 100644
--- a/main/oovbaapi/ooo/vba/word/WdPaperSize.idl
+++ b/main/oovbaapi/ooo/vba/word/WdPaperSize.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdPaperTray.idl b/main/oovbaapi/ooo/vba/word/WdPaperTray.idl
index ed1a4be..30fef01 100644
--- a/main/oovbaapi/ooo/vba/word/WdPaperTray.idl
+++ b/main/oovbaapi/ooo/vba/word/WdPaperTray.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdParagraphAlignment.idl b/main/oovbaapi/ooo/vba/word/WdParagraphAlignment.idl
index dcbff92..5fcbfb7 100644
--- a/main/oovbaapi/ooo/vba/word/WdParagraphAlignment.idl
+++ b/main/oovbaapi/ooo/vba/word/WdParagraphAlignment.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdParagraphAlignmentHID.idl b/main/oovbaapi/ooo/vba/word/WdParagraphAlignmentHID.idl
index 8de0266..7460b93 100644
--- a/main/oovbaapi/ooo/vba/word/WdParagraphAlignmentHID.idl
+++ b/main/oovbaapi/ooo/vba/word/WdParagraphAlignmentHID.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdPartOfSpeech.idl b/main/oovbaapi/ooo/vba/word/WdPartOfSpeech.idl
index aa17d69..a4ca111 100644
--- a/main/oovbaapi/ooo/vba/word/WdPartOfSpeech.idl
+++ b/main/oovbaapi/ooo/vba/word/WdPartOfSpeech.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdPasteDataType.idl b/main/oovbaapi/ooo/vba/word/WdPasteDataType.idl
index 820ddc0..e8970f1 100644
--- a/main/oovbaapi/ooo/vba/word/WdPasteDataType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdPasteDataType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdPhoneticGuideAlignmentType.idl b/main/oovbaapi/ooo/vba/word/WdPhoneticGuideAlignmentType.idl
index 5a19838..40a2710 100644
--- a/main/oovbaapi/ooo/vba/word/WdPhoneticGuideAlignmentType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdPhoneticGuideAlignmentType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdPictureLinkType.idl b/main/oovbaapi/ooo/vba/word/WdPictureLinkType.idl
index 1df4399..b14c50f 100644
--- a/main/oovbaapi/ooo/vba/word/WdPictureLinkType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdPictureLinkType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdPreferredWidthType.idl b/main/oovbaapi/ooo/vba/word/WdPreferredWidthType.idl
index 7fcb464..99e7cb7 100644
--- a/main/oovbaapi/ooo/vba/word/WdPreferredWidthType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdPreferredWidthType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdPrintOutItem.idl b/main/oovbaapi/ooo/vba/word/WdPrintOutItem.idl
index 059a2f7..1f660fb 100644
--- a/main/oovbaapi/ooo/vba/word/WdPrintOutItem.idl
+++ b/main/oovbaapi/ooo/vba/word/WdPrintOutItem.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdPrintOutPages.idl b/main/oovbaapi/ooo/vba/word/WdPrintOutPages.idl
index 52ce667..955fc50 100644
--- a/main/oovbaapi/ooo/vba/word/WdPrintOutPages.idl
+++ b/main/oovbaapi/ooo/vba/word/WdPrintOutPages.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdPrintOutRange.idl b/main/oovbaapi/ooo/vba/word/WdPrintOutRange.idl
index 7fdfe2c..b1f3369 100644
--- a/main/oovbaapi/ooo/vba/word/WdPrintOutRange.idl
+++ b/main/oovbaapi/ooo/vba/word/WdPrintOutRange.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdProofreadingErrorType.idl b/main/oovbaapi/ooo/vba/word/WdProofreadingErrorType.idl
index 37e89d2..75156b7 100644
--- a/main/oovbaapi/ooo/vba/word/WdProofreadingErrorType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdProofreadingErrorType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdProtectionType.idl b/main/oovbaapi/ooo/vba/word/WdProtectionType.idl
index d9fd413..6d59b93 100644
--- a/main/oovbaapi/ooo/vba/word/WdProtectionType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdProtectionType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdReadingOrder.idl b/main/oovbaapi/ooo/vba/word/WdReadingOrder.idl
index 5759a1b..9fd01a3 100644
--- a/main/oovbaapi/ooo/vba/word/WdReadingOrder.idl
+++ b/main/oovbaapi/ooo/vba/word/WdReadingOrder.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdRecoveryType.idl b/main/oovbaapi/ooo/vba/word/WdRecoveryType.idl
index 691e581..f1bd5bf 100644
--- a/main/oovbaapi/ooo/vba/word/WdRecoveryType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdRecoveryType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdRectangleType.idl b/main/oovbaapi/ooo/vba/word/WdRectangleType.idl
index a396aef..8ac0fff 100644
--- a/main/oovbaapi/ooo/vba/word/WdRectangleType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdRectangleType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdReferenceKind.idl b/main/oovbaapi/ooo/vba/word/WdReferenceKind.idl
index bab3559..b0dc99e 100644
--- a/main/oovbaapi/ooo/vba/word/WdReferenceKind.idl
+++ b/main/oovbaapi/ooo/vba/word/WdReferenceKind.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdReferenceType.idl b/main/oovbaapi/ooo/vba/word/WdReferenceType.idl
index 7a8a3c3..beba085 100644
--- a/main/oovbaapi/ooo/vba/word/WdReferenceType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdReferenceType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdRelativeHorizontalPosition.idl b/main/oovbaapi/ooo/vba/word/WdRelativeHorizontalPosition.idl
index 0af78c5..f276aa8 100644
--- a/main/oovbaapi/ooo/vba/word/WdRelativeHorizontalPosition.idl
+++ b/main/oovbaapi/ooo/vba/word/WdRelativeHorizontalPosition.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdRelativeVerticalPosition.idl b/main/oovbaapi/ooo/vba/word/WdRelativeVerticalPosition.idl
index f432391..3d89421 100644
--- a/main/oovbaapi/ooo/vba/word/WdRelativeVerticalPosition.idl
+++ b/main/oovbaapi/ooo/vba/word/WdRelativeVerticalPosition.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdRelocate.idl b/main/oovbaapi/ooo/vba/word/WdRelocate.idl
index b948ca3..3a71906 100644
--- a/main/oovbaapi/ooo/vba/word/WdRelocate.idl
+++ b/main/oovbaapi/ooo/vba/word/WdRelocate.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdReplace.idl b/main/oovbaapi/ooo/vba/word/WdReplace.idl
index 4f999aa..13f7811 100644
--- a/main/oovbaapi/ooo/vba/word/WdReplace.idl
+++ b/main/oovbaapi/ooo/vba/word/WdReplace.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdRevisedLinesMark.idl b/main/oovbaapi/ooo/vba/word/WdRevisedLinesMark.idl
index 65e6984..a2c8126 100644
--- a/main/oovbaapi/ooo/vba/word/WdRevisedLinesMark.idl
+++ b/main/oovbaapi/ooo/vba/word/WdRevisedLinesMark.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdRevisedPropertiesMark.idl b/main/oovbaapi/ooo/vba/word/WdRevisedPropertiesMark.idl
index eb459ed..5c6c613 100644
--- a/main/oovbaapi/ooo/vba/word/WdRevisedPropertiesMark.idl
+++ b/main/oovbaapi/ooo/vba/word/WdRevisedPropertiesMark.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdRevisionType.idl b/main/oovbaapi/ooo/vba/word/WdRevisionType.idl
index 7b1a96f..0824890 100644
--- a/main/oovbaapi/ooo/vba/word/WdRevisionType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdRevisionType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdRevisionsBalloonMargin.idl b/main/oovbaapi/ooo/vba/word/WdRevisionsBalloonMargin.idl
index 401c669..e15fb30 100644
--- a/main/oovbaapi/ooo/vba/word/WdRevisionsBalloonMargin.idl
+++ b/main/oovbaapi/ooo/vba/word/WdRevisionsBalloonMargin.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdRevisionsBalloonPrintOrientation.idl b/main/oovbaapi/ooo/vba/word/WdRevisionsBalloonPrintOrientation.idl
index 19a92a0..9d0f712 100644
--- a/main/oovbaapi/ooo/vba/word/WdRevisionsBalloonPrintOrientation.idl
+++ b/main/oovbaapi/ooo/vba/word/WdRevisionsBalloonPrintOrientation.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdRevisionsBalloonWidthType.idl b/main/oovbaapi/ooo/vba/word/WdRevisionsBalloonWidthType.idl
index 8a59028..2f9e9fd 100644
--- a/main/oovbaapi/ooo/vba/word/WdRevisionsBalloonWidthType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdRevisionsBalloonWidthType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdRevisionsMode.idl b/main/oovbaapi/ooo/vba/word/WdRevisionsMode.idl
index 77cf42a..7b45dd4 100644
--- a/main/oovbaapi/ooo/vba/word/WdRevisionsMode.idl
+++ b/main/oovbaapi/ooo/vba/word/WdRevisionsMode.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdRevisionsView.idl b/main/oovbaapi/ooo/vba/word/WdRevisionsView.idl
index 1d9fe4e..48903fd 100644
--- a/main/oovbaapi/ooo/vba/word/WdRevisionsView.idl
+++ b/main/oovbaapi/ooo/vba/word/WdRevisionsView.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdRevisionsWrap.idl b/main/oovbaapi/ooo/vba/word/WdRevisionsWrap.idl
index 08d2b33..63c2a58 100644
--- a/main/oovbaapi/ooo/vba/word/WdRevisionsWrap.idl
+++ b/main/oovbaapi/ooo/vba/word/WdRevisionsWrap.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdRoutingSlipDelivery.idl b/main/oovbaapi/ooo/vba/word/WdRoutingSlipDelivery.idl
index 4528946..c38310b 100644
--- a/main/oovbaapi/ooo/vba/word/WdRoutingSlipDelivery.idl
+++ b/main/oovbaapi/ooo/vba/word/WdRoutingSlipDelivery.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdRoutingSlipStatus.idl b/main/oovbaapi/ooo/vba/word/WdRoutingSlipStatus.idl
index 931f47a..03c6add 100644
--- a/main/oovbaapi/ooo/vba/word/WdRoutingSlipStatus.idl
+++ b/main/oovbaapi/ooo/vba/word/WdRoutingSlipStatus.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdRowAlignment.idl b/main/oovbaapi/ooo/vba/word/WdRowAlignment.idl
index b11bf2d..b3387f0 100644
--- a/main/oovbaapi/ooo/vba/word/WdRowAlignment.idl
+++ b/main/oovbaapi/ooo/vba/word/WdRowAlignment.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdRowHeightRule.idl b/main/oovbaapi/ooo/vba/word/WdRowHeightRule.idl
index b962fa7..38e7fd0 100644
--- a/main/oovbaapi/ooo/vba/word/WdRowHeightRule.idl
+++ b/main/oovbaapi/ooo/vba/word/WdRowHeightRule.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdRulerStyle.idl b/main/oovbaapi/ooo/vba/word/WdRulerStyle.idl
index 62502bf..33afe2b 100644
--- a/main/oovbaapi/ooo/vba/word/WdRulerStyle.idl
+++ b/main/oovbaapi/ooo/vba/word/WdRulerStyle.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdSalutationGender.idl b/main/oovbaapi/ooo/vba/word/WdSalutationGender.idl
index 82bc2d2..64bbf6e 100644
--- a/main/oovbaapi/ooo/vba/word/WdSalutationGender.idl
+++ b/main/oovbaapi/ooo/vba/word/WdSalutationGender.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdSalutationType.idl b/main/oovbaapi/ooo/vba/word/WdSalutationType.idl
index 52e7bf6..18c805f 100644
--- a/main/oovbaapi/ooo/vba/word/WdSalutationType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdSalutationType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdSaveFormat.idl b/main/oovbaapi/ooo/vba/word/WdSaveFormat.idl
index 4e07180..30a524a 100644
--- a/main/oovbaapi/ooo/vba/word/WdSaveFormat.idl
+++ b/main/oovbaapi/ooo/vba/word/WdSaveFormat.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdSaveOptions.idl b/main/oovbaapi/ooo/vba/word/WdSaveOptions.idl
index c1e7928..3511d08 100644
--- a/main/oovbaapi/ooo/vba/word/WdSaveOptions.idl
+++ b/main/oovbaapi/ooo/vba/word/WdSaveOptions.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdScrollbarType.idl b/main/oovbaapi/ooo/vba/word/WdScrollbarType.idl
index 5e2abaa..de10af0 100644
--- a/main/oovbaapi/ooo/vba/word/WdScrollbarType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdScrollbarType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdSectionDirection.idl b/main/oovbaapi/ooo/vba/word/WdSectionDirection.idl
index 6f2298b..0611e6a 100644
--- a/main/oovbaapi/ooo/vba/word/WdSectionDirection.idl
+++ b/main/oovbaapi/ooo/vba/word/WdSectionDirection.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdSectionStart.idl b/main/oovbaapi/ooo/vba/word/WdSectionStart.idl
index 6393ef8..cdbb356 100644
--- a/main/oovbaapi/ooo/vba/word/WdSectionStart.idl
+++ b/main/oovbaapi/ooo/vba/word/WdSectionStart.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdSeekView.idl b/main/oovbaapi/ooo/vba/word/WdSeekView.idl
index a166705..4a74ada 100644
--- a/main/oovbaapi/ooo/vba/word/WdSeekView.idl
+++ b/main/oovbaapi/ooo/vba/word/WdSeekView.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdSelectionFlags.idl b/main/oovbaapi/ooo/vba/word/WdSelectionFlags.idl
index 55f16d1..91031ed 100644
--- a/main/oovbaapi/ooo/vba/word/WdSelectionFlags.idl
+++ b/main/oovbaapi/ooo/vba/word/WdSelectionFlags.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdSelectionType.idl b/main/oovbaapi/ooo/vba/word/WdSelectionType.idl
index baa587b..a17ba59 100644
--- a/main/oovbaapi/ooo/vba/word/WdSelectionType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdSelectionType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdSeparatorType.idl b/main/oovbaapi/ooo/vba/word/WdSeparatorType.idl
index a4fa1bc..7af0e9e 100644
--- a/main/oovbaapi/ooo/vba/word/WdSeparatorType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdSeparatorType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdShapePosition.idl b/main/oovbaapi/ooo/vba/word/WdShapePosition.idl
index 81d900d..1f75821 100644
--- a/main/oovbaapi/ooo/vba/word/WdShapePosition.idl
+++ b/main/oovbaapi/ooo/vba/word/WdShapePosition.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdShowFilter.idl b/main/oovbaapi/ooo/vba/word/WdShowFilter.idl
index 2ec3778..3a88616 100644
--- a/main/oovbaapi/ooo/vba/word/WdShowFilter.idl
+++ b/main/oovbaapi/ooo/vba/word/WdShowFilter.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdSmartTagControlType.idl b/main/oovbaapi/ooo/vba/word/WdSmartTagControlType.idl
index 745c7d0..c51b2ed 100644
--- a/main/oovbaapi/ooo/vba/word/WdSmartTagControlType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdSmartTagControlType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdSortFieldType.idl b/main/oovbaapi/ooo/vba/word/WdSortFieldType.idl
index b076c3e..4763220 100644
--- a/main/oovbaapi/ooo/vba/word/WdSortFieldType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdSortFieldType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdSortFieldTypeHID.idl b/main/oovbaapi/ooo/vba/word/WdSortFieldTypeHID.idl
index b20e009..f00b634 100644
--- a/main/oovbaapi/ooo/vba/word/WdSortFieldTypeHID.idl
+++ b/main/oovbaapi/ooo/vba/word/WdSortFieldTypeHID.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdSortOrder.idl b/main/oovbaapi/ooo/vba/word/WdSortOrder.idl
index 324bd08..e64a1d0 100644
--- a/main/oovbaapi/ooo/vba/word/WdSortOrder.idl
+++ b/main/oovbaapi/ooo/vba/word/WdSortOrder.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdSortSeparator.idl b/main/oovbaapi/ooo/vba/word/WdSortSeparator.idl
index e153299..a947a03 100644
--- a/main/oovbaapi/ooo/vba/word/WdSortSeparator.idl
+++ b/main/oovbaapi/ooo/vba/word/WdSortSeparator.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdSpecialPane.idl b/main/oovbaapi/ooo/vba/word/WdSpecialPane.idl
index 6aea3d1..5c9e6e8 100644
--- a/main/oovbaapi/ooo/vba/word/WdSpecialPane.idl
+++ b/main/oovbaapi/ooo/vba/word/WdSpecialPane.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdSpellingErrorType.idl b/main/oovbaapi/ooo/vba/word/WdSpellingErrorType.idl
index 2727825..cd9cb3e 100644
--- a/main/oovbaapi/ooo/vba/word/WdSpellingErrorType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdSpellingErrorType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdSpellingWordType.idl b/main/oovbaapi/ooo/vba/word/WdSpellingWordType.idl
index a672d31..3568dcb 100644
--- a/main/oovbaapi/ooo/vba/word/WdSpellingWordType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdSpellingWordType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdStatistic.idl b/main/oovbaapi/ooo/vba/word/WdStatistic.idl
index a2fa7bf..c00c2c0 100644
--- a/main/oovbaapi/ooo/vba/word/WdStatistic.idl
+++ b/main/oovbaapi/ooo/vba/word/WdStatistic.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdStatisticHID.idl b/main/oovbaapi/ooo/vba/word/WdStatisticHID.idl
index 53053d8..359d916 100644
--- a/main/oovbaapi/ooo/vba/word/WdStatisticHID.idl
+++ b/main/oovbaapi/ooo/vba/word/WdStatisticHID.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdStoryType.idl b/main/oovbaapi/ooo/vba/word/WdStoryType.idl
index eb48ccd..c492a49 100644
--- a/main/oovbaapi/ooo/vba/word/WdStoryType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdStoryType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdStyleSheetLinkType.idl b/main/oovbaapi/ooo/vba/word/WdStyleSheetLinkType.idl
index 0c5f51a..da45a7b 100644
--- a/main/oovbaapi/ooo/vba/word/WdStyleSheetLinkType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdStyleSheetLinkType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdStyleSheetPrecedence.idl b/main/oovbaapi/ooo/vba/word/WdStyleSheetPrecedence.idl
index 46f4243..7128fa7 100644
--- a/main/oovbaapi/ooo/vba/word/WdStyleSheetPrecedence.idl
+++ b/main/oovbaapi/ooo/vba/word/WdStyleSheetPrecedence.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdStyleType.idl b/main/oovbaapi/ooo/vba/word/WdStyleType.idl
index f9e0206..9db80ac 100644
--- a/main/oovbaapi/ooo/vba/word/WdStyleType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdStyleType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdSubscriberFormats.idl b/main/oovbaapi/ooo/vba/word/WdSubscriberFormats.idl
index c594dd4..aa0a0c1 100644
--- a/main/oovbaapi/ooo/vba/word/WdSubscriberFormats.idl
+++ b/main/oovbaapi/ooo/vba/word/WdSubscriberFormats.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdSummaryLength.idl b/main/oovbaapi/ooo/vba/word/WdSummaryLength.idl
index 117320f..cec1cb8 100644
--- a/main/oovbaapi/ooo/vba/word/WdSummaryLength.idl
+++ b/main/oovbaapi/ooo/vba/word/WdSummaryLength.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdSummaryMode.idl b/main/oovbaapi/ooo/vba/word/WdSummaryMode.idl
index 80dde5f..c012725 100644
--- a/main/oovbaapi/ooo/vba/word/WdSummaryMode.idl
+++ b/main/oovbaapi/ooo/vba/word/WdSummaryMode.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdTCSCConverterDirection.idl b/main/oovbaapi/ooo/vba/word/WdTCSCConverterDirection.idl
index 9d5a508..c756eef 100644
--- a/main/oovbaapi/ooo/vba/word/WdTCSCConverterDirection.idl
+++ b/main/oovbaapi/ooo/vba/word/WdTCSCConverterDirection.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdTabAlignment.idl b/main/oovbaapi/ooo/vba/word/WdTabAlignment.idl
index d65fedf..76d083d 100644
--- a/main/oovbaapi/ooo/vba/word/WdTabAlignment.idl
+++ b/main/oovbaapi/ooo/vba/word/WdTabAlignment.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdTabLeader.idl b/main/oovbaapi/ooo/vba/word/WdTabLeader.idl
index 506327a..aed11db 100644
--- a/main/oovbaapi/ooo/vba/word/WdTabLeader.idl
+++ b/main/oovbaapi/ooo/vba/word/WdTabLeader.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdTabLeaderHID.idl b/main/oovbaapi/ooo/vba/word/WdTabLeaderHID.idl
index 38780af..d9a8d93 100644
--- a/main/oovbaapi/ooo/vba/word/WdTabLeaderHID.idl
+++ b/main/oovbaapi/ooo/vba/word/WdTabLeaderHID.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdTableDirection.idl b/main/oovbaapi/ooo/vba/word/WdTableDirection.idl
index a04c3e6..9862a3a 100644
--- a/main/oovbaapi/ooo/vba/word/WdTableDirection.idl
+++ b/main/oovbaapi/ooo/vba/word/WdTableDirection.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdTableFieldSeparator.idl b/main/oovbaapi/ooo/vba/word/WdTableFieldSeparator.idl
index 11da834..06c533e 100644
--- a/main/oovbaapi/ooo/vba/word/WdTableFieldSeparator.idl
+++ b/main/oovbaapi/ooo/vba/word/WdTableFieldSeparator.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdTableFormat.idl b/main/oovbaapi/ooo/vba/word/WdTableFormat.idl
index 26b848b..7041ece 100644
--- a/main/oovbaapi/ooo/vba/word/WdTableFormat.idl
+++ b/main/oovbaapi/ooo/vba/word/WdTableFormat.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdTableFormatApply.idl b/main/oovbaapi/ooo/vba/word/WdTableFormatApply.idl
index dab7666..2da036c 100644
--- a/main/oovbaapi/ooo/vba/word/WdTableFormatApply.idl
+++ b/main/oovbaapi/ooo/vba/word/WdTableFormatApply.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdTablePosition.idl b/main/oovbaapi/ooo/vba/word/WdTablePosition.idl
index d879054..40b3df1 100644
--- a/main/oovbaapi/ooo/vba/word/WdTablePosition.idl
+++ b/main/oovbaapi/ooo/vba/word/WdTablePosition.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdTaskPanes.idl b/main/oovbaapi/ooo/vba/word/WdTaskPanes.idl
index 34efdbe..53f3911 100644
--- a/main/oovbaapi/ooo/vba/word/WdTaskPanes.idl
+++ b/main/oovbaapi/ooo/vba/word/WdTaskPanes.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdTemplateType.idl b/main/oovbaapi/ooo/vba/word/WdTemplateType.idl
index b9d3149..0a7787f 100644
--- a/main/oovbaapi/ooo/vba/word/WdTemplateType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdTemplateType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdTextFormFieldType.idl b/main/oovbaapi/ooo/vba/word/WdTextFormFieldType.idl
index e917a17..eb711e6 100644
--- a/main/oovbaapi/ooo/vba/word/WdTextFormFieldType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdTextFormFieldType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdTextOrientation.idl b/main/oovbaapi/ooo/vba/word/WdTextOrientation.idl
index e9ca332..7772a94 100644
--- a/main/oovbaapi/ooo/vba/word/WdTextOrientation.idl
+++ b/main/oovbaapi/ooo/vba/word/WdTextOrientation.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdTextOrientationHID.idl b/main/oovbaapi/ooo/vba/word/WdTextOrientationHID.idl
index 6546f4a..82c5837 100644
--- a/main/oovbaapi/ooo/vba/word/WdTextOrientationHID.idl
+++ b/main/oovbaapi/ooo/vba/word/WdTextOrientationHID.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdTextureIndex.idl b/main/oovbaapi/ooo/vba/word/WdTextureIndex.idl
index d5a41dc..0c82c3a 100644
--- a/main/oovbaapi/ooo/vba/word/WdTextureIndex.idl
+++ b/main/oovbaapi/ooo/vba/word/WdTextureIndex.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdToaFormat.idl b/main/oovbaapi/ooo/vba/word/WdToaFormat.idl
index 5f761fc..db9ba7a 100644
--- a/main/oovbaapi/ooo/vba/word/WdToaFormat.idl
+++ b/main/oovbaapi/ooo/vba/word/WdToaFormat.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdTocFormat.idl b/main/oovbaapi/ooo/vba/word/WdTocFormat.idl
index 96dbabd..5ef19e8 100644
--- a/main/oovbaapi/ooo/vba/word/WdTocFormat.idl
+++ b/main/oovbaapi/ooo/vba/word/WdTocFormat.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdTofFormat.idl b/main/oovbaapi/ooo/vba/word/WdTofFormat.idl
index 716e92a..f79e3d4 100644
--- a/main/oovbaapi/ooo/vba/word/WdTofFormat.idl
+++ b/main/oovbaapi/ooo/vba/word/WdTofFormat.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdTrailingCharacter.idl b/main/oovbaapi/ooo/vba/word/WdTrailingCharacter.idl
index 726837f..77345f4 100644
--- a/main/oovbaapi/ooo/vba/word/WdTrailingCharacter.idl
+++ b/main/oovbaapi/ooo/vba/word/WdTrailingCharacter.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdTwoLinesInOneType.idl b/main/oovbaapi/ooo/vba/word/WdTwoLinesInOneType.idl
index f1efdb4..747ba12 100644
--- a/main/oovbaapi/ooo/vba/word/WdTwoLinesInOneType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdTwoLinesInOneType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdUnderline.idl b/main/oovbaapi/ooo/vba/word/WdUnderline.idl
index 1457dd2..e242587 100644
--- a/main/oovbaapi/ooo/vba/word/WdUnderline.idl
+++ b/main/oovbaapi/ooo/vba/word/WdUnderline.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdUnits.idl b/main/oovbaapi/ooo/vba/word/WdUnits.idl
index a1335fa..1eb72d2 100644
--- a/main/oovbaapi/ooo/vba/word/WdUnits.idl
+++ b/main/oovbaapi/ooo/vba/word/WdUnits.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdUseFormattingFrom.idl b/main/oovbaapi/ooo/vba/word/WdUseFormattingFrom.idl
index 3eb5728..970ac55 100644
--- a/main/oovbaapi/ooo/vba/word/WdUseFormattingFrom.idl
+++ b/main/oovbaapi/ooo/vba/word/WdUseFormattingFrom.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdVerticalAlignment.idl b/main/oovbaapi/ooo/vba/word/WdVerticalAlignment.idl
index 82954f4..cbc8045 100644
--- a/main/oovbaapi/ooo/vba/word/WdVerticalAlignment.idl
+++ b/main/oovbaapi/ooo/vba/word/WdVerticalAlignment.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdViewType.idl b/main/oovbaapi/ooo/vba/word/WdViewType.idl
index 67d01dd..f52575d 100644
--- a/main/oovbaapi/ooo/vba/word/WdViewType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdViewType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdViewTypeOld.idl b/main/oovbaapi/ooo/vba/word/WdViewTypeOld.idl
index 44fa0f8..9ee0b3a 100644
--- a/main/oovbaapi/ooo/vba/word/WdViewTypeOld.idl
+++ b/main/oovbaapi/ooo/vba/word/WdViewTypeOld.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdVisualSelection.idl b/main/oovbaapi/ooo/vba/word/WdVisualSelection.idl
index 39bd3fa..1191d27 100644
--- a/main/oovbaapi/ooo/vba/word/WdVisualSelection.idl
+++ b/main/oovbaapi/ooo/vba/word/WdVisualSelection.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdWindowState.idl b/main/oovbaapi/ooo/vba/word/WdWindowState.idl
index 8160140..6ef486b 100644
--- a/main/oovbaapi/ooo/vba/word/WdWindowState.idl
+++ b/main/oovbaapi/ooo/vba/word/WdWindowState.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdWindowType.idl b/main/oovbaapi/ooo/vba/word/WdWindowType.idl
index 072fa72..aa1b47c 100644
--- a/main/oovbaapi/ooo/vba/word/WdWindowType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdWindowType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdWordDialog.idl b/main/oovbaapi/ooo/vba/word/WdWordDialog.idl
index 60dfc0e..eb5eaa5 100644
--- a/main/oovbaapi/ooo/vba/word/WdWordDialog.idl
+++ b/main/oovbaapi/ooo/vba/word/WdWordDialog.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdWordDialogHID.idl b/main/oovbaapi/ooo/vba/word/WdWordDialogHID.idl
index f07c52a..ac82de4 100644
--- a/main/oovbaapi/ooo/vba/word/WdWordDialogHID.idl
+++ b/main/oovbaapi/ooo/vba/word/WdWordDialogHID.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdWordDialogTab.idl b/main/oovbaapi/ooo/vba/word/WdWordDialogTab.idl
index aa0ff59..bfc0fc3 100644
--- a/main/oovbaapi/ooo/vba/word/WdWordDialogTab.idl
+++ b/main/oovbaapi/ooo/vba/word/WdWordDialogTab.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdWordDialogTabHID.idl b/main/oovbaapi/ooo/vba/word/WdWordDialogTabHID.idl
index 53bdb5b..a802721 100644
--- a/main/oovbaapi/ooo/vba/word/WdWordDialogTabHID.idl
+++ b/main/oovbaapi/ooo/vba/word/WdWordDialogTabHID.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdWrapSideType.idl b/main/oovbaapi/ooo/vba/word/WdWrapSideType.idl
index b17dc12..86ef044 100644
--- a/main/oovbaapi/ooo/vba/word/WdWrapSideType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdWrapSideType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdWrapType.idl b/main/oovbaapi/ooo/vba/word/WdWrapType.idl
index 33dc27c..255a8aa 100644
--- a/main/oovbaapi/ooo/vba/word/WdWrapType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdWrapType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdWrapTypeMerged.idl b/main/oovbaapi/ooo/vba/word/WdWrapTypeMerged.idl
index 5f468bc..97d8e71 100644
--- a/main/oovbaapi/ooo/vba/word/WdWrapTypeMerged.idl
+++ b/main/oovbaapi/ooo/vba/word/WdWrapTypeMerged.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdXMLNodeLevel.idl b/main/oovbaapi/ooo/vba/word/WdXMLNodeLevel.idl
index e59a163..a2d8b84 100644
--- a/main/oovbaapi/ooo/vba/word/WdXMLNodeLevel.idl
+++ b/main/oovbaapi/ooo/vba/word/WdXMLNodeLevel.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdXMLNodeType.idl b/main/oovbaapi/ooo/vba/word/WdXMLNodeType.idl
index 8ed0240..53b9b31 100644
--- a/main/oovbaapi/ooo/vba/word/WdXMLNodeType.idl
+++ b/main/oovbaapi/ooo/vba/word/WdXMLNodeType.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdXMLSelectionChangeReason.idl b/main/oovbaapi/ooo/vba/word/WdXMLSelectionChangeReason.idl
index 2e1bfa2..30c28a0 100644
--- a/main/oovbaapi/ooo/vba/word/WdXMLSelectionChangeReason.idl
+++ b/main/oovbaapi/ooo/vba/word/WdXMLSelectionChangeReason.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/WdXMLValidationStatus.idl b/main/oovbaapi/ooo/vba/word/WdXMLValidationStatus.idl
index e39a9ff..77778e0 100644
--- a/main/oovbaapi/ooo/vba/word/WdXMLValidationStatus.idl
+++ b/main/oovbaapi/ooo/vba/word/WdXMLValidationStatus.idl
@@ -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,16 +7,16 @@
  * 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 ooo { module vba { module word {
diff --git a/main/oovbaapi/ooo/vba/word/XAddin.idl b/main/oovbaapi/ooo/vba/word/XAddin.idl
index cc467a2..aafaa03 100644
--- a/main/oovbaapi/ooo/vba/word/XAddin.idl
+++ b/main/oovbaapi/ooo/vba/word/XAddin.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -35,7 +35,7 @@
 #include <com/sun/star/container/XNamed.idl>
 #endif
 
-module ooo {  module vba {  module word { 
+module ooo {  module vba {  module word {
 
 interface XAddin
 {
diff --git a/main/oovbaapi/ooo/vba/word/XAddins.idl b/main/oovbaapi/ooo/vba/word/XAddins.idl
index 4db56eb..9467294 100644
--- a/main/oovbaapi/ooo/vba/word/XAddins.idl
+++ b/main/oovbaapi/ooo/vba/word/XAddins.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -34,11 +34,11 @@
 
 //=============================================================================
 
-module ooo {  module vba {  module word { 
+module ooo {  module vba {  module word {
 
 //=============================================================================
 
-interface XAddins 
+interface XAddins
 {
 	interface ::ooo::vba::XCollection;
 };
diff --git a/main/oovbaapi/ooo/vba/word/XApplication.idl b/main/oovbaapi/ooo/vba/word/XApplication.idl
index b4246ba..aba5fa7 100644
--- a/main/oovbaapi/ooo/vba/word/XApplication.idl
+++ b/main/oovbaapi/ooo/vba/word/XApplication.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -31,7 +31,7 @@
 #include <ooo/vba/XHelperInterface.idl>
 #endif
 
-module ooo {  module vba {  module word { 
+module ooo {  module vba {  module word {
 
 interface XDocument;
 interface XWindow;
diff --git a/main/oovbaapi/ooo/vba/word/XAutoTextEntries.idl b/main/oovbaapi/ooo/vba/word/XAutoTextEntries.idl
index d0ea60c..6dded64 100644
--- a/main/oovbaapi/ooo/vba/word/XAutoTextEntries.idl
+++ b/main/oovbaapi/ooo/vba/word/XAutoTextEntries.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -34,11 +34,11 @@
 
 //=============================================================================
 
-module ooo {  module vba {  module word { 
+module ooo {  module vba {  module word {
 
 //=============================================================================
 
-interface XAutoTextEntries 
+interface XAutoTextEntries
 {
 	interface ::ooo::vba::XCollection;
 };
diff --git a/main/oovbaapi/ooo/vba/word/XAutoTextEntry.idl b/main/oovbaapi/ooo/vba/word/XAutoTextEntry.idl
index bcd1efc..4f469c9 100644
--- a/main/oovbaapi/ooo/vba/word/XAutoTextEntry.idl
+++ b/main/oovbaapi/ooo/vba/word/XAutoTextEntry.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -35,7 +35,7 @@
 #include <com/sun/star/container/XNamed.idl>
 #endif
 
-module ooo {  module vba {  module word { 
+module ooo {  module vba {  module word {
 
 interface XRange;
 interface XAutoTextEntry
diff --git a/main/oovbaapi/ooo/vba/word/XBookmark.idl b/main/oovbaapi/ooo/vba/word/XBookmark.idl
index fdbd8bc..45f0526 100644
--- a/main/oovbaapi/ooo/vba/word/XBookmark.idl
+++ b/main/oovbaapi/ooo/vba/word/XBookmark.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -35,7 +35,7 @@
 #include <com/sun/star/container/XNamed.idl>
 #endif
 
-module ooo {  module vba {  module word { 
+module ooo {  module vba {  module word {
 
 interface XBookmark
 {
diff --git a/main/oovbaapi/ooo/vba/word/XBookmarks.idl b/main/oovbaapi/ooo/vba/word/XBookmarks.idl
index 7e439fe..6fdfa91 100644
--- a/main/oovbaapi/ooo/vba/word/XBookmarks.idl
+++ b/main/oovbaapi/ooo/vba/word/XBookmarks.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -34,11 +34,11 @@
 
 //=============================================================================
 
-module ooo {  module vba {  module word { 
+module ooo {  module vba {  module word {
 
 //=============================================================================
 
-interface XBookmarks 
+interface XBookmarks
 {
 	interface ::ooo::vba::XCollection;
 
diff --git a/main/oovbaapi/ooo/vba/word/XBorder.idl b/main/oovbaapi/ooo/vba/word/XBorder.idl
index 009a7d3..016881e 100644
--- a/main/oovbaapi/ooo/vba/word/XBorder.idl
+++ b/main/oovbaapi/ooo/vba/word/XBorder.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -32,7 +32,7 @@
 #endif
 //=============================================================================
 
-module ooo {  module vba {  module word { 
+module ooo {  module vba {  module word {
 
 
 //=============================================================================
diff --git a/main/oovbaapi/ooo/vba/word/XBorders.idl b/main/oovbaapi/ooo/vba/word/XBorders.idl
index e0c8184..966018c 100644
--- a/main/oovbaapi/ooo/vba/word/XBorders.idl
+++ b/main/oovbaapi/ooo/vba/word/XBorders.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -33,7 +33,7 @@
 
 //=============================================================================
 
-module ooo {  module vba {  module word { 
+module ooo {  module vba {  module word {
 
 //=============================================================================
 interface XBorders
diff --git a/main/oovbaapi/ooo/vba/word/XDialog.idl b/main/oovbaapi/ooo/vba/word/XDialog.idl
index 6675aa1..a4137a7 100644
--- a/main/oovbaapi/ooo/vba/word/XDialog.idl
+++ b/main/oovbaapi/ooo/vba/word/XDialog.idl
@@ -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,22 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 #ifndef __ooo_vba_word_XDialog_idl__
 #define __ooo_vba_word_XDialog_idl__
-                                                                                                                             
+
 #ifndef __com_sun_star_uno_XInterface_idl__
 #include <com/sun/star/uno/XInterface.idl>
 #endif
@@ -33,15 +33,15 @@
 
 
 //=============================================================================
-                                                                                                                             
+
 module ooo {  module vba {  module word {
-                                                                                                                             
+
 //=============================================================================
 
 interface XDialog : com::sun::star::uno::XInterface
 {
 };
-                                                                                                                             
+
 }; }; };
-                                                                                                                             
+
 #endif
diff --git a/main/oovbaapi/ooo/vba/word/XDialogs.idl b/main/oovbaapi/ooo/vba/word/XDialogs.idl
index 45b8e73..d1a53be 100644
--- a/main/oovbaapi/ooo/vba/word/XDialogs.idl
+++ b/main/oovbaapi/ooo/vba/word/XDialogs.idl
@@ -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,22 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 #ifndef __ooo_vba_word_XDialogs_idl__
 #define __ooo_vba_word_XDialogs_idl__
-                                                                                                                             
+
 #ifndef __com_sun_star_uno_XInterface_idl__
 #include <com/sun/star/uno/XInterface.idl>
 #endif
@@ -32,15 +32,15 @@
 #endif
 
 //=============================================================================
-                                                                                                                             
+
 module ooo {  module vba {  module word {
-                                                                                                                             
+
 interface XDialogs : com::sun::star::uno::XInterface
 {
 
 	any Item( [in] any Index );
 };
-                                                                                                                             
+
 }; }; };
-                                                                                                                             
+
 #endif
diff --git a/main/oovbaapi/ooo/vba/word/XDocument.idl b/main/oovbaapi/ooo/vba/word/XDocument.idl
index 5af13f9..ddd3ae3 100644
--- a/main/oovbaapi/ooo/vba/word/XDocument.idl
+++ b/main/oovbaapi/ooo/vba/word/XDocument.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -39,7 +39,7 @@
 #include <com/sun/star/script/XInvocation.idl>
 #endif
 
-module ooo {  module vba {  module word { 
+module ooo {  module vba {  module word {
 
 interface XDocument : com::sun::star::script::XInvocation
 {
diff --git a/main/oovbaapi/ooo/vba/word/XDocuments.idl b/main/oovbaapi/ooo/vba/word/XDocuments.idl
index f39ddcd..8aa80fb 100644
--- a/main/oovbaapi/ooo/vba/word/XDocuments.idl
+++ b/main/oovbaapi/ooo/vba/word/XDocuments.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -34,7 +34,7 @@
 
 //=============================================================================
 
-module ooo {  module vba {  module word { 
+module ooo {  module vba {  module word {
 
 //=============================================================================
 
diff --git a/main/oovbaapi/ooo/vba/word/XField.idl b/main/oovbaapi/ooo/vba/word/XField.idl
index 922997a..b147843 100644
--- a/main/oovbaapi/ooo/vba/word/XField.idl
+++ b/main/oovbaapi/ooo/vba/word/XField.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -29,7 +29,7 @@
 #endif
 module ooo { module vba { module word {
 
-interface XField 
+interface XField
 {
     interface ::ooo::vba::XHelperInterface;
 };
diff --git a/main/oovbaapi/ooo/vba/word/XFields.idl b/main/oovbaapi/ooo/vba/word/XFields.idl
index eedf079..a6cf9dd 100644
--- a/main/oovbaapi/ooo/vba/word/XFields.idl
+++ b/main/oovbaapi/ooo/vba/word/XFields.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/word/XFind.idl b/main/oovbaapi/ooo/vba/word/XFind.idl
index 735c450..c93691b 100644
--- a/main/oovbaapi/ooo/vba/word/XFind.idl
+++ b/main/oovbaapi/ooo/vba/word/XFind.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -31,7 +31,7 @@
 #include <ooo/vba/XHelperInterface.idl>
 #endif
 
-module ooo {  module vba {  module word { 
+module ooo {  module vba {  module word {
 
 interface XFind
 {
diff --git a/main/oovbaapi/ooo/vba/word/XFont.idl b/main/oovbaapi/ooo/vba/word/XFont.idl
index 6688547..3bbbdf6 100644
--- a/main/oovbaapi/ooo/vba/word/XFont.idl
+++ b/main/oovbaapi/ooo/vba/word/XFont.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -36,7 +36,7 @@
 
 //=============================================================================
 
-module ooo {  module vba {  module word { 
+module ooo {  module vba {  module word {
 
 interface XFont : com::sun::star::uno::XInterface
 {
diff --git a/main/oovbaapi/ooo/vba/word/XGlobals.idl b/main/oovbaapi/ooo/vba/word/XGlobals.idl
index bab5ec1..cd9b868 100644
--- a/main/oovbaapi/ooo/vba/word/XGlobals.idl
+++ b/main/oovbaapi/ooo/vba/word/XGlobals.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -27,7 +27,7 @@
 #include <com/sun/star/uno/XInterface.idl>
 #endif
 
-module ooo {  module vba {  module word { 
+module ooo {  module vba {  module word {
 interface XDocument;
 interface XWindow;
 interface XSystem;
diff --git a/main/oovbaapi/ooo/vba/word/XHeaderFooter.idl b/main/oovbaapi/ooo/vba/word/XHeaderFooter.idl
index 5fb1312..748b697 100644
--- a/main/oovbaapi/ooo/vba/word/XHeaderFooter.idl
+++ b/main/oovbaapi/ooo/vba/word/XHeaderFooter.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -31,7 +31,7 @@
 #include <ooo/vba/XHelperInterface.idl>
 #endif
 
-module ooo {  module vba {  module word { 
+module ooo {  module vba {  module word {
 
 interface XRange;
 interface XHeaderFooter
diff --git a/main/oovbaapi/ooo/vba/word/XOptions.idl b/main/oovbaapi/ooo/vba/word/XOptions.idl
index a7519f8..fcab0bd 100644
--- a/main/oovbaapi/ooo/vba/word/XOptions.idl
+++ b/main/oovbaapi/ooo/vba/word/XOptions.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -31,7 +31,7 @@
 #include <ooo/vba/XHelperInterface.idl>
 #endif
 
-module ooo {  module vba {  module word { 
+module ooo {  module vba {  module word {
 
 interface XOptions
 {
diff --git a/main/oovbaapi/ooo/vba/word/XPageSetup.idl b/main/oovbaapi/ooo/vba/word/XPageSetup.idl
index 5cbd429..92310d4 100644
--- a/main/oovbaapi/ooo/vba/word/XPageSetup.idl
+++ b/main/oovbaapi/ooo/vba/word/XPageSetup.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -33,7 +33,7 @@
 
 //=============================================================================
 
-module ooo {  module vba {  module word { 
+module ooo {  module vba {  module word {
 
 //=============================================================================
 
diff --git a/main/oovbaapi/ooo/vba/word/XPane.idl b/main/oovbaapi/ooo/vba/word/XPane.idl
index 2cd5890..19e457f 100644
--- a/main/oovbaapi/ooo/vba/word/XPane.idl
+++ b/main/oovbaapi/ooo/vba/word/XPane.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -31,7 +31,7 @@
 #include <ooo/vba/XHelperInterface.idl>
 #endif
 
-module ooo {  module vba {  module word { 
+module ooo {  module vba {  module word {
 
 interface XPane
 {
diff --git a/main/oovbaapi/ooo/vba/word/XPanes.idl b/main/oovbaapi/ooo/vba/word/XPanes.idl
index 2254b13..d9d591c 100644
--- a/main/oovbaapi/ooo/vba/word/XPanes.idl
+++ b/main/oovbaapi/ooo/vba/word/XPanes.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -34,11 +34,11 @@
 
 //=============================================================================
 
-module ooo {  module vba {  module word { 
+module ooo {  module vba {  module word {
 
 //=============================================================================
 
-interface XPanes 
+interface XPanes
 {
 	interface ::ooo::vba::XCollection;
 };
diff --git a/main/oovbaapi/ooo/vba/word/XParagraph.idl b/main/oovbaapi/ooo/vba/word/XParagraph.idl
index bd34640..ced6a66 100644
--- a/main/oovbaapi/ooo/vba/word/XParagraph.idl
+++ b/main/oovbaapi/ooo/vba/word/XParagraph.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -31,7 +31,7 @@
 #include <ooo/vba/XHelperInterface.idl>
 #endif
 
-module ooo {  module vba {  module word { 
+module ooo {  module vba {  module word {
 
 interface XRange;
 interface XParagraph
diff --git a/main/oovbaapi/ooo/vba/word/XParagraphFormat.idl b/main/oovbaapi/ooo/vba/word/XParagraphFormat.idl
index 6eaead2..47362fa 100644
--- a/main/oovbaapi/ooo/vba/word/XParagraphFormat.idl
+++ b/main/oovbaapi/ooo/vba/word/XParagraphFormat.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -32,7 +32,7 @@
 #endif
 
 
-module ooo {  module vba {  module word { 
+module ooo {  module vba {  module word {
 
 interface XParagraphFormat
 {
diff --git a/main/oovbaapi/ooo/vba/word/XParagraphs.idl b/main/oovbaapi/ooo/vba/word/XParagraphs.idl
index 9928e8f..0d7bd59 100644
--- a/main/oovbaapi/ooo/vba/word/XParagraphs.idl
+++ b/main/oovbaapi/ooo/vba/word/XParagraphs.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -34,11 +34,11 @@
 
 //=============================================================================
 
-module ooo {  module vba {  module word { 
+module ooo {  module vba {  module word {
 
 //=============================================================================
 
-interface XParagraphs 
+interface XParagraphs
 {
 	interface ::ooo::vba::XCollection;
 };
diff --git a/main/oovbaapi/ooo/vba/word/XRange.idl b/main/oovbaapi/ooo/vba/word/XRange.idl
index 0a2f8f7..8c9cb24 100644
--- a/main/oovbaapi/ooo/vba/word/XRange.idl
+++ b/main/oovbaapi/ooo/vba/word/XRange.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -36,7 +36,7 @@
 #endif
 
 
-module ooo {  module vba {  module word { 
+module ooo {  module vba {  module word {
 
 interface XParagraphFormat;
 interface XStyle;
diff --git a/main/oovbaapi/ooo/vba/word/XReplacement.idl b/main/oovbaapi/ooo/vba/word/XReplacement.idl
index 62c9814..b5d78db 100644
--- a/main/oovbaapi/ooo/vba/word/XReplacement.idl
+++ b/main/oovbaapi/ooo/vba/word/XReplacement.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -31,7 +31,7 @@
 #include <ooo/vba/XHelperInterface.idl>
 #endif
 
-module ooo {  module vba {  module word { 
+module ooo {  module vba {  module word {
 
 interface XReplacement
 {
diff --git a/main/oovbaapi/ooo/vba/word/XSection.idl b/main/oovbaapi/ooo/vba/word/XSection.idl
index ee9b3ca..ec484f8 100644
--- a/main/oovbaapi/ooo/vba/word/XSection.idl
+++ b/main/oovbaapi/ooo/vba/word/XSection.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -31,7 +31,7 @@
 #include <ooo/vba/XHelperInterface.idl>
 #endif
 
-module ooo {  module vba {  module word { 
+module ooo {  module vba {  module word {
 
 interface XSection
 {
diff --git a/main/oovbaapi/ooo/vba/word/XSections.idl b/main/oovbaapi/ooo/vba/word/XSections.idl
index 258556f..38fe982 100644
--- a/main/oovbaapi/ooo/vba/word/XSections.idl
+++ b/main/oovbaapi/ooo/vba/word/XSections.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -34,14 +34,14 @@
 
 //=============================================================================
 
-module ooo {  module vba {  module word { 
+module ooo {  module vba {  module word {
 
 //=============================================================================
 
-interface XSections 
+interface XSections
 {
 	interface ::ooo::vba::XCollection;
-    
+
     any PageSetup();
 };
 
diff --git a/main/oovbaapi/ooo/vba/word/XSelection.idl b/main/oovbaapi/ooo/vba/word/XSelection.idl
index 4ffe30c..66f764c 100644
--- a/main/oovbaapi/ooo/vba/word/XSelection.idl
+++ b/main/oovbaapi/ooo/vba/word/XSelection.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -32,7 +32,7 @@
 #endif
 
 
-module ooo {  module vba {  module word { 
+module ooo {  module vba {  module word {
 
 interface XRange;
 interface XParagraphFormat;
diff --git a/main/oovbaapi/ooo/vba/word/XStyle.idl b/main/oovbaapi/ooo/vba/word/XStyle.idl
index 3093644..3e6efe1 100644
--- a/main/oovbaapi/ooo/vba/word/XStyle.idl
+++ b/main/oovbaapi/ooo/vba/word/XStyle.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -31,7 +31,7 @@
 #include <ooo/vba/XHelperInterface.idl>
 #endif
 
-module ooo {  module vba {  module word { 
+module ooo {  module vba {  module word {
 
 interface XFont;
 interface XStyle
diff --git a/main/oovbaapi/ooo/vba/word/XStyles.idl b/main/oovbaapi/ooo/vba/word/XStyles.idl
index 1b93342..45d99a5 100644
--- a/main/oovbaapi/ooo/vba/word/XStyles.idl
+++ b/main/oovbaapi/ooo/vba/word/XStyles.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -34,11 +34,11 @@
 
 //=============================================================================
 
-module ooo {  module vba {  module word { 
+module ooo {  module vba {  module word {
 
 //=============================================================================
 
-interface XStyles 
+interface XStyles
 {
 	interface ::ooo::vba::XCollection;
 };
diff --git a/main/oovbaapi/ooo/vba/word/XSystem.idl b/main/oovbaapi/ooo/vba/word/XSystem.idl
index 8510804..a7b2f08 100644
--- a/main/oovbaapi/ooo/vba/word/XSystem.idl
+++ b/main/oovbaapi/ooo/vba/word/XSystem.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -32,7 +32,7 @@
 #endif
 
 
-module ooo {  module vba {  module word { 
+module ooo {  module vba {  module word {
 
 interface XSystem
 {
diff --git a/main/oovbaapi/ooo/vba/word/XTable.idl b/main/oovbaapi/ooo/vba/word/XTable.idl
index 9331dcc..363d271 100644
--- a/main/oovbaapi/ooo/vba/word/XTable.idl
+++ b/main/oovbaapi/ooo/vba/word/XTable.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -35,7 +35,7 @@
 
 interface XRange;
 
-interface XTable 
+interface XTable
 {
     interface ::ooo::vba::XHelperInterface;
     [attribute, readonly ] string Name; // for debug only
diff --git a/main/oovbaapi/ooo/vba/word/XTables.idl b/main/oovbaapi/ooo/vba/word/XTables.idl
index f66854f..d4f9dd7 100644
--- a/main/oovbaapi/ooo/vba/word/XTables.idl
+++ b/main/oovbaapi/ooo/vba/word/XTables.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/oovbaapi/ooo/vba/word/XTemplate.idl b/main/oovbaapi/ooo/vba/word/XTemplate.idl
index 8e9aa7b..bb0b5dc 100644
--- a/main/oovbaapi/ooo/vba/word/XTemplate.idl
+++ b/main/oovbaapi/ooo/vba/word/XTemplate.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -31,7 +31,7 @@
 #include <ooo/vba/XHelperInterface.idl>
 #endif
 
-module ooo {  module vba {  module word { 
+module ooo {  module vba {  module word {
 
 interface XTemplate
 {
diff --git a/main/oovbaapi/ooo/vba/word/XVariable.idl b/main/oovbaapi/ooo/vba/word/XVariable.idl
index 14b2093..91b4e3f 100644
--- a/main/oovbaapi/ooo/vba/word/XVariable.idl
+++ b/main/oovbaapi/ooo/vba/word/XVariable.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -35,7 +35,7 @@
 #include <com/sun/star/container/XNamed.idl>
 #endif
 
-module ooo {  module vba {  module word { 
+module ooo {  module vba {  module word {
 
 interface XVariable
 {
diff --git a/main/oovbaapi/ooo/vba/word/XVariables.idl b/main/oovbaapi/ooo/vba/word/XVariables.idl
index a3111a0..b6c100b 100644
--- a/main/oovbaapi/ooo/vba/word/XVariables.idl
+++ b/main/oovbaapi/ooo/vba/word/XVariables.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -34,11 +34,11 @@
 
 //=============================================================================
 
-module ooo {  module vba {  module word { 
+module ooo {  module vba {  module word {
 
 //=============================================================================
 
-interface XVariables 
+interface XVariables
 {
 	interface ::ooo::vba::XCollection;
 
diff --git a/main/oovbaapi/ooo/vba/word/XView.idl b/main/oovbaapi/ooo/vba/word/XView.idl
index 6dcbfdf..c48a649 100644
--- a/main/oovbaapi/ooo/vba/word/XView.idl
+++ b/main/oovbaapi/ooo/vba/word/XView.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -31,7 +31,7 @@
 #include <ooo/vba/XHelperInterface.idl>
 #endif
 
-module ooo {  module vba {  module word { 
+module ooo {  module vba {  module word {
 
 interface XView
 {
diff --git a/main/oovbaapi/ooo/vba/word/XWindow.idl b/main/oovbaapi/ooo/vba/word/XWindow.idl
index 66fe1b6..65d00fd 100644
--- a/main/oovbaapi/ooo/vba/word/XWindow.idl
+++ b/main/oovbaapi/ooo/vba/word/XWindow.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -33,7 +33,7 @@
 
 //=============================================================================
 
-module ooo {  module vba {  module word { 
+module ooo {  module vba {  module word {
 
 //=============================================================================
 //interface XPane;
diff --git a/main/oovbaapi/ooo/vba/word/XWrapFormat.idl b/main/oovbaapi/ooo/vba/word/XWrapFormat.idl
index 174f630..c34679f 100644
--- a/main/oovbaapi/ooo/vba/word/XWrapFormat.idl
+++ b/main/oovbaapi/ooo/vba/word/XWrapFormat.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/registry/test/regcompare/other1.idl b/main/registry/test/regcompare/other1.idl
index 30f1103..03b58ca 100644
--- a/main/registry/test/regcompare/other1.idl
+++ b/main/registry/test/regcompare/other1.idl
@@ -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,16 +7,16 @@
  * 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 M { enum X { V }; };
diff --git a/main/registry/test/regcompare/other2.idl b/main/registry/test/regcompare/other2.idl
index 1ca801e..4105d94 100644
--- a/main/registry/test/regcompare/other2.idl
+++ b/main/registry/test/regcompare/other2.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 enum X { V };
diff --git a/main/registry/test/regcompare/pe.idl b/main/registry/test/regcompare/pe.idl
index b0b415f..a134eed 100644
--- a/main/registry/test/regcompare/pe.idl
+++ b/main/registry/test/regcompare/pe.idl
@@ -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,16 +7,16 @@
  * 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 M { published enum N { V }; };
diff --git a/main/registry/test/regcompare/psa.idl b/main/registry/test/regcompare/psa.idl
index c941571..746626b 100644
--- a/main/registry/test/regcompare/psa.idl
+++ b/main/registry/test/regcompare/psa.idl
@@ -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,16 +7,16 @@
  * 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 M { published struct N { long m; }; };
diff --git a/main/registry/test/regcompare/psb.idl b/main/registry/test/regcompare/psb.idl
index 08765df..b0cb448 100644
--- a/main/registry/test/regcompare/psb.idl
+++ b/main/registry/test/regcompare/psb.idl
@@ -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,16 +7,16 @@
  * 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 M { published struct N { short m; }; };
diff --git a/main/registry/test/regcompare/ue.idl b/main/registry/test/regcompare/ue.idl
index fd7635a..0e9bb34 100644
--- a/main/registry/test/regcompare/ue.idl
+++ b/main/registry/test/regcompare/ue.idl
@@ -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,16 +7,16 @@
  * 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 M { enum N { V }; };
diff --git a/main/registry/test/regcompare/usa.idl b/main/registry/test/regcompare/usa.idl
index c720021..a66224a 100644
--- a/main/registry/test/regcompare/usa.idl
+++ b/main/registry/test/regcompare/usa.idl
@@ -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,16 +7,16 @@
  * 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 M { struct N { long m; }; };
diff --git a/main/registry/test/regcompare/usb.idl b/main/registry/test/regcompare/usb.idl
index e840568..9d8b826 100644
--- a/main/registry/test/regcompare/usb.idl
+++ b/main/registry/test/regcompare/usb.idl
@@ -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,16 +7,16 @@
  * 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 M { struct N { short m; }; };
diff --git a/main/sc/workben/map.idl b/main/sc/workben/map.idl
index eaaf23d..42d2702 100644
--- a/main/sc/workben/map.idl
+++ b/main/sc/workben/map.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/sc/workben/testadd.idl b/main/sc/workben/testadd.idl
index 6eff220..d80864f 100644
--- a/main/sc/workben/testadd.idl
+++ b/main/sc/workben/testadd.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/scaddins/source/analysis/analysisadd.idl b/main/scaddins/source/analysis/analysisadd.idl
index aa2ffe6..c543563 100644
--- a/main/scaddins/source/analysis/analysisadd.idl
+++ b/main/scaddins/source/analysis/analysisadd.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/scaddins/source/datefunc/dateadd.idl b/main/scaddins/source/datefunc/dateadd.idl
index d27d703..20f56f9 100644
--- a/main/scaddins/source/datefunc/dateadd.idl
+++ b/main/scaddins/source/datefunc/dateadd.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/stoc/test/excomp/example/ExampleComponent1.idl b/main/stoc/test/excomp/example/ExampleComponent1.idl
index c5e3508..f5c2406 100644
--- a/main/stoc/test/excomp/example/ExampleComponent1.idl
+++ b/main/stoc/test/excomp/example/ExampleComponent1.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/stoc/test/excomp/example/ExampleComponent2.idl b/main/stoc/test/excomp/example/ExampleComponent2.idl
index a8aa48b..0948af4 100644
--- a/main/stoc/test/excomp/example/ExampleComponent2.idl
+++ b/main/stoc/test/excomp/example/ExampleComponent2.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/stoc/test/excomp/example/XTest.idl b/main/stoc/test/excomp/example/XTest.idl
index ffa2f1c..dbd103a 100644
--- a/main/stoc/test/excomp/example/XTest.idl
+++ b/main/stoc/test/excomp/example/XTest.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -27,7 +27,7 @@
 
 module example
 {
-/** 
+/**
  * Simple test interface.
  *
  * @author Juergen Schmidt
diff --git a/main/stoc/test/language_binding.idl b/main/stoc/test/language_binding.idl
index 5c14a36..c859c0f 100644
--- a/main/stoc/test/language_binding.idl
+++ b/main/stoc/test/language_binding.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -74,8 +74,8 @@
 };
 
 typedef TestDataElements TestData;
- 
-/** 
+
+/**
  * Monster test interface to test language binding calls.
  *
  * @author Daniel Boelzle
@@ -106,7 +106,7 @@
 							   [inout] com::sun::star::uno::XInterface xInterface, [inout] any aAny,
 							   [inout] sequence<test::TestElement > aSequence,
 							   [inout] test::TestData aStruct );
-	
+
 	/**
 	 * out parameter test
 	 */
@@ -119,7 +119,7 @@
 							  [out] com::sun::star::uno::XInterface xInterface, [out] any aAny,
 							  [out] sequence<test::TestElement > aSequence,
 							  [out] test::TestData aStruct );
-	
+
 	[attribute] boolean					 Bool;
 	[attribute] byte					 Byte;
 	[attribute] char					 Char;
@@ -140,7 +140,7 @@
 };
 
 
-/** 
+/**
  * Inherting from monster; adds raiseException().
  *
  * @author Daniel Boelzle
diff --git a/main/stoc/test/registry_tdprovider/types.idl b/main/stoc/test/registry_tdprovider/types.idl
index 84a5386..3908423 100644
--- a/main/stoc/test/registry_tdprovider/types.idl
+++ b/main/stoc/test/registry_tdprovider/types.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/stoc/test/tdmanager/types.idl b/main/stoc/test/tdmanager/types.idl
index 098aced..e0f35fd 100644
--- a/main/stoc/test/tdmanager/types.idl
+++ b/main/stoc/test/tdmanager/types.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,7 +30,7 @@
 published interface XAnother {
     void f();
 };
- 
+
 service MyService {
     [optional] interface XAnother;
     [property, optional] boolean b;
diff --git a/main/stoc/test/tdmanager/types2_incomp.idl b/main/stoc/test/tdmanager/types2_incomp.idl
index 6c01208..548317a 100644
--- a/main/stoc/test/tdmanager/types2_incomp.idl
+++ b/main/stoc/test/tdmanager/types2_incomp.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/stoc/test/tdmanager/types3_incomp.idl b/main/stoc/test/tdmanager/types3_incomp.idl
index d8cacce..bc5b4f4 100644
--- a/main/stoc/test/tdmanager/types3_incomp.idl
+++ b/main/stoc/test/tdmanager/types3_incomp.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/stoc/test/tdmanager/types4_incomp.idl b/main/stoc/test/tdmanager/types4_incomp.idl
index 5a43e4a..87bd27a 100644
--- a/main/stoc/test/tdmanager/types4_incomp.idl
+++ b/main/stoc/test/tdmanager/types4_incomp.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -29,7 +29,7 @@
     // wrong name:
     void f2();
 };
- 
+
 service MyService {
     [optional] interface XAnother;
     [property, optional] boolean b;
diff --git a/main/stoc/test/tdmanager/types5.idl b/main/stoc/test/tdmanager/types5.idl
index 6bf234e..058112c 100644
--- a/main/stoc/test/tdmanager/types5.idl
+++ b/main/stoc/test/tdmanager/types5.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -28,7 +28,7 @@
 published interface XAnother {
     void f();
 };
- 
+
 service MyService {
     [optional] interface XAnother;
     // correct order:
@@ -37,5 +37,5 @@
 };
 
 const long CCC = 5;
- 
+
 }; };
diff --git a/main/stoc/test/tdmanager/types5_incomp.idl b/main/stoc/test/tdmanager/types5_incomp.idl
index 21af289..4bf02c0 100644
--- a/main/stoc/test/tdmanager/types5_incomp.idl
+++ b/main/stoc/test/tdmanager/types5_incomp.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -28,7 +28,7 @@
 published interface XAnother {
     void f();
 };
- 
+
 service MyService {
     [optional] interface XAnother;
     // wrong order:
diff --git a/main/stoc/test/tdmanager/types6_incomp.idl b/main/stoc/test/tdmanager/types6_incomp.idl
index 1749078..112d94e 100644
--- a/main/stoc/test/tdmanager/types6_incomp.idl
+++ b/main/stoc/test/tdmanager/types6_incomp.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -28,7 +28,7 @@
 published interface XAnother {
     void f();
 };
- 
+
 service MyService {
     // made non-optional:
     interface XAnother;
diff --git a/main/stoc/test/testcorefl.idl b/main/stoc/test/testcorefl.idl
index 6bb3db8..750925a 100644
--- a/main/stoc/test/testcorefl.idl
+++ b/main/stoc/test/testcorefl.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -35,7 +35,7 @@
 		short aShort;
 	};
 
-	struct StructB : StructA								
+	struct StructB : StructA
 	{
 		double aDouble;
 		float 	aFloat;
@@ -44,7 +44,7 @@
 	struct StructC : StructB
 	{
 		string 			   					aString;
-		sequence<com::sun::star::uno::XInterface> 	aInterfaceSeq; 
+		sequence<com::sun::star::uno::XInterface> 	aInterfaceSeq;
 	};
 
 	exception ExceptionB : ExceptionA
@@ -55,7 +55,7 @@
 	interface XInterface1 : com::sun::star::uno::XInterface
 	{
 	};
-	
+
 	exception ExceptionC : ExceptionB
 	{
 		XInterface1 aInterface1;
diff --git a/main/stoc/test/testintrosp.idl b/main/stoc/test/testintrosp.idl
index 9aeca82..39af9b0 100644
--- a/main/stoc/test/testintrosp.idl
+++ b/main/stoc/test/testintrosp.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -48,20 +48,20 @@
 
 module ModuleA
 {
-//module com { module sun { module star { module beans { 
+//module com { module sun { module star { module beans {
 
 //interface XPropertyChangeListener;
 //interface XPropertiesChangeListener;
 
 //=============================================================================
 /** This is a test interface for introspection.
-	
+
 	<p>IMPORTANT: FOR TEST ONLY!
-	
-	<p>The following interface is just for testing purposes. It will not 
+
+	<p>The following interface is just for testing purposes. It will not
 	stay in the product. It is only used as an exportable test class,
 	i.e. for BASIC integration.
-	
+
 	@deprecated
 */
 interface XIntroTest: com::sun::star::uno::XInterface
@@ -107,7 +107,7 @@
 	void writeln( [in] string Text );
 
 	//-------------------------------------------------------------------------
-	/** ... 
+	/** ...
 	*/
 	long getDroenk();
 
@@ -123,12 +123,12 @@
 	long getUps( [in] long l );
 
 	//-------------------------------------------------------------------------
-	/** ... 
+	/** ...
 	*/
 	void setDroenk( [in] long l );
 
 	//-------------------------------------------------------------------------
-	/** ... 
+	/** ...
 	*/
 	short getBla();
 
@@ -138,17 +138,17 @@
 	void setBla( [in] long n );
 
 	//-------------------------------------------------------------------------
-	/** ... 
+	/** ...
 	*/
 	short getBlub();
 
 	//-------------------------------------------------------------------------
-	/** ... 
+	/** ...
 	*/
 	void setBlub( [in] short n );
 
 	//-------------------------------------------------------------------------
-	/** ... 
+	/** ...
 	*/
 	short getGulp();
 
@@ -158,12 +158,12 @@
 	short setGulp( [in] short n );
 
 	//-------------------------------------------------------------------------
-	/** ... 
+	/** ...
 	*/
 	com::sun::star::uno::TypeClass getTypeClass( [in] short n );
 
 	//-------------------------------------------------------------------------
-	/** ... 
+	/** ...
 	*/
 	void setTypeClass( [in] com::sun::star::uno::TypeClass t,
 			 [in] double d1,
@@ -175,12 +175,12 @@
 	sequence<string> getStrings();
 
 	//-------------------------------------------------------------------------
-	/** ... 
+	/** ...
 	*/
 	void setStrings( [in] sequence<string> Strings );
 
 	//-------------------------------------------------------------------------
-	/** ... 
+	/** ...
 	*/
 	void setStringsPerMethod( [in] sequence<string> Strings,
 			 [in] short n );
@@ -191,7 +191,7 @@
 	sequence< sequence< sequence< short > > > getMultiSequence();
 
 	//-------------------------------------------------------------------------
-	/** ... 
+	/** ...
 	*/
 	void setMultiSequence( [in] sequence< sequence< sequence< short > > > Seq );
 
@@ -210,7 +210,7 @@
 
 //=============================================================================
 
-}; 
-//}; }; }; }; 
+};
+//}; }; }; };
 
 #endif
diff --git a/main/testtools/source/bridgetest/idl/bridgetest.idl b/main/testtools/source/bridgetest/idl/bridgetest.idl
index a5c07aa..8a967d9 100644
--- a/main/testtools/source/bridgetest/idl/bridgetest.idl
+++ b/main/testtools/source/bridgetest/idl/bridgetest.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/testtools/source/servicetests/TestService1.idl b/main/testtools/source/servicetests/TestService1.idl
index 7586fb5..7f08ea5 100644
--- a/main/testtools/source/servicetests/TestService1.idl
+++ b/main/testtools/source/servicetests/TestService1.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/testtools/source/servicetests/TestService2.idl b/main/testtools/source/servicetests/TestService2.idl
index 8f8a87a..7e5ac97 100644
--- a/main/testtools/source/servicetests/TestService2.idl
+++ b/main/testtools/source/servicetests/TestService2.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/testtools/source/servicetests/XTestService1.idl b/main/testtools/source/servicetests/XTestService1.idl
index 7479002..1b7b8d4 100644
--- a/main/testtools/source/servicetests/XTestService1.idl
+++ b/main/testtools/source/servicetests/XTestService1.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/testtools/source/servicetests/XTestService2.idl b/main/testtools/source/servicetests/XTestService2.idl
index 33c0c08..d308ce3 100644
--- a/main/testtools/source/servicetests/XTestService2.idl
+++ b/main/testtools/source/servicetests/XTestService2.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/testtools/source/servicetests/XTestService3.idl b/main/testtools/source/servicetests/XTestService3.idl
index 164e985..59dec04 100644
--- a/main/testtools/source/servicetests/XTestService3.idl
+++ b/main/testtools/source/servicetests/XTestService3.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/testtools/source/servicetests/XTestService4.idl b/main/testtools/source/servicetests/XTestService4.idl
index ec6d7ca..71acfdd 100644
--- a/main/testtools/source/servicetests/XTestService4.idl
+++ b/main/testtools/source/servicetests/XTestService4.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/beans/Ambiguous.idl b/main/udkapi/com/sun/star/beans/Ambiguous.idl
index d2d6e81..c0b211d 100644
--- a/main/udkapi/com/sun/star/beans/Ambiguous.idl
+++ b/main/udkapi/com/sun/star/beans/Ambiguous.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/beans/Defaulted.idl b/main/udkapi/com/sun/star/beans/Defaulted.idl
index c14b01b..bbfae9d 100644
--- a/main/udkapi/com/sun/star/beans/Defaulted.idl
+++ b/main/udkapi/com/sun/star/beans/Defaulted.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/beans/GetDirectPropertyTolerantResult.idl b/main/udkapi/com/sun/star/beans/GetDirectPropertyTolerantResult.idl
index 51fb0eb..8ccff07 100644
--- a/main/udkapi/com/sun/star/beans/GetDirectPropertyTolerantResult.idl
+++ b/main/udkapi/com/sun/star/beans/GetDirectPropertyTolerantResult.idl
@@ -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,40 +7,40 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_beans_GetDirectPropertyTolerantResult_idl__ 
-#define __com_sun_star_beans_GetDirectPropertyTolerantResult_idl__ 
- 
-#ifndef __com_sun_star_beans_TolerantPropertySetResultType_idl__ 
-#include <com/sun/star/beans/TolerantPropertySetResultType.idl> 
-#endif 
+#ifndef __com_sun_star_beans_GetDirectPropertyTolerantResult_idl__
+#define __com_sun_star_beans_GetDirectPropertyTolerantResult_idl__
 
-#ifndef __com_sun_star_beans_GetPropertyTolerantResult_idl__ 
-#include <com/sun/star/beans/GetPropertyTolerantResult.idl> 
-#endif 
+#ifndef __com_sun_star_beans_TolerantPropertySetResultType_idl__
+#include <com/sun/star/beans/TolerantPropertySetResultType.idl>
+#endif
 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module beans {  
- 
-//============================================================================= 
+#ifndef __com_sun_star_beans_GetPropertyTolerantResult_idl__
+#include <com/sun/star/beans/GetPropertyTolerantResult.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module beans {
+
+//=============================================================================
 
 /** specifies information being retrieved about a single property.
 
-     This type is used for the elements in the sequence returned by 
+     This type is used for the elements in the sequence returned by
      <member scope="com::sun::star::beans::XTolerantMultiPropertySet">GetDirectPropertyTolerantResult</member>.
 
     @see com::sun::star::beans::XTolerantMultiPropertySet
@@ -50,12 +50,12 @@
     /** specifies the name of the property.
      */
 
-    string Name; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+    string Name;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/beans/GetPropertyTolerantResult.idl b/main/udkapi/com/sun/star/beans/GetPropertyTolerantResult.idl
index c5a884f..22da08f 100644
--- a/main/udkapi/com/sun/star/beans/GetPropertyTolerantResult.idl
+++ b/main/udkapi/com/sun/star/beans/GetPropertyTolerantResult.idl
@@ -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,72 +7,72 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_beans_GetPropertyTolerantResult_idl__ 
-#define __com_sun_star_beans_GetPropertyTolerantResult_idl__ 
- 
-#ifndef __com_sun_star_beans_TolerantPropertySetResultType_idl__ 
-#include <com/sun/star/beans/TolerantPropertySetResultType.idl> 
-#endif 
+#ifndef __com_sun_star_beans_GetPropertyTolerantResult_idl__
+#define __com_sun_star_beans_GetPropertyTolerantResult_idl__
 
-#ifndef __com_sun_star_beans_PropertyState_idl__ 
-#include <com/sun/star/beans/PropertyState.idl> 
-#endif 
+#ifndef __com_sun_star_beans_TolerantPropertySetResultType_idl__
+#include <com/sun/star/beans/TolerantPropertySetResultType.idl>
+#endif
 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module beans {  
- 
-//============================================================================= 
+#ifndef __com_sun_star_beans_PropertyState_idl__
+#include <com/sun/star/beans/PropertyState.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module beans {
+
+//=============================================================================
 
 /** specifies information being retrieved about a single property.
-    
+
     @see com::sun::star::beans::XTolerantMultiPropertySet
  */
 published struct GetPropertyTolerantResult
 {
     /** specifies a success or error code for the retrieval operation.
-    
+
         @see    com::sun::star::beans::TolerantPropertySetResultType
      */
 
-    short   Result; 
- 
-    //------------------------------------------------------------------------- 
+    short   Result;
+
+    //-------------------------------------------------------------------------
 
     /** contains the state of the property.
 
-        <p>The value is undefined if <var>Result</var> is not 
+        <p>The value is undefined if <var>Result</var> is not
         <member scope="com::sun::star::beans::TolerantPropertySetResultType">SUCCESS</member>.</p>
      */
-    com::sun::star::beans::PropertyState    State; 
- 
-    //------------------------------------------------------------------------- 
-    
+    com::sun::star::beans::PropertyState    State;
+
+    //-------------------------------------------------------------------------
+
     /** contains the value of the property.
 
-        <p>The value is undefined if <var>Result</var> is not 
+        <p>The value is undefined if <var>Result</var> is not
         <member scope="com::sun::star::beans::TolerantPropertySetResultType">SUCCESS</member>.</p>
      */
-    any     Value; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+    any     Value;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/beans/IllegalTypeException.idl b/main/udkapi/com/sun/star/beans/IllegalTypeException.idl
index d30031e..0122bbc 100644
--- a/main/udkapi/com/sun/star/beans/IllegalTypeException.idl
+++ b/main/udkapi/com/sun/star/beans/IllegalTypeException.idl
@@ -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,45 +7,45 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_beans_IllegalTypeException_idl__ 
-#define __com_sun_star_beans_IllegalTypeException_idl__ 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module beans {  
- 
-//============================================================================= 
- 
-/** This exception is thrown to indicate the use of a type which is 
+#ifndef __com_sun_star_beans_IllegalTypeException_idl__
+#define __com_sun_star_beans_IllegalTypeException_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module beans {
+
+//=============================================================================
+
+/** This exception is thrown to indicate the use of a type which is
 	not appropriate.
-	
+
 	<p>This problem can occur, if you use an <atom>any</atom>.  </p>
 	@see PropertyContainer
  */
 published exception IllegalTypeException: com::sun::star::uno::Exception
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/beans/Introspection.idl b/main/udkapi/com/sun/star/beans/Introspection.idl
index ab88a1c..2b9b484 100644
--- a/main/udkapi/com/sun/star/beans/Introspection.idl
+++ b/main/udkapi/com/sun/star/beans/Introspection.idl
@@ -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,50 +7,50 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_beans_Introspection_idl__ 
-#define __com_sun_star_beans_Introspection_idl__ 
- 
-#ifndef __com_sun_star_beans_XIntrospection_idl__ 
-#include <com/sun/star/beans/XIntrospection.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module beans {  
- 
-//============================================================================= 
+#ifndef __com_sun_star_beans_Introspection_idl__
+#define __com_sun_star_beans_Introspection_idl__
+
+#ifndef __com_sun_star_beans_XIntrospection_idl__
+#include <com/sun/star/beans/XIntrospection.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module beans {
+
+//=============================================================================
 /** provides functionality to get information about an object's
 	properties and methods.
 	<p><strong>Important note:</strong>An object can only be
 	inspected completely if it supports the <type scope=
 	"com::sun::star::lang">XTypeProvider</type> interface.</p>
-	
+
 	<p>For details see method <member>XIntrospection::inspect
 	</member>.</p>
  */
 published service Introspection
-{ 
+{
 	/// The only interface of this service
-	interface com::sun::star::beans::XIntrospection; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	interface com::sun::star::beans::XIntrospection;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/beans/IntrospectionException.idl b/main/udkapi/com/sun/star/beans/IntrospectionException.idl
index a16155c..6335dae 100644
--- a/main/udkapi/com/sun/star/beans/IntrospectionException.idl
+++ b/main/udkapi/com/sun/star/beans/IntrospectionException.idl
@@ -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,44 +7,44 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_beans_IntrospectionException_idl__ 
-#define __com_sun_star_beans_IntrospectionException_idl__ 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module beans {  
- 
-//============================================================================= 
-/** This exception is thrown when an exception happens during 
+#ifndef __com_sun_star_beans_IntrospectionException_idl__
+#define __com_sun_star_beans_IntrospectionException_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module beans {
+
+//=============================================================================
+/** This exception is thrown when an exception happens during
 	introspection.
 	@deprecated
-		
+
 	<p>This exception isn't specified and used anywhere</p>
  */
 published exception IntrospectionException: com::sun::star::uno::Exception
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/beans/MethodConcept.idl b/main/udkapi/com/sun/star/beans/MethodConcept.idl
index 067da85..06ab923 100644
--- a/main/udkapi/com/sun/star/beans/MethodConcept.idl
+++ b/main/udkapi/com/sun/star/beans/MethodConcept.idl
@@ -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,32 +7,32 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_beans_MethodConcept_idl__ 
-#define __com_sun_star_beans_MethodConcept_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module beans {  
- 
-//============================================================================= 
-/** These constants are used to specify concepts of the 
-	introspection which apply to methods. 
-		 
-	<p>This list is not necessarily complete; new constants 
+#ifndef __com_sun_star_beans_MethodConcept_idl__
+#define __com_sun_star_beans_MethodConcept_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module beans {
+
+//=============================================================================
+/** These constants are used to specify concepts of the
+	introspection which apply to methods.
+
+	<p>This list is not necessarily complete; new constants
 	may be added.</p>
 	@see Introspection
 	@see XIntrospection
@@ -40,84 +40,84 @@
 
 */
 published constants MethodConcept
-{ 
-	//------------------------------------------------------------------------- 
-	/** This value is used to query for all methods, see 
+{
+	//-------------------------------------------------------------------------
+	/** This value is used to query for all methods, see
 		<member>XIntrospectionAccess::getMethod()</member> and
 		<member>XIntrospectionAccess::getMethods()</member>
 	 */
-	const long ALL = -1; 
- 
-	//------------------------------------------------------------------------- 
-	/** specifies methods which can result in an unstable state 
-		(i.e. deadlock, application crash, security hole, etc.) 
+	const long ALL = -1;
+
+	//-------------------------------------------------------------------------
+	/** specifies methods which can result in an unstable state
+		(i.e. deadlock, application crash, security hole, etc.)
 		when called directly by the user.
 	 */
-	const long DANGEROUS = 1; 
- 
-	//------------------------------------------------------------------------- 
-	/** specifies methods which are used to set and get the 
-		value of properties/attributes. 
-				 
+	const long DANGEROUS = 1;
+
+	//-------------------------------------------------------------------------
+	/** specifies methods which are used to set and get the
+		value of properties/attributes.
+
 		<p>These methods have the signature <code>type get...()
 		</code>, <code>void set...()</code> or <code>boolean is...()
 		</code>. </p>
 	 */
-	const long PROPERTY = 2; 
- 
-	//------------------------------------------------------------------------- 
+	const long PROPERTY = 2;
+
+	//-------------------------------------------------------------------------
 	/** specifies methods of the <em>listener concept</em>.
-				 
+
 		<p>These methods have the signature <code>add...Listener()
 		</code> or <code>remove...Listener()</code>. </p>
 	 */
-	const long LISTENER = 4; 
- 
-	//------------------------------------------------------------------------- 
-	/** specifies methods of the <em>enumeration concept</em>. 
-				 
-		<p>These methods have the signature  
-		<code>create...Enumeration</code> and return an interface 
+	const long LISTENER = 4;
+
+	//-------------------------------------------------------------------------
+	/** specifies methods of the <em>enumeration concept</em>.
+
+		<p>These methods have the signature
+		<code>create...Enumeration</code> and return an interface
 		that is derived from <type scope="com::sun::star::container">
-		XEnumeration</type>	Additionally, the method 
-		<method scope="com::sun::star::container">XEnumerationAccess::getElementType</method> 
+		XEnumeration</type>	Additionally, the method
+		<method scope="com::sun::star::container">XEnumerationAccess::getElementType</method>
 		belongs to this concept.</p>
 	 */
-	const long ENUMERATION = 8; 
- 
-	//------------------------------------------------------------------------- 
-	/** specifies methods of the <em>name container concept</em>. 
-				 
-		<p>These methods have the signature 
-		<code>get...ByName()</code>, 
-		<code>set...ByName()</code>, 
-		<code>replace...ByName()</code>, 
-		<code>remove...ByName()</code>, 
-		<code>has...ByName()</code>, or 
-		<code>get...Names</code>.  In addition, the method 
-		<method scope="com::sun::star::container">XEnumerationAccess::getElementType</method> 
+	const long ENUMERATION = 8;
+
+	//-------------------------------------------------------------------------
+	/** specifies methods of the <em>name container concept</em>.
+
+		<p>These methods have the signature
+		<code>get...ByName()</code>,
+		<code>set...ByName()</code>,
+		<code>replace...ByName()</code>,
+		<code>remove...ByName()</code>,
+		<code>has...ByName()</code>, or
+		<code>get...Names</code>.  In addition, the method
+		<method scope="com::sun::star::container">XEnumerationAccess::getElementType</method>
 		belongs to this concept. </p>
-	 */ 
-	const long NAMECONTAINER = 16; 
- 
-	//------------------------------------------------------------------------- 
-	/** specifies methods of the <em>index container concept</em>. 
-				 
-		<p>These methods have the signature 
-		<code>get...ByIndex()</code>, 
-		<code>insert...ByIndex()</code>, 
-		<code>replace...ByIndex()</code>, or 
-		<code>remove...ByIndex()</code>.  
+	 */
+	const long NAMECONTAINER = 16;
+
+	//-------------------------------------------------------------------------
+	/** specifies methods of the <em>index container concept</em>.
+
+		<p>These methods have the signature
+		<code>get...ByIndex()</code>,
+		<code>insert...ByIndex()</code>,
+		<code>replace...ByIndex()</code>, or
+		<code>remove...ByIndex()</code>.
 		The method <member scope="com::sun::star::container">
-		XIndexAccess::getCount()</member> 
+		XIndexAccess::getCount()</member>
 		also belongs to this concept. </p>
 	 */
-	const long INDEXCONTAINER = 32; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	const long INDEXCONTAINER = 32;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/beans/NamedValue.idl b/main/udkapi/com/sun/star/beans/NamedValue.idl
index ba55aa5..f936798 100644
--- a/main/udkapi/com/sun/star/beans/NamedValue.idl
+++ b/main/udkapi/com/sun/star/beans/NamedValue.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/beans/NotRemoveableException.idl b/main/udkapi/com/sun/star/beans/NotRemoveableException.idl
index 74d70fe..6c3d035 100644
--- a/main/udkapi/com/sun/star/beans/NotRemoveableException.idl
+++ b/main/udkapi/com/sun/star/beans/NotRemoveableException.idl
@@ -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,41 +7,41 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_beans_NotRemoveableException_idl__ 
-#define __com_sun_star_beans_NotRemoveableException_idl__ 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module beans { 
- 
-//============================================================================= 
- 
-/** This exception is thrown to indicate that removing a property from an 
+#ifndef __com_sun_star_beans_NotRemoveableException_idl__
+#define __com_sun_star_beans_NotRemoveableException_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module beans {
+
+//=============================================================================
+
+/** This exception is thrown to indicate that removing a property from an
 	<type>XPropertyContainer</type> is not allowed.
  */
 published exception NotRemoveableException: com::sun::star::uno::Exception
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/beans/Optional.idl b/main/udkapi/com/sun/star/beans/Optional.idl
index 0bda615..c1758c9 100644
--- a/main/udkapi/com/sun/star/beans/Optional.idl
+++ b/main/udkapi/com/sun/star/beans/Optional.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/beans/PropertyAttribute.idl b/main/udkapi/com/sun/star/beans/PropertyAttribute.idl
index 809bb70..28610cd 100644
--- a/main/udkapi/com/sun/star/beans/PropertyAttribute.idl
+++ b/main/udkapi/com/sun/star/beans/PropertyAttribute.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/beans/PropertyBag.idl b/main/udkapi/com/sun/star/beans/PropertyBag.idl
index 8258ec1..655264f 100644
--- a/main/udkapi/com/sun/star/beans/PropertyBag.idl
+++ b/main/udkapi/com/sun/star/beans/PropertyBag.idl
@@ -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,60 +7,60 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_beans_PropertyBag_idl__ 
-#define __com_sun_star_beans_PropertyBag_idl__ 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XPropertyContainer_idl__ 
-#include <com/sun/star/beans/XPropertyContainer.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XPropertyAccess_idl__ 
-#include <com/sun/star/beans/XPropertyAccess.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module beans {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_beans_PropertyBag_idl__
+#define __com_sun_star_beans_PropertyBag_idl__
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XPropertyContainer_idl__
+#include <com/sun/star/beans/XPropertyContainer.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XPropertyAccess_idl__
+#include <com/sun/star/beans/XPropertyAccess.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module beans {
+
+//=============================================================================
+
 /** Implementation of this service can keep any properties and is useful
 	when an <type>XPropertySet</type> is to be used, for example, as parameters for a method call.
 
 	<p>Scripting engines might not be able to use such objects as normal
-	property sets, giving direct access to the properties.  In this case, 
+	property sets, giving direct access to the properties.  In this case,
 	use the methods like <member>XPropertySet::getPropertyValue</member>.
  */
 published service PropertyBag
-{ 
-	interface com::sun::star::beans::XPropertySet; 
-	
-	interface com::sun::star::beans::XPropertyContainer; 
-	
-	interface com::sun::star::beans::XPropertyAccess; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+	interface com::sun::star::beans::XPropertySet;
+
+	interface com::sun::star::beans::XPropertyContainer;
+
+	interface com::sun::star::beans::XPropertyAccess;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/beans/PropertyChangeEvent.idl b/main/udkapi/com/sun/star/beans/PropertyChangeEvent.idl
index de14220..b10859a 100644
--- a/main/udkapi/com/sun/star/beans/PropertyChangeEvent.idl
+++ b/main/udkapi/com/sun/star/beans/PropertyChangeEvent.idl
@@ -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,84 +7,84 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_beans_PropertyChangeEvent_idl__ 
-#define __com_sun_star_beans_PropertyChangeEvent_idl__ 
- 
-#ifndef __com_sun_star_lang_EventObject_idl__ 
-#include <com/sun/star/lang/EventObject.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module beans {  
- 
-//============================================================================= 
- 
-/** gets delivered whenever a "bound" or "constrained" property is changed.  
-	
+#ifndef __com_sun_star_beans_PropertyChangeEvent_idl__
+#define __com_sun_star_beans_PropertyChangeEvent_idl__
+
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module beans {
+
+//=============================================================================
+
+/** gets delivered whenever a "bound" or "constrained" property is changed.
+
 	<p>A <type>PropertyChangeEvent</type> object is sent as an
-	argument to the methods of <type>XPropertyChangeListener</type> 
+	argument to the methods of <type>XPropertyChangeListener</type>
 	and <type>XVetoableChangeListener</type>. </p>
-	
-	<p>Normally such events contain the name and the old and new 
+
+	<p>Normally such events contain the name and the old and new
 	value of the changed property.  </p>
 
 	<p>Void values may be provided for the old and new values if their
 	true values are not known. </p>
  */
 published struct PropertyChangeEvent: com::sun::star::lang::EventObject
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** contains the unique name of the property which changes its value.
 	 */
-	string PropertyName; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	string PropertyName;
+
+	//-------------------------------------------------------------------------
+
 	/** contains <true/> if further events in the same transaction occur.
 	 */
-	boolean Further; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	boolean Further;
+
+	//-------------------------------------------------------------------------
+
 	/** contains the implementation handle for the property.
-		
-		<p>May be -1 if the implementation has no handle. You can use 
+
+		<p>May be -1 if the implementation has no handle. You can use
 		this handle to get values from the <type>XFastPropertySet</type>.</p>
 	 */
-	long PropertyHandle; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	long PropertyHandle;
+
+	//-------------------------------------------------------------------------
+
 	/** contains the old value of the property.
 	 */
-	any OldValue; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	any OldValue;
+
+	//-------------------------------------------------------------------------
+
 	/** contains the new value of the property.
 	 */
-	any NewValue; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	any NewValue;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/beans/PropertyConcept.idl b/main/udkapi/com/sun/star/beans/PropertyConcept.idl
index 58d133a..56e83d4 100644
--- a/main/udkapi/com/sun/star/beans/PropertyConcept.idl
+++ b/main/udkapi/com/sun/star/beans/PropertyConcept.idl
@@ -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,33 +7,33 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_beans_PropertyConcept_idl__ 
-#define __com_sun_star_beans_PropertyConcept_idl__ 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module beans {  
- 
-//============================================================================= 
-/** These constants are used to specify concepts of the 
-	introspection which apply to properties and to the 
+#ifndef __com_sun_star_beans_PropertyConcept_idl__
+#define __com_sun_star_beans_PropertyConcept_idl__
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module beans {
+
+//=============================================================================
+/** These constants are used to specify concepts of the
+	introspection which apply to properties and to the
 	methods which represent attributes.
-		 
-	<p>This list is not necessarily complete; new constants 
+
+	<p>This list is not necessarily complete; new constants
 	may be added.</p>
 
 	@see Introspection
@@ -41,49 +41,49 @@
 	@see XIntrospectionAccess
  */
 published constants PropertyConcept
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** This value is used to query for all properties.
 
-		See 
+		See
 		<member>XIntrospectionAccess::getProperty()</member> and
 		<member>XIntrospectionAccess::getProperties()</member>
 	 */
-	const long ALL = -1; 
- 
-	//------------------------------------------------------------------------- 
-	/** specifies that the change or retrieval of this  
-		property directly by the user can result in an unstable 
+	const long ALL = -1;
+
+	//-------------------------------------------------------------------------
+	/** specifies that the change or retrieval of this
+		property directly by the user can result in an unstable
 		state (deadlock, application crash, security hole, etc.)
 	 */
-	const long DANGEROUS = 1; 
- 
-	//------------------------------------------------------------------------- 
-	/** specifies all properties which are reachable by  
-		<type>XPropertySet</type>, <type>XFastPropertySet</type> or 
+	const long DANGEROUS = 1;
+
+	//-------------------------------------------------------------------------
+	/** specifies all properties which are reachable by
+		<type>XPropertySet</type>, <type>XFastPropertySet</type> or
 		<type>XMultiPropertySet</type>.
 	 */
-	const long PROPERTYSET = 2; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const long PROPERTYSET = 2;
+
+	//-------------------------------------------------------------------------
+
 	/** specifies all properties which are actually attributes of interfaces.
 	 */
 	const long ATTRIBUTES = 4;
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** specifies all properties which are represented by getter or setter methods. 
-				 
-		<p>These methods have the signature <code>type get...()</code>, 
+
+	//-------------------------------------------------------------------------
+
+	/** specifies all properties which are represented by getter or setter methods.
+
+		<p>These methods have the signature <code>type get...()</code>,
 		<code>void set...()</code> or <code>boolean is...()</code>.</p>
 	 */
-	const long METHODS = 8; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	const long METHODS = 8;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/beans/PropertyExistException.idl b/main/udkapi/com/sun/star/beans/PropertyExistException.idl
index 560e254..35fe77d 100644
--- a/main/udkapi/com/sun/star/beans/PropertyExistException.idl
+++ b/main/udkapi/com/sun/star/beans/PropertyExistException.idl
@@ -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,44 +7,44 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_beans_PropertyExistException_idl__ 
-#define __com_sun_star_beans_PropertyExistException_idl__ 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module beans {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_beans_PropertyExistException_idl__
+#define __com_sun_star_beans_PropertyExistException_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module beans {
+
+//=============================================================================
+
 /** This exception is thrown to indicate that a property with this name already
 	exists in the object.
 
 	@see PropertyContainer
  */
 published exception PropertyExistException: com::sun::star::uno::Exception
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/beans/PropertySet.idl b/main/udkapi/com/sun/star/beans/PropertySet.idl
index 2bc1195..10e2b33 100644
--- a/main/udkapi/com/sun/star/beans/PropertySet.idl
+++ b/main/udkapi/com/sun/star/beans/PropertySet.idl
@@ -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,66 +7,66 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_beans_PropertySet_idl__ 
-#define __com_sun_star_beans_PropertySet_idl__ 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XPropertyAccess_idl__ 
-#include <com/sun/star/beans/XPropertyAccess.idl> 
-#endif 
- 
+#ifndef __com_sun_star_beans_PropertySet_idl__
+#define __com_sun_star_beans_PropertySet_idl__
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XPropertyAccess_idl__
+#include <com/sun/star/beans/XPropertyAccess.idl>
+#endif
+
 #ifndef __com_sun_star_beans_XPropertyState_idl__
-#include <com/sun/star/beans/XPropertyState.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XFastPropertySet_idl__ 
-#include <com/sun/star/beans/XFastPropertySet.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XMultiPropertySet_idl__ 
-#include <com/sun/star/beans/XMultiPropertySet.idl> 
-#endif 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module beans {  
- 
-//============================================================================= 
- 
+#include <com/sun/star/beans/XPropertyState.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XFastPropertySet_idl__
+#include <com/sun/star/beans/XFastPropertySet.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XMultiPropertySet_idl__
+#include <com/sun/star/beans/XMultiPropertySet.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module beans {
+
+//=============================================================================
+
 /** This is a generic service which should be supported by all servies
 	which have properties.
 
 	<p>It specifies several, mostly optional ways to access properties.
  */
 published service PropertySet
-{ 
-	interface com::sun::star::beans::XPropertySet; 
-	
-	[optional] interface com::sun::star::beans::XFastPropertySet; 
-	[optional] interface com::sun::star::beans::XMultiPropertySet; 
-	[optional] interface com::sun::star::beans::XPropertyAccess; 
-	[optional] interface com::sun::star::beans::XPropertyState; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+	interface com::sun::star::beans::XPropertySet;
+
+	[optional] interface com::sun::star::beans::XFastPropertySet;
+	[optional] interface com::sun::star::beans::XMultiPropertySet;
+	[optional] interface com::sun::star::beans::XPropertyAccess;
+	[optional] interface com::sun::star::beans::XPropertyState;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/beans/PropertySetInfoChange.idl b/main/udkapi/com/sun/star/beans/PropertySetInfoChange.idl
index 3ed9960..4546979 100644
--- a/main/udkapi/com/sun/star/beans/PropertySetInfoChange.idl
+++ b/main/udkapi/com/sun/star/beans/PropertySetInfoChange.idl
@@ -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,51 +7,51 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_beans_PropertySetInfoChange_idl__ 
-#define __com_sun_star_beans_PropertySetInfoChange_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module beans { 
- 
-//============================================================================= 
- 
-/** specifies reasons for sending <type>PropertySetInfoChangeEvent</type>s. 
-	 
-	@see PropertySetInfoChangeEvent 
+#ifndef __com_sun_star_beans_PropertySetInfoChange_idl__
+#define __com_sun_star_beans_PropertySetInfoChange_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module beans {
+
+//=============================================================================
+
+/** specifies reasons for sending <type>PropertySetInfoChangeEvent</type>s.
+
+	@see PropertySetInfoChangeEvent
 	@see XPropertySetInfo
  */
 published constants PropertySetInfoChange
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** A property was inserted into a <type>XPropertySetInfo</type>.
 	 */
-	const long PROPERTY_INSERTED = 0; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const long PROPERTY_INSERTED = 0;
+
+	//-------------------------------------------------------------------------
+
 	/** A property was removed from a <type>XPropertySetInfo</type>.
 	 */
-	const long PROPERTY_REMOVED = 1; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
+	const long PROPERTY_REMOVED = 1;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/beans/PropertySetInfoChangeEvent.idl b/main/udkapi/com/sun/star/beans/PropertySetInfoChangeEvent.idl
index e4a48e1..cf35fce 100644
--- a/main/udkapi/com/sun/star/beans/PropertySetInfoChangeEvent.idl
+++ b/main/udkapi/com/sun/star/beans/PropertySetInfoChangeEvent.idl
@@ -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,66 +7,66 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_beans_PropertySetInfoChangeEvent_idl__ 
-#define __com_sun_star_beans_PropertySetInfoChangeEvent_idl__ 
- 
-#ifndef __com_sun_star_lang_EventObject_idl__ 
-#include <com/sun/star/lang/EventObject.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module beans { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_beans_PropertySetInfoChangeEvent_idl__
+#define __com_sun_star_beans_PropertySetInfoChangeEvent_idl__
+
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module beans {
+
+//=============================================================================
+
 /** gets delivered whenever an <type>XPropertySetInfo</type> is
 	changed.
-	
+
 	<p>A <type>PropertySetInfoChangeEvent</type> object is sent
 	to <type>XPropertySetInfoChangeListener</type>s.</p>
  */
 published struct PropertySetInfoChangeEvent: com::sun::star::lang::EventObject
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** contains the name of the property.
 	 */
-	string Name; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	string Name;
+
+	//-------------------------------------------------------------------------
+
 	/** contains the implementation handle for the property.
-		
+
 		<p>May be -1 if the implementation has no handle.</p>
 	 */
-	long   Handle; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	long   Handle;
+
+	//-------------------------------------------------------------------------
+
 	/** contains the reason for the event.
 
 		@see PropertySetInfoChange
 	 */
-	long   Reason; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
+	long   Reason;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/beans/PropertyState.idl b/main/udkapi/com/sun/star/beans/PropertyState.idl
index fc322c2..882d983 100644
--- a/main/udkapi/com/sun/star/beans/PropertyState.idl
+++ b/main/udkapi/com/sun/star/beans/PropertyState.idl
@@ -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,87 +7,87 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_beans_PropertyState_idl__ 
-#define __com_sun_star_beans_PropertyState_idl__ 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module beans {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_beans_PropertyState_idl__
+#define __com_sun_star_beans_PropertyState_idl__
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module beans {
+
+//=============================================================================
+
 /** This enumeration lists the states that a property value can have.
-	
+
 	<p>The state consists of two aspects: </p>
 	<ol>
 		<li>whether a value is available or void, </li>
 		<li>whether the value is stored in the property set itself or is a
 			default, or ambiguous.  </li>
 	</ol>
-	
-	@see XPropertyState 
+
+	@see XPropertyState
 	@see Property
  */
 published enum PropertyState
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** The value of the property is stored in the PropertySet itself. 
-		
+{
+	//-------------------------------------------------------------------------
+
+	/** The value of the property is stored in the PropertySet itself.
+
 		<p>The property value must be available and of the specified type.
-		If the <member>PropertyAttribute</member> field in the struct 
-		<type>Property</type> contains <const>PropertyAttribute::MAYBEVOID</const>, 
+		If the <member>PropertyAttribute</member> field in the struct
+		<type>Property</type> contains <const>PropertyAttribute::MAYBEVOID</const>,
 		then the value may be void. </p>
 	 */
-	DIRECT_VALUE, 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** The value of the property is available from a master (e.g., template). 
-		
-		<p>The <member>PropertyAttribute</member> field in the struct 
-		<type>Property</type> must contain the 
+	DIRECT_VALUE,
+
+	//-------------------------------------------------------------------------
+
+	/** The value of the property is available from a master (e.g., template).
+
+		<p>The <member>PropertyAttribute</member> field in the struct
+		<type>Property</type> must contain the
 		<const>PropertyAttribute::MAYBEDEFAULT</const> flag. The property
-		value must be available and of the specified type. If the 
-		<member>PropertyAttribute</member> field in the struct <type>Property</type> 
-		contains <const>PropertyAttribute::MAYBEVOID</const>, then the 
+		value must be available and of the specified type. If the
+		<member>PropertyAttribute</member> field in the struct <type>Property</type>
+		contains <const>PropertyAttribute::MAYBEVOID</const>, then the
 		value may be void. </p>
 	 */
-	DEFAULT_VALUE, 
- 
-	//------------------------------------------------------------------------- 
-	 
+	DEFAULT_VALUE,
+
+	//-------------------------------------------------------------------------
+
 	/** The value of the property is only a recommendation because there
-		are multiple values for this property (e.g., from a multi selection). 
-		
-		<p>The <member>PropertyAttribute</member> field in the struct 
-		<type>Property</type> must contain the 
-		<const>PropertyAttribute::MAYBEAMBIGUOUS</const> flag. The 
+		are multiple values for this property (e.g., from a multi selection).
+
+		<p>The <member>PropertyAttribute</member> field in the struct
+		<type>Property</type> must contain the
+		<const>PropertyAttribute::MAYBEAMBIGUOUS</const> flag. The
 		property value must be available and of the specified type.
-		If the Attribute field in the struct Property contains 
-		<const>PropertyAttribute::MAYBEVOID</const>, then the value 
+		If the Attribute field in the struct Property contains
+		<const>PropertyAttribute::MAYBEVOID</const>, then the value
 		may be void. </p>
 	 */
-	AMBIGUOUS_VALUE 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	AMBIGUOUS_VALUE
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/beans/PropertyStateChangeEvent.idl b/main/udkapi/com/sun/star/beans/PropertyStateChangeEvent.idl
index 430c436..e46b6ce 100644
--- a/main/udkapi/com/sun/star/beans/PropertyStateChangeEvent.idl
+++ b/main/udkapi/com/sun/star/beans/PropertyStateChangeEvent.idl
@@ -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,40 +7,40 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_beans_PropertyStateChangeEvent_idl__ 
-#define __com_sun_star_beans_PropertyStateChangeEvent_idl__ 
- 
-#ifndef __com_sun_star_lang_EventObject_idl__ 
-#include <com/sun/star/lang/EventObject.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_PropertyState_idl__ 
-#include <com/sun/star/beans/PropertyState.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module beans {  
- 
-//============================================================================= 
- 
-/** is delivered whenever the state of a "bound" property is changed.  
-	
-	<p>It is sent as an argument to the method of 
+#ifndef __com_sun_star_beans_PropertyStateChangeEvent_idl__
+#define __com_sun_star_beans_PropertyStateChangeEvent_idl__
+
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
+
+#ifndef __com_sun_star_beans_PropertyState_idl__
+#include <com/sun/star/beans/PropertyState.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module beans {
+
+//=============================================================================
+
+/** is delivered whenever the state of a "bound" property is changed.
+
+	<p>It is sent as an argument to the method of
 	<type>XPropertyStateChangeListener</type>.  </p>
 
 	<p>Normally these events are accompanied by the name, and the old
@@ -50,42 +50,42 @@
 	true values are not known. </p>
  */
 published struct PropertyStateChangeEvent: com::sun::star::lang::EventObject
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** specifies the name of the property which changes its value.
-		
-		<p>This name identifies the property uniquely within an 
+
+		<p>This name identifies the property uniquely within an
 		<type>XPropertySet</type>. Upper and lower case are distinguished.</p>
 	 */
-	string PropertyName; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	string PropertyName;
+
+	//-------------------------------------------------------------------------
+
 	/** contains the implementation handle for the property.
-		
-		<p>It may be -1 if the implementation has no handle. You can use this 
+
+		<p>It may be -1 if the implementation has no handle. You can use this
 		handle to get values from the <type>XFastPropertySet</type>
 		interface.</p>
 	 */
-	long PropertyHandle; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	long PropertyHandle;
+
+	//-------------------------------------------------------------------------
+
 	/** contains the old value of the property.
 	 */
-	com::sun::star::beans::PropertyState OldValue; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::beans::PropertyState OldValue;
+
+	//-------------------------------------------------------------------------
+
 	/** contains the new value of the property.
 	 */
-	com::sun::star::beans::PropertyState NewValue; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::beans::PropertyState NewValue;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/beans/PropertyValue.idl b/main/udkapi/com/sun/star/beans/PropertyValue.idl
index 3b8990f..c9b1b32 100644
--- a/main/udkapi/com/sun/star/beans/PropertyValue.idl
+++ b/main/udkapi/com/sun/star/beans/PropertyValue.idl
@@ -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,75 +7,75 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_beans_PropertyValue_idl__ 
-#define __com_sun_star_beans_PropertyValue_idl__ 
- 
-#ifndef __com_sun_star_beans_Property_idl__ 
-#include <com/sun/star/beans/Property.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_PropertyState_idl__ 
-#include <com/sun/star/beans/PropertyState.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module beans {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_beans_PropertyValue_idl__
+#define __com_sun_star_beans_PropertyValue_idl__
+
+#ifndef __com_sun_star_beans_Property_idl__
+#include <com/sun/star/beans/Property.idl>
+#endif
+
+#ifndef __com_sun_star_beans_PropertyState_idl__
+#include <com/sun/star/beans/PropertyState.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module beans {
+
+//=============================================================================
+
 /** specifies a property value.
  */
 published struct PropertyValue
 {
 	/** specifies the name of the property.
-		
+
 		<p>The name is unique within a sequence of <type>PropertyValue</type>s.
 		Upper and lower case are distinguished.</p>
 	 */
-	string Name; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	string Name;
+
+	//-------------------------------------------------------------------------
+
 	/** contains an implementation-specific handle for the property.
-		
+
 		<p>It may be -1 if the implementation has no handle. If available
 		it can be used for fast lookups.</p>
 	 */
-	long Handle; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	long Handle;
+
+	//-------------------------------------------------------------------------
+
 	/** contains the value of the property or <void/>,
 		if no value is available.
 	 */
-	any Value; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	any Value;
+
+	//-------------------------------------------------------------------------
+
 	/** determines if the value comes from the object itself or from
 		a default and if the value cannot be determined exactly.
 	 */
-	com::sun::star::beans::PropertyState State; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::beans::PropertyState State;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/beans/PropertyValues.idl b/main/udkapi/com/sun/star/beans/PropertyValues.idl
index 0e4acca..46dbd09 100644
--- a/main/udkapi/com/sun/star/beans/PropertyValues.idl
+++ b/main/udkapi/com/sun/star/beans/PropertyValues.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -29,7 +29,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module beans { 
+module com { module sun { module star { module beans {
 
 //=============================================================================
 /**	specifies a sequence of <type>PropertyValue</type> instances.
@@ -40,6 +40,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/udkapi/com/sun/star/beans/PropertyVetoException.idl b/main/udkapi/com/sun/star/beans/PropertyVetoException.idl
index a6fb031..f065562 100644
--- a/main/udkapi/com/sun/star/beans/PropertyVetoException.idl
+++ b/main/udkapi/com/sun/star/beans/PropertyVetoException.idl
@@ -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,44 +7,44 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_beans_PropertyVetoException_idl__ 
-#define __com_sun_star_beans_PropertyVetoException_idl__ 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module beans {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_beans_PropertyVetoException_idl__
+#define __com_sun_star_beans_PropertyVetoException_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module beans {
+
+//=============================================================================
+
 /** This exception is thrown when a proposed change to a
 	property represents an unacceptable value.
 
 	@see XPropertySet
  */
 published exception PropertyVetoException: com::sun::star::uno::Exception
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/beans/SetPropertyTolerantFailed.idl b/main/udkapi/com/sun/star/beans/SetPropertyTolerantFailed.idl
index e11d3e8..3e70b6d 100644
--- a/main/udkapi/com/sun/star/beans/SetPropertyTolerantFailed.idl
+++ b/main/udkapi/com/sun/star/beans/SetPropertyTolerantFailed.idl
@@ -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,29 +7,29 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_beans_SetPropertyTolerantFailed_idl__ 
-#define __com_sun_star_beans_SetPropertyTolerantFailed_idl__ 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module beans {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_beans_SetPropertyTolerantFailed_idl__
+#define __com_sun_star_beans_SetPropertyTolerantFailed_idl__
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module beans {
+
+//=============================================================================
+
 /** specifies information about a single property failed to be set.
 
     @see com::sun::star::beans::XTolerantMultiPropertySet
@@ -38,25 +38,25 @@
 {
     /** specifies the name of the property.
      */
-    string  Name; 
- 
-    //------------------------------------------------------------------------- 
-     
-    /** specifies the success or error code for setting the 
+    string  Name;
+
+    //-------------------------------------------------------------------------
+
+    /** specifies the success or error code for setting the
         properties value.
 
-        <p>Since the property was not successful set the result will never be 
+        <p>Since the property was not successful set the result will never be
         <member scope="com::sun::star::beans::TolerantPropertySetResultType">SUCCESS</member>.
         </p>
 
         @see com::sun::star::beans::TolerantPropertySetResultType
      */
-    short   Result; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+    short   Result;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/beans/TolerantPropertySetResultType.idl b/main/udkapi/com/sun/star/beans/TolerantPropertySetResultType.idl
index b6282a0..d0c1f93 100644
--- a/main/udkapi/com/sun/star/beans/TolerantPropertySetResultType.idl
+++ b/main/udkapi/com/sun/star/beans/TolerantPropertySetResultType.idl
@@ -82,4 +82,4 @@
 
 }; }; }; };
 
-#endif 
+#endif
diff --git a/main/udkapi/com/sun/star/beans/UnknownPropertyException.idl b/main/udkapi/com/sun/star/beans/UnknownPropertyException.idl
index eab3c94..a6f142d 100644
--- a/main/udkapi/com/sun/star/beans/UnknownPropertyException.idl
+++ b/main/udkapi/com/sun/star/beans/UnknownPropertyException.idl
@@ -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,44 +7,44 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_beans_UnknownPropertyException_idl__ 
-#define __com_sun_star_beans_UnknownPropertyException_idl__ 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module beans {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_beans_UnknownPropertyException_idl__
+#define __com_sun_star_beans_UnknownPropertyException_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module beans {
+
+//=============================================================================
+
 /** This exception is thrown to indicate that the property name is unknown to
 	the implementation.
 
 	@see XPropertySet
  */
 published exception UnknownPropertyException: com::sun::star::uno::Exception
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
+{
+};
 
-#endif 
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/beans/XFastPropertySet.idl b/main/udkapi/com/sun/star/beans/XFastPropertySet.idl
index ebb52b4..f5b2a38 100644
--- a/main/udkapi/com/sun/star/beans/XFastPropertySet.idl
+++ b/main/udkapi/com/sun/star/beans/XFastPropertySet.idl
@@ -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,116 +7,116 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_beans_XFastPropertySet_idl__ 
-#define __com_sun_star_beans_XFastPropertySet_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_UnknownPropertyException_idl__ 
-#include <com/sun/star/beans/UnknownPropertyException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_PropertyVetoException_idl__ 
-#include <com/sun/star/beans/PropertyVetoException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_WrappedTargetException_idl__ 
-#include <com/sun/star/lang/WrappedTargetException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module beans {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_beans_XFastPropertySet_idl__
+#define __com_sun_star_beans_XFastPropertySet_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_beans_UnknownPropertyException_idl__
+#include <com/sun/star/beans/UnknownPropertyException.idl>
+#endif
+
+#ifndef __com_sun_star_beans_PropertyVetoException_idl__
+#include <com/sun/star/beans/PropertyVetoException.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+#ifndef __com_sun_star_lang_WrappedTargetException_idl__
+#include <com/sun/star/lang/WrappedTargetException.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module beans {
+
+//=============================================================================
+
 /** provides a fast way of accessing and changing property values.
-	
+
 	<p>This interface is an extension to the <type>XPropertySet</type>
-	interface. The get and set methods use handles to access the 
+	interface. The get and set methods use handles to access the
 	property values instead of character strings.</p>
  */
 published interface XFastPropertySet: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** sets the value to the property with the specified name.
 
-		@param nHandle			
-			contains the implementation handle of the 
+		@param nHandle
+			contains the implementation handle of the
 			implementation for the property.
 
-		@param aValue			
+		@param aValue
 			contains the new value of the property.
 
-		@throws UnknownPropertyException	
+		@throws UnknownPropertyException
 			if the property does not exist.
 
-		@throws PropertyVetoException		
-			if a vetoable listener does not approve the change of 
+		@throws PropertyVetoException
+			if a vetoable listener does not approve the change of
 			a property value.
 
-		@throws IllegalArgumentException  
-			if the new value cannot be converted to the type of the 
+		@throws IllegalArgumentException
+			if the new value cannot be converted to the type of the
 			underlying property by an identity or widening conversion.
 
-		@throws  stardiv::uno::lang::WrappedTargetException 
+		@throws  stardiv::uno::lang::WrappedTargetException
 			if the implementation has an internal reason for the exception.
 			In this case the original exception is wrapped into this
 			<type scope="com::sun::star::lang">WrappedTargetException</type>.
 
 	 */
-	void setFastPropertyValue( [in] long nHandle, 
-			 [in] any aValue ) 
-			raises( com::sun::star::beans::UnknownPropertyException, 
-					com::sun::star::beans::PropertyVetoException, 
-					com::sun::star::lang::IllegalArgumentException, 
-					com::sun::star::lang::WrappedTargetException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns  
-			the value of the property with the name PropertyName. 
-				 
-		@param nHandle			 
-			contains the implementation handle of the implementation for the property. 
-				 
-		@throws UnknownPropertyException	 
-			if the property does not exist. 
-				 
-		@throws  com::sun::star::lang::WrappedTargetException  
-			if the implementation has an internal reason for the exception. 
-			In this case the original exception is wrapped into that 
+	void setFastPropertyValue( [in] long nHandle,
+			 [in] any aValue )
+			raises( com::sun::star::beans::UnknownPropertyException,
+					com::sun::star::beans::PropertyVetoException,
+					com::sun::star::lang::IllegalArgumentException,
+					com::sun::star::lang::WrappedTargetException );
+
+	//-------------------------------------------------------------------------
+
+	/** @returns
+			the value of the property with the name PropertyName.
+
+		@param nHandle
+			contains the implementation handle of the implementation for the property.
+
+		@throws UnknownPropertyException
+			if the property does not exist.
+
+		@throws  com::sun::star::lang::WrappedTargetException
+			if the implementation has an internal reason for the exception.
+			In this case the original exception is wrapped into that
 			<type scope="com::sun::star::lang">WrappedTargetException</type>.
 	 */
-	any getFastPropertyValue( [in] long nHandle ) 
-			raises( com::sun::star::beans::UnknownPropertyException, 
-					com::sun::star::lang::WrappedTargetException ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	any getFastPropertyValue( [in] long nHandle )
+			raises( com::sun::star::beans::UnknownPropertyException,
+					com::sun::star::lang::WrappedTargetException );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/beans/XHierarchicalPropertySetInfo.idl b/main/udkapi/com/sun/star/beans/XHierarchicalPropertySetInfo.idl
index fdd77a1..179bce1 100644
--- a/main/udkapi/com/sun/star/beans/XHierarchicalPropertySetInfo.idl
+++ b/main/udkapi/com/sun/star/beans/XHierarchicalPropertySetInfo.idl
@@ -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,94 +7,94 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_beans_XHierarchicalPropertySetInfo_idl__ 
-#define __com_sun_star_beans_XHierarchicalPropertySetInfo_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_Property_idl__ 
-#include <com/sun/star/beans/Property.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_UnknownPropertyException_idl__ 
-#include <com/sun/star/beans/UnknownPropertyException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module beans {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_beans_XHierarchicalPropertySetInfo_idl__
+#define __com_sun_star_beans_XHierarchicalPropertySetInfo_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_beans_Property_idl__
+#include <com/sun/star/beans/Property.idl>
+#endif
+
+#ifndef __com_sun_star_beans_UnknownPropertyException_idl__
+#include <com/sun/star/beans/UnknownPropertyException.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module beans {
+
+//=============================================================================
+
 /** specifies a hierarchy of properties.
-	
+
 	<p>The specification only describes the properties, it does not contain
 	any values.</p>
  */
 published interface XHierarchicalPropertySetInfo: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns 
-				the property with the specified name from the hierarchy. 
-				 
-		@param aHierarchicalName  
-				specifies the nested name of the property. 
-			 
-		@throws UnknownPropertyException	 
+{
+	//-------------------------------------------------------------------------
+
+	/** @returns
+				the property with the specified name from the hierarchy.
+
+		@param aHierarchicalName
+				specifies the nested name of the property.
+
+		@throws UnknownPropertyException
 				if the property does not exist.
 
-		@throws com::sun::star::lang::IllegalArgumentException  
-				if <var>aHierarchicalName</var> is not a well-formed 
+		@throws com::sun::star::lang::IllegalArgumentException
+				if <var>aHierarchicalName</var> is not a well-formed
 				nested name for this hierarchy.
 			   	An implementation is not required to detect this
 				condition.
 
 	 */
-	com::sun::star::beans::Property getPropertyByHierarchicalName( [in] string aHierarchicalName ) 
-			raises( com::sun::star::beans::UnknownPropertyException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns 
-				<TRUE/> if a property with the specified name exists; 
-				otherwise <FALSE/> is returned. 
-				 
-		@param	aHierarchicalName  
+	com::sun::star::beans::Property getPropertyByHierarchicalName( [in] string aHierarchicalName )
+			raises( com::sun::star::beans::UnknownPropertyException );
+
+	//-------------------------------------------------------------------------
+
+	/** @returns
+				<TRUE/> if a property with the specified name exists;
+				otherwise <FALSE/> is returned.
+
+		@param	aHierarchicalName
 				specifies the name of the property.
 
-		@throws com::sun::star::lang::IllegalArgumentException  
-				if <var>aHierarchicalName</var> is not a well-formed 
+		@throws com::sun::star::lang::IllegalArgumentException
+				if <var>aHierarchicalName</var> is not a well-formed
 				nested name for this hierarchy.
 			   	An implementation is not required to detect this
 				condition.
 	 */
-	boolean hasPropertyByHierarchicalName( [in] string aHierarchicalName ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	boolean hasPropertyByHierarchicalName( [in] string aHierarchicalName );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/beans/XIntroTest.idl b/main/udkapi/com/sun/star/beans/XIntroTest.idl
index a721f93..efbdf95 100644
--- a/main/udkapi/com/sun/star/beans/XIntroTest.idl
+++ b/main/udkapi/com/sun/star/beans/XIntroTest.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -41,14 +41,14 @@
 
 //=============================================================================
 
-module com { module sun { module star { module beans { 
+module com { module sun { module star { module beans {
 
  published interface XPropertyChangeListener;
  published interface XPropertiesChangeListener;
 
 //=============================================================================
 /** This is a test interface for introspection.
-	
+
 	@deprecated
 */
 published interface XIntroTest: com::sun::star::uno::XInterface
@@ -94,7 +94,7 @@
 	void writeln( [in] string Text );
 
 	//-------------------------------------------------------------------------
-	/** ... 
+	/** ...
 	*/
 	long getDroenk();
 
@@ -109,12 +109,12 @@
 	long getUps( [in] long l );
 
 	//-------------------------------------------------------------------------
-	/** ... 
+	/** ...
 	*/
 	void setDroenk( [in] long l );
 
 	//-------------------------------------------------------------------------
-	/** ... 
+	/** ...
 	*/
 	short getBla();
 
@@ -124,17 +124,17 @@
 	void setBla( [in] long n );
 
 	//-------------------------------------------------------------------------
-	/** ... 
+	/** ...
 	*/
 	short getBlub();
 
 	//-------------------------------------------------------------------------
-	/** ... 
+	/** ...
 	*/
 	void setBlub( [in] short n );
 
 	//-------------------------------------------------------------------------
-	/** ... 
+	/** ...
 	*/
 	short getGulp();
 
@@ -144,12 +144,12 @@
 	short setGulp( [in] short n );
 
 	//-------------------------------------------------------------------------
-	/** ... 
+	/** ...
 	*/
 	com::sun::star::uno::TypeClass getTypeClass( [in] short n );
 
 	//-------------------------------------------------------------------------
-	/** ... 
+	/** ...
 	*/
 	void setTypeClass( [in] com::sun::star::uno::TypeClass t,
 			 [in] double d1,
@@ -159,12 +159,12 @@
 	sequence<string> getStrings();
 
 	//-------------------------------------------------------------------------
-	/** ... 
+	/** ...
 	*/
 	void setStrings( [in] sequence<string> Strings );
 
 	//-------------------------------------------------------------------------
-	/** ... 
+	/** ...
 	*/
 	void setStringsPerMethod( [in] sequence<string> Strings,
 			 [in] short n );
@@ -173,7 +173,7 @@
 	sequence< sequence< sequence< short > > > getMultiSequence();
 
 	//-------------------------------------------------------------------------
-	/** ... 
+	/** ...
 	*/
 	void setMultiSequence( [in] sequence< sequence< sequence< short > > > Seq );
 
@@ -199,6 +199,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/udkapi/com/sun/star/beans/XIntrospection.idl b/main/udkapi/com/sun/star/beans/XIntrospection.idl
index a9ca6c0..06420ef 100644
--- a/main/udkapi/com/sun/star/beans/XIntrospection.idl
+++ b/main/udkapi/com/sun/star/beans/XIntrospection.idl
@@ -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,111 +7,111 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_beans_XIntrospection_idl__ 
-#define __com_sun_star_beans_XIntrospection_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XIntrospectionAccess_idl__ 
-#include <com/sun/star/beans/XIntrospectionAccess.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module beans {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_beans_XIntrospection_idl__
+#define __com_sun_star_beans_XIntrospection_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XIntrospectionAccess_idl__
+#include <com/sun/star/beans/XIntrospectionAccess.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module beans {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::beans::XIntrospection
-/** allows the inspection of an object's properties and methods. 
-	
+/** allows the inspection of an object's properties and methods.
+
 	<p><strong>Important note:</strong>An object can only be
 	inspected completely if it supports the <type scope=
 	"com::sun::star::lang">XTypeProvider</type> interface.</p>
-	
+
 	<p>For details see method <member>XIntrospection::inspect</member>. </p>
-	
+
 	@see XIntrospectionAccess
  */
 published interface XIntrospection: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::beans::XIntrospection::inspect
 	/** inspects the given object.
-		
+
 		<p>It identifies all properties supported by the object
 		if they are represented in one of the following ways: </p>
-		
+
 		<dl>
 			<dt>property set </dt>
-			<dd>If the object supports an <type>XPropertySet</type> 
-				interface, all its properties are adopted.  
-			</dd> 
+			<dd>If the object supports an <type>XPropertySet</type>
+				interface, all its properties are adopted.
+			</dd>
 
 			<dt>attributes </dt>
-			<dd>All of an object's attributes are considered as properties 
-				with same name. If an attribute is read-only, the property 
+			<dd>All of an object's attributes are considered as properties
+				with same name. If an attribute is read-only, the property
 				also is read-only.
 			</dd>
 
 			<dt>get/set methods </dt>
-			<dd>Every method <code>RetType getX()</code> defines a 
-				property where "X" stands for the property name and 
-				"RetType" for its type. The method must not have any 
-				parameters, or there is no property access method 
-				and "X" has no property.  If there is also a method 
+			<dd>Every method <code>RetType getX()</code> defines a
+				property where "X" stands for the property name and
+				"RetType" for its type. The method must not have any
+				parameters, or there is no property access method
+				and "X" has no property.  If there is also a method
 				<code>void setX( [in] RetType )</code>, the property
 				"X" also allows write access; otherwise it is read-only.
 			</dd>
 
 			<dt> <strong>Important note:</strong></dt>
-			<dd>If an object implements <type scope="com::sun::star::container">XNameAccess</type>, 
-				the items that can be accessed are not considered as properties 
-				of the object and so are not included in the property list offered by 
-				<member scope="com::sun::star::beans">XIntrospectionAccess::getProperties()</member>. 
-				<type scope="com::sun::star::container">XNameAccess</type> items have to be 
+			<dd>If an object implements <type scope="com::sun::star::container">XNameAccess</type>,
+				the items that can be accessed are not considered as properties
+				of the object and so are not included in the property list offered by
+				<member scope="com::sun::star::beans">XIntrospectionAccess::getProperties()</member>.
+				<type scope="com::sun::star::container">XNameAccess</type> items have to be
 				accessed separately by <member scope="com::sun::star::beans">XIntrospectionAccess::getNameAccess()</member>.
 			</dd>
 		</dl>
-		
-		<p>In addition, the inspect method identifies all listener 
+
+		<p>In addition, the inspect method identifies all listener
 		access methods in the form <code>add...Listener</code>/
 		<code>remove...Listener</code> (except methods of interface
-		<type>XPropertySet</type>) where "..." stands for the listener type.  
+		<type>XPropertySet</type>) where "..." stands for the listener type.
 		</p>
 
-		<p>Methods which do not belong to a property nor which represent 
-		a listener access nor which are methods of <type>XPropertySet</type>, 
-		<type scope="com::sun::star::container">XNameAccess</type>, 
+		<p>Methods which do not belong to a property nor which represent
+		a listener access nor which are methods of <type>XPropertySet</type>,
+		<type scope="com::sun::star::container">XNameAccess</type>,
 		<type scope="com::sun::star::container">XIndexAccess</type>, or
-		<type scope="com::sun::star::container">XEnumerationAccess</type>, are considered to be normal 
+		<type scope="com::sun::star::container">XEnumerationAccess</type>, are considered to be normal
 		methods. </p>
 
 		@see XIntrospectionAccess
 	 */
-	com::sun::star::beans::XIntrospectionAccess inspect( [in] any aObject ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::beans::XIntrospectionAccess inspect( [in] any aObject );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/beans/XIntrospectionAccess.idl b/main/udkapi/com/sun/star/beans/XIntrospectionAccess.idl
index 4a86cdc..9554615 100644
--- a/main/udkapi/com/sun/star/beans/XIntrospectionAccess.idl
+++ b/main/udkapi/com/sun/star/beans/XIntrospectionAccess.idl
@@ -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,82 +7,82 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_beans_XIntrospectionAccess_idl__ 
-#define __com_sun_star_beans_XIntrospectionAccess_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_Property_idl__ 
-#include <com/sun/star/beans/Property.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_NoSuchElementException_idl__ 
-#include <com/sun/star/container/NoSuchElementException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_reflection_XIdlMethod_idl__ 
-#include <com/sun/star/reflection/XIdlMethod.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_NoSuchMethodException_idl__ 
-#include <com/sun/star/lang/NoSuchMethodException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_reflection_XIdlClass_idl__ 
-#include <com/sun/star/reflection/XIdlClass.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_IllegalTypeException_idl__ 
-#include <com/sun/star/beans/IllegalTypeException.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module beans {  
- 
-//============================================================================= 
- 
-/** represents the result of an introspection operation done by 
+#ifndef __com_sun_star_beans_XIntrospectionAccess_idl__
+#define __com_sun_star_beans_XIntrospectionAccess_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_beans_Property_idl__
+#include <com/sun/star/beans/Property.idl>
+#endif
+
+#ifndef __com_sun_star_container_NoSuchElementException_idl__
+#include <com/sun/star/container/NoSuchElementException.idl>
+#endif
+
+#ifndef __com_sun_star_reflection_XIdlMethod_idl__
+#include <com/sun/star/reflection/XIdlMethod.idl>
+#endif
+
+#ifndef __com_sun_star_lang_NoSuchMethodException_idl__
+#include <com/sun/star/lang/NoSuchMethodException.idl>
+#endif
+
+#ifndef __com_sun_star_reflection_XIdlClass_idl__
+#include <com/sun/star/reflection/XIdlClass.idl>
+#endif
+
+#ifndef __com_sun_star_beans_IllegalTypeException_idl__
+#include <com/sun/star/beans/IllegalTypeException.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module beans {
+
+//=============================================================================
+
+/** represents the result of an introspection operation done by
 	the	inspect method of <type scope="com::sun::star::beans">
 	XIntrospection</type>.
 
-	<p>This interface gives information about an object's 
-	properties and methods as detected in the introspection 
-	process. It's not possible to access properties	or call 
-	methods directly using this interface but it provides 
-	access to other interfaces to do so. 
+	<p>This interface gives information about an object's
+	properties and methods as detected in the introspection
+	process. It's not possible to access properties	or call
+	methods directly using this interface but it provides
+	access to other interfaces to do so.
 	See <member scope="com::sun::star::beans">
 	XIntrospectionAccess::queryAdapter()</member></p>
 
-	<p>The <type>XExactName</type> interface has to be supported 
-	in order to implement inaccurate name access for all objects 
+	<p>The <type>XExactName</type> interface has to be supported
+	in order to implement inaccurate name access for all objects
 	which implement the <type scope="com::sun::star::container">
 	XNameAccess</type> interface or <type>XPropertySet</type>.</p>
 
-	<p>The <type>XMaterialHolder</type> interface has to be 
+	<p>The <type>XMaterialHolder</type> interface has to be
 	supported to give access to the inspected object.</p>
 
-		@see XPropertySet 
+		@see XPropertySet
 		@see com::sun::star::beans::XExactName
  */
 published interface XIntrospectionAccess: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** returns information about which method concepts described in
 		the <type>MethodConcept</type> constants group are supported
 		by this <type>XIntrospectionAccess</type> implementation.
@@ -95,15 +95,15 @@
 			<li> <const>MethodConcept::ENUMERATION</const>, </li>
 			<li> <const>MethodConcept::NAMECONTAINER</const></li>
 			<li> <const>MethodConcept::INDEXCONTAINER</const>; </li>
-		</ul> 
+		</ul>
 
-		@returns 
+		@returns
 			zero or more constants of the <type>MethodConcept</type>
 			constants group combined by an arithmetical or-operation.
 	 */
-	long getSuppliedMethodConcepts(); 
- 
-	//------------------------------------------------------------------------- 
+	long getSuppliedMethodConcepts();
+
+	//-------------------------------------------------------------------------
 	/** returns information about which property concepts described in
 		the <type>PropertyConcept</type> constants group are supported
 		by this <type>XIntrospectionAccess</type> implementation.
@@ -116,202 +116,202 @@
 			<li> <const>PropertyConcept::METHODS</const>.  </li>
 		</ul>
 
-		@returns 
+		@returns
 			zero or more constants of the <type>PropertyConcept</type>
 			constants group.combined by an arithmetical or-operation.
 	 */
-	long getSuppliedPropertyConcepts(); 
- 
-	//------------------------------------------------------------------------- 
-	/** returns information about a property if a property with 
-		the demanded name exists and if it accords to one of the 
-		demanded <type>PropertyConcept</type>s. The information 
+	long getSuppliedPropertyConcepts();
+
+	//-------------------------------------------------------------------------
+	/** returns information about a property if a property with
+		the demanded name exists and if it accords to one of the
+		demanded <type>PropertyConcept</type>s. The information
 		is provided as <type>Property</type> struct.
-	
-		@returns 
+
+		@returns
 			A <type>Property</type> struct providing
 			information about the demanded property,
 			if a corresponding property exists.
-				 
-		@param aName  
+
+		@param aName
 			the name of the property.
-				 
-		@param nPropertyConcepts	 
+
+		@param nPropertyConcepts
 			zero or more constants of the <type>PropertyConcept
-			</type> constants group combined by an arithmetical 
+			</type> constants group combined by an arithmetical
 			or-operation.
 
-		@throws NoSuchElementException  
+		@throws NoSuchElementException
 			when a property with the demanded name doesn't exist
 			or if it accords to a wrong <type>PropertyConcept
 			</type>.
 	 */
-	com::sun::star::beans::Property getProperty( [in] string aName, 
-			 [in] long nPropertyConcepts ) 
-			raises( com::sun::star::container::NoSuchElementException ); 
- 
-	//------------------------------------------------------------------------- 
-	/** allows to ask if a property with the demanded name exists 
+	com::sun::star::beans::Property getProperty( [in] string aName,
+			 [in] long nPropertyConcepts )
+			raises( com::sun::star::container::NoSuchElementException );
+
+	//-------------------------------------------------------------------------
+	/** allows to ask if a property with the demanded name exists
 		and if it accords to one of the demanded <type>
-		PropertyConcept</type>s. 
-	
-		@returns 
-			<TRUE/> if the property exists and accords to one of 
-			the demanded <type>PropertyConcept</type>s, otherwise 
-			<FALSE/> is returned. 
-				 
-		@param aName  
-			the name of the property. 
-				 
+		PropertyConcept</type>s.
+
+		@returns
+			<TRUE/> if the property exists and accords to one of
+			the demanded <type>PropertyConcept</type>s, otherwise
+			<FALSE/> is returned.
+
+		@param aName
+			the name of the property.
+
 		@param nPropertyConcepts
 			zero or more constants of the <type>PropertyConcept
-			</type> constants group combined by an arithmetical 
+			</type> constants group combined by an arithmetical
 			or-operation.
 	 */
-	boolean hasProperty( [in] string aName, 
-			 [in] long nPropertyConcepts ); 
- 
-	//------------------------------------------------------------------------- 
+	boolean hasProperty( [in] string aName,
+			 [in] long nPropertyConcepts );
+
+	//-------------------------------------------------------------------------
 	/** returns a sequence of properties of the introspected object
 
-		@returns 
-			all properties of the introspected object which accord 
+		@returns
+			all properties of the introspected object which accord
 			to the demanded <type>PropertyConcept</type>s.
-				 
+
 		@param nPropertyConcepts
 			zero or more constants of the <type>PropertyConcept
-			</type> constants group combined by an arithmetical 
+			</type> constants group combined by an arithmetical
 			or-operation.
 	 */
-	sequence<com::sun::star::beans::Property> getProperties(  
-				[in] long nPropertyConcepts ); 
+	sequence<com::sun::star::beans::Property> getProperties(
+				[in] long nPropertyConcepts );
 
-	//------------------------------------------------------------------------- 
-	/** returns information about a method if a method with 
+	//-------------------------------------------------------------------------
+	/** returns information about a method if a method with
 		the demanded name exists and if it accords to one of
-		the demanded MethodConcepts. The information is 
+		the demanded MethodConcepts. The information is
 		provided as <type scope="com::sun::star::reflection">
 		XIdlMethod</type>.
-	
-		@returns 
+
+		@returns
 			A <type scope="com::sun::star::reflection">
 			XIdlMethod</type> providing information about and
-			access to the demanded method if a corresponding 
+			access to the demanded method if a corresponding
 			method exists.
-				 
-		@param aName  
+
+		@param aName
 			the name of the method.
-				 
-		@param nMethodConcepts	 
+
+		@param nMethodConcepts
 			zero or more constants of the <type>MethodConcept
-			</type> constants group combined by an arithmetical 
+			</type> constants group combined by an arithmetical
 			or-operation.
 
-		@throws NoSuchElementException  
+		@throws NoSuchElementException
 			when a method with the demanded name doesn't exist
 			or if it accords to a wrong <type>MethodConcept</type>.
 	 */
-	com::sun::star::reflection::XIdlMethod getMethod( [in] string aName, 
-			 [in] long nMethodConcepts ) 
-			raises( com::sun::star::lang::NoSuchMethodException ); 
+	com::sun::star::reflection::XIdlMethod getMethod( [in] string aName,
+			 [in] long nMethodConcepts )
+			raises( com::sun::star::lang::NoSuchMethodException );
 
-	//------------------------------------------------------------------------- 
-	/** allows to ask if a method with the demanded name exists 
+	//-------------------------------------------------------------------------
+	/** allows to ask if a method with the demanded name exists
 		and if it accords to one of the demanded <type>MethodConcept
-		</type>s. 
-	
-		@returns 
-			<TRUE/> if the method exists and accords to one of 
-			the demanded <type>MethodConcept</type>s, otherwise 
-			<FALSE/> is returned. 
-				 
-		@param aName  
+		</type>s.
+
+		@returns
+			<TRUE/> if the method exists and accords to one of
+			the demanded <type>MethodConcept</type>s, otherwise
+			<FALSE/> is returned.
+
+		@param aName
 			the name of the method.
-				 
+
 		@param nMethodConcepts
 			zero or more constants of the <type>MethodConcept
-			</type> constants group combined by an arithmetical 
+			</type> constants group combined by an arithmetical
 			or-operation.
 	 */
-	boolean hasMethod( [in] string aName, 
-			 [in] long nMethodConcepts ); 
+	boolean hasMethod( [in] string aName,
+			 [in] long nMethodConcepts );
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	/** returns a sequence of methods of the introspected object.
 
-		@returns 
-			all methods of the introspected object which accord 
+		@returns
+			all methods of the introspected object which accord
 			to the demanded <type>MethodConcept</type>s.
-				 
+
 		@param nMethodConcepts
 			zero or more constants of the <type>MethodConcept
-			</type> constants group combined by an arithmetical 
+			</type> constants group combined by an arithmetical
 			or-operation.
 	 */
-	sequence<com::sun::star::reflection::XIdlMethod> getMethods(  
-			[in] long nMethodConcepts ); 
+	sequence<com::sun::star::reflection::XIdlMethod> getMethods(
+			[in] long nMethodConcepts );
 
-	//------------------------------------------------------------------------- 
-	/** returns the listener types supported by the introspected 
+	//-------------------------------------------------------------------------
+	/** returns the listener types supported by the introspected
 		object.
 
 		<p>If the introspected object has the methods
 		<code>addFooListener( XFooListener xFoo )</code> and
 		<code>removeFooListener( XFooListener xFoo )</code>
-		the type of XFooListener will be one of the elements 
+		the type of XFooListener will be one of the elements
 		in the returned sequence.
-	
-		@returns 
-			a sequence of the types of listener interfaces 
+
+		@returns
+			a sequence of the types of listener interfaces
 			which are supported by the introspected object.
 	 */
-	sequence<type> getSupportedListeners(); 
- 
-	//------------------------------------------------------------------------- 
-	/** creates an adapter that implements an interface with the 
+	sequence<type> getSupportedListeners();
+
+	//-------------------------------------------------------------------------
+	/** creates an adapter that implements an interface with the
 		specified type.
-		
+
 		<p>To access properties, query for the <type>XPropertySet
-		</type> interface. If the <type>XPropertySet</type> can 
-		be queried,	the <type>XFastPropertySet</type> interface 
+		</type> interface. If the <type>XPropertySet</type> can
+		be queried,	the <type>XFastPropertySet</type> interface
 		must be supported too.  </p>
 
-		<p>If the introspected object implements a name container, 
+		<p>If the introspected object implements a name container,
 		the introspection should return the <type scope=
-		"com::sun::star::container">XNameAccess</type> and <type 
-		scope="com::sun::star::container">XNameContainer</type> 
+		"com::sun::star::container">XNameAccess</type> and <type
+		scope="com::sun::star::container">XNameContainer</type>
 		interfaces.</p>
 
 		<p>If the introspected object implements an index container,
 		the introspection should return the <type scope=
-		"com::sun::star::container">XIndexAccess</type> and <type 
-		scope="com::sun::star::container">XIndexContainer</type> 
+		"com::sun::star::container">XIndexAccess</type> and <type
+		scope="com::sun::star::container">XIndexContainer</type>
 		interfaces.</p>
 
-		<p>If the introspected object implements an enumeration 
+		<p>If the introspected object implements an enumeration
 		container, the introspection should return the <type scope=
 		"com::sun::star::container">XEnumerationAccess</type>
 		interface.</p>
 
 		<p>If the introspected object implements the <type scope=
-		"com::sun::star::reflection">XIdlArray</type> interface, 
+		"com::sun::star::reflection">XIdlArray</type> interface,
 		the introspection should return this.</p>
 
-		<p>To implement inaccurate name access, at all objects, 
+		<p>To implement inaccurate name access, at all objects,
 		which implement the <type scope="com::sun::star::container">
-		XNameAccess</type> or <type>XPropertySet</type> interface, 
+		XNameAccess</type> or <type>XPropertySet</type> interface,
 		the <type>XExactName</type> interface has to be supported.
 		</p>
 
 		@see com::sun::star::beans::XExactName
 	 */
-	com::sun::star::uno::XInterface queryAdapter( [in] type aInterfaceType ) 
-			raises( com::sun::star::beans::IllegalTypeException ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::uno::XInterface queryAdapter( [in] type aInterfaceType )
+			raises( com::sun::star::beans::IllegalTypeException );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/beans/XMaterialHolder.idl b/main/udkapi/com/sun/star/beans/XMaterialHolder.idl
index 958cf20..831648d 100644
--- a/main/udkapi/com/sun/star/beans/XMaterialHolder.idl
+++ b/main/udkapi/com/sun/star/beans/XMaterialHolder.idl
@@ -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,35 +7,35 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_beans_XMaterialHolder_idl__ 
-#define __com_sun_star_beans_XMaterialHolder_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module beans {  
- 
-//============================================================================= 
+#ifndef __com_sun_star_beans_XMaterialHolder_idl__
+#define __com_sun_star_beans_XMaterialHolder_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module beans {
+
+//=============================================================================
 /** gives access to the material a (tool-) object is working on.
 
-	<p>Example: The introspection service allows the inspection of an 
+	<p>Example: The introspection service allows the inspection of an
 	object's properties and methods. The result is represented as
 	XIntrospectionAccess interface. The inspected object then is the
 	material attached to the introspection tool and an implementation
@@ -45,19 +45,19 @@
 	@see XIntrospectionAccess
  */
 published interface XMaterialHolder: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** returns the material that is connected to this (tool-) object
-	
-		@returns 
+
+		@returns
 			the material that is connected to this (tool-) object.
 	 */
-	any getMaterial(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	any getMaterial();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.idl b/main/udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.idl
index 3d47ed0..43c006c 100644
--- a/main/udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.idl
+++ b/main/udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.idl
@@ -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,151 +7,151 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_beans_XMultiHierarchicalPropertySet_idl__ 
-#define __com_sun_star_beans_XMultiHierarchicalPropertySet_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XHierarchicalPropertySetInfo_idl__ 
-#include <com/sun/star/beans/XHierarchicalPropertySetInfo.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_PropertyVetoException_idl__ 
-#include <com/sun/star/beans/PropertyVetoException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_WrappedTargetException_idl__ 
-#include <com/sun/star/lang/WrappedTargetException.idl> 
-#endif 
-  
-//============================================================================= 
- 
-module com {  module sun {  module star {  module beans {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_beans_XMultiHierarchicalPropertySet_idl__
+#define __com_sun_star_beans_XMultiHierarchicalPropertySet_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XHierarchicalPropertySetInfo_idl__
+#include <com/sun/star/beans/XHierarchicalPropertySetInfo.idl>
+#endif
+
+#ifndef __com_sun_star_beans_PropertyVetoException_idl__
+#include <com/sun/star/beans/PropertyVetoException.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+#ifndef __com_sun_star_lang_WrappedTargetException_idl__
+#include <com/sun/star/lang/WrappedTargetException.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module beans {
+
+//=============================================================================
+
 /** provides access to multiple properties which form a hierarchy.
 
 	@see XHierarchicalPropertySet
  */
 published interface XMultiHierarchicalPropertySet: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** retrieve information about the hierarchy of properties
 
-		@returns  
-				the <type>XHierarchicalPropertySetInfo</type> interface, 
-				which describes the property hierarchy of the object which 
-				supplies this interface. 
-				 
-		@returns	 
-				<NULL/> if the implementation cannot or will  
-				not provide information about the properties; otherwise the  
+		@returns
+				the <type>XHierarchicalPropertySetInfo</type> interface,
+				which describes the property hierarchy of the object which
+				supplies this interface.
+
+		@returns
+				<NULL/> if the implementation cannot or will
+				not provide information about the properties; otherwise the
 				interface <type>XHierarchicalPropertySetInfo</type> is returned.
-				
+
 		@see XHierarchicalPropertySet::getHierarchicalPropertySetInfo
 	 */
-	com::sun::star::beans::XHierarchicalPropertySetInfo getHierarchicalPropertySetInfo(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::beans::XHierarchicalPropertySetInfo getHierarchicalPropertySetInfo();
+
+	//-------------------------------------------------------------------------
+
 	/** sets the values of the properties with the specified nested names.
-		
-		<p>	The values of the properties must change before bound 
-			events are fired. The values of constrained properties 
-			should change after the vetoable events are fired, if no 
+
+		<p>	The values of the properties must change before bound
+			events are fired. The values of constrained properties
+			should change after the vetoable events are fired, if no
 			exception occurs.  </p>
 
 		<p> Unknown properties are ignored.  </p>
 
-		@param	aHierarchicalPropertyNames	 
-				This parameter specifies the names of the properties. 
-		 
-		@param	aValues	 
-				This parameter specifies the new values for the properties. 
-		 
-		@throws PropertyVetoException  
-				if one of the properties is constrained and the change is 
+		@param	aHierarchicalPropertyNames
+				This parameter specifies the names of the properties.
+
+		@param	aValues
+				This parameter specifies the new values for the properties.
+
+		@throws PropertyVetoException
+				if one of the properties is constrained and the change is
 				vetoed by a <type>XVetoableChangeListener</type>.
-				
-		@throws com::sun::star::lang::IllegalArgumentException  
+
+		@throws com::sun::star::lang::IllegalArgumentException
 				if one of the values is not a legal value for the
 				corresponding property or if one of the names
 				is not a well-formed nested name for this hierarchy.
 				An implementation is not required to detect the latter
 				condition.
 
-		@throws com::sun::star::lang::WrappedTargetException  
-				if the implementation has an internal reason for the exception. 
-				In this case the original exception is wrapped into that 
+		@throws com::sun::star::lang::WrappedTargetException
+				if the implementation has an internal reason for the exception.
+				In this case the original exception is wrapped into that
 				<type scope="com::sun::star::lang">WrappedTargetException</type>.
-				
+
 		@see XHierarchicalPropertySet::setHierarchicalPropertyValue
 		@see XMultiPropertySet::setPropertyValues
 	 */
-		
-		
-	void setHierarchicalPropertyValues( [in] sequence<string> aHierarchicalPropertyNames, 
-			 [in] sequence<any> Values ) 
-			raises( com::sun::star::beans::PropertyVetoException, 
-					com::sun::star::lang::IllegalArgumentException, 
-					com::sun::star::lang::WrappedTargetException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns 
-			a sequence of all values of the properties which are specified 
-			by their nested names. 
-		 
-		<p>	The order of the values in the returned sequence will be the same  
+
+
+	void setHierarchicalPropertyValues( [in] sequence<string> aHierarchicalPropertyNames,
+			 [in] sequence<any> Values )
+			raises( com::sun::star::beans::PropertyVetoException,
+					com::sun::star::lang::IllegalArgumentException,
+					com::sun::star::lang::WrappedTargetException );
+
+	//-------------------------------------------------------------------------
+
+	/** @returns
+			a sequence of all values of the properties which are specified
+			by their nested names.
+
+		<p>	The order of the values in the returned sequence will be the same
 			as the order of the names in the argument.  </p>
 
 		<p>	Unknown properties are ignored, in their place <NULL/> will be returned.  </p>
 
-		@throws com::sun::star::lang::IllegalArgumentException  
-				if one of the names is not a well-formed 
+		@throws com::sun::star::lang::IllegalArgumentException
+				if one of the names is not a well-formed
 				nested name for this hierarchy.
 				An implementation is not required to detect this
 				condition.
 
-		@throws com::sun::star::lang::WrappedTargetException  
-				if the implementation has an internal reason for the exception. 
-				In this case the original exception is wrapped into that 
+		@throws com::sun::star::lang::WrappedTargetException
+				if the implementation has an internal reason for the exception.
+				In this case the original exception is wrapped into that
 				<type scope="com::sun::star::lang">WrappedTargetException</type>.
-				
+
 		@see XHierarchicalPropertySet::getHierarchicalPropertyValue
 		@see XMultiPropertySet::setPropertyValues
 	 */
 	sequence<any> getHierarchicalPropertyValues( [in] sequence<string> aPropertyNames )
-			raises( com::sun::star::lang::IllegalArgumentException , 
-					com::sun::star::lang::WrappedTargetException ); 
- 
-	//------------------------------------------------------------------------- 
-	  
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+			raises( com::sun::star::lang::IllegalArgumentException ,
+					com::sun::star::lang::WrappedTargetException );
+
+	//-------------------------------------------------------------------------
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/beans/XMultiPropertySet.idl b/main/udkapi/com/sun/star/beans/XMultiPropertySet.idl
index 5362b6d..6d2969e 100644
--- a/main/udkapi/com/sun/star/beans/XMultiPropertySet.idl
+++ b/main/udkapi/com/sun/star/beans/XMultiPropertySet.idl
@@ -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,76 +7,76 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_beans_XMultiPropertySet_idl__ 
-#define __com_sun_star_beans_XMultiPropertySet_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XPropertySetInfo_idl__ 
-#include <com/sun/star/beans/XPropertySetInfo.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_PropertyVetoException_idl__ 
-#include <com/sun/star/beans/PropertyVetoException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_WrappedTargetException_idl__ 
-#include <com/sun/star/lang/WrappedTargetException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XPropertiesChangeListener_idl__ 
-#include <com/sun/star/beans/XPropertiesChangeListener.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module beans {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_beans_XMultiPropertySet_idl__
+#define __com_sun_star_beans_XMultiPropertySet_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XPropertySetInfo_idl__
+#include <com/sun/star/beans/XPropertySetInfo.idl>
+#endif
+
+#ifndef __com_sun_star_beans_PropertyVetoException_idl__
+#include <com/sun/star/beans/PropertyVetoException.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+#ifndef __com_sun_star_lang_WrappedTargetException_idl__
+#include <com/sun/star/lang/WrappedTargetException.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XPropertiesChangeListener_idl__
+#include <com/sun/star/beans/XPropertiesChangeListener.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module beans {
+
+//=============================================================================
+
 /** provides access to multiple properties with a single call.
  */
 published interface XMultiPropertySet: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns 
-			the <type>XPropertySetInfo</type> interface, which describes  
-			all properties of the object to which this interface belongs.  
-			<const>NULL</const> is returned if the object cannot or will 
-			not provide information about the properties. 
-				 
+{
+	//-------------------------------------------------------------------------
+
+	/** @returns
+			the <type>XPropertySetInfo</type> interface, which describes
+			all properties of the object to which this interface belongs.
+			<const>NULL</const> is returned if the object cannot or will
+			not provide information about the properties.
+
 		@see XPropertySet::getPropertySetInfo
 	 */
-	com::sun::star::beans::XPropertySetInfo getPropertySetInfo(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::beans::XPropertySetInfo getPropertySetInfo();
+
+	//-------------------------------------------------------------------------
+
 	/** sets the values to the properties with the specified names.
-		
-		<p>The values of the properties must change before the bound 
-		events are fired. The values of the constrained properties 
-		should change after the vetoable events are fired and only if no 
+
+		<p>The values of the properties must change before the bound
+		events are fired. The values of the constrained properties
+		should change after the vetoable events are fired and only if no
 		exception occurred. Unknown properties are ignored.  </p>
 
 		@param aPropertyNames
@@ -95,31 +95,31 @@
 			if the implementation has an internal reason for the exception.
 			In this case the original exception is wrapped.
 	 */
-	void setPropertyValues( [in] sequence<string> aPropertyNames, 
-			 [in] sequence<any> aValues ) 
-			raises( com::sun::star::beans::PropertyVetoException, 
-					com::sun::star::lang::IllegalArgumentException, 
-					com::sun::star::lang::WrappedTargetException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns 
-			a sequence of all values of the properties which are specified by their names. 
-		 
-		<p>The order of the values in the returned sequence will be the same  
+	void setPropertyValues( [in] sequence<string> aPropertyNames,
+			 [in] sequence<any> aValues )
+			raises( com::sun::star::beans::PropertyVetoException,
+					com::sun::star::lang::IllegalArgumentException,
+					com::sun::star::lang::WrappedTargetException );
+
+	//-------------------------------------------------------------------------
+
+	/** @returns
+			a sequence of all values of the properties which are specified by their names.
+
+		<p>The order of the values in the returned sequence will be the same
 		as the order of the names in the argument. </p>
 
 		@param aPropertyNames
-			specifies the names of the properties. 
+			specifies the names of the properties.
 			This sequence must be alphabetically sorted.
 	 */
-	sequence<any> getPropertyValues( [in] sequence<string> aPropertyNames ); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** adds an <type>XPropertiesChangeListener</type> to the 
+	sequence<any> getPropertyValues( [in] sequence<string> aPropertyNames );
+
+	//-------------------------------------------------------------------------
+
+	/** adds an <type>XPropertiesChangeListener</type> to the
 		specified property with the specified names.
-		
+
 		<p>The implementation can ignore the names of the properties
 		and fire the event on all properties. </p>
 
@@ -132,15 +132,15 @@
 		@param xListener
 			contains the listener for the property change events.
 
-		@see removePropertiesChangeListener 
+		@see removePropertiesChangeListener
 	 */
-	[oneway] void addPropertiesChangeListener( [in] sequence<string> aPropertyNames, 
-			 [in] com::sun::star::beans::XPropertiesChangeListener xListener ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void addPropertiesChangeListener( [in] sequence<string> aPropertyNames,
+			 [in] com::sun::star::beans::XPropertiesChangeListener xListener );
+
+	//-------------------------------------------------------------------------
+
 	/** removes an <type>XPropertiesChangeListener</type> from the listener list.
-		
+
 		<p>It is a "noop" if the listener is not registered.  </p>
 
 		<p>It is suggested to allow multiple registration of the same listener,
@@ -151,11 +151,11 @@
 
 		@see addPropertiesChangeListener
 	 */
-	[oneway] void removePropertiesChangeListener( [in] com::sun::star::beans::XPropertiesChangeListener xListener ); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** fires a sequence of <type>PropertyChangeEvent</type>s to the specified 
+	[oneway] void removePropertiesChangeListener( [in] com::sun::star::beans::XPropertiesChangeListener xListener );
+
+	//-------------------------------------------------------------------------
+
+	/** fires a sequence of <type>PropertyChangeEvent</type>s to the specified
 		listener.
 
 		@param aPropertynames
@@ -164,13 +164,13 @@
 		@param xListener
 			contains the listener for the property change events.
 	 */
-	[oneway] void firePropertiesChangeEvent( [in] sequence<string> aPropertyNames, 
-			 [in] com::sun::star::beans::XPropertiesChangeListener xListener ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[oneway] void firePropertiesChangeEvent( [in] sequence<string> aPropertyNames,
+			 [in] com::sun::star::beans::XPropertiesChangeListener xListener );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/beans/XMultiPropertyStates.idl b/main/udkapi/com/sun/star/beans/XMultiPropertyStates.idl
index 8f28375..3f505c0 100644
--- a/main/udkapi/com/sun/star/beans/XMultiPropertyStates.idl
+++ b/main/udkapi/com/sun/star/beans/XMultiPropertyStates.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -46,10 +46,10 @@
 
 //=============================================================================
 
-module com { module sun { module star { module beans { 
+module com { module sun { module star { module beans {
 
 //=============================================================================
-/** makes it possible to query information about the state of 
+/** makes it possible to query information about the state of
 	one or more properties.
 
 	<p>The state of a property contains information about the source of
@@ -63,41 +63,41 @@
 			a sequence of the states of the properties which are specified
 			by their names.
 
-		<p>The order of the states is correlating to the order of the 
-		given property names.  
+		<p>The order of the states is correlating to the order of the
+		given property names.
 
 		@param aPropertyName
 			specifies the names of the properties. All names must be unique.
 			This sequence must be alphabetically sorted.
 	*/
-	sequence<com::sun::star::beans::PropertyState> getPropertyStates( 
+	sequence<com::sun::star::beans::PropertyState> getPropertyStates(
 			[in] sequence<string> aPropertyName )
 		raises( com::sun::star::beans::UnknownPropertyException );
 
 	//-------------------------------------------------------------------------
-	/** sets all properties to their default values. 
-		
-		<p>Each value depends on the implementation of this interface. 
-		If it is a bound property, you must change the value before 
-		the change events are fired.  If it is a constrained property, you 
+	/** sets all properties to their default values.
+
+		<p>Each value depends on the implementation of this interface.
+		If it is a bound property, you must change the value before
+		the change events are fired.  If it is a constrained property, you
 		must fire the vetoable event before you change the property value.
 		</p>
 	*/
 	void setAllPropertiesToDefault();
 
 	//-------------------------------------------------------------------------
-	/** sets the specified properties to their default values. 
-		
-		<p>Each value depends on the implementation of this interface. 
-		If it is a bound property, you must change the value before 
-		the change events are fired.  If it is a constrained property, you 
+	/** sets the specified properties to their default values.
+
+		<p>Each value depends on the implementation of this interface.
+		If it is a bound property, you must change the value before
+		the change events are fired.  If it is a constrained property, you
 		must fire the vetoable event before you change the property value. </p>
-		
+
 		@param aPropertyName
 			specifies the names of the properties. All names must be unique.
 			This sequence must be alphabetically sorted.
-		
-		@throws UnknownPropertyException	
+
+		@throws UnknownPropertyException
 			if one of the properties does not exist.
 	*/
 	void setPropertiesToDefault( [in] sequence<string> aPropertyNames )
@@ -106,24 +106,24 @@
 	//-------------------------------------------------------------------------
 	/** @returns
 			the default values of the propertes with the specified names.
-		
+
 		<p>If no default exists, is not known, or is void,
 		then the return type at the corresponding position in the
 		sequence returned is <atom>void</atom>. </p>
-		
+
 		@param aPropertyName
 			specifies the names of the properties. All names must be unique.
 			This sequence must be alphabetically sorted.
-		
-		@throws UnknownPropertyException	
+
+		@throws UnknownPropertyException
 			if one of the propertes does not exist.
-		
-		@throws  com::sun::star::lang::WrappedTargetException 
+
+		@throws  com::sun::star::lang::WrappedTargetException
 			if the implementation has an internal reason for the exception.
 			In this case the original exception is wrapped into that
 			<type scope="com::sun::star::lang">WrappedTargetException</type>.
 	*/
-	sequence<any> getPropertyDefaults( 
+	sequence<any> getPropertyDefaults(
 				[in] sequence<string> aPropertyNames )
 			raises( com::sun::star::beans::UnknownPropertyException,
 					com::sun::star::lang::WrappedTargetException );
@@ -131,6 +131,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/udkapi/com/sun/star/beans/XPropertiesChangeListener.idl b/main/udkapi/com/sun/star/beans/XPropertiesChangeListener.idl
index 374f1b7..1aff1f8 100644
--- a/main/udkapi/com/sun/star/beans/XPropertiesChangeListener.idl
+++ b/main/udkapi/com/sun/star/beans/XPropertiesChangeListener.idl
@@ -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,56 +7,56 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_beans_XPropertiesChangeListener_idl__ 
-#define __com_sun_star_beans_XPropertiesChangeListener_idl__ 
- 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_PropertyChangeEvent_idl__ 
-#include <com/sun/star/beans/PropertyChangeEvent.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module beans {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_beans_XPropertiesChangeListener_idl__
+#define __com_sun_star_beans_XPropertiesChangeListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+#ifndef __com_sun_star_beans_PropertyChangeEvent_idl__
+#include <com/sun/star/beans/PropertyChangeEvent.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module beans {
+
+//=============================================================================
+
 /** receives events which get fired whenever a bound property is changed.
  */
 published interface XPropertiesChangeListener: com::sun::star::lang::XEventListener
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** gets called when bound properties are changed.
 
 		@param aEvent
 			contains a sequence of <type>PropertyChangeEvent</type> objects
-			which describe the event source and the properites which have 
+			which describe the event source and the properites which have
 			changed.
 	 */
-	void propertiesChange( [in] sequence<com::sun::star::beans::PropertyChangeEvent> aEvent ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
+	void propertiesChange( [in] sequence<com::sun::star::beans::PropertyChangeEvent> aEvent );
 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/beans/XPropertiesChangeNotifier.idl b/main/udkapi/com/sun/star/beans/XPropertiesChangeNotifier.idl
index fa86def..fdb8118 100644
--- a/main/udkapi/com/sun/star/beans/XPropertiesChangeNotifier.idl
+++ b/main/udkapi/com/sun/star/beans/XPropertiesChangeNotifier.idl
@@ -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,61 +7,61 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_beans_XPropertiesChangeNotifier_idl__ 
-#define __com_sun_star_beans_XPropertiesChangeNotifier_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XPropertiesChangeListener_idl__ 
-#include <com/sun/star/beans/XPropertiesChangeListener.idl> 
-#endif 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module beans { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_beans_XPropertiesChangeNotifier_idl__
+#define __com_sun_star_beans_XPropertiesChangeNotifier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XPropertiesChangeListener_idl__
+#include <com/sun/star/beans/XPropertiesChangeListener.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module beans {
+
+//=============================================================================
+
 /** specifies a notifier for changed property values@see      XPropertiesChangeListener
  */
 published interface XPropertiesChangeNotifier: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** adds an <type>XPropertiesChangeListener</type> to the
 		specified properties with the specified names.
 	 */
-	[oneway] void addPropertiesChangeListener( 
-			[in] sequence<string> PropertyNames, 
-			[in] com::sun::star::beans::XPropertiesChangeListener Listener ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void addPropertiesChangeListener(
+			[in] sequence<string> PropertyNames,
+			[in] com::sun::star::beans::XPropertiesChangeListener Listener );
+
+	//-------------------------------------------------------------------------
+
 	/** removes an <type>XPropertiesChangeListener</type> from the
 		listener list.
 	 */
-	[oneway] void removePropertiesChangeListener( 
-			[in] sequence<string> PropertyNames, 
-			[in] com::sun::star::beans::XPropertiesChangeListener Listener ); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
+	[oneway] void removePropertiesChangeListener(
+			[in] sequence<string> PropertyNames,
+			[in] com::sun::star::beans::XPropertiesChangeListener Listener );
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/beans/XProperty.idl b/main/udkapi/com/sun/star/beans/XProperty.idl
index ba13e44..c1d77e3 100644
--- a/main/udkapi/com/sun/star/beans/XProperty.idl
+++ b/main/udkapi/com/sun/star/beans/XProperty.idl
@@ -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,45 +7,45 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_beans_XProperty_idl__ 
-#define __com_sun_star_beans_XProperty_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_Property_idl__ 
-#include <com/sun/star/beans/Property.idl> 
-#endif 
-  
-//============================================================================= 
- 
-module com {  module sun {  module star {  module beans {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_beans_XProperty_idl__
+#define __com_sun_star_beans_XProperty_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_beans_Property_idl__
+#include <com/sun/star/beans/Property.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module beans {
+
+//=============================================================================
+
 /** Is implemented by objects that also are a property of
 	some other object.
-	
-	<p> Provides access to traits of this object that would 
+
+	<p> Provides access to traits of this object that would
 		otherwise only be available from a containing
 		<type>XPropertySet</type> via its
 		<type>XPropertySetInfo</type>.
 	</p>
-	
+
  */
 published interface XProperty: com::sun::star::uno::XInterface
 {
@@ -53,13 +53,13 @@
 				the specification of this object as <type>Property</type>.
 
 	 */
-	com::sun::star::beans::Property getAsProperty(); 
- 
-	//------------------------------------------------------------------------- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::beans::Property getAsProperty();
+
+	//-------------------------------------------------------------------------
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/beans/XPropertyAccess.idl b/main/udkapi/com/sun/star/beans/XPropertyAccess.idl
index 3fdd2e0..1b82fd9 100644
--- a/main/udkapi/com/sun/star/beans/XPropertyAccess.idl
+++ b/main/udkapi/com/sun/star/beans/XPropertyAccess.idl
@@ -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,90 +7,90 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_beans_XPropertyAccess_idl__ 
-#define __com_sun_star_beans_XPropertyAccess_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_PropertyValue_idl__ 
-#include <com/sun/star/beans/PropertyValue.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_UnknownPropertyException_idl__ 
-#include <com/sun/star/beans/UnknownPropertyException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_PropertyVetoException_idl__ 
-#include <com/sun/star/beans/PropertyVetoException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_WrappedTargetException_idl__ 
-#include <com/sun/star/lang/WrappedTargetException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module beans {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_beans_XPropertyAccess_idl__
+#define __com_sun_star_beans_XPropertyAccess_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_beans_PropertyValue_idl__
+#include <com/sun/star/beans/PropertyValue.idl>
+#endif
+
+#ifndef __com_sun_star_beans_UnknownPropertyException_idl__
+#include <com/sun/star/beans/UnknownPropertyException.idl>
+#endif
+
+#ifndef __com_sun_star_beans_PropertyVetoException_idl__
+#include <com/sun/star/beans/PropertyVetoException.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+#ifndef __com_sun_star_lang_WrappedTargetException_idl__
+#include <com/sun/star/lang/WrappedTargetException.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module beans {
+
+//=============================================================================
+
 /** makes it possible to access all property values and to set them at once.
-	
+
 	<p>In most cases this interface will be in addition to
-	<type>XPropertySet</type>. It is especially useful for remote 
+	<type>XPropertySet</type>. It is especially useful for remote
 	communication because it lessens the number of calls for getting
-	property values; that is especially important because these calls 
+	property values; that is especially important because these calls
 	are necessarily synchronous.  </p>
 
-	<p>Another advantage of this method is that conflicts are avoided 
+	<p>Another advantage of this method is that conflicts are avoided
 	if property value restrictions depend on the value of other properties.</p>
  */
 published interface XPropertyAccess: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns 
+{
+	//-------------------------------------------------------------------------
+
+	/** @returns
 			a sequence of all property values within the object in a single call.
 	 */
-	sequence<com::sun::star::beans::PropertyValue> getPropertyValues(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	sequence<com::sun::star::beans::PropertyValue> getPropertyValues();
+
+	//-------------------------------------------------------------------------
+
 	/** sets the values of given properties.
-		
-		<p>All properties which are not contained in the sequence 
+
+		<p>All properties which are not contained in the sequence
 		<var>aProps</var> will be left unchanged.</p>
 	 */
-	void setPropertyValues( [in] sequence<com::sun::star::beans::PropertyValue> aProps ) 
-			raises( com::sun::star::beans::UnknownPropertyException, 
-					com::sun::star::beans::PropertyVetoException, 
-					com::sun::star::lang::IllegalArgumentException, 
-					com::sun::star::lang::WrappedTargetException ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void setPropertyValues( [in] sequence<com::sun::star::beans::PropertyValue> aProps )
+			raises( com::sun::star::beans::UnknownPropertyException,
+					com::sun::star::beans::PropertyVetoException,
+					com::sun::star::lang::IllegalArgumentException,
+					com::sun::star::lang::WrappedTargetException );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/beans/XPropertyChangeListener.idl b/main/udkapi/com/sun/star/beans/XPropertyChangeListener.idl
index 5d82d6b..e1c2e35 100644
--- a/main/udkapi/com/sun/star/beans/XPropertyChangeListener.idl
+++ b/main/udkapi/com/sun/star/beans/XPropertyChangeListener.idl
@@ -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,52 +7,52 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_beans_XPropertyChangeListener_idl__ 
-#define __com_sun_star_beans_XPropertyChangeListener_idl__ 
- 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_PropertyChangeEvent_idl__ 
-#include <com/sun/star/beans/PropertyChangeEvent.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module beans {  
- 
-//============================================================================= 
- 
-/** is used to receive <type>PropertyChangeEvent</type>s 
+#ifndef __com_sun_star_beans_XPropertyChangeListener_idl__
+#define __com_sun_star_beans_XPropertyChangeListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+#ifndef __com_sun_star_beans_PropertyChangeEvent_idl__
+#include <com/sun/star/beans/PropertyChangeEvent.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module beans {
+
+//=============================================================================
+
+/** is used to receive <type>PropertyChangeEvent</type>s
 	whenever a bound property is changed.
  */
 published interface XPropertyChangeListener: com::sun::star::lang::XEventListener
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** is called when a bound property is changed.
 	 */
-	void propertyChange( [in] com::sun::star::beans::PropertyChangeEvent evt ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void propertyChange( [in] com::sun::star::beans::PropertyChangeEvent evt );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/beans/XPropertyContainer.idl b/main/udkapi/com/sun/star/beans/XPropertyContainer.idl
index c3b4d64..857a1b2 100644
--- a/main/udkapi/com/sun/star/beans/XPropertyContainer.idl
+++ b/main/udkapi/com/sun/star/beans/XPropertyContainer.idl
@@ -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,56 +7,56 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_beans_XPropertyContainer_idl__ 
-#define __com_sun_star_beans_XPropertyContainer_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_reflection_XIdlClass_idl__ 
-#include <com/sun/star/reflection/XIdlClass.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_PropertyExistException_idl__ 
-#include <com/sun/star/beans/PropertyExistException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_IllegalTypeException_idl__ 
-#include <com/sun/star/beans/IllegalTypeException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_UnknownPropertyException_idl__ 
-#include <com/sun/star/beans/UnknownPropertyException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_NotRemoveableException_idl__ 
-#include <com/sun/star/beans/NotRemoveableException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module beans { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_beans_XPropertyContainer_idl__
+#define __com_sun_star_beans_XPropertyContainer_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_reflection_XIdlClass_idl__
+#include <com/sun/star/reflection/XIdlClass.idl>
+#endif
+
+#ifndef __com_sun_star_beans_PropertyExistException_idl__
+#include <com/sun/star/beans/PropertyExistException.idl>
+#endif
+
+#ifndef __com_sun_star_beans_IllegalTypeException_idl__
+#include <com/sun/star/beans/IllegalTypeException.idl>
+#endif
+
+#ifndef __com_sun_star_beans_UnknownPropertyException_idl__
+#include <com/sun/star/beans/UnknownPropertyException.idl>
+#endif
+
+#ifndef __com_sun_star_beans_NotRemoveableException_idl__
+#include <com/sun/star/beans/NotRemoveableException.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module beans {
+
+//=============================================================================
+
 /** makes it possible to add and remove properties to or from an object.
 
 	<p>Some scripting engines cannot access properties directly when the
@@ -64,9 +64,9 @@
 	etc. in this case. </p>
  */
 published interface XPropertyContainer: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** adds a property to the object.
 
 		@param aName
@@ -77,7 +77,7 @@
 
 		@param DefaultValue
 			specifies the type of the new property and a potential default value.
-			
+
 		@throws PropertyExistException
 			if a property with the same name already exists.
 
@@ -85,15 +85,15 @@
 			if the specified type is not allowed.
 
 	 */
-	void addProperty( [in] string Name, 
-			 		  [in] short Attributes, 
-					  [in] any DefaultValue ) 
-			raises( com::sun::star::beans::PropertyExistException, 
-					com::sun::star::beans::IllegalTypeException, 
-					com::sun::star::lang::IllegalArgumentException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void addProperty( [in] string Name,
+			 		  [in] short Attributes,
+					  [in] any DefaultValue )
+			raises( com::sun::star::beans::PropertyExistException,
+					com::sun::star::beans::IllegalTypeException,
+					com::sun::star::lang::IllegalArgumentException );
+
+	//-------------------------------------------------------------------------
+
 	/** removes a property from the object.
 
 		@param aName
@@ -102,13 +102,13 @@
 		@throws UnknownPropertyException
 			if the property does not exist.
 	 */
-	void removeProperty( [in] string Name ) 
-			raises( com::sun::star::beans::UnknownPropertyException, 
-			        com::sun::star::beans::NotRemoveableException ); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
+	void removeProperty( [in] string Name )
+			raises( com::sun::star::beans::UnknownPropertyException,
+			        com::sun::star::beans::NotRemoveableException );
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/beans/XPropertySet.idl b/main/udkapi/com/sun/star/beans/XPropertySet.idl
index f3f61ab..22eb479 100644
--- a/main/udkapi/com/sun/star/beans/XPropertySet.idl
+++ b/main/udkapi/com/sun/star/beans/XPropertySet.idl
@@ -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,64 +7,64 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#define __com_sun_star_beans_XPropertySet_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XPropertySetInfo_idl__ 
-#include <com/sun/star/beans/XPropertySetInfo.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_UnknownPropertyException_idl__ 
-#include <com/sun/star/beans/UnknownPropertyException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_PropertyVetoException_idl__ 
-#include <com/sun/star/beans/PropertyVetoException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_WrappedTargetException_idl__ 
-#include <com/sun/star/lang/WrappedTargetException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XPropertyChangeListener_idl__ 
-#include <com/sun/star/beans/XPropertyChangeListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XVetoableChangeListener_idl__ 
-#include <com/sun/star/beans/XVetoableChangeListener.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module beans {  
- 
-//============================================================================= 
- 
-/** provides information about and access to the 
-	properties from an implementation. 
-	
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#define __com_sun_star_beans_XPropertySet_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XPropertySetInfo_idl__
+#include <com/sun/star/beans/XPropertySetInfo.idl>
+#endif
+
+#ifndef __com_sun_star_beans_UnknownPropertyException_idl__
+#include <com/sun/star/beans/UnknownPropertyException.idl>
+#endif
+
+#ifndef __com_sun_star_beans_PropertyVetoException_idl__
+#include <com/sun/star/beans/PropertyVetoException.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+#ifndef __com_sun_star_lang_WrappedTargetException_idl__
+#include <com/sun/star/lang/WrappedTargetException.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XPropertyChangeListener_idl__
+#include <com/sun/star/beans/XPropertyChangeListener.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XVetoableChangeListener_idl__
+#include <com/sun/star/beans/XVetoableChangeListener.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module beans {
+
+//=============================================================================
+
+/** provides information about and access to the
+	properties from an implementation.
+
 	<p>There are three types of properties: </p>
 
 	<ul>
@@ -72,38 +72,38 @@
 		<li>constrained properties </li>
 		<li>free properties </li>
 	</ul>
-	
-	<p>You can listen to changes of bound properties with the 
-	<type>XPropertyChangeListener</type> and you can veto changes 
+
+	<p>You can listen to changes of bound properties with the
+	<type>XPropertyChangeListener</type> and you can veto changes
 	of constrained properties with the <type>XVetoableChangeListener</type>.  </p>
 
-	<p>To implement inaccurate name access, you must support the 
+	<p>To implement inaccurate name access, you must support the
 	interface <type>XExactName</type>. </p>
 
 	@see com::sun::star::beans::XExactName
  */
 published interface XPropertySet: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns  
-			the <type>XPropertySetInfo</type> interface, which  
-			describes all properties of the object which supplies this 
-			interface. 
-			 
-		@returns	 
-			<const>NULL</const> if the implementation cannot or will  
-			not provide information about the properties; otherwise the  
+{
+	//-------------------------------------------------------------------------
+
+	/** @returns
+			the <type>XPropertySetInfo</type> interface, which
+			describes all properties of the object which supplies this
+			interface.
+
+		@returns
+			<const>NULL</const> if the implementation cannot or will
+			not provide information about the properties; otherwise the
 			interface <type>XPropertySetInfo</type> is returned.
 	 */
-	com::sun::star::beans::XPropertySetInfo getPropertySetInfo(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::beans::XPropertySetInfo getPropertySetInfo();
+
+	//-------------------------------------------------------------------------
+
 	/** sets the value of the property with the specified name.
-		
-		<p>If it is a bound property the value will be changed before 
-		the change event is fired.  If it is a constrained property 
+
+		<p>If it is a bound property the value will be changed before
+		the change event is fired.  If it is a constrained property
 		a vetoable event is fired before the property value can be
 		changed.  </p>
 
@@ -112,39 +112,39 @@
 			and one of the listeners throws this exception
 			because of an unaccepted new value.
 	 */
-	void setPropertyValue( [in] string aPropertyName, 
-			 [in] any aValue ) 
-			raises( com::sun::star::beans::UnknownPropertyException, 
-					com::sun::star::beans::PropertyVetoException, 
-					com::sun::star::lang::IllegalArgumentException, 
-					com::sun::star::lang::WrappedTargetException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns 
-			the value of the property with the specified name. 
-				 
-		@param PropertyName	 
-			This parameter specifies the name of the property. 
-		 
-		@throws UnknownPropertyException	 
-			if the property does not exist. 
-				 
-		@throws com::sun::star::lang::WrappedTargetException  
-			if the implementation has an internal reason for the exception. 
-			In this case the original exception is wrapped into that 
+	void setPropertyValue( [in] string aPropertyName,
+			 [in] any aValue )
+			raises( com::sun::star::beans::UnknownPropertyException,
+					com::sun::star::beans::PropertyVetoException,
+					com::sun::star::lang::IllegalArgumentException,
+					com::sun::star::lang::WrappedTargetException );
+
+	//-------------------------------------------------------------------------
+
+	/** @returns
+			the value of the property with the specified name.
+
+		@param PropertyName
+			This parameter specifies the name of the property.
+
+		@throws UnknownPropertyException
+			if the property does not exist.
+
+		@throws com::sun::star::lang::WrappedTargetException
+			if the implementation has an internal reason for the exception.
+			In this case the original exception is wrapped into that
 			<type scope="com::sun::star::lang">WrappedTargetException</type>.
 	 */
-	any getPropertyValue( [in] string PropertyName ) 
-			raises( com::sun::star::beans::UnknownPropertyException, 
-					com::sun::star::lang::WrappedTargetException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	any getPropertyValue( [in] string PropertyName )
+			raises( com::sun::star::beans::UnknownPropertyException,
+					com::sun::star::lang::WrappedTargetException );
+
+	//-------------------------------------------------------------------------
+
 	/** adds an <type>XPropertyChangeListener</type> to the specified property.
-		
-		<p>An empty name ("") registers the listener to all bound 
-		properties. If the property is not bound, the behavior is 
+
+		<p>An empty name ("") registers the listener to all bound
+		properties. If the property is not bound, the behavior is
 		not specified.  </p>
 
 		<p>It is suggested to allow multiple registration of the same listener,
@@ -152,16 +152,16 @@
 
 		@see removePropertyChangeListener
 	 */
-	void addPropertyChangeListener( [in] string aPropertyName, 
-			 [in] com::sun::star::beans::XPropertyChangeListener xListener ) 
-			raises( com::sun::star::beans::UnknownPropertyException, 
-					com::sun::star::lang::WrappedTargetException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** removes an <type>XPropertyChangeListener</type> from 
-		the listener list.  
-		
+	void addPropertyChangeListener( [in] string aPropertyName,
+			 [in] com::sun::star::beans::XPropertyChangeListener xListener )
+			raises( com::sun::star::beans::UnknownPropertyException,
+					com::sun::star::lang::WrappedTargetException );
+
+	//-------------------------------------------------------------------------
+
+	/** removes an <type>XPropertyChangeListener</type> from
+		the listener list.
+
 		<p>It is a "noop" if the listener is not registered.  </p>
 
 		<p>It is suggested to allow multiple registration of the same listener,
@@ -169,45 +169,45 @@
 
 		@see addPropertyChangeListener
 	 */
-	void removePropertyChangeListener( [in] string aPropertyName, 
-			 [in] com::sun::star::beans::XPropertyChangeListener aListener ) 
-			raises( com::sun::star::beans::UnknownPropertyException, 
-					com::sun::star::lang::WrappedTargetException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** adds an <type>XVetoableChangeListener</type> to the specified 
+	void removePropertyChangeListener( [in] string aPropertyName,
+			 [in] com::sun::star::beans::XPropertyChangeListener aListener )
+			raises( com::sun::star::beans::UnknownPropertyException,
+					com::sun::star::lang::WrappedTargetException );
+
+	//-------------------------------------------------------------------------
+
+	/** adds an <type>XVetoableChangeListener</type> to the specified
 		property with the name PropertyName.
-		
-		<p>An empty name ("") registers the listener to all 
-		constrained properties. If the property is not constrained, 
+
+		<p>An empty name ("") registers the listener to all
+		constrained properties. If the property is not constrained,
 		the behavior is not specified.  </p>
 
 		@see removeVetoableChangeListener
 	 */
-	void addVetoableChangeListener( [in] string PropertyName, 
-			 [in] com::sun::star::beans::XVetoableChangeListener aListener ) 
-			raises( com::sun::star::beans::UnknownPropertyException, 
-					com::sun::star::lang::WrappedTargetException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** removes an <type>XVetoableChangeListener</type> from the 
+	void addVetoableChangeListener( [in] string PropertyName,
+			 [in] com::sun::star::beans::XVetoableChangeListener aListener )
+			raises( com::sun::star::beans::UnknownPropertyException,
+					com::sun::star::lang::WrappedTargetException );
+
+	//-------------------------------------------------------------------------
+
+	/** removes an <type>XVetoableChangeListener</type> from the
 		listener list.
-		
+
 		<p>It is a "noop" if the listener is not registered.  </p>
 
 		@see addVetoableChangeListener
 	 */
-	void removeVetoableChangeListener( [in] string PropertyName, 
-			 [in] com::sun::star::beans::XVetoableChangeListener aListener ) 
-			raises( com::sun::star::beans::UnknownPropertyException, 
-					com::sun::star::lang::WrappedTargetException ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void removeVetoableChangeListener( [in] string PropertyName,
+			 [in] com::sun::star::beans::XVetoableChangeListener aListener )
+			raises( com::sun::star::beans::UnknownPropertyException,
+					com::sun::star::lang::WrappedTargetException );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/beans/XPropertySetInfo.idl b/main/udkapi/com/sun/star/beans/XPropertySetInfo.idl
index 701ea79..808c520 100644
--- a/main/udkapi/com/sun/star/beans/XPropertySetInfo.idl
+++ b/main/udkapi/com/sun/star/beans/XPropertySetInfo.idl
@@ -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,41 +7,41 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_beans_XPropertySetInfo_idl__ 
-#define __com_sun_star_beans_XPropertySetInfo_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_Property_idl__ 
-#include <com/sun/star/beans/Property.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_UnknownPropertyException_idl__ 
-#include <com/sun/star/beans/UnknownPropertyException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module beans {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_beans_XPropertySetInfo_idl__
+#define __com_sun_star_beans_XPropertySetInfo_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_beans_Property_idl__
+#include <com/sun/star/beans/Property.idl>
+#endif
+
+#ifndef __com_sun_star_beans_UnknownPropertyException_idl__
+#include <com/sun/star/beans/UnknownPropertyException.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module beans {
+
+//=============================================================================
+
 /** specifies a set of properties.
 
 	<p>There are three kinds of properties:
@@ -50,49 +50,49 @@
 		<li>constrained properties</li>
 		<li>free properties</li>
 	</ul>
-	
+
 	<p>The specification only describes the properties, it does not contain
 	any values.</p>
  */
 published interface XPropertySetInfo: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns 
-			a sequence with all property descriptors which are specified 
+{
+	//-------------------------------------------------------------------------
+
+	/** @returns
+			a sequence with all property descriptors which are specified
 			within this <type>XPropertySetInfo</type>.
 	 */
-	sequence<com::sun::star::beans::Property> getProperties(); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns 
-			the property with the specified name from the object. 
-				 
-		@param aName  
-			specifies the name of the property. 
-				 
-		@throws UnknownPropertyException	 
+	sequence<com::sun::star::beans::Property> getProperties();
+
+	//-------------------------------------------------------------------------
+
+	/** @returns
+			the property with the specified name from the object.
+
+		@param aName
+			specifies the name of the property.
+
+		@throws UnknownPropertyException
 			if the property does not exist.
 	 */
-	com::sun::star::beans::Property getPropertyByName( [in] string aName ) 
-			raises( com::sun::star::beans::UnknownPropertyException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns 
-			<TRUE/> if a property with the specified name exist; 
-			otherwise <FALSE/> is returned. 
-				 
-		@param aName  
+	com::sun::star::beans::Property getPropertyByName( [in] string aName )
+			raises( com::sun::star::beans::UnknownPropertyException );
+
+	//-------------------------------------------------------------------------
+
+	/** @returns
+			<TRUE/> if a property with the specified name exist;
+			otherwise <FALSE/> is returned.
+
+		@param aName
 			specifies the name of the property.
 	 */
-	boolean hasPropertyByName( [in] string Name ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	boolean hasPropertyByName( [in] string Name );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/beans/XPropertySetInfoChangeListener.idl b/main/udkapi/com/sun/star/beans/XPropertySetInfoChangeListener.idl
index 848ab85..de93aff 100644
--- a/main/udkapi/com/sun/star/beans/XPropertySetInfoChangeListener.idl
+++ b/main/udkapi/com/sun/star/beans/XPropertySetInfoChangeListener.idl
@@ -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,53 +7,53 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_beans_XPropertySetInfoChangeListener_idl__ 
-#define __com_sun_star_beans_XPropertySetInfoChangeListener_idl__ 
- 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_PropertySetInfoChangeEvent_idl__ 
-#include <com/sun/star/beans/PropertySetInfoChangeEvent.idl> 
-#endif 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module beans { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_beans_XPropertySetInfoChangeListener_idl__
+#define __com_sun_star_beans_XPropertySetInfoChangeListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+#ifndef __com_sun_star_beans_PropertySetInfoChangeEvent_idl__
+#include <com/sun/star/beans/PropertySetInfoChangeEvent.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module beans {
+
+//=============================================================================
+
 /** a listener for events related to <type>XPropertySetInfo</type>s.
 
 	@see    PropertySetInfoChangeEvent
 	@see	XPropertySetInfoChangeNotifier
  */
 published interface XPropertySetInfoChangeListener: com::sun::star::lang::XEventListener
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** is called whenever changes of a <type>XPropertySetInfo</type> shall
 		be propagated.
 	 */
-	void propertySetInfoChange( [in] PropertySetInfoChangeEvent evt ); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
+	void propertySetInfoChange( [in] PropertySetInfoChangeEvent evt );
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/beans/XPropertySetInfoChangeNotifier.idl b/main/udkapi/com/sun/star/beans/XPropertySetInfoChangeNotifier.idl
index c4d0887..11e9f2b 100644
--- a/main/udkapi/com/sun/star/beans/XPropertySetInfoChangeNotifier.idl
+++ b/main/udkapi/com/sun/star/beans/XPropertySetInfoChangeNotifier.idl
@@ -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,65 +7,65 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_beans_XPropertySetInfoChangeNotifier_idl__ 
-#define __com_sun_star_beans_XPropertySetInfoChangeNotifier_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
-#ifndef __com_sun_star_beans_XPropertySetInfoChangeListener_idl__ 
-#include <com/sun/star/beans/XPropertySetInfoChangeListener.idl> 
-#endif 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module beans { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_beans_XPropertySetInfoChangeNotifier_idl__
+#define __com_sun_star_beans_XPropertySetInfoChangeNotifier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+#ifndef __com_sun_star_beans_XPropertySetInfoChangeListener_idl__
+#include <com/sun/star/beans/XPropertySetInfoChangeListener.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module beans {
+
+//=============================================================================
+
 /** a notifier for changes of <type>XPropertySetInfo</type>s.
 
 	@see    PropertySetInfoChangeEvent
 	@see	XPropertySetInfoChangeListener
  */
 published interface XPropertySetInfoChangeNotifier: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** registers a listener for <type>PropertySetInfoChangeEvent</type>s.
 
 		<p>It is suggested to allow multiple registration of the same listener,
 		thus for each time a listener is added, it has to be removed.
 	 */
-	void addPropertySetInfoChangeListener( 
-							[in] XPropertySetInfoChangeListener Listener ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void addPropertySetInfoChangeListener(
+							[in] XPropertySetInfoChangeListener Listener );
+
+	//-------------------------------------------------------------------------
+
 	/** removes a listener for <type>PropertySetInfoChangeEvent</type>s.
 
 		<p>It is suggested to allow multiple registration of the same listener,
 		thus for each time a listener is added, it has to be removed.
 	 */
-	void removePropertySetInfoChangeListener( 
-							[in] XPropertySetInfoChangeListener Listener ); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-#endif 
+	void removePropertySetInfoChangeListener(
+							[in] XPropertySetInfoChangeListener Listener );
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/beans/XPropertyState.idl b/main/udkapi/com/sun/star/beans/XPropertyState.idl
index be39763..5cea3b9 100644
--- a/main/udkapi/com/sun/star/beans/XPropertyState.idl
+++ b/main/udkapi/com/sun/star/beans/XPropertyState.idl
@@ -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,83 +7,83 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_beans_XPropertyState_idl__ 
-#define __com_sun_star_beans_XPropertyState_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_PropertyState_idl__ 
-#include <com/sun/star/beans/PropertyState.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_UnknownPropertyException_idl__ 
-#include <com/sun/star/beans/UnknownPropertyException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_WrappedTargetException_idl__ 
-#include <com/sun/star/lang/WrappedTargetException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XPropertyStateChangeListener_idl__ 
-#include <com/sun/star/beans/XPropertyStateChangeListener.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module beans {  
- 
-//============================================================================= 
- 
-/** makes it possible to query information about the state of 
+#ifndef __com_sun_star_beans_XPropertyState_idl__
+#define __com_sun_star_beans_XPropertyState_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_beans_PropertyState_idl__
+#include <com/sun/star/beans/PropertyState.idl>
+#endif
+
+#ifndef __com_sun_star_beans_UnknownPropertyException_idl__
+#include <com/sun/star/beans/UnknownPropertyException.idl>
+#endif
+
+#ifndef __com_sun_star_lang_WrappedTargetException_idl__
+#include <com/sun/star/lang/WrappedTargetException.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XPropertyStateChangeListener_idl__
+#include <com/sun/star/beans/XPropertyStateChangeListener.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module beans {
+
+//=============================================================================
+
+/** makes it possible to query information about the state of
 	one or more properties.
-	
+
 	<p>The state contains the information if:</p>
 	<ul>
-		<li>a value is available or void</li> 
+		<li>a value is available or void</li>
 		<li>the value is stored in the object itself, or if a default value is to be used</li>
 		<li>and if the value cannot be determined, due to ambiguity
 			(multi selection with multiple values).</li>
 	</ul>
  */
 published interface XPropertyState: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns  
-				the state of the property. 
-				 
-		@param	aPropertyName  
-			specifies the name of the property. 
-				 
-		@throws UnknownPropertyException	 
+{
+	//-------------------------------------------------------------------------
+
+	/** @returns
+				the state of the property.
+
+		@param	aPropertyName
+			specifies the name of the property.
+
+		@throws UnknownPropertyException
 			if the property does not exist.
 	 */
-	com::sun::star::beans::PropertyState getPropertyState( [in] string PropertyName ) 
-			raises( com::sun::star::beans::UnknownPropertyException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns 
-			a sequence of the states of the properties which are specified 
-				by their names. 
-		 
-		<p>The order of the states is correlating to the order of the  
+	com::sun::star::beans::PropertyState getPropertyState( [in] string PropertyName )
+			raises( com::sun::star::beans::UnknownPropertyException );
+
+	//-------------------------------------------------------------------------
+
+	/** @returns
+			a sequence of the states of the properties which are specified
+				by their names.
+
+		<p>The order of the states is correlating to the order of the
 		given property names. </p>
 
 		@param aPropertyNames
@@ -92,17 +92,17 @@
 		@throws UnknownPropertyException
 			if one property does not exist.
 	 */
-	sequence<com::sun::star::beans::PropertyState> getPropertyStates(  
-			[in] sequence<string> aPropertyName ) 
-		raises( com::sun::star::beans::UnknownPropertyException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** Sets the property to default value. 
-		
-		<p>The value depends on the implementation of this interface. 
-		If it is a bound property, you must change the value before 
-		the change events are fired.  If it is a constrained property, you 
+	sequence<com::sun::star::beans::PropertyState> getPropertyStates(
+			[in] sequence<string> aPropertyName )
+		raises( com::sun::star::beans::UnknownPropertyException );
+
+	//-------------------------------------------------------------------------
+
+	/** Sets the property to default value.
+
+		<p>The value depends on the implementation of this interface.
+		If it is a bound property, you must change the value before
+		the change events are fired.  If it is a constrained property, you
 		must fire the vetoable event before you change the property value.
 		</p>
 
@@ -112,35 +112,35 @@
 		@throws UnknownPropertyException
 			if the property does not exist.
 	 */
-	void setPropertyToDefault( [in] string PropertyName ) 
-			raises( com::sun::star::beans::UnknownPropertyException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns 
-			the default value of the property with the name PropertyName.  
-				 
-		<p>If no default exists, is not known or is void, 
-		then the return type is <atom>void</atom>. 
-				 
-		@param aPropertyName	 
-			specifies the name of the property. 
-			 
-		@throws UnknownPropertyException	 
-			if the property does not exist. 
-			 
-		@throws  com::sun::star::lang::WrappedTargetException  
-			if the implementation has an internal reason for the exception. 
-			In this case the original exception is wrapped into that 
+	void setPropertyToDefault( [in] string PropertyName )
+			raises( com::sun::star::beans::UnknownPropertyException );
+
+	//-------------------------------------------------------------------------
+
+	/** @returns
+			the default value of the property with the name PropertyName.
+
+		<p>If no default exists, is not known or is void,
+		then the return type is <atom>void</atom>.
+
+		@param aPropertyName
+			specifies the name of the property.
+
+		@throws UnknownPropertyException
+			if the property does not exist.
+
+		@throws  com::sun::star::lang::WrappedTargetException
+			if the implementation has an internal reason for the exception.
+			In this case the original exception is wrapped into that
 			<type scope="com::sun::star::lang">WrappedTargetException</type>.
 	 */
-	any getPropertyDefault( [in] string aPropertyName ) 
-			raises( com::sun::star::beans::UnknownPropertyException, 
-					com::sun::star::lang::WrappedTargetException ); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	any getPropertyDefault( [in] string aPropertyName )
+			raises( com::sun::star::beans::UnknownPropertyException,
+					com::sun::star::lang::WrappedTargetException );
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/beans/XPropertyStateChangeListener.idl b/main/udkapi/com/sun/star/beans/XPropertyStateChangeListener.idl
index c0dc259..9b35811 100644
--- a/main/udkapi/com/sun/star/beans/XPropertyStateChangeListener.idl
+++ b/main/udkapi/com/sun/star/beans/XPropertyStateChangeListener.idl
@@ -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,55 +7,55 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_beans_XPropertyStateChangeListener_idl__ 
-#define __com_sun_star_beans_XPropertyStateChangeListener_idl__ 
- 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_PropertyStateChangeEvent_idl__ 
-#include <com/sun/star/beans/PropertyStateChangeEvent.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module beans {  
- 
-//============================================================================= 
- 
-/** receives events which get fired whenever the state of a bound 
+#ifndef __com_sun_star_beans_XPropertyStateChangeListener_idl__
+#define __com_sun_star_beans_XPropertyStateChangeListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+#ifndef __com_sun_star_beans_PropertyStateChangeEvent_idl__
+#include <com/sun/star/beans/PropertyStateChangeEvent.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module beans {
+
+//=============================================================================
+
+/** receives events which get fired whenever the state of a bound
 	property is changed.
  */
 published interface XPropertyStateChangeListener: com::sun::star::lang::XEventListener
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** is called when a bound property's state is changed.
 
 		@param aEvent
 			describes the event source and the property that has changed.
 	 */
-	void propertyStateChange( [in] com::sun::star::beans::PropertyStateChangeEvent aEvent ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void propertyStateChange( [in] com::sun::star::beans::PropertyStateChangeEvent aEvent );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/beans/XPropertyWithState.idl b/main/udkapi/com/sun/star/beans/XPropertyWithState.idl
index 7766ead..549b8d8 100644
--- a/main/udkapi/com/sun/star/beans/XPropertyWithState.idl
+++ b/main/udkapi/com/sun/star/beans/XPropertyWithState.idl
@@ -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,51 +7,51 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_beans_XPropertyWithState_idl__ 
-#define __com_sun_star_beans_XPropertyWithState_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_PropertyState_idl__ 
-#include <com/sun/star/beans/PropertyState.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_WrappedTargetException_idl__ 
-#include <com/sun/star/lang/WrappedTargetException.idl> 
-#endif 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module beans {  
- 
-//============================================================================= 
- 
-/** makes it possible to query information about the state of 
+#ifndef __com_sun_star_beans_XPropertyWithState_idl__
+#define __com_sun_star_beans_XPropertyWithState_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_beans_PropertyState_idl__
+#include <com/sun/star/beans/PropertyState.idl>
+#endif
+
+#ifndef __com_sun_star_lang_WrappedTargetException_idl__
+#include <com/sun/star/lang/WrappedTargetException.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module beans {
+
+//=============================================================================
+
+/** makes it possible to query information about the state of
 	this object, seen as a property contained in a property set.
-	
-	<p> This interface provides direct access to operations 
-		that are available if the containing property set 
+
+	<p> This interface provides direct access to operations
+		that are available if the containing property set
 		implements <type>XPropertyState</type>.
 	</p>
-		 
+
 	<p>The state contains the information if:</p>
 	<ul>
-		<li>a value is available or void</li> 
+		<li>a value is available or void</li>
 		<li>the value is stored in the object itself, or if a default value is being used</li>
 		<li>or if the value cannot be determined, due to ambiguity
 			(multi selection with multiple values).</li>
@@ -62,52 +62,52 @@
 	</p>
  */
 published interface XPropertyWithState: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns  
-				the state of this as a property. 
+{
+	//-------------------------------------------------------------------------
+
+	/** @returns
+				the state of this as a property.
 	 */
-	com::sun::star::beans::PropertyState getStateAsProperty( ); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** sets this to its default value. 
-		
-		<p>	The value depends on the implementation of this interface. 
-			If this is a bound property, the value changes before 
-			the change events are fired.  If this is a constrained property, 
+	com::sun::star::beans::PropertyState getStateAsProperty( );
+
+	//-------------------------------------------------------------------------
+
+	/** sets this to its default value.
+
+		<p>	The value depends on the implementation of this interface.
+			If this is a bound property, the value changes before
+			the change events are fired.  If this is a constrained property,
 			the vetoable event is fired before the property value changes.
 		</p>
-		
-			@throws  com::sun::star::lang::WrappedTargetException  
-				if the implementation has an internal reason for the exception. 
-				In this case the original exception is wrapped into that 
+
+			@throws  com::sun::star::lang::WrappedTargetException
+				if the implementation has an internal reason for the exception.
+				In this case the original exception is wrapped into that
 				<type scope="com::sun::star::lang">WrappedTargetException</type>.
 	 */
-	void setToDefaultAsProperty( ) 
-			raises( com::sun::star::lang::WrappedTargetException ); 
+	void setToDefaultAsProperty( )
+			raises( com::sun::star::lang::WrappedTargetException );
 
-	//------------------------------------------------------------------------- 
-	 
-	/**		@returns 
-				an object representing the default state of this object (as a property).  
-				 
-			<p>	If no default exists, is not known or is void, 
-				then the return value is <NULL/>. 
+	//-------------------------------------------------------------------------
+
+	/**		@returns
+				an object representing the default state of this object (as a property).
+
+			<p>	If no default exists, is not known or is void,
+				then the return value is <NULL/>.
 			</p>
 
-			@throws  com::sun::star::lang::WrappedTargetException  
-				if the implementation has an internal reason for the exception. 
-				In this case the original exception is wrapped into that 
+			@throws  com::sun::star::lang::WrappedTargetException
+				if the implementation has an internal reason for the exception.
+				In this case the original exception is wrapped into that
 				<type scope="com::sun::star::lang">WrappedTargetException</type>.
 	 */
-	com::sun::star::uno::XInterface getDefaultAsProperty( ) 
-			raises( com::sun::star::lang::WrappedTargetException ); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::uno::XInterface getDefaultAsProperty( )
+			raises( com::sun::star::lang::WrappedTargetException );
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/beans/XTolerantMultiPropertySet.idl b/main/udkapi/com/sun/star/beans/XTolerantMultiPropertySet.idl
index a620c2b..7d751d3 100644
--- a/main/udkapi/com/sun/star/beans/XTolerantMultiPropertySet.idl
+++ b/main/udkapi/com/sun/star/beans/XTolerantMultiPropertySet.idl
@@ -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,50 +7,50 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_beans_XTolerantMultiPropertySet_idl__ 
-#define __com_sun_star_beans_XTolerantMultiPropertySet_idl__ 
- 
+#ifndef __com_sun_star_beans_XTolerantMultiPropertySet_idl__
+#define __com_sun_star_beans_XTolerantMultiPropertySet_idl__
 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
 
-#ifndef __com_sun_star_beans_GetDirectPropertyTolerantResult_idl__ 
-#include <com/sun/star/beans/GetDirectPropertyTolerantResult.idl> 
-#endif 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
 
-#ifndef __com_sun_star_beans_GetPropertyTolerantResult_idl__ 
-#include <com/sun/star/beans/GetPropertyTolerantResult.idl> 
-#endif 
+#ifndef __com_sun_star_beans_GetDirectPropertyTolerantResult_idl__
+#include <com/sun/star/beans/GetDirectPropertyTolerantResult.idl>
+#endif
 
-#ifndef __com_sun_star_beans_SetPropertyTolerantFailed_idl__ 
-#include <com/sun/star/beans/SetPropertyTolerantFailed.idl> 
-#endif 
+#ifndef __com_sun_star_beans_GetPropertyTolerantResult_idl__
+#include <com/sun/star/beans/GetPropertyTolerantResult.idl>
+#endif
 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module beans {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_beans_SetPropertyTolerantFailed_idl__
+#include <com/sun/star/beans/SetPropertyTolerantFailed.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module beans {
+
+//=============================================================================
+
 /** provides access to multiple iformation of
     a set of properties with a single call.
 
@@ -66,20 +66,20 @@
     @see com::sun::star::beans::XMultiPropertySet
  */
 published interface XTolerantMultiPropertySet : com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** sets the values to the properties with the specified names.
-		
+
 		@param aPropertyNames
-            specifies the names of the properties. 
+            specifies the names of the properties.
             The property names must be sorted ascending.
 
             <p>If the names are not sorted the behaviour of the method
             is undefined!</p>
 
         @param aPropertyValues
-            specifies the values of the properties. 
+            specifies the values of the properties.
             The order of the values has to be the same as in the
             <var>aPropertyNames</var> parameter int order to match
             the property name with its value.
@@ -87,30 +87,30 @@
         @returns
             An empty sequence if all properties are successful set.
 
-            Otherwise for every property value that could not successfully 
-            be set an entry of the 
+            Otherwise for every property value that could not successfully
+            be set an entry of the
             <type scope="com::sun::star::beans">SetPropertyTolerantFailed</type>
             will be present in this sequence.
             The order of the properties is also alphabetically ascending.
-        
+
         @throws IllegalArgumentException
             if the number of property names and values do not match.
 
 	 */
-    sequence< com::sun::star::beans::SetPropertyTolerantFailed > setPropertyValuesTolerant( 
-                [in] sequence< string > aPropertyNames, 
+    sequence< com::sun::star::beans::SetPropertyTolerantFailed > setPropertyValuesTolerant(
+                [in] sequence< string > aPropertyNames,
                 [in] sequence< any >    aValues )
         raises( com::sun::star::lang::IllegalArgumentException );
- 
-	//------------------------------------------------------------------------- 
-	 
+
+	//-------------------------------------------------------------------------
+
     /** retrieve the values of the specified properties
-		 
-        <p>The count and order of the values in the returned sequence 
+
+        <p>The count and order of the values in the returned sequence
             will be the same as the order of the names in the argument.</p>
 
 		@param aPropertyNames
-			specifies the names of the properties. 
+			specifies the names of the properties.
             The property names must be sorted ascending.
 
             <p>If the names are not sorted the behaviour of the method
@@ -118,14 +118,14 @@
 
         @returns
             a sequence of type
-            <type scope="com::sun::star::beans">GetPropertyTolerantResult</type> 
+            <type scope="com::sun::star::beans">GetPropertyTolerantResult</type>
             for each of the properties listed in <var>aPropertyNames</var>.
 	 */
-    sequence< com::sun::star::beans::GetPropertyTolerantResult > getPropertyValuesTolerant( 
+    sequence< com::sun::star::beans::GetPropertyTolerantResult > getPropertyValuesTolerant(
                 [in] sequence< string > aPropertyNames );
- 
 
-    //------------------------------------------------------------------------- 
+
+    //-------------------------------------------------------------------------
 
     /** retrieve only those values of the specified properties which
         are direct values.
@@ -135,7 +135,7 @@
         will also state the name of the property.</p>
 
         @param aPropertyNames
-            specifies the names of the properties. 
+            specifies the names of the properties.
             The property names must be sorted ascending.
 
             <p>If the names are not sorted the behaviour of the method
@@ -143,17 +143,17 @@
 
         @returns
             a sequence of type
-            <type scope="com::sun::star::beans">GetDirectPropertyTolerantResult</type> 
+            <type scope="com::sun::star::beans">GetDirectPropertyTolerantResult</type>
             but only for those properties supplied whoms state is
             <member scope="com::sun::star::beans::PropertyState">DIRECT_VALUE</member>.
      */
-    sequence< com::sun::star::beans::GetDirectPropertyTolerantResult > getDirectPropertyValuesTolerant( 
+    sequence< com::sun::star::beans::GetDirectPropertyTolerantResult > getDirectPropertyValuesTolerant(
                 [in] sequence< string > aPropertyNames );
 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/beans/XVetoableChangeListener.idl b/main/udkapi/com/sun/star/beans/XVetoableChangeListener.idl
index 97707fb..5fdde27 100644
--- a/main/udkapi/com/sun/star/beans/XVetoableChangeListener.idl
+++ b/main/udkapi/com/sun/star/beans/XVetoableChangeListener.idl
@@ -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,60 +7,60 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_beans_XVetoableChangeListener_idl__ 
-#define __com_sun_star_beans_XVetoableChangeListener_idl__ 
- 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_PropertyChangeEvent_idl__ 
-#include <com/sun/star/beans/PropertyChangeEvent.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_PropertyVetoException_idl__ 
-#include <com/sun/star/beans/PropertyVetoException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module beans {  
- 
-//============================================================================= 
- 
-/** is used to receive <type>PropertyChangeEvent</type>s 
-	whenever a "constrained" property is changed. 
-	
-	<p>You can register an <type>XVetoableChangeListener</type> with 
+#ifndef __com_sun_star_beans_XVetoableChangeListener_idl__
+#define __com_sun_star_beans_XVetoableChangeListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+#ifndef __com_sun_star_beans_PropertyChangeEvent_idl__
+#include <com/sun/star/beans/PropertyChangeEvent.idl>
+#endif
+
+#ifndef __com_sun_star_beans_PropertyVetoException_idl__
+#include <com/sun/star/beans/PropertyVetoException.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module beans {
+
+//=============================================================================
+
+/** is used to receive <type>PropertyChangeEvent</type>s
+	whenever a "constrained" property is changed.
+
+	<p>You can register an <type>XVetoableChangeListener</type> with
 	a source object so as to be notified of any constrained property updates.</p>
  */
 published interface XVetoableChangeListener: com::sun::star::lang::XEventListener
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** gets called when a constrained property is changed.
 	 */
-	void vetoableChange( [in] com::sun::star::beans::PropertyChangeEvent aEvent ) 
-			raises( com::sun::star::beans::PropertyVetoException ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void vetoableChange( [in] com::sun::star::beans::PropertyChangeEvent aEvent )
+			raises( com::sun::star::beans::PropertyVetoException );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/bridge/Bridge.idl b/main/udkapi/com/sun/star/bridge/Bridge.idl
index f2fd2f8..5927b85 100644
--- a/main/udkapi/com/sun/star/bridge/Bridge.idl
+++ b/main/udkapi/com/sun/star/bridge/Bridge.idl
@@ -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,41 +7,41 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_bridge_Bridge_idl__ 
-#define __com_sun_star_bridge_Bridge_idl__ 
+#ifndef __com_sun_star_bridge_Bridge_idl__
+#define __com_sun_star_bridge_Bridge_idl__
 
-#ifndef __com_sun_star_lang_XInitialization_idl__ 
+#ifndef __com_sun_star_lang_XInitialization_idl__
 #include <com/sun/star/lang/XInitialization.idl>
-#endif 
+#endif
 
-#ifndef __com_sun_star_lang_XComponent_idl__ 
+#ifndef __com_sun_star_lang_XComponent_idl__
 #include <com/sun/star/lang/XComponent.idl>
-#endif 
+#endif
 
-#ifndef __com_sun_star_bridge_XBridge_idl__ 
+#ifndef __com_sun_star_bridge_XBridge_idl__
 #include <com/sun/star/bridge/XBridge.idl>
-#endif 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module bridge {  
- 
-//============================================================================= 
- 
-/** This meta service allows the bridgefactory service to instantiate an 
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module bridge {
+
+//=============================================================================
+
+/** This meta service allows the bridgefactory service to instantiate an
 	interprocess bridge using a certain transfer protocol.
 
 	<p> Components, that support a certain protocol, must have at least two
@@ -54,26 +54,26 @@
 
 	<p>The protocol name should be written as common servicenames, first letter is a
 	capital letter, the rest in small letters postfixed by Bridge (e.g.:
-	<code>com.sun.star.bridge.UrpBridge</code> would be correct servicename for the 
+	<code>com.sun.star.bridge.UrpBridge</code> would be correct servicename for the
 	"urp" protocol).  However, the protocol names are compared case insensitive.
 	If there exist two services supporting the same protocol, it is arbitrary
 	which one is chosen, so this should be omitted. </p>
  */
 published service Bridge
-{ 
+{
 	/** allows to initialize the bridge service with the necessary
 		 arguments. The sequence&lt;any&gt; must have 4 members.
-		 
+
 		 <ol>
 			 <li> String: The unique name of the bridge or an empty string</li>
 			 <li> String: The protocol, that shall be instantiated</li>
 			 <li> XConnection: The bidirectional connection, the bridge should work on</li>
-			 <li> XInstanceProvider: 
+			 <li> XInstanceProvider:
 				The instance provider, that shall be called to access the initial object.</li>
 		 </ol>
 	 */
 	interface com::sun::star::lang::XInitialization;
-	
+
 	/** The main interface of the service
 	 */
 	interface com::sun::star::bridge::XBridge;
@@ -82,9 +82,9 @@
 	 */
 	interface com::sun::star::lang::XComponent;
 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+#endif
diff --git a/main/udkapi/com/sun/star/bridge/BridgeExistsException.idl b/main/udkapi/com/sun/star/bridge/BridgeExistsException.idl
index 4bbbe25..b861e93 100644
--- a/main/udkapi/com/sun/star/bridge/BridgeExistsException.idl
+++ b/main/udkapi/com/sun/star/bridge/BridgeExistsException.idl
@@ -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,34 +7,34 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef _COM_SUN_STAR_CONNECTION_BRIDGEEXISTSEXCEPTION_IDL_ 
-#define _COM_SUN_STAR_CONNECTION_BRIDGEEXISTSEXCEPTION_IDL_ 
- 
-#include <com/sun/star/uno/Exception.idl> 
- 
-module com {  module sun {  module star {  module bridge { 
-	    
+#ifndef _COM_SUN_STAR_CONNECTION_BRIDGEEXISTSEXCEPTION_IDL_
+#define _COM_SUN_STAR_CONNECTION_BRIDGEEXISTSEXCEPTION_IDL_
+
+#include <com/sun/star/uno/Exception.idl>
+
+module com {  module sun {  module star {  module bridge {
+
 /** Indicates, that it was tried to create a remote bridge with a name,
 	which already existed.
  */
 published exception BridgeExistsException: com::sun::star::uno::Exception
-{ 
-}; 
- 
- 
-};};};};  
- 
-#endif 
+{
+};
+
+
+};};};};
+
+#endif
diff --git a/main/udkapi/com/sun/star/bridge/BridgeFactory.idl b/main/udkapi/com/sun/star/bridge/BridgeFactory.idl
index 5b74052..4280e2e 100644
--- a/main/udkapi/com/sun/star/bridge/BridgeFactory.idl
+++ b/main/udkapi/com/sun/star/bridge/BridgeFactory.idl
@@ -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,46 +7,46 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_bridge_BridgeFactory_idl__ 
-#define __com_sun_star_bridge_BridgeFactory_idl__ 
+#ifndef __com_sun_star_bridge_BridgeFactory_idl__
+#define __com_sun_star_bridge_BridgeFactory_idl__
 
-#ifndef __com_sun_star_lang_XComponent_idl__ 
+#ifndef __com_sun_star_lang_XComponent_idl__
 #include <com/sun/star/lang/XComponent.idl>
-#endif 
+#endif
 
-#ifndef __com_sun_star_bridge_XBridgeFactory_idl__ 
+#ifndef __com_sun_star_bridge_XBridgeFactory_idl__
 #include <com/sun/star/bridge/XBridgeFactory.idl>
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module bridge {  
- 
-//============================================================================= 
- 
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module bridge {
+
+//=============================================================================
+
 /**	allows to create new or access existing interprocess bridges.
 
 	<p> It enumerates at the servicemanager all services supporting
 	the meta service com.sun.star.bridge.Bridge to get all known, possible
 	protocols.
 
-	@see com::sun::star::bridge::Bridge 
+	@see com::sun::star::bridge::Bridge
  */
 published service BridgeFactory
-{ 
+{
 	/** The main interface of the service
 	 */
 	interface com::sun::star::bridge::XBridgeFactory;
@@ -54,9 +54,9 @@
 	/** This interface allows to break possible cyclic references.
 	 */
 	interface com::sun::star::lang::XComponent;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+#endif
diff --git a/main/udkapi/com/sun/star/bridge/IiopBridge.idl b/main/udkapi/com/sun/star/bridge/IiopBridge.idl
index 8b944ce..be128d9 100644
--- a/main/udkapi/com/sun/star/bridge/IiopBridge.idl
+++ b/main/udkapi/com/sun/star/bridge/IiopBridge.idl
@@ -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,39 +7,39 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_bridge_Iiop_idl__ 
-#define __com_sun_star_bridge_Iiop_idl__ 
+#ifndef __com_sun_star_bridge_Iiop_idl__
+#define __com_sun_star_bridge_Iiop_idl__
 
-#ifndef __com_sun_star_lang_XInitialization_idl__ 
+#ifndef __com_sun_star_lang_XInitialization_idl__
 #include <com/sun/star/lang/XInitialization.idl>
-#endif 
+#endif
 
-#ifndef __com_sun_star_lang_XComponent_idl__ 
+#ifndef __com_sun_star_lang_XComponent_idl__
 #include <com/sun/star/lang/XComponent.idl>
-#endif 
+#endif
 
-#ifndef __com_sun_star_bridge_XBridge_idl__ 
+#ifndef __com_sun_star_bridge_XBridge_idl__
 #include <com/sun/star/bridge/XBridge.idl>
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module bridge {  
- 
-//============================================================================= 
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module bridge {
+
+//=============================================================================
 /** Concrete service of the meta service Bridge for iiop.
 
     <p> This bridge works with the iiop protocol. </p>
@@ -47,20 +47,20 @@
     @see com::sun::star::bridge::Bridge
  */
 published service IiopBridge
-{ 
+{
 	/** This interface allows to initialize the bridge service with the necessary
 		arguments. The sequence&lt;any&gt; must have 4 members.
-		
+
 		<ol>
 			<li> String: The unique name of the bridge or an empty string</li>
 			<li> String: iiop</li>
 			<li> XConnection: The bidirectional connection, the bridge should work on</li>
-			<li> XInstanceProvider: 
+			<li> XInstanceProvider:
 				The instance provider, that shall be called to access the initial object.</li>
 		</ol>
 	 */
 	interface com::sun::star::lang::XInitialization;
-	
+
 	/** The main interface of the service.
 	 */
 	interface com::sun::star::bridge::XBridge;
@@ -69,8 +69,8 @@
 	 */
 	interface com::sun::star::lang::XComponent;
 
-}; 
-//============================================================================= 
- 
-}; }; }; };  
-#endif 
+};
+//=============================================================================
+
+}; }; }; };
+#endif
diff --git a/main/udkapi/com/sun/star/bridge/InvalidProtocolChangeException.idl b/main/udkapi/com/sun/star/bridge/InvalidProtocolChangeException.idl
index a262350..2141598 100644
--- a/main/udkapi/com/sun/star/bridge/InvalidProtocolChangeException.idl
+++ b/main/udkapi/com/sun/star/bridge/InvalidProtocolChangeException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -39,7 +39,7 @@
 	 */
 	ProtocolProperty invalidProperty;
 
-	/** Contains 1, if the property name is unknown to the thrower; 
+	/** Contains 1, if the property name is unknown to the thrower;
 		or contains 2, if the property's value can't be accepted by the thrower.
 	 */
 	long             reason;
diff --git a/main/udkapi/com/sun/star/bridge/ModelDependent.idl b/main/udkapi/com/sun/star/bridge/ModelDependent.idl
index d816739..036db6e 100644
--- a/main/udkapi/com/sun/star/bridge/ModelDependent.idl
+++ b/main/udkapi/com/sun/star/bridge/ModelDependent.idl
@@ -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,69 +7,69 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_bridge_ModelDependent_idl__ 
-#define __com_sun_star_bridge_ModelDependent_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module bridge {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_bridge_ModelDependent_idl__
+#define __com_sun_star_bridge_ModelDependent_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module bridge {
+
+//=============================================================================
+
 // DocMerge from idl: constants com::sun::star::bridge::ModelDependent
-/** These constants are used to specify model-dependant representations. 
-		 
-	<p>They are only used for creating bridges to other component models. 
-	 
+/** These constants are used to specify model-dependant representations.
+
+	<p>They are only used for creating bridges to other component models.
+
 	@see com::sun::star::bridge::XBridgeSupplier2
  */
 published constants ModelDependent
-{ 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR constants::1 
-	
+{
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR constants::1
+
 	// DocMerge: empty anyway
-	const short UNO = 1; 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR constants::2 
-	
+	const short UNO = 1;
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR constants::2
+
 	// DocMerge: empty anyway
-	const short OLE = 2; 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR constants::3 
-	
+	const short OLE = 2;
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR constants::3
+
 	// DocMerge: empty anyway
-	const short JAVA = 3; 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR constants::4 
-	
+	const short JAVA = 3;
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR constants::4
+
 	// DocMerge: empty anyway
-	const short CORBA = 4; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	const short CORBA = 4;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/bridge/OleApplicationRegistration.idl b/main/udkapi/com/sun/star/bridge/OleApplicationRegistration.idl
index 08f5b46..6bdfe1e 100644
--- a/main/udkapi/com/sun/star/bridge/OleApplicationRegistration.idl
+++ b/main/udkapi/com/sun/star/bridge/OleApplicationRegistration.idl
@@ -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,33 +7,33 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_bridge_OleApplicationRegistration_idl__ 
-#define __com_sun_star_bridge_OleApplicationRegistration_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module bridge {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_bridge_OleApplicationRegistration_idl__
+#define __com_sun_star_bridge_OleApplicationRegistration_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module bridge {
+
+//=============================================================================
+
 /** registers UNO objects as COM objects.
 	<p />
 	That is, COM class factories are registered with COM at runtime. The required
@@ -47,25 +47,25 @@
 	Currently only a factory for the service com.sun.star.long.MultiServiceFactory is registered
 	by this service. The CLSID is {82154420-0FBF-11d4-8313-005004526AB4} and the ProgId is
 	com.sun.star.ServiceManager.
-	
-	<p>OleApplicationRegistration does not provide any particular interface because the UNO objects 
-	are registered while instantiating this service and deregistered 
+
+	<p>OleApplicationRegistration does not provide any particular interface because the UNO objects
+	are registered while instantiating this service and deregistered
 	if the implementation, which makes use of this service, is being released.</p>
 	<p>
 	@deprecated
  */
 published service OleApplicationRegistration
-{ 
+{
 
-	interface com::sun::star::uno::XInterface; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	interface com::sun::star::uno::XInterface;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/bridge/OleBridgeSupplier.idl b/main/udkapi/com/sun/star/bridge/OleBridgeSupplier.idl
index 1290920..70f2841 100644
--- a/main/udkapi/com/sun/star/bridge/OleBridgeSupplier.idl
+++ b/main/udkapi/com/sun/star/bridge/OleBridgeSupplier.idl
@@ -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,53 +7,53 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_bridge_OleBridgeSupplier_idl__ 
-#define __com_sun_star_bridge_OleBridgeSupplier_idl__ 
- 
-#ifndef __com_sun_star_bridge_XBridgeSupplier_idl__ 
-#include <com/sun/star/bridge/XBridgeSupplier.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module bridge {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_bridge_OleBridgeSupplier_idl__
+#define __com_sun_star_bridge_OleBridgeSupplier_idl__
+
+#ifndef __com_sun_star_bridge_XBridgeSupplier_idl__
+#include <com/sun/star/bridge/XBridgeSupplier.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module bridge {
+
+//=============================================================================
+
 
 /** makes it possible to generate OLE bridges to UNO objects and vice versa.
-	
-	<p>The service implements the <type>XBridgeSupplier</type> interface 
-	and handles the model types <const>ModelDependent::UNO</const> and 
+
+	<p>The service implements the <type>XBridgeSupplier</type> interface
+	and handles the model types <const>ModelDependent::UNO</const> and
 	<const>ModelDependent::OLE</const>.  The service does not specify any
 	requirements on registering OLE objects and class factories.  </p>
-	@deprecated 	
+	@deprecated
  */
 published service OleBridgeSupplier
 {
-	interface com::sun::star::bridge::XBridgeSupplier; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	interface com::sun::star::bridge::XBridgeSupplier;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/bridge/OleBridgeSupplier2.idl b/main/udkapi/com/sun/star/bridge/OleBridgeSupplier2.idl
index e61eebe..bedb266 100644
--- a/main/udkapi/com/sun/star/bridge/OleBridgeSupplier2.idl
+++ b/main/udkapi/com/sun/star/bridge/OleBridgeSupplier2.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,7 +30,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module bridge { 
+module com { module sun { module star { module bridge {
 
 //=============================================================================
 /** maps UNO types to oleautomation types and vice versa.<p>
@@ -42,21 +42,21 @@
 	are obtained from that Automation object are automatically mapped to the corresponding
 	 Automation types. Hence, if one provides an initial object which forms the root of all
 	 other objects, such as a service manager, then only that object needs to be explicitly
-	 mapped by a call to <code>createBridge</code>. The same holds true if an automation 
+	 mapped by a call to <code>createBridge</code>. The same holds true if an automation
 	 object is mapped to an UNO interface.<br>
 	<p>The Automation types <code>VT_CY</code> and <code>VT_DATE</code> are not supported.
 	For Automation objects to be mapped they have to implement IDispatch interface. Other
 	COM interfaces,
 	except for IUnknown, are not supported.UNO interfaces and structs are mapped to IDispatch.
-	
-	<p>The service implements the <type>XBridgeSupplier2</type> interface 
-	and handles the model types 
-	<const>com::sun::star::bridge::ModelDependent::UNO</const> and 
-	<const>com::sun::star::bridge::ModelDependent::OLE</const>.  
+
+	<p>The service implements the <type>XBridgeSupplier2</type> interface
+	and handles the model types
+	<const>com::sun::star::bridge::ModelDependent::UNO</const> and
+	<const>com::sun::star::bridge::ModelDependent::OLE</const>.
 	The service does not specify any
 	requirements for registering OLE objects and class factories. </p>
-	
-    @deprecated 
+
+    @deprecated
 */
 published service OleBridgeSupplier2
 {
@@ -66,6 +66,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/udkapi/com/sun/star/bridge/OleBridgeSupplierVar1.idl b/main/udkapi/com/sun/star/bridge/OleBridgeSupplierVar1.idl
index 720c3e1..52be9e8 100644
--- a/main/udkapi/com/sun/star/bridge/OleBridgeSupplierVar1.idl
+++ b/main/udkapi/com/sun/star/bridge/OleBridgeSupplierVar1.idl
@@ -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,32 +7,32 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_bridge_OleBridgeSupplierVar1_idl__ 
-#define __com_sun_star_bridge_OleBridgeSupplierVar1_idl__ 
- 
-#ifndef __com_sun_star_bridge_OBridgeSupplier2_idl__ 
-#include <com/sun/star/bridge/OleBridgeSupplier2.idl> 
+#ifndef __com_sun_star_bridge_OleBridgeSupplierVar1_idl__
+#define __com_sun_star_bridge_OleBridgeSupplierVar1_idl__
+
+#ifndef __com_sun_star_bridge_OBridgeSupplier2_idl__
+#include <com/sun/star/bridge/OleBridgeSupplier2.idl>
 #endif
 
 
- module com {  module sun {  module star {  module bridge {  
- 
+ module com {  module sun {  module star {  module bridge {
+
 
 /** maps UNO types to COM types and vice versa. It is optimized for use in a
-     remote szenario. <p> 
+     remote szenario. <p>
 The functionality is basically the same as
 <type scope="com::sun::star::bridge">OleBridgeSupplier2</type>.
 However, the implementation should be optimized for remote access. For example, it could
@@ -45,10 +45,10 @@
 	service OleBridgeSupplier2;
 
 };
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
 
-#endif 
+//=============================================================================
+
+}; }; }; };
+
+
+#endif
diff --git a/main/udkapi/com/sun/star/bridge/OleObjectFactory.idl b/main/udkapi/com/sun/star/bridge/OleObjectFactory.idl
index 8a92fb7..3203df6 100644
--- a/main/udkapi/com/sun/star/bridge/OleObjectFactory.idl
+++ b/main/udkapi/com/sun/star/bridge/OleObjectFactory.idl
@@ -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,41 +7,41 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_bridge_OleObjectFactory_idl__ 
-#define __com_sun_star_bridge_OleObjectFactory_idl__ 
- 
-#ifndef __com_sun_star_lang_XMultiServiceFactory_idl__ 
-#include <com/sun/star/lang/XMultiServiceFactory.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module bridge {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_bridge_OleObjectFactory_idl__
+#define __com_sun_star_bridge_OleObjectFactory_idl__
+
+#ifndef __com_sun_star_lang_XMultiServiceFactory_idl__
+#include <com/sun/star/lang/XMultiServiceFactory.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module bridge {
+
+//=============================================================================
+
 /** makes it possible to create COM objects as UNO objects.
-	
+
 	<p>A COM object must have a ProgId since the ProgId is used as argument for
 	XMultiServiceFactory::createInstance. The only interfaces which are mapped
 	are <code>IUnknown</code> and <code>IDispatch</code>.
-	The created UNO objects support <type scope="com::sun::star::script">XInvocation</type> 
+	The created UNO objects support <type scope="com::sun::star::script">XInvocation</type>
 	if the original COM objects support IDispatch. </p>
-	
+
 	<p>The optional parameters of the method
 	<member scope="com::sun::star::lang">XMultiServiceFactory::createInstanceWithArguments()</member>
 	are reserved for future use; at this time they are ignored.  </p>
@@ -51,13 +51,13 @@
 published service OleObjectFactory
 {
 	interface com::sun::star::lang::XMultiServiceFactory;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/bridge/ProtocolProperty.idl b/main/udkapi/com/sun/star/bridge/ProtocolProperty.idl
index 34a2103..04b570c 100644
--- a/main/udkapi/com/sun/star/bridge/ProtocolProperty.idl
+++ b/main/udkapi/com/sun/star/bridge/ProtocolProperty.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -25,7 +25,7 @@
 
 module com { module sun { module star { module bridge {
 
-/**  string/value pair 
+/**  string/value pair
  */
 published struct ProtocolProperty
 {
@@ -34,7 +34,7 @@
 	string Name;
 
 	/** @missing
-	*/ 
+	*/
 	any    Value;
 };
 
diff --git a/main/udkapi/com/sun/star/bridge/UnoUrlResolver.idl b/main/udkapi/com/sun/star/bridge/UnoUrlResolver.idl
index aa7ed0e..998eec9 100644
--- a/main/udkapi/com/sun/star/bridge/UnoUrlResolver.idl
+++ b/main/udkapi/com/sun/star/bridge/UnoUrlResolver.idl
@@ -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,41 +7,41 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_bridge_UnoUrlResolver_idl__ 
-#define __com_sun_star_bridge_UnoUrlResolver_idl__ 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module bridge {  
+#ifndef __com_sun_star_bridge_UnoUrlResolver_idl__
+#define __com_sun_star_bridge_UnoUrlResolver_idl__
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module bridge {
 
 published interface XUnoUrlResolver;
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
 /** provides the ability to access remote processes,
 	resolving them by an UNO url.
 	<br>
  */
 published service UnoUrlResolver: XUnoUrlResolver;
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/bridge/UrpBridge.idl b/main/udkapi/com/sun/star/bridge/UrpBridge.idl
index 6c939a2..bdbeb96 100644
--- a/main/udkapi/com/sun/star/bridge/UrpBridge.idl
+++ b/main/udkapi/com/sun/star/bridge/UrpBridge.idl
@@ -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,39 +7,39 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_bridge_Urp_idl__ 
-#define __com_sun_star_bridge_Urp_idl__ 
+#ifndef __com_sun_star_bridge_Urp_idl__
+#define __com_sun_star_bridge_Urp_idl__
 
-#ifndef __com_sun_star_lang_XInitialization_idl__ 
+#ifndef __com_sun_star_lang_XInitialization_idl__
 #include <com/sun/star/lang/XInitialization.idl>
-#endif 
+#endif
 
-#ifndef __com_sun_star_lang_XComponent_idl__ 
+#ifndef __com_sun_star_lang_XComponent_idl__
 #include <com/sun/star/lang/XComponent.idl>
-#endif 
+#endif
 
-#ifndef __com_sun_star_bridge_XBridge_idl__ 
+#ifndef __com_sun_star_bridge_XBridge_idl__
 #include <com/sun/star/bridge/XBridge.idl>
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module bridge {  
- 
-//============================================================================= 
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module bridge {
+
+//=============================================================================
 /** Concrete service of the meta service Bridge for the urp protocol.
 
     <p>This bridge works with the urp protocol.
@@ -47,20 +47,20 @@
    @see com::sun::star::bridge::Bridge
  */
 published service UrpBridge
-{ 
+{
 	/** This interface allows to initialize the bridge service with the necessary
 		arguments. The sequence&lt;any&gt; must have 4 members.
-	
+
 		<ol>
 			<li> String: The unique name of the bridge or an empty string</li>
 			<li> String: urp</li>
 			<li> XConnection: The bidirectional connection, the bridge should work on</li>
-			<li> XInstanceProvider: 
+			<li> XInstanceProvider:
 				The instance provider, that shall be called to access the initial object.</li>
 		</ol>
 	 */
 	interface com::sun::star::lang::XInitialization;
-	
+
 	/** The main interface of the service.
 	 */
 	interface com::sun::star::bridge::XBridge;
@@ -69,8 +69,8 @@
 	 */
 	interface com::sun::star::lang::XComponent;
 
-}; 
-//============================================================================= 
- 
-}; }; }; };  
-#endif 
+};
+//=============================================================================
+
+}; }; }; };
+#endif
diff --git a/main/udkapi/com/sun/star/bridge/XBridge.idl b/main/udkapi/com/sun/star/bridge/XBridge.idl
index fe09dde..76af322 100644
--- a/main/udkapi/com/sun/star/bridge/XBridge.idl
+++ b/main/udkapi/com/sun/star/bridge/XBridge.idl
@@ -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,54 +7,54 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef _COM_SUN_STAR_BRIDGE_XBRIDGE_IDL_ 
-#define _COM_SUN_STAR_BRIDGE_XBRIDGE_IDL_ 
- 
-#include <com/sun/star/uno/XInterface.idl> 
- 
-module com {  module sun {  module star {  module bridge { 
- 
+#ifndef _COM_SUN_STAR_BRIDGE_XBRIDGE_IDL_
+#define _COM_SUN_STAR_BRIDGE_XBRIDGE_IDL_
+
+#include <com/sun/star/uno/XInterface.idl>
+
+module com {  module sun {  module star {  module bridge {
+
 /** main interface for an interprocess bridge.
  */
 published interface XBridge: com::sun::star::uno::XInterface
-{ 
+{
 	/** tries to get an interface from the remote that is known by this name.
 
-		<p>In general, this method is called once to get the initial object from the 
+		<p>In general, this method is called once to get the initial object from the
 		remote, but it is allowed to call the method multiple times. </p>
 
 		@param sInstanceName The name of the object, that shall be retrieved from the
 		                     remote process. The call is delegated to
 							 com.sun.star.bridge.XInstanceProvider.getInstance() in the
 							 remote process.
-		@see com::sun::star::bridge::XInstanceProvider					 
+		@see com::sun::star::bridge::XInstanceProvider
 	 */
-	com::sun::star::uno::XInterface getInstance( [in] string sInstanceName ); 
- 
-	 
+	com::sun::star::uno::XInterface getInstance( [in] string sInstanceName );
+
+
 	/** name that the bridge got when it was created.
 	 */
-	string getName(); 
-	 
-			  
+	string getName();
+
+
 	/** a unique descriptive string: protocol + ":" + XConnection.getDescription()
 	 */
-	string getDescription(); 
-}; 
- 
-};};};};  
- 
-#endif 
+	string getDescription();
+};
+
+};};};};
+
+#endif
diff --git a/main/udkapi/com/sun/star/bridge/XBridgeFactory.idl b/main/udkapi/com/sun/star/bridge/XBridgeFactory.idl
index 3e134b2..57247ae 100644
--- a/main/udkapi/com/sun/star/bridge/XBridgeFactory.idl
+++ b/main/udkapi/com/sun/star/bridge/XBridgeFactory.idl
@@ -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,85 +7,85 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef _COM_SUN_STAR_BRIDGE_XBRIDGEFACTORY_IDL_ 
-#define _COM_SUN_STAR_BRIDGE_XBRIDGEFACTORY_IDL_ 
- 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
- 
-#include <com/sun/star/connection/XConnection.idl> 
-#include <com/sun/star/bridge/XBridge.idl> 
-#include <com/sun/star/bridge/BridgeExistsException.idl> 
-#include <com/sun/star/bridge/XInstanceProvider.idl> 
- 
- module com {  module sun {  module star {  module bridge { 
-	 
+#ifndef _COM_SUN_STAR_BRIDGE_XBRIDGEFACTORY_IDL_
+#define _COM_SUN_STAR_BRIDGE_XBRIDGEFACTORY_IDL_
+
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+
+#include <com/sun/star/connection/XConnection.idl>
+#include <com/sun/star/bridge/XBridge.idl>
+#include <com/sun/star/bridge/BridgeExistsException.idl>
+#include <com/sun/star/bridge/XInstanceProvider.idl>
+
+ module com {  module sun {  module star {  module bridge {
+
 /** factory to create interprocess bridges.
  */
 published interface XBridgeFactory: com::sun::star::uno::XInterface
-{ 
+{
 	/** tries to create a UNO interprocess bridge.
 
-		@param sName 
-			The name of the bridge. This allows other components to reuse 
+		@param sName
+			The name of the bridge. This allows other components to reuse
 			 an already created bridge (using getBridge).
 			 <p>
 			 If empty, an anonymous bridge is created, which cannot be retrieved with
 			 getBridge(). No BridgeExistsException can be thrown in this case.
 
-		@param sProtocol   
+		@param sProtocol
 			The protocol, that will be used on the connection (e.g., urp) plus additional
 			comma separated name=value protocol properties.
 
-		@param aConnection 
+		@param aConnection
 			The connection, which is used to transfer the calls. The bridge expects to
 			own the connection, thus it will close the connection, in case it does not
 			need it anymore.
 
-		@param anInstanceProvider 
+		@param anInstanceProvider
 			gets called, when a request from remote comes in. You can pass a null reference
 			in case you don't want to export any objects.
-		
-		@throws BridgeExistsException 
-			There is already a bridge registered with this name.  Use getBridge instead. 
 
-		@throws IllegalArgumentException 
+		@throws BridgeExistsException
+			There is already a bridge registered with this name.  Use getBridge instead.
+
+		@throws IllegalArgumentException
 			The protocol is unknown or the connection is null.
 	 */
-	XBridge createBridge( 
-		[in] string sName, 
-		[in] string sProtocol , 
-		[in] com::sun::star::connection::XConnection aConnection , 
-		[in] XInstanceProvider anInstanceProvider ) 
-		raises ( BridgeExistsException , com::sun::star::lang::IllegalArgumentException ); 
- 
-	 
+	XBridge createBridge(
+		[in] string sName,
+		[in] string sProtocol ,
+		[in] com::sun::star::connection::XConnection aConnection ,
+		[in] XInstanceProvider anInstanceProvider )
+		raises ( BridgeExistsException , com::sun::star::lang::IllegalArgumentException );
+
+
 	/** tries to get a bridge by this name.
 		<p> Cannot be retrieved, when the bridge got disposed before.
 
 		@return An existing remote bridge or a null reference.
 	 */
-	XBridge getBridge( [in] string  sName ); 
- 
+	XBridge getBridge( [in] string  sName );
+
 	/** returns the sequence of all named and unnamed UNO interprocess
-		bridges that are instantiated at the time the call is made. 
+		bridges that are instantiated at the time the call is made.
 	 */
-	sequence < XBridge > getExistingBridges( ); 
-}; 
- 
-  
-};};};};  
- 
-#endif 
+	sequence < XBridge > getExistingBridges( );
+};
+
+
+};};};};
+
+#endif
diff --git a/main/udkapi/com/sun/star/bridge/XBridgeSupplier.idl b/main/udkapi/com/sun/star/bridge/XBridgeSupplier.idl
index 0174845..4daf801 100644
--- a/main/udkapi/com/sun/star/bridge/XBridgeSupplier.idl
+++ b/main/udkapi/com/sun/star/bridge/XBridgeSupplier.idl
@@ -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,53 +7,53 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_bridge_XBridgeSupplier_idl__ 
-#define __com_sun_star_bridge_XBridgeSupplier_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_uno_Uik_idl__ 
-#include <com/sun/star/uno/Uik.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module bridge {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_bridge_XBridgeSupplier_idl__
+#define __com_sun_star_bridge_XBridgeSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_uno_Uik_idl__
+#include <com/sun/star/uno/Uik.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module bridge {
+
+//=============================================================================
+
 
 /** defines the interface for creating bridges to other object models.
-	
-	<p>Because bridges sometimes can not be generated in an address space, 
-	the implementation needs to check the address space of the caller by 
-	comparing the machine and process ID against its own. These IDs are 
+
+	<p>Because bridges sometimes can not be generated in an address space,
+	the implementation needs to check the address space of the caller by
+	comparing the machine and process ID against its own. These IDs are
 	provided by the UNO runtime.  </p>
 
-	<p>All objects, whether they are part of the UNO object model or not, 
-	are carried in an <atom>any</atom>.  The representation of this object 
+	<p>All objects, whether they are part of the UNO object model or not,
+	are carried in an <atom>any</atom>.  The representation of this object
 	is heavily model-dependent and has to be specified in the following list: </p>
-	
+
 	<dl>
 		<dt>UNO: </dt>
 		<dd>The any carries normal UNO types, which can be any base type,
@@ -61,43 +61,43 @@
 
 		<dt>OLE: 	</dt>
 		<dd>The any carries an <atom>unsigned long</atom> (on 32-bit systems)
-		or an <atom>unsigned hyper</atom> (on 64-bit systems), which is 
-		interpreted as a variant pointer. The any does not control the 
-		lifetime of the represented variant. That implies that the caller 
-		has the responsibility of freeing the OLE resources represented 
+		or an <atom>unsigned hyper</atom> (on 64-bit systems), which is
+		interpreted as a variant pointer. The any does not control the
+		lifetime of the represented variant. That implies that the caller
+		has the responsibility of freeing the OLE resources represented
 		by the any value.  </dd>
 
 		<dt>JAVA: 	</dt>
 		<dd>not yet specified.  </dd>
 
-		<dt>CORBA: </dt> 
+		<dt>CORBA: </dt>
 		<dd>not yet specified.  </dd>
 	</dl>
-	
-	<p>Any implementation can supply its own bridges to other object 
-	models by implementing this interface and returning the bridge 
+
+	<p>Any implementation can supply its own bridges to other object
+	models by implementing this interface and returning the bridge
 	when the method is called with itself as the first parameter. </p>
 
 	@see com::sun::star::bridge::OleBridgeSupplier
 	@deprecated
  */
 published interface XBridgeSupplier: com::sun::star::uno::XInterface
-{ 
-	 
+{
+
 	/** creates a bridge to provide an object of one object model with another.
 	 */
-	any createBridge( [in] any modelDepObject, 
-			 [in] com::sun::star::uno::Uik MachineId, 
-			 [in] long ProcessId, 
-			 [in] short sourceModelType, 
-			 [in] short destModelType ) 
-			raises( com::sun::star::lang::IllegalArgumentException ); 
- 
-}; 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	any createBridge( [in] any modelDepObject,
+			 [in] com::sun::star::uno::Uik MachineId,
+			 [in] long ProcessId,
+			 [in] short sourceModelType,
+			 [in] short destModelType )
+			raises( com::sun::star::lang::IllegalArgumentException );
+
+};
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/bridge/XBridgeSupplier2.idl b/main/udkapi/com/sun/star/bridge/XBridgeSupplier2.idl
index 6b2dff8..a7e2ce9 100644
--- a/main/udkapi/com/sun/star/bridge/XBridgeSupplier2.idl
+++ b/main/udkapi/com/sun/star/bridge/XBridgeSupplier2.idl
@@ -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,37 +7,37 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_bridge_XBridgeSupplier2_idl__ 
-#define __com_sun_star_bridge_XBridgeSupplier2_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module bridge {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_bridge_XBridgeSupplier2_idl__
+#define __com_sun_star_bridge_XBridgeSupplier2_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module bridge {
+
+//=============================================================================
+
 /** defines the interface for creating bridges to other object models.
 	<p />
 	<p>
@@ -45,14 +45,14 @@
 	an interface into the target model, then the resulting target interface
 	is a bridge implementation, that is not being noticed by an user. During
 	a call on that interface, the bridge is invoked to convert the arguments
-	and carry out a call according to the rules of the source model. 
+	and carry out a call according to the rules of the source model.
 	Return values are automatically mapped to the types of the target model.
 	</p>
 	<p>
 	Simple types are mapped to simple target types. That is, there is no additional
 	bridging code involved when those types are being used.
 	</p>
-	
+
 	<p>Sometimes a bridge cannot be created, depending on whether a programm uses
 	the XBridgeSupplier2 interface remotely. Assuming one wants to bridge an
 	OLE Automation object to UNO by calling createBridge on a proxy, then the UNO remote
@@ -63,10 +63,10 @@
 	function represents the calling process and may be used by the implementation to determine
 	if it is being accessed remotely.
 	</p>
-	<p>All objects, whether they are part of the UNO object model or not, 
-	are carried in an <atom>any</atom>.  The representation of this object 
+	<p>All objects, whether they are part of the UNO object model or not,
+	are carried in an <atom>any</atom>.  The representation of this object
 	is heavily model-dependent and has to be specified in the following list: </p>
-	
+
 	<dl>
 		<dt>UNO: </dt>
 		<dd>The any carries normal UNO types, which can be any base type,
@@ -74,10 +74,10 @@
 
 		<dt>OLE: 	</dt>
 		<dd>The any carries an <atom>unsigned long</atom> (on 32-bit systems)
-		or an <atom>unsigned hyper</atom> (on 64-bit systems), which is 
-		interpreted as a variant pointer. The any does not control the 
-		lifetime of the represented variant. That implies that the caller 
-		has the responsibility of freeing the OLE resources represented 
+		or an <atom>unsigned hyper</atom> (on 64-bit systems), which is
+		interpreted as a variant pointer. The any does not control the
+		lifetime of the represented variant. That implies that the caller
+		has the responsibility of freeing the OLE resources represented
 		by the any value.  </dd>
 
 		<dt>JAVA: 	</dt>
@@ -86,32 +86,32 @@
 		<dt>CORBA: </dt>
 		<dd>not specified yet.  </dd>
 	</dl>
-	
+
 	</p>
-	<p>Any implementation can supply its own bridges to other object 
-	models by implementing this interface and returning the bridge 
+	<p>Any implementation can supply its own bridges to other object
+	models by implementing this interface and returning the bridge
 	when the method <member>XBridgeSupplier2::createBridge()</member>
 	is called with itself as the first parameter.  </p>
 
 	@see com::sun::star::bridge::OleBridgeSupplier2
  */
 published interface XBridgeSupplier2: com::sun::star::uno::XInterface
-{ 
+{
 	/** creates a bridge to provide an object of one object model with another.
 	 */
-	any createBridge( [in] any aModelDepObject, 
-			 [in] sequence< byte > aProcessId, 
-			 [in] short nSourceModelType, 
-			 [in] short nDestModelType ) 
-			raises( com::sun::star::lang::IllegalArgumentException ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	any createBridge( [in] any aModelDepObject,
+			 [in] sequence< byte > aProcessId,
+			 [in] short nSourceModelType,
+			 [in] short nDestModelType )
+			raises( com::sun::star::lang::IllegalArgumentException );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/bridge/XInstanceProvider.idl b/main/udkapi/com/sun/star/bridge/XInstanceProvider.idl
index aaf1430..909d969 100644
--- a/main/udkapi/com/sun/star/bridge/XInstanceProvider.idl
+++ b/main/udkapi/com/sun/star/bridge/XInstanceProvider.idl
@@ -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,54 +7,54 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef _COM_SUN_STAR_BRIDGE_XINSTANCEPROVIDER_IDL_ 
-#define _COM_SUN_STAR_BRIDGE_XINSTANCEPROVIDER_IDL_ 
- 
-#include <com/sun/star/container/NoSuchElementException.idl> 
- 
- module com {  module sun {  module star {  module bridge { 
- 
- 
+#ifndef _COM_SUN_STAR_BRIDGE_XINSTANCEPROVIDER_IDL_
+#define _COM_SUN_STAR_BRIDGE_XINSTANCEPROVIDER_IDL_
+
+#include <com/sun/star/container/NoSuchElementException.idl>
+
+ module com {  module sun {  module star {  module bridge {
+
+
 /** allows to export UNO objects to other processes.
 
 	@see XBridge
  */
 published interface XInstanceProvider: com::sun::star::uno::XInterface
-{ 
-	 
+{
+
 	/** gets called, when an initial object is requested from a remote process.
 		You may either create a  new instance or return an existing object.
 
 	   @param sInstanceName
 	        The name of the requested object.
-			
-	   @returns 
+
+	   @returns
 			the object associated with the name. The return value may be null in case
 			there is no object to offer for this string. In this case, XBridge.getInstance()
 			(in the other process) will also return a null reference.
-			
+
 	   @throws NoSuchElementException
-	        You may throw this exception to indicate, that there is no object for this 
+	        You may throw this exception to indicate, that there is no object for this
 			name. Due to a specification bug, this exception will appear as a RuntimeException
 			at the XBridge.getInstance() method.
 	 */
-	com::sun::star::uno::XInterface getInstance( [in] string sInstanceName ) 
-			raises ( com::sun::star::container::NoSuchElementException ); 
-}; 
-  
-};};};};  
- 
-#endif 
+	com::sun::star::uno::XInterface getInstance( [in] string sInstanceName )
+			raises ( com::sun::star::container::NoSuchElementException );
+};
+
+};};};};
+
+#endif
diff --git a/main/udkapi/com/sun/star/bridge/XProtocolProperties.idl b/main/udkapi/com/sun/star/bridge/XProtocolProperties.idl
index 18cb988..3d57ae9 100644
--- a/main/udkapi/com/sun/star/bridge/XProtocolProperties.idl
+++ b/main/udkapi/com/sun/star/bridge/XProtocolProperties.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -29,7 +29,7 @@
 
 
 /** Bridge internal interface, that allows to change protocol settings of the remote
-    counter part. 
+    counter part.
 
 	<p>In general, this interface is implemented by the bridge itself. It must not
     be called from outside the bridge.</p>
@@ -38,25 +38,25 @@
 */
 published interface XProtocolProperties : com::sun::star::uno::XInterface
 {
-	/** called to get a list of bridge internal properties. Which properties can be retrieved, 
+	/** called to get a list of bridge internal properties. Which properties can be retrieved,
 		is protocol dependent.
-	
+
 		<p> The properties MUST NOT change between a requestChange and a commit change call.</p>
 	 */
 	sequence< ProtocolProperty > getProperties( );
 
-	/** called to initiate a protocol change. 
+	/** called to initiate a protocol change.
 
-		<p>This method should always be called in the scope of the local bridge setting object, 
-		because the remote counter part may do such a call at the same time 
+		<p>This method should always be called in the scope of the local bridge setting object,
+		because the remote counter part may do such a call at the same time
 		(typically at startup time). </p>
-		
-		@param nRandomNumber 
+
+		@param nRandomNumber
 			In case both processes call requestChange at the same time,
 			 the caller with the higher nRandomNumber is allowed to call
 			 commitChange.
 
-		@returns 
+		@returns
 			1, if the caller may ( and MUST !!!) call commitChange.
 			0, if the caller is not allowed to call commitChange. This can only happen,
 			   if the other bridge has called requestChange at the same time and
@@ -70,10 +70,10 @@
 	 */
 	long requestChange( [in] long nRandomNumber );
 
-	/** called to commit a protocol change. 
+	/** called to commit a protocol change.
 
-		<p>It is only allowed to call commitChange, if requestChange 
-		has been called previously and the return value was true.  The new properties are 
+		<p>It is only allowed to call commitChange, if requestChange
+		has been called previously and the return value was true.  The new properties are
 		valid after the reply of commitChange has been received.
 		Note, that this is difficult for the callee, because it must marshal the reply
 		with the old settings. </p>
@@ -82,9 +82,9 @@
 		Note that the bridge must be blocked for other threads,
 		before commitChange is sent and unblocked
 		after the reply has been received. This blocks the bridge.</p>
-		
+
 		@throws InvalidProtocolChangeException
-				when the remote counterpart could not change at least one of the properties. 
+				when the remote counterpart could not change at least one of the properties.
 				No property has been changed. requestChange must be called
 				again to initiate a new change of the protocol.
 	 */
diff --git a/main/udkapi/com/sun/star/bridge/XUnoUrlResolver.idl b/main/udkapi/com/sun/star/bridge/XUnoUrlResolver.idl
index dd760c8..a34cfa4 100644
--- a/main/udkapi/com/sun/star/bridge/XUnoUrlResolver.idl
+++ b/main/udkapi/com/sun/star/bridge/XUnoUrlResolver.idl
@@ -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,56 +7,56 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_bridge_XUnoUrlResolver_idl__ 
-#define __com_sun_star_bridge_XUnoUrlResolver_idl__ 
- 
-#include <com/sun/star/uno/XInterface.idl> 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#include <com/sun/star/connection/ConnectionSetupException.idl> 
-#include <com/sun/star/connection/NoConnectException.idl> 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module bridge {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_bridge_XUnoUrlResolver_idl__
+#define __com_sun_star_bridge_XUnoUrlResolver_idl__
+
+#include <com/sun/star/uno/XInterface.idl>
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#include <com/sun/star/connection/ConnectionSetupException.idl>
+#include <com/sun/star/connection/NoConnectException.idl>
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module bridge {
+
+//=============================================================================
+
 /** allows to resolve an object using the uno-url.
  */
 published interface XUnoUrlResolver: com::sun::star::uno::XInterface
-{ 
-	 
+{
+
 	/** resolves an object using the given uno-url.
-        @param sUnoUrl the uno-url. The uno-url is specified 
+        @param sUnoUrl the uno-url. The uno-url is specified
         <a href="http://udk.openoffice.org/common/man/spec/uno-url.html">here</a>.
-        
+
         @returns the resolved object, in general a proxy for a remote object.
                  You can use it the same way as you use local references.
 	 */
-	com::sun::star::uno::XInterface resolve( [in] string sUnoUrl ) 
-		raises (com::sun::star::connection::NoConnectException, 
-				com::sun::star::connection::ConnectionSetupException, 
-				com::sun::star::lang::IllegalArgumentException); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	com::sun::star::uno::XInterface resolve( [in] string sUnoUrl )
+		raises (com::sun::star::connection::NoConnectException,
+				com::sun::star::connection::ConnectionSetupException,
+				com::sun::star::lang::IllegalArgumentException);
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/bridge/oleautomation/ApplicationRegistration.idl b/main/udkapi/com/sun/star/bridge/oleautomation/ApplicationRegistration.idl
index 134ad8e..5b373af 100644
--- a/main/udkapi/com/sun/star/bridge/oleautomation/ApplicationRegistration.idl
+++ b/main/udkapi/com/sun/star/bridge/oleautomation/ApplicationRegistration.idl
@@ -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,33 +7,33 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_bridge_oleautomation_ApplicationRegistration_idl__ 
-#define __com_sun_star_bridge_oleautomation_ApplicationRegistration_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module bridge { module oleautomation {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_bridge_oleautomation_ApplicationRegistration_idl__
+#define __com_sun_star_bridge_oleautomation_ApplicationRegistration_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module bridge { module oleautomation {
+
+//=============================================================================
+
 /** registers UNO objects as COM objects.
 	<p>
 	That is, COM class factories are registered with COM at runtime. The required
@@ -61,17 +61,17 @@
 	</p>
  */
 service ApplicationRegistration
-{ 
+{
 
-	interface com::sun::star::uno::XInterface; 
- 
-}; 
- 
-//============================================================================= 
- 
+	interface com::sun::star::uno::XInterface;
+
+};
+
+//=============================================================================
+
 }; }; }; }; };
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/bridge/oleautomation/BridgeSupplier.idl b/main/udkapi/com/sun/star/bridge/oleautomation/BridgeSupplier.idl
index 948a958..0a4fc69 100644
--- a/main/udkapi/com/sun/star/bridge/oleautomation/BridgeSupplier.idl
+++ b/main/udkapi/com/sun/star/bridge/oleautomation/BridgeSupplier.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -56,9 +56,9 @@
 	<p>
 	The service implements the
 	<type scope="com::sun::star::bridge">XBridgeSupplier2</type> interface and
-	handles the model types 
-	<const>com::sun::star::bridge::ModelDependent::UNO</const> and 
-	<const>com::sun::star::bridge::ModelDependent::OLE</const>.  
+	handles the model types
+	<const>com::sun::star::bridge::ModelDependent::UNO</const> and
+	<const>com::sun::star::bridge::ModelDependent::OLE</const>.
 	The service does not specify any requirements for registering OLE objects and
 	class factories.
 	</p>
diff --git a/main/udkapi/com/sun/star/bridge/oleautomation/Currency.idl b/main/udkapi/com/sun/star/bridge/oleautomation/Currency.idl
index 0c9caef..22c170a 100644
--- a/main/udkapi/com/sun/star/bridge/oleautomation/Currency.idl
+++ b/main/udkapi/com/sun/star/bridge/oleautomation/Currency.idl
@@ -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,25 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_bridge_oleautomation_Currency_idl__ 
-#define __com_sun_star_bridge_oleautomation_Currency_idl__ 
- 
- 
+#ifndef __com_sun_star_bridge_oleautomation_Currency_idl__
+#define __com_sun_star_bridge_oleautomation_Currency_idl__
+
+
 module com {  module sun {  module star {  module bridge {  module oleautomation {
- 
+
 /** is the UNO representation of the Automation type <code>CY</code>, also know
     as <code>CURRENCY</code>.
     <p>
@@ -34,14 +34,14 @@
     But a typedef cannot be expressed in all language bindings. In the case
     where no typedefs are supported the actual type is used. That is, a
     typedef'd currency type would be represented as <code>long</code> in Java.
-    The information that the <code>long</code> is a currency type is lost. 
+    The information that the <code>long</code> is a currency type is lost.
     </p>
     <p>
     When calling Automation objects from UNO the distinction between
     <atom>hyper</atom> and a currency type is important. Therefore
     <type>Currency</type> is declared as struct.
     </p>
-    
+
     @since OpenOffice 1.1.2
  */
 struct Currency
@@ -49,9 +49,9 @@
     /** corresponds to the Automation type <code>CY</code>.
      */
     hyper Value;
-}; 
- 
-}; }; }; }; }; 
- 
+};
 
-#endif 
+}; }; }; }; };
+
+
+#endif
diff --git a/main/udkapi/com/sun/star/bridge/oleautomation/Date.idl b/main/udkapi/com/sun/star/bridge/oleautomation/Date.idl
index ca4b5d5..8bcd7c1 100644
--- a/main/udkapi/com/sun/star/bridge/oleautomation/Date.idl
+++ b/main/udkapi/com/sun/star/bridge/oleautomation/Date.idl
@@ -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,25 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_bridge_oleautomation_Date_idl__ 
-#define __com_sun_star_bridge_oleautomation_Date_idl__ 
- 
- 
+#ifndef __com_sun_star_bridge_oleautomation_Date_idl__
+#define __com_sun_star_bridge_oleautomation_Date_idl__
+
+
 module com {  module sun {  module star {  module bridge {  module oleautomation {
- 
+
 /** is the UNO representation of the Automation type <code>DATE</code>.
     <p>
     A <code>DATE</code> could actually be representd as<atom>double</atom> in
@@ -40,7 +40,7 @@
     <atom>double</atom> and date type is important. Therefore <type>Date</type>
     is declared as struct.
     </p>
-    
+
     @since OpenOffice 1.1.2
  */
 struct Date
@@ -48,9 +48,9 @@
     /** corresponds to the Automation type <code>DATE</code>.
      */
     double Value;
-}; 
- 
-}; }; }; }; }; 
- 
+};
 
-#endif 
+}; }; }; }; };
+
+
+#endif
diff --git a/main/udkapi/com/sun/star/bridge/oleautomation/Decimal.idl b/main/udkapi/com/sun/star/bridge/oleautomation/Decimal.idl
index 8a975a7..0ba1436 100644
--- a/main/udkapi/com/sun/star/bridge/oleautomation/Decimal.idl
+++ b/main/udkapi/com/sun/star/bridge/oleautomation/Decimal.idl
@@ -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,40 +7,40 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_bridge_oleautomation_Decimal_idl__ 
-#define __com_sun_star_bridge_oleautomation_Decimal_idl__ 
- 
- 
+#ifndef __com_sun_star_bridge_oleautomation_Decimal_idl__
+#define __com_sun_star_bridge_oleautomation_Decimal_idl__
+
+
 module com {  module sun {  module star {  module bridge {  module oleautomation {
- 
+
 /** is the UNO representation of the Automation type <code>DECIMAL</code>.
-    
+
 
     @since OpenOffice 1.1.2
  */
 struct Decimal
 {
     /** corresponds to <code>DECIMAL.scale</code>.
-     */ 
+     */
     byte Scale;
-    
+
     /** corresponds to <code>DECIMAL.sign</code>.
      */
     byte Sign;
-    
+
     /** corresponds to <code>DECIMAL.Lo32</code>.
      */
     unsigned long LowValue;
@@ -52,9 +52,9 @@
     /** corresponds to <code>DECIMAL.Hi32</code>.
      */
     unsigned long HighValue;
-}; 
- 
-}; }; }; }; }; 
- 
+};
 
-#endif 
+}; }; }; }; };
+
+
+#endif
diff --git a/main/udkapi/com/sun/star/bridge/oleautomation/Factory.idl b/main/udkapi/com/sun/star/bridge/oleautomation/Factory.idl
index 21190c9..dd116cf 100644
--- a/main/udkapi/com/sun/star/bridge/oleautomation/Factory.idl
+++ b/main/udkapi/com/sun/star/bridge/oleautomation/Factory.idl
@@ -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,35 +7,35 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_bridge_oleautomation_Factory_idl__ 
-#define __com_sun_star_bridge_oleautomation_Factory_idl__ 
- 
-#ifndef __com_sun_star_lang_XMultiServiceFactory_idl__ 
-#include <com/sun/star/lang/XMultiServiceFactory.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_bridge_oleautomation_Factory_idl__
+#define __com_sun_star_bridge_oleautomation_Factory_idl__
+
+#ifndef __com_sun_star_lang_XMultiServiceFactory_idl__
+#include <com/sun/star/lang/XMultiServiceFactory.idl>
+#endif
+
+
+//=============================================================================
+
 module com {  module sun {  module star {  module bridge {  module oleautomation {
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
 /** makes it possible to create COM objects as UNO objects.
-	
+
 	<p>
 	A COM object must have a ProgId since the ProgId is used as argument for
 	<method scope="com::sun::star::lang">XMultiServiceFactory::createInstance</method>.
@@ -53,13 +53,13 @@
 service Factory
 {
 	interface com::sun::star::lang::XMultiServiceFactory;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; }; 
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/bridge/oleautomation/NamedArgument.idl b/main/udkapi/com/sun/star/bridge/oleautomation/NamedArgument.idl
index 6e2ac49..aab6934 100644
--- a/main/udkapi/com/sun/star/bridge/oleautomation/NamedArgument.idl
+++ b/main/udkapi/com/sun/star/bridge/oleautomation/NamedArgument.idl
@@ -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,25 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_bridge_oleautomation_NamedArgument_idl__ 
-#define __com_sun_star_bridge_oleautomation_NamedArgument_idl__ 
- 
- 
+#ifndef __com_sun_star_bridge_oleautomation_NamedArgument_idl__
+#define __com_sun_star_bridge_oleautomation_NamedArgument_idl__
+
+
 module com {  module sun {  module star {  module bridge {  module oleautomation {
- 
+
 /** represents a named argument in a call to a method of an Automation object.
     <p>
     The Automation bridge accepts values of <type>NamedArgument</type> when a
@@ -37,7 +37,7 @@
     sequence can be unordered. The Automation object being called must support
     named arguments, otherwise the call fails.
     </p>
-	
+
     @since OpenOffice 1.1.2
  */
 struct NamedArgument
@@ -51,9 +51,9 @@
         member <member>Name</member>.
      */
     any Value;
-}; 
- 
-}; }; }; }; }; 
- 
+};
 
-#endif 
+}; }; }; }; };
+
+
+#endif
diff --git a/main/udkapi/com/sun/star/bridge/oleautomation/PropertyPutArgument.idl b/main/udkapi/com/sun/star/bridge/oleautomation/PropertyPutArgument.idl
index b132e6b..68fe798 100644
--- a/main/udkapi/com/sun/star/bridge/oleautomation/PropertyPutArgument.idl
+++ b/main/udkapi/com/sun/star/bridge/oleautomation/PropertyPutArgument.idl
@@ -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,32 +7,32 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_bridge_oleautomation_PropertyPutArgument_idl__ 
-#define __com_sun_star_bridge_oleautomation_PropertyPutArgument_idl__ 
- 
- 
+#ifndef __com_sun_star_bridge_oleautomation_PropertyPutArgument_idl__
+#define __com_sun_star_bridge_oleautomation_PropertyPutArgument_idl__
+
+
 module com {  module sun {  module star {  module bridge {  module oleautomation {
- 
+
 /** contains a value that is used as argument in a &quot;property put&quot
     operation on a Automation object.
     <p>
     If a Automation object is converted into a UNO object by a scripting
     bridge, such as
     <type scope="com::sun::star::bridge::oleautomation">BridgeSupplier</type>,
-    then it is accessed through the 
+    then it is accessed through the
     <type scope="com::sun::star::script">XInvocation</type> interface.
     The methods
     <member scope="com::sun::star::script">XInvocation::setValue</member>
@@ -49,7 +49,7 @@
     intended to be a write or read operation. This is done by
     providing either instances of <type>PropertyPutArgument</type> or
     <type>PropertyGetArgument</type> as arguments to
-    <member scope="com::sun::star::script">XInvocation::Invoke</member>. 
+    <member scope="com::sun::star::script">XInvocation::Invoke</member>.
 
     @since OpenOffice 1.1.2
 */
@@ -58,9 +58,9 @@
     /** contains the actual argument.
      */
     any Value;
-}; 
- 
-}; }; }; }; }; 
- 
+};
 
-#endif 
+}; }; }; }; };
+
+
+#endif
diff --git a/main/udkapi/com/sun/star/bridge/oleautomation/SCode.idl b/main/udkapi/com/sun/star/bridge/oleautomation/SCode.idl
index c8fe7e1..9147863 100644
--- a/main/udkapi/com/sun/star/bridge/oleautomation/SCode.idl
+++ b/main/udkapi/com/sun/star/bridge/oleautomation/SCode.idl
@@ -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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_bridge_oleautomation_SCode_idl__ 
-#define __com_sun_star_bridge_oleautomation_SCode_idl__ 
- 
- 
+#ifndef __com_sun_star_bridge_oleautomation_SCode_idl__
+#define __com_sun_star_bridge_oleautomation_SCode_idl__
+
+
 module com {  module sun {  module star {  module bridge {  module oleautomation {
 
 /** <p>is the UNO representation of the Automation type SCODE.
@@ -42,17 +42,17 @@
     and <atom>long</atom> is important. Therefore the <type>Scode</type> is
     declared as struct.
     </p>
-    
+
     @since OpenOffice 1.1.2
  */
 
-    
+
 struct SCode
 {
     long Value;
-}; 
- 
-}; }; }; }; }; 
- 
+};
 
-#endif 
+}; }; }; }; };
+
+
+#endif
diff --git a/main/udkapi/com/sun/star/bridge/oleautomation/XAutomationObject.idl b/main/udkapi/com/sun/star/bridge/oleautomation/XAutomationObject.idl
index 89d7686..28410b7 100644
--- a/main/udkapi/com/sun/star/bridge/oleautomation/XAutomationObject.idl
+++ b/main/udkapi/com/sun/star/bridge/oleautomation/XAutomationObject.idl
@@ -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,29 +7,29 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_bridge_oleautomation_XAutomationObject_idl__ 
-#define __com_sun_star_bridge_oleautomation_XAutomationObject_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
+#ifndef __com_sun_star_bridge_oleautomation_XAutomationObject_idl__
+#define __com_sun_star_bridge_oleautomation_XAutomationObject_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
 module com {  module sun {  module star {  module bridge { module oleautomation {
- 
- 
+
+
 /** a tagging interface for UNO objects which represent Automation
     objects.
     <p>
@@ -44,11 +44,11 @@
     @since OpenOffice 1.1.2
  */
 interface XAutomationObject: com::sun::star::uno::XInterface
-{ 
- 
-}; 
- 
-}; }; }; }; };  
- 
+{
 
-#endif 
+};
+
+}; }; }; }; };
+
+
+#endif
diff --git a/main/udkapi/com/sun/star/connection/Acceptor.idl b/main/udkapi/com/sun/star/connection/Acceptor.idl
index e4f11e4..c04f2f4 100644
--- a/main/udkapi/com/sun/star/connection/Acceptor.idl
+++ b/main/udkapi/com/sun/star/connection/Acceptor.idl
@@ -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,40 +7,40 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_connection_Acceptor_idl__ 
-#define __com_sun_star_connection_Acceptor_idl__ 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module connection {  
+#ifndef __com_sun_star_connection_Acceptor_idl__
+#define __com_sun_star_connection_Acceptor_idl__
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module connection {
 
 published interface XAcceptor;
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
 /** allows to accept connection attempts from another process.
 	<p>
 	Acceptor is a delegating service. You can add further acceptors by giving
 	them a service name com.sun.star.connection.Acceptor.xxx, where xxx is the
 	connection type used in the connection string during accept()/connect() call.
-	
+
  */
 published service Acceptor: XAcceptor;
- 
-//============================================================================= 
- 
-}; }; }; };  
-#endif 
+
+//=============================================================================
+
+}; }; }; };
+#endif
diff --git a/main/udkapi/com/sun/star/connection/AlreadyAcceptingException.idl b/main/udkapi/com/sun/star/connection/AlreadyAcceptingException.idl
index 93ebd6e..12b6df7 100644
--- a/main/udkapi/com/sun/star/connection/AlreadyAcceptingException.idl
+++ b/main/udkapi/com/sun/star/connection/AlreadyAcceptingException.idl
@@ -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,32 +7,32 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef _COM_SUN_STAR_CONNECTION_ALREADYACCEPTINGEXCEPTION_IDL_ 
-#define _COM_SUN_STAR_CONNECTION_ALREADYACCEPTINGEXCEPTION_IDL_ 
-#include <com/sun/star/uno/Exception.idl> 
- 
- module com {  module sun {  module star {  module connection { 
-	    
+#ifndef _COM_SUN_STAR_CONNECTION_ALREADYACCEPTINGEXCEPTION_IDL_
+#define _COM_SUN_STAR_CONNECTION_ALREADYACCEPTINGEXCEPTION_IDL_
+#include <com/sun/star/uno/Exception.idl>
+
+ module com {  module sun {  module star {  module connection {
+
 /** Is thrown, when there is another thread already accepting on this instance.
  */
 published exception AlreadyAcceptingException: com::sun::star::uno::Exception
-{ 
-}; 
- 
- 
-};};};};  
- 
-#endif 
+{
+};
+
+
+};};};};
+
+#endif
diff --git a/main/udkapi/com/sun/star/connection/ConnectionSetupException.idl b/main/udkapi/com/sun/star/connection/ConnectionSetupException.idl
index 6426874..f602ba0 100644
--- a/main/udkapi/com/sun/star/connection/ConnectionSetupException.idl
+++ b/main/udkapi/com/sun/star/connection/ConnectionSetupException.idl
@@ -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,32 +7,32 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef _COM_SUN_STAR_CONNECTION_CONNECTIONSETUPEXCEPTION_IDL_ 
-#define _COM_SUN_STAR_CONNECTION_CONNECTIONSETUPEXCEPTION_IDL_ 
-#include <com/sun/star/uno/Exception.idl> 
- 
- module com {  module sun {  module star {  module connection { 
-	    
+#ifndef _COM_SUN_STAR_CONNECTION_CONNECTIONSETUPEXCEPTION_IDL_
+#define _COM_SUN_STAR_CONNECTION_CONNECTIONSETUPEXCEPTION_IDL_
+#include <com/sun/star/uno/Exception.idl>
+
+ module com {  module sun {  module star {  module connection {
+
 /** Is thrown, when it is not possible to accept on a local resource.
  */
 published exception ConnectionSetupException: com::sun::star::uno::Exception
-{ 
-}; 
- 
- 
-};};};};  
- 
-#endif 
+{
+};
+
+
+};};};};
+
+#endif
diff --git a/main/udkapi/com/sun/star/connection/Connector.idl b/main/udkapi/com/sun/star/connection/Connector.idl
index e3915d0..a719de3 100644
--- a/main/udkapi/com/sun/star/connection/Connector.idl
+++ b/main/udkapi/com/sun/star/connection/Connector.idl
@@ -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,30 +7,30 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_connection_Connector_idl__ 
-#define __com_sun_star_connection_Connector_idl__ 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module connection {  
+#ifndef __com_sun_star_connection_Connector_idl__
+#define __com_sun_star_connection_Connector_idl__
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module connection {
 
 published interface XConnector;
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
 /** allows to establish a connection to another process.
 	<p>
 	Connector is a delegating service. You can add further connectors by giving
@@ -38,8 +38,8 @@
 	connection type used in the connection string during accept()/connect() call.
  */
 published service Connector: XConnector;
- 
-//============================================================================= 
- 
-}; }; }; };  
-#endif 
+
+//=============================================================================
+
+}; }; }; };
+#endif
diff --git a/main/udkapi/com/sun/star/connection/NoConnectException.idl b/main/udkapi/com/sun/star/connection/NoConnectException.idl
index e64848d..660e7ed 100644
--- a/main/udkapi/com/sun/star/connection/NoConnectException.idl
+++ b/main/udkapi/com/sun/star/connection/NoConnectException.idl
@@ -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,32 +7,32 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef _COM_SUN_STAR_CONNECTION_NOCONNECTEXCEPTION_IDL_ 
-#define _COM_SUN_STAR_CONNECTION_NOCONNECTEXCEPTION_IDL_ 
-#include <com/sun/star/uno/Exception.idl> 
- 
-module com {  module sun {  module star {  module connection { 
-	    
+#ifndef _COM_SUN_STAR_CONNECTION_NOCONNECTEXCEPTION_IDL_
+#define _COM_SUN_STAR_CONNECTION_NOCONNECTEXCEPTION_IDL_
+#include <com/sun/star/uno/Exception.idl>
+
+module com {  module sun {  module star {  module connection {
+
 /** Is thrown in case no one is accepting on the specified resource.
  */
 published exception NoConnectException: com::sun::star::uno::Exception
-{ 
-}; 
- 
- 
-};};};};  
- 
-#endif 
+{
+};
+
+
+};};};};
+
+#endif
diff --git a/main/udkapi/com/sun/star/connection/SocketPermission.idl b/main/udkapi/com/sun/star/connection/SocketPermission.idl
index 28a9046..ea454c9 100644
--- a/main/udkapi/com/sun/star/connection/SocketPermission.idl
+++ b/main/udkapi/com/sun/star/connection/SocketPermission.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,11 +24,11 @@
 #define __com_sun_star_connection_SocketPermission_idl__
 
 //=============================================================================
- 
+
 module com {  module sun {  module star {  module connection {
- 
+
 //=============================================================================
- 
+
 /** This permission represents access to a network via sockets.
     A SocketPermission consists of a host specification and a set of actions
     specifying ways to connect to that host.  The host is specified as
@@ -46,7 +46,7 @@
     where <code>N</code> is a port number, signifies all ports numbered <code>N</code> and above,
     while a specification of the form <code>"-N"</code> indicates all ports numbered
     <code>N</code> and below.
-    
+
     <p>
     The possible ways to connect to the host are
     <ul>
@@ -74,7 +74,7 @@
     is granted, it allows that code to accept connections on, connect to, or listen
     on any port between 1024 and 65535 on the local host.
     </p>
-    
+
     @attention
     Granting code permission to accept or make connections to remote hosts may be
     dangerous because malevolent code can then more easily transfer and share
diff --git a/main/udkapi/com/sun/star/connection/XAcceptor.idl b/main/udkapi/com/sun/star/connection/XAcceptor.idl
index ab9cae8..dea3ed1 100644
--- a/main/udkapi/com/sun/star/connection/XAcceptor.idl
+++ b/main/udkapi/com/sun/star/connection/XAcceptor.idl
@@ -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,37 +7,37 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef _COM_SUN_STAR_CONNECTION_XACCEPTOR_IDL_ 
-#define _COM_SUN_STAR_CONNECTION_XACCEPTOR_IDL_ 
- 
-#include <com/sun/star/connection/ConnectionSetupException.idl> 
-#include <com/sun/star/connection/AlreadyAcceptingException.idl> 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#include <com/sun/star/connection/XConnection.idl> 
- 
- 
-module com {  module sun {  module star {  module connection { 
- 
+#ifndef _COM_SUN_STAR_CONNECTION_XACCEPTOR_IDL_
+#define _COM_SUN_STAR_CONNECTION_XACCEPTOR_IDL_
+
+#include <com/sun/star/connection/ConnectionSetupException.idl>
+#include <com/sun/star/connection/AlreadyAcceptingException.idl>
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#include <com/sun/star/connection/XConnection.idl>
+
+
+module com {  module sun {  module star {  module connection {
+
 /** allows to passively accept connection attempts from other processes.
 
 	<p>
 	This is the counterpart to the XConnector interface.
  */
 published interface XAcceptor: com::sun::star::uno::XInterface
-{ 
+{
 	// DocMerge from xml: method com::sun::star::connection::XAcceptor::accept
 	/** accepts an interprocess connection. Waits until someone connects to the resource.
 	    <p>
@@ -45,35 +45,35 @@
 	    further connections, but the parameter string MUST be left unchanged.
 
 
-	   @param sConnectionDescription 
+	   @param sConnectionDescription
 				contains the kind of the connection plus a
 		      comma separated list of attributes,
 			   e.g., <em>socket,host=localhost,port=2345</em> for a tcpip connection.
-			   
-	   @return null reference, 
-			stopAccepting was called. 
+
+	   @return null reference,
+			stopAccepting was called.
 			Otherwise a valid XConnection reference.
 
-	   @throws AlreadyAcceptingException 
+	   @throws AlreadyAcceptingException
 				Only one acceptor-thread per instance allowed.
-	   @throws ConnectionSetupException  
+	   @throws ConnectionSetupException
 			Problems during setting up the acceptor.
 	      (e.g., Security-reasons, socket already busy, etc.)
 	   @throws com::sun::star::lang::IllegalArgumentException
 	              sConnectionDescription could not be interpreted
-			   
+
 	 */
-	XConnection accept( [in] string sConnectionDescription ) 
-		raises( AlreadyAcceptingException, 
-				ConnectionSetupException, 
-				com::sun::star::lang::IllegalArgumentException); 
- 
-	 
+	XConnection accept( [in] string sConnectionDescription )
+		raises( AlreadyAcceptingException,
+				ConnectionSetupException,
+				com::sun::star::lang::IllegalArgumentException);
+
+
 	/** pushes acceptor out of the accept-call.
 	 */
-	void stopAccepting(); 
-}; 
- 
-};};};}; 
- 
-#endif 
+	void stopAccepting();
+};
+
+};};};};
+
+#endif
diff --git a/main/udkapi/com/sun/star/connection/XConnection.idl b/main/udkapi/com/sun/star/connection/XConnection.idl
index b8cfebb..18690c25 100644
--- a/main/udkapi/com/sun/star/connection/XConnection.idl
+++ b/main/udkapi/com/sun/star/connection/XConnection.idl
@@ -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,44 +7,44 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef _COM_SUN_STAR_CONNECTION_XCONNECTION_IDL_ 
-#define _COM_SUN_STAR_CONNECTION_XCONNECTION_IDL_ 
- 
-#include <com/sun/star/io/IOException.idl> 
- 
- 
-module com {  module sun {  module star {  module connection { 
- 
+#ifndef _COM_SUN_STAR_CONNECTION_XCONNECTION_IDL_
+#define _COM_SUN_STAR_CONNECTION_XCONNECTION_IDL_
+
+#include <com/sun/star/io/IOException.idl>
+
+
+module com {  module sun {  module star {  module connection {
+
 /** A bidirectional bytestream.
-	
+
 	<p> You should additionally implement XConnection2.
 
 	@see XConnection2
  */
 published interface XConnection: com::sun::star::uno::XInterface
-{ 
-	 
+{
+
 	/** reads a requested number of bytes from the connection.
 		<p> This method is blocking, meaning that it always returns a bytesequence
 		with the requested number of bytes, unless it has reached end of file (which
 		often means, that close() has been called).
-		
+
 		<p> please see also the readSomeBytes() method of XConnection2.
-		
-		@return The read number of bytes. 
+
+		@return The read number of bytes.
 				The return value and the length of the
 				returned sequence must be identical.
 		@param nBytesToRead
@@ -53,10 +53,10 @@
 		@throws com::sun::star::io::IOException
 		       in case an error occurred during reading from the stream.
 	 */
-	long read( [out] sequence < byte > aReadBytes , [in] long nBytesToRead ) 
-			raises( com::sun::star::io::IOException ); 
- 
-	 
+	long read( [out] sequence < byte > aReadBytes , [in] long nBytesToRead )
+			raises( com::sun::star::io::IOException );
+
+
 	// DocMerge from xml: method com::sun::star::connection::XConnection::write
 	/** writes the given bytesequence to the stream.
 		<p>The method blocks until the whole sequence is written.
@@ -64,31 +64,31 @@
 		@throws com::sun::star::io::IOException
 		       in case an error occurred during writing to the stream.
 	 */
-	void write( [in] sequence < byte > aData ) 
-		raises( com::sun::star::io::IOException ); 
- 
- 
+	void write( [in] sequence < byte > aData )
+		raises( com::sun::star::io::IOException );
+
+
 	/** Empties all internal buffers.
 	 */
-	void flush( ) 
-			raises( com::sun::star::io::IOException ); 
- 
+	void flush( )
+			raises( com::sun::star::io::IOException );
+
 	/** Immediately terminates any ongoing read or write calls.
 		All subsequent read or write calls()
 	 */
-	void close( ) 
-			raises( com::sun::star::io::IOException ); 
-	 
-     
-	/** A unique string describing the connection. 
+	void close( )
+			raises( com::sun::star::io::IOException );
+
+
+	/** A unique string describing the connection.
 
 		<p>This string is different from the arguments to <member>XConnection::accept</member>
-		and <member>XConnector::connect</member>. In general, the string contains an additional 
+		and <member>XConnector::connect</member>. In general, the string contains an additional
 		handle value.  For example, "socket,host=localhost,port=2002,uniqueValue=2324". </p>
 	 */
-	string getDescription(); 
-}; 
- 
-};};};};  
- 
-#endif 
+	string getDescription();
+};
+
+};};};};
+
+#endif
diff --git a/main/udkapi/com/sun/star/connection/XConnection2.idl b/main/udkapi/com/sun/star/connection/XConnection2.idl
index 293e299..6aac19d 100644
--- a/main/udkapi/com/sun/star/connection/XConnection2.idl
+++ b/main/udkapi/com/sun/star/connection/XConnection2.idl
@@ -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,54 +7,54 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef _COM_SUN_STAR_CONNECTION_XCONNECTION2_IDL_ 
-#define _COM_SUN_STAR_CONNECTION_XCONNECTION2_IDL_ 
- 
-#include <com/sun/star/io/IOException.idl> 
-#include <com/sun/star/io/BufferSizeExceededException.idl> 
-#include <com/sun/star/io/NotConnectedException.idl> 
+#ifndef _COM_SUN_STAR_CONNECTION_XCONNECTION2_IDL_
+#define _COM_SUN_STAR_CONNECTION_XCONNECTION2_IDL_
 
-#include <com/sun/star/connection/XConnection.idl> 
- 
- 
-module com {  module sun {  module star {  module connection { 
- 
- 
- 
- 
+#include <com/sun/star/io/IOException.idl>
+#include <com/sun/star/io/BufferSizeExceededException.idl>
+#include <com/sun/star/io/NotConnectedException.idl>
+
+#include <com/sun/star/connection/XConnection.idl>
+
+
+module com {  module sun {  module star {  module connection {
+
+
+
+
 /**
    XConnection2 extends the <code>XConnection</code> interface
    with <code>available</code> and <code>readSomeBytes</code>
 */
 published interface XConnection2: com::sun::star::connection::XConnection
-{ 
-	 
-	/** Gives the number of bytes available via <code>read</code> 
+{
+
+	/** Gives the number of bytes available via <code>read</code>
 		without blocking.
 	 */
-	long available() raises(com::sun::star::io::IOException); 
+	long available() raises(com::sun::star::io::IOException);
 
-	/** Blocks if no data is available otherwise reads at 
+	/** Blocks if no data is available otherwise reads at
 		max <var>nMaxBytesToRead</var> but at least 1 byte.
 		</p>
 	 */
-	long readSomeBytes([out] sequence<byte> aData, [in] long nMaxBytesToRead) 
-		raises(com::sun::star::io::IOException); 
-}; 
- 
-};};};};  
- 
-#endif 
+	long readSomeBytes([out] sequence<byte> aData, [in] long nMaxBytesToRead)
+		raises(com::sun::star::io::IOException);
+};
+
+};};};};
+
+#endif
diff --git a/main/udkapi/com/sun/star/connection/XConnectionBroadcaster.idl b/main/udkapi/com/sun/star/connection/XConnectionBroadcaster.idl
index 202e77d..7e6191c 100644
--- a/main/udkapi/com/sun/star/connection/XConnectionBroadcaster.idl
+++ b/main/udkapi/com/sun/star/connection/XConnectionBroadcaster.idl
@@ -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,55 +7,55 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef _COM_SUN_STAR_CONNECTION_XCONNECTIONBROADCASTER_IDL__ 
-#define _COM_SUN_STAR_CONNECTION_XCONNECTIONBROADCASTER_IDL_ 
- 
-#include <com/sun/star/io/XStreamListener.idl> 
- 
- 
- module com {  module sun {  module star {  module connection { 
- 
- 
- 
- 
+#ifndef _COM_SUN_STAR_CONNECTION_XCONNECTIONBROADCASTER_IDL__
+#define _COM_SUN_STAR_CONNECTION_XCONNECTIONBROADCASTER_IDL_
+
+#include <com/sun/star/io/XStreamListener.idl>
+
+
+ module com {  module sun {  module star {  module connection {
+
+
+
+
 /** allows to add listeners to a connection.
     <p> Maybe supported by connections returned from <member>XAcceptor::accept</member>
     or <member>XConnector::connect</member>.
  */
 published interface XConnectionBroadcaster: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** registers an object to receive events from this connection.
 
        <p>It is suggested to allow multiple registration of the same listener,
 	    thus for each time a listener is added, it has to be removed.
 	 */
-	void addStreamListener( [in] com::sun::star::io::XStreamListener aListener ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void addStreamListener( [in] com::sun::star::io::XStreamListener aListener );
+
+	//-------------------------------------------------------------------------
+
 	/** unregisters an object to receive events from this connection.
 
        <p>It is suggested to allow multiple registration of the same listener,
 	    thus for each time a listener is added, it has to be removed.
 	 */
-	void removeStreamListener( [in] com::sun::star::io::XStreamListener aListener ); 
-}; 
- 
-};};};}; 
- 
-#endif 
+	void removeStreamListener( [in] com::sun::star::io::XStreamListener aListener );
+};
+
+};};};};
+
+#endif
diff --git a/main/udkapi/com/sun/star/connection/XConnector.idl b/main/udkapi/com/sun/star/connection/XConnector.idl
index a621ba3..e3b92e5 100644
--- a/main/udkapi/com/sun/star/connection/XConnector.idl
+++ b/main/udkapi/com/sun/star/connection/XConnector.idl
@@ -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,36 +7,36 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef _COM_SUN_STAR_CONNECTION_XCONNECTOR_IDL_ 
-#define _COM_SUN_STAR_CONNECTION_XCONNECTOR_IDL_ 
- 
-#include <com/sun/star/connection/ConnectionSetupException.idl> 
-#include <com/sun/star/connection/NoConnectException.idl> 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#include <com/sun/star/connection/XConnection.idl> 
- 
- 
-module com {  module sun {  module star {  module connection { 
- 
+#ifndef _COM_SUN_STAR_CONNECTION_XCONNECTOR_IDL_
+#define _COM_SUN_STAR_CONNECTION_XCONNECTOR_IDL_
+
+#include <com/sun/star/connection/ConnectionSetupException.idl>
+#include <com/sun/star/connection/NoConnectException.idl>
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#include <com/sun/star/connection/XConnection.idl>
+
+
+module com {  module sun {  module star {  module connection {
+
 /**
    allows to actively establish an interprocess connection.
  */
 published interface XConnector: com::sun::star::uno::XInterface
-{ 
-			  
+{
+
 	// DocMerge from xml: method com::sun::star::connection::XConnector::connect
 	/** creates a new connection interprocess connection.
 		<p>
@@ -44,25 +44,25 @@
         if a call to connect is made when another call to connect either has not
         yet returned or has returned successfully without raising an exception.
 
-		@param sConnectionDescription 
+		@param sConnectionDescription
 				contains the kind of the connection plus a
 				comma separated list of attributes,
 			   e.g., <em>socket,host=locahost,port=2345</em> for a tcpip connection.
 
-	    @throws ConnectionSetupException  
+	    @throws ConnectionSetupException
 				Problems during setting up the connector
-		      on client side, (e.g., Security-reasons, socket already busy .. ), 
+		      on client side, (e.g., Security-reasons, socket already busy .. ),
 				or the string could not be interpreted correctly.
-	 
-		@throws NoConnectException     
-				Couldn't reach a server (e.g. network failure), 
+
+		@throws NoConnectException
+				Couldn't reach a server (e.g. network failure),
 				no server is listening
 	 */
-	XConnection connect( [in] string sConnectionDescription ) 
-		raises( NoConnectException,ConnectionSetupException ); 
-}; 
- 
- 
-};};};}; 
- 
-#endif 
+	XConnection connect( [in] string sConnectionDescription )
+		raises( NoConnectException,ConnectionSetupException );
+};
+
+
+};};};};
+
+#endif
diff --git a/main/udkapi/com/sun/star/container/ContainerEvent.idl b/main/udkapi/com/sun/star/container/ContainerEvent.idl
index 53f0501..e5b0206 100644
--- a/main/udkapi/com/sun/star/container/ContainerEvent.idl
+++ b/main/udkapi/com/sun/star/container/ContainerEvent.idl
@@ -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,63 +7,63 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_container_ContainerEvent_idl__ 
-#define __com_sun_star_container_ContainerEvent_idl__ 
- 
-#ifndef __com_sun_star_lang_EventObject_idl__ 
-#include <com/sun/star/lang/EventObject.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module container {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_container_ContainerEvent_idl__
+#define __com_sun_star_container_ContainerEvent_idl__
+
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module container {
+
+//=============================================================================
+
 /** This event is fired when an element is inserted in a container.
 
 	@see XContainerListener
  */
 published struct ContainerEvent: com::sun::star::lang::EventObject
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** It contains the accessor to the element which is inserted or removed.
-		
+
 		<p>The type and the value of the accessor depends on the service.</p>
 	 */
-	any Accessor; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	any Accessor;
+
+	//-------------------------------------------------------------------------
+
 	/** This contains the element that was inserted or removed.
 	 */
-	any Element; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	any Element;
+
+	//-------------------------------------------------------------------------
+
 	/** This contains the replaced element.
 	 */
-	any ReplacedElement; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	any ReplacedElement;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/container/ElementExistException.idl b/main/udkapi/com/sun/star/container/ElementExistException.idl
index 05628eb..1ee192e 100644
--- a/main/udkapi/com/sun/star/container/ElementExistException.idl
+++ b/main/udkapi/com/sun/star/container/ElementExistException.idl
@@ -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,48 +7,48 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_container_ElementExistException_idl__ 
-#define __com_sun_star_container_ElementExistException_idl__ 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module container {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_container_ElementExistException_idl__
+#define __com_sun_star_container_ElementExistException_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module container {
+
+//=============================================================================
+
 /** is thrown by container methods, if an element is added which is already
 	a child of the container.
 
 	<p>Probably not the same element is already a member, when this exception
 	is thrown, but a member with the same id or name. </p>
 
-	@see     XNameContainer 
+	@see     XNameContainer
 	@see     XNameContainer::insertByName
  */
 published exception ElementExistException: com::sun::star::uno::Exception
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/container/EnumerableMap.idl b/main/udkapi/com/sun/star/container/EnumerableMap.idl
index 4b5e593..0e27138 100644
--- a/main/udkapi/com/sun/star/container/EnumerableMap.idl
+++ b/main/udkapi/com/sun/star/container/EnumerableMap.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,7 +30,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module container { 
+module com { module sun { module star { module container {
 
 //=============================================================================
 
@@ -130,7 +130,7 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 //=============================================================================
 
diff --git a/main/udkapi/com/sun/star/container/NoSuchElementException.idl b/main/udkapi/com/sun/star/container/NoSuchElementException.idl
index 9b765f9..669ea1a 100644
--- a/main/udkapi/com/sun/star/container/NoSuchElementException.idl
+++ b/main/udkapi/com/sun/star/container/NoSuchElementException.idl
@@ -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,44 +7,44 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_container_NoSuchElementException_idl__ 
-#define __com_sun_star_container_NoSuchElementException_idl__ 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module container {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_container_NoSuchElementException_idl__
+#define __com_sun_star_container_NoSuchElementException_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module container {
+
+//=============================================================================
+
 /** is thrown by child access methods of collections, if the addressed child
 	does not exist.
 
-	@see     XEnumeration 
+	@see     XEnumeration
 	@see     XEnumeration::nextElement
  */
 published exception NoSuchElementException: com::sun::star::uno::Exception
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/container/XChild.idl b/main/udkapi/com/sun/star/container/XChild.idl
index 242c1e7..e39ec80 100644
--- a/main/udkapi/com/sun/star/container/XChild.idl
+++ b/main/udkapi/com/sun/star/container/XChild.idl
@@ -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,64 +7,64 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_container_XChild_idl__ 
-#define __com_sun_star_container_XChild_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_NoSupportException_idl__ 
-#include <com/sun/star/lang/NoSupportException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module container {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_container_XChild_idl__
+#define __com_sun_star_container_XChild_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_lang_NoSupportException_idl__
+#include <com/sun/star/lang/NoSupportException.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module container {
+
+//=============================================================================
+
 /** provides access to the parent of the object.
-	
+
 	<p>This interface normally is only supported if the objects all have
 	exactly one dedicated parent container.</p>
  */
 published interface XChild: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** grants access to the object containing this content.
 	 */
-	com::sun::star::uno::XInterface getParent(); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** sets the parent to this object. 
+	com::sun::star::uno::XInterface getParent();
+
+	//-------------------------------------------------------------------------
+
+	/** sets the parent to this object.
 
 		@throws com::sun::star::lang::NoSupportException
 			if the name of this object cannot be changed.
 	 */
-	void setParent( [in] com::sun::star::uno::XInterface Parent ) 
-			raises( com::sun::star::lang::NoSupportException ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void setParent( [in] com::sun::star::uno::XInterface Parent )
+			raises( com::sun::star::lang::NoSupportException );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/container/XComponentEnumeration.idl b/main/udkapi/com/sun/star/container/XComponentEnumeration.idl
index 34f41a6..989a3e8 100644
--- a/main/udkapi/com/sun/star/container/XComponentEnumeration.idl
+++ b/main/udkapi/com/sun/star/container/XComponentEnumeration.idl
@@ -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,60 +7,60 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_container_XComponentEnumeration_idl__ 
-#define __com_sun_star_container_XComponentEnumeration_idl__ 
- 
-#ifndef __com_sun_star_container_XEnumeration_idl__ 
-#include <com/sun/star/container/XEnumeration.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_XComponent_idl__ 
-#include <com/sun/star/lang/XComponent.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_NoSuchElementException_idl__ 
-#include <com/sun/star/container/NoSuchElementException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module container {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_container_XComponentEnumeration_idl__
+#define __com_sun_star_container_XComponentEnumeration_idl__
+
+#ifndef __com_sun_star_container_XEnumeration_idl__
+#include <com/sun/star/container/XEnumeration.idl>
+#endif
+
+#ifndef __com_sun_star_lang_XComponent_idl__
+#include <com/sun/star/lang/XComponent.idl>
+#endif
+
+#ifndef __com_sun_star_container_NoSuchElementException_idl__
+#include <com/sun/star/container/NoSuchElementException.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module container {
+
+//=============================================================================
+
 /** provides a typified enumeration through components.
  */
 published interface XComponentEnumeration: com::sun::star::container::XEnumeration
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns  
-			the next component of this enumeration. 
-				 
-		@throws  NoSuchElementException   
+{
+	//-------------------------------------------------------------------------
+
+	/** @returns
+			the next component of this enumeration.
+
+		@throws  NoSuchElementException
 			if no more elements exist.
 	 */
-	com::sun::star::lang::XComponent nextComponent() 
-			raises( com::sun::star::container::NoSuchElementException ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::lang::XComponent nextComponent()
+			raises( com::sun::star::container::NoSuchElementException );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/container/XComponentEnumerationAccess.idl b/main/udkapi/com/sun/star/container/XComponentEnumerationAccess.idl
index d7e0236..974f2f9 100644
--- a/main/udkapi/com/sun/star/container/XComponentEnumerationAccess.idl
+++ b/main/udkapi/com/sun/star/container/XComponentEnumerationAccess.idl
@@ -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,52 +7,52 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_container_XComponentEnumerationAccess_idl__ 
-#define __com_sun_star_container_XComponentEnumerationAccess_idl__ 
- 
-#ifndef __com_sun_star_container_XEnumerationAccess_idl__ 
-#include <com/sun/star/container/XEnumerationAccess.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XComponentEnumeration_idl__ 
-#include <com/sun/star/container/XComponentEnumeration.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module container {  
- 
-//============================================================================= 
- 
-/** provides a factory for a typified enumeration through 
+#ifndef __com_sun_star_container_XComponentEnumerationAccess_idl__
+#define __com_sun_star_container_XComponentEnumerationAccess_idl__
+
+#ifndef __com_sun_star_container_XEnumerationAccess_idl__
+#include <com/sun/star/container/XEnumerationAccess.idl>
+#endif
+
+#ifndef __com_sun_star_container_XComponentEnumeration_idl__
+#include <com/sun/star/container/XComponentEnumeration.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module container {
+
+//=============================================================================
+
+/** provides a factory for a typified enumeration through
 	a collection of components.
  */
 published interface XComponentEnumerationAccess: com::sun::star::container::XEnumerationAccess
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** creates a new instance of enumeration through components.
 	 */
-	com::sun::star::container::XComponentEnumeration createComponentEnumeration(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::container::XComponentEnumeration createComponentEnumeration();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/container/XContainer.idl b/main/udkapi/com/sun/star/container/XContainer.idl
index 5b2f387..6b9c2c8 100644
--- a/main/udkapi/com/sun/star/container/XContainer.idl
+++ b/main/udkapi/com/sun/star/container/XContainer.idl
@@ -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,43 +7,43 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_container_XContainer_idl__ 
-#define __com_sun_star_container_XContainer_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XContainerListener_idl__ 
-#include <com/sun/star/container/XContainerListener.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module container {  
- 
-//============================================================================= 
- 
-/** supports quick access to the information if a container currently 
+#ifndef __com_sun_star_container_XContainer_idl__
+#define __com_sun_star_container_XContainer_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_container_XContainerListener_idl__
+#include <com/sun/star/container/XContainerListener.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module container {
+
+//=============================================================================
+
+/** supports quick access to the information if a container currently
 	contains elements.
-	
+
 	<p>The <type>XContainer</type> interface is provided for containers
-	which need to broadcast changes within the container; that means 
-	the actions of adding or removing elements are broadcast to the 
+	which need to broadcast changes within the container; that means
+	the actions of adding or removing elements are broadcast to the
 	listeners.  </p>
 
 	<p>This can be useful for UI to enable/disable some functions
@@ -55,9 +55,9 @@
 	@see XEnumerationAccess
  */
 published interface XContainer: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** adds the specified listener to receive events when
 		elements are inserted or removed.
 
@@ -66,24 +66,24 @@
 
 		@see XContainerListener
 	 */
-	[oneway] void addContainerListener( [in] com::sun::star::container::XContainerListener xListener ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void addContainerListener( [in] com::sun::star::container::XContainerListener xListener );
+
+	//-------------------------------------------------------------------------
+
 	/** removes the specified listener so it does not receive
 		any events from this container.
 
        <p>It is suggested to allow multiple registration of the same listener,
 	    thus for each time a listener is added, it has to be removed.
-		
+
 		@see XContainerListener
 	 */
-	[oneway] void removeContainerListener( [in] com::sun::star::container::XContainerListener xListener ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[oneway] void removeContainerListener( [in] com::sun::star::container::XContainerListener xListener );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/container/XContainerApproveBroadcaster.idl b/main/udkapi/com/sun/star/container/XContainerApproveBroadcaster.idl
index 3156da0..29e6b23 100644
--- a/main/udkapi/com/sun/star/container/XContainerApproveBroadcaster.idl
+++ b/main/udkapi/com/sun/star/container/XContainerApproveBroadcaster.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,13 +24,13 @@
 #ifndef __com_sun_star_container_XContainerApproveBroadcaster_idl__
 #define __com_sun_star_container_XContainerApproveBroadcaster_idl__
 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
+#ifndef __com_sun_star_uno_XInterface_idl__
 #include <com/sun/star/uno/XInterface.idl>
 #endif
 
 //=============================================================================
 
-module com { module sun { module star { module container { 
+module com { module sun { module star { module container {
 
 //=============================================================================
 
@@ -54,7 +54,7 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 //=============================================================================
 
diff --git a/main/udkapi/com/sun/star/container/XContainerApproveListener.idl b/main/udkapi/com/sun/star/container/XContainerApproveListener.idl
index c5217ad..ae24a02 100644
--- a/main/udkapi/com/sun/star/container/XContainerApproveListener.idl
+++ b/main/udkapi/com/sun/star/container/XContainerApproveListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,11 +24,11 @@
 #ifndef __com_sun_star_container_XContainerApproveListener_idl
 #define __com_sun_star_container_XContainerApproveListener_idl
 
-#ifndef __com_sun_star_container_ContainerEvent_idl__ 
+#ifndef __com_sun_star_container_ContainerEvent_idl__
 #include <com/sun/star/container/ContainerEvent.idl>
 #endif
 
-#ifndef __com_sun_star_lang_WrappedTargetException_idl__ 
+#ifndef __com_sun_star_lang_WrappedTargetException_idl__
 #include <com/sun/star/lang/WrappedTargetException.idl>
 #endif
 
@@ -38,12 +38,12 @@
 
 //=============================================================================
 
-module com { module sun { module star { module container { 
+module com { module sun { module star { module container {
 
 //=============================================================================
 
 /** is notified to approve changes which happen to the content of a generic container
-    
+
     @see XContainerApproveBroadcaster
  */
 interface XContainerApproveListener
@@ -78,7 +78,7 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 //=============================================================================
 
diff --git a/main/udkapi/com/sun/star/container/XContainerListener.idl b/main/udkapi/com/sun/star/container/XContainerListener.idl
index 11e75d9..38ae52b 100644
--- a/main/udkapi/com/sun/star/container/XContainerListener.idl
+++ b/main/udkapi/com/sun/star/container/XContainerListener.idl
@@ -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,63 +7,63 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_container_XContainerListener_idl__ 
-#define __com_sun_star_container_XContainerListener_idl__ 
- 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_ContainerEvent_idl__ 
-#include <com/sun/star/container/ContainerEvent.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module container {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_container_XContainerListener_idl__
+#define __com_sun_star_container_XContainerListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+#ifndef __com_sun_star_container_ContainerEvent_idl__
+#include <com/sun/star/container/ContainerEvent.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module container {
+
+//=============================================================================
+
 /** receives events when the content of the related container changes.
  */
 published interface XContainerListener: com::sun::star::lang::XEventListener
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** is invoked when a container has inserted an element.
 	 */
-	[oneway] void elementInserted( [in] com::sun::star::container::ContainerEvent Event ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void elementInserted( [in] com::sun::star::container::ContainerEvent Event );
+
+	//-------------------------------------------------------------------------
+
 	/** is invoked when a container has removed an element.
 	 */
-	[oneway] void elementRemoved( [in] com::sun::star::container::ContainerEvent Event ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void elementRemoved( [in] com::sun::star::container::ContainerEvent Event );
+
+	//-------------------------------------------------------------------------
+
 	/** is invoked when a container has replaced an element.
 	 */
-	[oneway] void elementReplaced( [in] com::sun::star::container::ContainerEvent Event ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[oneway] void elementReplaced( [in] com::sun::star::container::ContainerEvent Event );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/container/XContainerQuery.idl b/main/udkapi/com/sun/star/container/XContainerQuery.idl
index fdf8c88..2e31c84 100644
--- a/main/udkapi/com/sun/star/container/XContainerQuery.idl
+++ b/main/udkapi/com/sun/star/container/XContainerQuery.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/container/XContentEnumerationAccess.idl b/main/udkapi/com/sun/star/container/XContentEnumerationAccess.idl
index cd9936d..382aa0b 100644
--- a/main/udkapi/com/sun/star/container/XContentEnumerationAccess.idl
+++ b/main/udkapi/com/sun/star/container/XContentEnumerationAccess.idl
@@ -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,40 +7,40 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_container_XContentEnumerationAccess_idl__ 
-#define __com_sun_star_container_XContentEnumerationAccess_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XEnumeration_idl__ 
-#include <com/sun/star/container/XEnumeration.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module container {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_container_XContentEnumerationAccess_idl__
+#define __com_sun_star_container_XContentEnumerationAccess_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_container_XEnumeration_idl__
+#include <com/sun/star/container/XEnumeration.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module container {
+
+//=============================================================================
+
 /** allows access to the collections of all content types within the object.
-	
-	@example 
+
+	@example
 		<p>This example prints the names of all tables: </p>
 
 	<listing>
@@ -51,30 +51,30 @@
 	</listing>
  */
 published interface XContentEnumerationAccess: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns  
+{
+	//-------------------------------------------------------------------------
+
+	/** @returns
 			a new enumeration object for the contents of the specified service type.
 	 */
-	com::sun::star::container::XEnumeration createContentEnumeration( [in] string aServiceName ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::container::XEnumeration createContentEnumeration( [in] string aServiceName );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::container::XContentEnumerationAccess::getAvailableServiceNames
-	/** @returns 
-				all names of services of which instances exist in this object. 
-		 
-		<p><member>XContentEnumerationAccess::createContentEnumeration</member> 
-        creates an enumeration for all the service names which are  
+	/** @returns
+				all names of services of which instances exist in this object.
+
+		<p><member>XContentEnumerationAccess::createContentEnumeration</member>
+        creates an enumeration for all the service names which are
         listed here. For all others it creates no enumeration. </p>
 	 */
-	sequence<string> getAvailableServiceNames(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	sequence<string> getAvailableServiceNames();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/container/XElementAccess.idl b/main/udkapi/com/sun/star/container/XElementAccess.idl
index f6c8c37..f84fca8 100644
--- a/main/udkapi/com/sun/star/container/XElementAccess.idl
+++ b/main/udkapi/com/sun/star/container/XElementAccess.idl
@@ -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,62 +7,62 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_container_XElementAccess_idl__ 
-#define __com_sun_star_container_XElementAccess_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_reflection_XIdlClass_idl__ 
-#include <com/sun/star/reflection/XIdlClass.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module container {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_container_XElementAccess_idl__
+#define __com_sun_star_container_XElementAccess_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_reflection_XIdlClass_idl__
+#include <com/sun/star/reflection/XIdlClass.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module container {
+
+//=============================================================================
+
 /** This is the base interface of all collection interfaces.
  */
 published interface XElementAccess: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns  
-			the type of the elements. <atom>void</atom> means that it is a 
-			multi-type container and you cannot determine the exact types 
+{
+	//-------------------------------------------------------------------------
+
+	/** @returns
+			the type of the elements. <atom>void</atom> means that it is a
+			multi-type container and you cannot determine the exact types
 			with this interface.
 	 */
-	type getElementType(); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns		 
-			<TRUE/> if the object contain elements,  
+	type getElementType();
+
+	//-------------------------------------------------------------------------
+
+	/** @returns
+			<TRUE/> if the object contain elements,
 			otherwise <FALSE/>.
 	 */
-	boolean hasElements(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	boolean hasElements();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/container/XEnumerableMap.idl b/main/udkapi/com/sun/star/container/XEnumerableMap.idl
index 02ed2dd..b89cd15 100644
--- a/main/udkapi/com/sun/star/container/XEnumerableMap.idl
+++ b/main/udkapi/com/sun/star/container/XEnumerableMap.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,7 +30,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module container { 
+module com { module sun { module star { module container {
 
 //=============================================================================
 
@@ -99,7 +99,7 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 //=============================================================================
 
diff --git a/main/udkapi/com/sun/star/container/XEnumeration.idl b/main/udkapi/com/sun/star/container/XEnumeration.idl
index 102d97f..c499ae9 100644
--- a/main/udkapi/com/sun/star/container/XEnumeration.idl
+++ b/main/udkapi/com/sun/star/container/XEnumeration.idl
@@ -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,92 +7,92 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_container_XEnumeration_idl__ 
-#define __com_sun_star_container_XEnumeration_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_NoSuchElementException_idl__ 
-#include <com/sun/star/container/NoSuchElementException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_WrappedTargetException_idl__ 
-#include <com/sun/star/lang/WrappedTargetException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module container {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_container_XEnumeration_idl__
+#define __com_sun_star_container_XEnumeration_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_container_NoSuchElementException_idl__
+#include <com/sun/star/container/NoSuchElementException.idl>
+#endif
+
+#ifndef __com_sun_star_lang_WrappedTargetException_idl__
+#include <com/sun/star/lang/WrappedTargetException.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module container {
+
+//=============================================================================
+
 /** provides functionality to enumerate the contents of a container.
-	
+
 	<p>An object that implements the <type>XEnumeration</type> interface
 	generates a series of elements, one at a time. Successive calls to
-	the <code>XEnumeration::nextElement</code> method return successive 
+	the <code>XEnumeration::nextElement</code> method return successive
 	elements of the series.  </p>
 
-	<p>For example (Java), to print all elements of a vector <var>aVect</var>: 
+	<p>For example (Java), to print all elements of a vector <var>aVect</var>:
 	</p>
 
 	<listing>
-	for ( XEnumeration xEnum = aVect.elements() ; 
-	xEnum.hasMoreElements() ; ) 
+	for ( XEnumeration xEnum = aVect.elements() ;
+	xEnum.hasMoreElements() ; )
 	{
 	System.out.println( xEnum.nextElement() );
 	}
 	</listing>
-	
-	
-	<p> If the object changed, the behavior of the enumeration is 
+
+
+	<p> If the object changed, the behavior of the enumeration is
 	not specified. This is not a remote interface.  </p>
  */
 published interface XEnumeration: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** tests whether this enumeration contains more elements.
 	 */
-	boolean hasMoreElements(); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns      
-			the next element of this enumeration.  
-				 
-		@throws  NoSuchElementException   
-			if no more elements exist. 
-				 
-		@throws  com::sun::star::lang::WrappedTargetException  
-			If the implementation has internal reasons for exceptions,  
-			then wrap these in a <type scope="com::sun::star::lang">WrappedTargetException</type> 
+	boolean hasMoreElements();
+
+	//-------------------------------------------------------------------------
+
+	/** @returns
+			the next element of this enumeration.
+
+		@throws  NoSuchElementException
+			if no more elements exist.
+
+		@throws  com::sun::star::lang::WrappedTargetException
+			If the implementation has internal reasons for exceptions,
+			then wrap these in a <type scope="com::sun::star::lang">WrappedTargetException</type>
 			exception.
 	 */
-	any nextElement() 
-			raises( com::sun::star::container::NoSuchElementException, 
-					com::sun::star::lang::WrappedTargetException ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	any nextElement()
+			raises( com::sun::star::container::NoSuchElementException,
+					com::sun::star::lang::WrappedTargetException );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/container/XEnumerationAccess.idl b/main/udkapi/com/sun/star/container/XEnumerationAccess.idl
index 4ef6b79..22eb109 100644
--- a/main/udkapi/com/sun/star/container/XEnumerationAccess.idl
+++ b/main/udkapi/com/sun/star/container/XEnumerationAccess.idl
@@ -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,53 +7,53 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_container_XEnumerationAccess_idl__ 
-#define __com_sun_star_container_XEnumerationAccess_idl__ 
- 
-#ifndef __com_sun_star_container_XElementAccess_idl__ 
-#include <com/sun/star/container/XElementAccess.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XEnumeration_idl__ 
-#include <com/sun/star/container/XEnumeration.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module container {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_container_XEnumerationAccess_idl__
+#define __com_sun_star_container_XEnumerationAccess_idl__
+
+#ifndef __com_sun_star_container_XElementAccess_idl__
+#include <com/sun/star/container/XElementAccess.idl>
+#endif
+
+#ifndef __com_sun_star_container_XEnumeration_idl__
+#include <com/sun/star/container/XEnumeration.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module container {
+
+//=============================================================================
+
 /** used to enumerate objects in a container which contains objects.
  */
 published interface XEnumerationAccess: com::sun::star::container::XElementAccess
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns		 
+{
+	//-------------------------------------------------------------------------
+
+	/** @returns
 			a new enumeration object for this container.
 			It returns NULL if there are no objects in this container.
 	 */
-	com::sun::star::container::XEnumeration createEnumeration(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::container::XEnumeration createEnumeration();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/container/XHierarchicalName.idl b/main/udkapi/com/sun/star/container/XHierarchicalName.idl
index a75d045..0f18573 100644
--- a/main/udkapi/com/sun/star/container/XHierarchicalName.idl
+++ b/main/udkapi/com/sun/star/container/XHierarchicalName.idl
@@ -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,72 +7,72 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_container_XHierarchicalName_idl__ 
-#define __com_sun_star_container_XHierarchicalName_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_NoSupportException_idl__ 
-#include <com/sun/star/lang/NoSupportException.idl> 
-#endif 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module container {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_container_XHierarchicalName_idl__
+#define __com_sun_star_container_XHierarchicalName_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+#ifndef __com_sun_star_lang_NoSupportException_idl__
+#include <com/sun/star/lang/NoSupportException.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module container {
+
+//=============================================================================
+
 /** specifies the fully qualified name of the object within a hierarchy.
-	
+
 	<p>The name is generally globally unique in the hierarchy.  </p>
 
-	@see com::sun::star::container::XHierarchicalNameAccess 
+	@see com::sun::star::container::XHierarchicalNameAccess
 	@see com::sun::star::container::XNamed
  */
 published interface XHierarchicalName: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns 
+{
+	//-------------------------------------------------------------------------
+
+	/** @returns
 				the fully qualified hierarchical name of the object.
 	 */
-	string getHierarchicalName(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	string getHierarchicalName();
+
+	//-------------------------------------------------------------------------
+
 	/** builds the hierarchical name of an object, given a relative name
-		
+
 		<p>Can be used to find the name of a descendant object in the hierarchy
 		without actually accessing it.  </p>
 
 		@see XHierarchicalNameAccess::hasByHierarchicalName
 	 */
-	string composeHierarchicalName( [in] string aRelativeName ) 
-			raises( com::sun::star::lang::IllegalArgumentException, 
-					com::sun::star::lang::NoSupportException ); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	string composeHierarchicalName( [in] string aRelativeName )
+			raises( com::sun::star::lang::IllegalArgumentException,
+					com::sun::star::lang::NoSupportException );
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/container/XHierarchicalNameAccess.idl b/main/udkapi/com/sun/star/container/XHierarchicalNameAccess.idl
index 0c9ce62..bfbee00 100644
--- a/main/udkapi/com/sun/star/container/XHierarchicalNameAccess.idl
+++ b/main/udkapi/com/sun/star/container/XHierarchicalNameAccess.idl
@@ -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,80 +7,80 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_container_XHierarchicalNameAccess_idl__ 
-#define __com_sun_star_container_XHierarchicalNameAccess_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_NoSuchElementException_idl__ 
-#include <com/sun/star/container/NoSuchElementException.idl> 
-#endif 
+#ifndef __com_sun_star_container_XHierarchicalNameAccess_idl__
+#define __com_sun_star_container_XHierarchicalNameAccess_idl__
 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module container {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_container_NoSuchElementException_idl__
+#include <com/sun/star/container/NoSuchElementException.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module container {
+
+//=============================================================================
+
 /** is used to have hierarchical access to elements within a container.
 
 	<p>You address an object of a specific level in the hierarchy by giving its
 	fully qualified name, e.g., "com.sun.star.uno.XInterface". </p>
-	
-	<p>To implement inaccurate name access, support the 
+
+	<p>To implement inaccurate name access, support the
 	<type scope="com::sun::star::beans">XExactName</type> interface.  </p>
 
 	@see com::sun::star::beans::XExactName
  */
 published interface XHierarchicalNameAccess: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns		 
-				the object with the specified name. 
-				 
-		@param aName 
-			the name of the object. 
-				 
-		@throws NoSuchElementException  
+{
+	//-------------------------------------------------------------------------
+
+	/** @returns
+				the object with the specified name.
+
+		@param aName
+			the name of the object.
+
+		@throws NoSuchElementException
 			if an element under Name does not exist.
 	 */
-	any getByHierarchicalName( [in] string aName ) 
-			raises( com::sun::star::container::NoSuchElementException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns  
-			<TRUE/> if an element with this name is in 
-			the container, <FALSE/> otherwise. 
-				 
-		<p>In many cases, the next call is <member>XNameAccess::getByName</member>. 
-		You should optimize this case. 
-				 
-		@param aName 
+	any getByHierarchicalName( [in] string aName )
+			raises( com::sun::star::container::NoSuchElementException );
+
+	//-------------------------------------------------------------------------
+
+	/** @returns
+			<TRUE/> if an element with this name is in
+			the container, <FALSE/> otherwise.
+
+		<p>In many cases, the next call is <member>XNameAccess::getByName</member>.
+		You should optimize this case.
+
+		@param aName
 			the name of the object.
 	 */
-	boolean hasByHierarchicalName( [in] string aName ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	boolean hasByHierarchicalName( [in] string aName );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/container/XHierarchicalNameContainer.idl b/main/udkapi/com/sun/star/container/XHierarchicalNameContainer.idl
index 4bf6d20..9cc19ae 100644
--- a/main/udkapi/com/sun/star/container/XHierarchicalNameContainer.idl
+++ b/main/udkapi/com/sun/star/container/XHierarchicalNameContainer.idl
@@ -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,50 +7,50 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_container_XHierarchicalNameContainer_idl__ 
-#define __com_sun_star_container_XHierarchicalNameContainer_idl__ 
+#ifndef __com_sun_star_container_XHierarchicalNameContainer_idl__
+#define __com_sun_star_container_XHierarchicalNameContainer_idl__
 
-#ifndef __com_sun_star_container_XHierarchicalNameReplace_idl__ 
-#include <com/sun/star/container/XHierarchicalNameReplace.idl> 
-#endif 
+#ifndef __com_sun_star_container_XHierarchicalNameReplace_idl__
+#include <com/sun/star/container/XHierarchicalNameReplace.idl>
+#endif
 
-#ifndef __com_sun_star_container_XHierarchicalNameAccess_idl__ 
-#include <com/sun/star/container/XHierarchicalNameAccess.idl> 
-#endif 
+#ifndef __com_sun_star_container_XHierarchicalNameAccess_idl__
+#include <com/sun/star/container/XHierarchicalNameAccess.idl>
+#endif
 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_ElementExistException_idl__ 
-#include <com/sun/star/container/ElementExistException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_WrappedTargetException_idl__ 
-#include <com/sun/star/lang/WrappedTargetException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_NoSuchElementException_idl__ 
-#include <com/sun/star/container/NoSuchElementException.idl> 
-#endif 
- 
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+#ifndef __com_sun_star_container_ElementExistException_idl__
+#include <com/sun/star/container/ElementExistException.idl>
+#endif
+
+#ifndef __com_sun_star_lang_WrappedTargetException_idl__
+#include <com/sun/star/lang/WrappedTargetException.idl>
+#endif
+
+#ifndef __com_sun_star_container_NoSuchElementException_idl__
+#include <com/sun/star/container/NoSuchElementException.idl>
+#endif
+
 
 //=============================================================================
 
- module com {  module sun {  module star {  module container {  
+ module com {  module sun {  module star {  module container {
 
 //=============================================================================
 
@@ -60,29 +60,29 @@
 published interface XHierarchicalNameContainer : com::sun::star::container::XHierarchicalNameReplace
 {
 
-	/** inserts the element at the specified name. 
+	/** inserts the element at the specified name.
 	 */
-	void insertByHierarchicalName( [in] string aName, 
-			 [in] any aElement ) 
-			raises( com::sun::star::lang::IllegalArgumentException, 
-					com::sun::star::container::ElementExistException, 
-					com::sun::star::lang::WrappedTargetException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void insertByHierarchicalName( [in] string aName,
+			 [in] any aElement )
+			raises( com::sun::star::lang::IllegalArgumentException,
+					com::sun::star::container::ElementExistException,
+					com::sun::star::lang::WrappedTargetException );
+
+	//-------------------------------------------------------------------------
+
 	/** removes the element at the specified name.
 	 */
-	void removeByHierarchicalName( [in] string Name ) 
-			raises( com::sun::star::container::NoSuchElementException, 
-					com::sun::star::lang::WrappedTargetException ); 
+	void removeByHierarchicalName( [in] string Name )
+			raises( com::sun::star::container::NoSuchElementException,
+					com::sun::star::lang::WrappedTargetException );
 
 };
 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
 #endif
diff --git a/main/udkapi/com/sun/star/container/XHierarchicalNameReplace.idl b/main/udkapi/com/sun/star/container/XHierarchicalNameReplace.idl
index cd2099b..157069f 100644
--- a/main/udkapi/com/sun/star/container/XHierarchicalNameReplace.idl
+++ b/main/udkapi/com/sun/star/container/XHierarchicalNameReplace.idl
@@ -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,46 +7,46 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_container_XHierarchicalNameReplace_idl__ 
-#define __com_sun_star_container_XHierarchicalNameReplace_idl__ 
+#ifndef __com_sun_star_container_XHierarchicalNameReplace_idl__
+#define __com_sun_star_container_XHierarchicalNameReplace_idl__
 
-#ifndef __com_sun_star_container_XHierarchicalNameAccess_idl__ 
-#include <com/sun/star/container/XHierarchicalNameAccess.idl> 
-#endif 
+#ifndef __com_sun_star_container_XHierarchicalNameAccess_idl__
+#include <com/sun/star/container/XHierarchicalNameAccess.idl>
+#endif
 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_ElementExistException_idl__ 
-#include <com/sun/star/container/ElementExistException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_WrappedTargetException_idl__ 
-#include <com/sun/star/lang/WrappedTargetException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_NoSuchElementException_idl__ 
-#include <com/sun/star/container/NoSuchElementException.idl> 
-#endif 
- 
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+#ifndef __com_sun_star_container_ElementExistException_idl__
+#include <com/sun/star/container/ElementExistException.idl>
+#endif
+
+#ifndef __com_sun_star_lang_WrappedTargetException_idl__
+#include <com/sun/star/lang/WrappedTargetException.idl>
+#endif
+
+#ifndef __com_sun_star_container_NoSuchElementException_idl__
+#include <com/sun/star/container/NoSuchElementException.idl>
+#endif
+
 
 //=============================================================================
 
-module com {  module sun {  module star {  module container {  
+module com {  module sun {  module star {  module container {
 
 //=============================================================================
 
@@ -58,19 +58,19 @@
 
 	/** replaces the element at the specified name.
 	 */
-	void replaceByHierarchicalName( [in] string aName, 
-			 [in] any aElement ) 
-			raises( com::sun::star::lang::IllegalArgumentException, 
-					com::sun::star::container::NoSuchElementException, 
-					com::sun::star::lang::WrappedTargetException ); 
+	void replaceByHierarchicalName( [in] string aName,
+			 [in] any aElement )
+			raises( com::sun::star::lang::IllegalArgumentException,
+					com::sun::star::container::NoSuchElementException,
+					com::sun::star::lang::WrappedTargetException );
 };
 
 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
 #endif
diff --git a/main/udkapi/com/sun/star/container/XIdentifierAccess.idl b/main/udkapi/com/sun/star/container/XIdentifierAccess.idl
index 240ff24..2800760 100644
--- a/main/udkapi/com/sun/star/container/XIdentifierAccess.idl
+++ b/main/udkapi/com/sun/star/container/XIdentifierAccess.idl
@@ -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,74 +7,74 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_container_XIdentifierAccess_idl__ 
-#define __com_sun_star_container_XIdentifierAccess_idl__ 
- 
-#ifndef __com_sun_star_container_XElementAccess_idl__ 
-#include <com/sun/star/container/XElementAccess.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_NoSuchElementException_idl__ 
-#include <com/sun/star/container/NoSuchElementException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_WrappedTargetException_idl__ 
-#include <com/sun/star/lang/WrappedTargetException.idl> 
-#endif 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module container {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_container_XIdentifierAccess_idl__
+#define __com_sun_star_container_XIdentifierAccess_idl__
+
+#ifndef __com_sun_star_container_XElementAccess_idl__
+#include <com/sun/star/container/XElementAccess.idl>
+#endif
+
+#ifndef __com_sun_star_container_NoSuchElementException_idl__
+#include <com/sun/star/container/NoSuchElementException.idl>
+#endif
+
+#ifndef __com_sun_star_lang_WrappedTargetException_idl__
+#include <com/sun/star/lang/WrappedTargetException.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module container {
+
+//=============================================================================
+
 /** provides access to the elements of a collection through a unique identifier.
  */
 published interface XIdentifierAccess: com::sun::star::container::XElementAccess
-{ 
-	/** @returns  
+{
+	/** @returns
 			the element with the specified identifier
-				 
-		@param Identifier	 
-			specifies the identifier of the element that should be retrieved. 
-				 
-		@throws com::sun::star::lang::NoSuchElementException 
+
+		@param Identifier
+			specifies the identifier of the element that should be retrieved.
+
+		@throws com::sun::star::lang::NoSuchElementException
 			If the identifier is not existing.
-				 
-		@throws  com::sun::star::lang::WrappedTargetException  
-			If the implementation has internal reasons for exceptions,  
-			then wrap these in a <typee scope="com::sun::star::lang">WrappedTargetException</type> 
+
+		@throws  com::sun::star::lang::WrappedTargetException
+			If the implementation has internal reasons for exceptions,
+			then wrap these in a <typee scope="com::sun::star::lang">WrappedTargetException</type>
 			exception.
 	 */
-	any getByIdentifier( [in] long Identifierr ) 
-			raises( com::sun::star::container::NoSuchElementException, 
-					com::sun::star::lang::WrappedTargetException ); 
+	any getByIdentifier( [in] long Identifierr )
+			raises( com::sun::star::container::NoSuchElementException,
+					com::sun::star::lang::WrappedTargetException );
 
 	// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-	/** @returns 
-			a sequence of all identifiers in this container. 
-		 
+	/** @returns
+			a sequence of all identifiers in this container.
+
 		<p>The order of the identifiers is not specified. </p>
 	 */
 	sequence<long> getIdentifiers();
 }
-; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+;
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/container/XIdentifierContainer.idl b/main/udkapi/com/sun/star/container/XIdentifierContainer.idl
index 635c898..7aa140f 100644
--- a/main/udkapi/com/sun/star/container/XIdentifierContainer.idl
+++ b/main/udkapi/com/sun/star/container/XIdentifierContainer.idl
@@ -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,101 +7,101 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_container_XIdentifierContainer_idl__ 
-#define __com_sun_star_container_XIdentifierContainer_idl__ 
- 
-#ifndef __com_sun_star_container_XIdentifierReplace_idl__ 
-#include <com/sun/star/container/XIdentifierReplace.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_ElementExistException_idl__ 
-#include <com/sun/star/container/ElementExistException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_WrappedTargetException_idl__ 
-#include <com/sun/star/lang/WrappedTargetException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_NoSuchElementException_idl__ 
-#include <com/sun/star/container/NoSuchElementException.idl> 
-#endif 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module container {  
- 
-//============================================================================= 
- 
-/** This is the generic interface for supporting the creation and removal of 
+#ifndef __com_sun_star_container_XIdentifierContainer_idl__
+#define __com_sun_star_container_XIdentifierContainer_idl__
+
+#ifndef __com_sun_star_container_XIdentifierReplace_idl__
+#include <com/sun/star/container/XIdentifierReplace.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+#ifndef __com_sun_star_container_ElementExistException_idl__
+#include <com/sun/star/container/ElementExistException.idl>
+#endif
+
+#ifndef __com_sun_star_lang_WrappedTargetException_idl__
+#include <com/sun/star/lang/WrappedTargetException.idl>
+#endif
+
+#ifndef __com_sun_star_container_NoSuchElementException_idl__
+#include <com/sun/star/container/NoSuchElementException.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module container {
+
+//=============================================================================
+
+/** This is the generic interface for supporting the creation and removal of
 	elements with unique identifiers.
 
 	@see XContainer
  */
 published interface XIdentifierContainer: com::sun::star::container::XIdentifierReplace
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** inserts an element and creates a new unique identifier for it.
-		
+
 		@returns
 			the newly created identifier under which the element is inserted.
 
 		@param aElement
 			The new element that will be inserted.
 
-		@throws com::sun::star::lang::IllegalArgumentException 
+		@throws com::sun::star::lang::IllegalArgumentException
 			if the argument is not valid for this container.
 
-		@throws  com::sun::star::lang::WrappedTargetException  
-			If the implementation has internal reasons for exceptions,  
-			then wrap these in a <type scope="com::sun::star::lang">WrappedTargetException</type> 
+		@throws  com::sun::star::lang::WrappedTargetException
+			If the implementation has internal reasons for exceptions,
+			then wrap these in a <type scope="com::sun::star::lang">WrappedTargetException</type>
 			exception.
 
 	 */
-	long insert( [in] any aElement ) 
+	long insert( [in] any aElement )
 			raises( com::sun::star::lang::IllegalArgumentException,
-					com::sun::star::lang::WrappedTargetException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+					com::sun::star::lang::WrappedTargetException );
+
+	//-------------------------------------------------------------------------
+
 	/** removes the element with the specified identifier.
 
 		@param Identifier
 			The identifier that should be removed.
 
-		@throws com::sun::star::lang::NoSuchElementException 
+		@throws com::sun::star::lang::NoSuchElementException
 			If the identifier does not exist.
 
-		@throws  com::sun::star::lang::WrappedTargetException  
-			If the implementation has internal reasons for exceptions,  
-			then wrap these in a <type scope="com::sun::star::lang">WrappedTargetException</type> 
+		@throws  com::sun::star::lang::WrappedTargetException
+			If the implementation has internal reasons for exceptions,
+			then wrap these in a <type scope="com::sun::star::lang">WrappedTargetException</type>
 			exception.
 	 */
-	void removeByIdentifier( [in] long Identifier ) 
-			raises( com::sun::star::container::NoSuchElementException, 
-					com::sun::star::lang::WrappedTargetException ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void removeByIdentifier( [in] long Identifier )
+			raises( com::sun::star::container::NoSuchElementException,
+					com::sun::star::lang::WrappedTargetException );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/container/XIdentifierReplace.idl b/main/udkapi/com/sun/star/container/XIdentifierReplace.idl
index 8664dfb..52a96b7 100644
--- a/main/udkapi/com/sun/star/container/XIdentifierReplace.idl
+++ b/main/udkapi/com/sun/star/container/XIdentifierReplace.idl
@@ -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,45 +7,45 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_container_XIdentifierReplace_idl__ 
-#define __com_sun_star_container_XIdentifierReplace_idl__ 
- 
-#ifndef __com_sun_star_container_XIdentifierAccess_idl__ 
-#include <com/sun/star/container/XIdentifierAccess.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_NoSuchElementException_idl__ 
-#include <com/sun/star/container/NoSuchElementException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_WrappedTargetException_idl__ 
-#include <com/sun/star/lang/WrappedTargetException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module container {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_container_XIdentifierReplace_idl__
+#define __com_sun_star_container_XIdentifierReplace_idl__
+
+#ifndef __com_sun_star_container_XIdentifierAccess_idl__
+#include <com/sun/star/container/XIdentifierAccess.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+#ifndef __com_sun_star_container_NoSuchElementException_idl__
+#include <com/sun/star/container/NoSuchElementException.idl>
+#endif
+
+#ifndef __com_sun_star_lang_WrappedTargetException_idl__
+#include <com/sun/star/lang/WrappedTargetException.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module container {
+
+//=============================================================================
+
 /** This is the generic interface for supporting the replacement of elements
 	with unique identifiers.
 */
@@ -53,33 +53,33 @@
 {
 	/** replaces the element with the specified identifier.
 
-		@param Identifier	 
-			specifies the identifier of the element that should be retrieved. 
-				 
+		@param Identifier
+			specifies the identifier of the element that should be retrieved.
+
 		@param aElement
 			the new element that replaces the old element for the specified identifier.
 
-		@throws com::sun::star::lang::IllegalArgumentException 
+		@throws com::sun::star::lang::IllegalArgumentException
 			If the argument is not valid for this container.
 
-		@throws com::sun::star::lang::NoSuchElementException 
+		@throws com::sun::star::lang::NoSuchElementException
 			If the identifier is not existing.
 
-		@throws  com::sun::star::lang::WrappedTargetException  
-			If the implementation has internal reasons for exceptions,  
-			then wrap these in a <type scope="com::sun::star::lang">WrappedTargetException</type> 
+		@throws  com::sun::star::lang::WrappedTargetException
+			If the implementation has internal reasons for exceptions,
+			then wrap these in a <type scope="com::sun::star::lang">WrappedTargetException</type>
 			exception.
 	 */
-	void replaceByIdentifer( [in] long Identifier, 
-			 [in] any aElement ) 
-			raises( com::sun::star::lang::IllegalArgumentException, 
-					com::sun::star::container::NoSuchElementException, 
-					com::sun::star::lang::WrappedTargetException ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void replaceByIdentifer( [in] long Identifier,
+			 [in] any aElement )
+			raises( com::sun::star::lang::IllegalArgumentException,
+					com::sun::star::container::NoSuchElementException,
+					com::sun::star::lang::WrappedTargetException );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/container/XImplicitIDAccess.idl b/main/udkapi/com/sun/star/container/XImplicitIDAccess.idl
index 26c17f3..3a0996d 100644
--- a/main/udkapi/com/sun/star/container/XImplicitIDAccess.idl
+++ b/main/udkapi/com/sun/star/container/XImplicitIDAccess.idl
@@ -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,58 +7,58 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_container_XImplicitIDAccess_idl__ 
-#define __com_sun_star_container_XImplicitIDAccess_idl__ 
- 
-#ifndef __com_sun_star_container_XElementAccess_idl__ 
-#include <com/sun/star/container/XElementAccess.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_NoSuchElementException_idl__ 
-#include <com/sun/star/container/NoSuchElementException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_WrappedTargetException_idl__ 
-#include <com/sun/star/lang/WrappedTargetException.idl> 
-#endif 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module container {  
- 
+#ifndef __com_sun_star_container_XImplicitIDAccess_idl__
+#define __com_sun_star_container_XImplicitIDAccess_idl__
+
+#ifndef __com_sun_star_container_XElementAccess_idl__
+#include <com/sun/star/container/XElementAccess.idl>
+#endif
+
+#ifndef __com_sun_star_container_NoSuchElementException_idl__
+#include <com/sun/star/container/NoSuchElementException.idl>
+#endif
+
+#ifndef __com_sun_star_lang_WrappedTargetException_idl__
+#include <com/sun/star/lang/WrappedTargetException.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module container {
+
 /** makes it possible to access contents through an implicit (unique) ID.
  */
 published interface XImplicitIDAccess: com::sun::star::container::XElementAccess
-{  
-	/** @returns 
+{
+	/** @returns
 			the element with the specified implicit ID.
 	 */
-	any getByImplicitID( [in] string ID ) raises( com::sun::star::container::NoSuchElementException ); 
-	
+	any getByImplicitID( [in] string ID ) raises( com::sun::star::container::NoSuchElementException );
+
 	/** @returns
 			a sequence with all existing implicit IDs.
 	 */
 	sequence<string> getImplicitIDs();
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/container/XImplicitIDContainer.idl b/main/udkapi/com/sun/star/container/XImplicitIDContainer.idl
index abfc41f..e775427 100644
--- a/main/udkapi/com/sun/star/container/XImplicitIDContainer.idl
+++ b/main/udkapi/com/sun/star/container/XImplicitIDContainer.idl
@@ -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,44 +7,44 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_container_XImplicitIDContainer_idl__ 
-#define __com_sun_star_container_XImplicitIDContainer_idl__ 
- 
-#ifndef __com_sun_star_container_XImplicitIDReplace_idl__ 
-#include <com/sun/star/container/XImplicitIDReplace.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_NoSuchElementException_idl__ 
-#include <com/sun/star/container/NoSuchElementException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_WrappedTargetException_idl__ 
-#include <com/sun/star/lang/WrappedTargetException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module container {  
- 
-/** makes it possible to insert and remove elements in/from a container 
+#ifndef __com_sun_star_container_XImplicitIDContainer_idl__
+#define __com_sun_star_container_XImplicitIDContainer_idl__
+
+#ifndef __com_sun_star_container_XImplicitIDReplace_idl__
+#include <com/sun/star/container/XImplicitIDReplace.idl>
+#endif
+
+#ifndef __com_sun_star_container_NoSuchElementException_idl__
+#include <com/sun/star/container/NoSuchElementException.idl>
+#endif
+
+#ifndef __com_sun_star_lang_WrappedTargetException_idl__
+#include <com/sun/star/lang/WrappedTargetException.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module container {
+
+/** makes it possible to insert and remove elements in/from a container
 	using an implicit (unique) ID.
  */
 published interface XImplicitIDContainer: com::sun::star::container::XImplicitIDReplace
-{  
+{
 	/** adds a new object to the container and generates an implicit (unique)
 		ID for this object.
 
@@ -52,19 +52,19 @@
 			the implicit ID for the new object.
 	 */
 	string addWithImplicitID( [in] any aElement );
-	
+
 	/** removes an object from the container which is specified by
 		an implicit (unique) identifier.
 	 */
-	void removeByImplicitID( [in] string ID ) 
-		raises( com::sun::star::container::NoSuchElementException ); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	void removeByImplicitID( [in] string ID )
+		raises( com::sun::star::container::NoSuchElementException );
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/container/XImplicitIDReplace.idl b/main/udkapi/com/sun/star/container/XImplicitIDReplace.idl
index 9671b9f..f42e312 100644
--- a/main/udkapi/com/sun/star/container/XImplicitIDReplace.idl
+++ b/main/udkapi/com/sun/star/container/XImplicitIDReplace.idl
@@ -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,56 +7,56 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_container_XImplicitIDReplace_idl__ 
-#define __com_sun_star_container_XImplicitIDReplace_idl__ 
- 
-#ifndef __com_sun_star_container_XImplicitIDAccess_idl__ 
-#include <com/sun/star/container/XImplicitIDAccess.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_NoSuchElementException_idl__ 
-#include <com/sun/star/container/NoSuchElementException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_WrappedTargetException_idl__ 
-#include <com/sun/star/lang/WrappedTargetException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module container {  
- 
+#ifndef __com_sun_star_container_XImplicitIDReplace_idl__
+#define __com_sun_star_container_XImplicitIDReplace_idl__
+
+#ifndef __com_sun_star_container_XImplicitIDAccess_idl__
+#include <com/sun/star/container/XImplicitIDAccess.idl>
+#endif
+
+#ifndef __com_sun_star_container_NoSuchElementException_idl__
+#include <com/sun/star/container/NoSuchElementException.idl>
+#endif
+
+#ifndef __com_sun_star_lang_WrappedTargetException_idl__
+#include <com/sun/star/lang/WrappedTargetException.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module container {
+
 /** makes it possible to replace contents in a collection by
 	an implicit (unique) ID:
  */
 published interface XImplicitIDReplace: com::sun::star::uno::XInterface
-{  
+{
 	/** replaces the content which is specified by its implicit (unique)
 		ID with a new content.
 	 */
-	void replaceByUniqueID( [in] string ID, [in] any aNewElement ) 
-		raises( com::sun::star::container::NoSuchElementException ); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	void replaceByUniqueID( [in] string ID, [in] any aNewElement )
+		raises( com::sun::star::container::NoSuchElementException );
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/container/XIndexAccess.idl b/main/udkapi/com/sun/star/container/XIndexAccess.idl
index fc8d00b..fc209e9 100644
--- a/main/udkapi/com/sun/star/container/XIndexAccess.idl
+++ b/main/udkapi/com/sun/star/container/XIndexAccess.idl
@@ -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,81 +7,81 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_container_XIndexAccess_idl__ 
-#define __com_sun_star_container_XIndexAccess_idl__ 
- 
-#ifndef __com_sun_star_container_XElementAccess_idl__ 
-#include <com/sun/star/container/XElementAccess.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_IndexOutOfBoundsException_idl__ 
-#include <com/sun/star/lang/IndexOutOfBoundsException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_WrappedTargetException_idl__ 
-#include <com/sun/star/lang/WrappedTargetException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module container {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_container_XIndexAccess_idl__
+#define __com_sun_star_container_XIndexAccess_idl__
+
+#ifndef __com_sun_star_container_XElementAccess_idl__
+#include <com/sun/star/container/XElementAccess.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IndexOutOfBoundsException_idl__
+#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
+#endif
+
+#ifndef __com_sun_star_lang_WrappedTargetException_idl__
+#include <com/sun/star/lang/WrappedTargetException.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module container {
+
+//=============================================================================
+
 /** provides access to the elements of a collection through an
 	index.
-	
+
 	<p>This interface should only be used if the data structure, itself,
 	is indexed.</p>
  */
 published interface XIndexAccess: com::sun::star::container::XElementAccess
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns  
+{
+	//-------------------------------------------------------------------------
+
+	/** @returns
 				the number of elements in this container.
 	 */
-	long getCount(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	long getCount();
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::container::XIndexAccess::getByIndex
-	/** @returns  
+	/** @returns
 			the element at the specified index.
-				 
-		@param Index	 
-			specifies the position in the array. The first index is 0. 
-				 
-		@throws com::sun::star::lang::IndexOutOfBoundException 
-			if the index is not valid. 
-				 
-		@throws  com::sun::star::lang::WrappedTargetException  
-			If the implementation has internal reasons for exceptions,  
-			then wrap these in a <type scope="com::sun::star::lang">WrappedTargetException</type> 
+
+		@param Index
+			specifies the position in the array. The first index is 0.
+
+		@throws com::sun::star::lang::IndexOutOfBoundException
+			if the index is not valid.
+
+		@throws  com::sun::star::lang::WrappedTargetException
+			If the implementation has internal reasons for exceptions,
+			then wrap these in a <type scope="com::sun::star::lang">WrappedTargetException</type>
 			exception.
 	 */
-	any getByIndex( [in] long Index ) 
-			raises( com::sun::star::lang::IndexOutOfBoundsException, 
-					com::sun::star::lang::WrappedTargetException ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	any getByIndex( [in] long Index )
+			raises( com::sun::star::lang::IndexOutOfBoundsException,
+					com::sun::star::lang::WrappedTargetException );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/container/XIndexContainer.idl b/main/udkapi/com/sun/star/container/XIndexContainer.idl
index a29ea72..f13cb93 100644
--- a/main/udkapi/com/sun/star/container/XIndexContainer.idl
+++ b/main/udkapi/com/sun/star/container/XIndexContainer.idl
@@ -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,73 +7,73 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_container_XIndexContainer_idl__ 
-#define __com_sun_star_container_XIndexContainer_idl__ 
- 
-#ifndef __com_sun_star_container_XIndexReplace_idl__ 
-#include <com/sun/star/container/XIndexReplace.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_IndexOutOfBoundsException_idl__ 
-#include <com/sun/star/lang/IndexOutOfBoundsException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_WrappedTargetException_idl__ 
-#include <com/sun/star/lang/WrappedTargetException.idl> 
-#endif 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module container {  
- 
-//============================================================================= 
- 
-/** This is the generic interface for supporting the insertion and removal of 
+#ifndef __com_sun_star_container_XIndexContainer_idl__
+#define __com_sun_star_container_XIndexContainer_idl__
+
+#ifndef __com_sun_star_container_XIndexReplace_idl__
+#include <com/sun/star/container/XIndexReplace.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IndexOutOfBoundsException_idl__
+#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
+#endif
+
+#ifndef __com_sun_star_lang_WrappedTargetException_idl__
+#include <com/sun/star/lang/WrappedTargetException.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module container {
+
+//=============================================================================
+
+/** This is the generic interface for supporting the insertion and removal of
 	indexed elements.@see XContainer
  */
 published interface XIndexContainer: com::sun::star::container::XIndexReplace
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** inserts the given element at the specified index.
-		
+
 		<p>To append an element, use the index "last index +1".  </p>
 	 */
-	void insertByIndex( [in] long Index, 
-			 [in] any Element ) 
-			raises( com::sun::star::lang::IllegalArgumentException, 
-					com::sun::star::lang::IndexOutOfBoundsException, 
-					com::sun::star::lang::WrappedTargetException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void insertByIndex( [in] long Index,
+			 [in] any Element )
+			raises( com::sun::star::lang::IllegalArgumentException,
+					com::sun::star::lang::IndexOutOfBoundsException,
+					com::sun::star::lang::WrappedTargetException );
+
+	//-------------------------------------------------------------------------
+
 	/** removes the element at the specified index.
 	 */
-	void removeByIndex( [in] long Index ) 
-			raises( com::sun::star::lang::IndexOutOfBoundsException, 
-					com::sun::star::lang::WrappedTargetException ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void removeByIndex( [in] long Index )
+			raises( com::sun::star::lang::IndexOutOfBoundsException,
+					com::sun::star::lang::WrappedTargetException );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/container/XIndexReplace.idl b/main/udkapi/com/sun/star/container/XIndexReplace.idl
index 0c4522f..7f93871 100644
--- a/main/udkapi/com/sun/star/container/XIndexReplace.idl
+++ b/main/udkapi/com/sun/star/container/XIndexReplace.idl
@@ -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,64 +7,64 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_container_XIndexReplace_idl__ 
-#define __com_sun_star_container_XIndexReplace_idl__ 
- 
-#ifndef __com_sun_star_container_XIndexAccess_idl__ 
-#include <com/sun/star/container/XIndexAccess.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_IndexOutOfBoundsException_idl__ 
-#include <com/sun/star/lang/IndexOutOfBoundsException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_WrappedTargetException_idl__ 
-#include <com/sun/star/lang/WrappedTargetException.idl> 
-#endif 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module container {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_container_XIndexReplace_idl__
+#define __com_sun_star_container_XIndexReplace_idl__
+
+#ifndef __com_sun_star_container_XIndexAccess_idl__
+#include <com/sun/star/container/XIndexAccess.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IndexOutOfBoundsException_idl__
+#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
+#endif
+
+#ifndef __com_sun_star_lang_WrappedTargetException_idl__
+#include <com/sun/star/lang/WrappedTargetException.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module container {
+
+//=============================================================================
+
 /** This is the generic interface for supporting the replacement of indexed
 	elements.
 	@see XContainer
  */
 published interface XIndexReplace: com::sun::star::container::XIndexAccess
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** replaces the element at the specified index with the given element.
 	 */
-	void replaceByIndex( [in] long Index, 
-			 [in] any Element ) 
-			raises( com::sun::star::lang::IllegalArgumentException, 
-					com::sun::star::lang::IndexOutOfBoundsException, 
-					com::sun::star::lang::WrappedTargetException ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void replaceByIndex( [in] long Index,
+			 [in] any Element )
+			raises( com::sun::star::lang::IllegalArgumentException,
+					com::sun::star::lang::IndexOutOfBoundsException,
+					com::sun::star::lang::WrappedTargetException );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/container/XMap.idl b/main/udkapi/com/sun/star/container/XMap.idl
index 9b51d7d..5bc49e8 100644
--- a/main/udkapi/com/sun/star/container/XMap.idl
+++ b/main/udkapi/com/sun/star/container/XMap.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -32,7 +32,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module container { 
+module com { module sun { module star { module container {
 
 //=============================================================================
 
@@ -192,7 +192,7 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 //=============================================================================
 
diff --git a/main/udkapi/com/sun/star/container/XNameAccess.idl b/main/udkapi/com/sun/star/container/XNameAccess.idl
index 9de4127..37a9a72 100644
--- a/main/udkapi/com/sun/star/container/XNameAccess.idl
+++ b/main/udkapi/com/sun/star/container/XNameAccess.idl
@@ -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,96 +7,96 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_container_XNameAccess_idl__ 
-#define __com_sun_star_container_XNameAccess_idl__ 
- 
-#ifndef __com_sun_star_container_XElementAccess_idl__ 
-#include <com/sun/star/container/XElementAccess.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_NoSuchElementException_idl__ 
-#include <com/sun/star/container/NoSuchElementException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_WrappedTargetException_idl__ 
-#include <com/sun/star/lang/WrappedTargetException.idl> 
-#endif 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module container {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_container_XNameAccess_idl__
+#define __com_sun_star_container_XNameAccess_idl__
+
+#ifndef __com_sun_star_container_XElementAccess_idl__
+#include <com/sun/star/container/XElementAccess.idl>
+#endif
+
+#ifndef __com_sun_star_container_NoSuchElementException_idl__
+#include <com/sun/star/container/NoSuchElementException.idl>
+#endif
+
+#ifndef __com_sun_star_lang_WrappedTargetException_idl__
+#include <com/sun/star/lang/WrappedTargetException.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module container {
+
+//=============================================================================
+
 /** is used to access named objects within a container.
-	
-	<p>To implement inaccurate name access, support the 
-	<type scope="com::sun::star::beans">XExactName</type> 
+
+	<p>To implement inaccurate name access, support the
+	<type scope="com::sun::star::beans">XExactName</type>
 	interface.  </p>
 	@see com::sun::star::beans::XExactName
  */
 published interface XNameAccess: com::sun::star::container::XElementAccess
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns		 
-		the object with the specified name. 
-				 
-		@param aName 
-			the name of the object. 
-				 
-		@throws NoSuchElementException  
-			if an element under Name does not exist. 
-				 
-		@throws  com::sun::star::lang::WrappedTargetException  
-			If the implementation has internal reasons for exceptions,  
-			then wrap these in a <type scope="com::sun::star::lang">WrappedTargetException</type> 
+{
+	//-------------------------------------------------------------------------
+
+	/** @returns
+		the object with the specified name.
+
+		@param aName
+			the name of the object.
+
+		@throws NoSuchElementException
+			if an element under Name does not exist.
+
+		@throws  com::sun::star::lang::WrappedTargetException
+			If the implementation has internal reasons for exceptions,
+			then wrap these in a <type scope="com::sun::star::lang">WrappedTargetException</type>
 			exception.
 	 */
-	any getByName( [in] string aName ) 
-			raises( com::sun::star::container::NoSuchElementException, 
-					com::sun::star::lang::WrappedTargetException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns 
-			a sequence of all element names in this container. 
-		 
+	any getByName( [in] string aName )
+			raises( com::sun::star::container::NoSuchElementException,
+					com::sun::star::lang::WrappedTargetException );
+
+	//-------------------------------------------------------------------------
+
+	/** @returns
+			a sequence of all element names in this container.
+
 		<p>The order of the names is not specified. </p>
 	 */
-	sequence<string> getElementNames(); 
- 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns  
-			<TRUE/> if an element with this name is in 
-			the container, <FALSE/> otherwise. 
-				 
-		<p>In many cases the next call is <member>XNameAccess::getByName</member>. 
+	sequence<string> getElementNames();
+
+	//-------------------------------------------------------------------------
+
+	/** @returns
+			<TRUE/> if an element with this name is in
+			the container, <FALSE/> otherwise.
+
+		<p>In many cases the next call is <member>XNameAccess::getByName</member>.
 		You should optimize this case.  </p>
-				 
-		@param aName 
+
+		@param aName
 			the name of the object.
 	 */
-	boolean hasByName( [in] string aName ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	boolean hasByName( [in] string aName );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/container/XNameContainer.idl b/main/udkapi/com/sun/star/container/XNameContainer.idl
index 435cc93..facefcc 100644
--- a/main/udkapi/com/sun/star/container/XNameContainer.idl
+++ b/main/udkapi/com/sun/star/container/XNameContainer.idl
@@ -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,76 +7,76 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_container_XNameContainer_idl__ 
-#define __com_sun_star_container_XNameContainer_idl__ 
- 
-#ifndef __com_sun_star_container_XNameReplace_idl__ 
-#include <com/sun/star/container/XNameReplace.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_ElementExistException_idl__ 
-#include <com/sun/star/container/ElementExistException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_WrappedTargetException_idl__ 
-#include <com/sun/star/lang/WrappedTargetException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_NoSuchElementException_idl__ 
-#include <com/sun/star/container/NoSuchElementException.idl> 
-#endif 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module container {  
- 
-//============================================================================= 
- 
-/** This is the generic interface for supporting the insertion and removal of 
+#ifndef __com_sun_star_container_XNameContainer_idl__
+#define __com_sun_star_container_XNameContainer_idl__
+
+#ifndef __com_sun_star_container_XNameReplace_idl__
+#include <com/sun/star/container/XNameReplace.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+#ifndef __com_sun_star_container_ElementExistException_idl__
+#include <com/sun/star/container/ElementExistException.idl>
+#endif
+
+#ifndef __com_sun_star_lang_WrappedTargetException_idl__
+#include <com/sun/star/lang/WrappedTargetException.idl>
+#endif
+
+#ifndef __com_sun_star_container_NoSuchElementException_idl__
+#include <com/sun/star/container/NoSuchElementException.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module container {
+
+//=============================================================================
+
+/** This is the generic interface for supporting the insertion and removal of
 	named elements.
 	@see XContainer
  */
 published interface XNameContainer: com::sun::star::container::XNameReplace
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** inserts the given element at the specified name.
 	 */
-	void insertByName( [in] string aName, 
-			 [in] any aElement ) 
-			raises( com::sun::star::lang::IllegalArgumentException, 
-					com::sun::star::container::ElementExistException, 
-					com::sun::star::lang::WrappedTargetException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void insertByName( [in] string aName,
+			 [in] any aElement )
+			raises( com::sun::star::lang::IllegalArgumentException,
+					com::sun::star::container::ElementExistException,
+					com::sun::star::lang::WrappedTargetException );
+
+	//-------------------------------------------------------------------------
+
 	/** removes the element with the specified name.
 	 */
-	void removeByName( [in] string Name ) 
-			raises( com::sun::star::container::NoSuchElementException, 
-					com::sun::star::lang::WrappedTargetException ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void removeByName( [in] string Name )
+			raises( com::sun::star::container::NoSuchElementException,
+					com::sun::star::lang::WrappedTargetException );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/container/XNameReplace.idl b/main/udkapi/com/sun/star/container/XNameReplace.idl
index 8bb43de..c5927a3 100644
--- a/main/udkapi/com/sun/star/container/XNameReplace.idl
+++ b/main/udkapi/com/sun/star/container/XNameReplace.idl
@@ -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,64 +7,64 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_container_XNameReplace_idl__ 
-#define __com_sun_star_container_XNameReplace_idl__ 
- 
-#ifndef __com_sun_star_container_XNameAccess_idl__ 
-#include <com/sun/star/container/XNameAccess.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_NoSuchElementException_idl__ 
-#include <com/sun/star/container/NoSuchElementException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_WrappedTargetException_idl__ 
-#include <com/sun/star/lang/WrappedTargetException.idl> 
-#endif 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module container {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_container_XNameReplace_idl__
+#define __com_sun_star_container_XNameReplace_idl__
+
+#ifndef __com_sun_star_container_XNameAccess_idl__
+#include <com/sun/star/container/XNameAccess.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+#ifndef __com_sun_star_container_NoSuchElementException_idl__
+#include <com/sun/star/container/NoSuchElementException.idl>
+#endif
+
+#ifndef __com_sun_star_lang_WrappedTargetException_idl__
+#include <com/sun/star/lang/WrappedTargetException.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module container {
+
+//=============================================================================
+
 /** This is the generic interface for supporting the replacement of named
 	elements.
 	@see XContainer
  */
 published interface XNameReplace: com::sun::star::container::XNameAccess
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** replaces the element with the specified name with the given element.
 	 */
-	void replaceByName( [in] string aName, 
-			 [in] any aElement ) 
-			raises( com::sun::star::lang::IllegalArgumentException, 
-					com::sun::star::container::NoSuchElementException, 
-					com::sun::star::lang::WrappedTargetException ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void replaceByName( [in] string aName,
+			 [in] any aElement )
+			raises( com::sun::star::lang::IllegalArgumentException,
+					com::sun::star::container::NoSuchElementException,
+					com::sun::star::lang::WrappedTargetException );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/container/XNamed.idl b/main/udkapi/com/sun/star/container/XNamed.idl
index 23a509a..21d6dbe 100644
--- a/main/udkapi/com/sun/star/container/XNamed.idl
+++ b/main/udkapi/com/sun/star/container/XNamed.idl
@@ -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,55 +7,55 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_container_XNamed_idl__ 
-#define __com_sun_star_container_XNamed_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module container {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_container_XNamed_idl__
+#define __com_sun_star_container_XNamed_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module container {
+
+//=============================================================================
+
 /** specifies the name of the object.
-	
+
 	<p>The name is generally unique in the container of the object.</p>
  */
 published interface XNamed: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns 
+{
+	//-------------------------------------------------------------------------
+
+	/** @returns
 		the programmatic name of the object.
 	 */
-	string getName(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	string getName();
+
+	//-------------------------------------------------------------------------
+
 	/** sets the programmatic name of the object.
 	 */
-	[oneway] void setName( [in] string aName ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	[oneway] void setName( [in] string aName );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/container/XNamedEx.idl b/main/udkapi/com/sun/star/container/XNamedEx.idl
index c16cb8d..8841759 100644
--- a/main/udkapi/com/sun/star/container/XNamedEx.idl
+++ b/main/udkapi/com/sun/star/container/XNamedEx.idl
@@ -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,59 +7,59 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_container_XNamedEx_idl__ 
-#define __com_sun_star_container_XNamedEx_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
+#ifndef __com_sun_star_container_XNamedEx_idl__
+#define __com_sun_star_container_XNamedEx_idl__
 
-#ifndef __com_sun_star_container_XNamed_idl__ 
-#include <com/sun/star/container/XNamed.idl> 
-#endif 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module container {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_container_XNamed_idl__
+#include <com/sun/star/container/XNamed.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module container {
+
+//=============================================================================
+
 /** specifies the display name of the object.
-	
+
 	<p>The name is generally unique in the container of the object.</p>
  */
 published interface XNamedEx: XNamed
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns 
+{
+	//-------------------------------------------------------------------------
+
+	/** @returns
 		the display name of the object.
 	 */
-	string getDisplayName(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	string getDisplayName();
+
+	//-------------------------------------------------------------------------
+
 	/** sets the display name of the object.
 	 */
-	[oneway] void setDisplayName( [in] string aName ); 
- 
-}; 
+	[oneway] void setDisplayName( [in] string aName );
 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/container/XSet.idl b/main/udkapi/com/sun/star/container/XSet.idl
index d357b5d..2bd4b0e 100644
--- a/main/udkapi/com/sun/star/container/XSet.idl
+++ b/main/udkapi/com/sun/star/container/XSet.idl
@@ -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,77 +7,77 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_container_XSet_idl__ 
-#define __com_sun_star_container_XSet_idl__ 
- 
-#ifndef __com_sun_star_container_XEnumerationAccess_idl__ 
-#include <com/sun/star/container/XEnumerationAccess.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_ElementExistException_idl__ 
-#include <com/sun/star/container/ElementExistException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_NoSuchElementException_idl__ 
-#include <com/sun/star/container/NoSuchElementException.idl> 
-#endif 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module container {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_container_XSet_idl__
+#define __com_sun_star_container_XSet_idl__
+
+#ifndef __com_sun_star_container_XEnumerationAccess_idl__
+#include <com/sun/star/container/XEnumerationAccess.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+#ifndef __com_sun_star_container_ElementExistException_idl__
+#include <com/sun/star/container/ElementExistException.idl>
+#endif
+
+#ifndef __com_sun_star_container_NoSuchElementException_idl__
+#include <com/sun/star/container/NoSuchElementException.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module container {
+
+//=============================================================================
+
 /** This is the generic interface for supporting the insertion and removal of
 	elements.@see XContainer
  */
 published interface XSet: com::sun::star::container::XEnumerationAccess
-{ 
-	//------------------------------------------------------------------------- 
-	 
-	/** @returns 
-		<TRUE/> if the given element is a member of this container, 
+{
+	//-------------------------------------------------------------------------
+
+	/** @returns
+		<TRUE/> if the given element is a member of this container,
 		otherwise <FALSE/>.
 	 */
-	boolean has( [in] any aElement ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	boolean has( [in] any aElement );
+
+	//-------------------------------------------------------------------------
+
 	/** inserts the given element into this container.
 	 */
-	void insert( [in] any aElement ) 
-			raises( com::sun::star::lang::IllegalArgumentException, 
-					com::sun::star::container::ElementExistException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void insert( [in] any aElement )
+			raises( com::sun::star::lang::IllegalArgumentException,
+					com::sun::star::container::ElementExistException );
+
+	//-------------------------------------------------------------------------
+
 	/** removes the given element from this container.
 	 */
-	void remove( [in] any aElement ) 
-			raises( com::sun::star::lang::IllegalArgumentException, 
-					com::sun::star::container::NoSuchElementException ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void remove( [in] any aElement )
+			raises( com::sun::star::lang::IllegalArgumentException,
+					com::sun::star::container::NoSuchElementException );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/container/XStringKeyMap.idl b/main/udkapi/com/sun/star/container/XStringKeyMap.idl
index f3df6e6..ba988b4 100644
--- a/main/udkapi/com/sun/star/container/XStringKeyMap.idl
+++ b/main/udkapi/com/sun/star/container/XStringKeyMap.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/container/XUniqueIDAccess.idl b/main/udkapi/com/sun/star/container/XUniqueIDAccess.idl
index 6faee5d..7e46e66 100644
--- a/main/udkapi/com/sun/star/container/XUniqueIDAccess.idl
+++ b/main/udkapi/com/sun/star/container/XUniqueIDAccess.idl
@@ -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,55 +7,55 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_container_XUniqueIDAccess_idl__ 
-#define __com_sun_star_container_XUniqueIDAccess_idl__ 
- 
-#ifndef __com_sun_star_container_XElementAccess_idl__ 
-#include <com/sun/star/container/XElementAccess.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_NoSuchElementException_idl__ 
-#include <com/sun/star/container/NoSuchElementException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_WrappedTargetException_idl__ 
-#include <com/sun/star/lang/WrappedTargetException.idl> 
-#endif 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module container {  
- 
+#ifndef __com_sun_star_container_XUniqueIDAccess_idl__
+#define __com_sun_star_container_XUniqueIDAccess_idl__
+
+#ifndef __com_sun_star_container_XElementAccess_idl__
+#include <com/sun/star/container/XElementAccess.idl>
+#endif
+
+#ifndef __com_sun_star_container_NoSuchElementException_idl__
+#include <com/sun/star/container/NoSuchElementException.idl>
+#endif
+
+#ifndef __com_sun_star_lang_WrappedTargetException_idl__
+#include <com/sun/star/lang/WrappedTargetException.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module container {
+
 /** makes it possible to access contents via a unique ID.
  */
 published interface XUniqueIDAccess: com::sun::star::uno::XInterface
-{  
-	/** @returns 
+{
+	/** @returns
 		the element with the specified unique ID.
 	 */
-	any getByUniqueID( [in] string ID ) raises( com::sun::star::container::NoSuchElementException ); 
-	
+	any getByUniqueID( [in] string ID ) raises( com::sun::star::container::NoSuchElementException );
+
 	/** removes the element with the specified unique ID from this
 		container.
 	 */
-	void removeByUniqueID( [in] string ID ) raises( com::sun::star::container::NoSuchElementException ); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void removeByUniqueID( [in] string ID ) raises( com::sun::star::container::NoSuchElementException );
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/corba/corba.idl b/main/udkapi/com/sun/star/corba/corba.idl
index df335e6..71a7156 100644
--- a/main/udkapi/com/sun/star/corba/corba.idl
+++ b/main/udkapi/com/sun/star/corba/corba.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -52,7 +52,7 @@
 	{
 		ThreadIDs IDs;
 	};
-	
+
     /**
       @deprecated
      */
@@ -94,6 +94,6 @@
 		tk_value, tk_value_box,
 		tk_native,
 		tk_abstract_interface
-	};	
+	};
 
-}; }; }; }; 
+}; }; }; };
diff --git a/main/udkapi/com/sun/star/corba/giop/giop.idl b/main/udkapi/com/sun/star/corba/giop/giop.idl
index e4fbbb7..3472586 100644
--- a/main/udkapi/com/sun/star/corba/giop/giop.idl
+++ b/main/udkapi/com/sun/star/corba/giop/giop.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -58,7 +58,7 @@
 		byte message_type;
 		unsigned long message_size;
 	};
-	
+
     /**
       @deprecated
      */
@@ -73,7 +73,7 @@
 		byte message_type;
 		unsigned long message_size;
 	};
-	
+
     /**
       @deprecated
      */
@@ -91,7 +91,7 @@
 		CorbaString8 operation;
 		sequence < byte > requesting_principal;
 	};
-	
+
     /**
       @deprecated
      */
@@ -107,7 +107,7 @@
 		CorbaString8 operation;
 		sequence <byte> requesting_principal; // binary compatible
 	};
-	
+
     /**
       @deprecated
      */
@@ -126,7 +126,7 @@
 			const short ProfileAddr = 1;
 			const short ReferenceAddr = 2;
 		};
-	
+
     /**
       @deprecated
      */
@@ -169,7 +169,7 @@
 		NEEDS_ADDRESSING_MODE // new value for 1.2
 	};
 
-	
+
     /**
       @deprecated
      */
@@ -179,7 +179,7 @@
 		ReplyStatusType_1_2 reply_status;
 		com::sun::star::corba::iop::ServiceContextList service_context; // 1.2 change
 	};
-	
+
     /**
       @deprecated
      */
@@ -189,7 +189,7 @@
 		unsigned long minor_code_value;
 		unsigned long completion_status;
 	};
-	
+
     /**
       @deprecated
      */
@@ -207,7 +207,7 @@
 		unsigned long request_id;
 		sequence <byte> object_key;
 	};
-	
+
     /**
       @deprecated
      */
@@ -224,7 +224,7 @@
 		LOC_SYSTEM_EXCEPTION, // new value for GIOP 1.2
 		LOC_NEEDS_ADDRESSING_MODE // new value for GIOP 1.2
 	};
-	
+
     /**
       @deprecated
      */
diff --git a/main/udkapi/com/sun/star/corba/iiop/iiop.idl b/main/udkapi/com/sun/star/corba/iiop/iiop.idl
index 70a8978..969f1bb 100644
--- a/main/udkapi/com/sun/star/corba/iiop/iiop.idl
+++ b/main/udkapi/com/sun/star/corba/iiop/iiop.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -32,7 +32,7 @@
 		byte minor;
 	};
 
-	
+
     /**
        @deprecated
     */
@@ -43,7 +43,7 @@
 		unsigned short port;
 		sequence <byte> object_key;
 	};
-	
+
     /**
        @deprecated
     */
@@ -56,7 +56,7 @@
 // Added in 1.1 unchanged for 1.2
 		sequence <com::sun::star::corba::iop::TaggedComponent> components;
 	};
-	
+
     /**
        @deprecated
     */
@@ -65,12 +65,12 @@
 		CorbaString8 host;
 		unsigned short port;
 	};
-	
+
     /**
        @deprecated
     */
 published typedef sequence<ListenPoint> ListenPointList;
-	
+
     /**
        @deprecated
     */
diff --git a/main/udkapi/com/sun/star/corba/iop/iop.idl b/main/udkapi/com/sun/star/corba/iop/iop.idl
index 198c989..6bfb62d 100644
--- a/main/udkapi/com/sun/star/corba/iop/iop.idl
+++ b/main/udkapi/com/sun/star/corba/iop/iop.idl
@@ -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.
- * 
+ *
  *************************************************************/
 
 
 #include <com/sun/star/corba/corba.idl>
 module com { module sun { module star { module corba { module iop
 { // IDL
-	
+
     /**
       @deprecated
      */
@@ -92,7 +92,7 @@
 		ServiceId context_id;
 		sequence < byte > context_data;
 	};
-	
+
     /**
       @deprecated
      */
diff --git a/main/udkapi/com/sun/star/io/AlreadyConnectedException.idl b/main/udkapi/com/sun/star/io/AlreadyConnectedException.idl
index 84bb945..7cdd68c 100644
--- a/main/udkapi/com/sun/star/io/AlreadyConnectedException.idl
+++ b/main/udkapi/com/sun/star/io/AlreadyConnectedException.idl
@@ -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,46 +7,46 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_io_AlreadyConnectedException_idl__ 
-#define __com_sun_star_io_AlreadyConnectedException_idl__ 
- 
-#ifndef __com_sun_star_io_IOException_idl__ 
-#include <com/sun/star/io/IOException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module io {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_io_AlreadyConnectedException_idl__
+#define __com_sun_star_io_AlreadyConnectedException_idl__
+
+#ifndef __com_sun_star_io_IOException_idl__
+#include <com/sun/star/io/IOException.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module io {
+
+//=============================================================================
+
 // DocMerge from xml: exception com::sun::star::io::AlreadyConnectedException
-/** is thrown when a client tries to connect to a resource to which he is 
+/** is thrown when a client tries to connect to a resource to which he is
     already connected.
  */
 exception AlreadyConnectedException: com::sun::star::io::IOException
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/io/BufferSizeExceededException.idl b/main/udkapi/com/sun/star/io/BufferSizeExceededException.idl
index 3e19734..1b414b2 100644
--- a/main/udkapi/com/sun/star/io/BufferSizeExceededException.idl
+++ b/main/udkapi/com/sun/star/io/BufferSizeExceededException.idl
@@ -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,35 +7,35 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_io_BufferSizeExceededException_idl__ 
-#define __com_sun_star_io_BufferSizeExceededException_idl__ 
- 
-#ifndef __com_sun_star_io_IOException_idl__ 
-#include <com/sun/star/io/IOException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module io {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_io_BufferSizeExceededException_idl__
+#define __com_sun_star_io_BufferSizeExceededException_idl__
+
+#ifndef __com_sun_star_io_IOException_idl__
+#include <com/sun/star/io/IOException.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module io {
+
+//=============================================================================
+
 // DocMerge from xml: exception com::sun::star::io::BufferSizeExceededException
-/** is thrown by instances which need to buffer data. 
+/** is thrown by instances which need to buffer data.
 	<p>It indicates that not enough system resources are available for
 	extending the buffer. (May also indicate that the internal buffer
 	has grown to a larger size than 2G. Some current implementations do
@@ -43,14 +43,14 @@
 	</p>
  */
 published exception BufferSizeExceededException: com::sun::star::io::IOException
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/io/ConnectException.idl b/main/udkapi/com/sun/star/io/ConnectException.idl
index 83b1a67..238cdbf 100644
--- a/main/udkapi/com/sun/star/io/ConnectException.idl
+++ b/main/udkapi/com/sun/star/io/ConnectException.idl
@@ -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,47 +7,47 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_io_ConnectException_idl__ 
-#define __com_sun_star_io_ConnectException_idl__ 
- 
-#ifndef __com_sun_star_io_SocketException_idl__ 
-#include <com/sun/star/io/SocketException.idl> 
-#endif 
-  
-//============================================================================= 
- 
-module com {  module sun {  module star {  module io {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_io_ConnectException_idl__
+#define __com_sun_star_io_ConnectException_idl__
+
+#ifndef __com_sun_star_io_SocketException_idl__
+#include <com/sun/star/io/SocketException.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module io {
+
+//=============================================================================
+
 // DocMerge from xml: exception com::sun::star::io::ConnectException
-/** Signals that an error occurred while attempting to connect a 
-    socket to a remote address and port. Typically, the connection 
-    was refused remotely (e.g., no process is listening on the remote 
+/** Signals that an error occurred while attempting to connect a
+    socket to a remote address and port. Typically, the connection
+    was refused remotely (e.g., no process is listening on the remote
     address/port).
  */
 exception ConnectException: com::sun::star::io::SocketException
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/io/DataInputStream.idl b/main/udkapi/com/sun/star/io/DataInputStream.idl
index 84519dd..482ab53 100644
--- a/main/udkapi/com/sun/star/io/DataInputStream.idl
+++ b/main/udkapi/com/sun/star/io/DataInputStream.idl
@@ -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,71 +7,71 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_io_DataInputStream_idl__ 
-#define __com_sun_star_io_DataInputStream_idl__ 
- 
-#ifndef __com_sun_star_io_XDataInputStream_idl__ 
-#include <com/sun/star/io/XDataInputStream.idl> 
-#endif 
- 
-#ifndef __com_sun_star_io_XActiveDataSink_idl__ 
-#include <com/sun/star/io/XActiveDataSink.idl> 
-#endif 
- 
-#ifndef __com_sun_star_io_XConnectable_idl__ 
-#include <com/sun/star/io/XConnectable.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star { module io {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_io_DataInputStream_idl__
+#define __com_sun_star_io_DataInputStream_idl__
+
+#ifndef __com_sun_star_io_XDataInputStream_idl__
+#include <com/sun/star/io/XDataInputStream.idl>
+#endif
+
+#ifndef __com_sun_star_io_XActiveDataSink_idl__
+#include <com/sun/star/io/XActiveDataSink.idl>
+#endif
+
+#ifndef __com_sun_star_io_XConnectable_idl__
+#include <com/sun/star/io/XConnectable.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star { module io {
+
+//=============================================================================
+
 // DocMerge from xml: service com::sun::star::io::DataInputStream
-/** reads structured data from a chained <type>XInputStream</type>. 
-    <p> 
+/** reads structured data from a chained <type>XInputStream</type>.
+    <p>
     An implementation of this service in general does not need
     to buffer data itself.
 
     @see com::sun::star::io::ObjectInputStream
  */
 published service DataInputStream
-{ 
+{
 	/** allows to read structured data.
      */
-	interface com::sun::star::io::XDataInputStream; 
-	
+	interface com::sun::star::io::XDataInputStream;
+
 	/** used to plug the inputstream-data-source.
         A plain input stream is sufficient.
      */
-	interface com::sun::star::io::XActiveDataSink; 
-	
+	interface com::sun::star::io::XActiveDataSink;
+
 	/** Allows to chain the DataInputStream, so that
      */
-	interface com::sun::star::io::XConnectable; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	interface com::sun::star::io::XConnectable;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/io/DataOutputStream.idl b/main/udkapi/com/sun/star/io/DataOutputStream.idl
index 88fd925..d9c9811 100644
--- a/main/udkapi/com/sun/star/io/DataOutputStream.idl
+++ b/main/udkapi/com/sun/star/io/DataOutputStream.idl
@@ -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,61 +7,61 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_io_DataOutputStream_idl__ 
-#define __com_sun_star_io_DataOutputStream_idl__ 
- 
-#ifndef __com_sun_star_io_XDataOutputStream_idl__ 
-#include <com/sun/star/io/XDataOutputStream.idl> 
-#endif 
- 
-#ifndef __com_sun_star_io_XActiveDataSource_idl__ 
-#include <com/sun/star/io/XActiveDataSource.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module io {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_io_DataOutputStream_idl__
+#define __com_sun_star_io_DataOutputStream_idl__
+
+#ifndef __com_sun_star_io_XDataOutputStream_idl__
+#include <com/sun/star/io/XDataOutputStream.idl>
+#endif
+
+#ifndef __com_sun_star_io_XActiveDataSource_idl__
+#include <com/sun/star/io/XActiveDataSource.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module io {
+
+//=============================================================================
+
 // DocMerge from xml: service com::sun::star::io::DataOutputStream
-/** writes structured data to a chained <type>XOutputStream</type>. 
-	
-    <p> 
+/** writes structured data to a chained <type>XOutputStream</type>.
+
+    <p>
     An implementation of this service in general does not need
     to buffer data itself.
  */
 published service DataOutputStream
-{ 
+{
 	/** allows to write structured data.
      */
-	interface com::sun::star::io::XDataOutputStream; 
-	
+	interface com::sun::star::io::XDataOutputStream;
+
 	/** used to plug the outputstream-data-sink.
         <p>A plain output stream is sufficient.
      */
-	interface com::sun::star::io::XActiveDataSource; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	interface com::sun::star::io::XActiveDataSource;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/io/DataTransferEvent.idl b/main/udkapi/com/sun/star/io/DataTransferEvent.idl
index efdfdb5..599c474 100644
--- a/main/udkapi/com/sun/star/io/DataTransferEvent.idl
+++ b/main/udkapi/com/sun/star/io/DataTransferEvent.idl
@@ -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,53 +7,53 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_io_DataTransferEvent_idl__ 
-#define __com_sun_star_io_DataTransferEvent_idl__ 
- 
-#ifndef __com_sun_star_lang_EventObject_idl__ 
-#include <com/sun/star/lang/EventObject.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module io {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_io_DataTransferEvent_idl__
+#define __com_sun_star_io_DataTransferEvent_idl__
+
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module io {
+
+//=============================================================================
+
 // DocMerge from xml: struct com::sun::star::io::DataTransferEvent
 /** is broadcast by a filter.
 	@see XDataTransferEventListener
  */
 published struct DataTransferEvent: com::sun::star::lang::EventObject
-{ 
-	//------------------------------------------------------------------------- 
-		
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: field com::sun::star::io::DataTransferEvent::aException
 	/** specifies an occurred exception.
 	 */
-	any aException; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	any aException;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/io/FilePermission.idl b/main/udkapi/com/sun/star/io/FilePermission.idl
index 5cae46e..d39e1d0 100644
--- a/main/udkapi/com/sun/star/io/FilePermission.idl
+++ b/main/udkapi/com/sun/star/io/FilePermission.idl
@@ -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,27 +7,27 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 #ifndef __com_sun_star_io_FilePermission_idl__
 #define __com_sun_star_io_FilePermission_idl__
 //=============================================================================
- 
-module com {  module sun {  module star {  module io {  
- 
+
+module com {  module sun {  module star {  module io {
+
 //=============================================================================
- 
+
 /** This permission represents access to a file or directory.
     A FilePermission consists of a file url and a set of actions valid for that url.
     <p>
@@ -54,7 +54,7 @@
     </ul><br>
     The actions string is processed case-insensitive.
     </p>
-    
+
     @attention
     Be careful when granting FilePermissions.  Think about the implications of
     granting read and especially write access to various files and directories.
diff --git a/main/udkapi/com/sun/star/io/IOException.idl b/main/udkapi/com/sun/star/io/IOException.idl
index 27d851d..4e04b56 100644
--- a/main/udkapi/com/sun/star/io/IOException.idl
+++ b/main/udkapi/com/sun/star/io/IOException.idl
@@ -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,45 +7,45 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_io_IOException_idl__ 
-#define __com_sun_star_io_IOException_idl__ 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module io {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_io_IOException_idl__
+#define __com_sun_star_io_IOException_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module io {
+
+//=============================================================================
+
 // DocMerge from xml: exception com::sun::star::io::IOException
 /** is thrown when an input or output error has occurred.
  */
 published exception IOException: com::sun::star::uno::Exception
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/io/MarkableInputStream.idl b/main/udkapi/com/sun/star/io/MarkableInputStream.idl
index 6c4f9e1..871c25f 100644
--- a/main/udkapi/com/sun/star/io/MarkableInputStream.idl
+++ b/main/udkapi/com/sun/star/io/MarkableInputStream.idl
@@ -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,68 +7,68 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_io_DataInputStream_idl__ 
-#define __com_sun_star_io_DataInputStream_idl__ 
- 
-#ifndef __com_sun_star_io_XMarkableStream_idl__ 
-#include <com/sun/star/io/XMarkableStream.idl> 
-#endif 
- 
-#ifndef __com_sun_star_io_XActiveDataSink_idl__ 
-#include <com/sun/star/io/XActiveDataSink.idl> 
-#endif 
- 
-#ifndef __com_sun_star_io_XConnectable_idl__ 
-#include <com/sun/star/io/XConnectable.idl> 
-#endif 
- 
- 
-module com {  module sun {  module star {  module io {  
- 
+#ifndef __com_sun_star_io_DataInputStream_idl__
+#define __com_sun_star_io_DataInputStream_idl__
+
+#ifndef __com_sun_star_io_XMarkableStream_idl__
+#include <com/sun/star/io/XMarkableStream.idl>
+#endif
+
+#ifndef __com_sun_star_io_XActiveDataSink_idl__
+#include <com/sun/star/io/XActiveDataSink.idl>
+#endif
+
+#ifndef __com_sun_star_io_XConnectable_idl__
+#include <com/sun/star/io/XConnectable.idl>
+#endif
+
+
+module com {  module sun {  module star {  module io {
+
 //==========================================================================
 /** allows to set marks in an inputstream and to later jump back to these
 	marks.
 	<p>The implementation reads the original data from the input stream,
-	that has been set previously at the <type>XActiveDataSink</type> 
+	that has been set previously at the <type>XActiveDataSink</type>
 	interface. In general the implementation must buffer the data. </p>
  */
 published service MarkableInputStream
-{ 
+{
     /** allows to access the data of this stream
      */
-	interface com::sun::star::io::XInputStream; 
+	interface com::sun::star::io::XInputStream;
 
     /** allows to create marks at the current position
         and to set the current position.
      */
-	interface com::sun::star::io::XMarkableStream; 
+	interface com::sun::star::io::XMarkableStream;
 
     /** allows to access to the underlying source
         of this stream.
      */
-	interface com::sun::star::io::XActiveDataSink; 
-	
+	interface com::sun::star::io::XActiveDataSink;
+
 	/** allows to navigate via a chain of streams */
-	interface com::sun::star::io::XConnectable; 
- 
-}; 
- 
- 
-}; }; }; };  
- 
-	 
- 
-#endif 
+	interface com::sun::star::io::XConnectable;
+
+};
+
+
+}; }; }; };
+
+
+
+#endif
diff --git a/main/udkapi/com/sun/star/io/MarkableOutputStream.idl b/main/udkapi/com/sun/star/io/MarkableOutputStream.idl
index c551ecc..1e13b29 100644
--- a/main/udkapi/com/sun/star/io/MarkableOutputStream.idl
+++ b/main/udkapi/com/sun/star/io/MarkableOutputStream.idl
@@ -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,73 +7,73 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_io_DataInputStream_idl__ 
-#define __com_sun_star_io_DataInputStream_idl__ 
- 
-#ifndef __com_sun_star_io_XMarkableStream_idl__ 
-#include <com/sun/star/io/XMarkableStream.idl> 
-#endif 
- 
-#ifndef __com_sun_star_io_XActiveDataSink_idl__ 
-#include <com/sun/star/io/XActiveDataSource.idl> 
-#endif 
- 
-#ifndef __com_sun_star_io_XConnectable_idl__ 
-#include <com/sun/star/io/XConnectable.idl> 
-#endif 
- 
- 
-module com {  module sun {  module star {  module io {  
- 
+#ifndef __com_sun_star_io_DataInputStream_idl__
+#define __com_sun_star_io_DataInputStream_idl__
+
+#ifndef __com_sun_star_io_XMarkableStream_idl__
+#include <com/sun/star/io/XMarkableStream.idl>
+#endif
+
+#ifndef __com_sun_star_io_XActiveDataSink_idl__
+#include <com/sun/star/io/XActiveDataSource.idl>
+#endif
+
+#ifndef __com_sun_star_io_XConnectable_idl__
+#include <com/sun/star/io/XConnectable.idl>
+#endif
+
+
+module com {  module sun {  module star {  module io {
+
 //==========================================================================
 /** allows to set marks in an outputstream and to later jump back to these
 	marks.
 	<p>The implementation stores the data as long as marks exists
-	and later writes these data into the output stream, 
-	that has been set previously at the <type>XActiveDataSource</type> 
+	and later writes these data into the output stream,
+	that has been set previously at the <type>XActiveDataSource</type>
 	interface. </p>
  */
 published service MarkableOutputStream
-{ 
+{
     /** allows to write data at the current position.
         <p> Flushing the outputstream will only flush data,
             which was written before the first non-deleted mark,
             because data after the first non-deleted mark
             may be modified by later jumpToMark()/writeBytes() calls.
      */
-	interface com::sun::star::io::XOutputStream; 
+	interface com::sun::star::io::XOutputStream;
 
     /** allows to create marks at the current position
         and to set the current position.
      */
-	interface com::sun::star::io::XMarkableStream; 
-	
+	interface com::sun::star::io::XMarkableStream;
+
     /** allows to access to the underlying sink
         of this stream.
      */
-	interface com::sun::star::io::XActiveDataSource; 
+	interface com::sun::star::io::XActiveDataSource;
 
 	/** allows to navigate via a chain of streams */
-	interface com::sun::star::io::XConnectable; 
- 
-}; 
- 
- 
-}; }; }; };  
- 
-	 
- 
-#endif 
+	interface com::sun::star::io::XConnectable;
+
+};
+
+
+}; }; }; };
+
+
+
+#endif
diff --git a/main/udkapi/com/sun/star/io/NoRouteToHostException.idl b/main/udkapi/com/sun/star/io/NoRouteToHostException.idl
index dcf5c6e..b1fe5f5 100644
--- a/main/udkapi/com/sun/star/io/NoRouteToHostException.idl
+++ b/main/udkapi/com/sun/star/io/NoRouteToHostException.idl
@@ -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,46 +7,46 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_io_NoRouteToHostException_idl__ 
-#define __com_sun_star_io_NoRouteToHostException_idl__ 
- 
-#ifndef __com_sun_star_io_SocketException_idl__ 
-#include <com/sun/star/io/SocketException.idl> 
-#endif 
-  
-//============================================================================= 
- 
-module com {  module sun {  module star {  module io {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_io_NoRouteToHostException_idl__
+#define __com_sun_star_io_NoRouteToHostException_idl__
+
+#ifndef __com_sun_star_io_SocketException_idl__
+#include <com/sun/star/io/SocketException.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module io {
+
+//=============================================================================
+
 // DocMerge from xml: exception com::sun::star::io::NoRouteToHostException
-/** Signals that an error occurred while attempting to connect a socket to 
-    a remote address and port. Typically, the remote host cannot be reached 
+/** Signals that an error occurred while attempting to connect a socket to
+    a remote address and port. Typically, the remote host cannot be reached
     because of an intervening firewall, or if an intermediate router is down.
  */
 exception NoRouteToHostException: com::sun::star::io::SocketException
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/io/NotConnectedException.idl b/main/udkapi/com/sun/star/io/NotConnectedException.idl
index 50b4ba9..524873f 100644
--- a/main/udkapi/com/sun/star/io/NotConnectedException.idl
+++ b/main/udkapi/com/sun/star/io/NotConnectedException.idl
@@ -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,46 +7,46 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_io_NotConnectedException_idl__ 
-#define __com_sun_star_io_NotConnectedException_idl__ 
- 
-#ifndef __com_sun_star_io_IOException_idl__ 
-#include <com/sun/star/io/IOException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module io {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_io_NotConnectedException_idl__
+#define __com_sun_star_io_NotConnectedException_idl__
+
+#ifndef __com_sun_star_io_IOException_idl__
+#include <com/sun/star/io/IOException.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module io {
+
+//=============================================================================
+
 // DocMerge from xml: exception com::sun::star::io::NotConnectedException
 /** is thrown when a read/write operation is tried on an instance that has
 	not been chained properly.
  */
 published exception NotConnectedException: com::sun::star::io::IOException
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/io/ObjectInputStream.idl b/main/udkapi/com/sun/star/io/ObjectInputStream.idl
index 6ecb3a1..f654dfd 100644
--- a/main/udkapi/com/sun/star/io/ObjectInputStream.idl
+++ b/main/udkapi/com/sun/star/io/ObjectInputStream.idl
@@ -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,52 +7,52 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_io_ObjectInputStream_idl__ 
-#define __com_sun_star_io_ObjectInputStream_idl__ 
- 
-#ifndef __com_sun_star_io_XObjectInputStream_idl__ 
-#include <com/sun/star/io/XObjectInputStream.idl> 
-#endif 
- 
-#ifndef __com_sun_star_io_XActiveDataSink_idl__ 
-#include <com/sun/star/io/XActiveDataSink.idl> 
-#endif 
- 
-#ifndef __com_sun_star_io_XConnectable_idl__ 
-#include <com/sun/star/io/XConnectable.idl> 
-#endif 
- 
-#ifndef __com_sun_star_io_XMarkableStream_idl__ 
-#include <com/sun/star/io/XMarkableStream.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module io {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_io_ObjectInputStream_idl__
+#define __com_sun_star_io_ObjectInputStream_idl__
+
+#ifndef __com_sun_star_io_XObjectInputStream_idl__
+#include <com/sun/star/io/XObjectInputStream.idl>
+#endif
+
+#ifndef __com_sun_star_io_XActiveDataSink_idl__
+#include <com/sun/star/io/XActiveDataSink.idl>
+#endif
+
+#ifndef __com_sun_star_io_XConnectable_idl__
+#include <com/sun/star/io/XConnectable.idl>
+#endif
+
+#ifndef __com_sun_star_io_XMarkableStream_idl__
+#include <com/sun/star/io/XMarkableStream.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module io {
+
+//=============================================================================
+
 // DocMerge from xml: service com::sun::star::io::ObjectInputStream
 /** is a stream which allows reading the data of persistent objects.
-	
-	<p>Implementations of this service must fulfill the specifications of the 
-	<type>DataInputStream</type> service. It must be chained to an 
-	<type>XMarkableStream</type>. Therefore, it provides the 
-	<type>XMarkableStream</type> interface, and delegates the calls to the 
+
+	<p>Implementations of this service must fulfill the specifications of the
+	<type>DataInputStream</type> service. It must be chained to an
+	<type>XMarkableStream</type>. Therefore, it provides the
+	<type>XMarkableStream</type> interface, and delegates the calls to the
 	chained object.  </p>
 	<p>The written objects are held until this instance is destroyed.
 	The references to the objects are read as four-byte integers.
@@ -66,7 +66,7 @@
 	Object  ObjectData       // the data of the object
 	...                      // skipping additional data
 	</pre>
-	
+
 	@guarantees
 	<ul>
 		<li>-thread safe</li>
@@ -78,28 +78,28 @@
 	</ul>
  */
 published service ObjectInputStream
-{ 
+{
     /** allows to read the data from the stream.
      */
-	interface com::sun::star::io::XObjectInputStream; 
-	
+	interface com::sun::star::io::XObjectInputStream;
+
 	/** allows to set the underlying inputstream */
-	interface com::sun::star::io::XActiveDataSink; 
-	
+	interface com::sun::star::io::XActiveDataSink;
+
 	/** allows to navigate via a chain of streams */
-	interface com::sun::star::io::XConnectable; 
-	
+	interface com::sun::star::io::XConnectable;
+
 	/** allows to set marks within the stream. The implementation
      may forward calls to this interface to a chained markablestream. */
-	interface com::sun::star::io::XMarkableStream; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	interface com::sun::star::io::XMarkableStream;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/io/ObjectOutputStream.idl b/main/udkapi/com/sun/star/io/ObjectOutputStream.idl
index 80c46c2..83b6757 100644
--- a/main/udkapi/com/sun/star/io/ObjectOutputStream.idl
+++ b/main/udkapi/com/sun/star/io/ObjectOutputStream.idl
@@ -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,50 +7,50 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_io_ObjectOutputStream_idl__ 
-#define __com_sun_star_io_ObjectOutputStream_idl__ 
- 
-#ifndef __com_sun_star_io_XObjectOutputStream_idl__ 
-#include <com/sun/star/io/XObjectOutputStream.idl> 
-#endif 
- 
-#ifndef __com_sun_star_io_XActiveDataSource_idl__ 
-#include <com/sun/star/io/XActiveDataSource.idl> 
-#endif 
- 
-#ifndef __com_sun_star_io_XConnectable_idl__ 
-#include <com/sun/star/io/XConnectable.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module io {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_io_ObjectOutputStream_idl__
+#define __com_sun_star_io_ObjectOutputStream_idl__
+
+#ifndef __com_sun_star_io_XObjectOutputStream_idl__
+#include <com/sun/star/io/XObjectOutputStream.idl>
+#endif
+
+#ifndef __com_sun_star_io_XActiveDataSource_idl__
+#include <com/sun/star/io/XActiveDataSource.idl>
+#endif
+
+#ifndef __com_sun_star_io_XConnectable_idl__
+#include <com/sun/star/io/XConnectable.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module io {
+
+//=============================================================================
+
 // DocMerge from xml: service com::sun::star::io::ObjectOutputStream
 /** is a stream which allows writing the data of persistent objects.
-	
-	<p>Implementations of this service must fulfill the specifications of the 
-	<type>DataOutputStream</type> service; furthermore, the stream needs to be chained to a 
+
+	<p>Implementations of this service must fulfill the specifications of the
+	<type>DataOutputStream</type> service; furthermore, the stream needs to be chained to a
 	<type>XMarkableStream</type>. Therefore, it also provides the <type>XMarkableStream</type>
 	interface, but it delegates the calls to the chained object.
 	The written objects are held until this instance is destroyed.
-	The references to the objects are written as four-byte integers 
+	The references to the objects are written as four-byte integers
 	and begin at 1. Data format is written: </p>
 	<pre>
 	short   InfoLength
@@ -59,34 +59,34 @@
 	long    ObjectLength    // 0 if it is a reference or no object, otherwise the len of the object data
 	Object  ObjectData      // the data of the object
 	</pre>
-	
+
 	@guarantees
 	<ul>
 		<li>-thread safe </li>
-		<li>-allow buffer size is 2 ^ 31 -1 </li> 
-		<li>-maximum object reference identifier is the number of objects.  </li> 
+		<li>-allow buffer size is 2 ^ 31 -1 </li>
+		<li>-maximum object reference identifier is the number of objects.  </li>
 		<li>-object reference identifier 0 indicates no object </li>
 	</ul>
  */
 published service ObjectOutputStream
-{ 
+{
     /** allows to write the data to the stream.
      */
-	interface com::sun::star::io::XObjectOutputStream; 
-	
+	interface com::sun::star::io::XObjectOutputStream;
+
 	/** allows to set the underlying outputstream */
-	interface com::sun::star::io::XActiveDataSource; 
-	
+	interface com::sun::star::io::XActiveDataSource;
+
 	/** allows to navigate via a chain of streams */
-	interface com::sun::star::io::XConnectable; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	interface com::sun::star::io::XConnectable;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/io/Pipe.idl b/main/udkapi/com/sun/star/io/Pipe.idl
index 83cf7a1..b7957fb 100644
--- a/main/udkapi/com/sun/star/io/Pipe.idl
+++ b/main/udkapi/com/sun/star/io/Pipe.idl
@@ -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,41 +7,41 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_io_Pipe_idl__ 
-#define __com_sun_star_io_Pipe_idl__ 
- 
-#ifndef __com_sun_star_io_XOutputStream_idl__ 
-#include <com/sun/star/io/XOutputStream.idl> 
-#endif 
- 
-#ifndef __com_sun_star_io_XInputStream_idl__ 
-#include <com/sun/star/io/XInputStream.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module io {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_io_Pipe_idl__
+#define __com_sun_star_io_Pipe_idl__
+
+#ifndef __com_sun_star_io_XOutputStream_idl__
+#include <com/sun/star/io/XOutputStream.idl>
+#endif
+
+#ifndef __com_sun_star_io_XInputStream_idl__
+#include <com/sun/star/io/XInputStream.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module io {
+
+//=============================================================================
+
 // DocMerge from xml: service com::sun::star::io::Pipe
-/** the implementation of an output stream and an input stream. 
+/** the implementation of an output stream and an input stream.
     <p>
-	All data written through the outputstream is buffered until it is 
+	All data written through the outputstream is buffered until it is
 	read again from the input stream. Often two different threads access
     input and outputstream.
 
@@ -49,20 +49,20 @@
     input stream at the cost of an additional buffer.
  */
 published service Pipe
-{ 
+{
 	// DocMerge: empty anyway
-	interface com::sun::star::io::XOutputStream; 
-	
+	interface com::sun::star::io::XOutputStream;
+
 	// DocMerge: empty anyway
-	interface com::sun::star::io::XInputStream; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	interface com::sun::star::io::XInputStream;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/io/Pump.idl b/main/udkapi/com/sun/star/io/Pump.idl
index d4e9b8c..c9a7687 100644
--- a/main/udkapi/com/sun/star/io/Pump.idl
+++ b/main/udkapi/com/sun/star/io/Pump.idl
@@ -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,68 +7,68 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_io_Pipe_idl__ 
-#define __com_sun_star_io_Pipe_idl__ 
- 
-#ifndef __com_sun_star_io_XActiveDataSource_idl__ 
-#include <com/sun/star/io/XActiveDataSource.idl> 
-#endif 
- 
-#ifndef __com_sun_star_io_XActiveDataSink_idl__ 
-#include <com/sun/star/io/XActiveDataSink.idl> 
-#endif 
- 
-#ifndef __com_sun_star_io_XActiveDataControl_idl__ 
-#include <com/sun/star/io/XActiveDataControl.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module io {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_io_Pipe_idl__
+#define __com_sun_star_io_Pipe_idl__
+
+#ifndef __com_sun_star_io_XActiveDataSource_idl__
+#include <com/sun/star/io/XActiveDataSource.idl>
+#endif
+
+#ifndef __com_sun_star_io_XActiveDataSink_idl__
+#include <com/sun/star/io/XActiveDataSink.idl>
+#endif
+
+#ifndef __com_sun_star_io_XActiveDataControl_idl__
+#include <com/sun/star/io/XActiveDataControl.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module io {
+
+//=============================================================================
+
 // DocMerge from xml: service com::sun::star::io::Pump
 /** the implementation of a data source and a data sink.
 	<p>A thread will be created that reads from the input stream and writes
 	the data to the connected output stream. Data will not be buffered by
 	this service. </p>
-	
+
  */
 published service Pump
-{ 
+{
     /** allows to set the outputstream
      */
-	interface com::sun::star::io::XActiveDataSource; 
-	
+	interface com::sun::star::io::XActiveDataSource;
+
     /** allows to set the inputstream
      */
-	interface com::sun::star::io::XActiveDataSink; 
+	interface com::sun::star::io::XActiveDataSink;
 
 	/** allows listener administration and starting/stopping the pump */
-	interface com::sun::star::io::XActiveDataControl; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	interface com::sun::star::io::XActiveDataControl;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/io/SequenceInputStream.idl b/main/udkapi/com/sun/star/io/SequenceInputStream.idl
index e4faa01..4e1f8c0 100644
--- a/main/udkapi/com/sun/star/io/SequenceInputStream.idl
+++ b/main/udkapi/com/sun/star/io/SequenceInputStream.idl
@@ -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,52 +7,52 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_io_SequenceInputStream_idl__ 
-#define __com_sun_star_io_SequenceInputStream_idl__ 
- 
-#ifndef __com_sun_star_io_XSeekableInputStream_idl__ 
-#include <com/sun/star/io/XSeekableInputStream.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
+#ifndef __com_sun_star_io_SequenceInputStream_idl__
+#define __com_sun_star_io_SequenceInputStream_idl__
 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module io {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_io_XSeekableInputStream_idl__
+#include <com/sun/star/io/XSeekableInputStream.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module io {
+
+//=============================================================================
+
 // DocMerge from xml: service com::sun::star::io::SequenceInputStream
 /** This service allows to wrap a sequence of bytes with a stream object.
  */
 published service SequenceInputStream : XSeekableInputStream
-{ 
+{
     /** allows to create a stream based on the sequence.
      */
     createStreamFromSequence( [in] sequence<byte> aData );
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/io/SequenceOutputStream.idl b/main/udkapi/com/sun/star/io/SequenceOutputStream.idl
index daea86e..c8cb401 100644
--- a/main/udkapi/com/sun/star/io/SequenceOutputStream.idl
+++ b/main/udkapi/com/sun/star/io/SequenceOutputStream.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -28,17 +28,17 @@
 #endif
 
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module io {
 
-//============================================================================= 
+//=============================================================================
 /** This service allows to wrap a sequence of bytes with a output stream object.
  */
 service SequenceOutputStream : XSequenceOutputStream;
- 
-//============================================================================= 
+
+//=============================================================================
 
 }; }; }; };
 
-#endif 
+#endif
diff --git a/main/udkapi/com/sun/star/io/SocketException.idl b/main/udkapi/com/sun/star/io/SocketException.idl
index c4edcb4..3013560 100644
--- a/main/udkapi/com/sun/star/io/SocketException.idl
+++ b/main/udkapi/com/sun/star/io/SocketException.idl
@@ -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,45 +7,45 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_io_SocketException_idl__ 
-#define __com_sun_star_io_SocketException_idl__ 
- 
-#ifndef __com_sun_star_io_IOException_idl__ 
-#include <com/sun/star/io/IOException.idl> 
-#endif 
-  
-//============================================================================= 
- 
-module com {  module sun {  module star {  module io {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_io_SocketException_idl__
+#define __com_sun_star_io_SocketException_idl__
+
+#ifndef __com_sun_star_io_IOException_idl__
+#include <com/sun/star/io/IOException.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module io {
+
+//=============================================================================
+
 // DocMerge from xml: exception com::sun::star::io::SocketException
-/** Thrown to indicate that there is an error in the underlying 
+/** Thrown to indicate that there is an error in the underlying
     protocol, such as a TCP error.
  */
 exception SocketException: com::sun::star::io::IOException
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/io/TempFile.idl b/main/udkapi/com/sun/star/io/TempFile.idl
index 8787c86..0daf8e3 100644
--- a/main/udkapi/com/sun/star/io/TempFile.idl
+++ b/main/udkapi/com/sun/star/io/TempFile.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/io/TextInputStream.idl b/main/udkapi/com/sun/star/io/TextInputStream.idl
index bc76e04..022614b 100644
--- a/main/udkapi/com/sun/star/io/TextInputStream.idl
+++ b/main/udkapi/com/sun/star/io/TextInputStream.idl
@@ -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,60 +7,60 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_io_TextInputStream_idl__ 
-#define __com_sun_star_io_TextInputStream_idl__ 
- 
-#ifndef __com_sun_star_io_XTextInputStream_idl__ 
-#include <com/sun/star/io/XTextInputStream.idl> 
-#endif 
- 
-#ifndef __com_sun_star_io_XActiveDataSink_idl__ 
-#include <com/sun/star/io/XActiveDataSink.idl> 
-#endif 
- 
-#ifndef __com_sun_star_io_XConnectable_idl__ 
-#include <com/sun/star/io/XConnectable.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module io {  
- 
-//============================================================================= 
-/** provides functionality to read text data from a 
-	<type scope="com::sun::star::io">XInputStream</type> 
+#ifndef __com_sun_star_io_TextInputStream_idl__
+#define __com_sun_star_io_TextInputStream_idl__
+
+#ifndef __com_sun_star_io_XTextInputStream_idl__
+#include <com/sun/star/io/XTextInputStream.idl>
+#endif
+
+#ifndef __com_sun_star_io_XActiveDataSink_idl__
+#include <com/sun/star/io/XActiveDataSink.idl>
+#endif
+
+#ifndef __com_sun_star_io_XConnectable_idl__
+#include <com/sun/star/io/XConnectable.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module io {
+
+//=============================================================================
+/** provides functionality to read text data from a
+	<type scope="com::sun::star::io">XInputStream</type>
 	that initially has to be passed to the method
 	<member>XActiveDataSink::setInputStream()</member>.
-	
-	<p>For details about the text functionality see 
+
+	<p>For details about the text functionality see
 	<type scope="com::sun::star::io">XTextInputStream</type>.
  */
 published service TextInputStream
-{ 
+{
 	/// Interface to read text data
-	interface com::sun::star::io::XTextInputStream; 
-	
-	/// Interface to specify the used <type scope="com::sun::star::io">XInputStream</type> 
-	interface com::sun::star::io::XActiveDataSink; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	interface com::sun::star::io::XTextInputStream;
+
+	/// Interface to specify the used <type scope="com::sun::star::io">XInputStream</type>
+	interface com::sun::star::io::XActiveDataSink;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/io/TextOutputStream.idl b/main/udkapi/com/sun/star/io/TextOutputStream.idl
index d1623d1..ec27af6 100644
--- a/main/udkapi/com/sun/star/io/TextOutputStream.idl
+++ b/main/udkapi/com/sun/star/io/TextOutputStream.idl
@@ -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,56 +7,56 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_io_TextOutputStream_idl__ 
-#define __com_sun_star_io_TextOutputStream_idl__ 
- 
-#ifndef __com_sun_star_io_XTextOutputStream_idl__ 
-#include <com/sun/star/io/XTextOutputStream.idl> 
-#endif 
- 
-#ifndef __com_sun_star_io_XActiveDataSource_idl__ 
-#include <com/sun/star/io/XActiveDataSource.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module io {  
- 
-//============================================================================= 
+#ifndef __com_sun_star_io_TextOutputStream_idl__
+#define __com_sun_star_io_TextOutputStream_idl__
+
+#ifndef __com_sun_star_io_XTextOutputStream_idl__
+#include <com/sun/star/io/XTextOutputStream.idl>
+#endif
+
+#ifndef __com_sun_star_io_XActiveDataSource_idl__
+#include <com/sun/star/io/XActiveDataSource.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module io {
+
+//=============================================================================
 /** provides functionality to write text data to a
-	<type scope="com::sun::star::io">XOutputStream</type> 
+	<type scope="com::sun::star::io">XOutputStream</type>
 	that initially has to be passed to the method
 	<member>XActiveDataSource::setOutputStream()</member>.
-	
-	<p>For details about the text functionality see 
+
+	<p>For details about the text functionality see
 	<type scope="com::sun::star::io">XTextOutputStream</type>.
  */
 published service TextOutputStream
-{ 
+{
 	/// Interface to write text data
-	interface com::sun::star::io::XTextOutputStream; 
-	
-	/// Interface to specify the used <type scope="com::sun::star::io">XOutputStream</type> 
-	interface com::sun::star::io::XActiveDataSource; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	interface com::sun::star::io::XTextOutputStream;
+
+	/// Interface to specify the used <type scope="com::sun::star::io">XOutputStream</type>
+	interface com::sun::star::io::XActiveDataSource;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/io/UnexpectedEOFException.idl b/main/udkapi/com/sun/star/io/UnexpectedEOFException.idl
index b440690..3404ba1 100644
--- a/main/udkapi/com/sun/star/io/UnexpectedEOFException.idl
+++ b/main/udkapi/com/sun/star/io/UnexpectedEOFException.idl
@@ -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,46 +7,46 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_io_UnexpectedEOFException_idl__ 
-#define __com_sun_star_io_UnexpectedEOFException_idl__ 
- 
-#ifndef __com_sun_star_io_IOException_idl__ 
-#include <com/sun/star/io/IOException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module io {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_io_UnexpectedEOFException_idl__
+#define __com_sun_star_io_UnexpectedEOFException_idl__
+
+#ifndef __com_sun_star_io_IOException_idl__
+#include <com/sun/star/io/IOException.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module io {
+
+//=============================================================================
+
 // DocMerge from xml: exception com::sun::star::io::UnexpectedEOFException
-/** is thrown when the <code>EOF/code> is reached during reading a datatype 
+/** is thrown when the <code>EOF/code> is reached during reading a datatype
 	(<code>long</code>, <code>string</code>, etc.).
  */
 published exception UnexpectedEOFException: com::sun::star::io::IOException
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/io/UnknownHostException.idl b/main/udkapi/com/sun/star/io/UnknownHostException.idl
index a9e4806..5a43e33 100644
--- a/main/udkapi/com/sun/star/io/UnknownHostException.idl
+++ b/main/udkapi/com/sun/star/io/UnknownHostException.idl
@@ -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,44 +7,44 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_io_UnknownHostException_idl__ 
-#define __com_sun_star_io_UnknownHostException_idl__ 
- 
-#ifndef __com_sun_star_io_IOException_idl__ 
-#include <com/sun/star/io/IOException.idl> 
-#endif 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module io {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_io_UnknownHostException_idl__
+#define __com_sun_star_io_UnknownHostException_idl__
+
+#ifndef __com_sun_star_io_IOException_idl__
+#include <com/sun/star/io/IOException.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module io {
+
+//=============================================================================
+
 // DocMerge from xml: exception com::sun::star::io::UnknownHostException
 /** is thrown when the IP address of a host could not be determined.
  */
 exception UnknownHostException: com::sun::star::io::IOException
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/io/WrongFormatException.idl b/main/udkapi/com/sun/star/io/WrongFormatException.idl
index 89f58b7..9778be9 100644
--- a/main/udkapi/com/sun/star/io/WrongFormatException.idl
+++ b/main/udkapi/com/sun/star/io/WrongFormatException.idl
@@ -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,46 +7,46 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_io_WrongFormatException_idl__ 
-#define __com_sun_star_io_WrongFormatException_idl__ 
- 
-#ifndef __com_sun_star_io_IOException_idl__ 
-#include <com/sun/star/io/IOException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module io {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_io_WrongFormatException_idl__
+#define __com_sun_star_io_WrongFormatException_idl__
+
+#ifndef __com_sun_star_io_IOException_idl__
+#include <com/sun/star/io/IOException.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module io {
+
+//=============================================================================
+
 // DocMerge from xml: exception com::sun::star::io::WrongFormatException
 /** is thrown when inconsistent data comes up while reading a complex
 	data type (<code>string</code> or object).
  */
 published exception WrongFormatException: com::sun::star::io::IOException
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/io/XActiveDataControl.idl b/main/udkapi/com/sun/star/io/XActiveDataControl.idl
index 710bd48..86d4ff3 100644
--- a/main/udkapi/com/sun/star/io/XActiveDataControl.idl
+++ b/main/udkapi/com/sun/star/io/XActiveDataControl.idl
@@ -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,69 +7,69 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_io_XActiveDataControl_idl__ 
-#define __com_sun_star_io_XActiveDataControl_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_io_XStreamListener_idl__ 
-#include <com/sun/star/io/XStreamListener.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module io {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_io_XActiveDataControl_idl__
+#define __com_sun_star_io_XActiveDataControl_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_io_XStreamListener_idl__
+#include <com/sun/star/io/XStreamListener.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module io {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::io::XActiveDataControl
 /** makes it possible to control an active data source.
-	
+
 	<p>This interface should be supported by objects which implement
 	<type>XActiveDataSource</type> or <type>XActiveDataSink</type>.</p>
  */
 published interface XActiveDataControl: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::io::XActiveDataControl::addListener
 	/** registers an object to receive events from this data source.
        <p>It is suggested to allow multiple registration of the same listener,
 	    thus for each time a listener is added, it has to be removed.
 	 */
-	void addListener( [in] com::sun::star::io::XStreamListener aListener ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void addListener( [in] com::sun::star::io::XStreamListener aListener );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::io::XActiveDataControl::removeListener
 	/** unregisters an object to receive events from this data source.
 
        <p>It is suggested to allow multiple registration of the same listener,
 	    thus for each time a listener is added, it has to be removed.
 	 */
-	void removeListener( [in] com::sun::star::io::XStreamListener aListener ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void removeListener( [in] com::sun::star::io::XStreamListener aListener );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::io::XActiveDataControl::start
 	/** starts I/O.
-		
+
 		<p>Either <member>XActiveDataControl::setInputStream()</member> or
 		<member>XActiveDataControl::setOutputStream()</member> must be called beforehand.
 		</p>
@@ -77,27 +77,27 @@
 		<p>This method does not block the thread, so reading is
 		generally not finished when the method returns. </p>
 	 */
-	void start(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void start();
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::io::XActiveDataControl::terminate
-	/** does a weak abort. 
-		
+	/** does a weak abort.
+
 		<p>It closes all connected resources and calls
 		<member>XInputStream::close</member> or
-		<member>XOutputStream::close</member> and fires the 
+		<member>XOutputStream::close</member> and fires the
 		<member>XStreamListener::terminated</member>-event.</p>
 	 */
-	void terminate(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	void terminate();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/io/XActiveDataSink.idl b/main/udkapi/com/sun/star/io/XActiveDataSink.idl
index 5085287..34af010 100644
--- a/main/udkapi/com/sun/star/io/XActiveDataSink.idl
+++ b/main/udkapi/com/sun/star/io/XActiveDataSink.idl
@@ -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,71 +7,71 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_io_XActiveDataSink_idl__ 
-#define __com_sun_star_io_XActiveDataSink_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_io_XInputStream_idl__ 
-#include <com/sun/star/io/XInputStream.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module io {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_io_XActiveDataSink_idl__
+#define __com_sun_star_io_XActiveDataSink_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_io_XInputStream_idl__
+#include <com/sun/star/io/XInputStream.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module io {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::io::XActiveDataSink
 /** makes it possible to read the corresponding object from an input stream.
-	
-	<p>If you want to allow control from outside, also implement the 
+
+	<p>If you want to allow control from outside, also implement the
 	<type>XActiveDataControl</type> interface. </p>
  */
 published interface XActiveDataSink: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::io::XActiveDataSink::setInputStream
-	/** plugs the input stream. 
-		
+	/** plugs the input stream.
+
 		<p>If <type>XConnectable</type> is also implemented, this
 		method should query <var>aStream</var> for an
 		<type>XConnectable</type> and connect both.</p>
 	 */
-	void setInputStream( [in] com::sun::star::io::XInputStream aStream ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void setInputStream( [in] com::sun::star::io::XInputStream aStream );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::io::XActiveDataSink::getInputStream
-	/** @returns  
+	/** @returns
 				the plugged stream.
 	 */
-	com::sun::star::io::XInputStream getInputStream(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	com::sun::star::io::XInputStream getInputStream();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/io/XActiveDataSource.idl b/main/udkapi/com/sun/star/io/XActiveDataSource.idl
index 3049f9a..e08da36 100644
--- a/main/udkapi/com/sun/star/io/XActiveDataSource.idl
+++ b/main/udkapi/com/sun/star/io/XActiveDataSource.idl
@@ -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,71 +7,71 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_io_XActiveDataSource_idl__ 
-#define __com_sun_star_io_XActiveDataSource_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_io_XOutputStream_idl__ 
-#include <com/sun/star/io/XOutputStream.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module io {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_io_XActiveDataSource_idl__
+#define __com_sun_star_io_XActiveDataSource_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_io_XOutputStream_idl__
+#include <com/sun/star/io/XOutputStream.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module io {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::io::XActiveDataSource
 /** has to be implemented if the class should be able to write into an output
 	stream.
 	@see XActiveDataControl.
  */
 published interface XActiveDataSource: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::io::XActiveDataSource::setOutputStream
-	/** plugs the output stream. 
-		
+	/** plugs the output stream.
+
 		<p>If <type>XConnectable</type> is also implemented, this
 		method should query <var>aStream</var> for a
 		<type>XConnectable</type> and connect both.
 		</p>
 	 */
-	void setOutputStream( [in] com::sun::star::io::XOutputStream aStream ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void setOutputStream( [in] com::sun::star::io::XOutputStream aStream );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::io::XActiveDataSource::getOutputStream
-	/** @returns  
+	/** @returns
 				the plugged stream.
 	 */
-	com::sun::star::io::XOutputStream getOutputStream(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	com::sun::star::io::XOutputStream getOutputStream();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/io/XActiveDataStreamer.idl b/main/udkapi/com/sun/star/io/XActiveDataStreamer.idl
index 371f519..68a356d 100644
--- a/main/udkapi/com/sun/star/io/XActiveDataStreamer.idl
+++ b/main/udkapi/com/sun/star/io/XActiveDataStreamer.idl
@@ -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,72 +7,72 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_io_XActiveDataStreamer_idl__ 
-#define __com_sun_star_io_XActiveDataStreamer_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_io_XStream_idl__ 
-#include <com/sun/star/io/XStream.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module io {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_io_XActiveDataStreamer_idl__
+#define __com_sun_star_io_XActiveDataStreamer_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_io_XStream_idl__
+#include <com/sun/star/io/XStream.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module io {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::io::XActiveDataStreamer
 /** makes it possible to read and write the corresponding stream.
-	
-	
-	<p>If you want to allow control from outside, also implement the 
+
+
+	<p>If you want to allow control from outside, also implement the
 	<type>XActiveDataControl</type> interface. </p>
  */
 published interface XActiveDataStreamer: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::io::XActiveDataStreamer::setStream
-	/** plugs the input/output stream. 
-		
+	/** plugs the input/output stream.
+
 		<p>If <type>XConnectable</type> is also implemented, this
 		method should query <var>aStream</var> for a
 		<type>XConnectable</type> and connect both.</p>
 	 */
-	void setStream( [in] com::sun::star::io::XStream aStream ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void setStream( [in] com::sun::star::io::XStream aStream );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::io::XActiveDataStreamer::getStream
-	/** @returns  
+	/** @returns
 				the plugged stream.
 	 */
-	com::sun::star::io::XStream getStream(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	com::sun::star::io::XStream getStream();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/io/XAsyncOutputMonitor.idl b/main/udkapi/com/sun/star/io/XAsyncOutputMonitor.idl
index 8ffdd7f..1976e92 100644
--- a/main/udkapi/com/sun/star/io/XAsyncOutputMonitor.idl
+++ b/main/udkapi/com/sun/star/io/XAsyncOutputMonitor.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/io/XConnectable.idl b/main/udkapi/com/sun/star/io/XConnectable.idl
index f786c6b..2e7a58a 100644
--- a/main/udkapi/com/sun/star/io/XConnectable.idl
+++ b/main/udkapi/com/sun/star/io/XConnectable.idl
@@ -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,36 +7,36 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_io_XConnectable_idl__ 
-#define __com_sun_star_io_XConnectable_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module io {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_io_XConnectable_idl__
+#define __com_sun_star_io_XConnectable_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module io {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::io::XConnectable
 /** makes it possible to connect data sinks and sources.
-	
+
 	<p>The predecessor-member is the element in the connection that is
 	nearer to the source of the data. The successor-member is the element
 	that is further away from the source of the data. (Note that this
@@ -47,44 +47,44 @@
 	arbitrary elements of a connection.</p>
  */
 published interface XConnectable: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::io::XConnectable::setPredecessor
 	/** sets the source of the data flow for this object.
 	 */
-	void setPredecessor( [in] com::sun::star::io::XConnectable aPredecessor ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void setPredecessor( [in] com::sun::star::io::XConnectable aPredecessor );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::io::XConnectable::getPredecessor
-	/** @returns  
+	/** @returns
 			the predecessor of this object.
 	 */
-	com::sun::star::io::XConnectable getPredecessor(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::io::XConnectable getPredecessor();
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::io::XConnectable::setSuccessor
 	/** sets the sink of the data flow for this object.
 	 */
-	void setSuccessor( [in] com::sun::star::io::XConnectable aSuccessor ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void setSuccessor( [in] com::sun::star::io::XConnectable aSuccessor );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::io::XConnectable::getSuccessor
-	/** @returns  
+	/** @returns
 			the successor of this object.
 	 */
-	com::sun::star::io::XConnectable getSuccessor(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	com::sun::star::io::XConnectable getSuccessor();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/io/XDataExporter.idl b/main/udkapi/com/sun/star/io/XDataExporter.idl
index 1700562..acfe7bc 100644
--- a/main/udkapi/com/sun/star/io/XDataExporter.idl
+++ b/main/udkapi/com/sun/star/io/XDataExporter.idl
@@ -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,76 +7,76 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_io_XDataExporter_idl__ 
-#define __com_sun_star_io_XDataExporter_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_io_XOutputStream_idl__ 
-#include <com/sun/star/io/XOutputStream.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_XComponent_idl__ 
-#include <com/sun/star/lang/XComponent.idl> 
-#endif 
- 
-#ifndef __com_sun_star_io_XDataTransferEventListener_idl__ 
-#include <com/sun/star/io/XDataTransferEventListener.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module io {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_io_XDataExporter_idl__
+#define __com_sun_star_io_XDataExporter_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_io_XOutputStream_idl__
+#include <com/sun/star/io/XOutputStream.idl>
+#endif
+
+#ifndef __com_sun_star_lang_XComponent_idl__
+#include <com/sun/star/lang/XComponent.idl>
+#endif
+
+#ifndef __com_sun_star_io_XDataTransferEventListener_idl__
+#include <com/sun/star/io/XDataTransferEventListener.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module io {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::io::XDataExporter
 /** makes it possible to export data from a component into a data sink.
-	
+
 	<p>Exporter objects are registered for specific components and data types.
 	</p>
  */
 published interface XDataExporter: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::io::XDataExporter::exportData
 	/** exports data for a component into an output stream.
 	 */
-	[oneway] void exportData( [in] com::sun::star::io::XOutputStream aOutputStream, 
-			 [in] com::sun::star::lang::XComponent Component, 
-			 [in] com::sun::star::io::XDataTransferEventListener aListener ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void exportData( [in] com::sun::star::io::XOutputStream aOutputStream,
+			 [in] com::sun::star::lang::XComponent Component,
+			 [in] com::sun::star::io::XDataTransferEventListener aListener );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::io::XDataExporter::cancel
 	/** cancels the export process.
 	 */
-	[oneway] void cancel(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	[oneway] void cancel();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/io/XDataImporter.idl b/main/udkapi/com/sun/star/io/XDataImporter.idl
index 1c4a6a5..b98f811 100644
--- a/main/udkapi/com/sun/star/io/XDataImporter.idl
+++ b/main/udkapi/com/sun/star/io/XDataImporter.idl
@@ -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,75 +7,75 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_io_XDataImporter_idl__ 
-#define __com_sun_star_io_XDataImporter_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_io_XActiveDataSource_idl__ 
-#include <com/sun/star/io/XActiveDataSource.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_XComponent_idl__ 
-#include <com/sun/star/lang/XComponent.idl> 
-#endif 
- 
-#ifndef __com_sun_star_io_XDataTransferEventListener_idl__ 
-#include <com/sun/star/io/XDataTransferEventListener.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module io {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_io_XDataImporter_idl__
+#define __com_sun_star_io_XDataImporter_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_io_XActiveDataSource_idl__
+#include <com/sun/star/io/XActiveDataSource.idl>
+#endif
+
+#ifndef __com_sun_star_lang_XComponent_idl__
+#include <com/sun/star/lang/XComponent.idl>
+#endif
+
+#ifndef __com_sun_star_io_XDataTransferEventListener_idl__
+#include <com/sun/star/io/XDataTransferEventListener.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module io {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::io::XDataImporter
 /** makes it possible to import data from a data source into a component.
-	
+
 	<p>Importer objects are registered for specific components and data types.</p>
  */
 published interface XDataImporter: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::io::XDataImporter::importData
 	/** imports data for a component from an active data source.
 	 */
-	[oneway] void importData( [in] com::sun::star::io::XActiveDataSource aActiveSource, 
-			 [in] com::sun::star::lang::XComponent Component, 
-			 [in] com::sun::star::io::XDataTransferEventListener aListener ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void importData( [in] com::sun::star::io::XActiveDataSource aActiveSource,
+			 [in] com::sun::star::lang::XComponent Component,
+			 [in] com::sun::star::io::XDataTransferEventListener aListener );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::io::XDataImporter::cancel
 	/** cancels the import process.
 	 */
-	[oneway] void cancel(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	[oneway] void cancel();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/io/XDataInputStream.idl b/main/udkapi/com/sun/star/io/XDataInputStream.idl
index a1f7498..69b44d0 100644
--- a/main/udkapi/com/sun/star/io/XDataInputStream.idl
+++ b/main/udkapi/com/sun/star/io/XDataInputStream.idl
@@ -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,124 +7,124 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_io_XDataInputStream_idl__ 
-#define __com_sun_star_io_XDataInputStream_idl__ 
- 
-#ifndef __com_sun_star_io_XInputStream_idl__ 
-#include <com/sun/star/io/XInputStream.idl> 
-#endif 
- 
-#ifndef __com_sun_star_io_IOException_idl__ 
-#include <com/sun/star/io/IOException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module io {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_io_XDataInputStream_idl__
+#define __com_sun_star_io_XDataInputStream_idl__
+
+#ifndef __com_sun_star_io_XInputStream_idl__
+#include <com/sun/star/io/XInputStream.idl>
+#endif
+
+#ifndef __com_sun_star_io_IOException_idl__
+#include <com/sun/star/io/IOException.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module io {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::io::XDataInputStream
 /** makes it possible to read machine-independent simple data types from a
 	stream.
     @see com::sun::star::io::XDataOutputStream
  */
 published interface XDataInputStream: com::sun::star::io::XInputStream
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::io::XDataInputStream::readBoolean
 	/** reads in a boolean. It is an 8-bit value. 0 means FALSE; all
 		other values mean TRUE.
 	 */
-	byte readBoolean() 
-			raises( com::sun::star::io::IOException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	byte readBoolean()
+			raises( com::sun::star::io::IOException );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::io::XDataInputStream::readByte
 	/** reads an 8-bit byte.
 	 */
-	byte readByte() 
-			raises( com::sun::star::io::IOException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	byte readByte()
+			raises( com::sun::star::io::IOException );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::io::XDataInputStream::readChar
 	/** reads a 16-bit unicode character.
 	 */
-	char readChar() 
-			raises( com::sun::star::io::IOException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	char readChar()
+			raises( com::sun::star::io::IOException );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::io::XDataInputStream::readShort
 	/** reads a 16-bit big endian integer.
 	 */
-	short readShort() 
-			raises( com::sun::star::io::IOException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	short readShort()
+			raises( com::sun::star::io::IOException );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::io::XDataInputStream::readLong
 	/** reads a 32-bit big endian integer.
 	 */
-	long readLong() 
-			raises( com::sun::star::io::IOException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	long readLong()
+			raises( com::sun::star::io::IOException );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::io::XDataInputStream::readHyper
 	/** reads a 64-bit big endian integer.
 	 */
-	hyper readHyper() 
-			raises( com::sun::star::io::IOException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	hyper readHyper()
+			raises( com::sun::star::io::IOException );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::io::XDataInputStream::readFloat
 	/** reads a 32-bit IEEE float.
 	 */
-	float readFloat() 
-			raises( com::sun::star::io::IOException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	float readFloat()
+			raises( com::sun::star::io::IOException );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::io::XDataInputStream::readDouble
 	/** reads a 64-bit IEEE double.
 	 */
-	double readDouble() 
-			raises( com::sun::star::io::IOException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	double readDouble()
+			raises( com::sun::star::io::IOException );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::io::XDataInputStream::readUTF
 	/** reads a string of UTF encoded characters.
 	 */
-	string readUTF() 
-			raises( com::sun::star::io::IOException ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	string readUTF()
+			raises( com::sun::star::io::IOException );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/io/XDataOutputStream.idl b/main/udkapi/com/sun/star/io/XDataOutputStream.idl
index 296d065..e060ecf 100644
--- a/main/udkapi/com/sun/star/io/XDataOutputStream.idl
+++ b/main/udkapi/com/sun/star/io/XDataOutputStream.idl
@@ -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,124 +7,124 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_io_XDataOutputStream_idl__ 
-#define __com_sun_star_io_XDataOutputStream_idl__ 
- 
-#ifndef __com_sun_star_io_XOutputStream_idl__ 
-#include <com/sun/star/io/XOutputStream.idl> 
-#endif 
- 
-#ifndef __com_sun_star_io_IOException_idl__ 
-#include <com/sun/star/io/IOException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module io {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_io_XDataOutputStream_idl__
+#define __com_sun_star_io_XDataOutputStream_idl__
+
+#ifndef __com_sun_star_io_XOutputStream_idl__
+#include <com/sun/star/io/XOutputStream.idl>
+#endif
+
+#ifndef __com_sun_star_io_IOException_idl__
+#include <com/sun/star/io/IOException.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module io {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::io::XDataOutputStream
 /** makes it possible to write machine-independent simple data types to a
 	stream.
     @see com::sun::star::io::XDataInputStream
  */
 published interface XDataOutputStream: com::sun::star::io::XOutputStream
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::io::XDataOutputStream::writeBoolean
 	/** writes a boolean. It is an 8-bit value. 0 means FALSE; all other
 		values mean TRUE.
 	 */
-	void writeBoolean( [in] boolean Value ) 
-			raises( com::sun::star::io::IOException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void writeBoolean( [in] boolean Value )
+			raises( com::sun::star::io::IOException );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::io::XDataOutputStream::writeByte
 	/** writes an 8-bit byte.
 	 */
-	void writeByte( [in] byte Value ) 
-			raises( com::sun::star::io::IOException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void writeByte( [in] byte Value )
+			raises( com::sun::star::io::IOException );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::io::XDataOutputStream::writeChar
 	/** writes a 16-bit character.
 	 */
-	void writeChar( [in] char Value ) 
-			raises( com::sun::star::io::IOException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void writeChar( [in] char Value )
+			raises( com::sun::star::io::IOException );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::io::XDataOutputStream::writeShort
 	/** writes a 16-bit big endian integer.
 	 */
-	void writeShort( [in] short Value ) 
-			raises( com::sun::star::io::IOException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void writeShort( [in] short Value )
+			raises( com::sun::star::io::IOException );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::io::XDataOutputStream::writeLong
 	/** writes a 32-bit big endian integer.
 	 */
-	void writeLong( [in] long Value ) 
-			raises( com::sun::star::io::IOException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void writeLong( [in] long Value )
+			raises( com::sun::star::io::IOException );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::io::XDataOutputStream::writeHyper
 	/** writes a 64-bit big endian integer.
 	 */
-	void writeHyper( [in] hyper Value ) 
-			raises( com::sun::star::io::IOException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void writeHyper( [in] hyper Value )
+			raises( com::sun::star::io::IOException );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::io::XDataOutputStream::writeFloat
 	/** writes a 32-bit IEEE float.
 	 */
-	void writeFloat( [in] float Value ) 
-			raises( com::sun::star::io::IOException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void writeFloat( [in] float Value )
+			raises( com::sun::star::io::IOException );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::io::XDataOutputStream::writeDouble
 	/** writes a 64-bit IEEE double.
 	 */
-	void writeDouble( [in] double Value ) 
-			raises( com::sun::star::io::IOException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void writeDouble( [in] double Value )
+			raises( com::sun::star::io::IOException );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::io::XDataOutputStream::writeUTF
 	/** writes a string in UTF format.
 	 */
-	void writeUTF( [in] string Value ) 
-			raises( com::sun::star::io::IOException ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	void writeUTF( [in] string Value )
+			raises( com::sun::star::io::IOException );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/io/XDataTransferEventListener.idl b/main/udkapi/com/sun/star/io/XDataTransferEventListener.idl
index 782a31a..a697eab 100644
--- a/main/udkapi/com/sun/star/io/XDataTransferEventListener.idl
+++ b/main/udkapi/com/sun/star/io/XDataTransferEventListener.idl
@@ -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,63 +7,63 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_io_XDataTransferEventListener_idl__ 
-#define __com_sun_star_io_XDataTransferEventListener_idl__ 
- 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_io_DataTransferEvent_idl__ 
-#include <com/sun/star/io/DataTransferEvent.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module io {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_io_XDataTransferEventListener_idl__
+#define __com_sun_star_io_XDataTransferEventListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+#ifndef __com_sun_star_io_DataTransferEvent_idl__
+#include <com/sun/star/io/DataTransferEvent.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module io {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::io::XDataTransferEventListener
 /** is used to receive callbacks from an importer or exporter.
  */
 published interface XDataTransferEventListener: com::sun::star::lang::XEventListener
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::io::XDataTransferEventListener::finished
 	/** is called when an import or export process has finished.
 	 */
-	[oneway] void finished( [in] com::sun::star::io::DataTransferEvent aEvent ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void finished( [in] com::sun::star::io::DataTransferEvent aEvent );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::io::XDataTransferEventListener::cancelled
 	/** is called when an import or export process has been cancelled.
 	 */
-	[oneway] void cancelled( [in] com::sun::star::io::DataTransferEvent aEvent ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	[oneway] void cancelled( [in] com::sun::star::io::DataTransferEvent aEvent );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/io/XInputStream.idl b/main/udkapi/com/sun/star/io/XInputStream.idl
index 8b5d958..949464b 100644
--- a/main/udkapi/com/sun/star/io/XInputStream.idl
+++ b/main/udkapi/com/sun/star/io/XInputStream.idl
@@ -168,4 +168,4 @@
 /*=============================================================================
 
 =============================================================================*/
-#endif 
+#endif
diff --git a/main/udkapi/com/sun/star/io/XInputStreamProvider.idl b/main/udkapi/com/sun/star/io/XInputStreamProvider.idl
index c67df76..abfb7a2 100644
--- a/main/udkapi/com/sun/star/io/XInputStreamProvider.idl
+++ b/main/udkapi/com/sun/star/io/XInputStreamProvider.idl
@@ -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,50 +7,50 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_io_XInputStreamProvider_idl__ 
-#define __com_sun_star_io_XInputStreamProvider_idl__ 
- 
-#ifndef __com_sun_star_io_XInputStream_idl__ 
-#include <com/sun/star/io/XInputStream.idl> 
+#ifndef __com_sun_star_io_XInputStreamProvider_idl__
+#define __com_sun_star_io_XInputStreamProvider_idl__
+
+#ifndef __com_sun_star_io_XInputStream_idl__
+#include <com/sun/star/io/XInputStream.idl>
 #endif
 
-//============================================================================= 
- 
+//=============================================================================
+
 module com {  module sun {  module star {  module io {
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
 /** Interface for providing an input stream.
 
-	<p>Every time createInputStream() is called a new input stream 
+	<p>Every time createInputStream() is called a new input stream
 	is returned, always pointing to the begin of the same data. All
 	input streams returned by <member>createInputStream()</member>
 	are completely independend from each other.</p>
 */
 published interface XInputStreamProvider : com::sun::star::uno::XInterface
 {
-	/** Creates a new input stream, every time providing 
+	/** Creates a new input stream, every time providing
 		the same data.
-		
+
 		@return
 				a new input stream
 	*/
-	com::sun::star::io::XInputStream createInputStream(); 
+	com::sun::star::io::XInputStream createInputStream();
 };
- 
+
 }; }; }; };
 
-#endif 
+#endif
diff --git a/main/udkapi/com/sun/star/io/XMarkableStream.idl b/main/udkapi/com/sun/star/io/XMarkableStream.idl
index 124be10..e960f5f 100644
--- a/main/udkapi/com/sun/star/io/XMarkableStream.idl
+++ b/main/udkapi/com/sun/star/io/XMarkableStream.idl
@@ -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,117 +7,117 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_io_XMarkableStream_idl__ 
-#define __com_sun_star_io_XMarkableStream_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_io_IOException_idl__ 
-#include <com/sun/star/io/IOException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module io {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_io_XMarkableStream_idl__
+#define __com_sun_star_io_XMarkableStream_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_io_IOException_idl__
+#include <com/sun/star/io/IOException.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module io {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::io::XMarkableStream
 /** makes it possible to set and remove seekable marks to a stream.
  */
 published interface XMarkableStream: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::io::XMarkableStream::createMark
 	/** creates a mark of the current position and returns an identifier to it.
 	 */
-	long createMark() 
-			raises( com::sun::star::io::IOException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	long createMark()
+			raises( com::sun::star::io::IOException );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::io::XMarkableStream::deleteMark
-	/** deletes the mark that you previously created with 
+	/** deletes the mark that you previously created with
 		<member>XMarkableStream::createMark</member>.
-		
+
 		<p>It is an error to delete a mark if other marks after this
 		exist.  In this case, for reasons of robustness, the
 		implementation must delete this mark and all others after
 		this mark.  </p>
 	 */
-	void deleteMark( [in] long Mark ) 
-			raises( com::sun::star::io::IOException, 
-					com::sun::star::lang::IllegalArgumentException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void deleteMark( [in] long Mark )
+			raises( com::sun::star::io::IOException,
+					com::sun::star::lang::IllegalArgumentException );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::io::XMarkableStream::jumpToMark
 	/** jumps to a previously created mark.
 	 */
-	void jumpToMark( [in] long nMark ) 
-			raises( com::sun::star::io::IOException, 
-					com::sun::star::lang::IllegalArgumentException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void jumpToMark( [in] long nMark )
+			raises( com::sun::star::io::IOException,
+					com::sun::star::lang::IllegalArgumentException );
+
+	//-------------------------------------------------------------------------
+
 	/** jumps to the furthest position of the stream.
 		<p> In the inputstream case, a subsequent read call returns
-		data, that was never read or skipped over before. In the 
+		data, that was never read or skipped over before. In the
 		outputstream case, a subsequent write call will add
 		new data at the end of the stream without overwriting existing data.
 	 */
-	void jumpToFurthest() 
-			raises( com::sun::star::io::IOException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void jumpToFurthest()
+			raises( com::sun::star::io::IOException );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::io::XMarkableStream::offsetToMark
-	/** @returns  
-			the offset from the current stream position to the 
-			mark ("current position" - "mark position"). 
-				 
-		@param nMark	 
-			identifies the mark which is used as a base  
-			to calculate the offset of the current position. 
-				 
-		@throws IllegalArgumentException	 
-			if the mark does not exist or is deleted. 
-				 
-		@throws IOException		 
+	/** @returns
+			the offset from the current stream position to the
+			mark ("current position" - "mark position").
+
+		@param nMark
+			identifies the mark which is used as a base
+			to calculate the offset of the current position.
+
+		@throws IllegalArgumentException
+			if the mark does not exist or is deleted.
+
+		@throws IOException
 			if an I/O error has occurred.
 	 */
-	long offsetToMark( [in] long nMark ) 
-			raises( com::sun::star::io::IOException, 
-					com::sun::star::lang::IllegalArgumentException ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	long offsetToMark( [in] long nMark )
+			raises( com::sun::star::io::IOException,
+					com::sun::star::lang::IllegalArgumentException );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/io/XObjectInputStream.idl b/main/udkapi/com/sun/star/io/XObjectInputStream.idl
index d414545..2cf0fe1 100644
--- a/main/udkapi/com/sun/star/io/XObjectInputStream.idl
+++ b/main/udkapi/com/sun/star/io/XObjectInputStream.idl
@@ -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,62 +7,62 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_io_XObjectInputStream_idl__ 
-#define __com_sun_star_io_XObjectInputStream_idl__ 
- 
-#ifndef __com_sun_star_io_XDataInputStream_idl__ 
-#include <com/sun/star/io/XDataInputStream.idl> 
-#endif 
- 
-#ifndef __com_sun_star_io_XPersistObject_idl__ 
-#include <com/sun/star/io/XPersistObject.idl> 
-#endif 
- 
-#ifndef __com_sun_star_io_IOException_idl__ 
-#include <com/sun/star/io/IOException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module io {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_io_XObjectInputStream_idl__
+#define __com_sun_star_io_XObjectInputStream_idl__
+
+#ifndef __com_sun_star_io_XDataInputStream_idl__
+#include <com/sun/star/io/XDataInputStream.idl>
+#endif
+
+#ifndef __com_sun_star_io_XPersistObject_idl__
+#include <com/sun/star/io/XPersistObject.idl>
+#endif
+
+#ifndef __com_sun_star_io_IOException_idl__
+#include <com/sun/star/io/IOException.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module io {
+
+//=============================================================================
+
 /** reads XPersistObject implementations from a stream
  */
 published interface XObjectInputStream: com::sun::star::io::XDataInputStream
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** reads an object from the stream. In general, it
         reads the service name, instantiates the object and
         calls read on the XPersistObject interface with itself
         as argument.
 	 */
-	com::sun::star::io::XPersistObject readObject() 
-			raises( com::sun::star::io::IOException ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	com::sun::star::io::XPersistObject readObject()
+			raises( com::sun::star::io::IOException );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/io/XObjectOutputStream.idl b/main/udkapi/com/sun/star/io/XObjectOutputStream.idl
index 1aed0d8..c6f7a58 100644
--- a/main/udkapi/com/sun/star/io/XObjectOutputStream.idl
+++ b/main/udkapi/com/sun/star/io/XObjectOutputStream.idl
@@ -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,61 +7,61 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_io_XObjectOutputStream_idl__ 
-#define __com_sun_star_io_XObjectOutputStream_idl__ 
- 
-#ifndef __com_sun_star_io_IOException_idl__ 
-#include <com/sun/star/io/IOException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_io_XDataOutputStream_idl__ 
-#include <com/sun/star/io/XDataOutputStream.idl> 
-#endif 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module io {  
- 
- published interface XPersistObject; 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_io_XObjectOutputStream_idl__
+#define __com_sun_star_io_XObjectOutputStream_idl__
+
+#ifndef __com_sun_star_io_IOException_idl__
+#include <com/sun/star/io/IOException.idl>
+#endif
+
+#ifndef __com_sun_star_io_XDataOutputStream_idl__
+#include <com/sun/star/io/XDataOutputStream.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module io {
+
+ published interface XPersistObject;
+
+//=============================================================================
+
 /** stores XPersistObject implementations into the stream
-	
+
 	<p>An implementation of the type <type>XPersistObject</type>
     uses this interface to write its internal state into a stream.
     Have a look there for the explanation of the concept.
-    
+
     @see com::sun::star::io::XPersistObject
  */
 published interface XObjectOutputStream: XDataOutputStream
-{ 
+{
 	/** writes an object to the stream.
         @param Object the object, which shall serialize itself into the stream.
 	 */
-	void writeObject( [in] XPersistObject Object ) 
-			raises( IOException ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	void writeObject( [in] XPersistObject Object )
+			raises( IOException );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/io/XOutputStream.idl b/main/udkapi/com/sun/star/io/XOutputStream.idl
index 38290dc..279c799 100644
--- a/main/udkapi/com/sun/star/io/XOutputStream.idl
+++ b/main/udkapi/com/sun/star/io/XOutputStream.idl
@@ -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,41 +7,41 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_io_XOutputStream_idl__ 
-#define __com_sun_star_io_XOutputStream_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_io_NotConnectedException_idl__ 
-#include <com/sun/star/io/NotConnectedException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_io_BufferSizeExceededException_idl__ 
-#include <com/sun/star/io/BufferSizeExceededException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module io {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_io_XOutputStream_idl__
+#define __com_sun_star_io_XOutputStream_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_io_NotConnectedException_idl__
+#include <com/sun/star/io/NotConnectedException.idl>
+#endif
+
+#ifndef __com_sun_star_io_BufferSizeExceededException_idl__
+#include <com/sun/star/io/BufferSizeExceededException.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module io {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::io::XOutputStream
 /** This is the basic interface to write data to a stream.
     <p>
@@ -49,19 +49,19 @@
     streaming document</a> for further information on chaining and piping streams.
  */
 published interface XOutputStream: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::io::XOutputStream::writeBytes
 	/** writes the whole sequence to the stream. (blocking call)
 	 */
-	void writeBytes( [in] sequence<byte> aData ) 
-			raises( com::sun::star::io::NotConnectedException, 
-					com::sun::star::io::BufferSizeExceededException, 
-					com::sun::star::io::IOException); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void writeBytes( [in] sequence<byte> aData )
+			raises( com::sun::star::io::NotConnectedException,
+					com::sun::star::io::BufferSizeExceededException,
+					com::sun::star::io::IOException);
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::io::XOutputStream::flush
 	/** flushes out of the stream any data that may exist in buffers.
 
@@ -70,32 +70,32 @@
         XAsyncOutputMonitor::waitForCompletion</member> for a similar method
         with very specific semantics, that is useful in certain scenarios.</p>
 	 */
-	void flush() 
-			raises( com::sun::star::io::NotConnectedException, 
-					com::sun::star::io::BufferSizeExceededException, 
-					com::sun::star::io::IOException); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void flush()
+			raises( com::sun::star::io::NotConnectedException,
+					com::sun::star::io::BufferSizeExceededException,
+					com::sun::star::io::IOException);
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::io::XOutputStream::closeOutput
-	/** gets called to indicate that all data has been written. 
-		
-		<p>If this method has not yet been called, no attached 
+	/** gets called to indicate that all data has been written.
+
+		<p>If this method has not yet been called, no attached
 		<type>XInputStream</type> receives an EOF signal. No further
 		bytes may be written after this method has been called.</p>
 	 */
-	void closeOutput() 
-			raises( com::sun::star::io::NotConnectedException, 
-					com::sun::star::io::BufferSizeExceededException, 
-					com::sun::star::io::IOException); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	void closeOutput()
+			raises( com::sun::star::io::NotConnectedException,
+					com::sun::star::io::BufferSizeExceededException,
+					com::sun::star::io::IOException);
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/io/XPersist.idl b/main/udkapi/com/sun/star/io/XPersist.idl
index af0847e..efe6138 100644
--- a/main/udkapi/com/sun/star/io/XPersist.idl
+++ b/main/udkapi/com/sun/star/io/XPersist.idl
@@ -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,62 +7,62 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_io_XPersist_idl__ 
-#define __com_sun_star_io_XPersist_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_io_IOException_idl__ 
-#include <com/sun/star/io/IOException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module io { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_io_XPersist_idl__
+#define __com_sun_star_io_XPersist_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_io_IOException_idl__
+#include <com/sun/star/io/IOException.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module io {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::io::XPersist
 /** makes it possible to write this object to an URL or read it from an URL.
  */
 published interface XPersist: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::io::XPersist::write
 	/** writes all the persistent data of the object to the URL.
 	 */
-	void write ( [in] string URL ) raises ( com::sun::star::io::IOException ) ; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void write ( [in] string URL ) raises ( com::sun::star::io::IOException ) ;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::io::XPersist::read
 	/** reads all the persistent data of the object from the URL.
 	 */
-	void read ( [in] string URL ) raises ( com::sun::star::io::IOException ) ; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*============================================================================= 
-=============================================================================*/ 
-#endif 
+	void read ( [in] string URL ) raises ( com::sun::star::io::IOException ) ;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/io/XPersistObject.idl b/main/udkapi/com/sun/star/io/XPersistObject.idl
index 45b98cc..320faa0 100644
--- a/main/udkapi/com/sun/star/io/XPersistObject.idl
+++ b/main/udkapi/com/sun/star/io/XPersistObject.idl
@@ -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,40 +7,40 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_io_XPersistObject_idl__ 
-#define __com_sun_star_io_XPersistObject_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_io_IOException_idl__ 
-#include <com/sun/star/io/IOException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module io {  
- 
- published interface XObjectInputStream; 
- published interface XObjectOutputStream; 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_io_XPersistObject_idl__
+#define __com_sun_star_io_XPersistObject_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_io_IOException_idl__
+#include <com/sun/star/io/IOException.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module io {
+
+ published interface XObjectInputStream;
+ published interface XObjectOutputStream;
+
+//=============================================================================
+
 /** allows to make UNO objects persistent
 
   <p>Every UNO object, that wants to be serializable, should implement
@@ -62,24 +62,24 @@
      @see com::sun::star::io::XObjectInputStream
  */
 published interface XPersistObject: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** gives the service name of the object
 
-      @returns  
-			the service name that specifies the behavior and the  
-			persistent data format of this implementation.  
-		 
+      @returns
+			the service name that specifies the behavior and the
+			persistent data format of this implementation.
+
 		<p>This name is used to create such an object by a factory
         during deserialization. </p>
-		 
+
 		@see com::sun::star::lang::XServiceInfo::getAvailableServiceNames
 	 */
-	string getServiceName(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	string getServiceName();
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::io::XPersistObject::write
 	/** writes all the persistent data of the object to the stream.
         <p>The implementation
@@ -87,11 +87,11 @@
         @param OutStream the stream, the data shall be written to. The stream
                supports simple types and other XPersistObject implementations.
 	 */
-	void write( [in] com::sun::star::io::XObjectOutputStream OutStream ) 
-			raises( com::sun::star::io::IOException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void write( [in] com::sun::star::io::XObjectOutputStream OutStream )
+			raises( com::sun::star::io::IOException );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::io::XPersistObject::read
 	/** reads all the persistent data of the object from the stream.
         <p>In case
@@ -99,15 +99,15 @@
         to create these objects (in general the global service manager).
         <p> The implementation must read the data in the order documented at
         the service specification.
-        @param InStream the stream, the data shall be read from. 
+        @param InStream the stream, the data shall be read from.
 	 */
-	void read( [in] com::sun::star::io::XObjectInputStream InStream ) 
-			raises( com::sun::star::io::IOException ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void read( [in] com::sun::star::io::XObjectInputStream InStream )
+			raises( com::sun::star::io::IOException );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/io/XSeekable.idl b/main/udkapi/com/sun/star/io/XSeekable.idl
index a318acb..0074dae 100644
--- a/main/udkapi/com/sun/star/io/XSeekable.idl
+++ b/main/udkapi/com/sun/star/io/XSeekable.idl
@@ -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,83 +7,83 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_io_XSeekable_idl__ 
-#define __com_sun_star_io_XSeekable_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_io_IOException_idl__ 
-#include <com/sun/star/io/IOException.idl> 
-#endif 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module io {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_io_XSeekable_idl__
+#define __com_sun_star_io_XSeekable_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_io_IOException_idl__
+#include <com/sun/star/io/IOException.idl>
+#endif
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module io {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::io::XSeekable
 /** makes it possible to seek to a certain position within a stream.
-	
+
 	<p>This interface should be supported, if it is possible to access the
-	data at the new position quickly.  
-	You should not support this interface, if you have a continuous 
+	data at the new position quickly.
+	You should not support this interface, if you have a continuous
 	stream, for example, a video stream.
  */
 published interface XSeekable: com::sun::star::uno::XInterface
-{ 
-	 
+{
+
 	// DocMerge from xml: method com::sun::star::io::XSeekable::seek
 	/** changes the seek pointer to a new location relative to the beginning of the stream.
-		
 
-		<p> This method changes the seek pointer so subsequent reads and writes can take place at a different 
+
+		<p> This method changes the seek pointer so subsequent reads and writes can take place at a different
 		location in the stream object. It is an error to seek before the beginning of the stream or after the
 		end of the stream. </p>
 
         @throws com::sun::star::lang::IllegalArgumentException in case location is negative or greater than <member>XSeekable::getLength</member>.
 	 */
-	void seek( [in] hyper location )  
-		raises( com::sun::star::lang::IllegalArgumentException, com::sun::star::io::IOException ); 
- 
-	 
+	void seek( [in] hyper location )
+		raises( com::sun::star::lang::IllegalArgumentException, com::sun::star::io::IOException );
+
+
 	// DocMerge from xml: method com::sun::star::io::XSeekable::getPosition
 	/** returns the current offset of the stream.
        @returns
 			 the current offset in this stream.
 	 */
-	hyper getPosition() 
-		raises( com::sun::star::io::IOException ); 
- 
-	 
+	hyper getPosition()
+		raises( com::sun::star::io::IOException );
+
+
 	// DocMerge from xml: method com::sun::star::io::XSeekable::getLength
 	/** returns the length of the stream.
-       @returns 
+       @returns
 			the length of the storage medium on which the stream works.
 	 */
-	hyper getLength() 
-		raises( com::sun::star::io::IOException ); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
-#endif 
+	hyper getLength()
+		raises( com::sun::star::io::IOException );
+};
+
+//=============================================================================
+
+}; }; }; };
+#endif
diff --git a/main/udkapi/com/sun/star/io/XSeekableInputStream.idl b/main/udkapi/com/sun/star/io/XSeekableInputStream.idl
index 1115f7a..a242074 100644
--- a/main/udkapi/com/sun/star/io/XSeekableInputStream.idl
+++ b/main/udkapi/com/sun/star/io/XSeekableInputStream.idl
@@ -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,45 +7,45 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_io_XSeekableInputStream_idl__ 
-#define __com_sun_star_io_XSeekableInputStream_idl__ 
- 
-#ifndef __com_sun_star_io_XInputStream_idl__ 
-#include <com/sun/star/io/XInputStream.idl> 
-#endif 
- 
-#ifndef __com_sun_star_io_XSeekable_idl__ 
-#include <com/sun/star/io/XSeekable.idl> 
-#endif 
+#ifndef __com_sun_star_io_XSeekableInputStream_idl__
+#define __com_sun_star_io_XSeekableInputStream_idl__
 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module io {  
- 
-//============================================================================= 
+#ifndef __com_sun_star_io_XInputStream_idl__
+#include <com/sun/star/io/XInputStream.idl>
+#endif
+
+#ifndef __com_sun_star_io_XSeekable_idl__
+#include <com/sun/star/io/XSeekable.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module io {
+
+//=============================================================================
 /** This interface can be used to represent a seekable input stream.
  */
 published interface XSeekableInputStream
-{ 
+{
     interface XInputStream;
     interface XSeekable;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/io/XSequenceOutputStream.idl b/main/udkapi/com/sun/star/io/XSequenceOutputStream.idl
index 388c807..ce18e4e 100644
--- a/main/udkapi/com/sun/star/io/XSequenceOutputStream.idl
+++ b/main/udkapi/com/sun/star/io/XSequenceOutputStream.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -36,7 +36,7 @@
 #endif
 
 
-//============================================================================= 
+//=============================================================================
 
 module com { module sun { module star { module io {
 
@@ -50,7 +50,7 @@
     /** allows to get access to the written data
      */
     sequence< byte > getWrittenBytes()
-        raises( com::sun::star::io::NotConnectedException, 
+        raises( com::sun::star::io::NotConnectedException,
         com::sun::star::io::IOException );
 };
 
diff --git a/main/udkapi/com/sun/star/io/XStream.idl b/main/udkapi/com/sun/star/io/XStream.idl
index 89c5d9d..2cceea0 100644
--- a/main/udkapi/com/sun/star/io/XStream.idl
+++ b/main/udkapi/com/sun/star/io/XStream.idl
@@ -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,70 +7,70 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_io_XStream_idl__ 
-#define __com_sun_star_io_XStream_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
+#ifndef __com_sun_star_io_XStream_idl__
+#define __com_sun_star_io_XStream_idl__
 
-#ifndef __com_sun_star_io_XInputStream_idl__ 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_io_XInputStream_idl__
 #include <com/sun/star/io/XInputStream.idl>
 #endif
-#ifndef __com_sun_star_io_XOutputStream_idl__ 
+#ifndef __com_sun_star_io_XOutputStream_idl__
 #include <com/sun/star/io/XOutputStream.idl>
 #endif
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module io {  
-	
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
+module com {  module sun {  module star {  module io {
+
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::io::XStream
 /** offers read and write access to the same stream.
  */
 published interface XStream: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::io::XStream::getInputStream
-	/** @returns 
-			the <type>XInputStream</type> part of the stream.  Closing the returned 
+	/** @returns
+			the <type>XInputStream</type> part of the stream.  Closing the returned
 			<type>XInputStream</type> also closes any <type>XOutputStream</type> part.
 	*/
 	XInputStream getInputStream();
 
 
-	//------------------------------------------------------------------------- 
-	
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::io::XStream::getOutputStream
-	/** @returns 
-			the <type>XInputStream</type> part of the stream. Closing the returned 
+	/** @returns
+			the <type>XInputStream</type> part of the stream. Closing the returned
 			<type>XOutputStream</type> also closes the <type>XInputStream</type> part.
 	*/
 	XOutputStream getOutputStream();
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/io/XStreamListener.idl b/main/udkapi/com/sun/star/io/XStreamListener.idl
index 6f42bb1..a4bfdf2 100644
--- a/main/udkapi/com/sun/star/io/XStreamListener.idl
+++ b/main/udkapi/com/sun/star/io/XStreamListener.idl
@@ -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,80 +7,80 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_io_XStreamListener_idl__ 
-#define __com_sun_star_io_XStreamListener_idl__ 
- 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module io {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_io_XStreamListener_idl__
+#define __com_sun_star_io_XStreamListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module io {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::io::XStreamListener
 /** makes it possible to receive events from an active data control.
  */
 published interface XStreamListener: com::sun::star::lang::XEventListener
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::io::XStreamListener::started
 	/** gets called as soon as data transfer has started.
 	 */
-	void started(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void started();
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::io::XStreamListener::closed
 	/** gets called when data transfer terminates normally or when data
 		transfer is terminated from outside.
-		
+
 		<p>The termination could be done using the method
 		<member>XActiveDataControl::terminate()</member>.</p>
 	 */
-	void closed(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void closed();
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::io::XStreamListener::terminated
 	/** gets called when <member>XActiveDataControl::terminate()</member> is called.
 	 */
-	void terminated(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void terminated();
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::io::XStreamListener::error
 	/** gets called when an internal error in source or sink has occurred.
-		
+
 		<p>After the method is called, the close is called on the
 		connected streams.</p>
 	 */
-	void error( [in] any aException ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	void error( [in] any aException );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/io/XTempFile.idl b/main/udkapi/com/sun/star/io/XTempFile.idl
index c91edf2..d104161 100644
--- a/main/udkapi/com/sun/star/io/XTempFile.idl
+++ b/main/udkapi/com/sun/star/io/XTempFile.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/io/XTextInputStream.idl b/main/udkapi/com/sun/star/io/XTextInputStream.idl
index 891b6e4..ecdc77d 100644
--- a/main/udkapi/com/sun/star/io/XTextInputStream.idl
+++ b/main/udkapi/com/sun/star/io/XTextInputStream.idl
@@ -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,50 +7,50 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_io_XTextInputStream_idl__ 
-#define __com_sun_star_io_XTextInputStream_idl__ 
- 
-#ifndef __com_sun_star_io_XInputStream_idl__ 
-#include <com/sun/star/io/XInputStream.idl> 
-#endif 
- 
-#ifndef __com_sun_star_io_IOException_idl__ 
-#include <com/sun/star/io/IOException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module io {  
- 
-//============================================================================= 
+#ifndef __com_sun_star_io_XTextInputStream_idl__
+#define __com_sun_star_io_XTextInputStream_idl__
+
+#ifndef __com_sun_star_io_XInputStream_idl__
+#include <com/sun/star/io/XInputStream.idl>
+#endif
+
+#ifndef __com_sun_star_io_IOException_idl__
+#include <com/sun/star/io/IOException.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module io {
+
+//=============================================================================
 /** Interface to read strings from a stream.
 
-	<p>This interfaces allows to read strings separated by 
+	<p>This interfaces allows to read strings separated by
 	delimiters and to read lines. The character encoding
 	to be used can be set by <member>setEncoding()</member>.
 	Default encoding is "utf8".</p>
  */
 published interface XTextInputStream: com::sun::star::io::XInputStream
-{ 
-	//------------------------------------------------------------------------- 
-	/** reads text until a line break (CR, LF, or CR/LF) or 
-		EOF is found and returns it as string (without CR, LF). 
+{
+	//-------------------------------------------------------------------------
+	/** reads text until a line break (CR, LF, or CR/LF) or
+		EOF is found and returns it as string (without CR, LF).
 
-		<p>The read characters are converted according to the 
+		<p>The read characters are converted according to the
 		encoding defined by <member>setEncoding</member>. If
 		EOF is already reached before calling this method
 		an empty string is returned.<p>
@@ -58,46 +58,46 @@
 		@see setEncoding
 		@see isEOF
 	 */
-	string readLine() 
-			raises( com::sun::star::io::IOException ); 
- 
-	//------------------------------------------------------------------------- 
-	/** reads text until one of the given delimiter characters 
+	string readLine()
+			raises( com::sun::star::io::IOException );
+
+	//-------------------------------------------------------------------------
+	/** reads text until one of the given delimiter characters
 		or EOF is found and returns it as string (without delimiter).
 
-		<p><strong>Important:</strong> CR/LF is not used as default 
-		delimiter! So if no delimiter is defined or none of the 
-		delimiters is found, the stream will be read to EOF. The 
+		<p><strong>Important:</strong> CR/LF is not used as default
+		delimiter! So if no delimiter is defined or none of the
+		delimiters is found, the stream will be read to EOF. The
 		read characters are converted according to the encoding
-		defined by <member>setEncoding</member>. If EOF is already 
+		defined by <member>setEncoding</member>. If EOF is already
 		reached before calling this method an empty string is returned.</p>
 
 		@see setEncoding
 		@see isEOF
 	 */
-	string readString( [in] sequence<char> Delimiters, [in] boolean bRemoveDelimiter ) 
-			raises( com::sun::star::io::IOException ); 
- 
-	//------------------------------------------------------------------------- 
+	string readString( [in] sequence<char> Delimiters, [in] boolean bRemoveDelimiter )
+			raises( com::sun::star::io::IOException );
+
+	//-------------------------------------------------------------------------
 	/** Returns the EOF status.
 
 		<p>This method has to be used to detect if the end
-		of the stream is reached.</p> 
+		of the stream is reached.</p>
 		<p><strong>Important:</strong>
 		This cannot be detected by asking for an empty string
 		because that can be a valid return value of <member>
 		readLine()</member> (if the line is empty) and
 		readString() (if a delimiter is directly followed
 		by the next one).</p>
-	
-		@returns 
-			<TRUE/>, if the end of file is reached, so that 
+
+		@returns
+			<TRUE/>, if the end of file is reached, so that
 			no next string can be read. <FALSE/> otherwise
 	 */
-	boolean isEOF() 
-			raises( com::sun::star::io::IOException ); 
- 
-	//------------------------------------------------------------------------- 
+	boolean isEOF()
+			raises( com::sun::star::io::IOException );
+
+	//-------------------------------------------------------------------------
 	/** sets character encoding.
 
 		@param Encoding
@@ -107,11 +107,11 @@
 			Which character sets are supported depends on
 			the implementation.
 	 */
-	void setEncoding( [in] string Encoding ); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void setEncoding( [in] string Encoding );
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/io/XTextOutputStream.idl b/main/udkapi/com/sun/star/io/XTextOutputStream.idl
index 256a616..164d854 100644
--- a/main/udkapi/com/sun/star/io/XTextOutputStream.idl
+++ b/main/udkapi/com/sun/star/io/XTextOutputStream.idl
@@ -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,36 +7,36 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_io_XTextOutputStream_idl__ 
-#define __com_sun_star_io_XTextOutputStream_idl__ 
- 
-#ifndef __com_sun_star_io_XOutputStream_idl__ 
-#include <com/sun/star/io/XOutputStream.idl> 
-#endif 
- 
-#ifndef __com_sun_star_io_IOException_idl__ 
-#include <com/sun/star/io/IOException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module io {  
- 
-//============================================================================= 
+#ifndef __com_sun_star_io_XTextOutputStream_idl__
+#define __com_sun_star_io_XTextOutputStream_idl__
+
+#ifndef __com_sun_star_io_XOutputStream_idl__
+#include <com/sun/star/io/XOutputStream.idl>
+#endif
+
+#ifndef __com_sun_star_io_IOException_idl__
+#include <com/sun/star/io/IOException.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module io {
+
+//=============================================================================
 /** Interface to write strings to a stream using a special
 	character encoding.
 
@@ -45,24 +45,24 @@
 	setEncoding()</member>. Default encoding is "utf8".</p>
  */
 published interface XTextOutputStream: com::sun::star::io::XOutputStream
-{ 
-	//------------------------------------------------------------------------- 
-	/** writes a string to the stream using the encoding 
+{
+	//-------------------------------------------------------------------------
+	/** writes a string to the stream using the encoding
 		defined by <member>setEncoding</member>.
 
-		<p>Line breaks or delimiters that may be necessary 
-		to support <member>XTextInputStream::readLine</member> 
+		<p>Line breaks or delimiters that may be necessary
+		to support <member>XTextInputStream::readLine</member>
 		and <member>XTextInputStream::readString</member>
 		have to be added manually to the parameter string.</p>
 
-		@see setEncoding 
-		@see XTextInputStream::readLine 
+		@see setEncoding
+		@see XTextInputStream::readLine
 		@see XTextInputStream::readString
 	 */
-	void writeString( [in] string aString ) 
-			raises( com::sun::star::io::IOException ); 
- 
-	//------------------------------------------------------------------------- 
+	void writeString( [in] string aString )
+			raises( com::sun::star::io::IOException );
+
+	//-------------------------------------------------------------------------
 	/** sets character encoding.
 
 		@param Encoding
@@ -72,11 +72,11 @@
 			Which character sets are supported depends on
 			the implementation.
 	 */
-	void setEncoding( [in] string Encoding ); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void setEncoding( [in] string Encoding );
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/io/XTruncate.idl b/main/udkapi/com/sun/star/io/XTruncate.idl
index c7d7668..eb8b803 100644
--- a/main/udkapi/com/sun/star/io/XTruncate.idl
+++ b/main/udkapi/com/sun/star/io/XTruncate.idl
@@ -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,57 +7,57 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_io_XTruncate_idl__ 
-#define __com_sun_star_io_XTruncate_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
+#ifndef __com_sun_star_io_XTruncate_idl__
+#define __com_sun_star_io_XTruncate_idl__
 
-#ifndef __com_sun_star_io_IOException_idl__ 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_io_IOException_idl__
 #include <com/sun/star/io/IOException.idl>
 #endif
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module io {  
-	
- 
-//============================================================================= 
- 
+
+//=============================================================================
+
+module com {  module sun {  module star {  module io {
+
+
+//=============================================================================
+
 /** makes it possible to set the size of the underlying data of a stream
 	to zero.
  */
 published interface XTruncate: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	
+{
+	//-------------------------------------------------------------------------
+
 	/** sets the size of the underlying data of the stream to zero.
 	*/
 	void truncate()
 		raises( IOException );
 
 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/io/XXMLExtractor.idl b/main/udkapi/com/sun/star/io/XXMLExtractor.idl
index 77261ba..3b08254 100644
--- a/main/udkapi/com/sun/star/io/XXMLExtractor.idl
+++ b/main/udkapi/com/sun/star/io/XXMLExtractor.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -34,19 +34,19 @@
 
 //=============================================================================
 
-module com { module sun { module star { module io { 
+module com { module sun { module star { module io {
 
 //=============================================================================
-/** offers the capability to extract the XML document stream from a document 
+/** offers the capability to extract the XML document stream from a document
 	storage.
 */
-	  
+
 published interface XXMLExtractor : com::sun::star::uno::XInterface
 {
 	//-------------------------------------------------------------------------
 	/** extracts the XML stream from the document storage.
-		
-		@returns 
+
+		@returns
 		the extracted XML stream.
 	*/
 	com::sun::star::io::XInputStream extract( [in] com::sun::star::io::XInputStream aStream );
@@ -54,7 +54,7 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 
 #endif
diff --git a/main/udkapi/com/sun/star/java/InvalidJavaSettingsException.idl b/main/udkapi/com/sun/star/java/InvalidJavaSettingsException.idl
index 5671a92..7187e75 100644
--- a/main/udkapi/com/sun/star/java/InvalidJavaSettingsException.idl
+++ b/main/udkapi/com/sun/star/java/InvalidJavaSettingsException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/java/JavaDisabledException.idl b/main/udkapi/com/sun/star/java/JavaDisabledException.idl
index c907c75..e78aa18 100644
--- a/main/udkapi/com/sun/star/java/JavaDisabledException.idl
+++ b/main/udkapi/com/sun/star/java/JavaDisabledException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/java/JavaInitializationException.idl b/main/udkapi/com/sun/star/java/JavaInitializationException.idl
index 650dcf9..e0b72d8 100644
--- a/main/udkapi/com/sun/star/java/JavaInitializationException.idl
+++ b/main/udkapi/com/sun/star/java/JavaInitializationException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -42,7 +42,7 @@
     <type scope:"com::sun::star::java">JavaDisabledException</type> <br>
     <type scope:"com::sun::star::java">JavaNotConfiguredException</type> <br>
     <type scope:"com::sun::star::java">MissingJavaRuntimeException</type> <br>
-    <type scope:"com::sun::star::java">JavaVMCreationFailureException</type> <br>    
+    <type scope:"com::sun::star::java">JavaVMCreationFailureException</type> <br>
 
     @since OpenOffice 1.1.2
  */
diff --git a/main/udkapi/com/sun/star/java/JavaNotConfiguredException.idl b/main/udkapi/com/sun/star/java/JavaNotConfiguredException.idl
index ee3711d..3913910 100644
--- a/main/udkapi/com/sun/star/java/JavaNotConfiguredException.idl
+++ b/main/udkapi/com/sun/star/java/JavaNotConfiguredException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/java/JavaNotFoundException.idl b/main/udkapi/com/sun/star/java/JavaNotFoundException.idl
index 42275da..f6693e7 100644
--- a/main/udkapi/com/sun/star/java/JavaNotFoundException.idl
+++ b/main/udkapi/com/sun/star/java/JavaNotFoundException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/java/JavaVMCreationFailureException.idl b/main/udkapi/com/sun/star/java/JavaVMCreationFailureException.idl
index 3baeb47..41628ea 100644
--- a/main/udkapi/com/sun/star/java/JavaVMCreationFailureException.idl
+++ b/main/udkapi/com/sun/star/java/JavaVMCreationFailureException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -36,7 +36,7 @@
     Machine failed, even if the runtime library could be loaded.
     Possible reasons for a failure are that JNI_CreateJavaVM returns
     an error code that reflects a failure, JNI_CreateJavaVM does not
-    return because it tries to quit the process ( _exit), the shared 
+    return because it tries to quit the process ( _exit), the shared
     library is corrupted, so that the symbols for JNI_GetDefaultVMInitArgs
     or JNI_CreateJavaVM cannot be found, etc.
 
@@ -45,8 +45,8 @@
 published exception JavaVMCreationFailureException: JavaInitializationException
 {
     /** contains an error code that reflects the returned error code of
-        JNI_CreateJavaVM or other errors. A negative value represents 
-        the returned error code of JNI_CreateJavaVM. All other values 
+        JNI_CreateJavaVM or other errors. A negative value represents
+        the returned error code of JNI_CreateJavaVM. All other values
         indicate a different cause.
     */
     long ErrorCode;
diff --git a/main/udkapi/com/sun/star/java/JavaVirtualMachine.idl b/main/udkapi/com/sun/star/java/JavaVirtualMachine.idl
index ade8bf8..0479072 100644
--- a/main/udkapi/com/sun/star/java/JavaVirtualMachine.idl
+++ b/main/udkapi/com/sun/star/java/JavaVirtualMachine.idl
@@ -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,31 +7,31 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_java_JavaVirtualMachine_idl__ 
-#define __com_sun_star_java_JavaVirtualMachine_idl__ 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module java {  
- 
- published interface XJavaVM; 
- published interface XJavaThreadRegister_11; 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_java_JavaVirtualMachine_idl__
+#define __com_sun_star_java_JavaVirtualMachine_idl__
+
+//=============================================================================
+
+module com {  module sun {  module star {  module java {
+
+ published interface XJavaVM;
+ published interface XJavaThreadRegister_11;
+
+//=============================================================================
+
 // DocMerge from xml: service com::sun::star::java::JavaVirtualMachine
 /** exports interfaces to handle a JavaVM and Java threads.
 
@@ -41,20 +41,20 @@
     API.
  */
 published service JavaVirtualMachine
-{ 
+{
 	// DocMerge: empty anyway
-	interface XJavaVM; 
-	
+	interface XJavaVM;
+
 	// DocMerge: empty anyway
-	interface XJavaThreadRegister_11; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	interface XJavaThreadRegister_11;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/java/MissingJavaRuntimeException.idl b/main/udkapi/com/sun/star/java/MissingJavaRuntimeException.idl
index b632480..500cda6 100644
--- a/main/udkapi/com/sun/star/java/MissingJavaRuntimeException.idl
+++ b/main/udkapi/com/sun/star/java/MissingJavaRuntimeException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/java/RestartRequiredException.idl b/main/udkapi/com/sun/star/java/RestartRequiredException.idl
index 235bcd8..b9cad7f 100644
--- a/main/udkapi/com/sun/star/java/RestartRequiredException.idl
+++ b/main/udkapi/com/sun/star/java/RestartRequiredException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/java/WrongJavaVersionException.idl b/main/udkapi/com/sun/star/java/WrongJavaVersionException.idl
index 65b6f83..9f6f903 100644
--- a/main/udkapi/com/sun/star/java/WrongJavaVersionException.idl
+++ b/main/udkapi/com/sun/star/java/WrongJavaVersionException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/java/XJavaThreadRegister_11.idl b/main/udkapi/com/sun/star/java/XJavaThreadRegister_11.idl
index 4d16b00..5d414df 100644
--- a/main/udkapi/com/sun/star/java/XJavaThreadRegister_11.idl
+++ b/main/udkapi/com/sun/star/java/XJavaThreadRegister_11.idl
@@ -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,33 +7,33 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_java_XJavaThreadRegister_11_idl__ 
-#define __com_sun_star_java_XJavaThreadRegister_11_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module java { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_java_XJavaThreadRegister_11_idl__
+#define __com_sun_star_java_XJavaThreadRegister_11_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module java {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::java::XJavaThreadRegister_11
 /** must be implemented by the user of the XJavaThreadRegister_11.
 
@@ -41,39 +41,39 @@
 	@deprecated
  */
 published interface XJavaThreadRegister_11: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::java::XJavaThreadRegister_11::isThreadAttached
 	/** returns <true/> if the current thread is already attached to the VM otherwise <false/>.
 	 */
-	boolean isThreadAttached(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	boolean isThreadAttached();
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::java::XJavaThreadRegister_11::registerThread
-	/** registers the current thread. 
+	/** registers the current thread.
 
 		<p>This method should be called every time a JNI function is called from Java. </p>
 	 */
-	void registerThread(); 
-	 
- 
-	//------------------------------------------------------------------------- 
-	  
+	void registerThread();
+
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::java::XJavaThreadRegister_11::revokeThread
-	/** revokes the current thread from the list of registerd threads. 
+	/** revokes the current thread from the list of registerd threads.
 
 		<p>This method should be called at the end of every JNI call from Java. </p>
 	 */
-	void revokeThread(); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	void revokeThread();
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/java/XJavaVM.idl b/main/udkapi/com/sun/star/java/XJavaVM.idl
index a0c95df..6465b0c 100644
--- a/main/udkapi/com/sun/star/java/XJavaVM.idl
+++ b/main/udkapi/com/sun/star/java/XJavaVM.idl
@@ -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,32 +7,32 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_java_XJavaVM_idl__ 
-#define __com_sun_star_java_XJavaVM_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module java {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_java_XJavaVM_idl__
+#define __com_sun_star_java_XJavaVM_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module java {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::java::XJavaVM
 /** must be implemented by the user of the XJavaVM.
 
@@ -45,11 +45,11 @@
     by an appropriate C/C++ API.
  */
 published interface XJavaVM: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::java::XJavaVM::getJavaVM
-	/** returns the address of the Java Virtual Machine. 
+	/** returns the address of the Java Virtual Machine.
 
 		<p>If the VM is not already instantiated, it will be now.</p>
 
@@ -107,31 +107,31 @@
         <atom>long</atom> or <atom>hyper</atom>, otherwise the <atom>any</atom>
         is <void/>.
 	 */
-	any getJavaVM( [in] sequence<byte> processID ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	any getJavaVM( [in] sequence<byte> processID );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::java::XJavaVM::isVMStarted
 	/** returns <true/> if the VM is started successfully, otherwise <false/>.
 	 */
-	boolean isVMStarted(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	boolean isVMStarted();
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::java::XJavaVM::isVMEnabled
-	/** Returns <true/> if the VM is enabled. 
+	/** Returns <true/> if the VM is enabled.
 
 		<p>It is only possible to get the VM, if this method return 0. </p>
 	 */
-	boolean isVMEnabled(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	boolean isVMEnabled();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/lang/ArrayIndexOutOfBoundsException.idl b/main/udkapi/com/sun/star/lang/ArrayIndexOutOfBoundsException.idl
index 0b59564..84784a7 100644
--- a/main/udkapi/com/sun/star/lang/ArrayIndexOutOfBoundsException.idl
+++ b/main/udkapi/com/sun/star/lang/ArrayIndexOutOfBoundsException.idl
@@ -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,49 +7,49 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_lang_ArrayIndexOutOfBoundsException_idl__ 
-#define __com_sun_star_lang_ArrayIndexOutOfBoundsException_idl__ 
- 
-#ifndef __com_sun_star_lang_IndexOutOfBoundsException_idl__ 
-#include <com/sun/star/lang/IndexOutOfBoundsException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module lang {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_lang_ArrayIndexOutOfBoundsException_idl__
+#define __com_sun_star_lang_ArrayIndexOutOfBoundsException_idl__
+
+#ifndef __com_sun_star_lang_IndexOutOfBoundsException_idl__
+#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module lang {
+
+//=============================================================================
+
 // DocMerge from xml: exception com::sun::star::lang::ArrayIndexOutOfBoundsException
 /** This exception is thrown to indicate that an array has been
-	accessed with an illegal index. 
-	
-	<p>The index is either negative or greater than or equal to 
+	accessed with an illegal index.
+
+	<p>The index is either negative or greater than or equal to
 	the size of the array. </p>
  */
 published exception ArrayIndexOutOfBoundsException: com::sun::star::lang::IndexOutOfBoundsException
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/lang/ClassNotFoundException.idl b/main/udkapi/com/sun/star/lang/ClassNotFoundException.idl
index f6fc4b6..d4565c5 100644
--- a/main/udkapi/com/sun/star/lang/ClassNotFoundException.idl
+++ b/main/udkapi/com/sun/star/lang/ClassNotFoundException.idl
@@ -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,46 +7,46 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_lang_ClassNotFoundException_idl__ 
-#define __com_sun_star_lang_ClassNotFoundException_idl__ 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module lang {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_lang_ClassNotFoundException_idl__
+#define __com_sun_star_lang_ClassNotFoundException_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module lang {
+
+//=============================================================================
+
 // DocMerge from xml: exception com::sun::star::lang::ClassNotFoundException
-/** This exception is thrown when an application tries to load 
-	the information on the type through its string name. 
+/** This exception is thrown when an application tries to load
+	the information on the type through its string name.
  */
 published exception ClassNotFoundException: com::sun::star::uno::Exception
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/lang/DisposedException.idl b/main/udkapi/com/sun/star/lang/DisposedException.idl
index 5098fcb..5d242d3 100644
--- a/main/udkapi/com/sun/star/lang/DisposedException.idl
+++ b/main/udkapi/com/sun/star/lang/DisposedException.idl
@@ -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,50 +7,50 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_lang_DisposedException_idl__ 
-#define __com_sun_star_lang_DisposedException_idl__ 
- 
-#ifndef __com_sun_star_uno_RuntimeException_idl__ 
-#include <com/sun/star/uno/RuntimeException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module lang {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_lang_DisposedException_idl__
+#define __com_sun_star_lang_DisposedException_idl__
+
+#ifndef __com_sun_star_uno_RuntimeException_idl__
+#include <com/sun/star/uno/RuntimeException.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module lang {
+
+//=============================================================================
+
 // DocMerge from xml: exception com::sun::star::lang::DisposedException
 /** This exception occurs if the object behind this interface has been
     disposed before and can't uphold its method specification anymore.
-	
-	<p>The implementation normally should implement the 
-	<type scope="com::sun::star::lang">XComponent</type> interface 
+
+	<p>The implementation normally should implement the
+	<type scope="com::sun::star::lang">XComponent</type> interface
 	to indicate this possibility. </p>
  */
 published exception DisposedException: com::sun::star::uno::RuntimeException
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/lang/EventObject.idl b/main/udkapi/com/sun/star/lang/EventObject.idl
index 4e83442..2a2f073 100644
--- a/main/udkapi/com/sun/star/lang/EventObject.idl
+++ b/main/udkapi/com/sun/star/lang/EventObject.idl
@@ -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,33 +7,33 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_lang_EventObject_idl__ 
-#define __com_sun_star_lang_EventObject_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module lang {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_lang_EventObject_idl__
+#define __com_sun_star_lang_EventObject_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module lang {
+
+//=============================================================================
+
 // DocMerge from xml: struct com::sun::star::lang::EventObject
 /** specifies the base for all event objects and identifies the
 	source of the event.
@@ -43,15 +43,15 @@
 	// DocMerge from xml: field com::sun::star::lang::EventObject::Source
 	/** refers to the object that fired the event.
 	 */
-	com::sun::star::uno::XInterface Source; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	com::sun::star::uno::XInterface Source;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/lang/IllegalAccessException.idl b/main/udkapi/com/sun/star/lang/IllegalAccessException.idl
index 5590c1b..396c87f 100644
--- a/main/udkapi/com/sun/star/lang/IllegalAccessException.idl
+++ b/main/udkapi/com/sun/star/lang/IllegalAccessException.idl
@@ -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,46 +7,46 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_lang_IllegalAccessException_idl__ 
-#define __com_sun_star_lang_IllegalAccessException_idl__ 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module lang {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_lang_IllegalAccessException_idl__
+#define __com_sun_star_lang_IllegalAccessException_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module lang {
+
+//=============================================================================
+
 // DocMerge from xml: exception com::sun::star::lang::IllegalAccessException
-/** This exception is thrown when an application tries to change 
+/** This exception is thrown when an application tries to change
 	a constant property.
  */
 published exception IllegalAccessException: com::sun::star::uno::Exception
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/lang/IllegalArgumentException.idl b/main/udkapi/com/sun/star/lang/IllegalArgumentException.idl
index 2370999..ec6030a 100644
--- a/main/udkapi/com/sun/star/lang/IllegalArgumentException.idl
+++ b/main/udkapi/com/sun/star/lang/IllegalArgumentException.idl
@@ -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,55 +7,55 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#define __com_sun_star_lang_IllegalArgumentException_idl__ 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module lang {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#define __com_sun_star_lang_IllegalArgumentException_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module lang {
+
+//=============================================================================
+
 // DocMerge from xml: exception com::sun::star::lang::IllegalArgumentException
-/** This exception is thrown to indicate that a method has 
+/** This exception is thrown to indicate that a method has
 	passed an illegal or inappropriate argument.
  */
 published exception IllegalArgumentException: com::sun::star::uno::Exception
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: field com::sun::star::lang::IllegalArgumentException::ArgumentPosition
-	/** identifies the position of the illegal argument. 
-		
+	/** identifies the position of the illegal argument.
+
 		<p>This field is -1 if the position is not known.</p>
 	 */
-	short ArgumentPosition; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	short ArgumentPosition;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/lang/IndexOutOfBoundsException.idl b/main/udkapi/com/sun/star/lang/IndexOutOfBoundsException.idl
index 2d2c454..c203bb0 100644
--- a/main/udkapi/com/sun/star/lang/IndexOutOfBoundsException.idl
+++ b/main/udkapi/com/sun/star/lang/IndexOutOfBoundsException.idl
@@ -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,49 +7,49 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_lang_IndexOutOfBoundsException_idl__ 
-#define __com_sun_star_lang_IndexOutOfBoundsException_idl__ 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module lang {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_lang_IndexOutOfBoundsException_idl__
+#define __com_sun_star_lang_IndexOutOfBoundsException_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module lang {
+
+//=============================================================================
+
 // DocMerge from xml: exception com::sun::star::lang::IndexOutOfBoundsException
-/** This exception is thrown to indicate that a container has been 
+/** This exception is thrown to indicate that a container has been
 	accessed with an illegal index.
-	
-	<p>The index is either negative or greater than or equal to 
+
+	<p>The index is either negative or greater than or equal to
 	the count of the elements. </p>
  */
 published exception IndexOutOfBoundsException: com::sun::star::uno::Exception
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/lang/InvalidListenerException.idl b/main/udkapi/com/sun/star/lang/InvalidListenerException.idl
index 823a9cc..b477a3f 100644
--- a/main/udkapi/com/sun/star/lang/InvalidListenerException.idl
+++ b/main/udkapi/com/sun/star/lang/InvalidListenerException.idl
@@ -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,49 +7,49 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_lang_InvalidListenerException_idl__ 
-#define __com_sun_star_lang_InvalidListenerException_idl__ 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module lang {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_lang_InvalidListenerException_idl__
+#define __com_sun_star_lang_InvalidListenerException_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module lang {
+
+//=============================================================================
+
 // DocMerge from xml: exception com::sun::star::lang::InvalidListenerException
-/** is thrown by the <member>XConnectionPoint::advice</member> method 
+/** is thrown by the <member>XConnectionPoint::advice</member> method
 	to indicate that the listener has not supplied the necessary
 	interface.
 
 	@see  XConnectionPoint
  */
 published exception InvalidListenerException: com::sun::star::uno::Exception
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/lang/ListenerExistException.idl b/main/udkapi/com/sun/star/lang/ListenerExistException.idl
index 0369d47..b667d3e 100644
--- a/main/udkapi/com/sun/star/lang/ListenerExistException.idl
+++ b/main/udkapi/com/sun/star/lang/ListenerExistException.idl
@@ -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,48 +7,48 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_lang_ListenerExistException_idl__ 
-#define __com_sun_star_lang_ListenerExistException_idl__ 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module lang {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_lang_ListenerExistException_idl__
+#define __com_sun_star_lang_ListenerExistException_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module lang {
+
+//=============================================================================
+
 // DocMerge from xml: exception com::sun::star::lang::ListenerExistException
-/** is thrown by the <member>XConnectionPoint::advise</member> method 
+/** is thrown by the <member>XConnectionPoint::advise</member> method
 	to indicate that there is only one listener allowed.
 
 	@see     XConnectionPoint
  */
 published exception ListenerExistException: com::sun::star::uno::Exception
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/lang/Locale.idl b/main/udkapi/com/sun/star/lang/Locale.idl
index b93ddd2..4048d07 100644
--- a/main/udkapi/com/sun/star/lang/Locale.idl
+++ b/main/udkapi/com/sun/star/lang/Locale.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/lang/MultiServiceFactory.idl b/main/udkapi/com/sun/star/lang/MultiServiceFactory.idl
index bfb63f4..a5290d0 100644
--- a/main/udkapi/com/sun/star/lang/MultiServiceFactory.idl
+++ b/main/udkapi/com/sun/star/lang/MultiServiceFactory.idl
@@ -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,45 +7,45 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_lang_MultiServiceFactory_idl__ 
-#define __com_sun_star_lang_MultiServiceFactory_idl__ 
- 
-#ifndef __com_sun_star_lang_XMultiServiceFactory_idl__ 
-#include <com/sun/star/lang/XMultiServiceFactory.idl> 
-#endif 
-#ifndef __com_sun_star_lang_XMultiComponentFactory_idl__ 
-#include <com/sun/star/lang/XMultiComponentFactory.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_XServiceInfo_idl__ 
-#include <com/sun/star/lang/XServiceInfo.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module lang {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_lang_MultiServiceFactory_idl__
+#define __com_sun_star_lang_MultiServiceFactory_idl__
+
+#ifndef __com_sun_star_lang_XMultiServiceFactory_idl__
+#include <com/sun/star/lang/XMultiServiceFactory.idl>
+#endif
+#ifndef __com_sun_star_lang_XMultiComponentFactory_idl__
+#include <com/sun/star/lang/XMultiComponentFactory.idl>
+#endif
+
+#ifndef __com_sun_star_lang_XServiceInfo_idl__
+#include <com/sun/star/lang/XServiceInfo.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module lang {
+
+//=============================================================================
+
 /** Provides a collection of implementations of services.
-	
+
 	<p>The factories for instantiating objects of implementations
 	are accessed via a service name.</p>
-    
+
 	<p>The <type scope="com::sun::star::container">XContentEnumerationAccess</type>
 	interface can be supported optionally.
     If it is supported, it is possible to  enumerate all implementations that
@@ -55,28 +55,28 @@
 	Commonly this is <type>XSingleComponentFactory</type>.</p>
 */
 published service MultiServiceFactory
-{ 
+{
 	/** This interface uses a service name to instantiate a component
         which supports the specified service.
 	*/
 	interface com::sun::star::lang::XMultiServiceFactory;
-    
+
 	/** This interface uses a service name and a component context to instantiate
         a component which supports the specified service.
     */
-	interface com::sun::star::lang::XMultiComponentFactory; 
-    
-	/** Factories, as well as all other services, should always support 
+	interface com::sun::star::lang::XMultiComponentFactory;
+
+	/** Factories, as well as all other services, should always support
         this interface.
     */
 	interface com::sun::star::lang::XServiceInfo;
 };
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/lang/NoSuchFieldException.idl b/main/udkapi/com/sun/star/lang/NoSuchFieldException.idl
index 9377171..0db01b0 100644
--- a/main/udkapi/com/sun/star/lang/NoSuchFieldException.idl
+++ b/main/udkapi/com/sun/star/lang/NoSuchFieldException.idl
@@ -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,45 +7,45 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_lang_NoSuchFieldException_idl__ 
-#define __com_sun_star_lang_NoSuchFieldException_idl__ 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module lang {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_lang_NoSuchFieldException_idl__
+#define __com_sun_star_lang_NoSuchFieldException_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module lang {
+
+//=============================================================================
+
 // DocMerge from xml: exception com::sun::star::lang::NoSuchFieldException
 /** signals that the class does not have a field of a specified name.
  */
 published exception NoSuchFieldException: com::sun::star::uno::Exception
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/lang/NoSuchMethodException.idl b/main/udkapi/com/sun/star/lang/NoSuchMethodException.idl
index 84873de..a359c2f 100644
--- a/main/udkapi/com/sun/star/lang/NoSuchMethodException.idl
+++ b/main/udkapi/com/sun/star/lang/NoSuchMethodException.idl
@@ -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,45 +7,45 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_lang_NoSuchMethodException_idl__ 
-#define __com_sun_star_lang_NoSuchMethodException_idl__ 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module lang {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_lang_NoSuchMethodException_idl__
+#define __com_sun_star_lang_NoSuchMethodException_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module lang {
+
+//=============================================================================
+
 // DocMerge from xml: exception com::sun::star::lang::NoSuchMethodException
 /** signals that the interface does not have a method of a specified name.
  */
 published exception NoSuchMethodException: com::sun::star::uno::Exception
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/lang/NoSupportException.idl b/main/udkapi/com/sun/star/lang/NoSupportException.idl
index a69b005..936fd77 100644
--- a/main/udkapi/com/sun/star/lang/NoSupportException.idl
+++ b/main/udkapi/com/sun/star/lang/NoSupportException.idl
@@ -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,51 +7,51 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_lang_NoSupportException_idl__ 
-#define __com_sun_star_lang_NoSupportException_idl__ 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module lang {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_lang_NoSupportException_idl__
+#define __com_sun_star_lang_NoSupportException_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module lang {
+
+//=============================================================================
+
 /** This exception is thrown when a feature of an interface is not
-	supported. 
-	
+	supported.
+
 	<p>An example is a <code>setParent(...)</code> method and the object
 	does not allow the change.  </p>
 
-	@see     XEnumeration 
+	@see     XEnumeration
 	@see     com::sun::star::container::XChild::setParent
  */
 published exception NoSupportException: com::sun::star::uno::Exception
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/lang/NotInitializedException.idl b/main/udkapi/com/sun/star/lang/NotInitializedException.idl
index 3fcf1fc..d00b2be 100644
--- a/main/udkapi/com/sun/star/lang/NotInitializedException.idl
+++ b/main/udkapi/com/sun/star/lang/NotInitializedException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,13 +24,13 @@
 #ifndef __com_sun_star_lang_NotInitializedException_idl__
 #define __com_sun_star_lang_NotInitializedException_idl__
 
-#ifndef __com_sun_star_uno_RuntimeException_idl__ 
-#include <com/sun/star/uno/RuntimeException.idl> 
-#endif 
+#ifndef __com_sun_star_uno_RuntimeException_idl__
+#include <com/sun/star/uno/RuntimeException.idl>
+#endif
 
 //=============================================================================
 
-module com { module sun { module star { module lang { 
+module com { module sun { module star { module lang {
 
 //=============================================================================
 
@@ -45,7 +45,7 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 //=============================================================================
 
diff --git a/main/udkapi/com/sun/star/lang/NullPointerException.idl b/main/udkapi/com/sun/star/lang/NullPointerException.idl
index 498ae88..b3be30c 100644
--- a/main/udkapi/com/sun/star/lang/NullPointerException.idl
+++ b/main/udkapi/com/sun/star/lang/NullPointerException.idl
@@ -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,51 +7,51 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_lang_NullPointerException_idl__ 
-#define __com_sun_star_lang_NullPointerException_idl__ 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module lang {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_lang_NullPointerException_idl__
+#define __com_sun_star_lang_NullPointerException_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module lang {
+
+//=============================================================================
+
 // DocMerge from xml: exception com::sun::star::lang::NullPointerException
-/** This exception is thrown when an application attempts to use 
+/** This exception is thrown when an application attempts to use
 	<NULL/> in a case where an object is required.
-	
-	<p>Applications should throw instances of this class to indicate 
+
+	<p>Applications should throw instances of this class to indicate
 	other illegal uses of the <NULL/> object.  </p>
 
 	@see com::sun::star::reflection::XIdlReflection::forName
  */
 published exception NullPointerException: com::sun::star::uno::Exception
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/lang/RegistryServiceManager.idl b/main/udkapi/com/sun/star/lang/RegistryServiceManager.idl
index a893240..d2ec80e 100644
--- a/main/udkapi/com/sun/star/lang/RegistryServiceManager.idl
+++ b/main/udkapi/com/sun/star/lang/RegistryServiceManager.idl
@@ -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,67 +7,67 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_lang_RegistryServiceManager_idl__ 
-#define __com_sun_star_lang_RegistryServiceManager_idl__ 
- 
-#ifndef __com_sun_star_lang_ServiceManager_idl__ 
-#include <com/sun/star/lang/ServiceManager.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_MultiServiceFactory_idl__ 
-#include <com/sun/star/lang/MultiServiceFactory.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_XInitialization_idl__ 
-#include <com/sun/star/lang/XInitialization.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
-#endif 
- 
-#ifndef __com_sun_star_registry_XSimpleRegistry_idl__ 
-#include <com/sun/star/registry/XSimpleRegistry.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module lang {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_lang_RegistryServiceManager_idl__
+#define __com_sun_star_lang_RegistryServiceManager_idl__
+
+#ifndef __com_sun_star_lang_ServiceManager_idl__
+#include <com/sun/star/lang/ServiceManager.idl>
+#endif
+
+#ifndef __com_sun_star_lang_MultiServiceFactory_idl__
+#include <com/sun/star/lang/MultiServiceFactory.idl>
+#endif
+
+#ifndef __com_sun_star_lang_XInitialization_idl__
+#include <com/sun/star/lang/XInitialization.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+#ifndef __com_sun_star_registry_XSimpleRegistry_idl__
+#include <com/sun/star/registry/XSimpleRegistry.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module lang {
+
+//=============================================================================
+
 /** Provides a collection of implementations for services reading from a
     persistent registry storage.
 
     For usage of the service manager have a look at service description
     of <type>ServiceManager</type>.
-    
+
     @see ServiceManager
 */
 published service RegistryServiceManager
-{ 
+{
     /** This is a derived ServiceManager service.
     */
-	service com::sun::star::lang::ServiceManager; 
-	
+	service com::sun::star::lang::ServiceManager;
+
 	/** The first two arguments of the intitialization arguments reference:
         <ol>
-        <li>a simple registry 
-        (<type scope="com::sun::star::registry">XSimpleRegistry</type>), 
+        <li>a simple registry
+        (<type scope="com::sun::star::registry">XSimpleRegistry</type>),
         i.e. the registry to be read from</li>
         <li>a component context
         (<type scope="com::sun::star::uno">XComponentContext</type>)
@@ -77,20 +77,20 @@
         </ol>
     */
 	interface com::sun::star::lang::XInitialization;
-    
+
 	/** Property access.
 	*/
-	interface com::sun::star::beans::XPropertySet;    
+	interface com::sun::star::beans::XPropertySet;
 	/** Specifies the current registry to be read from.
 	*/
-	[readonly, property] com::sun::star::registry::XSimpleRegistry Registry; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	[readonly, property] com::sun::star::registry::XSimpleRegistry Registry;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/lang/ServiceManager.idl b/main/udkapi/com/sun/star/lang/ServiceManager.idl
index 9f357fd..19cfb96 100644
--- a/main/udkapi/com/sun/star/lang/ServiceManager.idl
+++ b/main/udkapi/com/sun/star/lang/ServiceManager.idl
@@ -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,86 +7,86 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_lang_ServiceManager_idl__ 
-#define __com_sun_star_lang_ServiceManager_idl__ 
- 
-#ifndef __com_sun_star_lang_MultiServiceFactory_idl__ 
-#include <com/sun/star/lang/MultiServiceFactory.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_XComponent_idl__ 
-#include <com/sun/star/lang/XComponent.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XSet_idl__ 
-#include <com/sun/star/container/XSet.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XContentEnumerationAccess_idl__ 
-#include <com/sun/star/container/XContentEnumerationAccess.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_XMultiServiceFactory_idl__ 
-#include <com/sun/star/lang/XMultiServiceFactory.idl> 
+#ifndef __com_sun_star_lang_ServiceManager_idl__
+#define __com_sun_star_lang_ServiceManager_idl__
+
+#ifndef __com_sun_star_lang_MultiServiceFactory_idl__
+#include <com/sun/star/lang/MultiServiceFactory.idl>
 #endif
 
-#ifndef __com_sun_star_lang_XMultiComponentFactory_idl__ 
-#include <com/sun/star/lang/XMultiComponentFactory.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_XServiceInfo_idl__ 
-#include <com/sun/star/lang/XServiceInfo.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XPropertySet_idl__ 
-#include <com/sun/star/beans/XPropertySet.idl> 
+#ifndef __com_sun_star_lang_XComponent_idl__
+#include <com/sun/star/lang/XComponent.idl>
 #endif
 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module lang {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_container_XSet_idl__
+#include <com/sun/star/container/XSet.idl>
+#endif
+
+#ifndef __com_sun_star_container_XContentEnumerationAccess_idl__
+#include <com/sun/star/container/XContentEnumerationAccess.idl>
+#endif
+
+#ifndef __com_sun_star_lang_XMultiServiceFactory_idl__
+#include <com/sun/star/lang/XMultiServiceFactory.idl>
+#endif
+
+#ifndef __com_sun_star_lang_XMultiComponentFactory_idl__
+#include <com/sun/star/lang/XMultiComponentFactory.idl>
+#endif
+
+#ifndef __com_sun_star_lang_XServiceInfo_idl__
+#include <com/sun/star/lang/XServiceInfo.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module lang {
+
+//=============================================================================
+
 /** Provides a collection of implementations for services.  This is a singleton
     you commonly find in your component context under key
     <code>/singletons/com.sun.star.lang.theServiceManager</code>.
-	
+
 	<p>
     The factories are accessed with a service name. It is possible to
 	access the factories with their implementation names, but you should
 	avoid this.
     </p>
-    
-	<p>Service factories added via <type scope="com::sun::star::container">XSet</type> 
+
+	<p>Service factories added via <type scope="com::sun::star::container">XSet</type>
 	should support the following interfaces: </p>
-	
+
 	<dl>
     <dt><type>XServiceInfo</type></dt>
     <dd>supported interfaces/ implementation name</dd>
-    
+
     <dt><type>XSingleComponentFactory</type>(optional)</dt>
     <dd>is used to create instances of the implementation.</dd>
-    
+
     <dt><type>XComponent</type> (optional)</dt>
     <dd>The service manager calls the method
     <member scope="com::sun::star::lang">XComponent::dispose</member>
     on the factory when going down (i.e. it is commonly disposed by the component context).</dd>
 	</dl>
-    
+
     @see com::sun::star::uno::XComponentContext
 */
 published service ServiceManager
@@ -94,44 +94,44 @@
     /** This is a derived MultiServiceFactory service.
     */
 	service com::sun::star::lang::MultiServiceFactory;
-    
+
 	/** Disposing of service manager.
         <p>
         The component context disposes its service manager singleton when going down
         (i.e. when the component context is disposed).
 		</p>
     */
-	interface com::sun::star::lang::XComponent; 
-    
+	interface com::sun::star::lang::XComponent;
+
 	/** Management of service factories.
     */
-	interface com::sun::star::container::XSet; 
-    
+	interface com::sun::star::container::XSet;
+
 	/** Enumeration of all service factories.
         <p>
-        It is possible to enumerate all implementations that support the 
-		service specified with the argument of the 
-		<member scope="com::sun::star::container">XContentEnumerationAccess::createContentEnumeration</member> method. 
+        It is possible to enumerate all implementations that support the
+		service specified with the argument of the
+		<member scope="com::sun::star::container">XContentEnumerationAccess::createContentEnumeration</member> method.
 		The enumerator commonly returns <type>XSingleComponentFactory</type>
         interfaces.
         </p>
     */
-	interface com::sun::star::container::XContentEnumerationAccess; 
-    
+	interface com::sun::star::container::XContentEnumerationAccess;
+
 	/** Property access.
 	*/
-	[optional] interface com::sun::star::beans::XPropertySet; 
+	[optional] interface com::sun::star::beans::XPropertySet;
 	/** specifies the default component context to be used, if instantiating services
         via <type>XMultiServiceFactory</type>
     */
-	[optional, property] com::sun::star::uno::XComponentContext DefaultContext; 
+	[optional, property] com::sun::star::uno::XComponentContext DefaultContext;
 };
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/lang/ServiceNotRegisteredException.idl b/main/udkapi/com/sun/star/lang/ServiceNotRegisteredException.idl
index 6908326..2320a2f 100644
--- a/main/udkapi/com/sun/star/lang/ServiceNotRegisteredException.idl
+++ b/main/udkapi/com/sun/star/lang/ServiceNotRegisteredException.idl
@@ -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,48 +7,48 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_lang_ServiceNotRegisteredException_idl__ 
-#define __com_sun_star_lang_ServiceNotRegisteredException_idl__ 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module lang {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_lang_ServiceNotRegisteredException_idl__
+#define __com_sun_star_lang_ServiceNotRegisteredException_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module lang {
+
+//=============================================================================
+
 // DocMerge from xml: exception com::sun::star::lang::ServiceNotRegisteredException
 /** This exception is thrown when a needed service is not found.
 
-	<p>Applications should throw instances of this class to indicate 
+	<p>Applications should throw instances of this class to indicate
 	that a needed service is not registered.  </p>
  */
 published exception ServiceNotRegisteredException: com::sun::star::uno::Exception
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/lang/SystemDependent.idl b/main/udkapi/com/sun/star/lang/SystemDependent.idl
index a5326c2..8a3d1bd 100644
--- a/main/udkapi/com/sun/star/lang/SystemDependent.idl
+++ b/main/udkapi/com/sun/star/lang/SystemDependent.idl
@@ -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,115 +7,115 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_lang_SystemDependent_idl__ 
-#define __com_sun_star_lang_SystemDependent_idl__ 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module lang {  
- 
-//============================================================================= 
- 
-// DocMerge from idl: constants com::sun::star::lang::SystemDependent
-/** These constants are used to specify systems which depend on return values.  
-		 
-	<p> You should avoid system-dependent methods if possible. 
-	 
-	@example:C++ 
-	 
-	<listing> 
-	#ifdef __WINDOW	// Microsoft Windows 
-	HWND	hWin = (HWND)xInterface->getWindowHandle(SystemDependentWIN32); 
-	if( hWin ) ... 
-	#elif( ... ) // other systems 
-	... 
-	#endif 
-	</listing> 
+#ifndef __com_sun_star_lang_SystemDependent_idl__
+#define __com_sun_star_lang_SystemDependent_idl__
 
-	<p>The Symbols are now prepended with SYSTEM_ thus we avoid collisions 
+
+//=============================================================================
+
+module com {  module sun {  module star {  module lang {
+
+//=============================================================================
+
+// DocMerge from idl: constants com::sun::star::lang::SystemDependent
+/** These constants are used to specify systems which depend on return values.
+
+	<p> You should avoid system-dependent methods if possible.
+
+	@example:C++
+
+	<listing>
+	#ifdef __WINDOW	// Microsoft Windows
+	HWND	hWin = (HWND)xInterface->getWindowHandle(SystemDependentWIN32);
+	if( hWin ) ...
+	#elif( ... ) // other systems
+	...
+	#endif
+	</listing>
+
+	<p>The Symbols are now prepended with SYSTEM_ thus we avoid collisions
 	with system headers.  </p>
 
 	@see com::sun::star::awt::XSystemDependentWindowPeer
     @deprecated
  */
 published constants SystemDependent
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::lang::SystemDependent::SYSTEM_WIN32
-	/** The called interface method returns a value specified for the  
-		32-bit Windows systems. 	 
+	/** The called interface method returns a value specified for the
+		32-bit Windows systems.
 
 		<p>These are Windows NT, Windows 95, Windows 98 or higher. </p>
 	 */
-	const short SYSTEM_WIN32 = 1; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short SYSTEM_WIN32 = 1;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::lang::SystemDependent::SYSTEM_WIN16
-	/** The called interface method returns a value specified for  
-		the 16-bit Windows system.  
-				 
+	/** The called interface method returns a value specified for
+		the 16-bit Windows system.
+
 		<p>This is Windows 3.11. </p>
 	 */
-	const short SYSTEM_WIN16 = 2; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short SYSTEM_WIN16 = 2;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::lang::SystemDependent::SYSTEM_JAVA
-	/** The called interface method returns a value specified for  the system java.  
-				 
-		<p>These are <em>JRE 1.1</em>, <em>JRE 1.2</em>, <em>JDK 1.1</em>,  
+	/** The called interface method returns a value specified for  the system java.
+
+		<p>These are <em>JRE 1.1</em>, <em>JRE 1.2</em>, <em>JDK 1.1</em>,
 		<em>JDK 1.2</em> or higher.   </p>
-		 
-		<p>The return should be a handle to a java object locked with 
-		the call <code>JavaEnvironment->NewGlobalRef( ... )</code>  
+
+		<p>The return should be a handle to a java object locked with
+		the call <code>JavaEnvironment->NewGlobalRef( ... )</code>
 		by the callee. </p>
 	 */
-	const short SYSTEM_JAVA = 3; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short SYSTEM_JAVA = 3;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::lang::SystemDependent::SYSTEM_OS2
 	/** The called interface method returns a value specified for  the <em>OS/2</em> system.
 	 */
-	const short SYSTEM_OS2 = 4; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short SYSTEM_OS2 = 4;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::lang::SystemDependent::SYSTEM_MAC
 	/** The called interface method returns a value specified for the <em>MAC-OS</em> system.
 	 */
-	const short SYSTEM_MAC = 5; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	const short SYSTEM_MAC = 5;
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: value com::sun::star::lang::SystemDependent::SYSTEM_XWINDOW
 	/** The called interface method returns a value specified for the <em>X Window System</em>.
 	 */
-	const short SYSTEM_XWINDOW = 6; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	const short SYSTEM_XWINDOW = 6;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/lang/WrappedTargetException.idl b/main/udkapi/com/sun/star/lang/WrappedTargetException.idl
index 6586ff3..de03bdf 100644
--- a/main/udkapi/com/sun/star/lang/WrappedTargetException.idl
+++ b/main/udkapi/com/sun/star/lang/WrappedTargetException.idl
@@ -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,59 +7,59 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_lang_WrappedTargetException_idl__ 
-#define __com_sun_star_lang_WrappedTargetException_idl__ 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module lang {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_lang_WrappedTargetException_idl__
+#define __com_sun_star_lang_WrappedTargetException_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module lang {
+
+//=============================================================================
+
 // DocMerge from xml: exception com::sun::star::lang::WrappedTargetException
-/** This is a checked exception that wraps an exception thrown 
-	by the original target. 
+/** This is a checked exception that wraps an exception thrown
+	by the original target.
 
 	<p>Normally this exception is declared for generic methods.  </p>
 
-	@see com::sun::star::container::XIndexAccess 
-	@see com::sun::star::container::XNameAccess 
+	@see com::sun::star::container::XIndexAccess
+	@see com::sun::star::container::XNameAccess
 	@see com::sun::star::beans::XPropertySet
  */
 published exception WrappedTargetException: com::sun::star::uno::Exception
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: field com::sun::star::lang::WrappedTargetException::TargetException
 	/** The exception is thrown by the target.
 	 */
-	any TargetException; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	any TargetException;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/lang/WrappedTargetRuntimeException.idl b/main/udkapi/com/sun/star/lang/WrappedTargetRuntimeException.idl
index 624b001..0c1e6a7 100644
--- a/main/udkapi/com/sun/star/lang/WrappedTargetRuntimeException.idl
+++ b/main/udkapi/com/sun/star/lang/WrappedTargetRuntimeException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/lang/XComponent.idl b/main/udkapi/com/sun/star/lang/XComponent.idl
index 5585ea6..b308293 100644
--- a/main/udkapi/com/sun/star/lang/XComponent.idl
+++ b/main/udkapi/com/sun/star/lang/XComponent.idl
@@ -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,42 +7,42 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_lang_XComponent_idl__ 
-#define __com_sun_star_lang_XComponent_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module lang {  
- 
- published interface XEventListener; 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_lang_XComponent_idl__
+#define __com_sun_star_lang_XComponent_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module lang {
+
+ published interface XEventListener;
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::lang::XComponent
 /** allows to exclicitly free resources and break cyclic references.
-	
-	<p>Actually the real lifetime of an UNO object is controlled by 
+
+	<p>Actually the real lifetime of an UNO object is controlled by
 	references kept on interfaces of this object. But there are two
 	distinct meanings in keeping a reference to an interface:
 	1st to own the object and 2nd to know the object.
-    
+
 	<p>You are only allowed to keep references of interfaces
 	to UNO objects if you are by definition the owner of that object or
 	your reference is very temporary or you have registered an
@@ -50,9 +50,9 @@
 	"disposing" is called.</p>
  */
 published interface XComponent: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::lang::XComponent::dispose
 	/** The owner of an object calls this method to explicitly free all
         resources kept by this object and thus break cyclic references.
@@ -71,11 +71,11 @@
         </p>
 
 		<p>After this method has been called, the object should behave as passive
-        as possible, thus it should ignore all calls 
+        as possible, thus it should ignore all calls
         in case it can comply with its specification (for instance addEventListener()).
         Often the object can't fulfill its specification anymore,
         in this case it must throw the <type>DisposedException</type>
-        (which is derived from <type scope="com::sun::star::uno">RuntimeException</type>) 
+        (which is derived from <type scope="com::sun::star::uno">RuntimeException</type>)
 	when it gets called.</p>
 
         <p>For some objects no real owner can be identified, thus it can be
@@ -83,14 +83,14 @@
         the object should be able to cope with multiple dispose()-calls (which
         are inevitable in a multithreaded environment).
 	 */
-	void dispose(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void dispose();
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::lang::XComponent::addEventListener
-	/** adds an event listener to the object. 
-		
-		<p>The broadcaster fires the disposing method of this listener 
+	/** adds an event listener to the object.
+
+		<p>The broadcaster fires the disposing method of this listener
 		if the <member>XComponent::dispose</member> method is called.</p>
 
         <p>It is suggested to allow multiple registration of the same listener,
@@ -108,10 +108,10 @@
 
 		@see XComponent::removeEventListener
 	 */
-	void addEventListener( [in] XEventListener xListener ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void addEventListener( [in] XEventListener xListener );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::lang::XComponent::removeEventListener
 	/** removes an event listener from the listener list.
 
@@ -128,12 +128,12 @@
 
 		@see XComponent::addEventListener
 	 */
-	void removeEventListener( [in] XEventListener aListener ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void removeEventListener( [in] XEventListener aListener );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/lang/XConnectionPoint.idl b/main/udkapi/com/sun/star/lang/XConnectionPoint.idl
index 77acc34..8e3dbf1 100644
--- a/main/udkapi/com/sun/star/lang/XConnectionPoint.idl
+++ b/main/udkapi/com/sun/star/lang/XConnectionPoint.idl
@@ -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,194 +7,194 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_lang_XConnectionPoint_idl__ 
-#define __com_sun_star_lang_XConnectionPoint_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
+#ifndef __com_sun_star_lang_XConnectionPoint_idl__
+#define __com_sun_star_lang_XConnectionPoint_idl__
 
-#ifndef __com_sun_star_lang_XConnectionPointContainer_idl__ 
-#include <com/sun/star/lang/XConnectionPointContainer.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_ListenerExistException_idl__ 
-#include <com/sun/star/lang/ListenerExistException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_InvalidListenerException_idl__ 
-#include <com/sun/star/lang/InvalidListenerException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module lang {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_lang_XConnectionPointContainer_idl__
+#include <com/sun/star/lang/XConnectionPointContainer.idl>
+#endif
+
+#ifndef __com_sun_star_lang_ListenerExistException_idl__
+#include <com/sun/star/lang/ListenerExistException.idl>
+#endif
+
+#ifndef __com_sun_star_lang_InvalidListenerException_idl__
+#include <com/sun/star/lang/InvalidListenerException.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module lang {
+
+//=============================================================================
+
 // DocMerge from idl: interface com::sun::star::lang::XConnectionPoint
-/** supports connection points for connectable objects. 
-		 
+/** supports connection points for connectable objects.
+
 	<p>Connectable objects support the following features: </p>
 
-	<ul> 
+	<ul>
 		<li>outgoing interfaces, such as event sets; </li>
-		<li>the ability to enumerate the types of the outgoing interfaces; 
-		<li>the ability to connect and disconnect sinks to the object 
+		<li>the ability to enumerate the types of the outgoing interfaces;
+		<li>the ability to connect and disconnect sinks to the object
 			for those outgoing types; </li>
-		<li>the ability to enumerate the connections that exist to a 
+		<li>the ability to enumerate the connections that exist to a
 			particular outgoing interface.  </li>
-	</ul> 
-	 
-	<h4>When to Implement?<h4> 
-	 
-	<p>To create a connectable object, you need to implement objects  
+	</ul>
+
+	<h4>When to Implement?<h4>
+
+	<p>To create a connectable object, you need to implement objects
 	that provide two related interfaces: </p>
 
-	<ul> 
+	<ul>
 		<li><type>XConnectionPointContainer</type> </li>
 		<li><type>XConnectionPoint</type> </li>
-	</ul> 
-	 
-	<p>The <type>XConnectionPointContainer</type> interface is implemented  
-	on the connectable object to indicate the existence of the outgoing 
-	interfaces. It provides a sequence of sub-objects.  It also provides  
-	access to all the connection point sub-objects, each of which  
-	implements the <type>XConnectionPoint</type> interface. The  
-	<type>XConnectionPoint</type> interface provides a sequence of  
+	</ul>
+
+	<p>The <type>XConnectionPointContainer</type> interface is implemented
+	on the connectable object to indicate the existence of the outgoing
+	interfaces. It provides a sequence of sub-objects.  It also provides
+	access to all the connection point sub-objects, each of which
+	implements the <type>XConnectionPoint</type> interface. The
+	<type>XConnectionPoint</type> interface provides a sequence of
 	sub-objects.  </p>
-	 
-	<p>Each connection point is a separate sub-object to avoid circular  
-	reference counting problems.  A connection point controls how many  
-	connections (one or more) it will allow in its implementation of  
+
+	<p>Each connection point is a separate sub-object to avoid circular
+	reference counting problems.  A connection point controls how many
+	connections (one or more) it will allow in its implementation of
 	<member>XConnectionPoint::advise()</member>.  </p>
-	 
-	<h4>When to use?</h4> 
-	 
+
+	<h4>When to use?</h4>
+
 	<p>A client can use the <type>XConnectionPointContainer</type> interface: </p>
 
-	<UL> 
+	<UL>
 
 		<LI>to get a sequence of connection points for each outgoing type. </LI>
-		 
-		<LI>to obtain access to connection point sub-objects with the  
-			<type>XConnectionPoint</type> interface for each 
-			outgoing type. Through the XConnectionPoint interface, 
-			a client starts or terminates an advisory loop with the 
-			connectable object and the client's own sink.  The 
-			client can also use the <type>XConnectionPoint</type> 
-			interface to get a sequence of the connections that it 
+
+		<LI>to obtain access to connection point sub-objects with the
+			<type>XConnectionPoint</type> interface for each
+			outgoing type. Through the XConnectionPoint interface,
+			a client starts or terminates an advisory loop with the
+			connectable object and the client's own sink.  The
+			client can also use the <type>XConnectionPoint</type>
+			interface to get a sequence of the connections that it
 			knows about. </LI>
-	</UL> 
-	 
+	</UL>
+
 	@see		XConnectionPointContainer
  */
 published interface XConnectionPoint: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::lang::XConnectionPoint::getConnectionType
-	/** @returns  
-				the type of the outgoing interface managed by this 
-				connection point. 
-				 
-		<p>Using the <member>XConnectionPointContainer::getConnectionPoints</member>  
-		method, a client can obtain an <type>XConnectionPoint</type> 
-		interface.  Using that interface and this method, the client 
-		can determine the type of each connection point enumerated. The 
-		type returned from this method must enable the caller to access 
-		this same connection point through 
-		<member>XConnectionPointContainer::findConnectionPoint</member>. 
-		 
+	/** @returns
+				the type of the outgoing interface managed by this
+				connection point.
+
+		<p>Using the <member>XConnectionPointContainer::getConnectionPoints</member>
+		method, a client can obtain an <type>XConnectionPoint</type>
+		interface.  Using that interface and this method, the client
+		can determine the type of each connection point enumerated. The
+		type returned from this method must enable the caller to access
+		this same connection point through
+		<member>XConnectionPointContainer::findConnectionPoint</member>.
+
 		@see XConnectionPointContainer::findConnectionPoint
 	 */
-	type getConnectionType(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	type getConnectionType();
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::lang::XConnectionPoint::getConnectionPointContainer
-	/** @returns  
-			the <type>XConnectionPointContainer</type> interface on  
-			the parent connectable object. 
-			 
+	/** @returns
+			the <type>XConnectionPointContainer</type> interface on
+			the parent connectable object.
+
 		@see XConnectionPointContainer
 	 */
-	com::sun::star::lang::XConnectionPointContainer getConnectionPointContainer(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::lang::XConnectionPointContainer getConnectionPointContainer();
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::lang::XConnectionPoint::advise
-	/** creates a connection between a connection point and a 
-		client's sink, where the sink implements the outgoing interface 
-		supported by this connection point. 
-				 
-		<p>A few <code>add...Listener</code> methods need additional parameters 
-		to add listeners or throw exceptions. One of these methods is  
-		<member scope="com::sun::star::beans">XPropertySet::addPropertyChangeListener</member>. 
-		We ignore the problem in this interface. A solution must be provided  
+	/** creates a connection between a connection point and a
+		client's sink, where the sink implements the outgoing interface
+		supported by this connection point.
+
+		<p>A few <code>add...Listener</code> methods need additional parameters
+		to add listeners or throw exceptions. One of these methods is
+		<member scope="com::sun::star::beans">XPropertySet::addPropertyChangeListener</member>.
+		We ignore the problem in this interface. A solution must be provided
 		in an additional <type>XConnectionPoint</type> interface.  </p>
-		 
-		@param xListener	 
-			specifies the listener interface on the client's advise sink.  
-			The client's sink receives outgoing calls from the  
-			connection point container. 
-			 
-		@throws ListenerExistException	 
-			if it is a unicast broadcaster and a listener is already set. 
-			 
-		@throws InvalidListenerException	 
-			if the listener does not supply the needed interfaces. 
-			 
+
+		@param xListener
+			specifies the listener interface on the client's advise sink.
+			The client's sink receives outgoing calls from the
+			connection point container.
+
+		@throws ListenerExistException
+			if it is a unicast broadcaster and a listener is already set.
+
+		@throws InvalidListenerException
+			if the listener does not supply the needed interfaces.
+
 		@see com::sun::star::beans::XPropertySet::addPropertyChangeListener
 	 */
-	void advise( [in] com::sun::star::uno::XInterface xListener ) 
-			raises( com::sun::star::lang::ListenerExistException, 
-					com::sun::star::lang::InvalidListenerException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void advise( [in] com::sun::star::uno::XInterface xListener )
+			raises( com::sun::star::lang::ListenerExistException,
+					com::sun::star::lang::InvalidListenerException );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::lang::XConnectionPoint::unadvise
-	/** terminates a notification previously set up with advise. 
-				 
-		<p>A few <code>remove...Listener</code> methods need additional  
-		parameters to add listeners or throw exceptions. One of these methods  
-		is <member scope="com::sun::star::beans">XPropertySet::removePropertyChangeListener</member>. 
-		We ignore the problem in this interface. A solution must be  
+	/** terminates a notification previously set up with advise.
+
+		<p>A few <code>remove...Listener</code> methods need additional
+		parameters to add listeners or throw exceptions. One of these methods
+		is <member scope="com::sun::star::beans">XPropertySet::removePropertyChangeListener</member>.
+		We ignore the problem in this interface. A solution must be
 		provided in an additional <type>XConnectionPoint</type> interface.  </p>
-		 
-		@param listener 
-			specifies the listener interface on the client's advise sink. 
-		 
+
+		@param listener
+			specifies the listener interface on the client's advise sink.
+
 		@see com::sun::star::beans::XPropertySet::removePropertyChangeListener
 	 */
-	void unadvise( [in] com::sun::star::uno::XInterface xListener ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void unadvise( [in] com::sun::star::uno::XInterface xListener );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::lang::XConnectionPoint::getConnections
-	/** @returns 
+	/** @returns
 				a sequence of all currently advised connections.
 	 */
-	sequence<com::sun::star::uno::XInterface> getConnections(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	sequence<com::sun::star::uno::XInterface> getConnections();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/lang/XConnectionPointContainer.idl b/main/udkapi/com/sun/star/lang/XConnectionPointContainer.idl
index 1aa5c51..1793a64 100644
--- a/main/udkapi/com/sun/star/lang/XConnectionPointContainer.idl
+++ b/main/udkapi/com/sun/star/lang/XConnectionPointContainer.idl
@@ -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,77 +7,77 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_lang_XConnectionPointContainer_idl__ 
-#define __com_sun_star_lang_XConnectionPointContainer_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
+#ifndef __com_sun_star_lang_XConnectionPointContainer_idl__
+#define __com_sun_star_lang_XConnectionPointContainer_idl__
 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module lang {  
- 
- published interface XConnectionPoint; 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module lang {
+
+ published interface XConnectionPoint;
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::lang::XConnectionPointContainer
 /** makes it possible to locate a specific connection point
 	for a specified UIK and manages a sequence of connections points.
-	
+
 	<p>An implementation of this interface <strong>must</strong>
-	support the <type scope="com::sun::star::uno">XWeak</type> interface. 
+	support the <type scope="com::sun::star::uno">XWeak</type> interface.
 	Look at the language binding for a superclass or something else.  </p>
 
-	@see XConnectionPoint 
+	@see XConnectionPoint
 	@see com::sun::star::uno::XWeak
  */
 published interface XConnectionPointContainer: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::lang::XConnectionPointContainer::getConnectionPointTypes
-	/** @returns 
-			a sequence of all outgoing types; specifies which are supported 
+	/** @returns
+			a sequence of all outgoing types; specifies which are supported
 			by this connectable object.
 	 */
-	sequence<type> getConnectionPointTypes(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	sequence<type> getConnectionPointTypes();
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::lang::XConnectionPointContainer::queryConnectionPoint
-	/** @returns  
-			an <type>XConnectionPoint</type> interface of a 
-			connection point for a specified type if that type 
-			describes a supported outgoing interface. It is 
-			<const>NULL</const> on failure of the call. 
-				 
-		@param aType 
+	/** @returns
+			an <type>XConnectionPoint</type> interface of a
+			connection point for a specified type if that type
+			describes a supported outgoing interface. It is
+			<const>NULL</const> on failure of the call.
+
+		@param aType
 			specifies the connection point's type.
 	 */
-	XConnectionPoint queryConnectionPoint( [in] type aType ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	XConnectionPoint queryConnectionPoint( [in] type aType );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::lang::XConnectionPointContainer::advise
 	/** creates a connection between this object and a
 		client's sink, where the sink implements the outgoing
 		interface specified with ID.
-		
+
 		<p>The interface is advised under the connection point you
 		get with <code>queryConnectionPoint( id )</code>.  </p>
 
@@ -88,27 +88,27 @@
 
 		@see XConnectionPoint::advise
 	 */
-	[oneway] void advise( [in] type aType, 
-			 [in] com::sun::star::uno::XInterface xListener ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void advise( [in] type aType,
+			 [in] com::sun::star::uno::XInterface xListener );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::lang::XConnectionPointContainer::unadvise
 	/** terminates a notification previously set up with
 		advise at the container or at the suitable connection point.
 
 		@see XConnectionPoint::unadvise
 	 */
-	[oneway] void unadvise( [in] type aType, 
-			 [in] com::sun::star::uno::XInterface xListener ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	[oneway] void unadvise( [in] type aType,
+			 [in] com::sun::star::uno::XInterface xListener );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/lang/XEventListener.idl b/main/udkapi/com/sun/star/lang/XEventListener.idl
index 452addd..3af7678 100644
--- a/main/udkapi/com/sun/star/lang/XEventListener.idl
+++ b/main/udkapi/com/sun/star/lang/XEventListener.idl
@@ -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,48 +7,48 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#define __com_sun_star_lang_XEventListener_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_EventObject_idl__ 
-#include <com/sun/star/lang/EventObject.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module lang {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#define __com_sun_star_lang_XEventListener_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module lang {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::lang::XEventListener
 /** base interface for all event listeners interfaces.
  */
 published interface XEventListener: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::lang::XEventListener::disposing
 	/** gets called when the broadcaster is about to be disposed.
-		
-		<p>All listeners and all other objects, which reference the 
+
+		<p>All listeners and all other objects, which reference the
 		broadcaster should release the reference to the source.
         No method should be invoked anymore on this object (
         including <member>XComponent::removeEventListener</member> ).
@@ -58,15 +58,15 @@
 		of derived listener interfaced, not only for registrations
 		at <type>XComponent</type>. </p>
 	 */
-	void disposing( [in] com::sun::star::lang::EventObject Source ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	void disposing( [in] com::sun::star::lang::EventObject Source );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/lang/XInitialization.idl b/main/udkapi/com/sun/star/lang/XInitialization.idl
index c813e69..fd3f1ae 100644
--- a/main/udkapi/com/sun/star/lang/XInitialization.idl
+++ b/main/udkapi/com/sun/star/lang/XInitialization.idl
@@ -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,47 +7,47 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_lang_XInitialization_idl__ 
-#define __com_sun_star_lang_XInitialization_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module lang {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_lang_XInitialization_idl__
+#define __com_sun_star_lang_XInitialization_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module lang {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::lang::XInitialization
 /** initializes an object directly after its creation.
-	
-	<p>This interface works together with factories. If you want to 
+
+	<p>This interface works together with factories. If you want to
 	initialize the object after creation, you should
-	support this interface and you may support other interfaces 
+	support this interface and you may support other interfaces
 	which offer type-safe initialization methods.  </p>
 
     <p>Instead of calling <member>XSingleComponentFactory::createInstanceWithContext</member>
-    and later initialize(), you should call 
+    and later initialize(), you should call
     <member>XSingleComponentFactory::createInstanceWithArgumentsAndContext</member>
     to pass the arguments to the instance. The reason is, that a component may want to
     return the same instance for the same set of parameters, and it can do so by implementing
@@ -56,24 +56,24 @@
 
  */
 published interface XInitialization: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::lang::XInitialization::initialize
-	/** initializes the object. 
-		
+	/** initializes the object.
+
 		<p>It should be called directly after the object is created.
 	 */
-	void initialize( [in] sequence<any> aArguments ) 
-			raises( com::sun::star::uno::Exception ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	void initialize( [in] sequence<any> aArguments )
+			raises( com::sun::star::uno::Exception );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/lang/XLocalizable.idl b/main/udkapi/com/sun/star/lang/XLocalizable.idl
index fee9136..7d2081d 100644
--- a/main/udkapi/com/sun/star/lang/XLocalizable.idl
+++ b/main/udkapi/com/sun/star/lang/XLocalizable.idl
@@ -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,60 +7,60 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_lang_XLocalizable_idl__ 
-#define __com_sun_star_lang_XLocalizable_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_Locale_idl__ 
-#include <com/sun/star/lang/Locale.idl> 
-#endif 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module lang {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_lang_XLocalizable_idl__
+#define __com_sun_star_lang_XLocalizable_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_lang_Locale_idl__
+#include <com/sun/star/lang/Locale.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module lang {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::lang::XLocalizable
 /** makes it possible to set a <type>Locale</type> to be used by the object.
  */
 published interface XLocalizable: com::sun::star::uno::XInterface
-{ 
-	 
+{
+
 	// DocMerge from xml: method com::sun::star::lang::XLocalizable::setLocale
 	/** sets the locale to be used by this object.
 	 */
-	void setLocale( [in] Locale eLocale ); 
- 
-	 
+	void setLocale( [in] Locale eLocale );
+
+
 	// DocMerge from idl: method com::sun::star::lang::XLocalizable::getLocale
-	/** @returns 
+	/** @returns
 				the locale, which is used by this object.
 	 */
-	Locale getLocale(); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	Locale getLocale();
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/lang/XMain.idl b/main/udkapi/com/sun/star/lang/XMain.idl
index b0de818..bf5c9b3 100644
--- a/main/udkapi/com/sun/star/lang/XMain.idl
+++ b/main/udkapi/com/sun/star/lang/XMain.idl
@@ -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,37 +7,37 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_lang_XMain_idl__ 
-#define __com_sun_star_lang_XMain_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module lang {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_lang_XMain_idl__
+#define __com_sun_star_lang_XMain_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module lang {
+
+//=============================================================================
+
 /** Executing interface for executable components run by the uno executable
     loader.  This is an application to run components passing the command
     line arguments.
@@ -52,14 +52,14 @@
         @return
                return value passed to be returned by main()
     */
-	long run( [in] sequence< string > aArguments ); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	long run( [in] sequence< string > aArguments );
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/lang/XMultiComponentFactory.idl b/main/udkapi/com/sun/star/lang/XMultiComponentFactory.idl
index 05936b5..f5384ef 100644
--- a/main/udkapi/com/sun/star/lang/XMultiComponentFactory.idl
+++ b/main/udkapi/com/sun/star/lang/XMultiComponentFactory.idl
@@ -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,41 +7,41 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_lang_XMultiComponentFactory_idl__ 
-#define __com_sun_star_lang_XMultiComponentFactory_idl__ 
- 
+#ifndef __com_sun_star_lang_XMultiComponentFactory_idl__
+#define __com_sun_star_lang_XMultiComponentFactory_idl__
+
 #ifndef __com_sun_star_uno_XComponentContext_idl__
-#include <com/sun/star/uno/XComponentContext.idl> 
-#endif 
+#include <com/sun/star/uno/XComponentContext.idl>
+#endif
 
 
 //=============================================================================
 
 module com {  module sun {  module star {  module lang {
 
-/** Factory interface for creating component instances giving a context from 
+/** Factory interface for creating component instances giving a context from
 	which to retrieve deployment values.
-    
-	@see XInitialization 
+
+	@see XInitialization
 */
 published interface XMultiComponentFactory : com::sun::star::uno::XInterface
-{ 
+{
 	/** Creates an instance of a component which supports the
 		services specified by the factory.
-        
+
         @param aServiceSpecifier
                service name
         @param Context
@@ -53,11 +53,11 @@
         [in] string aServiceSpecifier,
         [in] com::sun::star::uno::XComponentContext Context )
         raises (com::sun::star::uno::Exception);
-    
+
 	/** Creates an instance of a component which supports the
 		services specified by the factory, and initializes the new instance
         with the given arguments and context.
-        
+
         @param ServiceSpecifier
                service name
         @param Arguments
@@ -68,19 +68,19 @@
                 component instance
     */
 	com::sun::star::uno::XInterface createInstanceWithArgumentsAndContext(
-        [in] string ServiceSpecifier, 
+        [in] string ServiceSpecifier,
         [in] sequence<any> Arguments,
         [in] com::sun::star::uno::XComponentContext Context )
         raises (com::sun::star::uno::Exception);
-    
+
 	/** Gets the names of all supported services.
-        
-        @returns 
+
+        @returns
                  sequence of all service names
     */
 	sequence< string > getAvailableServiceNames();
-}; 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/lang/XMultiServiceFactory.idl b/main/udkapi/com/sun/star/lang/XMultiServiceFactory.idl
index dc282b1..3519a85 100644
--- a/main/udkapi/com/sun/star/lang/XMultiServiceFactory.idl
+++ b/main/udkapi/com/sun/star/lang/XMultiServiceFactory.idl
@@ -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,40 +7,40 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_lang_XMultiServiceFactory_idl__ 
-#define __com_sun_star_lang_XMultiServiceFactory_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module lang {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_lang_XMultiServiceFactory_idl__
+#define __com_sun_star_lang_XMultiServiceFactory_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module lang {
+
+//=============================================================================
+
 /** Factories support this interface creating instances giving a name,
     e.g. a service name.
-    
+
     <p>
     Note:
     Although this interface deals with the notion of "services", this is not
@@ -49,20 +49,20 @@
     </p>
 */
 published interface XMultiServiceFactory: com::sun::star::uno::XInterface
-{ 
+{
 	/** Creates an instance classified by the specified name.
-        
+
         @param aServiceSpecifier
                classified name of instance
         @return
                 instance
     */
-	com::sun::star::uno::XInterface createInstance( [in] string aServiceSpecifier ) 
-        raises( com::sun::star::uno::Exception ); 
-    
+	com::sun::star::uno::XInterface createInstance( [in] string aServiceSpecifier )
+        raises( com::sun::star::uno::Exception );
+
 	/** Creates an instance classified by the specified name and passes the arguments
         to that instance.
-        
+
         @param ServiceSpecifier
                classified name of instance
         @param Arguments
@@ -71,23 +71,23 @@
                 instance
     */
 	com::sun::star::uno::XInterface createInstanceWithArguments(
-        [in] string ServiceSpecifier, 
-        [in] sequence<any> Arguments ) 
-        raises( com::sun::star::uno::Exception ); 
-    
+        [in] string ServiceSpecifier,
+        [in] sequence<any> Arguments )
+        raises( com::sun::star::uno::Exception );
+
 	/** Provides the available names of the factory to be used to create instances.
-        
-        @returns 
+
+        @returns
                  sequence of all names
     */
 	sequence<string> getAvailableServiceNames();
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/lang/XServiceDisplayName.idl b/main/udkapi/com/sun/star/lang/XServiceDisplayName.idl
index 2013053..ef7cc83 100644
--- a/main/udkapi/com/sun/star/lang/XServiceDisplayName.idl
+++ b/main/udkapi/com/sun/star/lang/XServiceDisplayName.idl
@@ -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,50 +7,50 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_lang_XServiceDisplayName_idl__ 
-#define __com_sun_star_lang_XServiceDisplayName_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_Locale_idl__ 
-#include <com/sun/star/lang/Locale.idl> 
-#endif 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module lang {  
- 
-//============================================================================= 
+#ifndef __com_sun_star_lang_XServiceDisplayName_idl__
+#define __com_sun_star_lang_XServiceDisplayName_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_lang_Locale_idl__
+#include <com/sun/star/lang/Locale.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module lang {
+
+//=============================================================================
 /** provides a name for the service to be used in displays.
 
  	<p>This name can be used in displays (dialogs, menus, etc.) to provide
- 	a more memorable / meaningful name than the service name or its 
- 	implementation name. It should not be used to identify / select a 
+ 	a more memorable / meaningful name than the service name or its
+ 	implementation name. It should not be used to identify / select a
  	specific service / implementation.</p>
  */
 published interface XServiceDisplayName : ::com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** returns the display name of the service for a given language.
 
-	 	<p>The caller may specify a 
+	 	<p>The caller may specify a
 	 	<type scope="com::sun::star::lang">Locale</type> for the preferred
-	 	language of the resulting string. 
+	 	language of the resulting string.
 	 	However, if that locale is not supported the resulting string may
 	 	be given in a different language. Usually this should be English.</p>
 
@@ -60,12 +60,12 @@
 	 	@returns
 	 		the string to be used for the service in displays.
 	 */
-	string	getServiceDisplayName( 
-			[in] ::com::sun::star::lang::Locale aLocale ); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	string	getServiceDisplayName(
+			[in] ::com::sun::star::lang::Locale aLocale );
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/lang/XServiceInfo.idl b/main/udkapi/com/sun/star/lang/XServiceInfo.idl
index 4eeba37..bb2c7c0 100644
--- a/main/udkapi/com/sun/star/lang/XServiceInfo.idl
+++ b/main/udkapi/com/sun/star/lang/XServiceInfo.idl
@@ -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,69 +7,69 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_lang_XServiceInfo_idl__ 
-#define __com_sun_star_lang_XServiceInfo_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module lang {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_lang_XServiceInfo_idl__
+#define __com_sun_star_lang_XServiceInfo_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module lang {
+
+//=============================================================================
+
 /** Provides information regarding the implementation, i.e. which services
     are implemented and the name of the implementation.
 */
 published interface XServiceInfo: com::sun::star::uno::XInterface
-{ 
+{
 	/** Provides the implementation name of the service implementation.
-        
-        @returns 
+
+        @returns
                  unique name of the implementation
     */
-	string getImplementationName(); 
-    
+	string getImplementationName();
+
 	/** Tests whether the specified service is supported, i.e. implemented
         by the implementation.
-        
+
         @param ServiceName
                name of service to be tested
         @return
                 true, if service is supported, false otherwise
     */
-	boolean supportsService( [in] string ServiceName ); 
-    
+	boolean supportsService( [in] string ServiceName );
+
 	/** Provides the supported service names of the implementation, including
         also indirect service names.
-        
+
         @return
                 sequence of service names that are supported
     */
 	sequence<string> getSupportedServiceNames();
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
+};
 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/lang/XServiceName.idl b/main/udkapi/com/sun/star/lang/XServiceName.idl
index af6bc63..95bcc00 100644
--- a/main/udkapi/com/sun/star/lang/XServiceName.idl
+++ b/main/udkapi/com/sun/star/lang/XServiceName.idl
@@ -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,54 +7,54 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_lang_XServiceName_idl__ 
-#define __com_sun_star_lang_XServiceName_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module lang {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_lang_XServiceName_idl__
+#define __com_sun_star_lang_XServiceName_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module lang {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::lang::XServiceName
 /** identifies the object with a service name which can be used to create
 	such an object by a factory.
  */
 published interface XServiceName: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from idl: method com::sun::star::lang::XServiceName::getServiceName
-	/** @returns  
-			the service name that can be used to create such an object  
-			by a factory.  
-		 
+	/** @returns
+			the service name that can be used to create such an object
+			by a factory.
+
 		@see com::sun::star::io::XPersistObject::getServiceName
 	 */
-	string getServiceName(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	string getServiceName();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/lang/XSingleComponentFactory.idl b/main/udkapi/com/sun/star/lang/XSingleComponentFactory.idl
index 6e6f6bf..28cb046 100644
--- a/main/udkapi/com/sun/star/lang/XSingleComponentFactory.idl
+++ b/main/udkapi/com/sun/star/lang/XSingleComponentFactory.idl
@@ -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,40 +7,40 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_lang_XSingleComponentFactory_idl__ 
-#define __com_sun_star_lang_XSingleComponentFactory_idl__ 
- 
-#ifndef __com_sun_star_uno_XComponentContext_idl__ 
-#include <com/sun/star/uno/XComponentContext.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module lang {  
- 
+#ifndef __com_sun_star_lang_XSingleComponentFactory_idl__
+#define __com_sun_star_lang_XSingleComponentFactory_idl__
+
+#ifndef __com_sun_star_uno_XComponentContext_idl__
+#include <com/sun/star/uno/XComponentContext.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module lang {
+
 /** Factory interface to create instances of an implementation of a service
     specification.
-    
-	@see XInitialization 
+
+	@see XInitialization
 */
 published interface XSingleComponentFactory : com::sun::star::uno::XInterface
-{ 
+{
 	/** Creates an instance of a service implementation.
-        
+
         @param Context
                the instance gets its deployment values from this
         @return
@@ -49,10 +49,10 @@
 	com::sun::star::uno::XInterface createInstanceWithContext(
         [in] com::sun::star::uno::XComponentContext Context )
         raises (com::sun::star::uno::Exception);
-    
+
 	/** Creates an instance of a component and initializes the new instance
         with the given arguments and context.
-        
+
         @param Arguments
                arguments passed to implementation
         @param Context
@@ -64,8 +64,8 @@
         [in] sequence<any> Arguments,
         [in] com::sun::star::uno::XComponentContext Context )
         raises( com::sun::star::uno::Exception );
-}; 
- 
+};
+
 }; }; }; };
 
-#endif 
+#endif
diff --git a/main/udkapi/com/sun/star/lang/XSingleServiceFactory.idl b/main/udkapi/com/sun/star/lang/XSingleServiceFactory.idl
index 36e70da..41884b5 100644
--- a/main/udkapi/com/sun/star/lang/XSingleServiceFactory.idl
+++ b/main/udkapi/com/sun/star/lang/XSingleServiceFactory.idl
@@ -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,55 +7,55 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_lang_XSingleServiceFactory_idl__ 
-#define __com_sun_star_lang_XSingleServiceFactory_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module lang {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_lang_XSingleServiceFactory_idl__
+#define __com_sun_star_lang_XSingleServiceFactory_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module lang {
+
+//=============================================================================
+
 /** Factory interface to produce instances of an implementation
     of a service specification.
-    
+
     This interface is deprecated.  Please use <type>XSingleComponentFactory</type>.
-    
-	@see XInitialization 
+
+	@see XInitialization
     @deprecated
 */
 published interface XSingleServiceFactory: com::sun::star::uno::XInterface
-{ 
+{
 	/** Creates an instance of a service implementation.
 
         @return
                 service instance
     */
-	com::sun::star::uno::XInterface createInstance() 
-        raises( com::sun::star::uno::Exception ); 
- 
+	com::sun::star::uno::XInterface createInstance()
+        raises( com::sun::star::uno::Exception );
+
 	/** Creates an instance of a service implementation initialized with
         some arguments.
 
@@ -64,15 +64,15 @@
         @return
                 service instance
     */
-	com::sun::star::uno::XInterface createInstanceWithArguments( [in] sequence<any> aArguments ) 
+	com::sun::star::uno::XInterface createInstanceWithArguments( [in] sequence<any> aArguments )
         raises( com::sun::star::uno::Exception );
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/lang/XTypeProvider.idl b/main/udkapi/com/sun/star/lang/XTypeProvider.idl
index b7c8f7f..eb73a31 100644
--- a/main/udkapi/com/sun/star/lang/XTypeProvider.idl
+++ b/main/udkapi/com/sun/star/lang/XTypeProvider.idl
@@ -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,69 +7,67 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_lang_XTypeProvider_idl__ 
-#define __com_sun_star_lang_XTypeProvider_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_reflection_XIdlClass_idl__ 
-#include <com/sun/star/reflection/XIdlClass.idl> 
-#endif 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module lang {  
- 
-//============================================================================= 
- 
-/** interface to get information about the types 
+#ifndef __com_sun_star_lang_XTypeProvider_idl__
+#define __com_sun_star_lang_XTypeProvider_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_reflection_XIdlClass_idl__
+#include <com/sun/star/reflection/XIdlClass.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module lang {
+
+//=============================================================================
+
+/** interface to get information about the types
 	(usually interface types) supported by an object.
  */
 published interface XTypeProvider: com::sun::star::uno::XInterface
-{ 
+{
 
-	/** returns 
-		a sequence of all types (usually interface types) provided by the object. 
-		Important: If the object aggregates other objects the sequence also has  
+	/** returns
+		a sequence of all types (usually interface types) provided by the object.
+		Important: If the object aggregates other objects the sequence also has
 		to contain all types supported by the aggregated objects.
 	 */
-	sequence<type> getTypes(); 
- 
-	 
-	/** returns 
+	sequence<type> getTypes();
+
+
+	/** returns
 		a sequence of bytes with length > 0 that is used as an Id to distinguish
-		unambiguously between two sets of types, e.g. to realise hashing 
-		functionality when the object is introspected. Two objects that return 
-		the same UUID also have to return the same set of types in getTypes(). 
-		
-		If a unique implementation Id cannot be provided this method has to return 
+		unambiguously between two sets of types, e.g. to realise hashing
+		functionality when the object is introspected. Two objects that return
+		the same UUID also have to return the same set of types in getTypes().
+
+		If a unique implementation Id cannot be provided this method has to return
 		an empty sequence.
 
-		Important: If the object aggregates other objects the UUID has to be unique 
+		Important: If the object aggregates other objects the UUID has to be unique
 		for the whole combination of objects.
 	 */
-	sequence<byte> getImplementationId(); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
- 
- 
+	sequence<byte> getImplementationId();
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/lang/XUnoTunnel.idl b/main/udkapi/com/sun/star/lang/XUnoTunnel.idl
index ae28b43..1e650d1 100644
--- a/main/udkapi/com/sun/star/lang/XUnoTunnel.idl
+++ b/main/udkapi/com/sun/star/lang/XUnoTunnel.idl
@@ -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,41 +7,41 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_lang_XUnoTunnel_idl__ 
-#define __com_sun_star_lang_XUnoTunnel_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module lang {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_lang_XUnoTunnel_idl__
+#define __com_sun_star_lang_XUnoTunnel_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module lang {
+
+//=============================================================================
+
 /** An interface to tunnel UNO. This means providing access to data or
     something else, which is not specified by UNO-IDL.
 
     @attention
     Restrictive usage.  Use only, if there is no better possibility left.
     It is definitely a hack.
-    
+
     <p>
     Common usage:
     Getting a C++ object pointer in the same process, thus to use an
@@ -49,7 +49,7 @@
     </p>
 */
 published interface XUnoTunnel: com::sun::star::uno::XInterface
-{ 
+{
 	/** Call this method to get something which is not specified in UNO, e.g.
         an address to some C++ object.
 
@@ -64,13 +64,13 @@
                 something
     */
 	hyper getSomething( [in] sequence< byte > aIdentifier );
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/loader/CannotActivateFactoryException.idl b/main/udkapi/com/sun/star/loader/CannotActivateFactoryException.idl
index b8546c8..b012f4c 100644
--- a/main/udkapi/com/sun/star/loader/CannotActivateFactoryException.idl
+++ b/main/udkapi/com/sun/star/loader/CannotActivateFactoryException.idl
@@ -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,36 +7,36 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_loader_CannotActivateFactoryException_idl__ 
-#define __com_sun_star_loader_CannotActivateFactoryException_idl__ 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module loader {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_loader_CannotActivateFactoryException_idl__
+#define __com_sun_star_loader_CannotActivateFactoryException_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module loader {
+
+//=============================================================================
+
 /** indicates an error during component activation
     <p> This exception is thrown when an application tries to
     activate a component factory using the
-	<member>XImplementationLoader::activate()</member> 
+	<member>XImplementationLoader::activate()</member>
 	method, but the component factory can not be activated.
     <p>
     Possible reasons for this error is a missing shared library or .jar file,
@@ -45,14 +45,14 @@
     contain some more detailed explanations.
  */
 published exception CannotActivateFactoryException: com::sun::star::uno::Exception
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/loader/Dynamic.idl b/main/udkapi/com/sun/star/loader/Dynamic.idl
index 5b40de7..051b618 100644
--- a/main/udkapi/com/sun/star/loader/Dynamic.idl
+++ b/main/udkapi/com/sun/star/loader/Dynamic.idl
@@ -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,39 +7,39 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_loader_SharedLibrary_idl__ 
-#define __com_sun_star_loader_SharedLibrary_idl__ 
- 
-#ifndef __com_sun_star_lang_XServiceInfo_idl_idl__ 
-#include <com/sun/star/lang/XServiceInfo.idl> 
-#endif 
- 
-module com {  module sun {  module star {  module loader { 
- 
- published interface XImplementationLoader; 
- 
- 
+#ifndef __com_sun_star_loader_SharedLibrary_idl__
+#define __com_sun_star_loader_SharedLibrary_idl__
+
+#ifndef __com_sun_star_lang_XServiceInfo_idl_idl__
+#include <com/sun/star/lang/XServiceInfo.idl>
+#endif
+
+module com {  module sun {  module star {  module loader {
+
+ published interface XImplementationLoader;
+
+
 /** makes it possible to access services accessible via a <code>UnoUrlResolver</code>
 	E.g., instantiation of services in another process. This service is still in an
     experimental state and should not be used in a production environment.
  */
 published service Dynamic
-{ 
+{
 	/** is used to write persistent information into the given registry
-		for accessing a <code>SingleServiceFactory</code> and for activating this 
+		for accessing a <code>SingleServiceFactory</code> and for activating this
 				implementation.
 	 */
 	/** allows registration and activation of described service.
@@ -49,15 +49,14 @@
 		link        = a parameter given to a resolver to get a <code>SingleServiceFactory</code>
 		resolver    = a <code>UnoUrlResolver</code> service, which is used to resolve the link
 	*/
-	interface XImplementationLoader; 
- 
-	 
+	interface XImplementationLoader;
+
+
 	/** gives information about other supported services
 	 */
-	interface com::sun::star::lang::XServiceInfo; 
-}; 
- 
+	interface com::sun::star::lang::XServiceInfo;
+};
+
 }; }; }; };
- 
-#endif 
- 
+
+#endif
diff --git a/main/udkapi/com/sun/star/loader/Java.idl b/main/udkapi/com/sun/star/loader/Java.idl
index d4d86b1..69ccf51 100644
--- a/main/udkapi/com/sun/star/loader/Java.idl
+++ b/main/udkapi/com/sun/star/loader/Java.idl
@@ -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,56 +7,55 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_loader_Java_idl__ 
-#define __com_sun_star_loader_Java_idl__ 
- 
-#ifndef __com_sun_star_lang_XServiceInfo_idl_idl__ 
-#include <com/sun/star/lang/XServiceInfo.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module loader { 
- 
- published interface XImplementationLoader; 
- 
- 
+#ifndef __com_sun_star_loader_Java_idl__
+#define __com_sun_star_loader_Java_idl__
+
+#ifndef __com_sun_star_lang_XServiceInfo_idl_idl__
+#include <com/sun/star/lang/XServiceInfo.idl>
+#endif
+
+ module com {  module sun {  module star {  module loader {
+
+ published interface XImplementationLoader;
+
+
 // DocMerge from xml: service com::sun::star::loader::Java
 /** allows to access a java component stored with a .jar file
  */
 published service Java
-{ 
-	 
-	/** is used for writing persistent information in the registry for  
+{
+
+	/** is used for writing persistent information in the registry for
 				external implementation and for activating this implementation. The
                 locationUrls must be absolute file urls.
 	 */
-	interface XImplementationLoader; 
- 
-	 
+	interface XImplementationLoader;
+
+
 	/** gives information about other supported services
 	 */
-	interface com::sun::star::lang::XServiceInfo; 
-}; 
- 
- 
-}; }; }; };  
- 
-/*===================================================================== 
- 
-      Source Code Control System - Update 
- 
-=====================================================================*/ 
-#endif 
- 
+	interface com::sun::star::lang::XServiceInfo;
+};
+
+
+}; }; }; };
+
+/*=====================================================================
+
+      Source Code Control System - Update
+
+=====================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/loader/Java2.idl b/main/udkapi/com/sun/star/loader/Java2.idl
index 85c8e5d..9134c01 100644
--- a/main/udkapi/com/sun/star/loader/Java2.idl
+++ b/main/udkapi/com/sun/star/loader/Java2.idl
@@ -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,25 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_loader_Java2_idl__ 
-#define __com_sun_star_loader_Java2_idl__ 
- 
-#ifndef __com_sun_star_loader_Java_idl__  
-#include <com/sun/star/loader/Java.idl> 
-#endif 
+#ifndef __com_sun_star_loader_Java2_idl__
+#define __com_sun_star_loader_Java2_idl__
+
+#ifndef __com_sun_star_loader_Java_idl__
+#include <com/sun/star/loader/Java.idl>
+#endif
 
 
 module com {  module sun {  module star {  module loader {
@@ -36,12 +36,11 @@
 name is reused again.
 */
 published service Java2
-{ 
+{
     service Java;
 
-}; 
- 
- 
+};
+
+
 }; }; }; };
-#endif 
- 
+#endif
diff --git a/main/udkapi/com/sun/star/loader/SharedLibrary.idl b/main/udkapi/com/sun/star/loader/SharedLibrary.idl
index c84dbcd..6289802 100644
--- a/main/udkapi/com/sun/star/loader/SharedLibrary.idl
+++ b/main/udkapi/com/sun/star/loader/SharedLibrary.idl
@@ -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,54 +7,53 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_loader_SharedLibrary_idl__ 
-#define __com_sun_star_loader_SharedLibrary_idl__ 
- 
-#ifndef __com_sun_star_lang_XServiceInfo_idl_idl__ 
-#include <com/sun/star/lang/XServiceInfo.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module loader { 
- 
- published interface XImplementationLoader; 
- 
- 
+#ifndef __com_sun_star_loader_SharedLibrary_idl__
+#define __com_sun_star_loader_SharedLibrary_idl__
+
+#ifndef __com_sun_star_lang_XServiceInfo_idl_idl__
+#include <com/sun/star/lang/XServiceInfo.idl>
+#endif
+
+ module com {  module sun {  module star {  module loader {
+
+ published interface XImplementationLoader;
+
+
 /** allows to access a native component stored in a shared library.
  */
 published service SharedLibrary
-{ 
-	 
-	/** is used for writing persistent information in the registry for  
-				an external implementation and for activating this 
+{
+
+	/** is used for writing persistent information in the registry for
+				an external implementation and for activating this
 				implementation.
 	 */
-	interface XImplementationLoader; 
- 
-	 
+	interface XImplementationLoader;
+
+
 	/** gives information about other supported services
 	 */
-	interface com::sun::star::lang::XServiceInfo; 
-}; 
- 
-}; }; }; }; //module com.sun.star.loader 
- 
-/*===================================================================== 
- 
-      Source Code Control System - Update 
- 
-=====================================================================*/ 
-#endif 
- 
+	interface com::sun::star::lang::XServiceInfo;
+};
+
+}; }; }; }; //module com.sun.star.loader
+
+/*=====================================================================
+
+      Source Code Control System - Update
+
+=====================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/loader/XImplementationLoader.idl b/main/udkapi/com/sun/star/loader/XImplementationLoader.idl
index 8b61c62..2e7b057 100644
--- a/main/udkapi/com/sun/star/loader/XImplementationLoader.idl
+++ b/main/udkapi/com/sun/star/loader/XImplementationLoader.idl
@@ -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,51 +7,51 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_loader_XImplementationLoader_idl__ 
-#define __com_sun_star_loader_XImplementationLoader_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_registry_XRegistryKey_idl__ 
-#include <com/sun/star/registry/XRegistryKey.idl> 
-#endif 
- 
-#ifndef __com_sun_star_registry_CannotRegisterImplementationException_idl__ 
-#include <com/sun/star/registry/CannotRegisterImplementationException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_loader_CannotActivateFactoryException_idl__ 
-#include <com/sun/star/loader/CannotActivateFactoryException.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module loader {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_loader_XImplementationLoader_idl__
+#define __com_sun_star_loader_XImplementationLoader_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_registry_XRegistryKey_idl__
+#include <com/sun/star/registry/XRegistryKey.idl>
+#endif
+
+#ifndef __com_sun_star_registry_CannotRegisterImplementationException_idl__
+#include <com/sun/star/registry/CannotRegisterImplementationException.idl>
+#endif
+
+#ifndef __com_sun_star_loader_CannotActivateFactoryException_idl__
+#include <com/sun/star/loader/CannotActivateFactoryException.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module loader {
+
+//=============================================================================
+
 /** handles activation (loading) of a UNO component.
     @see		com::sun::star::registry::XImplementationRegistration
  */
 published interface XImplementationLoader: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** activates a concrete implementation within a component.
         @param implementationName The name of the implementation,
                which shall be instantiated. The method
@@ -68,25 +68,25 @@
                that it is a relative file url. <p>Special loaders may define
                their own protocol (for instance an executable loader may need
                more than only one file url).
-               
+
         @param xKey A registry which may be used to read static data previously
                written via <method>XImplementationLoader::writeRegistryInfo()</method>.
                The use of this parameter is deprecated.
-               
+
         @return returns a factory interface, which allows to create an instance of
                 the concrete implementation. In general, the object supports a
                 <type scope="com::sun::star::lang">XSingleComponentFactory</type>
                 and the <type scope="com::sun::star::lang">XServiceInfo</type> interface. The
                 XServiceInfo interface informs about the capabilities of the
-                service implementation, not the factory itself.            
+                service implementation, not the factory itself.
 	 */
-	com::sun::star::uno::XInterface activate( [in] string implementationName, 
-			 [in] string implementationLoaderUrl, 
-			 [in] string locationUrl, 
-			 [in] com::sun::star::registry::XRegistryKey xKey ) 
-			raises( com::sun::star::loader::CannotActivateFactoryException ); 
- 
-	//------------------------------------------------------------------------- 
+	com::sun::star::uno::XInterface activate( [in] string implementationName,
+			 [in] string implementationLoaderUrl,
+			 [in] string locationUrl,
+			 [in] com::sun::star::registry::XRegistryKey xKey )
+			raises( com::sun::star::loader::CannotActivateFactoryException );
+
+	//-------------------------------------------------------------------------
 	/** writes a list of all implementations hosted by this component into a registry key.
         <p>This method is called during registering a component.
         @param xKey The registry key, which shall be used to write for each
@@ -105,15 +105,15 @@
                more than only one file url).
         @see com::sun::star::registry::XImplementationRegistration
 	 */
-	boolean writeRegistryInfo( [in] com::sun::star::registry::XRegistryKey xKey, 
-			 [in] string implementationLoaderUrl, 
-			 [in] string locationUrl ) 
-			raises( com::sun::star::registry::CannotRegisterImplementationException ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	boolean writeRegistryInfo( [in] com::sun::star::registry::XRegistryKey xKey,
+			 [in] string implementationLoaderUrl,
+			 [in] string locationUrl )
+			raises( com::sun::star::registry::CannotRegisterImplementationException );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/reflection/CoreReflection.idl b/main/udkapi/com/sun/star/reflection/CoreReflection.idl
index 676ca32..994e73a 100644
--- a/main/udkapi/com/sun/star/reflection/CoreReflection.idl
+++ b/main/udkapi/com/sun/star/reflection/CoreReflection.idl
@@ -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,37 +7,37 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_reflection_CoreReflection_idl__ 
-#define __com_sun_star_reflection_CoreReflection_idl__ 
- 
+#ifndef __com_sun_star_reflection_CoreReflection_idl__
+#define __com_sun_star_reflection_CoreReflection_idl__
+
 #ifndef __com_sun_star_reflection_XIdlReflection_idl__
-#include <com/sun/star/reflection/XIdlReflection.idl> 
+#include <com/sun/star/reflection/XIdlReflection.idl>
 #endif
 
 #ifndef __com_sun_star_lang_XComponent_idl__
-#include <com/sun/star/lang/XComponent.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module reflection {  
- 
-//============================================================================= 
- 
+#include <com/sun/star/lang/XComponent.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module reflection {
+
+//=============================================================================
+
 /** This service is the implementation of the reflection API.
     You can obtain information about types, modify values of reflected types
     and call on objects.
@@ -60,11 +60,11 @@
 };
 */
 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/reflection/FieldAccessMode.idl b/main/udkapi/com/sun/star/reflection/FieldAccessMode.idl
index dd3c20e..e2ed17b 100644
--- a/main/udkapi/com/sun/star/reflection/FieldAccessMode.idl
+++ b/main/udkapi/com/sun/star/reflection/FieldAccessMode.idl
@@ -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,54 +7,54 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_reflection_FieldAccessMode_idl__ 
-#define __com_sun_star_reflection_FieldAccessMode_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module reflection {  
- 
-//============================================================================= 
-  
+#ifndef __com_sun_star_reflection_FieldAccessMode_idl__
+#define __com_sun_star_reflection_FieldAccessMode_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module reflection {
+
+//=============================================================================
+
 /** Denotes the access possibilities via <type>XIdlField2</type> to an
     interface attribute, enum or compound type (struct/exception).
 */
 published enum FieldAccessMode
-{ 
+{
 	/** readable and writeable
 	*/
-	READWRITE,    
+	READWRITE,
 	/** readable only
 	*/
-	READONLY, 
+	READONLY,
 	/** writeable only
 	*/
-	WRITEONLY, 
+	WRITEONLY,
 	/** Deprecated.  Not used anymore.
         @deprecated
     */
 	CONST
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/reflection/InvocationTargetException.idl b/main/udkapi/com/sun/star/reflection/InvocationTargetException.idl
index 8c902de..f79ae84 100644
--- a/main/udkapi/com/sun/star/reflection/InvocationTargetException.idl
+++ b/main/udkapi/com/sun/star/reflection/InvocationTargetException.idl
@@ -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,47 +7,47 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_reflection_InvocationTargetException_idl__ 
-#define __com_sun_star_reflection_InvocationTargetException_idl__ 
- 
-#ifndef __com_sun_star_lang_WrappedTargetException_idl__ 
-#include <com/sun/star/lang/WrappedTargetException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module reflection {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_reflection_InvocationTargetException_idl__
+#define __com_sun_star_reflection_InvocationTargetException_idl__
+
+#ifndef __com_sun_star_lang_WrappedTargetException_idl__
+#include <com/sun/star/lang/WrappedTargetException.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module reflection {
+
+//=============================================================================
+
 /** This exception denotes a checked exception (wrapping an originating exception)
     and may be thrown upon using invocation API.
-	
+
 	@see XIdlMethod
 */
 published exception InvocationTargetException: com::sun::star::lang::WrappedTargetException
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/reflection/MethodMode.idl b/main/udkapi/com/sun/star/reflection/MethodMode.idl
index 7350996..31855fb 100644
--- a/main/udkapi/com/sun/star/reflection/MethodMode.idl
+++ b/main/udkapi/com/sun/star/reflection/MethodMode.idl
@@ -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,49 +7,49 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_reflection_MethodMode_idl__ 
-#define __com_sun_star_reflection_MethodMode_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module reflection {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_reflection_MethodMode_idl__
+#define __com_sun_star_reflection_MethodMode_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module reflection {
+
+//=============================================================================
+
 /** MethodMode denotes the mode in which method calls are run, i.e. either oneway or
     twoway.  Mode oneway denotes that a call may be run asynchronously
     (thus having no out parameters or return value)
 */
 published enum MethodMode
-{ 
+{
 	/** method may be run asynchronously
 	 */
-	ONEWAY, 
-    
-	/** method is run The 
+	ONEWAY,
+
+	/** method is run The
 	 */
 	TWOWAY
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/reflection/NoSuchTypeNameException.idl b/main/udkapi/com/sun/star/reflection/NoSuchTypeNameException.idl
index 8fd1d6d..a890f2f 100644
--- a/main/udkapi/com/sun/star/reflection/NoSuchTypeNameException.idl
+++ b/main/udkapi/com/sun/star/reflection/NoSuchTypeNameException.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/reflection/ParamInfo.idl b/main/udkapi/com/sun/star/reflection/ParamInfo.idl
index eddbd27..77e3d1a 100644
--- a/main/udkapi/com/sun/star/reflection/ParamInfo.idl
+++ b/main/udkapi/com/sun/star/reflection/ParamInfo.idl
@@ -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,56 +7,56 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_reflection_ParamInfo_idl__ 
-#define __com_sun_star_reflection_ParamInfo_idl__ 
- 
-#ifndef __com_sun_star_reflection_ParamMode_idl__ 
-#include <com/sun/star/reflection/ParamMode.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module reflection {  
- 
- published interface XIdlClass; 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_reflection_ParamInfo_idl__
+#define __com_sun_star_reflection_ParamInfo_idl__
+
+#ifndef __com_sun_star_reflection_ParamMode_idl__
+#include <com/sun/star/reflection/ParamMode.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module reflection {
+
+ published interface XIdlClass;
+
+//=============================================================================
+
 /** Provides information about a formal parameter of a method.
 */
 published struct ParamInfo
 {
 	/** name of the parameter
 	*/
-	string aName; 
-    
+	string aName;
+
 	/** parameter mode: in, out, inout
 	*/
-	ParamMode aMode; 
-    
+	ParamMode aMode;
+
 	/** formal type of the parameter
 	*/
 	XIdlClass aType;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/reflection/ParamMode.idl b/main/udkapi/com/sun/star/reflection/ParamMode.idl
index 8d9813d..bb19f3e 100644
--- a/main/udkapi/com/sun/star/reflection/ParamMode.idl
+++ b/main/udkapi/com/sun/star/reflection/ParamMode.idl
@@ -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,53 +7,53 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_reflection_ParamMode_idl__ 
-#define __com_sun_star_reflection_ParamMode_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module reflection {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_reflection_ParamMode_idl__
+#define __com_sun_star_reflection_ParamMode_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module reflection {
+
+//=============================================================================
+
 /** The parameter mode denotes the transfer between caller and callee
     of a method.
 */
 published enum ParamMode
-{ 
+{
 	/** parameter serves as pure input for a called method
 	*/
-	IN, 
-    
+	IN,
+
 	/** parameter serves as pure output for the callee (in addition to the return value)
 	*/
-	OUT, 
-    
+	OUT,
+
 	/** parameter serves as input as well as output; data can transferred in both directions
     */
-	INOUT 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	INOUT
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/reflection/ProxyFactory.idl b/main/udkapi/com/sun/star/reflection/ProxyFactory.idl
index 9a09aa1..3e450a4 100644
--- a/main/udkapi/com/sun/star/reflection/ProxyFactory.idl
+++ b/main/udkapi/com/sun/star/reflection/ProxyFactory.idl
@@ -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,39 +7,39 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_reflection_ProxyFactory_idl__ 
-#define __com_sun_star_reflection_ProxyFactory_idl__ 
- 
-#ifndef __com_sun_star_reflection_XProxyFactory_idl__ 
-#include <com/sun/star/reflection/XProxyFactory.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module reflection {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_reflection_ProxyFactory_idl__
+#define __com_sun_star_reflection_ProxyFactory_idl__
+
+#ifndef __com_sun_star_reflection_XProxyFactory_idl__
+#include <com/sun/star/reflection/XProxyFactory.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module reflection {
+
+//=============================================================================
+
 /** Service to create proxy objects acting on behalf of a given
     target object.<br>
     A proxy delegates calls to a given target object.
     In addition, it is aggregatable, thus it is possible to
     intercept calls on the proxy's interfaces.
-    
+
     @attention
     A proxy object is UNO conform, but does NOT provide original target
     interfaces on queryInterface() calls.  This may lead to problems
@@ -56,14 +56,14 @@
 {
     /** Factory interface to produce proxies
     */
-	interface com::sun::star::reflection::XProxyFactory; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	interface com::sun::star::reflection::XProxyFactory;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/reflection/TypeDescriptionManager.idl b/main/udkapi/com/sun/star/reflection/TypeDescriptionManager.idl
index 308a064..618163a 100644
--- a/main/udkapi/com/sun/star/reflection/TypeDescriptionManager.idl
+++ b/main/udkapi/com/sun/star/reflection/TypeDescriptionManager.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/reflection/TypeDescriptionProvider.idl b/main/udkapi/com/sun/star/reflection/TypeDescriptionProvider.idl
index a243954..6e80e7a 100644
--- a/main/udkapi/com/sun/star/reflection/TypeDescriptionProvider.idl
+++ b/main/udkapi/com/sun/star/reflection/TypeDescriptionProvider.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/reflection/TypeDescriptionSearchDepth.idl b/main/udkapi/com/sun/star/reflection/TypeDescriptionSearchDepth.idl
index 50d90a0..3ea393a 100644
--- a/main/udkapi/com/sun/star/reflection/TypeDescriptionSearchDepth.idl
+++ b/main/udkapi/com/sun/star/reflection/TypeDescriptionSearchDepth.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/reflection/XArrayTypeDescription.idl b/main/udkapi/com/sun/star/reflection/XArrayTypeDescription.idl
index 25a1eed..5f80976 100644
--- a/main/udkapi/com/sun/star/reflection/XArrayTypeDescription.idl
+++ b/main/udkapi/com/sun/star/reflection/XArrayTypeDescription.idl
@@ -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,33 +7,33 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_reflection_XArrayTypeDescription_idl__ 
-#define __com_sun_star_reflection_XArrayTypeDescription_idl__ 
- 
-#ifndef __com_sun_star_reflection_XTypeDescription_idl__ 
-#include <com/sun/star/reflection/XTypeDescription.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module reflection {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_reflection_XArrayTypeDescription_idl__
+#define __com_sun_star_reflection_XArrayTypeDescription_idl__
+
+#ifndef __com_sun_star_reflection_XTypeDescription_idl__
+#include <com/sun/star/reflection/XTypeDescription.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module reflection {
+
+//=============================================================================
+
 /** Deprecated.  Arrays are not supported.
     Reflects a fixed-size array type.
 	The type class of this description is TypeClass_ARRAY.
@@ -41,34 +41,34 @@
     @deprecated
 */
 published interface XArrayTypeDescription: com::sun::star::reflection::XTypeDescription
-{ 
+{
 	/** Returns the element type of the array.
-        
+
         @return
                 element type of the array
     */
-	com::sun::star::reflection::XTypeDescription getType(); 
-    
+	com::sun::star::reflection::XTypeDescription getType();
+
 	/** Returns the number of dimensions of the array.
-        
+
         @return
                 dimension of the array
     */
-	long getNumberOfDimensions(); 
-    
+	long getNumberOfDimensions();
+
 	/** Returns dimensions of array (same length as getNumberOfDimensions()).
-        
+
         @return
                 dimensions of array
     */
 	sequence< long > getDimensions();
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/reflection/XCompoundTypeDescription.idl b/main/udkapi/com/sun/star/reflection/XCompoundTypeDescription.idl
index a6c674d..b56e4c7 100644
--- a/main/udkapi/com/sun/star/reflection/XCompoundTypeDescription.idl
+++ b/main/udkapi/com/sun/star/reflection/XCompoundTypeDescription.idl
@@ -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,33 +7,33 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_reflection_XCompoundTypeDescription_idl__ 
-#define __com_sun_star_reflection_XCompoundTypeDescription_idl__ 
- 
-#ifndef __com_sun_star_reflection_XTypeDescription_idl__ 
-#include <com/sun/star/reflection/XTypeDescription.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module reflection {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_reflection_XCompoundTypeDescription_idl__
+#define __com_sun_star_reflection_XCompoundTypeDescription_idl__
+
+#ifndef __com_sun_star_reflection_XTypeDescription_idl__
+#include <com/sun/star/reflection/XTypeDescription.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module reflection {
+
+//=============================================================================
+
 /** Reflects a compound type, i.e. a struct or exception.
 
     <p>For struct types, this type is superseded by
@@ -41,15 +41,15 @@
     types.</p>
 */
 published interface XCompoundTypeDescription: com::sun::star::reflection::XTypeDescription
-{ 
+{
 	/** Returns the type of the base type of the compound type.
         If the compound does not have a base type, the method returns a null interface.
-        
+
         @return
                 base interface or null
     */
-	com::sun::star::reflection::XTypeDescription getBaseType(); 
-    
+	com::sun::star::reflection::XTypeDescription getBaseType();
+
 	/** Returns the member types of the struct/exception in IDL declaration order.
 
         <p>For a polymorphic struct type template, a member of parameterized
@@ -61,21 +61,21 @@
         @return
                 members of struct/exception
     */
-	sequence<com::sun::star::reflection::XTypeDescription> getMemberTypes(); 
-    
+	sequence<com::sun::star::reflection::XTypeDescription> getMemberTypes();
+
 	/** Returns the member names of the struct/exception in IDL declaration order.
 
         @return
                 members names of struct/exception
     */
-	sequence<string> getMemberNames(); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	sequence<string> getMemberNames();
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/reflection/XConstantTypeDescription.idl b/main/udkapi/com/sun/star/reflection/XConstantTypeDescription.idl
index 023c6df..355bb77 100644
--- a/main/udkapi/com/sun/star/reflection/XConstantTypeDescription.idl
+++ b/main/udkapi/com/sun/star/reflection/XConstantTypeDescription.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/reflection/XConstantsTypeDescription.idl b/main/udkapi/com/sun/star/reflection/XConstantsTypeDescription.idl
index 070d7fc..f66b21b 100644
--- a/main/udkapi/com/sun/star/reflection/XConstantsTypeDescription.idl
+++ b/main/udkapi/com/sun/star/reflection/XConstantsTypeDescription.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/reflection/XEnumTypeDescription.idl b/main/udkapi/com/sun/star/reflection/XEnumTypeDescription.idl
index bdb7989..fdafd61 100644
--- a/main/udkapi/com/sun/star/reflection/XEnumTypeDescription.idl
+++ b/main/udkapi/com/sun/star/reflection/XEnumTypeDescription.idl
@@ -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,64 +7,64 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_reflection_XEnumTypeDescription_idl__ 
-#define __com_sun_star_reflection_XEnumTypeDescription_idl__ 
- 
-#ifndef __com_sun_star_reflection_XTypeDescription_idl__ 
-#include <com/sun/star/reflection/XTypeDescription.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module reflection {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_reflection_XEnumTypeDescription_idl__
+#define __com_sun_star_reflection_XEnumTypeDescription_idl__
+
+#ifndef __com_sun_star_reflection_XTypeDescription_idl__
+#include <com/sun/star/reflection/XTypeDescription.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module reflection {
+
+//=============================================================================
+
 /** Reflects an enum type.
 */
 published interface XEnumTypeDescription: com::sun::star::reflection::XTypeDescription
-{ 
+{
 	/** Returns the default enum value.
 
         @return
                 default enum value
     */
-	long getDefaultEnumValue(); 
-    
+	long getDefaultEnumValue();
+
 	/** Returns the enum member values.
 
         @return
                 enum member values
     */
-	sequence<string> getEnumNames(); 
-    
+	sequence<string> getEnumNames();
+
 	/** Returns the enum member names.
 
         @return
                 enum member names
     */
 	sequence<long> getEnumValues();
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/reflection/XIdlArray.idl b/main/udkapi/com/sun/star/reflection/XIdlArray.idl
index 809a7c4..a79d3bb 100644
--- a/main/udkapi/com/sun/star/reflection/XIdlArray.idl
+++ b/main/udkapi/com/sun/star/reflection/XIdlArray.idl
@@ -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,53 +7,53 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_reflection_XIdlArray_idl__ 
-#define __com_sun_star_reflection_XIdlArray_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_ArrayIndexOutOfBoundsException_idl__ 
-#include <com/sun/star/lang/ArrayIndexOutOfBoundsException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module reflection {  
- 
+#ifndef __com_sun_star_reflection_XIdlArray_idl__
+#define __com_sun_star_reflection_XIdlArray_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+#ifndef __com_sun_star_lang_ArrayIndexOutOfBoundsException_idl__
+#include <com/sun/star/lang/ArrayIndexOutOfBoundsException.idl>
+#endif
+
+
 //=============================================================================
-     
+
+ module com {  module sun {  module star {  module reflection {
+
+//=============================================================================
+
 /** Reflects an IDL sequence and provides dynamic access to instances of
     that sequence.
     This interface supports widening conversion when getting or setting elements.
-    
+
     @attention
     Although the name of this interface denotes arrays,
     sequences are meant. Don't be obfuscated, arrays are not supported by UNO!
 */
 published interface XIdlArray: com::sun::star::uno::XInterface
-{ 
+{
 	/** Rellocates the length of the sequence instance.
-        
+
         @param array
                sequence instance
         @length
@@ -61,19 +61,19 @@
 	 */
 	void realloc(
         [inout] any array,
-        [in] long length ) 
-        raises( com::sun::star::lang::IllegalArgumentException ); 
-    
+        [in] long length )
+        raises( com::sun::star::lang::IllegalArgumentException );
+
 	/** Returns the length of the given sequence.
-        
+
         @param array
                sequence instance
         @return
                 length of sequence
     */
-	long getLen( [in] any array ) 
-        raises( com::sun::star::lang::IllegalArgumentException ); 
-    
+	long getLen( [in] any array )
+        raises( com::sun::star::lang::IllegalArgumentException );
+
 	/** Returns element at given index.
 
         @param aArray
@@ -83,19 +83,19 @@
         @return
                 value
 
-        @throws IllegalArgumentException  
+        @throws IllegalArgumentException
         if the specified object is not a sequence or if the specified object is null
-        
-        @throws ArrayIndexOutOfBoundsException  
-        if the specified index argument is negative, or if it is greater than or equal to the 
+
+        @throws ArrayIndexOutOfBoundsException
+        if the specified index argument is negative, or if it is greater than or equal to the
         length of the specified sequence.
     */
 	any get(
-        [in] any aArray, 
-        [in] long nIndex ) 
-        raises( com::sun::star::lang::IllegalArgumentException, 
-                com::sun::star::lang::ArrayIndexOutOfBoundsException ); 
-    
+        [in] any aArray,
+        [in] long nIndex )
+        raises( com::sun::star::lang::IllegalArgumentException,
+                com::sun::star::lang::ArrayIndexOutOfBoundsException );
+
 	/** Sets a new value at given index.
 
         @param aArray
@@ -104,27 +104,27 @@
                index
         @param aNewValue
                new value to be set
-        
-        @throws IllegalArgumentException  
+
+        @throws IllegalArgumentException
         if the specified object is not a sequence or if the specified object is null
-        
-        @throws ArrayIndexOutOfBoundsException  
-        if the specified index argument is negative, or if it is greater than or equal to the 
+
+        @throws ArrayIndexOutOfBoundsException
+        if the specified index argument is negative, or if it is greater than or equal to the
         length of the specified sequence.
     */
 	void set(
-        [inout] any aArray, 
-        [in] long nIndex, 
-        [in] any aNewValue ) 
-        raises( com::sun::star::lang::IllegalArgumentException, 
+        [inout] any aArray,
+        [in] long nIndex,
+        [in] any aNewValue )
+        raises( com::sun::star::lang::IllegalArgumentException,
                 com::sun::star::lang::ArrayIndexOutOfBoundsException );
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/reflection/XIdlClass.idl b/main/udkapi/com/sun/star/reflection/XIdlClass.idl
index 9c98496..f9e86f4 100644
--- a/main/udkapi/com/sun/star/reflection/XIdlClass.idl
+++ b/main/udkapi/com/sun/star/reflection/XIdlClass.idl
@@ -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,64 +7,64 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_reflection_XIdlClass_idl__ 
-#define __com_sun_star_reflection_XIdlClass_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_uno_TypeClass_idl__ 
-#include <com/sun/star/uno/TypeClass.idl> 
-#endif 
- 
-#ifndef __com_sun_star_uno_Uik_idl__ 
-#include <com/sun/star/uno/Uik.idl> 
-#endif 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module reflection {  
- 
- published interface XIdlField; 
- published interface XIdlMethod; 
- published interface XIdlArray; 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_reflection_XIdlClass_idl__
+#define __com_sun_star_reflection_XIdlClass_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_uno_TypeClass_idl__
+#include <com/sun/star/uno/TypeClass.idl>
+#endif
+
+#ifndef __com_sun_star_uno_Uik_idl__
+#include <com/sun/star/uno/Uik.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module reflection {
+
+ published interface XIdlField;
+ published interface XIdlMethod;
+ published interface XIdlArray;
+
+//=============================================================================
+
 /** Provides information reflecting an UNO type.
 */
 published interface XIdlClass: com::sun::star::uno::XInterface
-{ 
+{
 	/** Deprecated.  Do not call.
         @deprecated
     */
-	sequence<XIdlClass> getClasses(); 
+	sequence<XIdlClass> getClasses();
 	/** Deprecated.  Do not call.
         @deprecated
     */
-	XIdlClass getClass( [in] string aName ); 
-    
+	XIdlClass getClass( [in] string aName );
+
 	/** Tests whether two reflecting objects reflect the same type.
 
         @returns
                 true, if the objects reflect the same type, false otherwise.
     */
-	boolean equals( [in] XIdlClass Type ); 
- 
+	boolean equals( [in] XIdlClass Type );
+
 	/** Tests whether values of this reflected type are assignable from values
         of a second one (<code>xType</code>).
 
@@ -74,55 +74,55 @@
                 true, if values of this reflected type are assignable
                 from values of <code>xType</code>.
     */
-	boolean isAssignableFrom( [in] XIdlClass xType ); 
- 
+	boolean isAssignableFrom( [in] XIdlClass xType );
+
 	/** Returns the <type scope="com::sun::star::uno">TypeClass</type>
         of the reflected type.
-        
-        @returns  
+
+        @returns
                   type class of the reflected type.
     */
-	com::sun::star::uno::TypeClass getTypeClass(); 
- 
+	com::sun::star::uno::TypeClass getTypeClass();
+
 	/** Returns the fully-qualified name of the reflected type.
-        
-        @returns  
+
+        @returns
                   the fully-qualified name of the type
     */
-	string getName(); 
- 
+	string getName();
+
 	/** Deprecated.  Do not call.
 
         @deprecated
     */
-	com::sun::star::uno::Uik getUik(); 
- 
+	com::sun::star::uno::Uik getUik();
+
 	/** If the reflected type is an interface, then the returned
         sequence of <type>XIdlClass</type> reflect the base interfaces.
         <br>
         If the reflected type is not an interface or an interface that is
         not derived from another, then an empty sequence is returned.
-        
+
         @return
                 all base interfaces of an interface type or an empty sequence.
     */
-	sequence<XIdlClass> getSuperclasses(); 
-    
+	sequence<XIdlClass> getSuperclasses();
+
 	/** Deprecated.  Do not call.
         @deprecated
     */
-	sequence<XIdlClass> getInterfaces(); 
- 
+	sequence<XIdlClass> getInterfaces();
+
 	/** If the reflected type is an array or sequence, then this method
 		returns a <type>XIdlClass</type> interface reflecting
         the element.
-        
+
         @return
                 reflection interface of the element type of an array or
                 sequence type (null-reference otherwise).
     */
-	XIdlClass getComponentType(); 
-    
+	XIdlClass getComponentType();
+
 	/** If the reflected type is an interface, struct or union, then you
         get a <type>XIdlField</type> interface reflecting the demanded
         field (/interface attribute) by name.
@@ -130,14 +130,14 @@
         If the reflected type is not an interface, struct or union or the
         interace, struct or union does not have a field (/interface attribute)
         with the demanded name, then a null-reference is returned.
-        
+
         @param aName
                name of the demanded field reflection
         @return
                 demanded field (/interface attribute) reflection (or null-reference)
     */
-	XIdlField getField( [in] string aName ); 
- 
+	XIdlField getField( [in] string aName );
+
 	/** If the reflected type is an interface, struct or union, then you
         get a sequence of <type>XIdlField</type> interfaces reflecting all fields
         (/interface attributes).  This also includes all inherited
@@ -146,48 +146,48 @@
         If the reflected type is not an interface, struct or union or the
         interface, struct or union does not have any field (/interface attribute),
         then an empty sequence is returned.
-        
+
         @return
                 all field (/interface attribute) reflections (or empty sequence)
     */
-	sequence<XIdlField> getFields(); 
- 
+	sequence<XIdlField> getFields();
+
 	/** If the reflected type is an interface, then you get
         a <type>XIdlMethod</type> interface reflecting the demanded method by name.
         <br>
         If the reflected type is not an interface or the interface does not have
         a method with the demanded name (including inherited methods),
         then a null-reference is returned.
-        
-        @param aName 
+
+        @param aName
                name of demanded method reflection
         @return
                 demanded method reflection (or null-reference)
     */
-	XIdlMethod getMethod( [in] string aName ); 
- 
+	XIdlMethod getMethod( [in] string aName );
+
 	/** If the reflected type is an interface, then you get
         a sequence of <type>XIdlMethod</type> interfaces reflecting all methods
         of the interface.  This also includes the inherited methods of the interface.
         <br>
         If the reflected type is not an interface or the interface
         does not have any methods, then a null-reference is returned.
-        
+
         @return
                 all method reflections (or empty sequence)
     */
-	sequence<XIdlMethod> getMethods(); 
- 
+	sequence<XIdlMethod> getMethods();
+
 	/** If the reflected type is an array, then you get
         a <type>XIdlArray</type> interface to modify instances of the array type.
         <br>
         If the reflected type is not an array, then a null-reference is returned.
-        
+
         @return
                 inteface to modify array instances (or null-reference)
     */
-	XIdlArray getArray(); 
-    
+	XIdlArray getArray();
+
 	/** This method creates instances of the reflected type.
 
         @attention
@@ -199,13 +199,13 @@
                pure out parameter to pass the created instance
     */
 	void createObject( [out] any obj );
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/reflection/XIdlClassProvider.idl b/main/udkapi/com/sun/star/reflection/XIdlClassProvider.idl
index 1b08e87..357d46e 100644
--- a/main/udkapi/com/sun/star/reflection/XIdlClassProvider.idl
+++ b/main/udkapi/com/sun/star/reflection/XIdlClassProvider.idl
@@ -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,51 +7,51 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_reflection_XIdlClassProvider_idl__ 
-#define __com_sun_star_reflection_XIdlClassProvider_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_reflection_XIdlClass_idl__ 
-#include <com/sun/star/reflection/XIdlClass.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module reflection {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_reflection_XIdlClassProvider_idl__
+#define __com_sun_star_reflection_XIdlClassProvider_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_reflection_XIdlClass_idl__
+#include <com/sun/star/reflection/XIdlClass.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module reflection {
+
+//=============================================================================
+
 /** Deprecated interface.  Do not use anymore.
 
     @deprecated
 */
 published interface XIdlClassProvider: com::sun::star::uno::XInterface
-{ 
-	sequence<com::sun::star::reflection::XIdlClass> getIdlClasses(); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+{
+	sequence<com::sun::star::reflection::XIdlClass> getIdlClasses();
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/reflection/XIdlField.idl b/main/udkapi/com/sun/star/reflection/XIdlField.idl
index 3d55ae5..826cf59 100644
--- a/main/udkapi/com/sun/star/reflection/XIdlField.idl
+++ b/main/udkapi/com/sun/star/reflection/XIdlField.idl
@@ -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,73 +7,73 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_reflection_XIdlField_idl__ 
-#define __com_sun_star_reflection_XIdlField_idl__ 
- 
-#ifndef __com_sun_star_reflection_XIdlMember_idl__ 
-#include <com/sun/star/reflection/XIdlMember.idl> 
-#endif 
- 
-#ifndef __com_sun_star_reflection_XIdlClass_idl__ 
-#include <com/sun/star/reflection/XIdlClass.idl> 
-#endif 
- 
-#ifndef __com_sun_star_reflection_FieldAccessMode_idl__ 
-#include <com/sun/star/reflection/FieldAccessMode.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_IllegalAccessException_idl__ 
-#include <com/sun/star/lang/IllegalAccessException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module reflection {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_reflection_XIdlField_idl__
+#define __com_sun_star_reflection_XIdlField_idl__
+
+#ifndef __com_sun_star_reflection_XIdlMember_idl__
+#include <com/sun/star/reflection/XIdlMember.idl>
+#endif
+
+#ifndef __com_sun_star_reflection_XIdlClass_idl__
+#include <com/sun/star/reflection/XIdlClass.idl>
+#endif
+
+#ifndef __com_sun_star_reflection_FieldAccessMode_idl__
+#include <com/sun/star/reflection/FieldAccessMode.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IllegalAccessException_idl__
+#include <com/sun/star/lang/IllegalAccessException.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module reflection {
+
+//=============================================================================
+
 /** Deprecated.  Use <type scope="com::sun::star::reflection">XIdlField2</type>
     instead.
-    
+
     @deprecated
 */
 published interface XIdlField: com::sun::star::reflection::XIdlMember
-{ 
-	com::sun::star::reflection::XIdlClass getType(); 
-	com::sun::star::reflection::FieldAccessMode getAccessMode(); 
+{
+	com::sun::star::reflection::XIdlClass getType();
+	com::sun::star::reflection::FieldAccessMode getAccessMode();
 	any get(
-        [in] any obj ) 
-        raises( com::sun::star::lang::IllegalArgumentException ); 
+        [in] any obj )
+        raises( com::sun::star::lang::IllegalArgumentException );
 	void set(
-        [in] any obj, 
-        [in] any value ) 
-        raises( com::sun::star::lang::IllegalArgumentException, 
+        [in] any obj,
+        [in] any value )
+        raises( com::sun::star::lang::IllegalArgumentException,
                 com::sun::star::lang::IllegalAccessException );
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/reflection/XIdlField2.idl b/main/udkapi/com/sun/star/reflection/XIdlField2.idl
index 5d8b707..9d6ea79 100644
--- a/main/udkapi/com/sun/star/reflection/XIdlField2.idl
+++ b/main/udkapi/com/sun/star/reflection/XIdlField2.idl
@@ -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,93 +7,93 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_reflection_XIdlField2_idl__ 
-#define __com_sun_star_reflection_XIdlField2_idl__ 
- 
-#ifndef __com_sun_star_reflection_XIdlMember_idl__ 
-#include <com/sun/star/reflection/XIdlMember.idl> 
-#endif 
- 
-#ifndef __com_sun_star_reflection_XIdlClass_idl__ 
-#include <com/sun/star/reflection/XIdlClass.idl> 
-#endif 
- 
-#ifndef __com_sun_star_reflection_FieldAccessMode_idl__ 
-#include <com/sun/star/reflection/FieldAccessMode.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_IllegalAccessException_idl__ 
-#include <com/sun/star/lang/IllegalAccessException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module reflection {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_reflection_XIdlField2_idl__
+#define __com_sun_star_reflection_XIdlField2_idl__
+
+#ifndef __com_sun_star_reflection_XIdlMember_idl__
+#include <com/sun/star/reflection/XIdlMember.idl>
+#endif
+
+#ifndef __com_sun_star_reflection_XIdlClass_idl__
+#include <com/sun/star/reflection/XIdlClass.idl>
+#endif
+
+#ifndef __com_sun_star_reflection_FieldAccessMode_idl__
+#include <com/sun/star/reflection/FieldAccessMode.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IllegalAccessException_idl__
+#include <com/sun/star/lang/IllegalAccessException.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module reflection {
+
+//=============================================================================
+
 /** Reflects an IDL interface attribute, enum or compound type
     (i.e. struct/exception) member.
 */
 published interface XIdlField2: com::sun::star::reflection::XIdlMember
-{ 
+{
 	/** Returns the type of the field.
 
         @return
                 type of the field
     */
-	com::sun::star::reflection::XIdlClass getType(); 
-    
+	com::sun::star::reflection::XIdlClass getType();
+
 	/** Returns the access mode of the field, i.e. read-write, read-only or
         write-only (access mode "const" is deprecated).
-        
+
         @return
                 access mode of the field
     */
-	com::sun::star::reflection::FieldAccessMode getAccessMode(); 
-    
+	com::sun::star::reflection::FieldAccessMode getAccessMode();
+
 	/** Gets the value of the reflected field from the given object,
         i.e. an interface, enum or compound type (struct/exception).
         For enums, the given object is ignored; the returned value
         reflects the constant enum 32-bit value.
-        
+
         <p>When setting an interface attribute raises a
         non-<type scope="com::sun::star::uno">RuntimeException</type>, it is
         wrapped in a <type
         scope="com::sun::star::lang">WrappedTargetRuntimeException</type>.</p>
-        
+
         @param obj
                object instance having member of reflected type
         @return
                 value of field
-                
+
         @throws IllegalAccessException
         An <type scope="com::sun::star::lang">IllegalAccessException</type>
         is thrown if the given object is no interface, enum or compound type;
         or the given object does not have the reflected field.
     */
 	any get(
-        [in] any obj ) 
-        raises( com::sun::star::lang::IllegalArgumentException ); 
-    
+        [in] any obj )
+        raises( com::sun::star::lang::IllegalArgumentException );
+
 	/** Sets the value of the reflected field of the given object,
         i.e. an interface or compound type (struct/exception).
 
@@ -101,29 +101,29 @@
         non-<type scope="com::sun::star::uno">RuntimeException</type>, it is
         wrapped in a <type
         scope="com::sun::star::lang">WrappedTargetRuntimeException</type>.</p>
-        
+
         @param obj
                object instance having member of reflected type
         @param value
                value to be set
-               
+
         @throws IllegalAccessException
         An <type scope="com::sun::star::lang">IllegalAccessException</type>
         is thrown if the given object is no interface or compound type;
         or the given object does not have the reflected field.
     */
 	void set(
-        [inout] any obj, 
-        [in] any value ) 
-        raises( com::sun::star::lang::IllegalArgumentException, 
+        [inout] any obj,
+        [in] any value )
+        raises( com::sun::star::lang::IllegalArgumentException,
                 com::sun::star::lang::IllegalAccessException );
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/reflection/XIdlMember.idl b/main/udkapi/com/sun/star/reflection/XIdlMember.idl
index ccffe86..d54586e 100644
--- a/main/udkapi/com/sun/star/reflection/XIdlMember.idl
+++ b/main/udkapi/com/sun/star/reflection/XIdlMember.idl
@@ -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,57 +7,57 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_reflection_XIdlMember_idl__ 
-#define __com_sun_star_reflection_XIdlMember_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module reflection {  
- 
- published interface XIdlClass; 
- 
+#ifndef __com_sun_star_reflection_XIdlMember_idl__
+#define __com_sun_star_reflection_XIdlMember_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module reflection {
+
+ published interface XIdlClass;
+
 /** Base interface for <type>XIdlField2</type>s and <type>XIdlMethod</type>s.
 */
 published interface XIdlMember: com::sun::star::uno::XInterface
-{ 
+{
 	/** Returns the declaring type of this field, i.e. the type having
         the member declared (interface, enum, struct, exception).
-        
+
         @returns
                 declaring type
     */
-	XIdlClass getDeclaringClass(); 
-    
+	XIdlClass getDeclaringClass();
+
 	/** Returns the fully-qualified name of the member.
 
         @return fully-qualified name of the member
     */
 	string getName();
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/reflection/XIdlMethod.idl b/main/udkapi/com/sun/star/reflection/XIdlMethod.idl
index 4cb8d81..94942be 100644
--- a/main/udkapi/com/sun/star/reflection/XIdlMethod.idl
+++ b/main/udkapi/com/sun/star/reflection/XIdlMethod.idl
@@ -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,62 +7,62 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_reflection_XIdlMethod_idl__ 
-#define __com_sun_star_reflection_XIdlMethod_idl__ 
- 
-#ifndef __com_sun_star_reflection_XIdlMember_idl__ 
-#include <com/sun/star/reflection/XIdlMember.idl> 
-#endif 
- 
-#ifndef __com_sun_star_reflection_ParamInfo_idl__ 
-#include <com/sun/star/reflection/ParamInfo.idl> 
-#endif 
- 
-#ifndef __com_sun_star_reflection_MethodMode_idl__ 
-#include <com/sun/star/reflection/MethodMode.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_reflection_InvocationTargetException_idl__ 
-#include <com/sun/star/reflection/InvocationTargetException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module reflection {  
- 
- published interface XIdlClass; 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_reflection_XIdlMethod_idl__
+#define __com_sun_star_reflection_XIdlMethod_idl__
+
+#ifndef __com_sun_star_reflection_XIdlMember_idl__
+#include <com/sun/star/reflection/XIdlMember.idl>
+#endif
+
+#ifndef __com_sun_star_reflection_ParamInfo_idl__
+#include <com/sun/star/reflection/ParamInfo.idl>
+#endif
+
+#ifndef __com_sun_star_reflection_MethodMode_idl__
+#include <com/sun/star/reflection/MethodMode.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+#ifndef __com_sun_star_reflection_InvocationTargetException_idl__
+#include <com/sun/star/reflection/InvocationTargetException.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module reflection {
+
+ published interface XIdlClass;
+
+//=============================================================================
+
 /** Reflects an IDL interface method.
 */
 published interface XIdlMethod: com::sun::star::reflection::XIdlMember
-{ 
+{
 	/** Returns the return type of the reflected method.
 
         @return
                 return type of reflected method
     */
-	XIdlClass getReturnType(); 
-    
+	XIdlClass getReturnType();
+
 	/** Returns the formal parameter types of the reflected method in order of IDL
         declaration.
 
@@ -70,44 +70,44 @@
                 formal parameter types of reflected method
     */
 	sequence<XIdlClass> getParameterTypes();
-    
+
 	/** Returns formal parameter informations of the reflected method
         in order of IDL declaration.
         Parameter information reflects the parameter's access mode (in, out, inout),
         the parameter's name and formal type.
-        
+
         @return
                 parameter informations of reflected method
     */
-	sequence<ParamInfo> getParameterInfos(); 
-    
+	sequence<ParamInfo> getParameterInfos();
+
 	/** Returns the declared exceptions types of the reflected method.
 
         @return
                 declared exception types of reflected method
     */
-	sequence<com::sun::star::reflection::XIdlClass> getExceptionTypes(); 
-    
+	sequence<com::sun::star::reflection::XIdlClass> getExceptionTypes();
+
 	/** Returns the method mode in which calls are run, i.e. either oneway or
         twoway.  Method mode oneway denotes that a call may be run asynchronously
         (thus having no out parameters or return value)
-        
+
         @return
                 method mode of reflected method
     */
-	com::sun::star::reflection::MethodMode getMode(); 
-    
+	com::sun::star::reflection::MethodMode getMode();
+
 	/** Invokes the reflected method on a given object with the given parameters.
         The parameters may be widening converted to fit their exact IDL type,
         meaning no loss of information.
-        
+
         @param obj
                object to call on
         @param args
                arguments passed to the method
         @return
                 return value of the method call (may be empty for methods returning void)
-                
+
         @throws IllegalArgumentException
         if the given object is a nuull reference or does not support the reflected
         method's interface
@@ -121,17 +121,17 @@
         InvocationTargetException
     */
 	any invoke(
-        [in] any obj, 
-        [inout] sequence<any> args ) 
-        raises( com::sun::star::lang::IllegalArgumentException, 
+        [in] any obj,
+        [inout] sequence<any> args )
+        raises( com::sun::star::lang::IllegalArgumentException,
                 com::sun::star::reflection::InvocationTargetException );
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/reflection/XIdlReflection.idl b/main/udkapi/com/sun/star/reflection/XIdlReflection.idl
index 52062c1..37b35c9 100644
--- a/main/udkapi/com/sun/star/reflection/XIdlReflection.idl
+++ b/main/udkapi/com/sun/star/reflection/XIdlReflection.idl
@@ -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,73 +7,73 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_reflection_XIdlReflection_idl__ 
-#define __com_sun_star_reflection_XIdlReflection_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_reflection_XIdlClass_idl__ 
-#include <com/sun/star/reflection/XIdlClass.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module reflection {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_reflection_XIdlReflection_idl__
+#define __com_sun_star_reflection_XIdlReflection_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_reflection_XIdlClass_idl__
+#include <com/sun/star/reflection/XIdlClass.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module reflection {
+
+//=============================================================================
+
 /** Interface to reflect types.
-    
+
     @see CoreReflection
     @see XIdlClass
 */
 published interface XIdlReflection: com::sun::star::uno::XInterface
-{ 
+{
 	/** Obtaining a reflection interface for a type.  You specify the type by
         its name.
         If the given type name can not be reflected, then a null-reference
         is returned.
-        
+
         @param aTypeName
                the type's name
         @return
                 reflection interface for the demanded type (or null)
     */
-	com::sun::star::reflection::XIdlClass forName( [in] string aTypeName ); 
- 
+	com::sun::star::reflection::XIdlClass forName( [in] string aTypeName );
+
 	/** Obtaining a reflection interface for an object.  This method takes
         the type of the object the any contains into account.  If the any
         contains no object, then a null-reference is returned.
-        
+
         @param aObj
                an object
         @return
                 reflection interface of the type of the demanded object (or null)
     */
 	com::sun::star::reflection::XIdlClass getType( [in] any aObj );
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/reflection/XIndirectTypeDescription.idl b/main/udkapi/com/sun/star/reflection/XIndirectTypeDescription.idl
index fab7ae9..b4aae09 100644
--- a/main/udkapi/com/sun/star/reflection/XIndirectTypeDescription.idl
+++ b/main/udkapi/com/sun/star/reflection/XIndirectTypeDescription.idl
@@ -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,53 +7,53 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_reflection_XIndirectTypeDescription_idl__ 
-#define __com_sun_star_reflection_XIndirectTypeDescription_idl__ 
- 
-#ifndef __com_sun_star_reflection_XTypeDescription_idl__ 
-#include <com/sun/star/reflection/XTypeDescription.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module reflection {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_reflection_XIndirectTypeDescription_idl__
+#define __com_sun_star_reflection_XIndirectTypeDescription_idl__
+
+#ifndef __com_sun_star_reflection_XTypeDescription_idl__
+#include <com/sun/star/reflection/XTypeDescription.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module reflection {
+
+//=============================================================================
+
 /** Reflects a typedef or sequence type.
-	The type class of this description is TypeClass_TYPEDEF or 
+	The type class of this description is TypeClass_TYPEDEF or
 	TypeClass_SEQUENCE.
 */
 published interface XIndirectTypeDescription: com::sun::star::reflection::XTypeDescription
-{ 
-	/** Returns the typedefed type, if the type is a typedef, 
+{
+	/** Returns the typedefed type, if the type is a typedef,
         or the element type, if the type is a sequence.
 
         @return
                 referenced type
     */
 	com::sun::star::reflection::XTypeDescription getReferencedType();
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/reflection/XInterfaceAttributeTypeDescription.idl b/main/udkapi/com/sun/star/reflection/XInterfaceAttributeTypeDescription.idl
index 1514ce1..5a42d9b 100644
--- a/main/udkapi/com/sun/star/reflection/XInterfaceAttributeTypeDescription.idl
+++ b/main/udkapi/com/sun/star/reflection/XInterfaceAttributeTypeDescription.idl
@@ -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,37 +7,37 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_reflection_XInterfaceAttributeTypeDescription_idl__ 
-#define __com_sun_star_reflection_XInterfaceAttributeTypeDescription_idl__ 
- 
-#ifndef __com_sun_star_reflection_XInterfaceMemberTypeDescription_idl__ 
-#include <com/sun/star/reflection/XInterfaceMemberTypeDescription.idl> 
-#endif 
- 
-#ifndef __com_sun_star_reflection_XTypeDescription_idl__ 
-#include <com/sun/star/reflection/XTypeDescription.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module reflection {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_reflection_XInterfaceAttributeTypeDescription_idl__
+#define __com_sun_star_reflection_XInterfaceAttributeTypeDescription_idl__
+
+#ifndef __com_sun_star_reflection_XInterfaceMemberTypeDescription_idl__
+#include <com/sun/star/reflection/XInterfaceMemberTypeDescription.idl>
+#endif
+
+#ifndef __com_sun_star_reflection_XTypeDescription_idl__
+#include <com/sun/star/reflection/XTypeDescription.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module reflection {
+
+//=============================================================================
+
 /** Reflects an interface attribute type.
 
     <p>This type is superseded by
@@ -47,27 +47,27 @@
 	The type class of this type is TypeClass_INTERFACE_ATTRIBUTE.
 */
 published interface XInterfaceAttributeTypeDescription: com::sun::star::reflection::XInterfaceMemberTypeDescription
-{ 
+{
 	/** Returns true, if this attribute is read-only.
 
         @return
                 true, if attribute is read-only
     */
-	boolean isReadOnly(); 
-    
+	boolean isReadOnly();
+
 	/** Returns the type of the attribute.
 
         @return
                 type of attribute
     */
 	com::sun::star::reflection::XTypeDescription getType();
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/reflection/XInterfaceAttributeTypeDescription2.idl b/main/udkapi/com/sun/star/reflection/XInterfaceAttributeTypeDescription2.idl
index 83153f7..170ec0f 100644
--- a/main/udkapi/com/sun/star/reflection/XInterfaceAttributeTypeDescription2.idl
+++ b/main/udkapi/com/sun/star/reflection/XInterfaceAttributeTypeDescription2.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/reflection/XInterfaceMemberTypeDescription.idl b/main/udkapi/com/sun/star/reflection/XInterfaceMemberTypeDescription.idl
index ea0af9b..2f256e2 100644
--- a/main/udkapi/com/sun/star/reflection/XInterfaceMemberTypeDescription.idl
+++ b/main/udkapi/com/sun/star/reflection/XInterfaceMemberTypeDescription.idl
@@ -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,61 +7,61 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_reflection_XInterfaceMemberTypeDescription_idl__ 
-#define __com_sun_star_reflection_XInterfaceMemberTypeDescription_idl__ 
- 
-#ifndef __com_sun_star_reflection_XTypeDescription_idl__ 
-#include <com/sun/star/reflection/XTypeDescription.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module reflection {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_reflection_XInterfaceMemberTypeDescription_idl__
+#define __com_sun_star_reflection_XInterfaceMemberTypeDescription_idl__
+
+#ifndef __com_sun_star_reflection_XTypeDescription_idl__
+#include <com/sun/star/reflection/XTypeDescription.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module reflection {
+
+//=============================================================================
+
 /** Base interface for reflected interface members.
 
     @see XInterfaceAttributeTypeDescription
     @see XInterfaceMethodTypeDescription
 */
 published interface XInterfaceMemberTypeDescription: com::sun::star::reflection::XTypeDescription
-{ 
+{
 	/** Returns name of member
 
         @return
                 member name
     */
-	string getMemberName(); 
-    
+	string getMemberName();
+
 	/** Returns the position the member including all inherited members of base
         interfaces.
-        
+
         @return
                 position of member
     */
 	long getPosition();
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/reflection/XInterfaceMethodTypeDescription.idl b/main/udkapi/com/sun/star/reflection/XInterfaceMethodTypeDescription.idl
index f20b80e..650c33f 100644
--- a/main/udkapi/com/sun/star/reflection/XInterfaceMethodTypeDescription.idl
+++ b/main/udkapi/com/sun/star/reflection/XInterfaceMethodTypeDescription.idl
@@ -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,80 +7,80 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_reflection_XInterfaceMethodTypeDescription_idl__ 
-#define __com_sun_star_reflection_XInterfaceMethodTypeDescription_idl__ 
- 
-#ifndef __com_sun_star_reflection_XInterfaceMemberTypeDescription_idl__ 
-#include <com/sun/star/reflection/XInterfaceMemberTypeDescription.idl> 
-#endif 
- 
-#ifndef __com_sun_star_reflection_XTypeDescription_idl__ 
-#include <com/sun/star/reflection/XTypeDescription.idl> 
-#endif 
- 
-#ifndef __com_sun_star_reflection_XMethodParameter_idl__ 
-#include <com/sun/star/reflection/XMethodParameter.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module reflection {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_reflection_XInterfaceMethodTypeDescription_idl__
+#define __com_sun_star_reflection_XInterfaceMethodTypeDescription_idl__
+
+#ifndef __com_sun_star_reflection_XInterfaceMemberTypeDescription_idl__
+#include <com/sun/star/reflection/XInterfaceMemberTypeDescription.idl>
+#endif
+
+#ifndef __com_sun_star_reflection_XTypeDescription_idl__
+#include <com/sun/star/reflection/XTypeDescription.idl>
+#endif
+
+#ifndef __com_sun_star_reflection_XMethodParameter_idl__
+#include <com/sun/star/reflection/XMethodParameter.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module reflection {
+
+//=============================================================================
+
 /** Reflects an interface method type.
 	The type class of this type is TypeClass_INTERFACE_METHOD.
 */
 published interface XInterfaceMethodTypeDescription: com::sun::star::reflection::XInterfaceMemberTypeDescription
-{ 
+{
 	/** Returns the method's return type.
 
         @return
                 method's return type
     */
-	com::sun::star::reflection::XTypeDescription getReturnType(); 
-    
+	com::sun::star::reflection::XTypeDescription getReturnType();
+
 	/** Returns true, if this method is declared oneway.
 
         @return
                 true, if this method is declared oneway
     */
-	boolean isOneway(); 
-    
+	boolean isOneway();
+
 	/** Returns all parameters of the method in order of IDL declaration.
 
         @return
                 method parameters
     */
-	sequence<com::sun::star::reflection::XMethodParameter> getParameters(); 
-    
+	sequence<com::sun::star::reflection::XMethodParameter> getParameters();
+
 	/** Returns declared exceptions that may occur upon invocations of the method.
 
         @return
                 declared exceptions of method
     */
 	sequence<com::sun::star::reflection::XTypeDescription> getExceptions();
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/reflection/XInterfaceTypeDescription.idl b/main/udkapi/com/sun/star/reflection/XInterfaceTypeDescription.idl
index cf9b6be..0509185 100644
--- a/main/udkapi/com/sun/star/reflection/XInterfaceTypeDescription.idl
+++ b/main/udkapi/com/sun/star/reflection/XInterfaceTypeDescription.idl
@@ -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,41 +7,41 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_reflection_XInterfaceTypeDescription_idl__ 
-#define __com_sun_star_reflection_XInterfaceTypeDescription_idl__ 
- 
-#ifndef __com_sun_star_reflection_XTypeDescription_idl__ 
-#include <com/sun/star/reflection/XTypeDescription.idl> 
-#endif 
- 
-#ifndef __com_sun_star_uno_Uik_idl__ 
-#include <com/sun/star/uno/Uik.idl> 
-#endif 
- 
-#ifndef __com_sun_star_reflection_XInterfaceMemberTypeDescription_idl__ 
-#include <com/sun/star/reflection/XInterfaceMemberTypeDescription.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module reflection {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_reflection_XInterfaceTypeDescription_idl__
+#define __com_sun_star_reflection_XInterfaceTypeDescription_idl__
+
+#ifndef __com_sun_star_reflection_XTypeDescription_idl__
+#include <com/sun/star/reflection/XTypeDescription.idl>
+#endif
+
+#ifndef __com_sun_star_uno_Uik_idl__
+#include <com/sun/star/uno/Uik.idl>
+#endif
+
+#ifndef __com_sun_star_reflection_XInterfaceMemberTypeDescription_idl__
+#include <com/sun/star/reflection/XInterfaceMemberTypeDescription.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module reflection {
+
+//=============================================================================
+
 /** Reflects an interface type.
 
     <p>This type is superseded by <type>XInterfaceTypeDescription2</type>, which
@@ -50,7 +50,7 @@
     @see XInterfaceMemberTypeDescription
 */
 published interface XInterfaceTypeDescription: com::sun::star::reflection::XTypeDescription
-{ 
+{
 	/** Returns the base interface or null, if the reflected interface is not
         inherited from another.
 
@@ -63,30 +63,30 @@
         @deprecated
     */
 	com::sun::star::reflection::XTypeDescription getBaseType();
-    
+
 	/** Deprecated.  UIK are not used anymore, a type is uniquely identified by
         its name.<br>
         Returns the UIK, i.e. the unique identifier of the interface.
-        
+
         @return
                 uik of the interface
         @deprecated
     */
-	com::sun::star::uno::Uik getUik(); 
-    
+	com::sun::star::uno::Uik getUik();
+
 	/** Returns the members of the interfaces, i.e. attributes and methods.
 
         @returns
                 interface members
     */
 	sequence<com::sun::star::reflection::XInterfaceMemberTypeDescription> getMembers();
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/reflection/XInterfaceTypeDescription2.idl b/main/udkapi/com/sun/star/reflection/XInterfaceTypeDescription2.idl
index bce9dba..d8186d9 100644
--- a/main/udkapi/com/sun/star/reflection/XInterfaceTypeDescription2.idl
+++ b/main/udkapi/com/sun/star/reflection/XInterfaceTypeDescription2.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/reflection/XMethodParameter.idl b/main/udkapi/com/sun/star/reflection/XMethodParameter.idl
index 25cd4c3..5635c19 100644
--- a/main/udkapi/com/sun/star/reflection/XMethodParameter.idl
+++ b/main/udkapi/com/sun/star/reflection/XMethodParameter.idl
@@ -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,37 +7,37 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_reflection_XMethodParameter_idl__ 
-#define __com_sun_star_reflection_XMethodParameter_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_reflection_XTypeDescription_idl__ 
-#include <com/sun/star/reflection/XTypeDescription.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module reflection {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_reflection_XMethodParameter_idl__
+#define __com_sun_star_reflection_XMethodParameter_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_reflection_XTypeDescription_idl__
+#include <com/sun/star/reflection/XTypeDescription.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module reflection {
+
+//=============================================================================
+
 /** Reflects a method parameter.
 
     <p>This type is superseded by <type>XParameter</type>, which supports
@@ -47,48 +47,48 @@
     @see XInterfaceMethodTypeDescription
 */
 published interface XMethodParameter: com::sun::star::uno::XInterface
-{ 
+{
 	/** Returns the name of the parameter
 
         @return
                 name of parameter
     */
-	string getName(); 
-    
+	string getName();
+
 	/** Returns the type of the parameter.
 
         @return
                 type of parameter
     */
-	com::sun::star::reflection::XTypeDescription getType(); 
-    
+	com::sun::star::reflection::XTypeDescription getType();
+
 	/** Returns true, if the parameter is declared as [in] or [inout] in IDL.
 
         @return
                 true, if declared [in] or [inout] parameter
     */
-	boolean isIn(); 
-    
+	boolean isIn();
+
 	/** Returns true, if the parameter is declared as [out] or [inout] in IDL.
-        
+
         @return
                 true, if declared [out] or [inout] parameter
     */
-	boolean isOut(); 
-    
+	boolean isOut();
+
 	/** Returns the position of the parameter regarding the IDL method declaration.
-        
+
         @return
                 position of the parameter
     */
 	long getPosition();
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/reflection/XModuleTypeDescription.idl b/main/udkapi/com/sun/star/reflection/XModuleTypeDescription.idl
index 98a2b2e..d099d94 100644
--- a/main/udkapi/com/sun/star/reflection/XModuleTypeDescription.idl
+++ b/main/udkapi/com/sun/star/reflection/XModuleTypeDescription.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/reflection/XParameter.idl b/main/udkapi/com/sun/star/reflection/XParameter.idl
index 67d5e4a..4334ca1 100644
--- a/main/udkapi/com/sun/star/reflection/XParameter.idl
+++ b/main/udkapi/com/sun/star/reflection/XParameter.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/reflection/XPropertyTypeDescription.idl b/main/udkapi/com/sun/star/reflection/XPropertyTypeDescription.idl
index f094c22..af40d7c 100644
--- a/main/udkapi/com/sun/star/reflection/XPropertyTypeDescription.idl
+++ b/main/udkapi/com/sun/star/reflection/XPropertyTypeDescription.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/reflection/XProxyFactory.idl b/main/udkapi/com/sun/star/reflection/XProxyFactory.idl
index 4f02a97..9b11c5f 100644
--- a/main/udkapi/com/sun/star/reflection/XProxyFactory.idl
+++ b/main/udkapi/com/sun/star/reflection/XProxyFactory.idl
@@ -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,37 +7,37 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_reflection_XProxyFactory_idl__ 
-#define __com_sun_star_reflection_XProxyFactory_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
-#ifndef __com_sun_star_uno_XAggregation_idl__ 
-#include <com/sun/star/uno/XAggregation.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module reflection {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_reflection_XProxyFactory_idl__
+#define __com_sun_star_reflection_XProxyFactory_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+#ifndef __com_sun_star_uno_XAggregation_idl__
+#include <com/sun/star/uno/XAggregation.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module reflection {
+
+//=============================================================================
+
 /** Factory interface to produce proxy objects.
-	
+
 	@deprecated
     Aggregation will no longer be supported as a high-level concept of UNO.
     You may still have the option to implement an UNO object consisting of
@@ -46,13 +46,13 @@
     Thus this interface is deprecated, too.
 */
 published interface XProxyFactory: com::sun::star::uno::XInterface
-{ 
+{
 	/** This method creates a new proxy object that acts on behalf of the given
         target object.<br>
         The proxy delegates calls to the given target object.
         In addition, it is aggregatable, thus it is possible to
         intercept calls on the proxy's interfaces.
-        
+
         @attention
         The proxy object is UNO conform, but does NOT provide original target
         interfaces on queryInterface() calls.  This may lead to problems
@@ -63,15 +63,15 @@
         @return
                 proxy object
     */
-	com::sun::star::uno::XAggregation createProxy( 
+	com::sun::star::uno::XAggregation createProxy(
 		[in] com::sun::star::uno::XInterface xTarget );
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/reflection/XPublished.idl b/main/udkapi/com/sun/star/reflection/XPublished.idl
index 56c43f4..e3159ae 100644
--- a/main/udkapi/com/sun/star/reflection/XPublished.idl
+++ b/main/udkapi/com/sun/star/reflection/XPublished.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/reflection/XServiceConstructorDescription.idl b/main/udkapi/com/sun/star/reflection/XServiceConstructorDescription.idl
index b5b0f19..97ce4fb 100644
--- a/main/udkapi/com/sun/star/reflection/XServiceConstructorDescription.idl
+++ b/main/udkapi/com/sun/star/reflection/XServiceConstructorDescription.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/reflection/XServiceTypeDescription.idl b/main/udkapi/com/sun/star/reflection/XServiceTypeDescription.idl
index 5b8cd41f..2f64972 100644
--- a/main/udkapi/com/sun/star/reflection/XServiceTypeDescription.idl
+++ b/main/udkapi/com/sun/star/reflection/XServiceTypeDescription.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/reflection/XServiceTypeDescription2.idl b/main/udkapi/com/sun/star/reflection/XServiceTypeDescription2.idl
index 8bccd12..1d78fe3 100644
--- a/main/udkapi/com/sun/star/reflection/XServiceTypeDescription2.idl
+++ b/main/udkapi/com/sun/star/reflection/XServiceTypeDescription2.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/reflection/XSingletonTypeDescription.idl b/main/udkapi/com/sun/star/reflection/XSingletonTypeDescription.idl
index 386fc10..568fbbb 100644
--- a/main/udkapi/com/sun/star/reflection/XSingletonTypeDescription.idl
+++ b/main/udkapi/com/sun/star/reflection/XSingletonTypeDescription.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/reflection/XSingletonTypeDescription2.idl b/main/udkapi/com/sun/star/reflection/XSingletonTypeDescription2.idl
index cab963c..82e7cc5 100644
--- a/main/udkapi/com/sun/star/reflection/XSingletonTypeDescription2.idl
+++ b/main/udkapi/com/sun/star/reflection/XSingletonTypeDescription2.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/reflection/XStructTypeDescription.idl b/main/udkapi/com/sun/star/reflection/XStructTypeDescription.idl
index df7867c..4335378 100644
--- a/main/udkapi/com/sun/star/reflection/XStructTypeDescription.idl
+++ b/main/udkapi/com/sun/star/reflection/XStructTypeDescription.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/reflection/XTypeDescription.idl b/main/udkapi/com/sun/star/reflection/XTypeDescription.idl
index 5794b74..7629879 100644
--- a/main/udkapi/com/sun/star/reflection/XTypeDescription.idl
+++ b/main/udkapi/com/sun/star/reflection/XTypeDescription.idl
@@ -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,39 +7,39 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_reflection_XTypeDescription_idl__ 
-#define __com_sun_star_reflection_XTypeDescription_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_uno_TypeClass_idl__ 
-#include <com/sun/star/uno/TypeClass.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module reflection {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_reflection_XTypeDescription_idl__
+#define __com_sun_star_reflection_XTypeDescription_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_uno_TypeClass_idl__
+#include <com/sun/star/uno/TypeClass.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module reflection {
+
+//=============================================================================
+
 /** Reflects a UNOIDL entity.
-    
+
     @see XPublished
     @see XIndirectTypeDescription
     @see XEnumTypeDescription
@@ -55,27 +55,27 @@
     @see XSingletonTypeDescription2
 */
 published interface XTypeDescription : com::sun::star::uno::XInterface
-{ 
+{
 	/** Returns the type class of the reflected UNOIDL entity.
 
         @return
                 type class of the entity
     */
-	com::sun::star::uno::TypeClass getTypeClass(); 
-    
+	com::sun::star::uno::TypeClass getTypeClass();
+
 	/** Returns the fully qualified name of the UNOIDL entity.
-        
+
         @return
                 fully qualified name of the entity
     */
 	string getName();
 };
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/reflection/XTypeDescriptionEnumeration.idl b/main/udkapi/com/sun/star/reflection/XTypeDescriptionEnumeration.idl
index 9f8ad46..d770c89 100644
--- a/main/udkapi/com/sun/star/reflection/XTypeDescriptionEnumeration.idl
+++ b/main/udkapi/com/sun/star/reflection/XTypeDescriptionEnumeration.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl b/main/udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl
index f5b9111..49d2015 100644
--- a/main/udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl
+++ b/main/udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/reflection/XUnionTypeDescription.idl b/main/udkapi/com/sun/star/reflection/XUnionTypeDescription.idl
index 96944fc..e41c04c 100644
--- a/main/udkapi/com/sun/star/reflection/XUnionTypeDescription.idl
+++ b/main/udkapi/com/sun/star/reflection/XUnionTypeDescription.idl
@@ -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,33 +7,33 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_reflection_XUnionTypeDescription_idl__ 
-#define __com_sun_star_reflection_XUnionTypeDescription_idl__ 
- 
-#ifndef __com_sun_star_reflection_XTypeDescription_idl__ 
-#include <com/sun/star/reflection/XTypeDescription.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module reflection {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_reflection_XUnionTypeDescription_idl__
+#define __com_sun_star_reflection_XUnionTypeDescription_idl__
+
+#ifndef __com_sun_star_reflection_XTypeDescription_idl__
+#include <com/sun/star/reflection/XTypeDescription.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module reflection {
+
+//=============================================================================
+
 /** Deprecated.  Unions are not supported.
     Reflects a union type.
     The discriminant of a union switches between the current value types.
@@ -42,55 +42,55 @@
     @deprecated
 */
 published interface XUnionTypeDescription: com::sun::star::reflection::XTypeDescription
-{ 
+{
 	/** Returns the (ordinal) discriminant type.
-        
+
         @return
                 type of the discriminant
     */
-	com::sun::star::reflection::XTypeDescription getDiscriminantType(); 
-    
+	com::sun::star::reflection::XTypeDescription getDiscriminantType();
+
 	/** Returns the default discriminant value.
-        
+
         @return
                 default discriminant value
     */
-	any getDefaultDiscriminant(); 
-    
+	any getDefaultDiscriminant();
+
 	/** Returns the type of the default value.
-        
+
         @return
                 type of the default value
     */
-	com::sun::star::reflection::XTypeDescription getDefaultMemberType(); 
-    
+	com::sun::star::reflection::XTypeDescription getDefaultMemberType();
+
 	/** Returns discriminants of all members in order of IDL declaration.
 
         @return
                 discriminants of all members
     */
-	sequence< any > getDiscriminants(); 
-    
+	sequence< any > getDiscriminants();
+
 	/** Returns types of all members in order of IDL declaration.
 
         @return
                 types of all members
     */
-	sequence< com::sun::star::reflection::XTypeDescription > getMemberTypes(); 
-    
+	sequence< com::sun::star::reflection::XTypeDescription > getMemberTypes();
+
 	/** Returns names of all members in order of IDL declaration.
 
         @return
                 names of all members
     */
-	sequence< string > getMemberNames();	 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	sequence< string > getMemberNames();
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/registry/CannotRegisterImplementationException.idl b/main/udkapi/com/sun/star/registry/CannotRegisterImplementationException.idl
index c60f831..6d42341 100644
--- a/main/udkapi/com/sun/star/registry/CannotRegisterImplementationException.idl
+++ b/main/udkapi/com/sun/star/registry/CannotRegisterImplementationException.idl
@@ -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,36 +7,36 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_registry_CannotRegisterImplementationException_idl__ 
-#define __com_sun_star_registry_CannotRegisterImplementationException_idl__ 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module registry {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_registry_CannotRegisterImplementationException_idl__
+#define __com_sun_star_registry_CannotRegisterImplementationException_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module registry {
+
+//=============================================================================
+
 // DocMerge from xml: exception com::sun::star::registry::CannotRegisterImplementationException
 /** is thrown when an application tries to register a new component (implementation) using the
-	<member>XImplementationRegistration::registerImplementation()</member> 
+	<member>XImplementationRegistration::registerImplementation()</member>
 	method, but the component cannot be registered. The reason for this exception could be:<br>
     <br><ul>
     <li>the component cannot be found or cannot be loaded (missing path or classpath)
@@ -44,17 +44,17 @@
     C++ component (shared library) or a named registration class with the appropriate methods for
     a Java component (normally a jar file)).
     </ul><br>
-    
+
  */
 published exception CannotRegisterImplementationException: com::sun::star::uno::Exception
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/registry/DefaultRegistry.idl b/main/udkapi/com/sun/star/registry/DefaultRegistry.idl
index aaaf665..c331ae6 100644
--- a/main/udkapi/com/sun/star/registry/DefaultRegistry.idl
+++ b/main/udkapi/com/sun/star/registry/DefaultRegistry.idl
@@ -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,40 +7,40 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_registry_DefaultRegistry_idl__ 
-#define __com_sun_star_registry_DefaultRegistry_idl__ 
- 
-#ifndef __com_sun_star_registry_XSimpleRegistry_idl__ 
-#include <com/sun/star/registry/XSimpleRegistry.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module registry {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_registry_DefaultRegistry_idl__
+#define __com_sun_star_registry_DefaultRegistry_idl__
+
+#ifndef __com_sun_star_registry_XSimpleRegistry_idl__
+#include <com/sun/star/registry/XSimpleRegistry.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module registry {
+
+//=============================================================================
+
 // DocMerge from xml: service com::sun::star::registry::DefaultRegistry
-/** implicitly supports a local registry and a read-only 
-	system registry for global information. 
-	In the context of this service, 
-	the functions <code>open</code>, <code>close</code>, and <code>destroy</code> 
-	from <type>XSimpleRegistry</type> are not supported and throw an exception 
-	if they are used. 
+/** implicitly supports a local registry and a read-only
+	system registry for global information.
+	In the context of this service,
+	the functions <code>open</code>, <code>close</code>, and <code>destroy</code>
+	from <type>XSimpleRegistry</type> are not supported and throw an exception
+	if they are used.
 	<dl>
 	<dt>Functions of <type>XSimpleRegistry</type>:
 	<dl>
@@ -48,53 +48,53 @@
 	</dt>
 	<dd> returns the name of the local registry.
 	</dd>
-	<dt>	<b>isValid</b> 
+	<dt>	<b>isValid</b>
 	</dt>
 	<dd> checks if the local registry is valid. If the interface is not <NULL/>
-	the local registry should always be valid. 
+	the local registry should always be valid.
 	</dd>
 	<dt>	<b>isReadOnly</b>  </dt>
 	<dd> checks if the local registry has write protection.
 	</dd>
-	<dt>	<b>mergeKey</b> 
+	<dt>	<b>mergeKey</b>
 	</dt>
 	<dd> merges all information from the specified registry in the local registry.
 	</dd>
-	<dt>	<b>getRootKey</b> 
+	<dt>	<b>getRootKey</b>
 	</dt>
 	<dd> returns a virtual rootkey of both registries.
 	</dd>
-	</dl>   
-	
+	</dl>
+
 	<br>
-	
+
 	</dt>
 	<dt>Functions of XRegistryKey:
 	<dl>
-	<dt> <b>openKey</b> 
+	<dt> <b>openKey</b>
 	</dt>
 	<dd> returns a virtual key which is specified in the local or the system
 	registry.
 	</dd>
-	<dt> <b>deleteKey</b> 
+	<dt> <b>deleteKey</b>
 	</dt>
 	<dd> deletes the key only if it is present in the local registry.
 	</dd>
-	<dt> <b>setLongValue, setAsciiValue, setStringValue, setBinaryValue</b> 
+	<dt> <b>setLongValue, setAsciiValue, setStringValue, setBinaryValue</b>
 	</dt>
 	<dd> sets the value at the specified key in the local registry.
 	</dd>
-	<dt> <b>getLongValue, getAsciiValue, getStringValue, getBinaryValue</b> 
+	<dt> <b>getLongValue, getAsciiValue, getStringValue, getBinaryValue</b>
 	</dt>
-	<dd> returns the value at the specified key in the local registry, or if 
+	<dd> returns the value at the specified key in the local registry, or if
 	the value is not present in the local registry, it will return the value of the
 	system registry.
 	</dd>
-	<dt> <b>openKeys</b> 
+	<dt> <b>openKeys</b>
 	</dt>
 	<dd> returns a sequence of all subkeys in both registries.
 	</dd>
-	<dt> <b>getKeyNames</b> 
+	<dt> <b>getKeyNames</b>
 	</dt>
 	<dd> returns a sequence with the names of all subkeys in both registries.
 	</dd>
@@ -103,16 +103,16 @@
 	<b>Note: all write functions only work on the local registry.</b>
 	</dt>
 	</dl>
-	
+
 	<br>
-	
+
 	</dt>
 	<dt>How to find the registries:
 	<dl>
 	<dt> search for the system registry:
 	</dt>
 	<dd> The system registry will always be searched in the same directory as the
-	executable. The name of the system registry is "applicat.rdb". If the system 
+	executable. The name of the system registry is "applicat.rdb". If the system
 	registry was not found, then the environment variable STAR_REGISTRY will be checked.
 	If this variable was set, it must contain a full path to a valid system registry.
 	</dd>
@@ -121,15 +121,15 @@
 	<dd>
 	<dl>
 	<dt> 1. (for further use) search in sversion.ini (.sversionrc) for an entry
-	REGISTRY_VERSION_STRING (example: UserRegistry 5.0/505=test.rdb) in the section 
+	REGISTRY_VERSION_STRING (example: UserRegistry 5.0/505=test.rdb) in the section
 	[Registry]. If found, then take this value instead of "user.rdb" as "REGISTRY NAME".
 	</dt>
-	<dt> 2. Search in the config directory of the user for a file "REGISTRY NAME". If 
-	found, return the full path and name of the file. If not found, retry this 
+	<dt> 2. Search in the config directory of the user for a file "REGISTRY NAME". If
+	found, return the full path and name of the file. If not found, retry this
 	step with a dot before "REGISTRY NAME".
 	</dt>
-	<dt> 3. If not found, a new user registry with name user.rdb will be created in the user 
-	config directory. 
+	<dt> 3. If not found, a new user registry with name user.rdb will be created in the user
+	config directory.
 	</dt>
 	</dl>
 	</dd>
@@ -137,23 +137,23 @@
 	</dt>
 	</dl>
 	<h4>Guarantees:</h4>
-	
+
 	<ul>
 	<li>-thread safe</li>
 	</ul>
  */
 published service DefaultRegistry
-{ 
+{
 	// DocMerge: empty anyway
-	interface com::sun::star::registry::XSimpleRegistry; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	interface com::sun::star::registry::XSimpleRegistry;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/registry/ImplementationRegistration.idl b/main/udkapi/com/sun/star/registry/ImplementationRegistration.idl
index 0a838a2..6b5d5b9 100644
--- a/main/udkapi/com/sun/star/registry/ImplementationRegistration.idl
+++ b/main/udkapi/com/sun/star/registry/ImplementationRegistration.idl
@@ -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,56 +7,56 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_registry_ImplementationRegistration_idl__ 
-#define __com_sun_star_registry_ImplementationRegistration_idl__ 
- 
-#ifndef __com_sun_star_registry_XImplementationRegistration_idl__ 
-#include <com/sun/star/registry/XImplementationRegistration.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module registry {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_registry_ImplementationRegistration_idl__
+#define __com_sun_star_registry_ImplementationRegistration_idl__
+
+#ifndef __com_sun_star_registry_XImplementationRegistration_idl__
+#include <com/sun/star/registry/XImplementationRegistration.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module registry {
+
+//=============================================================================
+
 // DocMerge from xml: service com::sun::star::registry::ImplementationRegistration
 /** is the implementation of the interface <type>XImplementationRegistration</type>.
 	This service can be used to install or uninstall components (implementations).
     Further, it is possible to check if all runtime dependencies (needed services) are
     available to use a specified component.
-	
+
 	Guarantees:
 	<ul>
 	<li>-thread safe</li>
 	</ul>
  */
 published service ImplementationRegistration
-{ 
+{
 	// DocMerge: empty anyway
-	interface com::sun::star::registry::XImplementationRegistration; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	interface com::sun::star::registry::XImplementationRegistration;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/registry/InvalidRegistryException.idl b/main/udkapi/com/sun/star/registry/InvalidRegistryException.idl
index aaf1b26..8cf29f4 100644
--- a/main/udkapi/com/sun/star/registry/InvalidRegistryException.idl
+++ b/main/udkapi/com/sun/star/registry/InvalidRegistryException.idl
@@ -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,46 +7,46 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_registry_InvalidRegistryException_idl__ 
-#define __com_sun_star_registry_InvalidRegistryException_idl__ 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module registry {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_registry_InvalidRegistryException_idl__
+#define __com_sun_star_registry_InvalidRegistryException_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module registry {
+
+//=============================================================================
+
 // DocMerge from xml: exception com::sun::star::registry::InvalidRegistryException
 /** signals that the registry is invalid or an operation on the registry
 	failed.
  */
 published exception InvalidRegistryException: com::sun::star::uno::Exception
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/registry/InvalidValueException.idl b/main/udkapi/com/sun/star/registry/InvalidValueException.idl
index f79f30e..203c6b8 100644
--- a/main/udkapi/com/sun/star/registry/InvalidValueException.idl
+++ b/main/udkapi/com/sun/star/registry/InvalidValueException.idl
@@ -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,46 +7,46 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_registry_InvalidValueException_idl__ 
-#define __com_sun_star_registry_InvalidValueException_idl__ 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module registry {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_registry_InvalidValueException_idl__
+#define __com_sun_star_registry_InvalidValueException_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module registry {
+
+//=============================================================================
+
 // DocMerge from xml: exception com::sun::star::registry::InvalidValueException
-/** signals that the value of the key is invalid or does not have the 
+/** signals that the value of the key is invalid or does not have the
 	appropriate key type.
  */
 published exception InvalidValueException: com::sun::star::uno::Exception
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/registry/MergeConflictException.idl b/main/udkapi/com/sun/star/registry/MergeConflictException.idl
index e15d2a2..a993bcc 100644
--- a/main/udkapi/com/sun/star/registry/MergeConflictException.idl
+++ b/main/udkapi/com/sun/star/registry/MergeConflictException.idl
@@ -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,46 +7,46 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_registry_MergeConflictException_idl__ 
-#define __com_sun_star_registry_MergeConflictException_idl__ 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module registry {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_registry_MergeConflictException_idl__
+#define __com_sun_star_registry_MergeConflictException_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module registry {
+
+//=============================================================================
+
 // DocMerge from xml: exception com::sun::star::registry::MergeConflictException
 /** is thrown if entries of two registries are contradictory in the context of
     <member>XSimpleRegistry::mergeKey()e</member> method.
  */
 published exception MergeConflictException: com::sun::star::uno::Exception
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/registry/NestedRegistry.idl b/main/udkapi/com/sun/star/registry/NestedRegistry.idl
index 0b22c6c..45c46fa 100644
--- a/main/udkapi/com/sun/star/registry/NestedRegistry.idl
+++ b/main/udkapi/com/sun/star/registry/NestedRegistry.idl
@@ -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,108 +7,108 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_registry_DefaultRegistry_idl__ 
-#define __com_sun_star_registry_DefaultRegistry_idl__ 
- 
-#ifndef __com_sun_star_registry_XSimpleRegistry_idl__ 
-#include <com/sun/star/registry/XSimpleRegistry.idl> 
-#endif 
-#ifndef __com_sun_star_lang_XInitialization_idl__ 
-#include <com/sun/star/lang/XInitialization.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module registry {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_registry_DefaultRegistry_idl__
+#define __com_sun_star_registry_DefaultRegistry_idl__
+
+#ifndef __com_sun_star_registry_XSimpleRegistry_idl__
+#include <com/sun/star/registry/XSimpleRegistry.idl>
+#endif
+#ifndef __com_sun_star_lang_XInitialization_idl__
+#include <com/sun/star/lang/XInitialization.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module registry {
+
+//=============================================================================
+
 // DocMerge from xml: service com::sun::star::registry::NestedRegistry
-/** supports a shared view on two different registries. The registry 
-	files will be opened in two different modes, registry1 will be opened with read/write 
+/** supports a shared view on two different registries. The registry
+	files will be opened in two different modes, registry1 will be opened with read/write
 	rights and registry2 will be opened read-only.
-	In the context of this service, the functions <code>open</code>, <code>close</code>, 
-	and <code>destroy</code> from <type>XSimpleRegistry</type> are not supported and 
-	throw an exception if they are used. 
+	In the context of this service, the functions <code>open</code>, <code>close</code>,
+	and <code>destroy</code> from <type>XSimpleRegistry</type> are not supported and
+	throw an exception if they are used.
 	<dl>
 	<dt>Functions of <type>XSimpleRegistry</type>:
 	<dl>
-	<dt>	<b>getURL</b> 
+	<dt>	<b>getURL</b>
 	</dt>
 	<dd> returns the name of registry1.
-	
+
 	</dd>
-	<dt>	<b>isValid</b> 
+	<dt>	<b>isValid</b>
 	</dt>
 	<dd> checks if registry1 is valid. If the interface is not <NULL/>
-	then registry1 should always be valid. 
-	
+	then registry1 should always be valid.
+
 	</dd>
-	<dt>	<b>isReadOnly</b> 
+	<dt>	<b>isReadOnly</b>
 	</dt>
 	<dd> checks if registry1 has write protection.
 	</dd>
-	<dt>	<b>mergeKey</b> 
+	<dt>	<b>mergeKey</b>
 	</dt>
 	<dd> merges all information from the specified registry in registry1.
-	
+
 	</dd>
-	<dt>	<b>getRootKey</b> 
+	<dt>	<b>getRootKey</b>
 	</dt>
 	<dd> returns a virtual rootkey of both registries.
 	</dd>
-	</dl>   
-	
+	</dl>
+
 	<br>
-	
+
 	</dt>
 	<dt>Functions of <type>XRegistryKey</type>:
 	<dl>
-	<dt> <b>openKey</b> 
+	<dt> <b>openKey</b>
 	</dt>
 	<dd> returns a virtual key which is specified in registy1 or registry2.
-	
+
 	</dd>
-	<dt> <b>deleteKey</b> 
+	<dt> <b>deleteKey</b>
 	</dt>
 	<dd> deletes the key only if it is present in registry1.
-	
+
 	</dd>
-	<dt> <b>setLongValue, setAsciiValue, setStringValue, setBinaryValue</b> 
+	<dt> <b>setLongValue, setAsciiValue, setStringValue, setBinaryValue</b>
 	</dt>
 	<dd> sets the value at the specified key in registry1.
-	
+
 	</dd>
-	<dt> <b>getLongValue, getAsciiValue, getStringValue, getBinaryValue</b> 
+	<dt> <b>getLongValue, getAsciiValue, getStringValue, getBinaryValue</b>
 	</dt>
-	<dd> returns the value at the specified key in registry1, or if 
+	<dd> returns the value at the specified key in registry1, or if
 	the value is not present in registry1, it will return the value of registry2.
-	
+
 	</dd>
-	<dt> <b>openKeys</b> 
+	<dt> <b>openKeys</b>
 	</dt>
 	<dd> returns a sequence of all subkeys in both registries.
-	
+
 	</dd>
-	<dt> <b>getKeyNames</b> 
+	<dt> <b>getKeyNames</b>
 	</dt>
-	<dd> returns a sequence with the names of all subkeys in both 
+	<dd> returns a sequence with the names of all subkeys in both
 	registries.
-	
+
 	</dd>
 	<dt>
 	<br>
@@ -119,39 +119,39 @@
     </dl>
 	<br>
 	How to initialize the registries:<br>
-	Use a sequence of <type>XSimpleRegistry</type> with two elements. The first element must be 
-	the registry which is opened with read/write rights and the second element must be 
+	Use a sequence of <type>XSimpleRegistry</type> with two elements. The first element must be
+	the registry which is opened with read/write rights and the second element must be
 	the read-only one.<br>
 	Two different ways are possible:<br>
 	<ul>
 	<li> use <method scope="com::sun::star::lang">XMultiServiceFactory::createInstanceWithArguments()</method> to
     create an instance of this service where the value of the any parameter must be the sequence with
     the two open registries.
-	<li> use the initialize function of the <type scope="com::sun::star::lang">XInitialization</type> interface where the value of the 
+	<li> use the initialize function of the <type scope="com::sun::star::lang">XInitialization</type> interface where the value of the
 	any parameter must be the sequence with the two open registries.
 	</ul>
     <br>
-	
-	
+
+
 	Guarantees:
 	<ul>
 	<li>-thread safe</li>
 	</ul>
  */
 published service NestedRegistry
-{ 
+{
 	// DocMerge: empty anyway
-	interface com::sun::star::registry::XSimpleRegistry; 
-	
+	interface com::sun::star::registry::XSimpleRegistry;
+
 	// DocMerge: empty anyway
-	interface com::sun::star::lang::XInitialization; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	interface com::sun::star::lang::XInitialization;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/registry/RegistryKeyType.idl b/main/udkapi/com/sun/star/registry/RegistryKeyType.idl
index 938ce7d..aeb74f0 100644
--- a/main/udkapi/com/sun/star/registry/RegistryKeyType.idl
+++ b/main/udkapi/com/sun/star/registry/RegistryKeyType.idl
@@ -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,56 +7,56 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_registry_RegistryKeyType_idl__ 
-#define __com_sun_star_registry_RegistryKeyType_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module registry {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_registry_RegistryKeyType_idl__
+#define __com_sun_star_registry_RegistryKeyType_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module registry {
+
+//=============================================================================
+
 // DocMerge from xml: enum com::sun::star::registry::RegistryKeyType
 /** represents all possible types of a key.
-	
+
 	<p>A key can be a normal key with a value and subkeys, or it can be a
 	link which references another key.</p>
  */
 published enum RegistryKeyType
-{ 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR RegistryKeyType::	KEY, 
-	
+{
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR RegistryKeyType::	KEY,
+
 	// DocMerge: empty anyway
-	KEY, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR RegistryKeyType::	LINK 
-	
+	KEY,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR RegistryKeyType::	LINK
+
 	// DocMerge: empty anyway
-	LINK 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	LINK
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/registry/RegistryValueType.idl b/main/udkapi/com/sun/star/registry/RegistryValueType.idl
index 18b3fbe..8982db2 100644
--- a/main/udkapi/com/sun/star/registry/RegistryValueType.idl
+++ b/main/udkapi/com/sun/star/registry/RegistryValueType.idl
@@ -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,109 +7,109 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_registry_RegistryValueType_idl__ 
-#define __com_sun_star_registry_RegistryValueType_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module registry {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_registry_RegistryValueType_idl__
+#define __com_sun_star_registry_RegistryValueType_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module registry {
+
+//=============================================================================
+
 // DocMerge from xml: enum com::sun::star::registry::RegistryValueType
 /** represents all possible types of a key value.
-	
+
 	<p>An ASCII value and a string value will both be handled with type
 	string. But interns will be handled differently. Normally the idl
 	string represents a unicode string. </p>
  */
 published enum RegistryValueType
-{ 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR RegistryValueType::	NOT_DEFINED, 
-	
+{
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR RegistryValueType::	NOT_DEFINED,
+
 	// DocMerge from xml: value com::sun::star::registry::RegistryValueType::NOT_DEFINED
 	/** the type of the key is not defined.
 	 */
-	NOT_DEFINED, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR RegistryValueType::	LONG, 
-	
+	NOT_DEFINED,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR RegistryValueType::	LONG,
+
 	// DocMerge from xml: value com::sun::star::registry::RegistryValueType::LONG
 	/** the type of the key is long.
 	 */
-	LONG, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR RegistryValueType::	ASCII, 
-	
+	LONG,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR RegistryValueType::	ASCII,
+
 	// DocMerge from xml: value com::sun::star::registry::RegistryValueType::ASCII
 	/** the type of the key is ASCII.
 	 */
-	ASCII, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR RegistryValueType::	STRING, 
-	
+	ASCII,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR RegistryValueType::	STRING,
+
 	// DocMerge from xml: value com::sun::star::registry::RegistryValueType::STRING
 	/** the type of the key is a string.
 	 */
-	STRING, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR RegistryValueType::	BINARY, 
-	
+	STRING,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR RegistryValueType::	BINARY,
+
 	// DocMerge from xml: value com::sun::star::registry::RegistryValueType::BINARY
 	/** the type of the key is binary.
 	 */
-	BINARY, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR RegistryValueType::	LONGLIST, 
-	
+	BINARY,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR RegistryValueType::	LONGLIST,
+
 	// DocMerge from xml: value com::sun::star::registry::RegistryValueType::LONGLIST
 	/** the type of the key is LONGLIST.
 	 */
-	LONGLIST, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR RegistryValueType::	ASCIILIST, 
-	
+	LONGLIST,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR RegistryValueType::	ASCIILIST,
+
 	// DocMerge from xml: value com::sun::star::registry::RegistryValueType::ASCIILIST
 	/** the type of the key is a ASCIILIST.
 	 */
-	ASCIILIST, 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION OMITTED FOR RegistryValueType::	STRINGLIST 
-	
+	ASCIILIST,
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION OMITTED FOR RegistryValueType::	STRINGLIST
+
 	// DocMerge from xml: value com::sun::star::registry::RegistryValueType::STRINGLIST
 	/** the type of the key is a STRINGLIST.
 	 */
-	STRINGLIST 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	STRINGLIST
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/registry/SimpleRegistry.idl b/main/udkapi/com/sun/star/registry/SimpleRegistry.idl
index bd76dbd..a6964d1 100644
--- a/main/udkapi/com/sun/star/registry/SimpleRegistry.idl
+++ b/main/udkapi/com/sun/star/registry/SimpleRegistry.idl
@@ -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,54 +7,54 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_registry_SimpleRegistry_idl__ 
-#define __com_sun_star_registry_SimpleRegistry_idl__ 
- 
-#ifndef __com_sun_star_registry_XSimpleRegistry_idl__ 
-#include <com/sun/star/registry/XSimpleRegistry.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module registry {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_registry_SimpleRegistry_idl__
+#define __com_sun_star_registry_SimpleRegistry_idl__
+
+#ifndef __com_sun_star_registry_XSimpleRegistry_idl__
+#include <com/sun/star/registry/XSimpleRegistry.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module registry {
+
+//=============================================================================
+
 // DocMerge from xml: service com::sun::star::registry::SimpleRegistry
-/** makes it possible to create, open, or close a registry. Further, it is 
+/** makes it possible to create, open, or close a registry. Further, it is
 	possible to merge a registry under a specified key in the open registry.
-	
+
 	Guarantees:
 	<ul>
 	<li>-thread safe</li>
 	</ul>
  */
 published service SimpleRegistry
-{ 
+{
 	// DocMerge: empty anyway
-	interface com::sun::star::registry::XSimpleRegistry; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	interface com::sun::star::registry::XSimpleRegistry;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/registry/XImplementationRegistration.idl b/main/udkapi/com/sun/star/registry/XImplementationRegistration.idl
index 56d4538..c74ef77 100644
--- a/main/udkapi/com/sun/star/registry/XImplementationRegistration.idl
+++ b/main/udkapi/com/sun/star/registry/XImplementationRegistration.idl
@@ -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,118 +7,118 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_registry_XImplementationRegistration_idl__ 
-#define __com_sun_star_registry_XImplementationRegistration_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_registry_XSimpleRegistry_idl__ 
-#include <com/sun/star/registry/XSimpleRegistry.idl> 
-#endif 
- 
-#ifndef __com_sun_star_registry_CannotRegisterImplementationException_idl__ 
-#include <com/sun/star/registry/CannotRegisterImplementationException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module registry {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_registry_XImplementationRegistration_idl__
+#define __com_sun_star_registry_XImplementationRegistration_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_registry_XSimpleRegistry_idl__
+#include <com/sun/star/registry/XSimpleRegistry.idl>
+#endif
+
+#ifndef __com_sun_star_registry_CannotRegisterImplementationException_idl__
+#include <com/sun/star/registry/CannotRegisterImplementationException.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module registry {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::registry::XImplementationRegistration
 /** offers a registry for implementation objects and provides information
 	about the registered implementations.
  */
 published interface XImplementationRegistration: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::registry::XImplementationRegistration::registerImplementation
-	/** registers a component which provides one or more implementations. 
-		
-		@param aLocation 
-			specifies the location of the component with the URL.  
-			  
-		@param xReg 
+	/** registers a component which provides one or more implementations.
+
+		@param aLocation
+			specifies the location of the component with the URL.
+
+		@param xReg
 			specifies the registry where the component should be installed.
 			If it is a NULL interface, then the component will be installed
 			in the system registry (if this feature is supported).
 	 */
-	void registerImplementation( [in] string aImplementationLoader, 
-			 [in] string aLocation, 
-			 [in] com::sun::star::registry::XSimpleRegistry xReg ) 
-			raises( com::sun::star::registry::CannotRegisterImplementationException ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void registerImplementation( [in] string aImplementationLoader,
+			 [in] string aLocation,
+			 [in] com::sun::star::registry::XSimpleRegistry xReg )
+			raises( com::sun::star::registry::CannotRegisterImplementationException );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::registry::XImplementationRegistration::revokeImplementation
-	/** revokes a component and all their provided implementations from the registry. 
-		
-		@param aLocation 
-			specifies the location of the component with the URL.  
-			  
-		@param xReg 
+	/** revokes a component and all their provided implementations from the registry.
+
+		@param aLocation
+			specifies the location of the component with the URL.
+
+		@param xReg
 			specifies the registry where the component should be installed.
 			If it is a NULL interface, then the component will be revoked
 			from the system registry (if this feature is supported).
 	 */
-	boolean revokeImplementation( [in] string aLocation, 
-			 [in] com::sun::star::registry::XSimpleRegistry xReg ); 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION CHANGED FOR XImplementationRegistration::getImplementations 
-	 
+	boolean revokeImplementation( [in] string aLocation,
+			 [in] com::sun::star::registry::XSimpleRegistry xReg );
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION CHANGED FOR XImplementationRegistration::getImplementations
+
 	// DocMerge from idl: method com::sun::star::registry::XImplementationRegistration::getImplementations
-	/** @returns 
-			the names of the implementations registered by the url location. 
-			  
-		@param aImplementationLoader 
-			specifies the name of the needed loader for this type of implementation. For  
-			example, the loader "com.sun.star.loader.SharedLibrary" for implementations  
-			that are realized as an SharedLibrary.  
-			  
-		@param aLocation 
-			specifies the location of the component with the URL.  
+	/** @returns
+			the names of the implementations registered by the url location.
+
+		@param aImplementationLoader
+			specifies the name of the needed loader for this type of implementation. For
+			example, the loader "com.sun.star.loader.SharedLibrary" for implementations
+			that are realized as an SharedLibrary.
+
+		@param aLocation
+			specifies the location of the component with the URL.
 	 */
-	sequence<string> getImplementations( [in] string aImplementationLoader, 
-			 [in] string aLocation ); 
- 
-	//------------------------------------------------------------------------- 
-	// DOCUMENTATION CHANGED FOR XImplementationRegistration::checkInstantiation 
-	 
+	sequence<string> getImplementations( [in] string aImplementationLoader,
+			 [in] string aLocation );
+
+	//-------------------------------------------------------------------------
+	// DOCUMENTATION CHANGED FOR XImplementationRegistration::checkInstantiation
+
 	// DocMerge from idl: method com::sun::star::registry::XImplementationRegistration::checkInstantiation
-	/** @returns 
+	/** @returns
 		 	a sequence with names of the missing services to create an instance of this implementation.
 
         @param implementationName
-            specifies the name of the checked implementation. 
+            specifies the name of the checked implementation.
 	 */
-	sequence<string> checkInstantiation( [in] string implementationName ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	sequence<string> checkInstantiation( [in] string implementationName );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/registry/XImplementationRegistration2.idl b/main/udkapi/com/sun/star/registry/XImplementationRegistration2.idl
index dd80474..510120a 100644
--- a/main/udkapi/com/sun/star/registry/XImplementationRegistration2.idl
+++ b/main/udkapi/com/sun/star/registry/XImplementationRegistration2.idl
@@ -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,64 +7,64 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_registry_XImplementationRegistration2_idl__ 
-#define __com_sun_star_registry_XImplementationRegistration2_idl__ 
- 
-#ifndef __com_sun_star_registry_XImplementationRegistration_idl__ 
-#include <com/sun/star/registry/XImplementationRegistration.idl> 
-#endif 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module registry {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_registry_XImplementationRegistration2_idl__
+#define __com_sun_star_registry_XImplementationRegistration2_idl__
+
+#ifndef __com_sun_star_registry_XImplementationRegistration_idl__
+#include <com/sun/star/registry/XImplementationRegistration.idl>
+#endif
+//=============================================================================
+
+ module com {  module sun {  module star {  module registry {
+
+//=============================================================================
+
 /** extends the functionality of <type scope="com::sun::star::registry">XImplementationRegistration</type>. It can be useful to specify a complete Url to a component but register the components name only (library or jar name).
 
     @since OpenOffice 2.4
  */
 interface XImplementationRegistration2: com::sun::star::registry::XImplementationRegistration
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	/** registers a component which provides one or more implementations.
-		
-		@param aLocation 
-			specifies the location of the component with the URL.  
+
+		@param aLocation
+			specifies the location of the component with the URL.
 
         @param aRegisteredLocation
             the URL with which the component is actually registered.
-			  
-		@param xReg 
+
+		@param xReg
 			specifies the registry where the component should be installed.
 			If it is a NULL interface, then the component will be installed
 			in the system registry (if this feature is supported).
 	 */
-	void registerImplementationWithLocation( [in] string aImplementationLoader, 
+	void registerImplementationWithLocation( [in] string aImplementationLoader,
 			 [in] string aLocation, [in] string aRegisteredLocation,
-			 [in] com::sun::star::registry::XSimpleRegistry xReg ) 
-			raises( com::sun::star::registry::CannotRegisterImplementationException ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+			 [in] com::sun::star::registry::XSimpleRegistry xReg )
+			raises( com::sun::star::registry::CannotRegisterImplementationException );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/registry/XRegistryKey.idl b/main/udkapi/com/sun/star/registry/XRegistryKey.idl
index deba001..729f943 100644
--- a/main/udkapi/com/sun/star/registry/XRegistryKey.idl
+++ b/main/udkapi/com/sun/star/registry/XRegistryKey.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -46,14 +46,14 @@
 
 //=============================================================================
 
-module com { module sun { module star { module registry { 
+module com { module sun { module star { module registry {
 
 //=============================================================================
 /** makes structural information (except regarding tree structures)
 	of a single registry key accessible.
-	
+
 	<p>This is the main interface for registry keys.<p>
-	
+
 	@see XSimpleRegistry
 */
 published interface XRegistryKey: com::sun::star::uno::XInterface
@@ -71,8 +71,8 @@
 
 	//-------------------------------------------------------------------------
 	/** checks if the key can be overwritten.
-		
-		@throws InvalidRegistryException	 
+
+		@throws InvalidRegistryException
 		if the registry is not open.
 	*/
 	boolean isReadOnly()
@@ -86,36 +86,36 @@
 	//-------------------------------------------------------------------------
 	/** @returns
 		the type of the specified key.
-		
+
 		@param rKeyName
 		specifies the relative path from the current key to
-		the key of the type which will be returned. 
-		
-		@throws InvalidRegistryException	 
+		the key of the type which will be returned.
+
+		@throws InvalidRegistryException
 		if the registry is not open.
 	*/
 	com::sun::star::registry::RegistryKeyType getKeyType( [in] string rKeyName )
 			raises( com::sun::star::registry::InvalidRegistryException );
 
 	//-------------------------------------------------------------------------
-	/** @returns 
+	/** @returns
 		the type of the key value or NOT_DEFINED if the key has no value.
-		
-		@throws InvalidRegistryException	 
+
+		@throws InvalidRegistryException
 		if the registry is not open.
 	*/
 	com::sun::star::registry::RegistryValueType getValueType()
 			raises( com::sun::star::registry::InvalidRegistryException );
 
 	//-------------------------------------------------------------------------
-	/** @returns 
+	/** @returns
 		a long value if the key contains one.
-		
-		@throws InvalidRegistryException	 
+
+		@throws InvalidRegistryException
 		if the registry is not open.
-		
-		@throws InvalidValueException	 
-		if the value is not of type long.  
+
+		@throws InvalidValueException
+		if the value is not of type long.
 	*/
 	long getLongValue()
 			raises( com::sun::star::registry::InvalidRegistryException,
@@ -123,11 +123,11 @@
 
 	//-------------------------------------------------------------------------
 	/** sets a long value to the key.
-		
+
 		<p>If the key already has a value, the value will be
-		overridden. 
-		
-		@throws InvalidRegistryException	 
+		overridden.
+
+		@throws InvalidRegistryException
 		if the registry is not open.
 	*/
 	void setLongValue( [in] long value )
@@ -137,10 +137,10 @@
 	// DOCUMENTATION CHANGED FOR XRegistryKey::getLongListValue
 	/** @returns
 		a sequence of longs if the key contains a long list value.
-	  	
+
 	 	@throws InvalidRegistryException
 	 	if the registry is not open.
-	 	
+
 	 	@throws InvalidValueException
 	 	if the actual value is not of type long list.
 	*/
@@ -150,11 +150,11 @@
 
 	//-------------------------------------------------------------------------
 	/** sets a long list value to the key.
-		
+
 		<p>If the key already has a value, the value will be
-		overridden. 
-		
-		@throws InvalidRegistryException	 
+		overridden.
+
+		@throws InvalidRegistryException
 		if the registry is not open.
 	*/
 	void setLongListValue( [in] sequence<long> seqValue )
@@ -164,7 +164,7 @@
 	// DOCUMENTATION CHANGED FOR XRegistryKey::getAsciiValue
 	/** @returns
 		an ascii string value if the key contains one.
-	 
+
 	 	@throws InvalidRegistryException
 	 	if the registry is not open.
 
@@ -177,12 +177,12 @@
 
 	//-------------------------------------------------------------------------
 	/** sets an ASCII string value to the key.
-		
+
 		<p>The high byte of the string should be NULL.  If not, there
 		is no guarantee that the string will be correctly transported.
-		If the key already has a value, the value will be overridden. 
-		
-		@throws InvalidRegistryException	 
+		If the key already has a value, the value will be overridden.
+
+		@throws InvalidRegistryException
 		if the registry is not open.
 	*/
 	void setAsciiValue( [in] string value )
@@ -192,10 +192,10 @@
 	// DOCUMENTATION CHANGED FOR XRegistryKey::getAsciiListValue
 	/** @returns
 		a sequence of ascii strings if the key contains an asci list value.
-	 
+
 	 	@throws InvalidRegistryException
 	 	if the registry is not open.
-	 	
+
 	 	@throws InvalidValueException
 	 	if the actual value is not of type ascii list.
 	*/
@@ -205,12 +205,12 @@
 
 	//-------------------------------------------------------------------------
 	/** sets an ASCII string list value to the key.
-		
+
 		<p>The high byte of the string should be NULL. If not, there
 		is no guarantee that the string will be correctly transported.
-		If the key already has a value, the value will be overridden. 
-		
-		@throws InvalidRegistryException	 
+		If the key already has a value, the value will be overridden.
+
+		@throws InvalidRegistryException
 		if the registry is not open.
 	*/
 	void setAsciiListValue( [in] sequence<string> seqValue )
@@ -220,10 +220,10 @@
 	// DOCUMENTATION CHANGED FOR XRegistryKey::getStringValue
 	/** @returns
 		a unicode string value if the key contains one.
-	 
+
 	 	@throws InvalidRegistryException
 	 	if the registry is not open.
-	 	
+
 	 	@throws InvalidValueException
 	 	if the actual value is not of type string.
 	*/
@@ -233,11 +233,11 @@
 
 	//-------------------------------------------------------------------------
 	/** sets a unicode string value to the key.
-		
+
 		<p> If the key already has a value, the value will be
-		overridden. 
-		
-		@throws InvalidRegistryException	 
+		overridden.
+
+		@throws InvalidRegistryException
 		if the registry is not open.
 	*/
 	void setStringValue( [in] string value )
@@ -245,12 +245,12 @@
 
 	//-------------------------------------------------------------------------
 	// DOCUMENTATION CHANGED FOR XRegistryKey::getStringListValue
-	/** @returns 
+	/** @returns
 		a sequence of unicode strings if the key contains an unicode string list value.
-	 
+
 	 	@throws InvalidRegistryException
 	 	if the registry is not open.
-	 	
+
 	 	@throws InvalidValueException
 	 	if the actual value is not of type string list.
 	*/
@@ -260,9 +260,9 @@
 
 	//-------------------------------------------------------------------------
 	/** sets a unicode string value to the key.
-		
-		<p>If the key already has a value, the value will be overridden. 
-		
+
+		<p>If the key already has a value, the value will be overridden.
+
 		@throws InvalidRegistryException
 		if the registry is not open.
 	*/
@@ -271,12 +271,12 @@
 
 	//-------------------------------------------------------------------------
 	// DOCUMENTATION CHANGED FOR XRegistryKey::getBinaryValue
-	/** @returns 
+	/** @returns
 		a binary value if the key contains one.
-	 
+
 	 	@throws InvalidRegistryException
 	 	if the registry is not open.
-	 	
+
 	 	@throws InvalidValueException
 	 	if the actual value is not of type binary.
 	*/
@@ -286,11 +286,11 @@
 
 	//-------------------------------------------------------------------------
 	/** sets a binary value to the key.
-		
+
 		<p>If the key already has a value, the value will be
-		overridden. 
-		
-		@throws InvalidRegistryException	 
+		overridden.
+
+		@throws InvalidRegistryException
 		if the registry is not open.
 	*/
 	void setBinaryValue( [in] sequence<byte> value )
@@ -298,17 +298,17 @@
 
 	//-------------------------------------------------------------------------
 	/** opens a sub key of the key.
-		
+
 		<p>If the sub key does not exist, the function returns a
-		NULL-interface. 
-		
+		NULL-interface.
+
 		@param aKeyName
 		the relative path from the current key to the key
-		which will be created. 
-		
-		@returns 
-		a NULL interface if the key does not exist. 
-		
+		which will be created.
+
+		@returns
+		a NULL interface if the key does not exist.
+
 		@throws InvalidRegistryException
 		if the registry is not open.
 	*/
@@ -317,17 +317,17 @@
 
 	//-------------------------------------------------------------------------
 	/** creates a new key in the registry.<p>
-		
+
 		<p>If the key already exists, the function will open the key.
-		
+
 		@param aKeyName
 		specifies the relative path from the current key to
-		the key which will be created. 
-		
-		@returns 
-		a NULL interface if the key could not be created. 
-		
-		@throws InvalidRegistryException	 
+		the key which will be created.
+
+		@returns
+		a NULL interface if the key could not be created.
+
+		@throws InvalidRegistryException
 		if the registry is not open, the registry is readonly
 		or if the key exists and is of type LINK.
 	*/
@@ -336,8 +336,8 @@
 
 	//-------------------------------------------------------------------------
 	/** closes a key in the registry.
-		
-		@throws InvalidRegistryException	 
+
+		@throws InvalidRegistryException
 		if the registry is not open.
 	*/
 	void closeKey()
@@ -345,12 +345,12 @@
 
 	//-------------------------------------------------------------------------
 	/** deletes a key from the registry.
-		
+
 		@param aKeyName
 		specifies the relative path from the current key to
-		the key which will be deleted. 
-		
-		@throws InvalidRegistryException	 
+		the key which will be deleted.
+
+		@throws InvalidRegistryException
 		if the registry is not open, the registry is readonly,
 		the key does not exists or if the key is of type LINK.
 	*/
@@ -359,12 +359,12 @@
 
 	//-------------------------------------------------------------------------
 	// DOCUMENTATION CHANGED FOR XRegistryKey::openKeys
-	/** opens all subkeys of the key. If a subkey is a link, the link will be 
+	/** opens all subkeys of the key. If a subkey is a link, the link will be
 		resolved and the appropriate key will be opened.
-	 
+
 	   	@returns
-	   	an empty sequence if the key has no subkeys. 
-	 
+	   	an empty sequence if the key has no subkeys.
+
 	   	@throws InvalidRegistryException
 	   	if the registry is not open.
 	*/
@@ -374,9 +374,9 @@
 	//-------------------------------------------------------------------------
 	// DOCUMENTATION CHANGED FOR XRegistryKey::getKeyNames
 	/** @returns a sequence with the names of all subkeys of the key.
-	  	If the key has no subkeys, the function returns an empty sequence. If a subkey is 
+	  	If the key has no subkeys, the function returns an empty sequence. If a subkey is
 	   	a link, the name of the link will be returned.
-	 
+
 	 	@throws InvalidRegistryException
 	 	if the registry is not open.
 	 */
@@ -385,24 +385,24 @@
 
 	//-------------------------------------------------------------------------
 	/** creates a new link in the registry.
-		
-		@returns 
+
+		@returns
 		<TRUE/> if the link was created. If the link already
 		exists or the link target does not exist, the
 		function returns <FALSE/>.
-		
+
 		@param aLinkName
 		specifies the relative path from the current key to
-		the link which will be created. 
-		
+		the link which will be created.
+
 		@param aLinkTarget
 		specifies the full path of the key which will be
-		referenced by the link. 
-		
-		@throws InvalidRegistryException	 
+		referenced by the link.
+
+		@throws InvalidRegistryException
 		if the registry is not open or the registry is
 		readonly.
-		
+
 	*/
 	boolean createLink( [in] string aLinkName,
 			 [in] string aLinkTarget )
@@ -410,12 +410,12 @@
 
 	//-------------------------------------------------------------------------
 	/** deletes a link from the registry.
-		
+
 		@param aLinkName
 		specifies the relative path from the current key to
-		the link which will be deleted. 
-		
-		@throws InvalidRegistryException	
+		the link which will be deleted.
+
+		@throws InvalidRegistryException
 		if the registry is not open, the registry is readonly,
 		or if the link does not exist.
 	*/
@@ -426,11 +426,11 @@
 	// DOCUMENTATION CHANGED FOR XRegistryKey::getLinkTarget
 	/** @returns
 		the target (complete path of a key) of the link specified by rLinkName.
-	 
+
 	 	@param rLinKName
-		specifies the relative path from the current key to 
-		the link which target will be returned. 
-	 
+		specifies the relative path from the current key to
+		the link which target will be returned.
+
 	 	@throws InvalidRegistryException
 	 	if the registry is not open or the link does not exists.
 	*/
@@ -439,16 +439,16 @@
 
 	//-------------------------------------------------------------------------
 	// DOCUMENTATION CHANGED FOR XRegistryKey::getResolvedName
-	/** @returns 
-		the resolved name of a key. The function resolve the complete name of the key. 
-		If a link could not be resolved, the linktarget concatenated with the unresolved rest 
-		of the name, will be returned. 
-	 
+	/** @returns
+		the resolved name of a key. The function resolve the complete name of the key.
+		If a link could not be resolved, the linktarget concatenated with the unresolved rest
+		of the name, will be returned.
+
 	 	@param rKeyName
-	 	specifies a relative path from the current key which will be resolved from all links. 
-	 
+	 	specifies a relative path from the current key which will be resolved from all links.
+
 	 	@throws InvalidRegistryException
-	 	if the registry is not open or a recursion was detected. 
+	 	if the registry is not open or a recursion was detected.
 	*/
 	string getResolvedName( [in] string aKeyName )
 			raises( com::sun::star::registry::InvalidRegistryException );
@@ -457,6 +457,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/udkapi/com/sun/star/registry/XSimpleRegistry.idl b/main/udkapi/com/sun/star/registry/XSimpleRegistry.idl
index 712c5a6..0640c4c 100644
--- a/main/udkapi/com/sun/star/registry/XSimpleRegistry.idl
+++ b/main/udkapi/com/sun/star/registry/XSimpleRegistry.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -40,9 +40,9 @@
 #endif
 
 
-//============================================================================= 
+//=============================================================================
 
-module com { module sun { module star { module registry { 
+module com { module sun { module star { module registry {
 
 //=============================================================================
 /** allows access to a registry (a persistent data source).
@@ -61,22 +61,22 @@
 	//-------------------------------------------------------------------------
 	/** connects the registry to a persistent data source represented by
 		an URL.
-		
-		<p>If a local registry is already open, this function 
+
+		<p>If a local registry is already open, this function
 		will close the currently open registry.
-		
+
 		@param aURL
-		specifies the complete URL to access the data source. 
-		
+		specifies the complete URL to access the data source.
+
 		@param bReadOnly
 		specifies if the data source should be opened for
 		read only.
-		
+
 		@param bCreate
 		specifies if the data source should be created if it
 		does not already exist.
-		
-		@throws InvalidRegistryException	 
+
+		@throws InvalidRegistryException
 		if the registry does not exist.
 	*/
 	void open( [in] string rURL,
@@ -91,7 +91,7 @@
 
 	//-------------------------------------------------------------------------
 	/** disconnects the registry from the data-source.
-		
+
 		@throws InvalidRegistryException
 		if the registry is not open.
 	*/
@@ -100,18 +100,18 @@
 
 	//-------------------------------------------------------------------------
 	/** destroys the registry and the data source.
-		
-		@throws InvalidRegistryException	 
+
+		@throws InvalidRegistryException
 		if the registry is not open.
 	*/
 	void destroy()
 			raises( com::sun::star::registry::InvalidRegistryException );
 
 	//-------------------------------------------------------------------------
-	/**	@returns 
+	/**	@returns
 		the root key of the registry.
-		
-		@throws InvalidRegistryException	 
+
+		@throws InvalidRegistryException
 		if no registry is open
 	*/
 	com::sun::star::registry::XRegistryKey getRootKey()
@@ -119,8 +119,8 @@
 
 	//-------------------------------------------------------------------------
 	/** checks if the registry is readonly.
-		
-		@throws InvalidRegistryException	 
+
+		@throws InvalidRegistryException
 		if the registry is not open.
 	*/
 	boolean isReadOnly()
@@ -130,15 +130,15 @@
 	/** DEPRECATED: this method lacks a registry key (better than a URL).
 
         merges a registry under the specified key.
-		
+
 		<p>If the key does not exist it will be created. Existing
 		keys will be overridden from keys of registry specified by
 		<var>aUrl</var>.
-		
-		@throws InvalidRegistryException	 
+
+		@throws InvalidRegistryException
 		if the registry is not open.
-		
-		@throws MergeConflictException	
+
+		@throws MergeConflictException
 		if any differences occur during merging
 	*/
 	void mergeKey( [in] string aKeyName,
@@ -150,6 +150,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/udkapi/com/sun/star/script/AllEventObject.idl b/main/udkapi/com/sun/star/script/AllEventObject.idl
index e00c49e..e6d03ab 100644
--- a/main/udkapi/com/sun/star/script/AllEventObject.idl
+++ b/main/udkapi/com/sun/star/script/AllEventObject.idl
@@ -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,70 +7,70 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_script_AllEventObject_idl__ 
-#define __com_sun_star_script_AllEventObject_idl__ 
- 
-#ifndef __com_sun_star_lang_EventObject_idl__ 
-#include <com/sun/star/lang/EventObject.idl> 
-#endif 
- 
-#ifndef __com_sun_star_reflection_XIdlClass_idl__ 
-#include <com/sun/star/reflection/XIdlClass.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module script {  
- 
-//============================================================================= 
+#ifndef __com_sun_star_script_AllEventObject_idl__
+#define __com_sun_star_script_AllEventObject_idl__
+
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
+
+#ifndef __com_sun_star_reflection_XIdlClass_idl__
+#include <com/sun/star/reflection/XIdlClass.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module script {
+
+//=============================================================================
 /** This event is a wrapper for an original event in a forwarding event.
-	
-	<p> Usually the original event is the first argument in the 
+
+	<p> Usually the original event is the first argument in the
 	array of arguments. </p>
  */
 published struct AllEventObject: com::sun::star::lang::EventObject
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** A helper value for the implementation that can be used arbitrarily.
-		
-		<p>This field reflects the third parameter of the method 
+
+		<p>This field reflects the third parameter of the method
 		<member>XAllListenerAdapterService::createAllListerAdapter</member>.
 		</p>
 	 */
-	any Helper; 
- 
-	//------------------------------------------------------------------------- 
+	any Helper;
+
+	//-------------------------------------------------------------------------
 	/** contains the type of the original listener.
 	 */
-	type ListenerType; 
- 
-	//------------------------------------------------------------------------- 
+	type ListenerType;
+
+	//-------------------------------------------------------------------------
 	/** The original method name on which the event was fired.
 	 */
-	string MethodName; 
- 
-	//------------------------------------------------------------------------- 
+	string MethodName;
+
+	//-------------------------------------------------------------------------
 	/** The arguments of the original method.
 	 */
-	sequence<any> Arguments; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	sequence<any> Arguments;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/script/AllListenerAdapter.idl b/main/udkapi/com/sun/star/script/AllListenerAdapter.idl
index c65d738..d2f8498 100644
--- a/main/udkapi/com/sun/star/script/AllListenerAdapter.idl
+++ b/main/udkapi/com/sun/star/script/AllListenerAdapter.idl
@@ -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,43 +7,43 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_script_AllListenerAdapter_idl__ 
-#define __com_sun_star_script_AllListenerAdapter_idl__ 
- 
-#ifndef __com_sun_star_script_XAllListenerAdapterService_idl__ 
-#include <com/sun/star/script/XAllListenerAdapterService.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module script {  
- 
-//============================================================================= 
+#ifndef __com_sun_star_script_AllListenerAdapter_idl__
+#define __com_sun_star_script_AllListenerAdapter_idl__
+
+#ifndef __com_sun_star_script_XAllListenerAdapterService_idl__
+#include <com/sun/star/script/XAllListenerAdapterService.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module script {
+
+//=============================================================================
 /** makes it possible to generate the adapters from specific
 	interfaces to the interface <type>XAllListener</type>.
  */
 published service AllListenerAdapter
-{ 
+{
 	/// interface to create adapters for listener types
-	interface com::sun::star::script::XAllListenerAdapterService; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	interface com::sun::star::script::XAllListenerAdapterService;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/script/ArrayWrapper.idl b/main/udkapi/com/sun/star/script/ArrayWrapper.idl
index c271740..d6ee7b3 100644
--- a/main/udkapi/com/sun/star/script/ArrayWrapper.idl
+++ b/main/udkapi/com/sun/star/script/ArrayWrapper.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/script/BasicErrorException.idl b/main/udkapi/com/sun/star/script/BasicErrorException.idl
index 287ad9b..e78f8d4 100644
--- a/main/udkapi/com/sun/star/script/BasicErrorException.idl
+++ b/main/udkapi/com/sun/star/script/BasicErrorException.idl
@@ -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,59 +7,59 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_script_BasicErrorException_idl__ 
-#define __com_sun_star_script_BasicErrorException_idl__ 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module script {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_script_BasicErrorException_idl__
+#define __com_sun_star_script_BasicErrorException_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module script {
+
+//=============================================================================
+
 /** is thrown in order to transport an error to Basic.
 
     @since OpenOffice 2.0
  */
 published exception BasicErrorException: com::sun::star::uno::Exception
-{ 
-    //------------------------------------------------------------------------- 
-    	
+{
+    //-------------------------------------------------------------------------
+
     /** The error code.
      */
     long ErrorCode;
 
-    //------------------------------------------------------------------------- 
+    //-------------------------------------------------------------------------
 
     /** Specifies the argument which is used in the localized error message for
         the placeholder.
      */
     string ErrorMessageArgument;
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/script/CannotConvertException.idl b/main/udkapi/com/sun/star/script/CannotConvertException.idl
index 36f7d48..8be0422 100644
--- a/main/udkapi/com/sun/star/script/CannotConvertException.idl
+++ b/main/udkapi/com/sun/star/script/CannotConvertException.idl
@@ -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,62 +7,62 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_script_CannotConvertException_idl__ 
-#define __com_sun_star_script_CannotConvertException_idl__ 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
-#ifndef __com_sun_star_uno_TypeClass_idl__ 
-#include <com/sun/star/uno/TypeClass.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module script {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_script_CannotConvertException_idl__
+#define __com_sun_star_script_CannotConvertException_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+#ifndef __com_sun_star_uno_TypeClass_idl__
+#include <com/sun/star/uno/TypeClass.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module script {
+
+//=============================================================================
+
 /** This exception is thrown to indicate that a type conversion can not be performed.
 */
 published exception CannotConvertException: com::sun::star::uno::Exception
-{ 
+{
 	/** This member contains the class of the type to which the value should be
 		converted.
     */
-	com::sun::star::uno::TypeClass DestinationTypeClass; 
-    
+	com::sun::star::uno::TypeClass DestinationTypeClass;
+
 	/** This member contains the reason that the conversion failed.
         Have a look at <type>FailReason</type>.
     */
-	long Reason; 
-    
+	long Reason;
+
 	/** If the conversion of a method argument fails, this is the index
 		of the value in the "IN" argument list. [optional]
     */
 	long ArgumentIndex;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/script/CannotCreateAdapterException.idl b/main/udkapi/com/sun/star/script/CannotCreateAdapterException.idl
index bd11343..1f56ff1 100644
--- a/main/udkapi/com/sun/star/script/CannotCreateAdapterException.idl
+++ b/main/udkapi/com/sun/star/script/CannotCreateAdapterException.idl
@@ -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,45 +7,45 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_script_CannotCreateAdapterException_idl__ 
-#define __com_sun_star_script_CannotCreateAdapterException_idl__ 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module script {  
- 
-//============================================================================= 
+#ifndef __com_sun_star_script_CannotCreateAdapterException_idl__
+#define __com_sun_star_script_CannotCreateAdapterException_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module script {
+
+//=============================================================================
 /** is thrown by an attacher if an adapter service cannot create the
 	appropriate adapter.
 
-	@see com::sun::star::script::XAllListenerAdapterService 
-	@see com::sun::star::script::XEventAttacher 
+	@see com::sun::star::script::XAllListenerAdapterService
+	@see com::sun::star::script::XEventAttacher
 	@see com::sun::star::script::XEventAttacherManager
  */
 published exception CannotCreateAdapterException: com::sun::star::uno::Exception
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/script/ContextInformation.idl b/main/udkapi/com/sun/star/script/ContextInformation.idl
index 989b70b..b1afc21 100644
--- a/main/udkapi/com/sun/star/script/ContextInformation.idl
+++ b/main/udkapi/com/sun/star/script/ContextInformation.idl
@@ -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,28 +7,28 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_script_ContextInformation_idl__ 
-#define __com_sun_star_script_ContextInformation_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module script {  
- 
-//============================================================================= 
+#ifndef __com_sun_star_script_ContextInformation_idl__
+#define __com_sun_star_script_ContextInformation_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module script {
+
+//=============================================================================
 /** provides information about a certain stack frame.
 
 	@deprecated
@@ -36,22 +36,22 @@
 published struct ContextInformation
 {
 	/** Full qualified name to address the module or function associated with the context.
-		If the module or function can't be addressed by name, e.g., in case that a runtime 
+		If the module or function can't be addressed by name, e.g., in case that a runtime
 		generated eval-module is executed, this string is empty
 	 */
-	string Name; 
- 
-	//------------------------------------------------------------------------- 
-	/** Source code of the Module, that is associated with the context. If the source can 
-		be accessed using the ModuleName or if the source is unknown (executing compiled 
+	string Name;
+
+	//-------------------------------------------------------------------------
+	/** Source code of the Module, that is associated with the context. If the source can
+		be accessed using the ModuleName or if the source is unknown (executing compiled
 		code) this string can be empty.
 	 */
-	string SourceCode; 
- 
-	//------------------------------------------------------------------------- 
+	string SourceCode;
+
+	//-------------------------------------------------------------------------
 	/** contains the first line in the module's source code associated with
 		the context.
-		
+
 		<p>If "name" addresses a function, all line and column values
 		are nevertheless given relative to the module's source. If
 		source code is not available, this value addresses a binary
@@ -60,36 +60,36 @@
 		@see XLibraryAccess::getModuleCode
 		@see XLibraryAccess::getFunctionCode
 	 */
-	long StartLine; 
- 
-	//------------------------------------------------------------------------- 
+	long StartLine;
+
+	//-------------------------------------------------------------------------
 	/** contains the first column in the <var>StartLine</var> associated with
 		the context.
 	 */
-	long StartColumn; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	long StartColumn;
+
+	//-------------------------------------------------------------------------
+
 	/** contains the last line in the module's source code associated with
 		the context.
 	 */
-	long EndLine; 
- 
-	//------------------------------------------------------------------------- 
+	long EndLine;
+
+	//-------------------------------------------------------------------------
 	/** contains the first column in the <var>EndLine</var> that is NOT
 		associated with the context.
 	 */
-	long EndColumn; 
- 
-	//------------------------------------------------------------------------- 
+	long EndColumn;
+
+	//-------------------------------------------------------------------------
 	/** Get all names of the local variable in this context.
 	 */
-	sequence<string> LocalVariableNames; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	sequence<string> LocalVariableNames;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/script/Converter.idl b/main/udkapi/com/sun/star/script/Converter.idl
index 737f9b1..c0e5bce 100644
--- a/main/udkapi/com/sun/star/script/Converter.idl
+++ b/main/udkapi/com/sun/star/script/Converter.idl
@@ -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,36 +7,36 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_script_Converter_idl__ 
-#define __com_sun_star_script_Converter_idl__ 
- 
-#ifndef __com_sun_star_script_XTypeConverter_idl__ 
-#include <com/sun/star/script/XTypeConverter.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module script {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_script_Converter_idl__
+#define __com_sun_star_script_Converter_idl__
+
+#ifndef __com_sun_star_script_XTypeConverter_idl__
+#include <com/sun/star/script/XTypeConverter.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module script {
+
+//=============================================================================
+
 /** This service provides a widening converter converting from one type to another,
     if possible.
-	
+
 	<p>What is possible?
     <ul>
 	<li>byte: byte, (short *1), (long *1), (hyper *1), (float *1), (double *1), (enum *2), (any *3), boolean, (char *4), (string *5)</li>
@@ -68,10 +68,10 @@
 	<li>7: only converts if the value is in the range of the target type.
 	The value is rounded to an integer.</li>
 	<li>8: only converts if the float can be converted back to the same enum value.</li>
-	<li>9: only converts if the number is one of the enumeration type values. Normally you need 
+	<li>9: only converts if the number is one of the enumeration type values. Normally you need
 	reflection information of the enum type.</li>
 	<li>10: only converts if it is the same enumeration type.</li>
-	<li>11: only converts if the string contains the name of an enumeration type value. Normally you need 
+	<li>11: only converts if the string contains the name of an enumeration type value. Normally you need
 	core reflection information of the enum type.</li>
 	<li>12: only converts if the value of the string is "1", "true" or "0", "false". The comparison
 	is case insensitive.</li>
@@ -86,15 +86,15 @@
 {
     /** Conversion interface.
     */
-	interface com::sun::star::script::XTypeConverter; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	interface com::sun::star::script::XTypeConverter;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/script/Engine.idl b/main/udkapi/com/sun/star/script/Engine.idl
index b6375a9..791f1f3 100644
--- a/main/udkapi/com/sun/star/script/Engine.idl
+++ b/main/udkapi/com/sun/star/script/Engine.idl
@@ -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,50 +7,50 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_script_Engine_idl__ 
-#define __com_sun_star_script_Engine_idl__ 
- 
-#ifndef __com_sun_star_script_XEngine_idl__ 
-#include <com/sun/star/script/XEngine.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module script {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_script_Engine_idl__
+#define __com_sun_star_script_Engine_idl__
+
+#ifndef __com_sun_star_script_XEngine_idl__
+#include <com/sun/star/script/XEngine.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module script {
+
+//=============================================================================
+
 // DocMerge from xml: service com::sun::star::script::Engine
-/** service that any scripting engine must implement. 
-	
+/** service that any scripting engine must implement.
+
 	<p>The implementation of this
 	interface should supply the interfaces com.sun.star.script.XDebugging2 and
 	interface com.sun.star.script.XInvocation.</p>
 	@deprecated
  */
 published service Engine
-{ 
+{
 	/// The only interface of this service
-	interface com::sun::star::script::XEngine; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	interface com::sun::star::script::XEngine;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/script/FailReason.idl b/main/udkapi/com/sun/star/script/FailReason.idl
index c8c8773..7022d24 100644
--- a/main/udkapi/com/sun/star/script/FailReason.idl
+++ b/main/udkapi/com/sun/star/script/FailReason.idl
@@ -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,81 +7,81 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_script_FailReason_idl__ 
-#define __com_sun_star_script_FailReason_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module script {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_script_FailReason_idl__
+#define __com_sun_star_script_FailReason_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module script {
+
+//=============================================================================
+
 /** These values specify the reason why a type conversion failed.
 */
 published constants FailReason
-{ 
+{
 	/** The given value does not fit in the range of the destination type.
     */
-	const long OUT_OF_RANGE = 1; 
- 
+	const long OUT_OF_RANGE = 1;
+
 	/** The given value cannot be converted to a number.
 	*/
-	const long IS_NOT_NUMBER = 2; 
- 
+	const long IS_NOT_NUMBER = 2;
+
 	/** The given value cannot be converted to an enumeration.
 	*/
-	const long IS_NOT_ENUM = 3; 
- 
+	const long IS_NOT_ENUM = 3;
+
 	/** The given value cannot be converted to a boolean.
 	*/
-	const long IS_NOT_BOOL = 4; 
- 
+	const long IS_NOT_BOOL = 4;
+
 	/** The given value is not an interface or cannot queried to the right interface.
 	*/
-	const long NO_SUCH_INTERFACE = 5; 
- 
+	const long NO_SUCH_INTERFACE = 5;
+
 	/** The given value cannot be converted to right structure or exception type.
 	*/
-	const long SOURCE_IS_NO_DERIVED_TYPE = 6; 
- 
+	const long SOURCE_IS_NO_DERIVED_TYPE = 6;
+
 	/** The type class of the given value is not supported.
 	*/
-	const long TYPE_NOT_SUPPORTED = 7; 
- 
+	const long TYPE_NOT_SUPPORTED = 7;
+
 	/** The given value cannot be converted and none of the other reasons match.
 	*/
-	const long INVALID = 8; 
- 
+	const long INVALID = 8;
+
 	/** This value is deprecated.  Do not use.
         @deprecated
 	*/
-	const long NO_DEFAULT_AVAILABLE = 9; 
- 
+	const long NO_DEFAULT_AVAILABLE = 9;
+
 	/** This value is deprecated.  Do not use.
         @deprecated
     */
 	const long UNKNOWN = 10;
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/script/FinishEngineEvent.idl b/main/udkapi/com/sun/star/script/FinishEngineEvent.idl
index 0edf5cb..e6d619f 100644
--- a/main/udkapi/com/sun/star/script/FinishEngineEvent.idl
+++ b/main/udkapi/com/sun/star/script/FinishEngineEvent.idl
@@ -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,66 +7,66 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_script_FinishEngineEvent_idl__ 
-#define __com_sun_star_script_FinishEngineEvent_idl__ 
- 
-#ifndef __com_sun_star_lang_EventObject_idl__ 
-#include <com/sun/star/lang/EventObject.idl> 
-#endif 
- 
-#ifndef __com_sun_star_script_FinishReason_idl__ 
-#include <com/sun/star/script/FinishReason.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module script {  
- 
-//============================================================================= 
-/** event contains the reasons and the data for the 
+#ifndef __com_sun_star_script_FinishEngineEvent_idl__
+#define __com_sun_star_script_FinishEngineEvent_idl__
+
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
+
+#ifndef __com_sun_star_script_FinishReason_idl__
+#include <com/sun/star/script/FinishReason.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module script {
+
+//=============================================================================
+/** event contains the reasons and the data for the
 	<member>XEngineListener::finished()</member> method.
 	@deprecated
  */
 published struct FinishEngineEvent: com::sun::star::lang::EventObject
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** specifies why the script terminates.
 	 */
-	com::sun::star::script::FinishReason Finish; 
- 
-	//------------------------------------------------------------------------- 
-	/** error message. 
-		
+	com::sun::star::script::FinishReason Finish;
+
+	//-------------------------------------------------------------------------
+	/** error message.
+
 		<p>Only valid if Reason is RuntimeError or CompileError.</p>
 	 */
-	string ErrorMessage; 
- 
-	//------------------------------------------------------------------------- 
-	/** contains the return value. 
-		
-		<p>This field is only valid if <member>FinishEngineEvent::Finish</member> is 
+	string ErrorMessage;
+
+	//-------------------------------------------------------------------------
+	/** contains the return value.
+
+		<p>This field is only valid if <member>FinishEngineEvent::Finish</member> is
 		<const>FinishReason::OK</const>.</p>
 	 */
-	any Return; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	any Return;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/script/FinishReason.idl b/main/udkapi/com/sun/star/script/FinishReason.idl
index 15c6175..d1fe453 100644
--- a/main/udkapi/com/sun/star/script/FinishReason.idl
+++ b/main/udkapi/com/sun/star/script/FinishReason.idl
@@ -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,52 +7,52 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_script_FinishReason_idl__ 
-#define __com_sun_star_script_FinishReason_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module script {  
- 
-//============================================================================= 
+#ifndef __com_sun_star_script_FinishReason_idl__
+#define __com_sun_star_script_FinishReason_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module script {
+
+//=============================================================================
 /** contains the response for a scripting engine termination.
 	@deprecated
  */
 published enum FinishReason
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** script in the engine terminated normally.
 	 */
-	OK, 
- 
-	//------------------------------------------------------------------------- 
+	OK,
+
+	//-------------------------------------------------------------------------
 	/** script in the engine was cancelled.
 	 */
-	Cancel, 
- 
-	//------------------------------------------------------------------------- 
+	Cancel,
+
+	//-------------------------------------------------------------------------
 	/** error occurred during script execution or compiling.
 	 */
-	Error 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	Error
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/script/InterruptEngineEvent.idl b/main/udkapi/com/sun/star/script/InterruptEngineEvent.idl
index c87b6c7..a066aed 100644
--- a/main/udkapi/com/sun/star/script/InterruptEngineEvent.idl
+++ b/main/udkapi/com/sun/star/script/InterruptEngineEvent.idl
@@ -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,65 +7,65 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_script_InterruptEngineEvent_idl__ 
-#define __com_sun_star_script_InterruptEngineEvent_idl__ 
- 
-#ifndef __com_sun_star_lang_EventObject_idl__ 
-#include <com/sun/star/lang/EventObject.idl> 
-#endif 
- 
-#ifndef __com_sun_star_script_InterruptReason_idl__ 
-#include <com/sun/star/script/InterruptReason.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module script {  
- 
-//============================================================================= 
+#ifndef __com_sun_star_script_InterruptEngineEvent_idl__
+#define __com_sun_star_script_InterruptEngineEvent_idl__
+
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
+
+#ifndef __com_sun_star_script_InterruptReason_idl__
+#include <com/sun/star/script/InterruptReason.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module script {
+
+//=============================================================================
 /** describes an interrupt which occurs in the scripting engine.
 	@deprecated
  */
 published struct InterruptEngineEvent: com::sun::star::lang::EventObject
-{ 
-	//------------------------------------------------------------------------- 
-	/** fully qualified name to address the module or function affected by the event that 
-		took place. 
-		
-		<p>If the module or function can't be addressed by name (for example, in case 
+{
+	//-------------------------------------------------------------------------
+	/** fully qualified name to address the module or function affected by the event that
+		took place.
+
+		<p>If the module or function can't be addressed by name (for example, in case
 		that a runtime-generated eval-module is executed), this string is empty.</p>
 	 */
-	string Name; 
- 
-	//------------------------------------------------------------------------- 
-	/** source code of the Module affected by the event that took place. 
-		
-		<p>If the source can 
-		be accessed using the ModuleName, or if the source is unknown (executing compiled 
+	string Name;
+
+	//-------------------------------------------------------------------------
+	/** source code of the Module affected by the event that took place.
+
+		<p>If the source can
+		be accessed using the ModuleName, or if the source is unknown (executing compiled
 		code), this string can be empty.</p>
 	 */
-	string SourceCode; 
- 
-	//------------------------------------------------------------------------- 
+	string SourceCode;
+
+	//-------------------------------------------------------------------------
 	/** contains the first line in the module's source code that is affected
 		by the event that took place.
-		
-		
-		
+
+
+
 		<p>If "name" addresses a function, all line and column values
 		are nevertheless given relative to the module's source. If
 		source code is not available, this value addresses a binary
@@ -74,41 +74,41 @@
 		@see XLibraryAccess::getModuleCode
 		@see XLibraryAccess::getFunctionCode
 	 */
-	long StartLine; 
- 
-	//------------------------------------------------------------------------- 
+	long StartLine;
+
+	//-------------------------------------------------------------------------
 	/** contains the first column in the "StartLine" that is affected by the
 		event that took place.
 	 */
-	long StartColumn; 
- 
-	//------------------------------------------------------------------------- 
+	long StartColumn;
+
+	//-------------------------------------------------------------------------
 	/** contains the last line in the module's source code that is affected
 		by the event that took place.
 	 */
-	long EndLine; 
- 
-	//------------------------------------------------------------------------- 
-	/** contains the first column in the "EndLine" which is NOT affected by 
+	long EndLine;
+
+	//-------------------------------------------------------------------------
+	/** contains the first column in the "EndLine" which is NOT affected by
 		the event that took place.
 	 */
-	long EndColumn; 
- 
-	//------------------------------------------------------------------------- 
-	/** error message. 
+	long EndColumn;
+
+	//-------------------------------------------------------------------------
+	/** error message.
 		<p>Only valid if Reason is RuntimeError or CompileError.</p>
 	 */
-	string ErrorMessage; 
- 
-	//------------------------------------------------------------------------- 
+	string ErrorMessage;
+
+	//-------------------------------------------------------------------------
 	/** contains the interrupt reason.
 	 */
-	com::sun::star::script::InterruptReason Reason; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::script::InterruptReason Reason;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/script/InterruptReason.idl b/main/udkapi/com/sun/star/script/InterruptReason.idl
index 1e4849d..cda51b3 100644
--- a/main/udkapi/com/sun/star/script/InterruptReason.idl
+++ b/main/udkapi/com/sun/star/script/InterruptReason.idl
@@ -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,78 +7,78 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_script_InterruptReason_idl__ 
-#define __com_sun_star_script_InterruptReason_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module script {  
- 
-//============================================================================= 
+#ifndef __com_sun_star_script_InterruptReason_idl__
+#define __com_sun_star_script_InterruptReason_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module script {
+
+//=============================================================================
 /** values used to specify the response for a scripting engine
 	interrupt.
 	@deprecated
  */
 published enum InterruptReason
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** script execution was cancelled.
 	 */
-	Cancel, 
- 
-	//------------------------------------------------------------------------- 
+	Cancel,
+
+	//-------------------------------------------------------------------------
 	/** runtime error occurred during script execution.
 	 */
-	RuntimeError, 
- 
-	//------------------------------------------------------------------------- 
+	RuntimeError,
+
+	//-------------------------------------------------------------------------
 	/** script has invalid syntax.
 	 */
-	CompileError, 
- 
-	//------------------------------------------------------------------------- 
+	CompileError,
+
+	//-------------------------------------------------------------------------
 	/** script stopped at a breakpoint.
 	 */
-	BreakPoint, 
- 
-	//------------------------------------------------------------------------- 
+	BreakPoint,
+
+	//-------------------------------------------------------------------------
 	/** script stops because only one scripting engine command was executed.
 	 */
-	Step, 
- 
-	//------------------------------------------------------------------------- 
+	Step,
+
+	//-------------------------------------------------------------------------
 	/** script stops because one step was executed.
 	 */
-	StepOver, 
- 
-	//------------------------------------------------------------------------- 
+	StepOver,
+
+	//-------------------------------------------------------------------------
 	/** script stops because it leaves a function.
 	 */
-	StepOut, 
- 
-	//------------------------------------------------------------------------- 
+	StepOut,
+
+	//-------------------------------------------------------------------------
 	/** script stop because one step was executed.
 	 */
-	StepStatement 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	StepStatement
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/script/Invocation.idl b/main/udkapi/com/sun/star/script/Invocation.idl
index e36372b..a66cd14 100644
--- a/main/udkapi/com/sun/star/script/Invocation.idl
+++ b/main/udkapi/com/sun/star/script/Invocation.idl
@@ -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,51 +7,51 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_script_Invocation_idl__ 
-#define __com_sun_star_script_Invocation_idl__ 
- 
-#ifndef __com_sun_star_lang_XSingleServiceFactory_idl__ 
-#include <com/sun/star/lang/XSingleServiceFactory.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module script {  
- 
-//============================================================================= 
+#ifndef __com_sun_star_script_Invocation_idl__
+#define __com_sun_star_script_Invocation_idl__
+
+#ifndef __com_sun_star_lang_XSingleServiceFactory_idl__
+#include <com/sun/star/lang/XSingleServiceFactory.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module script {
+
+//=============================================================================
 /** factory service that allows construction of Invocation objects.
-	
+
 	<p>Invoke createInstanceWithArguments() of XSingleServiceFactory
-	to create an Invocation adapter for the passed object (Invoking 
+	to create an Invocation adapter for the passed object (Invoking
 	createInstance() will fail).</p>
-	<p>	
+	<p>
 	The adapter has to support <type scope="com::sun::star::script">XInvocation</type>.
 	The adapter may also support <type scope="com::sun::star::script">XInvocation2</type>.
 	</p>
  */
 published service Invocation
-{ 
+{
 	/// Interface to specify the object to be mapped by the invocation service.
-	interface com::sun::star::lang::XSingleServiceFactory; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	interface com::sun::star::lang::XSingleServiceFactory;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/script/InvocationAdapterFactory.idl b/main/udkapi/com/sun/star/script/InvocationAdapterFactory.idl
index 18e8fbc..e68b334 100644
--- a/main/udkapi/com/sun/star/script/InvocationAdapterFactory.idl
+++ b/main/udkapi/com/sun/star/script/InvocationAdapterFactory.idl
@@ -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,67 +7,67 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_script_InvocationAdapterFactory_idl__ 
-#define __com_sun_star_script_InvocationAdapterFactory_idl__ 
- 
-#ifndef __com_sun_star_script_XInvocationAdapterFactory_idl__ 
-#include <com/sun/star/script/XInvocationAdapterFactory.idl> 
+#ifndef __com_sun_star_script_InvocationAdapterFactory_idl__
+#define __com_sun_star_script_InvocationAdapterFactory_idl__
+
+#ifndef __com_sun_star_script_XInvocationAdapterFactory_idl__
+#include <com/sun/star/script/XInvocationAdapterFactory.idl>
 #endif
-#ifndef __com_sun_star_script_XInvocationAdapterFactory2_idl__ 
-#include <com/sun/star/script/XInvocationAdapterFactory2.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module script {  
- 
-//============================================================================= 
-/** Provides functionality to create an adapter that supports (a) 
+#ifndef __com_sun_star_script_XInvocationAdapterFactory2_idl__
+#include <com/sun/star/script/XInvocationAdapterFactory2.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module script {
+
+//=============================================================================
+/** Provides functionality to create an adapter that supports (a)
 	special interface type(s) and maps calls to the	interface's
 	methods to an invocation interface.
 
-	<p>	
+	<p>
 	An adapter like this allows generic dispatch interfaces to
 	meet interface requirements, e.g. if a specific listener
 	interface has to be passed to an add...Listener method.
 	</p>
-		
-	<p>	
-	The adapter has to support 
+
+	<p>
+	The adapter has to support
 		<type scope="com::sun::star::script">XInvocationAdapterFactory</type>.
-	The adapter may also support 
+	The adapter may also support
 		<type scope="com::sun::star::script">XInvocationAdapterFactory2</type>.
 	</p>
  */
 published service InvocationAdapterFactory
-{ 
+{
     /** Interface for creating adapter objects.
         This interface is deprecated.  Use <type>XInvocationAdapterFactory2</type>.
         @deprecated
     */
-    interface com::sun::star::script::XInvocationAdapterFactory; 
+    interface com::sun::star::script::XInvocationAdapterFactory;
 
     /** Interface for creating adapter objects.
     */
-    interface com::sun::star::script::XInvocationAdapterFactory2; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+    interface com::sun::star::script::XInvocationAdapterFactory2;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/script/InvocationInfo.idl b/main/udkapi/com/sun/star/script/InvocationInfo.idl
index 1ff0eb7..8b8ab30 100644
--- a/main/udkapi/com/sun/star/script/InvocationInfo.idl
+++ b/main/udkapi/com/sun/star/script/InvocationInfo.idl
@@ -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,44 +7,44 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_script_InvocationInfo_idl__ 
-#define __com_sun_star_script_InvocationInfo_idl__ 
- 
-#ifndef __com_sun_star_script_MemberType_idl__
-#include <com/sun/star/script/MemberType.idl> 
-#endif 
- 
-#ifndef __com_sun_star_reflection_ParamMode_idl__
-#include <com/sun/star/reflection/ParamMode.idl> 
-#endif 
+#ifndef __com_sun_star_script_InvocationInfo_idl__
+#define __com_sun_star_script_InvocationInfo_idl__
 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module script {  
- 
-//============================================================================= 
- 
-/** 
+#ifndef __com_sun_star_script_MemberType_idl__
+#include <com/sun/star/script/MemberType.idl>
+#endif
+
+#ifndef __com_sun_star_reflection_ParamMode_idl__
+#include <com/sun/star/reflection/ParamMode.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module script {
+
+//=============================================================================
+
+/**
 	This struct is used to specify information about object members
-	(methods or properties) accessed via XInvocation, such as names, 
+	(methods or properties) accessed via XInvocation, such as names,
 	types, or parameters.
 	</p>
  */
 published struct InvocationInfo
-{ 
+{
 
 	/** Name of the method or property.
 	 */
@@ -56,13 +56,13 @@
 
 	/** Only for property members:
 		This field may contain zero or more constants of the
-		<type scope="com::sun::star::beans">PropertyAttribute</type> 
-		constants group. It is not guaranteed that all necessary 
+		<type scope="com::sun::star::beans">PropertyAttribute</type>
+		constants group. It is not guaranteed that all necessary
 		constants are set to describe the property completely,
 		but a flag will only be set, if the corresponding charac-
 		teristic really exists. Example: If the READONLY flag
 		is set, the property is readonly. If it isn't set, the
-		property nevertheless can be readonly. 
+		property nevertheless can be readonly.
 
 		For methods this field is irrelevant and is set to 0.
 	 */
@@ -76,14 +76,14 @@
 	 */
 	sequence< type > aParamTypes;
 
-	/** Mode of method parameters (IN, OUT, INOUT), 
+	/** Mode of method parameters (IN, OUT, INOUT),
 		for properties this sequence is empty.
 	 */
-	sequence< com::sun::star::reflection::ParamMode > aParamModes; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	sequence< com::sun::star::reflection::ParamMode > aParamModes;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/script/JavaScript.idl b/main/udkapi/com/sun/star/script/JavaScript.idl
index 9a614da..e9e726b 100644
--- a/main/udkapi/com/sun/star/script/JavaScript.idl
+++ b/main/udkapi/com/sun/star/script/JavaScript.idl
@@ -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,46 +7,46 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_script_JavaScript_idl__ 
-#define __com_sun_star_script_JavaScript_idl__ 
- 
-#ifndef __com_sun_star_script_Engine_idl__ 
-#include <com/sun/star/script/Engine.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module script {  
- 
-//============================================================================= 
+#ifndef __com_sun_star_script_JavaScript_idl__
+#define __com_sun_star_script_JavaScript_idl__
+
+#ifndef __com_sun_star_script_Engine_idl__
+#include <com/sun/star/script/Engine.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module script {
+
+//=============================================================================
 /** service is implementation of a JavaScript interpreter.
-	
+
 	<p>The interpreter should be similar to JavaScript 1.1. The exact
 	behavior will be specified in future.</p>
 	@deprecated
  */
 published service JavaScript
-{ 
+{
 	/// Parent service
-	service com::sun::star::script::Engine; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	service com::sun::star::script::Engine;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/script/MemberType.idl b/main/udkapi/com/sun/star/script/MemberType.idl
index 310071c..616d5ba 100644
--- a/main/udkapi/com/sun/star/script/MemberType.idl
+++ b/main/udkapi/com/sun/star/script/MemberType.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -25,22 +25,22 @@
 
 //=============================================================================
 
-module com { module sun { module star { module script { 
+module com { module sun { module star { module script {
 
 //=============================================================================
-/** These values are used to specify a member accessible by 
+/** These values are used to specify a member accessible by
 	<type>XInvocation</type>.
 */
 published enum MemberType
 {
-	METHOD, 
-	PROPERTY, 
+	METHOD,
+	PROPERTY,
 	UNKNOWN
 };
 
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/udkapi/com/sun/star/script/ScriptEvent.idl b/main/udkapi/com/sun/star/script/ScriptEvent.idl
index 440cc1b..7076247 100644
--- a/main/udkapi/com/sun/star/script/ScriptEvent.idl
+++ b/main/udkapi/com/sun/star/script/ScriptEvent.idl
@@ -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,55 +7,55 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_script_ScriptEvent_idl__ 
-#define __com_sun_star_script_ScriptEvent_idl__ 
- 
-#ifndef __com_sun_star_script_AllEventObject_idl__ 
-#include <com/sun/star/script/AllEventObject.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module script {  
- 
-//============================================================================= 
-/** script event that gets delivered whenever a script event takes place. 
-	<p>For that to happen, a "ScriptEventDescriptor" must be registered at 
+#ifndef __com_sun_star_script_ScriptEvent_idl__
+#define __com_sun_star_script_ScriptEvent_idl__
+
+#ifndef __com_sun_star_script_AllEventObject_idl__
+#include <com/sun/star/script/AllEventObject.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module script {
+
+//=============================================================================
+/** script event that gets delivered whenever a script event takes place.
+	<p>For that to happen, a "ScriptEventDescriptor" must be registered at
 	and attached to an object by an <type>XEventAttacherManager</type>.</p>
  */
 published struct ScriptEvent: com::sun::star::script::AllEventObject
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** type of the script language as string; for example, "Basic" or "StarScript".
 	 */
-	string ScriptType; 
- 
-	//------------------------------------------------------------------------- 
-	/** script code as string. 
-		
+	string ScriptType;
+
+	//-------------------------------------------------------------------------
+	/** script code as string.
+
 		<p>The code has to correspond with the language
 		defined by ScriptType.</p>
 	 */
-	string ScriptCode; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	string ScriptCode;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/script/ScriptEventDescriptor.idl b/main/udkapi/com/sun/star/script/ScriptEventDescriptor.idl
index 4b9dda7..24106fa 100644
--- a/main/udkapi/com/sun/star/script/ScriptEventDescriptor.idl
+++ b/main/udkapi/com/sun/star/script/ScriptEventDescriptor.idl
@@ -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,66 +7,66 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_script_ScriptEventDescriptor_idl__ 
-#define __com_sun_star_script_ScriptEventDescriptor_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module script {  
- 
-//============================================================================= 
+#ifndef __com_sun_star_script_ScriptEventDescriptor_idl__
+#define __com_sun_star_script_ScriptEventDescriptor_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module script {
+
+//=============================================================================
 /** describes an effect, especially a script to be executed,
-	for a certain event given by the listener type and the name of the 
+	for a certain event given by the listener type and the name of the
 	event method.
  */
 published struct ScriptEventDescriptor
 {
 	/** listener type as string, same as listener-XIdlClass.getName().
 	 */
-	string ListenerType; 
- 
-	//------------------------------------------------------------------------- 
+	string ListenerType;
+
+	//-------------------------------------------------------------------------
 	/** event method as string.
 	 */
-	string EventMethod; 
- 
-	//------------------------------------------------------------------------- 
+	string EventMethod;
+
+	//-------------------------------------------------------------------------
 	/** data to be used if the addListener method needs an additional
-		parameter. 
+		parameter.
 		<p>If the type of this parameter is different from string,
 		it will be converted, when added.</p>
 	 */
-	string AddListenerParam; 
- 
-	//------------------------------------------------------------------------- 
+	string AddListenerParam;
+
+	//-------------------------------------------------------------------------
 	/** type of the script language as string; for example, "Basic" or "StarScript".
 	 */
-	string ScriptType; 
- 
-	//------------------------------------------------------------------------- 
+	string ScriptType;
+
+	//-------------------------------------------------------------------------
 	/** script code as string (the code has to correspond with the language
 		defined by ScriptType).
 	 */
-	string ScriptCode; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	string ScriptCode;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/script/XAllListener.idl b/main/udkapi/com/sun/star/script/XAllListener.idl
index 575d484..ba66a60 100644
--- a/main/udkapi/com/sun/star/script/XAllListener.idl
+++ b/main/udkapi/com/sun/star/script/XAllListener.idl
@@ -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,65 +7,65 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_script_XAllListener_idl__ 
-#define __com_sun_star_script_XAllListener_idl__ 
- 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_script_AllEventObject_idl__ 
-#include <com/sun/star/script/AllEventObject.idl> 
-#endif 
- 
-#ifndef __com_sun_star_reflection_InvocationTargetException_idl__ 
-#include <com/sun/star/reflection/InvocationTargetException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module script {  
- 
-//============================================================================= 
-/** specifies a listener combining all methods 
+#ifndef __com_sun_star_script_XAllListener_idl__
+#define __com_sun_star_script_XAllListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+#ifndef __com_sun_star_script_AllEventObject_idl__
+#include <com/sun/star/script/AllEventObject.idl>
+#endif
+
+#ifndef __com_sun_star_reflection_InvocationTargetException_idl__
+#include <com/sun/star/reflection/InvocationTargetException.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module script {
+
+//=============================================================================
+/** specifies a listener combining all methods
 	of a listener interface in a single generic call.
-	
+
 	<p>Without any output parameters, it is possible to adapt any interface
 	if the <type>XAllListenerAdapterService</type> can generate an adapter.</p>
  */
 published interface XAllListener: com::sun::star::lang::XEventListener
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** gets called when an event occurs at the object.
 	 */
-	[oneway] void firing( [in] com::sun::star::script::AllEventObject iaEvent ); 
- 
-	//------------------------------------------------------------------------- 
+	[oneway] void firing( [in] com::sun::star::script::AllEventObject iaEvent );
+
+	//-------------------------------------------------------------------------
 	/** gets called when a "vetoable event" occurs at the object.
-		
-		<p>That happens when the listener method raises an exception, 
+
+		<p>That happens when the listener method raises an exception,
 		has a return value declared, or is not "oneway".</p>
 	 */
-	any approveFiring( [in] com::sun::star::script::AllEventObject aEvent ) 
-			raises( com::sun::star::reflection::InvocationTargetException ); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	any approveFiring( [in] com::sun::star::script::AllEventObject aEvent )
+			raises( com::sun::star::reflection::InvocationTargetException );
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/script/XAllListenerAdapterService.idl b/main/udkapi/com/sun/star/script/XAllListenerAdapterService.idl
index f3f7e01..4bdd7e5 100644
--- a/main/udkapi/com/sun/star/script/XAllListenerAdapterService.idl
+++ b/main/udkapi/com/sun/star/script/XAllListenerAdapterService.idl
@@ -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,62 +7,62 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_script_XAllListenerAdapterService_idl__ 
-#define __com_sun_star_script_XAllListenerAdapterService_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_reflection_XIdlClass_idl__ 
-#include <com/sun/star/reflection/XIdlClass.idl> 
-#endif 
- 
-#ifndef __com_sun_star_script_XAllListener_idl__ 
-#include <com/sun/star/script/XAllListener.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module script {  
- 
-//============================================================================= 
+#ifndef __com_sun_star_script_XAllListenerAdapterService_idl__
+#define __com_sun_star_script_XAllListenerAdapterService_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_reflection_XIdlClass_idl__
+#include <com/sun/star/reflection/XIdlClass.idl>
+#endif
+
+#ifndef __com_sun_star_script_XAllListener_idl__
+#include <com/sun/star/script/XAllListener.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module script {
+
+//=============================================================================
 /** allows the generation of adapters from specific
 	interfaces to the <type>XAllListener</type> interface.
  */
 published interface XAllListenerAdapterService: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** creates a wrapper from the listener of type
 		<var>xListenerType</var> to the <type>XAllListener</type>
 		listener.
-		
+
 		To get the correct listener interface the returned
 		<type scope="com::sun::star::uno">XInterface</type> has to
 		be queried for it.
 	 */
-	com::sun::star::uno::XInterface createAllListerAdapter( [in] type xListenerType, 
-			 [in] com::sun::star::script::XAllListener xListener, 
-			 [in] any aHelper ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::uno::XInterface createAllListerAdapter( [in] type xListenerType,
+			 [in] com::sun::star::script::XAllListener xListener,
+			 [in] any aHelper );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/script/XDebugging.idl b/main/udkapi/com/sun/star/script/XDebugging.idl
index b135d1c..8243edc 100644
--- a/main/udkapi/com/sun/star/script/XDebugging.idl
+++ b/main/udkapi/com/sun/star/script/XDebugging.idl
@@ -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,143 +7,143 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_script_XDebugging_idl__ 
-#define __com_sun_star_script_XDebugging_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_script_ContextInformation_idl__ 
-#include <com/sun/star/script/ContextInformation.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module script {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_script_XDebugging_idl__
+#define __com_sun_star_script_XDebugging_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_script_ContextInformation_idl__
+#include <com/sun/star/script/ContextInformation.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module script {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::script::XDebugging
 /** makes it possible to set breakpoints in an interpreter.
 	@deprecated
  */
 published interface XDebugging: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	/** returns the source code line where the breakpoint was set.  
-				 
-				<p>The value can differ from the parameter 
-				<var>nSourceCodeLine</var> when this is not a valid line to 
-				place it.  -1 indicates that the breakpoint cannot be set at 
+{
+	//-------------------------------------------------------------------------
+	/** returns the source code line where the breakpoint was set.
+
+				<p>The value can differ from the parameter
+				<var>nSourceCodeLine</var> when this is not a valid line to
+				place it.  -1 indicates that the breakpoint cannot be set at
 				this position.
 	 */
-	long setBreakPoint( [in] string aModuleName, 
-			 [in] long nSourceCodeLine, 
-			 [in] boolean bOn ); 
- 
-	//------------------------------------------------------------------------- 
+	long setBreakPoint( [in] string aModuleName,
+			 [in] long nSourceCodeLine,
+			 [in] boolean bOn );
+
+	//-------------------------------------------------------------------------
 	/** clears all breakpoints in the module set by "setBreakPoint".
 	 */
-	void clearAllBreakPoints( [in] string aModuleName ); 
- 
-	//------------------------------------------------------------------------- 
+	void clearAllBreakPoints( [in] string aModuleName );
+
+	//-------------------------------------------------------------------------
 	/** Evaluates an expression.
 
 		@returns the value of the expression as string.
 
-		@param CallStackPos	Position in the call stack for which the expression 
-					should be evaluated. 0 is the top/actual position in the call 
+		@param CallStackPos	Position in the call stack for which the expression
+					should be evaluated. 0 is the top/actual position in the call
 					in the call stack, 1 the next and so on.
 	 */
-	string eval( [in] string aSourceCode, 
-			 [in] short nCallStackPos ); 
- 
-	//------------------------------------------------------------------------- 
+	string eval( [in] string aSourceCode,
+			 [in] short nCallStackPos );
+
+	//-------------------------------------------------------------------------
 	/** Returns the engine's stack trace of the current execute position. Line break is the delimiter.
 	 */
-	sequence<string> getStackTrace(); 
- 
-	//------------------------------------------------------------------------- 
-	/** returns more detailed information about a specified stack frame. 
-				 
-		 @param nCallStackPos 
-				specifies the position in the call stack for the 
+	sequence<string> getStackTrace();
+
+	//-------------------------------------------------------------------------
+	/** returns more detailed information about a specified stack frame.
+
+		 @param nCallStackPos
+				specifies the position in the call stack for the
 				variables that should be delivered.
 	 */
-	com::sun::star::script::ContextInformation getContextInformation( [in] short nCallStackPos ); 
- 
-	//------------------------------------------------------------------------- 
+	com::sun::star::script::ContextInformation getContextInformation( [in] short nCallStackPos );
+
+	//-------------------------------------------------------------------------
 	/** returns the value of the variable at the given stack position.
 	 */
-	string dumpVariable( [in] string aVariableName, 
-			 [in] short nCallStackPos ); 
- 
-	//------------------------------------------------------------------------- 
+	string dumpVariable( [in] string aVariableName,
+			 [in] short nCallStackPos );
+
+	//-------------------------------------------------------------------------
 	/** sets the value of the specified variable within the specified
 		stack frame.
 	 */
-	void setVariable( [in] string aVariableName, 
-			 [in] string aValue, 
-			 [in] short nCallStackPos ); 
- 
-	//------------------------------------------------------------------------- 
+	void setVariable( [in] string aVariableName,
+			 [in] string aValue,
+			 [in] short nCallStackPos );
+
+	//-------------------------------------------------------------------------
 	/** returns whether the given variable exists within the specified stack frame.
 	 */
-	boolean isVariable( [in] string aVariableName, 
-			 [in] short nCallStackPos ); 
- 
-	//------------------------------------------------------------------------- 
-	/** stops the execution of the interpreter. 
-		
+	boolean isVariable( [in] string aVariableName,
+			 [in] short nCallStackPos );
+
+	//-------------------------------------------------------------------------
+	/** stops the execution of the interpreter.
+
 		<p>To continue with the execution, call <method>XDebugging::doContinue</method>.
 	 */
-	void stop(); 
- 
-	//------------------------------------------------------------------------- 
+	void stop();
+
+	//-------------------------------------------------------------------------
 	/** executes the next and only the next statement.
-		
+
 		<p>If the next statement is a function call, the function is
 		executed completely.</p>
 	 */
-	void stepOver(); 
- 
-	//------------------------------------------------------------------------- 
+	void stepOver();
+
+	//-------------------------------------------------------------------------
 	/** executes the next and only the next statement.
-		
-		<p>If the next statement is a function call, only the function 
+
+		<p>If the next statement is a function call, only the function
 		entered.</p>
 	 */
-	void stepIn(); 
- 
-	//------------------------------------------------------------------------- 
+	void stepIn();
+
+	//-------------------------------------------------------------------------
 	/** executes the program until the next return from this stack frame.
 	 */
-	void stepOut(); 
- 
-	//------------------------------------------------------------------------- 
+	void stepOut();
+
+	//-------------------------------------------------------------------------
 	/** continues the program execution.
 	 */
-	void doContinue(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void doContinue();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/script/XDefaultMethod.idl b/main/udkapi/com/sun/star/script/XDefaultMethod.idl
index 20d35a6..4e6a475 100644
--- a/main/udkapi/com/sun/star/script/XDefaultMethod.idl
+++ b/main/udkapi/com/sun/star/script/XDefaultMethod.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,15 +30,15 @@
 
 module com { module sun { module star { module script {
 //==============================================================================
-/** 
+/**
     An object supporting this interface indicates to interested
     parties or clients the name of the default method for
-    this object. 
-    <p>For example where ExampleObject is an instance of an Object that 
-    supports this interface which returns the default method name 
-    "defaultMethod".A scripting engine could use this information to support 
-    syntax like <p>"ExampleObject( Param1 .... ParamN )"</p> 
-    which would be equivalent to writing 
+    this object.
+    <p>For example where ExampleObject is an instance of an Object that
+    supports this interface which returns the default method name
+    "defaultMethod".A scripting engine could use this information to support
+    syntax like <p>"ExampleObject( Param1 .... ParamN )"</p>
+    which would be equivalent to writing
     <p>"ExampleObject.defaultMethod( Param1 ... ParamN )"</p>
 */
 interface XDefaultMethod : ::com::sun::star::uno::XInterface
diff --git a/main/udkapi/com/sun/star/script/XDefaultProperty.idl b/main/udkapi/com/sun/star/script/XDefaultProperty.idl
index cbc1f4c..c3b6a53 100644
--- a/main/udkapi/com/sun/star/script/XDefaultProperty.idl
+++ b/main/udkapi/com/sun/star/script/XDefaultProperty.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,19 +30,19 @@
 
 module com { module sun { module star { module script {
 //==============================================================================
-/** 
+/**
     An object supporting this interface indicates to interested
     parties or clients the name of the default propery for
-    this object. 
-    <p>For example where ExampleObject is an instance of an Object that 
-    supports this interface which returns the default property name 
-    "Value".A scripting engine could use this information to support 
-    syntax like <p>ExampleObject = "foo"</p> 
-    which would be equivalent to writing 
+    this object.
+    <p>For example where ExampleObject is an instance of an Object that
+    supports this interface which returns the default property name
+    "Value".A scripting engine could use this information to support
+    syntax like <p>ExampleObject = "foo"</p>
+    which would be equivalent to writing
     <p>ExampleObject.Value = "foo"</p>
     or
     <p>bar = ExampleObject</p>
-    which would be equivalent to writing 
+    which would be equivalent to writing
     <p>bar = ExampleObject.Value</p>
 */
 interface XDefaultProperty : ::com::sun::star::uno::XInterface
diff --git a/main/udkapi/com/sun/star/script/XDirectInvocation.idl b/main/udkapi/com/sun/star/script/XDirectInvocation.idl
index 119e79e..b7538f3 100644
--- a/main/udkapi/com/sun/star/script/XDirectInvocation.idl
+++ b/main/udkapi/com/sun/star/script/XDirectInvocation.idl
@@ -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,71 +7,71 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_script_XDirectInvocation_idl__ 
-#define __com_sun_star_script_XDirectInvocation_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_script_CannotConvertException_idl__ 
-#include <com/sun/star/script/CannotConvertException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_reflection_InvocationTargetException_idl__ 
-#include <com/sun/star/reflection/InvocationTargetException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_UnknownPropertyException_idl__ 
-#include <com/sun/star/beans/UnknownPropertyException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module script {  
- 
-//============================================================================= 
+#ifndef __com_sun_star_script_XDirectInvocation_idl__
+#define __com_sun_star_script_XDirectInvocation_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+#ifndef __com_sun_star_script_CannotConvertException_idl__
+#include <com/sun/star/script/CannotConvertException.idl>
+#endif
+
+#ifndef __com_sun_star_reflection_InvocationTargetException_idl__
+#include <com/sun/star/reflection/InvocationTargetException.idl>
+#endif
+
+#ifndef __com_sun_star_beans_UnknownPropertyException_idl__
+#include <com/sun/star/beans/UnknownPropertyException.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module script {
+
+//=============================================================================
 /** provides access to an object's methods and properties.
  */
 published interface XDirectInvocation: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** provides access to methods and properties exposed by an object.
-		
+
 		@param aParams all parameters, out parameters are not supported
 	 */
-	any directInvoke( [in] string aName, 
+	any directInvoke( [in] string aName,
 			 [in] sequence<any> aParams )
-			raises( com::sun::star::lang::IllegalArgumentException, 
-					com::sun::star::script::CannotConvertException, 
-					com::sun::star::reflection::InvocationTargetException ); 
- 
-	//------------------------------------------------------------------------- 
+			raises( com::sun::star::lang::IllegalArgumentException,
+					com::sun::star::script::CannotConvertException,
+					com::sun::star::reflection::InvocationTargetException );
+
+	//-------------------------------------------------------------------------
 	/** returns <TRUE/> if the method or property with the specified name exists, else <FALSE/>.
 	 */
-	boolean hasMember( [in] string aName ); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	boolean hasMember( [in] string aName );
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/script/XEngine.idl b/main/udkapi/com/sun/star/script/XEngine.idl
index 39a4582..4d38ae6 100644
--- a/main/udkapi/com/sun/star/script/XEngine.idl
+++ b/main/udkapi/com/sun/star/script/XEngine.idl
@@ -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,122 +7,122 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_script_XEngine_idl__ 
-#define __com_sun_star_script_XEngine_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_script_XLibraryAccess_idl__ 
-#include <com/sun/star/script/XLibraryAccess.idl> 
-#endif 
- 
-#ifndef __com_sun_star_script_XEngineListener_idl__ 
-#include <com/sun/star/script/XEngineListener.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module script {  
- 
-//============================================================================= 
+#ifndef __com_sun_star_script_XEngine_idl__
+#define __com_sun_star_script_XEngine_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_script_XLibraryAccess_idl__
+#include <com/sun/star/script/XLibraryAccess.idl>
+#endif
+
+#ifndef __com_sun_star_script_XEngineListener_idl__
+#include <com/sun/star/script/XEngineListener.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module script {
+
+//=============================================================================
 /** makes it possible to control a scripting engine.
 	@deprecated
  */
 published interface XEngine: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	/** sets an interface to an object as a scripting root. 
-		
-		<p>If the root object implements the XInvocation interface, 
+{
+	//-------------------------------------------------------------------------
+	/** sets an interface to an object as a scripting root.
+
+		<p>If the root object implements the XInvocation interface,
 		then the engine uses this interface to set/get properties and
 		call methods.
 		</p>
 	 */
-	void setRoot( [in] com::sun::star::uno::XInterface xRoot ); 
- 
-	//------------------------------------------------------------------------- 
+	void setRoot( [in] com::sun::star::uno::XInterface xRoot );
+
+	//-------------------------------------------------------------------------
 	/** gets an interface to the object which is the scripting root.
 	 */
-	com::sun::star::uno::XInterface getRoot(); 
- 
-	//------------------------------------------------------------------------- 
+	com::sun::star::uno::XInterface getRoot();
+
+	//-------------------------------------------------------------------------
 	/** sets an access object to get external functions.
 	 */
-	void setLibraryAccess( [in] com::sun::star::script::XLibraryAccess Library ); 
- 
-	//------------------------------------------------------------------------- 
+	void setLibraryAccess( [in] com::sun::star::script::XLibraryAccess Library );
+
+	//-------------------------------------------------------------------------
 	/** compiles a script module in the scope of the root object.
 	 */
-	boolean compile( [in] string ModuleName, 
-			 [in] string Script, 
-			 [in] boolean CreateDebugInfo ); 
- 
-	//------------------------------------------------------------------------- 
+	boolean compile( [in] string ModuleName,
+			 [in] string Script,
+			 [in] boolean CreateDebugInfo );
+
+	//-------------------------------------------------------------------------
 	/** runs a script specified by a string.
-		
+
 		<p>The arguments given in <var>aArgs</var> can be ignored by
 		the engine.  The Script is executed synchronously.</p>
 	 */
-	any run( [in] string aScript, 
-			 [in] com::sun::star::uno::XInterface xThis, 
-			 [in] sequence<any> aArgs ); 
- 
-	//------------------------------------------------------------------------- 
-	/** runs the script specified by a string and makes callbacks. 
-		
+	any run( [in] string aScript,
+			 [in] com::sun::star::uno::XInterface xThis,
+			 [in] sequence<any> aArgs );
+
+	//-------------------------------------------------------------------------
+	/** runs the script specified by a string and makes callbacks.
+
 		<p>The arguments given in <var>aArgs</var> can be ignored by
 		the engine.  The script is executed asynchronously.
-		
+
 		</p>
 	 */
-	void runAsync( [in] string acript, 
-			 [in] com::sun::star::uno::XInterface xThis, 
-			 [in] sequence<any> args, 
-			 [in] com::sun::star::script::XEngineListener xCallback ); 
- 
-	//------------------------------------------------------------------------- 
-	/** terminates the execution of the running script. 
-		
+	void runAsync( [in] string acript,
+			 [in] com::sun::star::uno::XInterface xThis,
+			 [in] sequence<any> args,
+			 [in] com::sun::star::script::XEngineListener xCallback );
+
+	//-------------------------------------------------------------------------
+	/** terminates the execution of the running script.
+
 		<p>The waiting queue is cleared too.</p>
 	 */
-	void cancel(); 
- 
-	//------------------------------------------------------------------------- 
+	void cancel();
+
+	//-------------------------------------------------------------------------
 	/** adds an engine listener.
 
        <p>It is suggested to allow multiple registration of the same listener,
 	    thus for each time a listener is added, it has to be removed.
 	 */
-	void addEngineListener( [in] com::sun::star::script::XEngineListener Listener ); 
- 
-	//------------------------------------------------------------------------- 
+	void addEngineListener( [in] com::sun::star::script::XEngineListener Listener );
+
+	//-------------------------------------------------------------------------
 	/** removes an engine listener.
 
        <p>It is suggested to allow multiple registration of the same listener,
 	    thus for each time a listener is added, it has to be removed.
 	 */
-	void removeEngineListener( [in] com::sun::star::script::XEngineListener Listener ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
+	void removeEngineListener( [in] com::sun::star::script::XEngineListener Listener );
 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/script/XEngineListener.idl b/main/udkapi/com/sun/star/script/XEngineListener.idl
index 586fe5d..69cc9ad 100644
--- a/main/udkapi/com/sun/star/script/XEngineListener.idl
+++ b/main/udkapi/com/sun/star/script/XEngineListener.idl
@@ -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,73 +7,73 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_script_XEngineListener_idl__ 
-#define __com_sun_star_script_XEngineListener_idl__ 
- 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_script_InterruptEngineEvent_idl__ 
-#include <com/sun/star/script/InterruptEngineEvent.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_EventObject_idl__ 
-#include <com/sun/star/lang/EventObject.idl> 
-#endif 
- 
-#ifndef __com_sun_star_script_FinishEngineEvent_idl__ 
-#include <com/sun/star/script/FinishEngineEvent.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module script {  
- 
-//============================================================================= 
+#ifndef __com_sun_star_script_XEngineListener_idl__
+#define __com_sun_star_script_XEngineListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+#ifndef __com_sun_star_script_InterruptEngineEvent_idl__
+#include <com/sun/star/script/InterruptEngineEvent.idl>
+#endif
+
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
+
+#ifndef __com_sun_star_script_FinishEngineEvent_idl__
+#include <com/sun/star/script/FinishEngineEvent.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module script {
+
+//=============================================================================
 /** makes it possible to receive events from a scripting engine.
 	@deprecated
  */
 published interface XEngineListener: com::sun::star::lang::XEventListener
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** gets fired when an interrupt occurs during the script execution.
-		
-		<p>If you call the method, the execution stops.  So in this situation, 
-		the stack and variable values are still available by using the 
+
+		<p>If you call the method, the execution stops.  So in this situation,
+		the stack and variable values are still available by using the
 		appropriate <type>XDebugging</type>	methods.
 		</p>
 	 */
-	void interrupt( [in] com::sun::star::script::InterruptEngineEvent Evt ); 
- 
-	//------------------------------------------------------------------------- 
+	void interrupt( [in] com::sun::star::script::InterruptEngineEvent Evt );
+
+	//-------------------------------------------------------------------------
 	/** gets fired when the script gets into execution state.
 	 */
-	void running( [in] com::sun::star::lang::EventObject Evt ); 
- 
-	//------------------------------------------------------------------------- 
+	void running( [in] com::sun::star::lang::EventObject Evt );
+
+	//-------------------------------------------------------------------------
 	/** gets fired when the script execution has finished.
 	 */
-	void finished( [in] com::sun::star::script::FinishEngineEvent Evt ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void finished( [in] com::sun::star::script::FinishEngineEvent Evt );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/script/XEventAttacher.idl b/main/udkapi/com/sun/star/script/XEventAttacher.idl
index 3cb14e2..46ba0d8 100644
--- a/main/udkapi/com/sun/star/script/XEventAttacher.idl
+++ b/main/udkapi/com/sun/star/script/XEventAttacher.idl
@@ -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,113 +7,113 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_script_XEventAttacher_idl__ 
-#define __com_sun_star_script_XEventAttacher_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_script_XAllListener_idl__ 
-#include <com/sun/star/script/XAllListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_IntrospectionException_idl__ 
-#include <com/sun/star/beans/IntrospectionException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_script_CannotCreateAdapterException_idl__ 
-#include <com/sun/star/script/CannotCreateAdapterException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_ServiceNotRegisteredException_idl__ 
-#include <com/sun/star/lang/ServiceNotRegisteredException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module script {  
- 
-//============================================================================= 
+#ifndef __com_sun_star_script_XEventAttacher_idl__
+#define __com_sun_star_script_XEventAttacher_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+#ifndef __com_sun_star_script_XAllListener_idl__
+#include <com/sun/star/script/XAllListener.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+#ifndef __com_sun_star_beans_IntrospectionException_idl__
+#include <com/sun/star/beans/IntrospectionException.idl>
+#endif
+
+#ifndef __com_sun_star_script_CannotCreateAdapterException_idl__
+#include <com/sun/star/script/CannotCreateAdapterException.idl>
+#endif
+
+#ifndef __com_sun_star_lang_ServiceNotRegisteredException_idl__
+#include <com/sun/star/lang/ServiceNotRegisteredException.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module script {
+
+//=============================================================================
 /** makes it possible to attach script events given by a sequence of
 	<type>ScriptEventDescriptor</type> structures to a given interface.
  */
 published interface XEventAttacher: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** registers the given "AllListener" object as a listener at the
 		given interface by creating a suitable listener adapter and
 		calling the "addListener" method corresponding to the
 		"ListenerType".
 	 */
-	com::sun::star::lang::XEventListener attachListener( [in] com::sun::star::uno::XInterface xTarget, 
-			 [in] com::sun::star::script::XAllListener xAllListener, 
-			 [in] any aHelper, 
-			 [in] string aListenerType, 
-			 [in] string aAddListenerParam ) 
-			raises( com::sun::star::lang::IllegalArgumentException, 
-					com::sun::star::beans::IntrospectionException, 
-					com::sun::star::script::CannotCreateAdapterException, 
-					com::sun::star::lang::ServiceNotRegisteredException ); 
- 
-	//------------------------------------------------------------------------- 
+	com::sun::star::lang::XEventListener attachListener( [in] com::sun::star::uno::XInterface xTarget,
+			 [in] com::sun::star::script::XAllListener xAllListener,
+			 [in] any aHelper,
+			 [in] string aListenerType,
+			 [in] string aAddListenerParam )
+			raises( com::sun::star::lang::IllegalArgumentException,
+					com::sun::star::beans::IntrospectionException,
+					com::sun::star::script::CannotCreateAdapterException,
+					com::sun::star::lang::ServiceNotRegisteredException );
+
+	//-------------------------------------------------------------------------
 	/** registers an object as a listener at the given interface by
 		creating a suitable listener adapter and calling the method
-		which corresponds to the listener type. 
-		
+		which corresponds to the listener type.
+
 		<p>Only the event corresponding to the given event method
 		will be delegated to <var>xAllListener</var>.</p>
 	 */
-	com::sun::star::lang::XEventListener attachSingleEventListener( [in] com::sun::star::uno::XInterface xTarget, 
-			 [in] com::sun::star::script::XAllListener xAllListener, 
-			 [in] any aHelper, 
-			 [in] string aListenerType, 
-			 [in] string aAddListenerParam, 
-			 [in] string aEventMethod ) 
-			raises( com::sun::star::lang::IllegalArgumentException, 
-					com::sun::star::beans::IntrospectionException, 
-					com::sun::star::script::CannotCreateAdapterException, 
-					com::sun::star::lang::ServiceNotRegisteredException ); 
- 
-	//------------------------------------------------------------------------- 
+	com::sun::star::lang::XEventListener attachSingleEventListener( [in] com::sun::star::uno::XInterface xTarget,
+			 [in] com::sun::star::script::XAllListener xAllListener,
+			 [in] any aHelper,
+			 [in] string aListenerType,
+			 [in] string aAddListenerParam,
+			 [in] string aEventMethod )
+			raises( com::sun::star::lang::IllegalArgumentException,
+					com::sun::star::beans::IntrospectionException,
+					com::sun::star::script::CannotCreateAdapterException,
+					com::sun::star::lang::ServiceNotRegisteredException );
+
+	//-------------------------------------------------------------------------
 	/** removes a listener object as a listener from the given interface.
-		
+
 		<p> This method can and should be used as a contrary method
 		to the two attach methods.</p>
 	 */
-	void removeListener( [in] com::sun::star::uno::XInterface xTarget, 
-			 [in] string aListenerType, 
-			 [in] string aRemoveListenerParam, 
-			 [in] com::sun::star::lang::XEventListener xToRemoveListener ) 
-			raises( com::sun::star::lang::IllegalArgumentException, 
-					com::sun::star::beans::IntrospectionException ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void removeListener( [in] com::sun::star::uno::XInterface xTarget,
+			 [in] string aListenerType,
+			 [in] string aRemoveListenerParam,
+			 [in] com::sun::star::lang::XEventListener xToRemoveListener )
+			raises( com::sun::star::lang::IllegalArgumentException,
+					com::sun::star::beans::IntrospectionException );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/script/XEventAttacherManager.idl b/main/udkapi/com/sun/star/script/XEventAttacherManager.idl
index e270288..7e283bf 100644
--- a/main/udkapi/com/sun/star/script/XEventAttacherManager.idl
+++ b/main/udkapi/com/sun/star/script/XEventAttacherManager.idl
@@ -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,70 +7,70 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_script_XEventAttacherManager_idl__ 
-#define __com_sun_star_script_XEventAttacherManager_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_script_ScriptEventDescriptor_idl__ 
-#include <com/sun/star/script/ScriptEventDescriptor.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_ServiceNotRegisteredException_idl__ 
-#include <com/sun/star/lang/ServiceNotRegisteredException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_script_XScriptListener_idl__ 
-#include <com/sun/star/script/XScriptListener.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module script {  
- 
-//============================================================================= 
+#ifndef __com_sun_star_script_XEventAttacherManager_idl__
+#define __com_sun_star_script_XEventAttacherManager_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_script_ScriptEventDescriptor_idl__
+#include <com/sun/star/script/ScriptEventDescriptor.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+#ifndef __com_sun_star_lang_ServiceNotRegisteredException_idl__
+#include <com/sun/star/lang/ServiceNotRegisteredException.idl>
+#endif
+
+#ifndef __com_sun_star_script_XScriptListener_idl__
+#include <com/sun/star/script/XScriptListener.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module script {
+
+//=============================================================================
 /** registers listeners for specified events.
  */
 published interface XEventAttacherManager: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** registers one event for an object identified by its index.
-		
+
 		<p>If any object is attached under this index, then this
 		event is attached automatically.</p>
 		<p>Exceptions of type
 		<type scope="com::sun::star::beans">IntrospectionException</type> and
 		<type scope="com::sun::star::script">CannotCreateAdapterException</type>
-		that can be thrown by methods of <type>XEventAttacher</type> are caught 
+		that can be thrown by methods of <type>XEventAttacher</type> are caught
 		and ignored.</p>
 	 */
-	void registerScriptEvent( [in] long nIndex, 
-			 [in] com::sun::star::script::ScriptEventDescriptor aScriptEvent ) 
-			raises( com::sun::star::lang::IllegalArgumentException ); 
- 
-	//------------------------------------------------------------------------- 
-	/** registers several events for an object identified by its index. 
-		
+	void registerScriptEvent( [in] long nIndex,
+			 [in] com::sun::star::script::ScriptEventDescriptor aScriptEvent )
+			raises( com::sun::star::lang::IllegalArgumentException );
+
+	//-------------------------------------------------------------------------
+	/** registers several events for an object identified by its index.
+
 		<p>The result is the same as if the method <member>registerScriptEvent
 		</member> was called once for each <type>ScriptEventDescriptor</type>
 		in the sequence.</p>
@@ -79,43 +79,43 @@
 		event is attached automatically (see <member>attach</member>)</p>
 
 		<p>Exceptions of type
-		<type scope="com::sun::star::beans">IntrospectionException</type> and 
-		<type scope="com::sun::star::script">CannotCreateAdapterException</type> 
-		that can be thrown by methods of <type>XEventAttacher</type> are caught 
+		<type scope="com::sun::star::beans">IntrospectionException</type> and
+		<type scope="com::sun::star::script">CannotCreateAdapterException</type>
+		that can be thrown by methods of <type>XEventAttacher</type> are caught
 		and ignored.</p>
 
 		@see registerScriptEvent
 		@see attach
 	 */
-	void registerScriptEvents( [in] long nIndex, 
-			 [in] sequence<com::sun::star::script::ScriptEventDescriptor> aScriptEvents ) 
-			raises( com::sun::star::lang::IllegalArgumentException ); 
- 
-	//------------------------------------------------------------------------- 
-	/** revokes the registration of an event. 
-		
+	void registerScriptEvents( [in] long nIndex,
+			 [in] sequence<com::sun::star::script::ScriptEventDescriptor> aScriptEvents )
+			raises( com::sun::star::lang::IllegalArgumentException );
+
+	//-------------------------------------------------------------------------
+	/** revokes the registration of an event.
+
 		<p>The parameters <var>ListenerType</var> and
 		<var>EventMethod</var> are equivalent to the first two
-		members of the <type>ScriptEventDescriptor</type> 
+		members of the <type>ScriptEventDescriptor</type>
 		used to register events. If this event at this index has
-		been attached to any object, it is detached automatically 
+		been attached to any object, it is detached automatically
 		(see <member>attach</member>).</p>
 
 		<p>Exceptions of type
-		<type scope="com::sun::star::beans">IntrospectionException</type> and 
-		<type scope="com::sun::star::script">CannotCreateAdapterException</type> 
-		that can be thrown by methods of <type>XEventAttacher</type> are caught 
+		<type scope="com::sun::star::beans">IntrospectionException</type> and
+		<type scope="com::sun::star::script">CannotCreateAdapterException</type>
+		that can be thrown by methods of <type>XEventAttacher</type> are caught
 		and ignored.</p>
 
 		@see attach
 	 */
-	void revokeScriptEvent( [in] long nIndex, 
-			 [in] string aListenerType, 
-			 [in] string aEventMethod, 
-			 [in] string aRemoveListenerParam ) 
-			raises( com::sun::star::lang::IllegalArgumentException ); 
- 
-	//------------------------------------------------------------------------- 
+	void revokeScriptEvent( [in] long nIndex,
+			 [in] string aListenerType,
+			 [in] string aEventMethod,
+			 [in] string aRemoveListenerParam )
+			raises( com::sun::star::lang::IllegalArgumentException );
+
+	//-------------------------------------------------------------------------
 	/** revokes all events which are registered for the given index.
 
 		<p>If the events at this index have been attached to any
@@ -124,75 +124,75 @@
 
 		@see attach
 	 */
-	void revokeScriptEvents( [in] long nIndex ) 
-			raises( com::sun::star::lang::IllegalArgumentException ); 
- 
-	//------------------------------------------------------------------------- 
-	/** creates an empty entry at the given position. 
+	void revokeScriptEvents( [in] long nIndex )
+			raises( com::sun::star::lang::IllegalArgumentException );
+
+	//-------------------------------------------------------------------------
+	/** creates an empty entry at the given position.
 
 		<p>The index <var>n</var> of all entries with <code>n &amp;gt;=
 		nIndex</code> will be increased by one.</p>
 	 */
-	void insertEntry( [in] long nIndex ) 
-			raises( com::sun::star::lang::IllegalArgumentException ); 
- 
-	//------------------------------------------------------------------------- 
-	/** removes the entry at the given position. 
-		
+	void insertEntry( [in] long nIndex )
+			raises( com::sun::star::lang::IllegalArgumentException );
+
+	//-------------------------------------------------------------------------
+	/** removes the entry at the given position.
+
 		<p>If any events are registered at this index, they will
 		be revoked, too. So if the events at this index have been
 		attached to any object they are detached automatically.
 		(see <member>attach</member>).</p>
-		
+
 		@see attach
 	 */
-	void removeEntry( [in] long nIndex ) 
-			raises( com::sun::star::lang::IllegalArgumentException ); 
- 
-	//------------------------------------------------------------------------- 
-	/** @eturns 
-			all events registered for the given object index. 
-			  
-		@param Index	
-			an index previously inserted with the method insertEntry. 
-		     
-		@throws IllegalArgumentException  
+	void removeEntry( [in] long nIndex )
+			raises( com::sun::star::lang::IllegalArgumentException );
+
+	//-------------------------------------------------------------------------
+	/** @eturns
+			all events registered for the given object index.
+
+		@param Index
+			an index previously inserted with the method insertEntry.
+
+		@throws IllegalArgumentException
 			if Index is not valid.
 	 */
-	sequence<com::sun::star::script::ScriptEventDescriptor> getScriptEvents( [in] long Index ) 
-			raises( com::sun::star::lang::IllegalArgumentException ); 
- 
-	//------------------------------------------------------------------------- 
-	/** attaches all the <type>ScriptEvent</type>s which are registered 
+	sequence<com::sun::star::script::ScriptEventDescriptor> getScriptEvents( [in] long Index )
+			raises( com::sun::star::lang::IllegalArgumentException );
+
+	//-------------------------------------------------------------------------
+	/** attaches all the <type>ScriptEvent</type>s which are registered
 		for the given index to the given object.
-		
+
 		<p>Exceptions of type
-		<type scope="com::sun::star::beans">IntrospectionException</type> and 
-		<type scope="com::sun::star::script">CannotCreateAdapterException</type> 
-		that can be thrown by methods of <type>XEventAttacher</type> are caught 
+		<type scope="com::sun::star::beans">IntrospectionException</type> and
+		<type scope="com::sun::star::script">CannotCreateAdapterException</type>
+		that can be thrown by methods of <type>XEventAttacher</type> are caught
 		and ignored.</p>
 	 */
-	void attach( [in] long nIndex, 
-			 [in] com::sun::star::uno::XInterface xObject, 
-			 [in] any aHelper ) 
-			raises( com::sun::star::lang::IllegalArgumentException, 
-					com::sun::star::lang::ServiceNotRegisteredException ); 
- 
-	//------------------------------------------------------------------------- 
-	/** detaches all the <type>ScriptEvent</type>s from the given object 
+	void attach( [in] long nIndex,
+			 [in] com::sun::star::uno::XInterface xObject,
+			 [in] any aHelper )
+			raises( com::sun::star::lang::IllegalArgumentException,
+					com::sun::star::lang::ServiceNotRegisteredException );
+
+	//-------------------------------------------------------------------------
+	/** detaches all the <type>ScriptEvent</type>s from the given object
 		which are registered at this object for the given index.
 
 		<p>Exceptions of type
-		<type scope="com::sun::star::beans">IntrospectionException</type> and 
-		<type scope="com::sun::star::script">CannotCreateAdapterException</type> 
-		that can be thrown by methods of <type>XEventAttacher</type> are caught 
+		<type scope="com::sun::star::beans">IntrospectionException</type> and
+		<type scope="com::sun::star::script">CannotCreateAdapterException</type>
+		that can be thrown by methods of <type>XEventAttacher</type> are caught
 		and ignored.</p>
 	 */
-	void detach( [in] long nIndex, 
-			 [in] com::sun::star::uno::XInterface xObject ) 
-			raises( com::sun::star::lang::IllegalArgumentException ); 
- 
-	//------------------------------------------------------------------------- 
+	void detach( [in] long nIndex,
+			 [in] com::sun::star::uno::XInterface xObject )
+			raises( com::sun::star::lang::IllegalArgumentException );
+
+	//-------------------------------------------------------------------------
 	/** adds an <type>XScriptListener</type> that will be notified when an
 		event takes place. For that a
 		<type>ScriptEventDescriptor</type> is registered at and
@@ -203,26 +203,26 @@
 
 		@see removeScriptListener
 	 */
-	void addScriptListener( [in] com::sun::star::script::XScriptListener xListener ) 
-			raises( com::sun::star::lang::IllegalArgumentException ); 
- 
-	//------------------------------------------------------------------------- 
+	void addScriptListener( [in] com::sun::star::script::XScriptListener xListener )
+			raises( com::sun::star::lang::IllegalArgumentException );
+
+	//-------------------------------------------------------------------------
 	/** removes a <type>XScriptListener</type> from the listener list.
-		
+
 		<p>Nothing happens if the listener is not registered.
 
        <p>It is suggested to allow multiple registration of the same listener,
 	    thus for each time a listener is added, it has to be removed.
-		
+
 		@see addScriptListener
 	 */
-	void removeScriptListener( [in] com::sun::star::script::XScriptListener Listener ) 
-			raises( com::sun::star::lang::IllegalArgumentException ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	void removeScriptListener( [in] com::sun::star::script::XScriptListener Listener )
+			raises( com::sun::star::lang::IllegalArgumentException );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/script/XInvocation.idl b/main/udkapi/com/sun/star/script/XInvocation.idl
index eda386d..7f74b12 100644
--- a/main/udkapi/com/sun/star/script/XInvocation.idl
+++ b/main/udkapi/com/sun/star/script/XInvocation.idl
@@ -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,147 +7,147 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_script_XInvocation_idl__ 
-#define __com_sun_star_script_XInvocation_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_XIntrospectionAccess_idl__ 
-#include <com/sun/star/beans/XIntrospectionAccess.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_script_CannotConvertException_idl__ 
-#include <com/sun/star/script/CannotConvertException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_reflection_InvocationTargetException_idl__ 
-#include <com/sun/star/reflection/InvocationTargetException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_UnknownPropertyException_idl__ 
-#include <com/sun/star/beans/UnknownPropertyException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module script {  
- 
-//============================================================================= 
+#ifndef __com_sun_star_script_XInvocation_idl__
+#define __com_sun_star_script_XInvocation_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XIntrospectionAccess_idl__
+#include <com/sun/star/beans/XIntrospectionAccess.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+#ifndef __com_sun_star_script_CannotConvertException_idl__
+#include <com/sun/star/script/CannotConvertException.idl>
+#endif
+
+#ifndef __com_sun_star_reflection_InvocationTargetException_idl__
+#include <com/sun/star/reflection/InvocationTargetException.idl>
+#endif
+
+#ifndef __com_sun_star_beans_UnknownPropertyException_idl__
+#include <com/sun/star/beans/UnknownPropertyException.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module script {
+
+//=============================================================================
 /** gives access to an object's methods and properties.
-	Container access is available through 
-	<type scope="com::sun::star::container">XIndexContainer</type>, 
-	<type scope="com::sun::star::container">XNameContainer</type> and 
+	Container access is available through
+	<type scope="com::sun::star::container">XIndexContainer</type>,
+	<type scope="com::sun::star::container">XNameContainer</type> and
 	<type scope="com::sun::star::container">XEnumerationAccess</type>.
 	</p>
  */
 published interface XInvocation: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	/** returns the introspection from this object or <NULL/> 
+{
+	//-------------------------------------------------------------------------
+	/** returns the introspection from this object or <NULL/>
 		if the object does not provide this information.
 	 */
-	com::sun::star::beans::XIntrospectionAccess getIntrospection(); 
- 
-	//------------------------------------------------------------------------- 
+	com::sun::star::beans::XIntrospectionAccess getIntrospection();
+
+	//-------------------------------------------------------------------------
 	/** provides access to methods exposed by an object.
-		
+
 		@param aParams all parameters; pure out params are undefined in sequence,
 					   the value has to be ignored by the callee
 		@param aOutParamIndex This sequence contains the indices of all parameters
 						that are specified as out or inout.
-		@param aOutParam This sequence contains the values of all parameters that 
-						are specified as out or inout and corresponds with the 
+		@param aOutParam This sequence contains the values of all parameters that
+						are specified as out or inout and corresponds with the
 						indices provided by the aOutParamIndex sequence.
 
-						Example: aOutParamIndex == { 1, 4 } means that 
-						aOutParam[0] contains the out value of the aParams[1] 
-						parameter and aOutParam[1] contains the out value of 
+						Example: aOutParamIndex == { 1, 4 } means that
+						aOutParam[0] contains the out value of the aParams[1]
+						parameter and aOutParam[1] contains the out value of
 						the aParams[4] parameter.
 	 */
-	any invoke( [in] string aFunctionName, 
-			 [in] sequence<any> aParams, 
-			 [out] sequence<short> aOutParamIndex, 
-			 [out] sequence<any> aOutParam ) 
-			raises( com::sun::star::lang::IllegalArgumentException, 
-					com::sun::star::script::CannotConvertException, 
-					com::sun::star::reflection::InvocationTargetException ); 
- 
-	//------------------------------------------------------------------------- 
+	any invoke( [in] string aFunctionName,
+			 [in] sequence<any> aParams,
+			 [out] sequence<short> aOutParamIndex,
+			 [out] sequence<any> aOutParam )
+			raises( com::sun::star::lang::IllegalArgumentException,
+					com::sun::star::script::CannotConvertException,
+					com::sun::star::reflection::InvocationTargetException );
+
+	//-------------------------------------------------------------------------
 	/** sets a value to the property with the specified name.
-		
+
 		<p> If the underlying object implements an
-		<type scope="com::sun::star::container">XNameContainer</type>, 
-		then this method will insert the value if there is no such 
+		<type scope="com::sun::star::container">XNameContainer</type>,
+		then this method will insert the value if there is no such
 		<var>aPropertyName</var>.
-		
+
 		</p>
 	 */
-	void setValue( [in] string aPropertyName, 
-			 [in] any aValue ) 
-			raises( com::sun::star::beans::UnknownPropertyException, 
-					com::sun::star::script::CannotConvertException, 
-					com::sun::star::reflection::InvocationTargetException ); 
- 
-	//------------------------------------------------------------------------- 
-	/** returns the value of the property with the specified name. 
-				 
-		@param aPropertyName	 
+	void setValue( [in] string aPropertyName,
+			 [in] any aValue )
+			raises( com::sun::star::beans::UnknownPropertyException,
+					com::sun::star::script::CannotConvertException,
+					com::sun::star::reflection::InvocationTargetException );
+
+	//-------------------------------------------------------------------------
+	/** returns the value of the property with the specified name.
+
+		@param aPropertyName
 			specifies the name of the property.
 	 */
-	any getValue( [in] string aPropertyName ) 
-			raises( com::sun::star::beans::UnknownPropertyException ); 
- 
-	//------------------------------------------------------------------------- 
+	any getValue( [in] string aPropertyName )
+			raises( com::sun::star::beans::UnknownPropertyException );
+
+	//-------------------------------------------------------------------------
 	/** returns <TRUE/> if the method with the specified name exists, else <FALSE/>.
-				 
-		<p>This optimizes the calling sequence 
-		( <member>XInvocation::hasMethod</member>, 
+
+		<p>This optimizes the calling sequence
+		( <member>XInvocation::hasMethod</member>,
 		<member>XInvocation::invoke</member> )!</p>
-				 
-				@param aName			 
+
+				@param aName
 					specifies the name of the method.
 	 */
-	boolean hasMethod( [in] string aName ); 
- 
-	//------------------------------------------------------------------------- 
-	/** returns <TRUE/> if the property with the specified name exists, else <FALSE/>. 
-				 
-				<p>This optimizes the calling sequence 
-				( <member>XInvocation::hasProperty</member>, 
-				<member>XInvocation::getValue</member> ) or 
-				 
-				( <member>XInvocation::hasProperty</member>,  
-				<member>XInvocation::setValue</member> )! 
-				 
-					@param aName	 
+	boolean hasMethod( [in] string aName );
+
+	//-------------------------------------------------------------------------
+	/** returns <TRUE/> if the property with the specified name exists, else <FALSE/>.
+
+				<p>This optimizes the calling sequence
+				( <member>XInvocation::hasProperty</member>,
+				<member>XInvocation::getValue</member> ) or
+
+				( <member>XInvocation::hasProperty</member>,
+				<member>XInvocation::setValue</member> )!
+
+					@param aName
 				specifies the name of the property.
 	 */
-	boolean hasProperty( [in] string aName ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	boolean hasProperty( [in] string aName );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/script/XInvocation2.idl b/main/udkapi/com/sun/star/script/XInvocation2.idl
index 5c7e0b5..664ad5e 100644
--- a/main/udkapi/com/sun/star/script/XInvocation2.idl
+++ b/main/udkapi/com/sun/star/script/XInvocation2.idl
@@ -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,44 +7,44 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_script_XInvocation2_idl__ 
-#define __com_sun_star_script_XInvocation2_idl__ 
- 
-#ifndef __com_sun_star_script_XInvocation_idl__ 
-#include <com/sun/star/script/XInvocation.idl> 
-#endif 
- 
-#ifndef __com_sun_star_script_InvocationInfo_idl__ 
-#include <com/sun/star/script/InvocationInfo.idl> 
-#endif 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module script {  
- 
-//============================================================================= 
- 
-/** 
+#ifndef __com_sun_star_script_XInvocation2_idl__
+#define __com_sun_star_script_XInvocation2_idl__
+
+#ifndef __com_sun_star_script_XInvocation_idl__
+#include <com/sun/star/script/XInvocation.idl>
+#endif
+
+#ifndef __com_sun_star_script_InvocationInfo_idl__
+#include <com/sun/star/script/InvocationInfo.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module script {
+
+//=============================================================================
+
+/**
 	Extension of XInvocation to provide additional information
-	about the methods and properties that are accessible via 
+	about the methods and properties that are accessible via
 	XInvocation.
 	</p>
  */
 published interface XInvocation2: com::sun::star::script::XInvocation
-{ 
+{
 	/** returns the names of all methods and properties accessible via XInvocation.
 	 */
 	sequence< string > getMemberNames();
@@ -57,24 +57,24 @@
 
 	/** returns information item for the method or property defined by aName
 
-		@param aName	
+		@param aName
 			specifies the name of the method or property
 
-		@param bExact	
+		@param bExact
 			specifies the name of the method or property
 
-		@throws	IllegalArgumentException 
+		@throws	IllegalArgumentException
 			if aName is not the name of a supported method or property
 
 		@see com::sun::star::script::Invocation
 	 */
 	InvocationInfo getInfoForName( [in] string aName, [in] boolean bExact )
 		raises( com::sun::star::lang::IllegalArgumentException );
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/script/XInvocationAdapterFactory.idl b/main/udkapi/com/sun/star/script/XInvocationAdapterFactory.idl
index 925506d..d1e7e16 100644
--- a/main/udkapi/com/sun/star/script/XInvocationAdapterFactory.idl
+++ b/main/udkapi/com/sun/star/script/XInvocationAdapterFactory.idl
@@ -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,62 +7,62 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_script_XInvocationAdapterFactory_idl__ 
-#define __com_sun_star_script_XInvocationAdapterFactory_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_script_XInvocation_idl__ 
-#include <com/sun/star/script/XInvocation.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module script {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_script_XInvocationAdapterFactory_idl__
+#define __com_sun_star_script_XInvocationAdapterFactory_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_script_XInvocation_idl__
+#include <com/sun/star/script/XInvocation.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module script {
+
+//=============================================================================
+
 /** Interface to create adapter objects giving a type to be supported and a
     an invocation interface incoming calls are delegated to.
-    
+
     This interface is deprecated.  Use <type>XInvocationAdapterFactory2</type>.
     @deprecated
 */
 published interface XInvocationAdapterFactory: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** Creates an adapter interface of given type for calling the given
 		<type>XInvocation</type> interface.
-        
-		@param Invocation 
+
+		@param Invocation
                invocation interface being called on incoming adapter calls
-		@param aType		 	
+		@param aType
                supported type of adapter
-               
-		@returns	
-                 adapter interface; this interface can be queried for 
+
+		@returns
+                 adapter interface; this interface can be queried for
                  XInterface and given type
     */
-	com::sun::star::uno::XInterface createAdapter( [in]XInvocation Invocation, [in]type aType ); 
-}; 
+	com::sun::star::uno::XInterface createAdapter( [in]XInvocation Invocation, [in]type aType );
+};
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/udkapi/com/sun/star/script/XInvocationAdapterFactory2.idl b/main/udkapi/com/sun/star/script/XInvocationAdapterFactory2.idl
index a856b53..382152f 100644
--- a/main/udkapi/com/sun/star/script/XInvocationAdapterFactory2.idl
+++ b/main/udkapi/com/sun/star/script/XInvocationAdapterFactory2.idl
@@ -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,35 +7,35 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_script_XInvocationAdapterFactory2_idl__ 
-#define __com_sun_star_script_XInvocationAdapterFactory2_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_script_XInvocation_idl__ 
-#include <com/sun/star/script/XInvocation.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module script {  
- 
+#ifndef __com_sun_star_script_XInvocationAdapterFactory2_idl__
+#define __com_sun_star_script_XInvocationAdapterFactory2_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_script_XInvocation_idl__
+#include <com/sun/star/script/XInvocation.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module script {
+
 /** Interface to create adapter objects giving types to be supported and a
     an invocation interface incoming calls are delegated to.
 */
@@ -43,14 +43,14 @@
 {
 	/** Creates an adapter interface of given types for calling the given
 		<type>XInvocation</type> interface.
-        
-		@param Invocation 
+
+		@param Invocation
                invocation interface being called on incoming adapter calls
-		@param aType		 	
+		@param aType
                supported types of adapter
-               
-		@returns	
-                 adapter interface; this interface can be queried for 
+
+		@returns
+                 adapter interface; this interface can be queried for
                  XInterface and given types
     */
 	com::sun::star::uno::XInterface createAdapter(
@@ -59,6 +59,6 @@
 };
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/udkapi/com/sun/star/script/XLibraryAccess.idl b/main/udkapi/com/sun/star/script/XLibraryAccess.idl
index a549a30..d6dd85d 100644
--- a/main/udkapi/com/sun/star/script/XLibraryAccess.idl
+++ b/main/udkapi/com/sun/star/script/XLibraryAccess.idl
@@ -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,98 +7,98 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_script_XLibraryAccess_idl__ 
-#define __com_sun_star_script_XLibraryAccess_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module script {  
- 
-//============================================================================= 
+#ifndef __com_sun_star_script_XLibraryAccess_idl__
+#define __com_sun_star_script_XLibraryAccess_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module script {
+
+//=============================================================================
 /** provides access to additional scripting code.
-	
-	<p>This code is organized in modules and these modules contain 
-	the functions. It is possible to get just the code from a function, 
+
+	<p>This code is organized in modules and these modules contain
+	the functions. It is possible to get just the code from a function,
 	but you can also get the whole code of a module with all functions in it.</p>
 	@deprecated
  */
 published interface XLibraryAccess: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	/** returns <TRUE/>, if the function is accessible through this library; 
-		otherwise it returns <FALSE/>. 
-				 
-				@param aFunctionName  
-				the fully qualified name of a function. 
+{
+	//-------------------------------------------------------------------------
+	/** returns <TRUE/>, if the function is accessible through this library;
+		otherwise it returns <FALSE/>.
+
+				@param aFunctionName
+				the fully qualified name of a function.
 				(e.g., "UtilLibrary.ModuleDate.FunctionCurrentDate")
 	 */
-	boolean isFunction( [in] string aFunctionName ); 
- 
-	//------------------------------------------------------------------------- 
-	/** returns <TRUE/> if a fully qualified function name begins with this name. 
-				 
-				@param aPathName	 
+	boolean isFunction( [in] string aFunctionName );
+
+	//-------------------------------------------------------------------------
+	/** returns <TRUE/> if a fully qualified function name begins with this name.
+
+				@param aPathName
 				a part of a function name (e.g., "UtilLibrary").
 	 */
-	boolean isValidPath( [in] string aPathName ); 
- 
-	//------------------------------------------------------------------------- 
-	/** Return all module names which contain code. 
+	boolean isValidPath( [in] string aPathName );
+
+	//-------------------------------------------------------------------------
+	/** Return all module names which contain code.
 		 e.g., { "UtilLibrary.ModuleDate", "UtilLibrary.Output", ... }
 	 */
-	sequence<string> getModuleNames(); 
- 
-	//------------------------------------------------------------------------- 
+	sequence<string> getModuleNames();
+
+	//-------------------------------------------------------------------------
 	/** get the source code of a module.
 	 */
-	string getModuleSource( [in] string aModulName ); 
- 
-	//------------------------------------------------------------------------- 
-	/** Get the hole compiled code of a module. 
-		
-		@param ModuleName the full qualified name of a module. 
-							(e.g., "UtilLibrary.ModuleDate") 
-		@return			an empty sequence, if this module is not found or the 
+	string getModuleSource( [in] string aModulName );
+
+	//-------------------------------------------------------------------------
+	/** Get the hole compiled code of a module.
+
+		@param ModuleName the full qualified name of a module.
+							(e.g., "UtilLibrary.ModuleDate")
+		@return			an empty sequence, if this module is not found or the
 							code is not compiled.
 	 */
-	sequence<byte> getModuleCode( [in] string aModuleName ); 
- 
-	//------------------------------------------------------------------------- 
+	sequence<byte> getModuleCode( [in] string aModuleName );
+
+	//-------------------------------------------------------------------------
 	/** get the source code of a function.
 	 */
-	string getFunctionSource( [in] string aFunctionName ); 
- 
-	//------------------------------------------------------------------------- 
-	/** Get the compiled code of a function. 
-		
-		@param FunctionName the full qualified name of a function. 
-							(e.g., "UtilLibrary.ModuleDate.Function.CurrentDate") 
+	string getFunctionSource( [in] string aFunctionName );
+
+	//-------------------------------------------------------------------------
+	/** Get the compiled code of a function.
+
+		@param FunctionName the full qualified name of a function.
+							(e.g., "UtilLibrary.ModuleDate.Function.CurrentDate")
 		@return			an empty sequence, if this function is not found.
 	 */
-	sequence<byte> getFunctionCode( [in] string FunctionName ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	sequence<byte> getFunctionCode( [in] string FunctionName );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/script/XScriptEventsAttacher.idl b/main/udkapi/com/sun/star/script/XScriptEventsAttacher.idl
index 68c3caa..d21eb64 100644
--- a/main/udkapi/com/sun/star/script/XScriptEventsAttacher.idl
+++ b/main/udkapi/com/sun/star/script/XScriptEventsAttacher.idl
@@ -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,90 +7,90 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_script_XScriptEventsAttacher_idl__ 
-#define __com_sun_star_script_XScriptEventsAttacher_idl__ 
- 
-#ifndef __com_sun_star_script_XScriptListener_idl__ 
-#include <com/sun/star/script/XScriptListener.idl> 
-#endif 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_beans_IntrospectionException_idl__ 
-#include <com/sun/star/beans/IntrospectionException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_script_CannotCreateAdapterException_idl__ 
-#include <com/sun/star/script/CannotCreateAdapterException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_ServiceNotRegisteredException_idl__ 
-#include <com/sun/star/lang/ServiceNotRegisteredException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module script {  
- 
-//============================================================================= 
- 
-/** 
-	This interface can be used to attach script events to a number of 
+#ifndef __com_sun_star_script_XScriptEventsAttacher_idl__
+#define __com_sun_star_script_XScriptEventsAttacher_idl__
+
+#ifndef __com_sun_star_script_XScriptListener_idl__
+#include <com/sun/star/script/XScriptListener.idl>
+#endif
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+#ifndef __com_sun_star_beans_IntrospectionException_idl__
+#include <com/sun/star/beans/IntrospectionException.idl>
+#endif
+
+#ifndef __com_sun_star_script_CannotCreateAdapterException_idl__
+#include <com/sun/star/script/CannotCreateAdapterException.idl>
+#endif
+
+#ifndef __com_sun_star_lang_ServiceNotRegisteredException_idl__
+#include <com/sun/star/lang/ServiceNotRegisteredException.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module script {
+
+//=============================================================================
+
+/**
+	This interface can be used to attach script events to a number of
 	objects that give access to the definition of events that should
 	be attached to them, e.g., by supporting XEventsSupplier
 */
 published interface XScriptEventsAttacher: com::sun::star::uno::XInterface
-{ 
-	/** 
+{
+	/**
 		Attaches the events defined by XScriptEventsSupplier to the
 		corresponding object implementing XScriptEventsSupplier.
-		
-		@param Objects		
+
+		@param Objects
 							Sequence of all objects. Usually the objects should directly
 							support <type>XScriptEventsAttacher</type> to define the events
 							but this is not strictly required. It's also possible that
 							the object implementing <type>XScriptEventsAttacher</type>
 							knows how to get the necessary information for the objects.
-		@param xListener	
-							All events (if defined by XScriptEventsSupplier) that are fired 
-							by one of the objects are mapped into a <type>ScriptEvent</type> 
+		@param xListener
+							All events (if defined by XScriptEventsSupplier) that are fired
+							by one of the objects are mapped into a <type>ScriptEvent</type>
 							and passed to the methods of this XScriptListener.
-		@param Helper		
+		@param Helper
 							Helper object for the implementation. This value will be
 							passed to the XScriptListener as Helper property in the
 							<type>ScriptEvent</type>.
 	*/
-	void attachEvents(	[in] sequence< com::sun::star::uno::XInterface > Objects, 
+	void attachEvents(	[in] sequence< com::sun::star::uno::XInterface > Objects,
 						[in] com::sun::star::script::XScriptListener xListener,
 						[in] any Helper )
-			raises( com::sun::star::lang::IllegalArgumentException, 
-					com::sun::star::beans::IntrospectionException, 
-					com::sun::star::script::CannotCreateAdapterException, 
-					com::sun::star::lang::ServiceNotRegisteredException ); 
+			raises( com::sun::star::lang::IllegalArgumentException,
+					com::sun::star::beans::IntrospectionException,
+					com::sun::star::script::CannotCreateAdapterException,
+					com::sun::star::lang::ServiceNotRegisteredException );
 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/script/XScriptEventsSupplier.idl b/main/udkapi/com/sun/star/script/XScriptEventsSupplier.idl
index a314fb3..4810cd1 100644
--- a/main/udkapi/com/sun/star/script/XScriptEventsSupplier.idl
+++ b/main/udkapi/com/sun/star/script/XScriptEventsSupplier.idl
@@ -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,52 +7,52 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_script_XScriptEventsSupplier_idl__ 
-#define __com_sun_star_script_XScriptEventsSupplier_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_container_XNameContainer_idl__ 
-#include <com/sun/star/container/XNameContainer.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module script {  
- 
-//============================================================================= 
- 
-/** 
-	Gives access to an event container represented by an 
+#ifndef __com_sun_star_script_XScriptEventsSupplier_idl__
+#define __com_sun_star_script_XScriptEventsSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_container_XNameContainer_idl__
+#include <com/sun/star/container/XNameContainer.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module script {
+
+//=============================================================================
+
+/**
+	Gives access to an event container represented by an
 	XNameContainer containing ScriptEventDescriptor instances.
  */
 published interface XScriptEventsSupplier: com::sun::star::uno::XInterface
-{ 
-	/** 
-		Returns an XNameContainer containing instances 
-		of <type>ScriptEventDescriptor</type> 
+{
+	/**
+		Returns an XNameContainer containing instances
+		of <type>ScriptEventDescriptor</type>
 	*/
-	com::sun::star::container::XNameContainer getEvents(); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	com::sun::star::container::XNameContainer getEvents();
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/script/XScriptListener.idl b/main/udkapi/com/sun/star/script/XScriptListener.idl
index 8f9a73c..53c6400 100644
--- a/main/udkapi/com/sun/star/script/XScriptListener.idl
+++ b/main/udkapi/com/sun/star/script/XScriptListener.idl
@@ -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,61 +7,61 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_script_XScriptListener_idl__ 
-#define __com_sun_star_script_XScriptListener_idl__ 
- 
-#ifndef __com_sun_star_lang_XEventListener_idl__ 
-#include <com/sun/star/lang/XEventListener.idl> 
-#endif 
- 
-#ifndef __com_sun_star_script_ScriptEvent_idl__ 
-#include <com/sun/star/script/ScriptEvent.idl> 
-#endif 
- 
-#ifndef __com_sun_star_reflection_InvocationTargetException_idl__ 
-#include <com/sun/star/reflection/InvocationTargetException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module script {  
- 
-//============================================================================= 
+#ifndef __com_sun_star_script_XScriptListener_idl__
+#define __com_sun_star_script_XScriptListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+#ifndef __com_sun_star_script_ScriptEvent_idl__
+#include <com/sun/star/script/ScriptEvent.idl>
+#endif
+
+#ifndef __com_sun_star_reflection_InvocationTargetException_idl__
+#include <com/sun/star/reflection/InvocationTargetException.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module script {
+
+//=============================================================================
 /** makes it possible to receive <type>ScriptEvent</type>s.
  */
 published interface XScriptListener: com::sun::star::lang::XEventListener
-{ 
-	//------------------------------------------------------------------------- 
-	/** gets called when an event takes place.  For that a 
+{
+	//-------------------------------------------------------------------------
+	/** gets called when an event takes place.  For that a
 		<type>ScriptEventDescriptor</type> is registered at and
 		attached to an object by an <type>XEventAttacherManager</type>.
 	 */
-	void firing( [in] com::sun::star::script::ScriptEvent aEvent ); 
- 
-	//------------------------------------------------------------------------- 
+	void firing( [in] com::sun::star::script::ScriptEvent aEvent );
+
+	//-------------------------------------------------------------------------
 	/** gets called when a "vetoable event" occurs at the object.
 	 */
-	any approveFiring( [in] com::sun::star::script::ScriptEvent aEvent ) 
-			raises( com::sun::star::reflection::InvocationTargetException ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	any approveFiring( [in] com::sun::star::script::ScriptEvent aEvent )
+			raises( com::sun::star::reflection::InvocationTargetException );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/script/XStarBasicAccess.idl b/main/udkapi/com/sun/star/script/XStarBasicAccess.idl
index cb91c19..f092152 100644
--- a/main/udkapi/com/sun/star/script/XStarBasicAccess.idl
+++ b/main/udkapi/com/sun/star/script/XStarBasicAccess.idl
@@ -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,88 +7,88 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_script_XStarBasicAccess_idl__ 
-#define __com_sun_star_script_XStarBasicAccess_idl__ 
- 
-#ifndef __com_sun_star_container_XNameContainer_idl__ 
-#include <com/sun/star/container/XNameContainer.idl> 
-#endif 
-  
-//============================================================================= 
- 
- module com {  module sun {  module star {  module script {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_script_XStarBasicAccess_idl__
+#define __com_sun_star_script_XStarBasicAccess_idl__
+
+#ifndef __com_sun_star_container_XNameContainer_idl__
+#include <com/sun/star/container/XNameContainer.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module script {
+
+//=============================================================================
+
 /** Interface representing a library and provides access to its modules
 
 	@deprecated
  */
 published interface XStarBasicAccess: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	/** returns  
+{
+	//-------------------------------------------------------------------------
+	/** returns
 		the library container giving access to the libraries stored in a document
 		or basic library file.
 	 */
-	com::sun::star::container::XNameContainer getLibraryContainer(); 
- 
-	//------------------------------------------------------------------------- 
+	com::sun::star::container::XNameContainer getLibraryContainer();
+
+	//-------------------------------------------------------------------------
 	/**
 		Creates an empty library. This method can be called alternatively to
-		accessing directly the NameContainer returned by getLibraryContainer. 
+		accessing directly the NameContainer returned by getLibraryContainer.
 		By using this method together with addModule and addStarBasicDialog
-		the caller does not have to implement XStarBasicLibraryInfo, XModuleInfo, 
+		the caller does not have to implement XStarBasicLibraryInfo, XModuleInfo,
 		and XStarBasicDialogInfo
 	 */
-	void createLibrary( [in] string LibName, [in] string Password, 
+	void createLibrary( [in] string LibName, [in] string Password,
 						[in] string ExternalSourceURL, [in] string LinkTargetURL )
-		raises( com::sun::star::container::ElementExistException ); 
+		raises( com::sun::star::container::ElementExistException );
 
-	//------------------------------------------------------------------------- 
+	//-------------------------------------------------------------------------
 	/**
 		Adds a module to an existing (e.g., created by createLibrary) library.
-		By using this method together with createLibrary the caller does not have 
-		to implement XStarBasicLibraryInfo and XModuleInfo. 
+		By using this method together with createLibrary the caller does not have
+		to implement XStarBasicLibraryInfo and XModuleInfo.
 
 		@throws  NoSuchElementException
-		if the library doesn't exist. 
+		if the library doesn't exist.
 	 */
-	void addModule( [in] string LibraryName, [in] string ModuleName, 
+	void addModule( [in] string LibraryName, [in] string ModuleName,
 					[in] string Language, [in] string Source )
-		raises( com::sun::star::container::NoSuchElementException ); 
- 
-	//------------------------------------------------------------------------- 
+		raises( com::sun::star::container::NoSuchElementException );
+
+	//-------------------------------------------------------------------------
 	/**
-		Adds an old style basic dialog (SI controls) to an existing (e.g., created 
+		Adds an old style basic dialog (SI controls) to an existing (e.g., created
 		by createLibrary) library.
-		By using this method together with createLibrary the caller does not have 
+		By using this method together with createLibrary the caller does not have
 		to implement XStarBasicLibraryInfo and XStarBasicDialogInfo
 
 		@throws  NoSuchElementException
-		if the library doesn't exist. 
+		if the library doesn't exist.
 	 */
-	void addDialog( [in] string LibraryName, [in] string DialogName, 
+	void addDialog( [in] string LibraryName, [in] string DialogName,
 					[in] sequence< byte > Data )
-		raises( com::sun::star::container::NoSuchElementException ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+		raises( com::sun::star::container::NoSuchElementException );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/script/XStarBasicDialogInfo.idl b/main/udkapi/com/sun/star/script/XStarBasicDialogInfo.idl
index 0088759..c20367a 100644
--- a/main/udkapi/com/sun/star/script/XStarBasicDialogInfo.idl
+++ b/main/udkapi/com/sun/star/script/XStarBasicDialogInfo.idl
@@ -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,53 +7,53 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_script_XStarBasicDialogInfo_idl__ 
-#define __com_sun_star_script_XStarBasicDialogInfo_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
-  
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module script {  
- 
-//============================================================================= 
- 
-/** Interface describing old style basic dialog (SI controls) in binary data 
+#ifndef __com_sun_star_script_XStarBasicDialogInfo_idl__
+#define __com_sun_star_script_XStarBasicDialogInfo_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module script {
+
+//=============================================================================
+
+/** Interface describing old style basic dialog (SI controls) in binary data
 
 	@deprecated
  */
 published interface XStarBasicDialogInfo: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** returns the name of the dialog
 	 */
 	string getName();
- 
-	//------------------------------------------------------------------------- 
-	/** returns binary data describing the SIDialog in SBX stream format 
+
+	//-------------------------------------------------------------------------
+	/** returns binary data describing the SIDialog in SBX stream format
 	 */
 	sequence< byte > getData();
 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/script/XStarBasicLibraryInfo.idl b/main/udkapi/com/sun/star/script/XStarBasicLibraryInfo.idl
index 94def08..4a5bd91 100644
--- a/main/udkapi/com/sun/star/script/XStarBasicLibraryInfo.idl
+++ b/main/udkapi/com/sun/star/script/XStarBasicLibraryInfo.idl
@@ -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,45 +7,45 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_script_XStarBasicLibraryInfo_idl__ 
-#define __com_sun_star_script_XStarBasicLibraryInfo_idl__ 
- 
-#ifndef __com_sun_star_container_XNameContainer_idl__ 
-#include <com/sun/star/container/XNameContainer.idl> 
-#endif 
-  
-//============================================================================= 
- 
- module com {  module sun {  module star {  module script {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_script_XStarBasicLibraryInfo_idl__
+#define __com_sun_star_script_XStarBasicLibraryInfo_idl__
+
+#ifndef __com_sun_star_container_XNameContainer_idl__
+#include <com/sun/star/container/XNameContainer.idl>
+#endif
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module script {
+
+//=============================================================================
+
 /** Interface representing a library and provides access to its modules
 
 	@deprecated
  */
 published interface XStarBasicLibraryInfo: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** returns the library's name
 	 */
 	string getName();
- 
-	//------------------------------------------------------------------------- 
-	/** returns  
+
+	//-------------------------------------------------------------------------
+	/** returns
 		the module container giving access to the modules stored in the library.
 		The container has to be returned in any case, no matter if the library is
 		stored embedded, external, or linked.
@@ -53,9 +53,9 @@
 		@see getExternalSourceURL
 		@see getLinkTargetURL
 	 */
-	com::sun::star::container::XNameContainer getModuleContainer(); 
- 
-	//------------------------------------------------------------------------- 
+	com::sun::star::container::XNameContainer getModuleContainer();
+
+	//-------------------------------------------------------------------------
 	/** returns
 		the dialog container giving access to the dialogs stored in the library.
 		The container has to be returned in any case, no matter if the library is
@@ -64,39 +64,39 @@
 		@see getExternalSourceURL
 		@see getLinkTargetURL
 	 */
-	com::sun::star::container::XNameContainer getDialogContainer(); 
- 
-	//------------------------------------------------------------------------- 
+	com::sun::star::container::XNameContainer getDialogContainer();
+
+	//-------------------------------------------------------------------------
 	/** returns
 		the password, if the library is protected with one,
 		an empty string otherwise.
 	 */
-	string getPassword(); 
- 
-	//------------------------------------------------------------------------- 
+	string getPassword();
+
+	//-------------------------------------------------------------------------
 	/** returns an
-		URL describing the location where the library is stored if the library 
-		is stored separately (for example not in the main XML file but in a 
+		URL describing the location where the library is stored if the library
+		is stored separately (for example not in the main XML file but in a
 		special library format file), an empty string otherwise.
-		This information can be useful to optimize the access to the library, 
+		This information can be useful to optimize the access to the library,
 		e.g., for loading on demand.
 	 */
-	string getExternalSourceURL(); 
- 
-	//------------------------------------------------------------------------- 
+	string getExternalSourceURL();
+
+	//-------------------------------------------------------------------------
 	/** returns an
 		URL describing the location of the library linked to.
-		
+
 		<p>HINT: This method can be removed when there is a generic interface
 		for linking. Then the implementation will simply support this
 		"XLinked" interface and it can be checked by queryInterface().</p>
 	 */
-	string getLinkTargetURL(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+	string getLinkTargetURL();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/script/XStarBasicModuleInfo.idl b/main/udkapi/com/sun/star/script/XStarBasicModuleInfo.idl
index cb6feb6..3069b0b 100644
--- a/main/udkapi/com/sun/star/script/XStarBasicModuleInfo.idl
+++ b/main/udkapi/com/sun/star/script/XStarBasicModuleInfo.idl
@@ -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,60 +7,60 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_script_XStarBasicModuleInfo_idl__ 
-#define __com_sun_star_script_XStarBasicModuleInfo_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
-  
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module script {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_script_XStarBasicModuleInfo_idl__
+#define __com_sun_star_script_XStarBasicModuleInfo_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module script {
+
+//=============================================================================
+
 /** Script Module containing some scripting code in a certain scripting language
 	@deprecated
  */
 published interface XStarBasicModuleInfo: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
+{
+	//-------------------------------------------------------------------------
 	/** returns the name of the module
 	 */
 	string getName();
- 
-	//------------------------------------------------------------------------- 
+
+	//-------------------------------------------------------------------------
 	/** returns the type of the script language as string, for example, "StarBasic" or "JavaScript".
 	 */
 	string getLanguage();
- 
-	//------------------------------------------------------------------------- 
-	/** returns the script source code as string. 
-		
+
+	//-------------------------------------------------------------------------
+	/** returns the script source code as string.
+
 		<p>The code has to correspond with the language
 		defined by Language.</p>
 	 */
 	string getSource();
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/script/XTypeConverter.idl b/main/udkapi/com/sun/star/script/XTypeConverter.idl
index 4086894..295cc63 100644
--- a/main/udkapi/com/sun/star/script/XTypeConverter.idl
+++ b/main/udkapi/com/sun/star/script/XTypeConverter.idl
@@ -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,55 +7,55 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_script_XTypeConverter_idl__ 
-#define __com_sun_star_script_XTypeConverter_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_reflection_XIdlClass_idl__ 
-#include <com/sun/star/reflection/XIdlClass.idl> 
-#endif 
- 
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ 
-#include <com/sun/star/lang/IllegalArgumentException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_script_CannotConvertException_idl__ 
-#include <com/sun/star/script/CannotConvertException.idl> 
-#endif 
- 
-#ifndef __com_sun_star_uno_TypeClass_idl__ 
-#include <com/sun/star/uno/TypeClass.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module script {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_script_XTypeConverter_idl__
+#define __com_sun_star_script_XTypeConverter_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_reflection_XIdlClass_idl__
+#include <com/sun/star/reflection/XIdlClass.idl>
+#endif
+
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+#ifndef __com_sun_star_script_CannotConvertException_idl__
+#include <com/sun/star/script/CannotConvertException.idl>
+#endif
+
+#ifndef __com_sun_star_uno_TypeClass_idl__
+#include <com/sun/star/uno/TypeClass.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module script {
+
+//=============================================================================
+
 /** Interface to provide standard type conversions.
-    
+
     @see Converter
 */
 published interface XTypeConverter: com::sun::star::uno::XInterface
-{ 
+{
 	/** Converts the value <code>aFrom</code> to the specified type
         <code>xDestinationType</code>.
         Throws an <type>CannotConvertException</type> if the conversion
@@ -68,11 +68,11 @@
                 converted value (any carrying value of type <code>xDestinationType</code>
     */
 	any convertTo(
-        [in] any aFrom, 
-        [in] type xDestinationType ) 
-        raises( com::sun::star::lang::IllegalArgumentException, 
-                com::sun::star::script::CannotConvertException ); 
-    
+        [in] any aFrom,
+        [in] type xDestinationType )
+        raises( com::sun::star::lang::IllegalArgumentException,
+                com::sun::star::script::CannotConvertException );
+
 	/** Converts the value <code>aFrom</code> to the specified simple type
         <code>aDestinationType</code>.
         Throws an <type>CannotConvertException</type> if the conversion
@@ -80,7 +80,7 @@
         if the destination
         <type scope="com::sun::star::uno">TypeClass</type> is not simple,
         e.g. not long or byte.
-        
+
         @param aFrom
                source value
         @param aDestinationType
@@ -89,17 +89,17 @@
                 converted value (any carrying value of type <code>aDestinationType</code>
     */
 	any convertToSimpleType(
-        [in] any aFrom, 
-        [in] com::sun::star::uno::TypeClass aDestinationType ) 
-        raises( com::sun::star::lang::IllegalArgumentException, 
-                com::sun::star::script::CannotConvertException ); 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+        [in] any aFrom,
+        [in] com::sun::star::uno::TypeClass aDestinationType )
+        raises( com::sun::star::lang::IllegalArgumentException,
+                com::sun::star::script::CannotConvertException );
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/security/AccessControlException.idl b/main/udkapi/com/sun/star/security/AccessControlException.idl
index 9617414..d7316aa 100644
--- a/main/udkapi/com/sun/star/security/AccessControlException.idl
+++ b/main/udkapi/com/sun/star/security/AccessControlException.idl
@@ -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,32 +7,32 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 #ifndef __com_sun_star_security_AccessControlException_idl__
-#define __com_sun_star_security_AccessControlException_idl__ 
- 
+#define __com_sun_star_security_AccessControlException_idl__
+
 #ifndef __com_sun_star_uno_SecurityException_idl__
-#include <com/sun/star/uno/SecurityException.idl> 
+#include <com/sun/star/uno/SecurityException.idl>
 #endif
 
-//============================================================================= 
+//=============================================================================
 
-module com {  module sun {  module star {  module security {  
+module com {  module sun {  module star {  module security {
 
-//============================================================================= 
- 
+//=============================================================================
+
 /** Exception notifying a lacking permission to access data or execute code
 	thus it is thrown if permission ought to be denied.
 
@@ -41,7 +41,7 @@
 published exception AccessControlException : com::sun::star::uno::SecurityException
 {
     /** lacking permission.
-        
+
         @attention
         If it is the case, that XAccessController::checkPermission() was called
         passing a sequence< any >, i.e. a sequence of paermissions are demanded,
@@ -51,8 +51,8 @@
     any LackingPermission;
 };
 
-//============================================================================= 
- 
+//=============================================================================
+
 }; }; }; };
 
 #endif
diff --git a/main/udkapi/com/sun/star/security/AccessController.idl b/main/udkapi/com/sun/star/security/AccessController.idl
index 1931560..914a5a4 100644
--- a/main/udkapi/com/sun/star/security/AccessController.idl
+++ b/main/udkapi/com/sun/star/security/AccessController.idl
@@ -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,32 +7,32 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_security_AccessController_idl__ 
-#define __com_sun_star_security_AccessController_idl__ 
- 
+#ifndef __com_sun_star_security_AccessController_idl__
+#define __com_sun_star_security_AccessController_idl__
+
 #ifndef __com_sun_star_security_XAccessController_idl__
-#include <com/sun/star/security/XAccessController.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module security {  
- 
-//============================================================================= 
+#include <com/sun/star/security/XAccessController.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module security {
+
+//=============================================================================
 /** This meta service supports the XAccessController interface for checking
     security permissions.
 
@@ -41,7 +41,7 @@
     of bootstrapping problems, i.e. recurring calls during initialization
     have to be resolved.  This happens when the implementation calls other
     service implementations.
-    
+
 	Also, it obviously has also to be ensured that the object is process-local
     to assure that permission checks are not corrupted via insecure inter-process
 	communication.
diff --git a/main/udkapi/com/sun/star/security/AllPermission.idl b/main/udkapi/com/sun/star/security/AllPermission.idl
index 089d5f5..ff15635 100644
--- a/main/udkapi/com/sun/star/security/AllPermission.idl
+++ b/main/udkapi/com/sun/star/security/AllPermission.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/security/Policy.idl b/main/udkapi/com/sun/star/security/Policy.idl
index ef0f653..3cd522e 100644
--- a/main/udkapi/com/sun/star/security/Policy.idl
+++ b/main/udkapi/com/sun/star/security/Policy.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/security/RuntimePermission.idl b/main/udkapi/com/sun/star/security/RuntimePermission.idl
index ffb2cdb..f4a8051 100644
--- a/main/udkapi/com/sun/star/security/RuntimePermission.idl
+++ b/main/udkapi/com/sun/star/security/RuntimePermission.idl
@@ -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,27 +7,27 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 #ifndef __com_sun_star_security_RuntimePermission_idl__
 #define __com_sun_star_security_RuntimePermission_idl__
 //=============================================================================
- 
+
 module com {  module sun {  module star {  module security {
- 
+
 //=============================================================================
- 
+
 /** This permission grants runtime access to some named functionality.
     A RuntimePermission contains a name (also referred to as a "target name")
     but no actions list;  you either have the named permission or you don't.
diff --git a/main/udkapi/com/sun/star/security/XAccessControlContext.idl b/main/udkapi/com/sun/star/security/XAccessControlContext.idl
index b1f2c40..3b90939 100644
--- a/main/udkapi/com/sun/star/security/XAccessControlContext.idl
+++ b/main/udkapi/com/sun/star/security/XAccessControlContext.idl
@@ -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,36 +7,36 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_security_XAccessControlContext_idl__ 
-#define __com_sun_star_security_XAccessControlContext_idl__ 
- 
+#ifndef __com_sun_star_security_XAccessControlContext_idl__
+#define __com_sun_star_security_XAccessControlContext_idl__
+
 #ifndef __com_sun_star_uno_XInterface_idl__
-#include <com/sun/star/uno/XInterface.idl> 
+#include <com/sun/star/uno/XInterface.idl>
 #endif
 #ifndef __com_sun_star_security_AccessControlException_idl__
-#include <com/sun/star/security/AccessControlException.idl> 
+#include <com/sun/star/security/AccessControlException.idl>
 #endif
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module security {  
- 
-//============================================================================= 
- 
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module security {
+
+//=============================================================================
+
 /** An XAccessControlContext is used to make system resource access decisions
 	based on the context it encapsulates.
 	<p>
@@ -62,10 +62,10 @@
 		This method quietly returns if the access request is permitted,
 		or throws a suitable AccessControlException otherwise.
 		</p>
-        
+
 		@param perm
                permission to be checked
-               
+
 		@throws AccessControlException
 				thrown if access is denied
 
@@ -80,7 +80,7 @@
 		raises (AccessControlException);
 };
 
-//============================================================================= 
+//=============================================================================
 
 }; }; }; };
 
diff --git a/main/udkapi/com/sun/star/security/XAccessController.idl b/main/udkapi/com/sun/star/security/XAccessController.idl
index b295154..c4535b4 100644
--- a/main/udkapi/com/sun/star/security/XAccessController.idl
+++ b/main/udkapi/com/sun/star/security/XAccessController.idl
@@ -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,44 +7,44 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_security_XAccessController_idl__ 
-#define __com_sun_star_security_XAccessController_idl__ 
- 
+#ifndef __com_sun_star_security_XAccessController_idl__
+#define __com_sun_star_security_XAccessController_idl__
+
 #ifndef __com_sun_star_uno_XInterface_idl__
-#include <com/sun/star/uno/XInterface.idl> 
+#include <com/sun/star/uno/XInterface.idl>
 #endif
 #ifndef __com_sun_star_security_XAccessControlContext_idl__
-#include <com/sun/star/security/XAccessControlContext.idl> 
+#include <com/sun/star/security/XAccessControlContext.idl>
 #endif
 
 #ifndef __com_sun_star_security_XAction_idl__
-#include <com/sun/star/security/XAction.idl> 
+#include <com/sun/star/security/XAction.idl>
 #endif
 
 #ifndef __com_sun_star_security_AccessControlException_idl__
-#include <com/sun/star/security/AccessControlException.idl> 
+#include <com/sun/star/security/AccessControlException.idl>
 #endif
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module security {  
- 
-//============================================================================= 
- 
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module security {
+
+//=============================================================================
+
 /** Interface for checking permissions and invoking privileged or restricted
     actions.
 
@@ -63,10 +63,10 @@
 		This method quietly returns if the access request is permitted,
 		or throws a suitable AccessControlException otherwise.
 		</p>
-        
+
 		@param perm
                permission to be checked
-               
+
 		@throws AccessControlException
 				thrown if access is denied
 
@@ -79,7 +79,7 @@
 	void checkPermission(
         [in] any perm )
 		raises (AccessControlException);
-	
+
 	/** Perform the specified action restricting permissions to the given
         XAccessControlContext.
 		The action is performed with the intersection of the permissions of the currently installed
@@ -89,7 +89,7 @@
 		If the specified XAccessControlContext is null, then the action is performed
 		with unmodified permissions, i.e. the call makes no sense.
 		</p>
-        
+
 		@param action
 			   action object to be executed
 		@param restriction
@@ -103,7 +103,7 @@
 		[in] XAction action,
 		[in] XAccessControlContext restriction )
 		raises (com::sun::star::uno::Exception);
-    
+
 	/** Perform the specified action adding a set of permissions defined by the given
         XAccessControlContext.
 		The action is performed with the union of the permissions of the currently installed
@@ -113,12 +113,12 @@
 		If the given XAccessControlContext is null, then the action is performed
 		<b>only</b> with the permissions of the security policy currently in effect.
 		</p>
-        
+
         @attention
         Do carefully use this method only for well known use-cases to avoid exploits!
         Script engines executing sandboxed scripts should generally deny calling this
         method.
-        
+
 		@param action
 			   action object to be executed
 		@param restriction
@@ -132,7 +132,7 @@
 		[in] XAction action,
 		[in] XAccessControlContext restriction )
 		raises (com::sun::star::uno::Exception);
-	
+
 	/** This method takes a "snapshot" of the current calling context
 		and returns it.
 		<p>
@@ -144,7 +144,7 @@
 	XAccessControlContext getContext();
 };
 
-//============================================================================= 
+//=============================================================================
 
 }; }; }; };
 
diff --git a/main/udkapi/com/sun/star/security/XAction.idl b/main/udkapi/com/sun/star/security/XAction.idl
index 56482be..5f23869 100644
--- a/main/udkapi/com/sun/star/security/XAction.idl
+++ b/main/udkapi/com/sun/star/security/XAction.idl
@@ -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,36 +7,36 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_security_XAction_idl__ 
-#define __com_sun_star_security_XAction_idl__ 
- 
+#ifndef __com_sun_star_security_XAction_idl__
+#define __com_sun_star_security_XAction_idl__
+
 #ifndef __com_sun_star_uno_XInterface_idl__
-#include <com/sun/star/uno/XInterface.idl> 
+#include <com/sun/star/uno/XInterface.idl>
 #endif
 #ifndef __com_sun_star_uno_Exception_idl__
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
-module com {  module sun {  module star {  module security {  
- 
-//============================================================================= 
- 
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+
+//=============================================================================
+
+module com {  module sun {  module star {  module security {
+
+//=============================================================================
+
 /** Interface for running an action.
 
     @since OpenOffice 1.1.2
@@ -44,7 +44,7 @@
 published interface XAction : com::sun::star::uno::XInterface
 {
 	/** Action to be done.
-		
+
 		@return
 				result
 		@throws com::sun::star::uno::Exception
@@ -54,7 +54,7 @@
 		raises (com::sun::star::uno::Exception);
 };
 
-//============================================================================= 
+//=============================================================================
 
 }; }; }; };
 
diff --git a/main/udkapi/com/sun/star/security/XPolicy.idl b/main/udkapi/com/sun/star/security/XPolicy.idl
index 281fab6..829ec26 100644
--- a/main/udkapi/com/sun/star/security/XPolicy.idl
+++ b/main/udkapi/com/sun/star/security/XPolicy.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -31,7 +31,7 @@
 
 /** Interface for getting sets of permissions of a specified user or
     the default permissions if no user is given.
-    
+
     @see com::sun::star::security::Policy
 
     @since OpenOffice 1.1.2
@@ -40,7 +40,7 @@
 {
     /** Gets the permissions of the specified user excluding the default permissions
         granted to all users.
-        
+
         @param userId
                user id
         @return
@@ -48,14 +48,14 @@
     */
     sequence< any > getPermissions(
         [in] string userId );
-    
+
     /** Gets the default permissions granted to all users.
-        
+
         @return
                default permissions
     */
     sequence< any > getDefaultPermissions();
-    
+
     /** Refreshes the policy configuration.
     */
     void refresh();
diff --git a/main/udkapi/com/sun/star/task/XInteractionAbort.idl b/main/udkapi/com/sun/star/task/XInteractionAbort.idl
index dac65f9..362851f 100644
--- a/main/udkapi/com/sun/star/task/XInteractionAbort.idl
+++ b/main/udkapi/com/sun/star/task/XInteractionAbort.idl
@@ -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,46 +7,46 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_task_XInteractionAbort_idl__ 
-#define __com_sun_star_task_XInteractionAbort_idl__ 
- 
-#ifndef __com_sun_star_task_XInteractionContinuation_idl__ 
-#include <com/sun/star/task/XInteractionContinuation.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module task {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_task_XInteractionAbort_idl__
+#define __com_sun_star_task_XInteractionAbort_idl__
+
+#ifndef __com_sun_star_task_XInteractionContinuation_idl__
+#include <com/sun/star/task/XInteractionContinuation.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module task {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::task::XInteractionAbort
 /** An interaction continuation specifying to abort executing the process that
 	issued the request.
  */
 published interface XInteractionAbort: com::sun::star::task::XInteractionContinuation
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/task/XInteractionContinuation.idl b/main/udkapi/com/sun/star/task/XInteractionContinuation.idl
index 862f5b2..dd1e768 100644
--- a/main/udkapi/com/sun/star/task/XInteractionContinuation.idl
+++ b/main/udkapi/com/sun/star/task/XInteractionContinuation.idl
@@ -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,56 +7,56 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_task_XInteractionContinuation_idl__ 
-#define __com_sun_star_task_XInteractionContinuation_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module task {  
- 
-//============================================================================= 
+#ifndef __com_sun_star_task_XInteractionContinuation_idl__
+#define __com_sun_star_task_XInteractionContinuation_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module task {
+
+//=============================================================================
 /** Specifies a way of how to continue from an
     <type scope="com::sun::star::task">XInteractionRequest</type>.
     <P>Different sub-interfaces of this interface specify different ways of
     continuing.</P>
  */
 published interface XInteractionContinuation: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::task::XInteractionContinuation::select
 	/** Select this way of continuing from an
         <type scope="com::sun::star::task">XInteractionRequest</type> (given a
 		choice of various
         <type scope="com::sun::star::task">XInteractionContinuation</type>s).
 	 */
-	void select(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	void select();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/task/XInteractionHandler.idl b/main/udkapi/com/sun/star/task/XInteractionHandler.idl
index 316ff1d..a5c152a 100644
--- a/main/udkapi/com/sun/star/task/XInteractionHandler.idl
+++ b/main/udkapi/com/sun/star/task/XInteractionHandler.idl
@@ -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,56 +7,56 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_task_XInteractionHandler_idl__ 
-#define __com_sun_star_task_XInteractionHandler_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_task_XInteractionRequest_idl__ 
-#include <com/sun/star/task/XInteractionRequest.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module task {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_task_XInteractionHandler_idl__
+#define __com_sun_star_task_XInteractionHandler_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_task_XInteractionRequest_idl__
+#include <com/sun/star/task/XInteractionRequest.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module task {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::task::XInteractionHandler
 /** An interaction request handler.
  */
 published interface XInteractionHandler: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::task::XInteractionHandler::handle
 	/** Handle an interaction request.
 	 */
-	void handle( [in] com::sun::star::task::XInteractionRequest Request ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	void handle( [in] com::sun::star::task::XInteractionRequest Request );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/task/XInteractionHandler2.idl b/main/udkapi/com/sun/star/task/XInteractionHandler2.idl
index ef8d351..a1bd5ae 100644
--- a/main/udkapi/com/sun/star/task/XInteractionHandler2.idl
+++ b/main/udkapi/com/sun/star/task/XInteractionHandler2.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/task/XInteractionRequest.idl b/main/udkapi/com/sun/star/task/XInteractionRequest.idl
index 75fc4f2..8823d9b 100644
--- a/main/udkapi/com/sun/star/task/XInteractionRequest.idl
+++ b/main/udkapi/com/sun/star/task/XInteractionRequest.idl
@@ -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,44 +7,44 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_task_XInteractionRequest_idl__ 
-#define __com_sun_star_task_XInteractionRequest_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_task_XInteractionContinuation_idl__ 
-#include <com/sun/star/task/XInteractionContinuation.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module task {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_task_XInteractionRequest_idl__
+#define __com_sun_star_task_XInteractionRequest_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_task_XInteractionContinuation_idl__
+#include <com/sun/star/task/XInteractionContinuation.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module task {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::task::XInteractionRequest
 /** The description of an interaction request.
  */
 published interface XInteractionRequest: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::task::XInteractionRequest::getRequest
 	/** Get information about the request itself.
 
@@ -52,22 +52,22 @@
         an <type scope="com::sun::star::uno">Exception</type>, wrapped as an
         <atom>any</atom>.
 	 */
-	any getRequest(); 
- 
-	//------------------------------------------------------------------------- 
+	any getRequest();
+
+	//-------------------------------------------------------------------------
     /** Get the set of
         <type scope="com::sun::star::task">XInteractionContinuation</type>s
         the client supports for this request.
      */
-	sequence<com::sun::star::task::XInteractionContinuation> getContinuations(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	sequence<com::sun::star::task::XInteractionContinuation> getContinuations();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/task/XInteractionRetry.idl b/main/udkapi/com/sun/star/task/XInteractionRetry.idl
index 6a6b1b3..7a0db06 100644
--- a/main/udkapi/com/sun/star/task/XInteractionRetry.idl
+++ b/main/udkapi/com/sun/star/task/XInteractionRetry.idl
@@ -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,46 +7,46 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_task_XInteractionRetry_idl__ 
-#define __com_sun_star_task_XInteractionRetry_idl__ 
- 
-#ifndef __com_sun_star_task_XInteractionContinuation_idl__ 
-#include <com/sun/star/task/XInteractionContinuation.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module task {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_task_XInteractionRetry_idl__
+#define __com_sun_star_task_XInteractionRetry_idl__
+
+#ifndef __com_sun_star_task_XInteractionContinuation_idl__
+#include <com/sun/star/task/XInteractionContinuation.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module task {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::task::XInteractionRetry
 /** An interaction continuation specifying to try to re-execute the process
 	that issued the request.
  */
 published interface XInteractionRetry: com::sun::star::task::XInteractionContinuation
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/test/TestEvent.idl b/main/udkapi/com/sun/star/test/TestEvent.idl
index 7bb28b5..aa578bb 100644
--- a/main/udkapi/com/sun/star/test/TestEvent.idl
+++ b/main/udkapi/com/sun/star/test/TestEvent.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,10 +30,10 @@
 
 //=============================================================================
 
-module com { module sun { module star { module test { 
+module com { module sun { module star { module test {
 
 //=============================================================================
-/** This event gets delivered whenever a test event (an error, an exception, 
+/** This event gets delivered whenever a test event (an error, an exception,
 	a warning) takes place.
     @deprecated
 */
@@ -45,7 +45,7 @@
 	string Message;
 
 	//-------------------------------------------------------------------------
-	/** contains the exception notified by the <type>XTestListener</type> 
+	/** contains the exception notified by the <type>XTestListener</type>
 		method notifyException. This value is not valid for other events.
 	*/
 	any Exception;
@@ -53,6 +53,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/udkapi/com/sun/star/test/TestFactory.idl b/main/udkapi/com/sun/star/test/TestFactory.idl
index 73ed6a4..561e78c 100644
--- a/main/udkapi/com/sun/star/test/TestFactory.idl
+++ b/main/udkapi/com/sun/star/test/TestFactory.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,25 +30,25 @@
 
 //=============================================================================
 
-module com { module sun { module star { module test { 
+module com { module sun { module star { module test {
 
 //=============================================================================
 /** describes a factory of services with interfaces for testing purposes.
-	
-	<p>It create instances that support the interface 
+
+	<p>It create instances that support the interface
 	<type scope="com::sun::star::test">XSimpleTest</type>.
-	
+
 	<p>The services are accessed through interface, service or object
 	names.  The name test service must begin with "test." followed by the
 	interface, service or object name ("test.com.sun.star.beans.XPropertySet").
-	
+
 	@example:Java
-	
+
 	<listing>
 	xTestService = TestFactory.createInstance( "com.sun.star.beans.XPropertySet" );
 	xTestService.test( "com.sun.star.beans.XPropertySet", myTestObject );
 	</listing>
-	
+
 	@author	Markus Meyer
 	@version	0.1
     @deprecated
@@ -61,6 +61,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/udkapi/com/sun/star/test/XSimpleTest.idl b/main/udkapi/com/sun/star/test/XSimpleTest.idl
index 6b8a957..74b100e 100644
--- a/main/udkapi/com/sun/star/test/XSimpleTest.idl
+++ b/main/udkapi/com/sun/star/test/XSimpleTest.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -34,27 +34,27 @@
 
 //=============================================================================
 
-module com { module sun { module star { module test { 
+module com { module sun { module star { module test {
 
 //=============================================================================
-/** 
+/**
 	A simple interface to test a service or interface implementation.
 */
 published interface XSimpleTest: com::sun::star::uno::XInterface
 {
 	//-------------------------------------------------------------------------
-	/** 
+	/**
 		Test the object TestObject against the test specified with TestName. This test
 		does not change the semantic state of the object, so it can be called on a existing
 		component that will used further on.
 		Note : This can be a strong test limitation. There are some components, that cannot
-		perform their full test scenario. 
+		perform their full test scenario.
 		@param TestName		the name of the test. Must be an interface, service or implementation name.
 		Note : The name is only used by the test component to distinguish
 		between test scenarios.
 		@param 	TestObject	The instance to be tested.
-		
-		@throws IllegalArgumentException  
+
+		@throws IllegalArgumentException
 			if the test does not support TestName or TestObject is null.
 	*/
 	void testInvariant( [in] string TestName,
@@ -62,25 +62,25 @@
 			raises( com::sun::star::lang::IllegalArgumentException );
 
 	//-------------------------------------------------------------------------
-	/** 
+	/**
 		Test the object TestObject against the test specified with TestName. This test
 		changes the state of the object. The object may be useless afterwards.
 		(e.g. a closed XOutputStream). The method in general may be called multipe times with a new
 		test object instance.
 		Note : These tests should include the testInvariant test.
-		Note : Each test scenario should be independent of each other, so even if a scenario 
-		didn't pass the test, the other test can still be performed. The error messages 
+		Note : Each test scenario should be independent of each other, so even if a scenario
+		didn't pass the test, the other test can still be performed. The error messages
 		are cumulative.
-		
+
 		@param TestName		The name of the test. Must be an interface, service or implementation name.
 		Note : The name is only used by the test component to distinguish
 		between test scenarios.
 		@param 	TestObject	The instance to be tested.
-		@param   hTestHandle Internal test handle. Handle for first test is always 0. 
+		@param   hTestHandle Internal test handle. Handle for first test is always 0.
 		Handle of next test is  returned by the method.
 		@return  Handle of the next test. -1 if this was the last test.
-		
-		@throws IllegalArgumentException  
+
+		@throws IllegalArgumentException
 			if the test does not support TestName or
 		TestObject is null.
 	*/
@@ -92,7 +92,7 @@
 	//-------------------------------------------------------------------------
 	/**States if one of the last test has failed. This is cumulative.
 		@return true if all test have been passed successfully. false if an error has occurred.
-		
+
 	*/
 	boolean testPassed();
 
@@ -112,6 +112,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/udkapi/com/sun/star/test/XTest.idl b/main/udkapi/com/sun/star/test/XTest.idl
index 83aef91..98e4a52 100644
--- a/main/udkapi/com/sun/star/test/XTest.idl
+++ b/main/udkapi/com/sun/star/test/XTest.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -38,27 +38,27 @@
 
 //=============================================================================
 
-module com { module sun { module star { module test { 
+module com { module sun { module star { module test {
 
 //=============================================================================
-/** 
+/**
 	A simple interface to test a service or interface implementation.
 */
 published interface XTest: com::sun::star::uno::XInterface
 {
 	//-------------------------------------------------------------------------
-	/** 
+	/**
 		Test the object TestObject against the test specified with TestName. This test
 		does not change the semantic state of the object, so it can be called on a existing
-		component that will used further on. Note: This can be a strong test limitation. 
-		There are some components, that cannot perform their full test scenario. 
-		@param TestName		
+		component that will used further on. Note: This can be a strong test limitation.
+		There are some components, that cannot perform their full test scenario.
+		@param TestName
 			the name of the test. Must be an interface, service, or implementation name.
-			Note: The name is only used by the test component to distinguish between test 
+			Note: The name is only used by the test component to distinguish between test
 			scenarios.
-		@param TestObject	
+		@param TestObject
 				The instance to be tested.
-		@throws IllegalArgumentException  
+		@throws IllegalArgumentException
 			if the test does not support TestName or TestObject is null.
 	*/
 	void testInvariant( [in] string TestName,
@@ -66,27 +66,27 @@
 			raises( com::sun::star::lang::IllegalArgumentException );
 
 	//-------------------------------------------------------------------------
-	/** 
-		Test the object TestObject against the test specified with TestName. 
-		This test changes the state of the object. The object may be useless 
-		afterwards (e.g., a closed XOutputStream). The method in general may 
-		be called multiple times with a new test object instance. Note: Each test 
-		scenario should be independent of each other, so even if a scenario 
-		didn't pass the test, the other test can still be performed. 
+	/**
+		Test the object TestObject against the test specified with TestName.
+		This test changes the state of the object. The object may be useless
+		afterwards (e.g., a closed XOutputStream). The method in general may
+		be called multiple times with a new test object instance. Note: Each test
+		scenario should be independent of each other, so even if a scenario
+		didn't pass the test, the other test can still be performed.
 		The error messages are cumulative.
-		
-		@param TestName 
-			The name of the test. Must be an interface, service, or 
-			implementation name. Note: The name is only used by the test component 
+
+		@param TestName
+			The name of the test. Must be an interface, service, or
+			implementation name. Note: The name is only used by the test component
 			to distinguish between test scenarios.
-		@param TestObject 
+		@param TestObject
 				The instance to be tested.
-		@param hTestHandle 
+		@param hTestHandle
 				Internal test handle. Handle for first test is always 0.
 			Handle of next test is  returned by the method.
 		@return Handle of the next test. -1 if this was the last test.
-		
-		@throws IllegalArgumentException 
+
+		@throws IllegalArgumentException
 			if the test does not support TestName or TestObject is null.
 	*/
 	long test( [in] string TestName,
@@ -95,33 +95,33 @@
 			raises( com::sun::star::lang::IllegalArgumentException );
 
 	//-------------------------------------------------------------------------
-	/** 
-		Test the object TestObject against the test specified with TestName	using 
-		several threads. That does NOT mean that testMultiThread should	implement 
-		a test using several threads but that this test method should be designed 
-		to be called by several threads. So for example, it has to take into consideration 
-		that a test object state that is changed by the method	can be 
+	/**
+		Test the object TestObject against the test specified with TestName	using
+		several threads. That does NOT mean that testMultiThread should	implement
+		a test using several threads but that this test method should be designed
+		to be called by several threads. So for example, it has to take into consideration
+		that a test object state that is changed by the method	can be
 		changed again by another thread. So it's not necessarily a mistake if an
-		expected state can't be confirmed after setting it. Besides that, everything 
+		expected state can't be confirmed after setting it. Besides that, everything
 		is the same as described for the test method.
 
 		If this way of testing with multiple threads is not appropriate for the
-		component to be tested this method should not be implemented (it should 
-		only return -1) and a special multithread test adapted to the special 
+		component to be tested this method should not be implemented (it should
+		only return -1) and a special multithread test adapted to the special
 		needs of testing this component should be integrated in the test method.
 
-		@param TestName 
-			The name of the test. Must be an interface, service or 
-			implementation name. Note: The name is only used by the test component 
+		@param TestName
+			The name of the test. Must be an interface, service or
+			implementation name. Note: The name is only used by the test component
 			to distinguish between test scenarios.
-		@param TestObject 
+		@param TestObject
 			The instance to be tested.
-		@param hTestHandle 
+		@param hTestHandle
 			Internal test handle. Handle for first test is always 0.
 			Handle of next test is  returned by the method.
 		@return Handle of the next test. -1 if this was the last test.
-		
-		@throws IllegalArgumentException 
+
+		@throws IllegalArgumentException
 			if the test does not support TestName or TestObject is null.
 	*/
 	long testMultiThread( [in] string TestName,
@@ -130,7 +130,7 @@
 			raises( com::sun::star::lang::IllegalArgumentException );
 
 	//-------------------------------------------------------------------------
-	/**	registers an event listener, which will be called for reporting 
+	/**	registers an event listener, which will be called for reporting
 		errors/exceptions and warnings and for protocol purpuses.
 	*/
 	void addTestListener( [in] XTestListener xListener );
@@ -146,6 +146,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/udkapi/com/sun/star/test/XTestListener.idl b/main/udkapi/com/sun/star/test/XTestListener.idl
index 2439f54..c78c0da 100644
--- a/main/udkapi/com/sun/star/test/XTestListener.idl
+++ b/main/udkapi/com/sun/star/test/XTestListener.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -34,7 +34,7 @@
 
 //=============================================================================
 
-module com { module sun { module star { module test { 
+module com { module sun { module star { module test {
 
 //=============================================================================
 /** is used to handle errors/exceptions and warnings during tests.
@@ -45,18 +45,18 @@
 	/** gets called when an error occurs while performing an test.
 		If the error results from an exception, the exception
 		can be found in the Exception member of the TestEvent
-		
+
 		@param evt
-		This property contains the <type>TestEvent</type> object that 
+		This property contains the <type>TestEvent</type> object that
 		describes the event source and error description.
 	*/
 	void notifyError( [in] com::sun::star::test::TestEvent evt );
 
 	//-------------------------------------------------------------------------
 	/** gets called when an warning occurs while performing an test.
-		
+
 		@param evt
-		This property contains the <type>TestEvent</type> object that 
+		This property contains the <type>TestEvent</type> object that
 		describes the event source and warning description.
 	*/
 	void notifyWarning( [in] com::sun::star::test::TestEvent evt );
@@ -65,9 +65,9 @@
 	/** can be called by the broadcaster to inform the listener about
 		the progress of the test. The listener can use this information
 		for example to write it into a test protocol file.
-		
+
 		@param evt
-		This property contains the <type>TestEvent</type> object that 
+		This property contains the <type>TestEvent</type> object that
 		describes the protocol message.
 	*/
 	void protocol( [in] com::sun::star::test::TestEvent evt );
@@ -76,6 +76,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/udkapi/com/sun/star/test/bridge/XBridgeTest.idl b/main/udkapi/com/sun/star/test/bridge/XBridgeTest.idl
index bb5d190..de7a1f8 100644
--- a/main/udkapi/com/sun/star/test/bridge/XBridgeTest.idl
+++ b/main/udkapi/com/sun/star/test/bridge/XBridgeTest.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -98,18 +98,18 @@
 	/***
 	 * @param nToCall If nToCall is 0, the method returns immeadiatly.
 	 *                Otherwise, call the given interface with nToCall -1
-	 * 
+	 *
 	 ***/
 	void callRecursivly( [in] XRecursiveCall xCall , [in] long nToCall );
 };
 
-/** 
+/**
  * Monster test interface to test bridge calls.
  * An implementation of this object has to store given values and return whenever there
  * is an out param or return value.
  */
 published interface XBridgeTestBase : com::sun::star::uno::XInterface
-{	
+{
 	/**
 	 * in parameter test, tests by calls reference also (complex types)
 	 */
@@ -124,10 +124,10 @@
 							 [in] TestData aStruct );
 	/**
 	 * inout parameter test
-	 * 
+	 *
 	 * @return aStruct. The out parameter contain the values, that were previously set
 	 *         by setValues or (if not called before) default constructed values.
-	 * 
+	 *
 	 */
 	TestData setValues2( [inout] boolean bBool, [inout] char cChar, [inout] byte nByte,
 						 [inout] short nShort, [inout] unsigned short nUShort,
@@ -138,7 +138,7 @@
 						 [inout] com::sun::star::uno::XInterface xInterface, [inout] any aAny,
 						 [inout] sequence< TestElement > aSequence,
 						 [inout] TestData aStruct );
-	
+
 	/**
 	 * out parameter test
 	 */
@@ -151,7 +151,7 @@
 						[out] com::sun::star::uno::XInterface xInterface, [out] any aAny,
 						[out] sequence< TestElement > aSequence,
 						[out] TestData aStruct );
-	
+
 	[attribute] boolean					 Bool;
 	[attribute] byte					 Byte;
 	[attribute] char					 Char;
@@ -172,7 +172,7 @@
 
 
 	/***
-	 * This method returns the parameter value. 
+	 * This method returns the parameter value.
 	 * Method to extensivly test anys.
 	 ****/
 	any transportAny( [in] any value );
@@ -180,7 +180,7 @@
 	/***
 	 * methods to check sequence of calls. Call call() and callOneway
 	 * in an arbitrary sequence. Increase the callId for every call.
-	 * The testobject sets an error flag. 
+	 * The testobject sets an error flag.
 
 		@see testSequencePassed
 	 ***/
@@ -190,13 +190,13 @@
 
 	/****
 	 * methods to check, if threads thread identity is holded.
-	 *                  
+	 *
 	 ***/
 	void startRecursiveCall( [in] XRecursiveCall xCall , [in] long nToCall );
 };
 
 
-/** 
+/**
  * Inherting from monster; adds raiseException(), attribute raising RuntimeException.
  */
 published interface XBridgeTest : XBridgeTestBase
@@ -209,7 +209,7 @@
 							 [in] string Message,
 							 [in] com::sun::star::uno::XInterface Context )
 		raises( com::sun::star::lang::IllegalArgumentException );
-	
+
 
 	/**
 	 * Throws runtime exception.
@@ -219,7 +219,7 @@
 	 ***/
 	[oneway] void raiseRuntimeExceptionOneway(	[in] string Message,
 												[in] com::sun::star::uno::XInterface Context );
-		
+
     /**
 	 * raises runtime exception;
 	 * the exception struct returned has to be filled with formerly set test data.
@@ -252,7 +252,7 @@
     sequence< sequence< long > > setDim2( [in] sequence< sequence< long > > aSeq);
     sequence< sequence < sequence < long > > > setDim3(
         [in] sequence< sequence < sequence < long > > > aSeq);
-    
+
     void setSequencesInOut( [inout] sequence< boolean > aSeqBoolean,
                        [inout] sequence< char > aSeqChar,
                        [inout] sequence< byte > aSeqByte,
@@ -289,7 +289,7 @@
                        [out] sequence< sequence< long > > aSeqDim2,
                        [out] sequence< sequence < sequence < long > > > aSeqDim3);
 
-    
+
 };
 //=============================================================================
 
diff --git a/main/udkapi/com/sun/star/test/performance/XPerformanceTest.idl b/main/udkapi/com/sun/star/test/performance/XPerformanceTest.idl
index 3f1e1d1..a5faa4d 100644
--- a/main/udkapi/com/sun/star/test/performance/XPerformanceTest.idl
+++ b/main/udkapi/com/sun/star/test/performance/XPerformanceTest.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -83,15 +83,15 @@
 {
 	[oneway] void async();
 	void sync();
-	
+
 	ComplexTypes complex_in( [in] ComplexTypes aVal );
 	ComplexTypes complex_inout( [inout] ComplexTypes aVal );
-	
+
 	[oneway] void complex_oneway( [in] ComplexTypes aVal );
 	void complex_noreturn( [in] ComplexTypes aVal );
-	
+
 	XPerformanceTest createObject();
-	
+
 	[attribute] long					 Long_attr;
 	[attribute] hyper					 Hyper_attr;
 	[attribute] float					 Float_attr;
@@ -101,7 +101,7 @@
 	[attribute] any						 Any_attr;
 	[attribute] sequence< com::sun::star::uno::XInterface > Sequence_attr;
 	[attribute] ComplexTypes			 Struct_attr;
-	
+
 	long				getLong();
 	void				setLong( [in] long n );
 	hyper				getHyper();
@@ -120,7 +120,7 @@
 	void				setSequence( [in] sequence< com::sun::star::uno::XInterface > seq );
 	ComplexTypes		getStruct();
 	void				setStruct( [in] ComplexTypes c );
-	
+
 	void raiseRuntimeException();
 };
 
diff --git a/main/udkapi/com/sun/star/udk-modules.idl b/main/udkapi/com/sun/star/udk-modules.idl
index d00b12b..69250d5 100644
--- a/main/udkapi/com/sun/star/udk-modules.idl
+++ b/main/udkapi/com/sun/star/udk-modules.idl
@@ -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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_modules_idl__ 
-#define __com_sun_star_modules_idl__ 
+#ifndef __com_sun_star_modules_idl__
+#define __com_sun_star_modules_idl__
 
-module com { module sun { module star { 
+module com { module sun { module star {
 
 /// Java beans-like property access and introspection.
 module beans{};
diff --git a/main/udkapi/com/sun/star/uno/DeploymentException.idl b/main/udkapi/com/sun/star/uno/DeploymentException.idl
index cf2b5dc..994a7a9 100644
--- a/main/udkapi/com/sun/star/uno/DeploymentException.idl
+++ b/main/udkapi/com/sun/star/uno/DeploymentException.idl
@@ -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,33 +7,33 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_uno_DeploymentException_idl__ 
-#define __com_sun_star_uno_DeploymentException_idl__ 
- 
-#ifndef __com_sun_star_uno_RuntimeException_idl__ 
-#include <com/sun/star/uno/RuntimeException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module uno {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_uno_DeploymentException_idl__
+#define __com_sun_star_uno_DeploymentException_idl__
+
+#ifndef __com_sun_star_uno_RuntimeException_idl__
+#include <com/sun/star/uno/RuntimeException.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module uno {
+
+//=============================================================================
+
 /** Exception signalling a deployment error.
 
     @since OpenOffice 1.1.2
@@ -41,9 +41,9 @@
 published exception DeploymentException : com::sun::star::uno::RuntimeException
 {
 };
- 
+
 //=============================================================================
- 
+
 }; }; }; };
 
-#endif 
+#endif
diff --git a/main/udkapi/com/sun/star/uno/Exception.idl b/main/udkapi/com/sun/star/uno/Exception.idl
index 57c118d..aac3b8d 100644
--- a/main/udkapi/com/sun/star/uno/Exception.idl
+++ b/main/udkapi/com/sun/star/uno/Exception.idl
@@ -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,61 +7,61 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#define __com_sun_star_uno_Exception_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module uno {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_uno_Exception_idl__
+#define __com_sun_star_uno_Exception_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module uno {
+
+//=============================================================================
+
 // DocMerge from xml: exception com::sun::star::uno::Exception
 /** the base of all UNO exceptions
-	
+
 	<p>All exceptions defined in UNO idl should derive from this exception.</p>
  */
 published exception Exception
 {
 	/** gives a detailed description of the reason, why the exception was thrown.
         <p>
-        The description should be as detailed as possible. 
-        
+        The description should be as detailed as possible.
+
 	 */
-	string Message; 
- 
-	//------------------------------------------------------------------------- 
-	 
+	string Message;
+
+	//-------------------------------------------------------------------------
+
 	/** should contain a reference to the original, which raised the exception.
 		<p>May be NULL.</p>
 	 */
-	com::sun::star::uno::XInterface Context; 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	com::sun::star::uno::XInterface Context;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/uno/NamingService.idl b/main/udkapi/com/sun/star/uno/NamingService.idl
index 0c56bda..ff3d507 100644
--- a/main/udkapi/com/sun/star/uno/NamingService.idl
+++ b/main/udkapi/com/sun/star/uno/NamingService.idl
@@ -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,47 +7,46 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_uno_NamingService_idl__ 
-#define __com_sun_star_uno_NamingService_idl__ 
- 
-#ifndef __com_sun_star_uno_XNamingService_idl__ 
-#include <com/sun/star/uno/XNamingService.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module uno {  
- 
-//============================================================================= 
+#ifndef __com_sun_star_uno_NamingService_idl__
+#define __com_sun_star_uno_NamingService_idl__
+
+#ifndef __com_sun_star_uno_XNamingService_idl__
+#include <com/sun/star/uno/XNamingService.idl>
+#endif
+
+ module com {  module sun {  module star {  module uno {
+
+//=============================================================================
 /** a simple named object container.
-	
+
  */
 published service NamingService
-{ 
+{
 	/** through this interface the objects are registered and accessed.
 	 */
-	interface com::sun::star::uno::XNamingService; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-      Source Code Control System - Update 
- 
-=============================================================================*/ 
-#endif 
- 
+	interface com::sun::star::uno::XNamingService;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+      Source Code Control System - Update
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/uno/RuntimeException.idl b/main/udkapi/com/sun/star/uno/RuntimeException.idl
index 74e290e..1e6f8c0 100644
--- a/main/udkapi/com/sun/star/uno/RuntimeException.idl
+++ b/main/udkapi/com/sun/star/uno/RuntimeException.idl
@@ -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,33 +7,33 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_uno_RuntimeException_idl__ 
-#define __com_sun_star_uno_RuntimeException_idl__ 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module uno {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_uno_RuntimeException_idl__
+#define __com_sun_star_uno_RuntimeException_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module uno {
+
+//=============================================================================
+
 /** This exception or a subclass can occur at every interface method.
     <p>
     It shall signal an error, which was not covered by the interface
@@ -43,14 +43,14 @@
     references ) or the called object has been disposed before.
  */
 published exception RuntimeException: com::sun::star::uno::Exception
-{ 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/uno/SecurityException.idl b/main/udkapi/com/sun/star/uno/SecurityException.idl
index 3e6375b..847e139 100644
--- a/main/udkapi/com/sun/star/uno/SecurityException.idl
+++ b/main/udkapi/com/sun/star/uno/SecurityException.idl
@@ -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,41 +7,41 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_uno_SecurityException_idl__ 
-#define __com_sun_star_uno_SecurityException_idl__ 
- 
-#ifndef __com_sun_star_uno_RuntimeException_idl__ 
-#include <com/sun/star/uno/RuntimeException.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module uno {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_uno_SecurityException_idl__
+#define __com_sun_star_uno_SecurityException_idl__
+
+#ifndef __com_sun_star_uno_RuntimeException_idl__
+#include <com/sun/star/uno/RuntimeException.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module uno {
+
+//=============================================================================
+
 /** Base exception for all security related exceptions.
 */
 published exception SecurityException : com::sun::star::uno::RuntimeException
 {
 };
- 
+
 //=============================================================================
- 
+
 }; }; }; };
 
-#endif 
+#endif
diff --git a/main/udkapi/com/sun/star/uno/TypeClass.idl b/main/udkapi/com/sun/star/uno/TypeClass.idl
index d21f6f6..bcbf8e3 100644
--- a/main/udkapi/com/sun/star/uno/TypeClass.idl
+++ b/main/udkapi/com/sun/star/uno/TypeClass.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/uno/Uik.idl b/main/udkapi/com/sun/star/uno/Uik.idl
index ee47fa3..dc0912f 100644
--- a/main/udkapi/com/sun/star/uno/Uik.idl
+++ b/main/udkapi/com/sun/star/uno/Uik.idl
@@ -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,29 +7,29 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_uno_Uik_idl__ 
-#define __com_sun_star_uno_Uik_idl__ 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module uno {  
- 
+#ifndef __com_sun_star_uno_Uik_idl__
+#define __com_sun_star_uno_Uik_idl__
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module uno {
+
 /** Specifies an universal interface key (globally unique).
-    
+
     This struct is deprecated.  Uiks are not used anymore.
     @deprecated
 */
@@ -37,30 +37,30 @@
 {
 	/** specifies a 4 byte data block.
 	 */
-	unsigned long m_Data1; 
- 
+	unsigned long m_Data1;
+
 	/** specifies a 2 byte data block.
 	 */
-	unsigned short m_Data2; 
- 
+	unsigned short m_Data2;
+
 	/** specifies a 2 byte data block.
 	 */
-	unsigned short m_Data3; 
- 
+	unsigned short m_Data3;
+
 	/** specifies a 4 byte data block.
 	 */
-	unsigned long m_Data4; 
- 
+	unsigned long m_Data4;
+
 	/** specifies a 4 byte data block.
 	 */
-	unsigned long m_Data5; 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	unsigned long m_Data5;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/uno/XAdapter.idl b/main/udkapi/com/sun/star/uno/XAdapter.idl
index c053284..cda6693 100644
--- a/main/udkapi/com/sun/star/uno/XAdapter.idl
+++ b/main/udkapi/com/sun/star/uno/XAdapter.idl
@@ -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,82 +7,82 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_uno_XAdapter_idl__ 
-#define __com_sun_star_uno_XAdapter_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_uno_XReference_idl__ 
-#include <com/sun/star/uno/XReference.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module uno {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_uno_XAdapter_idl__
+#define __com_sun_star_uno_XAdapter_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_uno_XReference_idl__
+#include <com/sun/star/uno/XReference.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module uno {
+
+//=============================================================================
+
 /** This is the server-side interface to a weak adapter.
-	
-	<p>The implementation of <type>XAdapter</type> must know 
-	but not hold the adapted object, because it must not 
-	affect the lifetime of the adapted object. 
-	
-	</p>@see XWeak  
+
+	<p>The implementation of <type>XAdapter</type> must know
+	but not hold the adapted object, because it must not
+	affect the lifetime of the adapted object.
+
+	</p>@see XWeak
 		for description of concepts.
  */
 published interface XAdapter: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::uno::XAdapter::queryAdapted
 	/** queries the adapted object if it is alive.
 	 */
-	com::sun::star::uno::XInterface queryAdapted(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	com::sun::star::uno::XInterface queryAdapted();
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::uno::XAdapter::addReference
 	/** adds a reference to the adapter.
-		
-		
-		
+
+
+
 		<p>All added references are called when the adapted object dies.
-		
+
 		</p>
 	 */
-	void addReference( [in] com::sun::star::uno::XReference xRef ); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	void addReference( [in] com::sun::star::uno::XReference xRef );
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::uno::XAdapter::removeReference
 	/** removes a reference from the adapter.
 	 */
-	void removeReference( [in] com::sun::star::uno::XReference xRef ); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	void removeReference( [in] com::sun::star::uno::XReference xRef );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/uno/XAggregation.idl b/main/udkapi/com/sun/star/uno/XAggregation.idl
index 1e2d7d7..75eee09 100644
--- a/main/udkapi/com/sun/star/uno/XAggregation.idl
+++ b/main/udkapi/com/sun/star/uno/XAggregation.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -29,42 +29,42 @@
 
 //=============================================================================
 
-module com { module sun { module star { module uno { 
+module com { module sun { module star { module uno {
 
 //=============================================================================
 /** Objects which implement this interface can become aggregates of
 	a delegator.
-	
+
 	<p>That means if an object "A" aggregates "B", "A" can provide all
 	or some of the interfaces of "B". Whenever the method
 	<member>XInterface::queryInterface()</member>
 	is called on either of the objects, the call will be forwarded
 	to object "A". Object "A" now can determine whether to use the
-	interfaces of "A" or "B" or neither. Actually, any number of 
+	interfaces of "A" or "B" or neither. Actually, any number of
 	aggregates can be used, even nested ones (aggregated objects which are
 	delegators by themselves).
-	
+
 	<p>The following rules are to be observed:
 	<ol>
 	<li>All calls to <member>XInterface::acquire()</member>
 	which are made before the delegator was set (using the method
-	<member>XAggregation::setDelegator()</member>) must not be taken back 
+	<member>XAggregation::setDelegator()</member>) must not be taken back
 	(using the method <member>XInterface::release()</member>)
 	before the delegation is removed by calling
 	<code>xAggregation-&gt;setDelegator(NULL)</code>.
-	
-	<li>The constructor of a delegator has to increment its 
-	own reference count by calling its method 
+
+	<li>The constructor of a delegator has to increment its
+	own reference count by calling its method
 	<member>XInterface::acquire()</member>
 	before it sets itself to any aggregate using the method
 	<member>XAggregation::setDelegator()</member>. After that
-	call it has to reset its own reference count without the 
+	call it has to reset its own reference count without the
 	destructor getting called.
-	
+
 	<li>The destructor of a delegator has to reset the delegator in
 	its aggregated objects by calling their method
-	<member>XAggregation::setDelegator()</member> with 
-	<const>NULL</const> before it releases its reference to 
+	<member>XAggregation::setDelegator()</member> with
+	<const>NULL</const> before it releases its reference to
 	its aggregated objects.
 	</ol>
 
@@ -80,33 +80,33 @@
 	/** sets the object to which all calls to the method
 		<member>XInterface::queryInterface()</member>
 		have to be forwarded. @
-		
+
 		@param xDelegator
-		specifies the object which handles the calls to 
-		<member>XInterface::queryInterface()</member>. 
-		If <var>xDelegator</var> is <const>NULL</const>, the delegator is 
-		removed and thus the object becomes its own delegator and has 
+		specifies the object which handles the calls to
+		<member>XInterface::queryInterface()</member>.
+		If <var>xDelegator</var> is <const>NULL</const>, the delegator is
+		removed and thus the object becomes its own delegator and has
 		to handle calls to the method
 		<member>XInterface::queryInterface()</member>
 		itself.
-		
+
 		@see XAggregation::queryAggregation
 	*/
 	void setDelegator( [in] com::sun::star::uno::XInterface pDelegator );
 
 	//-------------------------------------------------------------------------
 	/** is similar to <member>XInterface::queryInterface()</member>,
-		but it is to be processed directly without being forwarded to the 
+		but it is to be processed directly without being forwarded to the
 		delegator. @
-		
-		<p>This method is only called from within an implementation of         
-		<member>XInterface::queryInterface()</member> 
+
+		<p>This method is only called from within an implementation of
+		<member>XInterface::queryInterface()</member>
 		or <member>XAggregation::queryAggregation()</member>. This method
 		is to be called by the delegator if it does not implement the
 		interface itself. An object which got aggregated cannot depend
 		on getting its own interface when it calls the method
 		<member>XInterface::queryInterface()</member>.
-			
+
 		@see XAggregation::setDelegator
 	*/
 	any queryAggregation( [in] type aType );
@@ -115,6 +115,6 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 #endif
diff --git a/main/udkapi/com/sun/star/uno/XComponentContext.idl b/main/udkapi/com/sun/star/uno/XComponentContext.idl
index f57e03b..835e690 100644
--- a/main/udkapi/com/sun/star/uno/XComponentContext.idl
+++ b/main/udkapi/com/sun/star/uno/XComponentContext.idl
@@ -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,25 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_uno_XComponentContext_idl__ 
-#define __com_sun_star_uno_XComponentContext_idl__ 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
+#ifndef __com_sun_star_uno_XComponentContext_idl__
+#define __com_sun_star_uno_XComponentContext_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
 
 
 module com {  module sun {  module star {  module lang {
@@ -41,19 +41,19 @@
 published interface XComponentContext : XInterface
 {
     /** Gets a value from the context.
-        
+
         @param Name
                name of value
         @return
                 value
     */
     any getValueByName( [in] string Name );
-    
+
     /** Gets the service manager instance to be used from key
         <code>/singletons/com.sun.star.lang.theServiceManager</code> (maybe null ref).
         This method has been added for convenience, because the
         service manager is used very often.
-        
+
         @return
                 service manager, if any
     */
@@ -61,5 +61,5 @@
 };
 
 }; }; }; };
- 
+
 #endif
diff --git a/main/udkapi/com/sun/star/uno/XCurrentContext.idl b/main/udkapi/com/sun/star/uno/XCurrentContext.idl
index 83f7aed..4f340b9 100644
--- a/main/udkapi/com/sun/star/uno/XCurrentContext.idl
+++ b/main/udkapi/com/sun/star/uno/XCurrentContext.idl
@@ -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,26 +7,26 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_uno_XCurrentContext_idl__ 
-#define __com_sun_star_uno_XCurrentContext_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
+#ifndef __com_sun_star_uno_XCurrentContext_idl__
+#define __com_sun_star_uno_XCurrentContext_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
 
 module com {  module sun {  module star {  module uno {
 
@@ -43,7 +43,7 @@
 published interface XCurrentContext : XInterface
 {
     /** Gets a value from the context.
-        
+
         @param Name
                name of value
         @return
@@ -53,5 +53,5 @@
 };
 
 }; }; }; };
- 
+
 #endif
diff --git a/main/udkapi/com/sun/star/uno/XInterface.idl b/main/udkapi/com/sun/star/uno/XInterface.idl
index 4b843fd..7523d7a 100644
--- a/main/udkapi/com/sun/star/uno/XInterface.idl
+++ b/main/udkapi/com/sun/star/uno/XInterface.idl
@@ -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,36 +7,36 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#define __com_sun_star_uno_XInterface_idl__ 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module uno {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_uno_XInterface_idl__
+#define __com_sun_star_uno_XInterface_idl__
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module uno {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::uno::XInterface
 /** base interface of all UNO interfaces
 
     <p> It provides lifetime control by reference counting and the
     possibility of querying for other
 	interfaces of the same logical object.
-    
-	
+
+
 	<p>
 	"Logical Object" in this case means that the
 	interfaces actually can be supported by internal (e.g. aggregated) physical objects.</p>
@@ -50,7 +50,7 @@
         release() do not have return values). In general, also the UNO object itself
         should not make any assumption on the concrete value of the reference count
         (except on the transition from one to zero ).
-    
+
  */
 published interface XInterface
 {
@@ -90,9 +90,9 @@
         @return an interface reference in case the requested interface is supported by the object,
                 a void any otherwise.
 	 */
-	any queryInterface( [in] type aType ); 
- 
-	//------------------------------------------------------------------------- 
+	any queryInterface( [in] type aType );
+
+	//-------------------------------------------------------------------------
 	/** increases the reference counter by one.
 
         <p>When you have called acquire() on the
@@ -106,25 +106,25 @@
         <p> Every call to acquire must be followed by a corresponding call to release
         some time later, which may eventually lead to the destruction of the object.
 	 */
-	[oneway] void acquire(); 
- 
-	//------------------------------------------------------------------------- 
-	 
+	[oneway] void acquire();
+
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::uno::XInterface::release
 	/** decreases the reference counter by one.
 		<p>When the reference counter reaches 0, the object gets deleted.</p>
         <p>Calling release() on the object is often called releasing
         or clearing the reference to an object.
 	 */
-	[oneway] void release(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	[oneway] void release();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/uno/XNamingService.idl b/main/udkapi/com/sun/star/uno/XNamingService.idl
index 8cb2463..7668bcd 100644
--- a/main/udkapi/com/sun/star/uno/XNamingService.idl
+++ b/main/udkapi/com/sun/star/uno/XNamingService.idl
@@ -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,72 +7,71 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_uno_XNamingService_idl__ 
-#define __com_sun_star_uno_XNamingService_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_uno_Exception_idl__ 
-#include <com/sun/star/uno/Exception.idl> 
-#endif 
- 
- module com {  module sun {  module star {  module uno { 
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_uno_XNamingService_idl__
+#define __com_sun_star_uno_XNamingService_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+ module com {  module sun {  module star {  module uno {
+
+//=============================================================================
+
 /** allows to insert, remove and access named objects.
  */
 published interface XNamingService: com::sun::star::uno::XInterface
-{ 
-	 
+{
+
 	/** provides a previous registered object.
 	 */
-	com::sun::star::uno::XInterface getRegisteredObject( [in] string Name ) 
-			raises (Exception); 
- 
-     
+	com::sun::star::uno::XInterface getRegisteredObject( [in] string Name )
+			raises (Exception);
+
+
 	/** registers one object under the specified name.
 
     <p>If any object is registered before, then this
 		object is revoked automatically.
-		
+
 		</p>
 	 */
-	void registerObject( [in]string Name, [in]com::sun::star::uno::XInterface Object ) 
-		raises (Exception); 
- 
-     
+	void registerObject( [in]string Name, [in]com::sun::star::uno::XInterface Object )
+		raises (Exception);
+
+
 	/** revokes the registration of an object. <p>If the object was not
 		previously registered, then this call does nothing.
 	 */
-	void revokeObject( [in]string Name ) 
-		raises (Exception); 
-}; 
- 
- 
-//============================================================================= 
- 
-}; }; }; }; 
- 
-/*============================================================================= 
- 
-      Source Code Control System - Update 
- 
-=============================================================================*/ 
-#endif 
- 
+	void revokeObject( [in]string Name )
+		raises (Exception);
+};
+
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+      Source Code Control System - Update
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/uno/XReference.idl b/main/udkapi/com/sun/star/uno/XReference.idl
index 8baab03..548cbb8 100644
--- a/main/udkapi/com/sun/star/uno/XReference.idl
+++ b/main/udkapi/com/sun/star/uno/XReference.idl
@@ -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,61 +7,61 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_uno_XReference_idl__ 
-#define __com_sun_star_uno_XReference_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module uno {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_uno_XReference_idl__
+#define __com_sun_star_uno_XReference_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module uno {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::uno::XReference
-/** must be implemented by anyone who holds the adapter on the client side.@see XWeak  
+/** must be implemented by anyone who holds the adapter on the client side.@see XWeak
 		for description af concepts.
  */
 published interface XReference: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::uno::XReference::dispose
 	/** removes all references to the adapter.
-		
-		
-		
-		<p> This method is called when the adapted object dies. 
+
+
+
+		<p> This method is called when the adapted object dies.
 		The implementation of the client-side's weak reference
 		must include removal of all references to the adapter.
-		Otherwise, the adapted object will be destroyed, but the 
+		Otherwise, the adapted object will be destroyed, but the
 		adapter will be alive.</p>
 	 */
-	[oneway] void dispose(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	[oneway] void dispose();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/uno/XUnloadingPreference.idl b/main/udkapi/com/sun/star/uno/XUnloadingPreference.idl
index 73dc1ab..049a94f 100644
--- a/main/udkapi/com/sun/star/uno/XUnloadingPreference.idl
+++ b/main/udkapi/com/sun/star/uno/XUnloadingPreference.idl
@@ -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,31 +7,31 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_uno_XUnloadingPreference_idl__ 
-#define __com_sun_star_uno_XUnloadingPreference_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
-  
-//============================================================================= 
- 
-module com {  module sun {  module star {  module uno {  
- 
-//============================================================================= 
+#ifndef __com_sun_star_uno_XUnloadingPreference_idl__
+#define __com_sun_star_uno_XUnloadingPreference_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+//=============================================================================
+
+module com {  module sun {  module star {  module uno {
+
+//=============================================================================
 /** Components can implement <code>XUnloadingPreference</code> in order to indicate
 	how they should be treated when their hosting library is to be unloaded.
 
@@ -39,29 +39,29 @@
 	listeners are notified by calling previously registered callback
 	functions. A listener is an entity that employs, registers, and
 	unregisters the callback functions on its behalf. Upon notification
-	(the callback function is being called) 
+	(the callback function is being called)
 	a listener may release references to UNO components. Thus, the
-	loaded libraries can be unloaded, if no one else keeps any 
+	loaded libraries can be unloaded, if no one else keeps any
 	objects from the library alive. <br>
 	Before a listener releases references, it should ask for this interface.
 	If the interface is not implemented, then the listener may release the
 	object; otherwise, it calls <code>releaseOnNotification</code>. If the function
-	returns false then the listener should keep the reference, otherwise 
+	returns false then the listener should keep the reference, otherwise
 	it may release it.
 */
 published interface XUnloadingPreference: com::sun::star::uno::XInterface
-{ 
+{
 	/**
 		The return value determines if the object wants to stay
 		alive in case of an unloading procedure.
-		@return 
+		@return
 		<FALSE/>do not release references to this object,otherwise
 		<TRUE/>
 	*/
 	boolean releaseOnNotification();
-}; 
-//============================================================================= 
- 
-}; }; }; };  
- 
-#endif 
+};
+//=============================================================================
+
+}; }; }; };
+
+#endif
diff --git a/main/udkapi/com/sun/star/uno/XWeak.idl b/main/udkapi/com/sun/star/uno/XWeak.idl
index 248e7c9..ee8d450 100644
--- a/main/udkapi/com/sun/star/uno/XWeak.idl
+++ b/main/udkapi/com/sun/star/uno/XWeak.idl
@@ -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,113 +7,113 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#ifndef __com_sun_star_uno_XWeak_idl__ 
-#define __com_sun_star_uno_XWeak_idl__ 
- 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
-#include <com/sun/star/uno/XInterface.idl> 
-#endif 
- 
-#ifndef __com_sun_star_uno_XAdapter_idl__ 
-#include <com/sun/star/uno/XAdapter.idl> 
-#endif 
- 
- 
-//============================================================================= 
- 
- module com {  module sun {  module star {  module uno {  
- 
-//============================================================================= 
- 
+#ifndef __com_sun_star_uno_XWeak_idl__
+#define __com_sun_star_uno_XWeak_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_uno_XAdapter_idl__
+#include <com/sun/star/uno/XAdapter.idl>
+#endif
+
+
+//=============================================================================
+
+ module com {  module sun {  module star {  module uno {
+
+//=============================================================================
+
 // DocMerge from xml: interface com::sun::star::uno::XWeak
 /** the server-side interface to a weak object.
-	
-	
-	
-	<p>This interface is proxy to the adapted object. 
-	In order to make it possible to have weak references to objects, 
+
+
+
+	<p>This interface is proxy to the adapted object.
+	In order to make it possible to have weak references to objects,
 	the <type>XAdapter</type> interface must be implemented to provide
 	a weak adapter for the clients.
-	
+
 	<h4>Concept of weak referencing:</h4>
-	
+
 	</p>
 	<p>This module specifies the interfaces for implementing and using
 	weak references.</p>
 	<p>
-	
+
 	</p>
-	<p>The sense of weak references is to hold a reference to an object 
-	without affecting the lifetime of the object. That means that a weak 
+	<p>The sense of weak references is to hold a reference to an object
+	without affecting the lifetime of the object. That means that a weak
 	reference may become invalid, at any time, if the referenced object dies.
-	
+
 	</p>
-	<p>The following interfaces describe one way to handle weak references 
-	by providing a weak adapter. The weak object has to provide this 
+	<p>The following interfaces describe one way to handle weak references
+	by providing a weak adapter. The weak object has to provide this
 	adapter if anyone wants to hold a weak reference. To separate their
 	lifetimes, the adapter and the original object must not share the same
 	reference counter.  The weak reference is in fact only a hard reference
 	to the adapter, which knows - but does not hold - the original object.
-	That means that the implementation and synchronization of weak 
-	referencing is the responsibility of the object.  The following 
+	That means that the implementation and synchronization of weak
+	referencing is the responsibility of the object.  The following
 	interfaces are involved in the concept of weak referencing:
-	
+
 	<dl>
 	<dt>
-	<type>XWeak</type> 
+	<type>XWeak</type>
 	</dt>
 	<dd>is the server-side interface of the referred object. This
 	referred object must support the <type>XAdapter</type> interface.
-	
+
 	</dd>
 	<dt>
-	<type>XReference</type> 
+	<type>XReference</type>
 	</dt>
 	<dd>is a client-side interface which must be implemented by
 	the holder of any weak reference. It is used for notification
 	when the adapted object dies.
-	
+
 	</dd>
 	</dl>
 	</p>
  */
 published interface XWeak: com::sun::star::uno::XInterface
-{ 
-	//------------------------------------------------------------------------- 
-	 
+{
+	//-------------------------------------------------------------------------
+
 	// DocMerge from xml: method com::sun::star::uno::XWeak::queryAdapter
 	/** queries the weak adapter.
-		
-		
-		
-		<p>It is important that the adapter must know, but not hold 
-		the adapted object. If the adapted object dies, all references 
+
+
+
+		<p>It is important that the adapter must know, but not hold
+		the adapted object. If the adapted object dies, all references
 		to the adapter have to be notified to release the adapter.
-		
+
 		</p>
 	 */
-	com::sun::star::uno::XAdapter queryAdapter(); 
- 
-}; 
- 
-//============================================================================= 
- 
-}; }; }; };  
- 
-/*============================================================================= 
- 
-=============================================================================*/ 
-#endif 
+	com::sun::star::uno::XAdapter queryAdapter();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif
diff --git a/main/udkapi/com/sun/star/uri/ExternalUriReferenceTranslator.idl b/main/udkapi/com/sun/star/uri/ExternalUriReferenceTranslator.idl
index 84bf1b6..f3fbc9b 100644
--- a/main/udkapi/com/sun/star/uri/ExternalUriReferenceTranslator.idl
+++ b/main/udkapi/com/sun/star/uri/ExternalUriReferenceTranslator.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/uri/RelativeUriExcessParentSegments.idl b/main/udkapi/com/sun/star/uri/RelativeUriExcessParentSegments.idl
index e0ba54d..e5d29e0 100644
--- a/main/udkapi/com/sun/star/uri/RelativeUriExcessParentSegments.idl
+++ b/main/udkapi/com/sun/star/uri/RelativeUriExcessParentSegments.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/uri/UriReferenceFactory.idl b/main/udkapi/com/sun/star/uri/UriReferenceFactory.idl
index 979fff6..d1f82fb 100644
--- a/main/udkapi/com/sun/star/uri/UriReferenceFactory.idl
+++ b/main/udkapi/com/sun/star/uri/UriReferenceFactory.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTexpand.idl b/main/udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTexpand.idl
index 1b93d51..ebe6e41 100644
--- a/main/udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTexpand.idl
+++ b/main/udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTexpand.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTscript.idl b/main/udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTscript.idl
index 12c2ab0..397d1d8 100644
--- a/main/udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTscript.idl
+++ b/main/udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTscript.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/uri/VndSunStarPkgUrlReferenceFactory.idl b/main/udkapi/com/sun/star/uri/VndSunStarPkgUrlReferenceFactory.idl
index 3b5c49c..b796cf6 100644
--- a/main/udkapi/com/sun/star/uri/VndSunStarPkgUrlReferenceFactory.idl
+++ b/main/udkapi/com/sun/star/uri/VndSunStarPkgUrlReferenceFactory.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/uri/XExternalUriReferenceTranslator.idl b/main/udkapi/com/sun/star/uri/XExternalUriReferenceTranslator.idl
index 5ff7449..da242ab 100644
--- a/main/udkapi/com/sun/star/uri/XExternalUriReferenceTranslator.idl
+++ b/main/udkapi/com/sun/star/uri/XExternalUriReferenceTranslator.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/uri/XUriReference.idl b/main/udkapi/com/sun/star/uri/XUriReference.idl
index a9005b4..c94ba5c 100644
--- a/main/udkapi/com/sun/star/uri/XUriReference.idl
+++ b/main/udkapi/com/sun/star/uri/XUriReference.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/uri/XUriReferenceFactory.idl b/main/udkapi/com/sun/star/uri/XUriReferenceFactory.idl
index 539d19f..f1e9198 100644
--- a/main/udkapi/com/sun/star/uri/XUriReferenceFactory.idl
+++ b/main/udkapi/com/sun/star/uri/XUriReferenceFactory.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/uri/XUriSchemeParser.idl b/main/udkapi/com/sun/star/uri/XUriSchemeParser.idl
index 451603f..c61822f 100644
--- a/main/udkapi/com/sun/star/uri/XUriSchemeParser.idl
+++ b/main/udkapi/com/sun/star/uri/XUriSchemeParser.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/uri/XVndSunStarExpandUrl.idl b/main/udkapi/com/sun/star/uri/XVndSunStarExpandUrl.idl
index c04f085..7f6468a 100644
--- a/main/udkapi/com/sun/star/uri/XVndSunStarExpandUrl.idl
+++ b/main/udkapi/com/sun/star/uri/XVndSunStarExpandUrl.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/uri/XVndSunStarExpandUrlReference.idl b/main/udkapi/com/sun/star/uri/XVndSunStarExpandUrlReference.idl
index b3a4def..91ce961 100644
--- a/main/udkapi/com/sun/star/uri/XVndSunStarExpandUrlReference.idl
+++ b/main/udkapi/com/sun/star/uri/XVndSunStarExpandUrlReference.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/uri/XVndSunStarPkgUrlReferenceFactory.idl b/main/udkapi/com/sun/star/uri/XVndSunStarPkgUrlReferenceFactory.idl
index ad60f95..c47eff4 100644
--- a/main/udkapi/com/sun/star/uri/XVndSunStarPkgUrlReferenceFactory.idl
+++ b/main/udkapi/com/sun/star/uri/XVndSunStarPkgUrlReferenceFactory.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/uri/XVndSunStarScriptUrl.idl b/main/udkapi/com/sun/star/uri/XVndSunStarScriptUrl.idl
index e403bd7..e744542 100644
--- a/main/udkapi/com/sun/star/uri/XVndSunStarScriptUrl.idl
+++ b/main/udkapi/com/sun/star/uri/XVndSunStarScriptUrl.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/uri/XVndSunStarScriptUrlReference.idl b/main/udkapi/com/sun/star/uri/XVndSunStarScriptUrlReference.idl
index 747d7d1..32937b3 100644
--- a/main/udkapi/com/sun/star/uri/XVndSunStarScriptUrlReference.idl
+++ b/main/udkapi/com/sun/star/uri/XVndSunStarScriptUrlReference.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/util/BootstrapMacroExpander.idl b/main/udkapi/com/sun/star/util/BootstrapMacroExpander.idl
index 97974b7..59d6611 100644
--- a/main/udkapi/com/sun/star/util/BootstrapMacroExpander.idl
+++ b/main/udkapi/com/sun/star/util/BootstrapMacroExpander.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -46,7 +46,7 @@
     The service can be instantiated via arguments giving an ini/rc file url.
     Otherwise it will read from an uno.ini/unorc file next to the cppuhelper
     library.
-    
+
     @see theMacroExpander
 
     @since OpenOffice 1.1.2
diff --git a/main/udkapi/com/sun/star/util/MacroExpander.idl b/main/udkapi/com/sun/star/util/MacroExpander.idl
index c3aecab..69a835b 100644
--- a/main/udkapi/com/sun/star/util/MacroExpander.idl
+++ b/main/udkapi/com/sun/star/util/MacroExpander.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -42,7 +42,7 @@
     arbitrary macro expressions, i.e. substitude macro names.
     The purpose of this service is to separate the use of macrofied strings,
     e.g. urls from the use of services.
-    
+
     @see BootstrapMacroExpander
     @see theMacroExpander
 
diff --git a/main/udkapi/com/sun/star/util/XMacroExpander.idl b/main/udkapi/com/sun/star/util/XMacroExpander.idl
index c6ab86d..5b4d916 100644
--- a/main/udkapi/com/sun/star/util/XMacroExpander.idl
+++ b/main/udkapi/com/sun/star/util/XMacroExpander.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/util/XVeto.idl b/main/udkapi/com/sun/star/util/XVeto.idl
index ae39752..83bb519 100644
--- a/main/udkapi/com/sun/star/util/XVeto.idl
+++ b/main/udkapi/com/sun/star/util/XVeto.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,13 +24,13 @@
 #ifndef __com_sun_star_util_XVeto_idl__
 #define __com_sun_star_util_XVeto_idl__
 
-#ifndef __com_sun_star_uno_XInterface_idl__ 
+#ifndef __com_sun_star_uno_XInterface_idl__
 #include <com/sun/star/uno/XInterface.idl>
 #endif
 
 //=============================================================================
 
-module com { module sun { module star { module util { 
+module com { module sun { module star { module util {
 
 //=============================================================================
 
@@ -52,7 +52,7 @@
 
 //=============================================================================
 
-}; }; }; }; 
+}; }; }; };
 
 //=============================================================================
 
diff --git a/main/udkapi/com/sun/star/util/logging/LogLevel.idl b/main/udkapi/com/sun/star/util/logging/LogLevel.idl
index 02a683b..2837935 100644
--- a/main/udkapi/com/sun/star/util/logging/LogLevel.idl
+++ b/main/udkapi/com/sun/star/util/logging/LogLevel.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/util/logging/Logger.idl b/main/udkapi/com/sun/star/util/logging/Logger.idl
index 1f3f027..d3f42d2 100644
--- a/main/udkapi/com/sun/star/util/logging/Logger.idl
+++ b/main/udkapi/com/sun/star/util/logging/Logger.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/util/logging/LoggerRemote.idl b/main/udkapi/com/sun/star/util/logging/LoggerRemote.idl
index 8d32ebf..fd2a58a 100644
--- a/main/udkapi/com/sun/star/util/logging/LoggerRemote.idl
+++ b/main/udkapi/com/sun/star/util/logging/LoggerRemote.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/util/logging/XLogger.idl b/main/udkapi/com/sun/star/util/logging/XLogger.idl
index 86a8e32..59209e0 100644
--- a/main/udkapi/com/sun/star/util/logging/XLogger.idl
+++ b/main/udkapi/com/sun/star/util/logging/XLogger.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/udkapi/com/sun/star/util/logging/XLoggerRemote.idl b/main/udkapi/com/sun/star/util/logging/XLoggerRemote.idl
index 3f6e364..1320273 100644
--- a/main/udkapi/com/sun/star/util/logging/XLoggerRemote.idl
+++ b/main/udkapi/com/sun/star/util/logging/XLoggerRemote.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -28,7 +28,7 @@
 #include <com/sun/star/uno/XInterface.idl>
 #endif
 
-#ifndef __com_sun_star_beans_XPropertiesChangeListener_idl__ 
+#ifndef __com_sun_star_beans_XPropertiesChangeListener_idl__
 #include <com/sun/star/beans/XPropertiesChangeListener.idl>
 #endif
 
diff --git a/main/udkapi/com/sun/star/util/theMacroExpander.idl b/main/udkapi/com/sun/star/util/theMacroExpander.idl
index 5cc7f6a..9b7d2f4 100644
--- a/main/udkapi/com/sun/star/util/theMacroExpander.idl
+++ b/main/udkapi/com/sun/star/util/theMacroExpander.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/ure/source/uretest/types.idl b/main/ure/source/uretest/types.idl
index a85ad29..1f64a7d 100644
--- a/main/ure/source/uretest/types.idl
+++ b/main/ure/source/uretest/types.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/winaccessibility/source/UAccCOMIDL/AccessibleKeyBinding.idl b/main/winaccessibility/source/UAccCOMIDL/AccessibleKeyBinding.idl
index 253216a..8e0e8e0 100644
--- a/main/winaccessibility/source/UAccCOMIDL/AccessibleKeyBinding.idl
+++ b/main/winaccessibility/source/UAccCOMIDL/AccessibleKeyBinding.idl
@@ -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.
- * 
+ *
  *************************************************************/
 
 import "objidl.idl";
 import "oaidl.idl";
 import "oleacc.idl";
 import "AccessibleKeyStroke.idl";
-        
+
 [object, uuid(6B1923AC-3E9A-4336-99E1-A69EA4E946E9)]
 interface IAccessibleKeyBinding : IUnknown
 {
diff --git a/main/winaccessibility/source/UAccCOMIDL/AccessibleKeyStroke.idl b/main/winaccessibility/source/UAccCOMIDL/AccessibleKeyStroke.idl
index 8019a83..7e74497 100644
--- a/main/winaccessibility/source/UAccCOMIDL/AccessibleKeyStroke.idl
+++ b/main/winaccessibility/source/UAccCOMIDL/AccessibleKeyStroke.idl
@@ -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,18 +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.
- * 
+ *
  *************************************************************/
-        
+
 typedef struct _ACCESSIBLE_KEYSTROKE {
   short modifiers;
   short keyCode;
diff --git a/main/winaccessibility/source/UAccCOMIDL/Charset.idl b/main/winaccessibility/source/UAccCOMIDL/Charset.idl
index f518600..0595732 100644
--- a/main/winaccessibility/source/UAccCOMIDL/Charset.idl
+++ b/main/winaccessibility/source/UAccCOMIDL/Charset.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
diff --git a/main/winaccessibility/source/UAccCOMIDL/UAccCOM.idl b/main/winaccessibility/source/UAccCOMIDL/UAccCOM.idl
index d57f32d..670b5eb 100644
--- a/main/winaccessibility/source/UAccCOMIDL/UAccCOM.idl
+++ b/main/winaccessibility/source/UAccCOMIDL/UAccCOM.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 import "oaidl.idl";
@@ -43,7 +43,7 @@
 		[id(7), helpstring("method SetState")] HRESULT SetState(DWORD pXSate);
 		[id(8), helpstring("method Put_XAccLocation")] HRESULT Put_XAccLocation(const Location sLocation);
 		[id(9), helpstring("method Put_XAccFocus")] HRESULT Put_XAccFocus(long dChildID);
-		[id(10), helpstring("method Put_XAccParent")] HRESULT Put_XAccParent(IMAccessible* pIParent);	
+		[id(10), helpstring("method Put_XAccParent")] HRESULT Put_XAccParent(IMAccessible* pIParent);
 		[id(13), helpstring("method Put_XAccWindowHandle")] HRESULT Put_XAccWindowHandle(HWND hwnd);
 		[id(14), helpstring("method Put_XAccChildID")] HRESULT Put_XAccChildID(long dChildID);
 		[id(19), helpstring("method SetXAccessible")] HRESULT SetXAccessible( long XAccessible);
@@ -64,7 +64,7 @@
 	interface IEnumVariant : IEnumVARIANT
 	{
 		[id(1), helpstring("method ClearEnumeration")] HRESULT ClearEnumeration();
-		[id(2), helpstring("method PutSelection")] HRESULT PutSelection(long pXSeletion);	
+		[id(2), helpstring("method PutSelection")] HRESULT PutSelection(long pXSeletion);
 	};
 	[
 		object,
@@ -116,7 +116,7 @@
 	{
 		[default] interface IUNOXWrapper;
 	};
-	
+
 	[
 		uuid(9FD9BA47-70AF-4160-99F1-526F2B9F111B),
 		helpstring("AccComponent Class")
@@ -151,7 +151,7 @@
 	{
 		[default] interface IAccessibleText;
 	};
-	
+
 	[
 		uuid(79CE1450-1F61-48E2-BF76-C07BD10105E2),
 		helpstring("AccEditableText Class")
@@ -159,7 +159,7 @@
 	coclass AccEditableText
 	{
 		[default] interface IAccessibleEditableText;
-	};	
+	};
 
 	[
 		uuid(CC55D71B-1828-4EE0-89E2-C3749CF9C9AB),
@@ -170,7 +170,7 @@
 		[default] interface IAccessibletext;
 	};
 
-	
+
 	[
 		uuid(73A45800-7A62-432C-A1A6-BF8852994331),
 		helpstring("AccImage Class")
@@ -179,7 +179,7 @@
 	{
 		[default] interface IAccessibleImage;
 	};
-	
+
 	[
 		uuid(730A561B-1AF6-49E1-9C04-9A2F48CD8512),
 		helpstring("AccValue Class")
@@ -196,7 +196,7 @@
 	{
 		[default] interface IAccessibleTable;
 	};
-	
+
 	[
 		uuid(519A64CD-F6A6-4793-BE50-4E36C4C593EF),
 		helpstring("AccHyperLink Class")
@@ -205,5 +205,5 @@
 	{
 		[default] interface IAccessibleAction;
 	};
-	
+
 };
diff --git a/main/winaccessibility/source/UAccCOMIDL/defines.idl b/main/winaccessibility/source/UAccCOMIDL/defines.idl
index bf0a64e..8d3ae58 100644
--- a/main/winaccessibility/source/UAccCOMIDL/defines.idl
+++ b/main/winaccessibility/source/UAccCOMIDL/defines.idl
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 import "objidl.idl";
diff --git a/main/winaccessibility/source/UAccCOMIDL/ia2_api_all.idl b/main/winaccessibility/source/UAccCOMIDL/ia2_api_all.idl
index ce77894..c95282b 100644
--- a/main/winaccessibility/source/UAccCOMIDL/ia2_api_all.idl
+++ b/main/winaccessibility/source/UAccCOMIDL/ia2_api_all.idl
@@ -1,53 +1,53 @@
 /*************************************************************************
  *
  *  File Name (api_all_headers.idl)
- * 
- *  IAccessible2 IDL Specification 
- * 
- *  Copyright (c) 2013 Linux Foundation 
- *  All rights reserved. 
- *   
- *   
- *  Redistribution and use in source and binary forms, with or without 
- *  modification, are permitted provided that the following conditions 
- *  are met: 
- *   
- *   1. Redistributions of source code must retain the above copyright 
- *      notice, this list of conditions and the following disclaimer. 
- *   
- *   2. Redistributions in binary form must reproduce the above 
- *      copyright notice, this list of conditions and the following 
- *      disclaimer in the documentation and/or other materials 
- *      provided with the distribution. 
  *
- *   3. Neither the name of the Linux Foundation nor the names of its 
- *      contributors may be used to endorse or promote products 
- *      derived from this software without specific prior written 
- *      permission. 
- *   
- *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 
- *  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, 
- *  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 
- *  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
- *  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 
- *  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 
- *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 
- *  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 
- *  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 
- *  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
- *  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 
- *  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 
- *  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
- *   
- *  This BSD License conforms to the Open Source Initiative "Simplified 
- *  BSD License" as published at: 
- *  http://www.opensource.org/licenses/bsd-license.php 
- *   
- *  IAccessible2 is a trademark of the Linux Foundation. The IAccessible2 
- *  mark may be used in accordance with the Linux Foundation Trademark 
- *  Policy to indicate compliance with the IAccessible2 specification. 
- * 
- ************************************************************************/ 
+ *  IAccessible2 IDL Specification
+ *
+ *  Copyright (c) 2013 Linux Foundation
+ *  All rights reserved.
+ *
+ *
+ *  Redistribution and use in source and binary forms, with or without
+ *  modification, are permitted provided that the following conditions
+ *  are met:
+ *
+ *   1. Redistributions of source code must retain the above copyright
+ *      notice, this list of conditions and the following disclaimer.
+ *
+ *   2. Redistributions in binary form must reproduce the above
+ *      copyright notice, this list of conditions and the following
+ *      disclaimer in the documentation and/or other materials
+ *      provided with the distribution.
+ *
+ *   3. Neither the name of the Linux Foundation nor the names of its
+ *      contributors may be used to endorse or promote products
+ *      derived from this software without specific prior written
+ *      permission.
+ *
+ *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
+ *  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
+ *  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ *  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ *  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+ *  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ *  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ *  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ *  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ *  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+ *  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+ *  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ *  This BSD License conforms to the Open Source Initiative "Simplified
+ *  BSD License" as published at:
+ *  http://www.opensource.org/licenses/bsd-license.php
+ *
+ *  IAccessible2 is a trademark of the Linux Foundation. The IAccessible2
+ *  mark may be used in accordance with the Linux Foundation Trademark
+ *  Policy to indicate compliance with the IAccessible2 specification.
+ *
+ ************************************************************************/
 
 import "objidl.idl";
 import "oaidl.idl";
@@ -56,55 +56,55 @@
 /*************************************************************************
  *
  *  File Name (IA2CommonTypes.idl)
- * 
- *  IAccessible2 IDL Specification 
- * 
- *  Copyright (c) 2007, 2013 Linux Foundation 
- *  Copyright (c) 2006 IBM Corporation 
- *  Copyright (c) 2000, 2006 Sun Microsystems, Inc. 
- *  All rights reserved. 
- *   
- *   
- *  Redistribution and use in source and binary forms, with or without 
- *  modification, are permitted provided that the following conditions 
- *  are met: 
- *   
- *   1. Redistributions of source code must retain the above copyright 
- *      notice, this list of conditions and the following disclaimer. 
- *   
- *   2. Redistributions in binary form must reproduce the above 
- *      copyright notice, this list of conditions and the following 
- *      disclaimer in the documentation and/or other materials 
- *      provided with the distribution. 
  *
- *   3. Neither the name of the Linux Foundation nor the names of its 
- *      contributors may be used to endorse or promote products 
- *      derived from this software without specific prior written 
- *      permission. 
- *   
- *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 
- *  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, 
- *  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 
- *  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
- *  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 
- *  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 
- *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 
- *  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 
- *  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 
- *  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
- *  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 
- *  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 
- *  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
- *   
- *  This BSD License conforms to the Open Source Initiative "Simplified 
- *  BSD License" as published at: 
- *  http://www.opensource.org/licenses/bsd-license.php 
- *   
- *  IAccessible2 is a trademark of the Linux Foundation. The IAccessible2 
- *  mark may be used in accordance with the Linux Foundation Trademark 
- *  Policy to indicate compliance with the IAccessible2 specification. 
- * 
- ************************************************************************/ 
+ *  IAccessible2 IDL Specification
+ *
+ *  Copyright (c) 2007, 2013 Linux Foundation
+ *  Copyright (c) 2006 IBM Corporation
+ *  Copyright (c) 2000, 2006 Sun Microsystems, Inc.
+ *  All rights reserved.
+ *
+ *
+ *  Redistribution and use in source and binary forms, with or without
+ *  modification, are permitted provided that the following conditions
+ *  are met:
+ *
+ *   1. Redistributions of source code must retain the above copyright
+ *      notice, this list of conditions and the following disclaimer.
+ *
+ *   2. Redistributions in binary form must reproduce the above
+ *      copyright notice, this list of conditions and the following
+ *      disclaimer in the documentation and/or other materials
+ *      provided with the distribution.
+ *
+ *   3. Neither the name of the Linux Foundation nor the names of its
+ *      contributors may be used to endorse or promote products
+ *      derived from this software without specific prior written
+ *      permission.
+ *
+ *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
+ *  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
+ *  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ *  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ *  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+ *  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ *  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ *  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ *  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ *  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+ *  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+ *  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ *  This BSD License conforms to the Open Source Initiative "Simplified
+ *  BSD License" as published at:
+ *  http://www.opensource.org/licenses/bsd-license.php
+ *
+ *  IAccessible2 is a trademark of the Linux Foundation. The IAccessible2
+ *  mark may be used in accordance with the Linux Foundation Trademark
+ *  Policy to indicate compliance with the IAccessible2 specification.
+ *
+ ************************************************************************/
 
  /** These constants control the scrolling of an object or substring into a window.
 
@@ -114,72 +114,72 @@
 
   /** Scroll the top left corner of the object or substring such that the top left
    corner (and as much as possible of the rest of the object or substring) is within
-   the top level window.  In cases where the entire object or substring fits within 
-   the top level window, the placement of the object or substring is dependent on 
-   the application.  For example, the object or substring may be scrolled to the 
+   the top level window.  In cases where the entire object or substring fits within
+   the top level window, the placement of the object or substring is dependent on
+   the application.  For example, the object or substring may be scrolled to the
    closest edge, the furthest edge, or midway between those two edges.  In cases
    where there is a hierarchy of nested scrollable controls, more than one control
    may have to be scrolled.
   */
-  IA2_SCROLL_TYPE_TOP_LEFT, 		
+  IA2_SCROLL_TYPE_TOP_LEFT,
 
   /** Scroll the bottom right corner of the object or substring such that the bottom right
    corner (and as much as possible of the rest of the object or substring) is within
-   the top level window.  In cases where the entire object or substring fits within 
-   the top level window, the placement of the object or substring is dependent on 
-   the application.  For example, the object or substring may be scrolled to the 
+   the top level window.  In cases where the entire object or substring fits within
+   the top level window, the placement of the object or substring is dependent on
+   the application.  For example, the object or substring may be scrolled to the
    closest edge, the furthest edge, or midway between those two edges.  In cases
    where there is a hierarchy of nested scrollable controls, more than one control
    may have to be scrolled.
   */
   IA2_SCROLL_TYPE_BOTTOM_RIGHT,
 
-  /** Scroll the top edge of the object or substring such that the top edge 
+  /** Scroll the top edge of the object or substring such that the top edge
    (and as much as possible of the rest of the object or substring) is within the
-   top level window.  In cases where the entire object or substring fits within 
-   the top level window, the placement of the object or substring is dependent on 
-   the application.  For example, the object or substring may be scrolled to the 
+   top level window.  In cases where the entire object or substring fits within
+   the top level window, the placement of the object or substring is dependent on
+   the application.  For example, the object or substring may be scrolled to the
    closest edge, the furthest edge, or midway between those two edges.  In cases
    where there is a hierarchy of nested scrollable controls, more than one control
    may have to be scrolled.
   */
   IA2_SCROLL_TYPE_TOP_EDGE,
 
-  /** Scroll the bottom edge of the object or substring such that the bottom edge 
+  /** Scroll the bottom edge of the object or substring such that the bottom edge
    (and as much as possible of the rest of the object or substring) is within the
-   top level window.  In cases where the entire object or substring fits within 
-   the top level window, the placement of the object or substring is dependent on 
-   the application.  For example, the object or substring may be scrolled to the 
+   top level window.  In cases where the entire object or substring fits within
+   the top level window, the placement of the object or substring is dependent on
+   the application.  For example, the object or substring may be scrolled to the
    closest edge, the furthest edge, or midway between those two edges.  In cases
    where there is a hierarchy of nested scrollable controls, more than one control
    may have to be scrolled.
   */
-  IA2_SCROLL_TYPE_BOTTOM_EDGE, 
+  IA2_SCROLL_TYPE_BOTTOM_EDGE,
 
-  /** Scroll the left edge of the object or substring such that the left edge 
+  /** Scroll the left edge of the object or substring such that the left edge
    (and as much as possible of the rest of the object or substring) is within the
-   top level window.  In cases where the entire object or substring fits within 
-   the top level window, the placement of the object or substring is dependent on 
-   the application.  For example, the object or substring may be scrolled to the 
+   top level window.  In cases where the entire object or substring fits within
+   the top level window, the placement of the object or substring is dependent on
+   the application.  For example, the object or substring may be scrolled to the
    closest edge, the furthest edge, or midway between those two edges.  In cases
    where there is a hierarchy of nested scrollable controls, more than one control
    may have to be scrolled.
   */
-  IA2_SCROLL_TYPE_LEFT_EDGE, 
+  IA2_SCROLL_TYPE_LEFT_EDGE,
 
-  /** Scroll the right edge of the object or substring such that the right edge 
+  /** Scroll the right edge of the object or substring such that the right edge
    (and as much as possible of the rest of the object or substring) is within the
-   top level window.  In cases where the entire object or substring fits within 
-   the top level window, the placement of the object or substring is dependent on 
-   the application.  For example, the object or substring may be scrolled to the 
+   top level window.  In cases where the entire object or substring fits within
+   the top level window, the placement of the object or substring is dependent on
+   the application.  For example, the object or substring may be scrolled to the
    closest edge, the furthest edge, or midway between those two edges.  In cases
    where there is a hierarchy of nested scrollable controls, more than one control
    may have to be scrolled.
   */
   IA2_SCROLL_TYPE_RIGHT_EDGE,
 
-  /** Scroll the object or substring such that as much as possible of the 
-   object or substring is within the top level window.  The placement of 
+  /** Scroll the object or substring such that as much as possible of the
+   object or substring is within the top level window.  The placement of
    the object is dependent on the application.  For example, the object or
    substring may be scrolled to to closest edge, the furthest edge, or midway
    between those two edges.
@@ -188,27 +188,27 @@
 };
 
 /** These constants define which coordinate system a point is located in.
- 
+
  This enum is used in IAccessible2::scrollToPoint, IAccessibleImage::imagePosition,
- IAccessibleText::characterExtents, and IAccessibleText::offsetAtPoint, and 
+ IAccessibleText::characterExtents, and IAccessibleText::offsetAtPoint, and
  IAccessibleText::scrollSubstringToPoint.
 */
 enum IA2CoordinateType {
 
   /// The coordinates are relative to the screen.
-  IA2_COORDTYPE_SCREEN_RELATIVE, 
+  IA2_COORDTYPE_SCREEN_RELATIVE,
 
   /** The coordinates are relative to the upper left corner of the bounding box
    of the immediate parent.
   */
-  IA2_COORDTYPE_PARENT_RELATIVE  
+  IA2_COORDTYPE_PARENT_RELATIVE
 
 };
 
 /** Special offsets for use in IAccessibleText and IAccessibleEditableText methods
-  
-  Refer to @ref _specialOffsets 
-  "Special Offsets for use in the IAccessibleText and IAccessibleEditableText Methods" 
+
+  Refer to @ref _specialOffsets
+  "Special Offsets for use in the IAccessibleText and IAccessibleEditableText Methods"
   for more information.
 */
 enum IA2TextSpecialOffsets {
@@ -230,7 +230,7 @@
 };
 
 /** A structure defining the type of and extents of changes made to a table
- 
+
  IAccessibleTable::modelChange and IAccessibleTable2::modelChange return this struct.
  In the case of an insertion or change the row and column offsets define the boundaries
  of the inserted or changed subtable after the operation.  In the case of a deletion
@@ -247,64 +247,64 @@
 /*************************************************************************
  *
  *  File Name (AccessibleRelation.idl)
- * 
- *  IAccessible2 IDL Specification 
- * 
- *  Copyright (c) 2007, 2013 Linux Foundation 
- *  Copyright (c) 2006 IBM Corporation 
- *  Copyright (c) 2000, 2006 Sun Microsystems, Inc. 
- *  All rights reserved. 
- *   
- *   
- *  Redistribution and use in source and binary forms, with or without 
- *  modification, are permitted provided that the following conditions 
- *  are met: 
- *   
- *   1. Redistributions of source code must retain the above copyright 
- *      notice, this list of conditions and the following disclaimer. 
- *   
- *   2. Redistributions in binary form must reproduce the above 
- *      copyright notice, this list of conditions and the following 
- *      disclaimer in the documentation and/or other materials 
- *      provided with the distribution. 
  *
- *   3. Neither the name of the Linux Foundation nor the names of its 
- *      contributors may be used to endorse or promote products 
- *      derived from this software without specific prior written 
- *      permission. 
- *   
- *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 
- *  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, 
- *  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 
- *  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
- *  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 
- *  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 
- *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 
- *  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 
- *  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 
- *  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
- *  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 
- *  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 
- *  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
- *   
- *  This BSD License conforms to the Open Source Initiative "Simplified 
- *  BSD License" as published at: 
- *  http://www.opensource.org/licenses/bsd-license.php 
- *   
- *  IAccessible2 is a trademark of the Linux Foundation. The IAccessible2 
- *  mark may be used in accordance with the Linux Foundation Trademark 
- *  Policy to indicate compliance with the IAccessible2 specification. 
- * 
- ************************************************************************/ 
+ *  IAccessible2 IDL Specification
+ *
+ *  Copyright (c) 2007, 2013 Linux Foundation
+ *  Copyright (c) 2006 IBM Corporation
+ *  Copyright (c) 2000, 2006 Sun Microsystems, Inc.
+ *  All rights reserved.
+ *
+ *
+ *  Redistribution and use in source and binary forms, with or without
+ *  modification, are permitted provided that the following conditions
+ *  are met:
+ *
+ *   1. Redistributions of source code must retain the above copyright
+ *      notice, this list of conditions and the following disclaimer.
+ *
+ *   2. Redistributions in binary form must reproduce the above
+ *      copyright notice, this list of conditions and the following
+ *      disclaimer in the documentation and/or other materials
+ *      provided with the distribution.
+ *
+ *   3. Neither the name of the Linux Foundation nor the names of its
+ *      contributors may be used to endorse or promote products
+ *      derived from this software without specific prior written
+ *      permission.
+ *
+ *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
+ *  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
+ *  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ *  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ *  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+ *  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ *  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ *  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ *  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ *  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+ *  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+ *  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ *  This BSD License conforms to the Open Source Initiative "Simplified
+ *  BSD License" as published at:
+ *  http://www.opensource.org/licenses/bsd-license.php
+ *
+ *  IAccessible2 is a trademark of the Linux Foundation. The IAccessible2
+ *  mark may be used in accordance with the Linux Foundation Trademark
+ *  Policy to indicate compliance with the IAccessible2 specification.
+ *
+ ************************************************************************/
 
 
 
 
 
-/** @defgroup grpRelations Relations 
-  Use the following constants to compare against the BSTRs returned by 
+/** @defgroup grpRelations Relations
+  Use the following constants to compare against the BSTRs returned by
   IAccessibleRelation::relationType.
-*/ 
+*/
 ///@{
 
 /** The target object is the containing application object. */
@@ -337,12 +337,12 @@
 const WCHAR *const IA2_RELATION_EMBEDDED_BY = L"embeddedBy";
 
 /** This object embeds a target object. This relation can be used on the
- OBJID_CLIENT accessible for a top level window to show where the content 
+ OBJID_CLIENT accessible for a top level window to show where the content
  areas are.
 */
 const WCHAR *const IA2_RELATION_EMBEDS = L"embeds";
 
-/** Content flows to this object from a target object. 
+/** Content flows to this object from a target object.
  This relation and IA2_RELATION_FLOWS_TO are useful to tie text and non-text
  objects together in order to allow assistive technology to follow the
  intended reading order.
@@ -364,9 +364,9 @@
 /** This object is labelled by a target object. */
 const WCHAR *const IA2_RELATION_LABELLED_BY = L"labelledBy";
 
-/** This object is a member of a group of one or more objects. When 
- there is more than one object in the group each member may have one and the 
- same target, e.g. a grouping object.  It is also possible that each member has 
+/** This object is a member of a group of one or more objects. When
+ there is more than one object in the group each member may have one and the
+ same target, e.g. a grouping object.  It is also possible that each member has
  multiple additional targets, e.g. one for every other member in the group.
 */
 const WCHAR *const IA2_RELATION_MEMBER_OF = L"memberOf";
@@ -389,7 +389,7 @@
 /** This object is a parent window of the target object. */
 const WCHAR *const IA2_RELATION_PARENT_WINDOW_OF = L"parentWindowOf";
 
-/** This object is a transient component related to the target object. 
+/** This object is a transient component related to the target object.
  When this object is activated the target object doesn't lose focus.
 */
 const WCHAR *const IA2_RELATION_POPUP_FOR = L"popupFor";
@@ -446,7 +446,7 @@
   [propget] HRESULT target
     (
      [in] long targetIndex,
-     [out, retval] IUnknown **target 
+     [out, retval] IUnknown **target
     );
 
   /** @brief Returns multiple accessible relation targets
@@ -454,8 +454,8 @@
     maximum size of the array allocated by the client
    @param [out] targets
     The array of target objects.  Note that this array is to be allocated by the
-	client and freed when no longer needed.  Refer to @ref _arrayConsideration 
-	"Special Consideration when using Arrays" for more details.  You will need to use 
+	client and freed when no longer needed.  Refer to @ref _arrayConsideration
+	"Special Consideration when using Arrays" for more details.  You will need to use
 	QueryInterface on the IUnknown to get the IAccessible2.
    @param [out] nTargets
 	actual number of targets in the returned array (not more than maxTargets)
@@ -464,10 +464,10 @@
   */
   [propget] HRESULT targets
     (
-     [in] long maxTargets, 
+     [in] long maxTargets,
      [out, size_is(maxTargets), length_is(*nTargets)]
-       IUnknown **targets, 
-     [out, retval] long *nTargets 
+       IUnknown **targets,
+     [out, retval] long *nTargets
     );
 
 }
@@ -475,54 +475,54 @@
  *
  *  File Name (AccessibleAction.idl)
  *
- *  IAccessible2 IDL Specification 
- * 
- *  Copyright (c) 2007, 2013 Linux Foundation 
- *  Copyright (c) 2006 IBM Corporation 
- *  Copyright (c) 2000, 2006 Sun Microsystems, Inc. 
- *  All rights reserved. 
- *   
- *   
- *  Redistribution and use in source and binary forms, with or without 
- *  modification, are permitted provided that the following conditions 
- *  are met: 
- *   
- *   1. Redistributions of source code must retain the above copyright 
- *      notice, this list of conditions and the following disclaimer. 
- *   
- *   2. Redistributions in binary form must reproduce the above 
- *      copyright notice, this list of conditions and the following 
- *      disclaimer in the documentation and/or other materials 
- *      provided with the distribution. 
+ *  IAccessible2 IDL Specification
  *
- *   3. Neither the name of the Linux Foundation nor the names of its 
- *      contributors may be used to endorse or promote products 
- *      derived from this software without specific prior written 
- *      permission. 
- *   
- *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 
- *  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, 
- *  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 
- *  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
- *  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 
- *  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 
- *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 
- *  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 
- *  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 
- *  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
- *  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 
- *  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 
- *  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
- *   
- *  This BSD License conforms to the Open Source Initiative "Simplified 
- *  BSD License" as published at: 
- *  http://www.opensource.org/licenses/bsd-license.php 
- *   
- *  IAccessible2 is a trademark of the Linux Foundation. The IAccessible2 
- *  mark may be used in accordance with the Linux Foundation Trademark 
- *  Policy to indicate compliance with the IAccessible2 specification. 
- * 
- ************************************************************************/ 
+ *  Copyright (c) 2007, 2013 Linux Foundation
+ *  Copyright (c) 2006 IBM Corporation
+ *  Copyright (c) 2000, 2006 Sun Microsystems, Inc.
+ *  All rights reserved.
+ *
+ *
+ *  Redistribution and use in source and binary forms, with or without
+ *  modification, are permitted provided that the following conditions
+ *  are met:
+ *
+ *   1. Redistributions of source code must retain the above copyright
+ *      notice, this list of conditions and the following disclaimer.
+ *
+ *   2. Redistributions in binary form must reproduce the above
+ *      copyright notice, this list of conditions and the following
+ *      disclaimer in the documentation and/or other materials
+ *      provided with the distribution.
+ *
+ *   3. Neither the name of the Linux Foundation nor the names of its
+ *      contributors may be used to endorse or promote products
+ *      derived from this software without specific prior written
+ *      permission.
+ *
+ *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
+ *  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
+ *  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ *  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ *  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+ *  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ *  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ *  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ *  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ *  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+ *  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+ *  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ *  This BSD License conforms to the Open Source Initiative "Simplified
+ *  BSD License" as published at:
+ *  http://www.opensource.org/licenses/bsd-license.php
+ *
+ *  IAccessible2 is a trademark of the Linux Foundation. The IAccessible2
+ *  mark may be used in accordance with the Linux Foundation Trademark
+ *  Policy to indicate compliance with the IAccessible2 specification.
+ *
+ ************************************************************************/
 
 
 
@@ -552,22 +552,22 @@
   IA2_ACTION_CLOSE = -3         /**< Used to inform the server that the client no longer
                                 requires synchronization. */
 };
-        
+
 /** @brief This interface gives access to actions that can be executed
   for accessible objects.
 
- Every accessible object that can be manipulated via the native GUI beyond the 
-  methods available either in the MSAA IAccessible interface or in the set of 
-  IAccessible2 interfaces (other than this IAccessibleAction interface) should 
+ Every accessible object that can be manipulated via the native GUI beyond the
+  methods available either in the MSAA IAccessible interface or in the set of
+  IAccessible2 interfaces (other than this IAccessibleAction interface) should
   support the IAccessibleAction interface in order to provide Assistive Technology
-  access to all the actions that can be performed by the object.  Each action can 
-  be performed or queried for a name, description or associated key bindings.  
+  access to all the actions that can be performed by the object.  Each action can
+  be performed or queried for a name, description or associated key bindings.
   Actions are needed more for ATs that assist the mobility impaired, such as
   on-screen keyboards and voice command software.  By providing actions directly,
   the AT can present them to the user without the user having to perform the extra
   steps to navigate a context menu.
 
- The first action should be equivalent to the MSAA default action.  If there is 
+ The first action should be equivalent to the MSAA default action.  If there is
   only one action, %IAccessibleAction should also be implemented.
 */
 [object, uuid(B70D9F59-3B5A-4dba-AB9E-22012F607DF5)]
@@ -575,7 +575,7 @@
 {
 
   /** @brief Returns the number of accessible actions available in this object.
-    
+
    If there are more than one, the first one is considered the
     "default" action of the object.
    @param [out] nActions
@@ -611,7 +611,7 @@
    @param [out] description
     The returned value is a localized string of the specified action.
    @retval S_OK
-   @retval S_FALSE if there is nothing to return, [out] value is NULL 
+   @retval S_FALSE if there is nothing to return, [out] value is NULL
    @retval E_INVALIDARG if bad [in] passed
     */
   [propget] HRESULT description
@@ -637,7 +637,7 @@
 
    Note: the client allocates and passes in an array of pointers.  The server
    allocates the BSTRs and passes back one or more pointers to these BSTRs into
-   the array of pointers allocated by the client.  The client is responsible 
+   the array of pointers allocated by the client.  The client is responsible
    for deallocating the BSTRs.
 
    @param [in] actionIndex
@@ -651,7 +651,7 @@
    @param [out] nBindings
     The number of key bindings returned; the size of the returned array.
    @retval S_OK
-   @retval S_FALSE if there are no key bindings, [out] values are NULL and 0 respectively 
+   @retval S_FALSE if there are no key bindings, [out] values are NULL and 0 respectively
    @retval E_INVALIDARG if bad [in] passed
 	*/
   [propget] HRESULT keyBinding
@@ -667,7 +667,7 @@
     0 based index specifying which action's non-localized name should be returned.
    @param [out] name
    @retval S_OK
-   @retval S_FALSE if there is nothing to return, [out] value is NULL 
+   @retval S_FALSE if there is nothing to return, [out] value is NULL
    @retval E_INVALIDARG if bad [in] passed
    */
   [propget] HRESULT name
@@ -681,7 +681,7 @@
     0 based index specifying which action's localized name should be returned.
    @param [out] localizedName
    @retval S_OK
-   @retval S_FALSE if there is nothing to return, [out] value is NULL 
+   @retval S_FALSE if there is nothing to return, [out] value is NULL
    @retval E_INVALIDARG if bad [in] passed
    */
   [propget] HRESULT localizedName
@@ -694,55 +694,55 @@
 /*************************************************************************
  *
  *  File Name (AccessibleRole.idl)
- * 
- *  IAccessible2 IDL Specification 
- * 
- *  Copyright (c) 2007, 2013 Linux Foundation 
- *  Copyright (c) 2006 IBM Corporation 
- *  Copyright (c) 2000, 2006 Sun Microsystems, Inc. 
- *  All rights reserved. 
- *   
- *   
- *  Redistribution and use in source and binary forms, with or without 
- *  modification, are permitted provided that the following conditions 
- *  are met: 
- *   
- *   1. Redistributions of source code must retain the above copyright 
- *      notice, this list of conditions and the following disclaimer. 
- *   
- *   2. Redistributions in binary form must reproduce the above 
- *      copyright notice, this list of conditions and the following 
- *      disclaimer in the documentation and/or other materials 
- *      provided with the distribution. 
  *
- *   3. Neither the name of the Linux Foundation nor the names of its 
- *      contributors may be used to endorse or promote products 
- *      derived from this software without specific prior written 
- *      permission. 
- *   
- *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 
- *  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, 
- *  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 
- *  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
- *  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 
- *  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 
- *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 
- *  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 
- *  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 
- *  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
- *  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 
- *  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 
- *  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
- *   
- *  This BSD License conforms to the Open Source Initiative "Simplified 
- *  BSD License" as published at: 
- *  http://www.opensource.org/licenses/bsd-license.php 
- *   
- *  IAccessible2 is a trademark of the Linux Foundation. The IAccessible2 
- *  mark may be used in accordance with the Linux Foundation Trademark 
- *  Policy to indicate compliance with the IAccessible2 specification. 
- * 
- ************************************************************************/ 
+ *  IAccessible2 IDL Specification
+ *
+ *  Copyright (c) 2007, 2013 Linux Foundation
+ *  Copyright (c) 2006 IBM Corporation
+ *  Copyright (c) 2000, 2006 Sun Microsystems, Inc.
+ *  All rights reserved.
+ *
+ *
+ *  Redistribution and use in source and binary forms, with or without
+ *  modification, are permitted provided that the following conditions
+ *  are met:
+ *
+ *   1. Redistributions of source code must retain the above copyright
+ *      notice, this list of conditions and the following disclaimer.
+ *
+ *   2. Redistributions in binary form must reproduce the above
+ *      copyright notice, this list of conditions and the following
+ *      disclaimer in the documentation and/or other materials
+ *      provided with the distribution.
+ *
+ *   3. Neither the name of the Linux Foundation nor the names of its
+ *      contributors may be used to endorse or promote products
+ *      derived from this software without specific prior written
+ *      permission.
+ *
+ *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
+ *  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
+ *  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ *  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ *  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+ *  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ *  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ *  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ *  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ *  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+ *  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+ *  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ *  This BSD License conforms to the Open Source Initiative "Simplified
+ *  BSD License" as published at:
+ *  http://www.opensource.org/licenses/bsd-license.php
+ *
+ *  IAccessible2 is a trademark of the Linux Foundation. The IAccessible2
+ *  mark may be used in accordance with the Linux Foundation Trademark
+ *  Policy to indicate compliance with the IAccessible2 specification.
+ *
+ ************************************************************************/
 
 
 
@@ -750,19 +750,19 @@
 
   This enumerator defines an extended set of accessible roles of objects implementing
   the %IAccessible2 interface. These roles are in addition to the MSAA roles obtained
-  through the MSAA get_accRole method.  Examples are 'footnote', 'heading', and 
+  through the MSAA get_accRole method.  Examples are 'footnote', 'heading', and
   'label'. You obtain an object's %IAccessible2 roles by calling IAccessible2::role.
 */
 enum IA2Role {
 
-  /** Unknown role. The object contains some Accessible information, but its 
+  /** Unknown role. The object contains some Accessible information, but its
    role is not known.
   */
   IA2_ROLE_UNKNOWN = 0,
 
   /** An object that can be drawn into and to manage events from the objects
    drawn into it.  Also refer to ::IA2_ROLE_FRAME,
-   ::IA2_ROLE_GLASS_PANE, and ::IA2_ROLE_LAYERED_PANE. 
+   ::IA2_ROLE_GLASS_PANE, and ::IA2_ROLE_LAYERED_PANE.
   */
   IA2_ROLE_CANVAS = 0x401,
 
@@ -778,18 +778,18 @@
   /// A date editor.
   IA2_ROLE_DATE_EDITOR,
 
-  /** An iconified internal frame in an ::IA2_ROLE_DESKTOP_PANE. 
+  /** An iconified internal frame in an ::IA2_ROLE_DESKTOP_PANE.
    Also refer to ::IA2_ROLE_INTERNAL_FRAME.
   */
   IA2_ROLE_DESKTOP_ICON,
 
-  /** A desktop pane. A pane that supports internal frames and iconified 
+  /** A desktop pane. A pane that supports internal frames and iconified
    versions of those internal frames.  Also refer to ::IA2_ROLE_INTERNAL_FRAME.
   */
   IA2_ROLE_DESKTOP_PANE,
 
-  /** A directory pane. A pane that allows the user to navigate through 
-   and select the contents of a directory. May be used by a file chooser.   
+  /** A directory pane. A pane that allows the user to navigate through
+   and select the contents of a directory. May be used by a file chooser.
    Also refer to ::IA2_ROLE_FILE_CHOOSER.
   */
   IA2_ROLE_DIRECTORY_PANE,
@@ -806,15 +806,15 @@
   /// Text that is used as an endnote (footnote at the end of a chapter or section).
   IA2_ROLE_ENDNOTE,
 
-  /** A file chooser. A specialized dialog that displays the files in the 
-   directory and lets the user select a file, browse a different directory, 
-   or specify a filename. May use the directory pane to show the contents of 
-   a directory.  
+  /** A file chooser. A specialized dialog that displays the files in the
+   directory and lets the user select a file, browse a different directory,
+   or specify a filename. May use the directory pane to show the contents of
+   a directory.
    Also refer to ::IA2_ROLE_DIRECTORY_PANE.
   */
   IA2_ROLE_FILE_CHOOSER,
 
-  /** A font chooser. A font chooser is a component that lets the user pick 
+  /** A font chooser. A font chooser is a component that lets the user pick
    various attributes for fonts.
   */
   IA2_ROLE_FONT_CHOOSER,
@@ -832,7 +832,7 @@
   */
   IA2_ROLE_FORM,
 
-  /** Frame role. A top level window with a title bar, border, menu bar, etc.  
+  /** Frame role. A top level window with a title bar, border, menu bar, etc.
    It is often used as the primary window for an application.  Also refer to
    ::IA2_ROLE_CANVAS and the MSAA roles of dialog and window.
   */
@@ -855,7 +855,7 @@
   /// A small fixed size picture, typically used to decorate components.
   IA2_ROLE_ICON,
 
-  /** An image map object.  Usually a graphic with multiple hotspots, where 
+  /** An image map object.  Usually a graphic with multiple hotspots, where
    each hotspot can be activated resulting in the loading of another document
    or section of a document.
   */
@@ -866,8 +866,8 @@
   */
   IA2_ROLE_INPUT_METHOD_WINDOW,
 
-  /** An internal frame. A frame-like object that is clipped by a desktop pane.  
-   The desktop pane, internal frame, and desktop icon objects are often used to 
+  /** An internal frame. A frame-like object that is clipped by a desktop pane.
+   The desktop pane, internal frame, and desktop icon objects are often used to
    create multiple document interfaces within an application.
    Also refer to ::IA2_ROLE_DESKTOP_ICON, ::IA2_ROLE_DESKTOP_PANE, and ::IA2_ROLE_FRAME.
   */
@@ -876,9 +876,9 @@
   /// An object used to present an icon or short string in an interface.
   IA2_ROLE_LABEL,
 
-  /** A layered pane. A specialized pane that allows its children to be drawn 
-   in layers, providing a form of stacking order. This is usually the pane that 
-   holds the menu bar as  well as the pane that contains most of the visual 
+  /** A layered pane. A specialized pane that allows its children to be drawn
+   in layers, providing a form of stacking order. This is usually the pane that
+   holds the menu bar as  well as the pane that contains most of the visual
    components in a window.
    Also refer to ::IA2_ROLE_CANVAS, ::IA2_ROLE_GLASS_PANE, and ::IA2_ROLE_ROOT_PANE.
   */
@@ -912,7 +912,7 @@
   */
   IA2_ROLE_REDUNDANT_OBJECT,
 
-  /** A root pane. A specialized pane that has a glass pane and a layered pane 
+  /** A root pane. A specialized pane that has a glass pane and a layered pane
    as its children.
    Also refer to ::IA2_ROLE_GLASS_PANE and ::IA2_ROLE_LAYERED_PANE
   */
@@ -922,19 +922,19 @@
   */
   IA2_ROLE_RULER,
 
-  /** A scroll pane. An object that allows a user to incrementally view a large 
+  /** A scroll pane. An object that allows a user to incrementally view a large
    amount of information.  Its children can include scroll bars and a viewport.
    Also refer to ::IA2_ROLE_VIEW_PORT and MSAA's scroll bar role.
   */
   IA2_ROLE_SCROLL_PANE,
 
   /** A container of document content.  An example of the use of this role is to
-   represent an HTML DIV tag.  A section may be used as a region.  A region is a 
-   group of elements that together form a perceivable unit.  A region does not 
-   necessarily follow the logical structure of the content, but follows the 
-   perceivable structure of the page.  A region may have an attribute in the set 
-   of IAccessible2::attributes which indicates that it is "live".  A live region 
-   is content that is likely to change in response to a timed change, a user 
+   represent an HTML DIV tag.  A section may be used as a region.  A region is a
+   group of elements that together form a perceivable unit.  A region does not
+   necessarily follow the logical structure of the content, but follows the
+   perceivable structure of the page.  A region may have an attribute in the set
+   of IAccessible2::attributes which indicates that it is "live".  A live region
+   is content that is likely to change in response to a timed change, a user
    event, or some other programmed logic or event.
   */
   IA2_ROLE_SECTION,
@@ -942,13 +942,13 @@
   /// Object with graphical representation used to represent content on draw pages.
   IA2_ROLE_SHAPE,
 
-  /** A split pane. A specialized panel that presents two other panels at the 
-   same time. Between the two panels is a divider the user can manipulate to make 
+  /** A split pane. A specialized panel that presents two other panels at the
+   same time. Between the two panels is a divider the user can manipulate to make
    one panel larger and the other panel smaller.
   */
   IA2_ROLE_SPLIT_PANE,
 
-  /** An object that forms part of a menu system but which can be "undocked" 
+  /** An object that forms part of a menu system but which can be "undocked"
    from or "torn off" the menu system to exist as a separate window.
   */
   IA2_ROLE_TEAR_OFF_MENU,
@@ -959,16 +959,16 @@
   /// Collection of objects that constitute a logical text entity.
   IA2_ROLE_TEXT_FRAME,
 
-  /** A toggle button. A specialized push button that can be checked or unchecked, 
+  /** A toggle button. A specialized push button that can be checked or unchecked,
    but does not provide a separate indicator for the current state.
    Also refer to MSAA's roles of push button, check box, and radio button.
-   <BR><B>Note:</B> IA2_ROLE_TOGGLE_BUTTON should not be used.  Instead, use MSAA's 
+   <BR><B>Note:</B> IA2_ROLE_TOGGLE_BUTTON should not be used.  Instead, use MSAA's
    ROLE_SYSTEM_PUSHBUTTON and STATE_SYSTEM_PRESSED.
   */
   IA2_ROLE_TOGGLE_BUTTON,
 
-  /** A viewport. An object usually used in a scroll pane. It represents the 
-   portion of the entire data that the user can see. As the user manipulates 
+  /** A viewport. An object usually used in a scroll pane. It represents the
+   portion of the entire data that the user can see. As the user manipulates
    the scroll bars, the contents of the viewport can change.
    Also refer to ::IA2_ROLE_SCROLL_PANE.
   */
@@ -984,60 +984,60 @@
    content, it may be appropriate to use a more general role.
   */
   IA2_ROLE_COMPLEMENTARY_CONTENT
-  
+
 };
 /*************************************************************************
  *
  *  File Name (AccessibleStates.idl)
- * 
- *  IAccessible2 IDL Specification 
- * 
- *  Copyright (c) 2007, 2010 Linux Foundation 
- *  Copyright (c) 2006 IBM Corporation 
- *  Copyright (c) 2000, 2006 Sun Microsystems, Inc. 
- *  All rights reserved. 
- *   
- *   
- *  Redistribution and use in source and binary forms, with or without 
- *  modification, are permitted provided that the following conditions 
- *  are met: 
- *   
- *   1. Redistributions of source code must retain the above copyright 
- *      notice, this list of conditions and the following disclaimer. 
- *   
- *   2. Redistributions in binary form must reproduce the above 
- *      copyright notice, this list of conditions and the following 
- *      disclaimer in the documentation and/or other materials 
- *      provided with the distribution. 
  *
- *   3. Neither the name of the Linux Foundation nor the names of its 
- *      contributors may be used to endorse or promote products 
- *      derived from this software without specific prior written 
- *      permission. 
- *   
- *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 
- *  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, 
- *  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 
- *  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
- *  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 
- *  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 
- *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 
- *  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 
- *  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 
- *  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
- *  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 
- *  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 
- *  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
- *   
- *  This BSD License conforms to the Open Source Initiative "Simplified 
- *  BSD License" as published at: 
- *  http://www.opensource.org/licenses/bsd-license.php 
- *   
- *  IAccessible2 is a trademark of the Linux Foundation. The IAccessible2 
- *  mark may be used in accordance with the Linux Foundation Trademark 
- *  Policy to indicate compliance with the IAccessible2 specification. 
- * 
- ************************************************************************/ 
+ *  IAccessible2 IDL Specification
+ *
+ *  Copyright (c) 2007, 2010 Linux Foundation
+ *  Copyright (c) 2006 IBM Corporation
+ *  Copyright (c) 2000, 2006 Sun Microsystems, Inc.
+ *  All rights reserved.
+ *
+ *
+ *  Redistribution and use in source and binary forms, with or without
+ *  modification, are permitted provided that the following conditions
+ *  are met:
+ *
+ *   1. Redistributions of source code must retain the above copyright
+ *      notice, this list of conditions and the following disclaimer.
+ *
+ *   2. Redistributions in binary form must reproduce the above
+ *      copyright notice, this list of conditions and the following
+ *      disclaimer in the documentation and/or other materials
+ *      provided with the distribution.
+ *
+ *   3. Neither the name of the Linux Foundation nor the names of its
+ *      contributors may be used to endorse or promote products
+ *      derived from this software without specific prior written
+ *      permission.
+ *
+ *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
+ *  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
+ *  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ *  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ *  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+ *  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ *  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ *  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ *  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ *  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+ *  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+ *  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ *  This BSD License conforms to the Open Source Initiative "Simplified
+ *  BSD License" as published at:
+ *  http://www.opensource.org/licenses/bsd-license.php
+ *
+ *  IAccessible2 is a trademark of the Linux Foundation. The IAccessible2
+ *  mark may be used in accordance with the Linux Foundation Trademark
+ *  Policy to indicate compliance with the IAccessible2 specification.
+ *
+ ************************************************************************/
 
 
 
@@ -1045,19 +1045,19 @@
 
 /** %IAccessible2 specific state bit constants
 
-  This enum defines the state bits returned by IAccessible2::states.  The 
+  This enum defines the state bits returned by IAccessible2::states.  The
   %IAccessible2 state bits are in addition to those returned by MSAA.
 */
 enum IA2States {
 
-/** Indicates a window is currently the active window, or is an active subelement 
+/** Indicates a window is currently the active window, or is an active subelement
   within a container or table.
 
- This state can be used to indicate the current active item in a container, even 
+ This state can be used to indicate the current active item in a container, even
   if the container itself is not currently active. In other words this would indicate
   the item that will get focus if you tab to the container.
 
- This information is important for knowing what to report for trees and potentially 
+ This information is important for knowing what to report for trees and potentially
   other containers in a virtual buffer.
 
  Also, see ::IA2_STATE_MANAGES_DESCENDANTS for more information.
@@ -1066,8 +1066,8 @@
 
 /** Indicates that the object is armed.
 
- Used to indicate that the control is "pressed" and will be invoked when the 
-  actuator, e.g. a mouse button, is "released".  An AT which either monitors the 
+ Used to indicate that the control is "pressed" and will be invoked when the
+  actuator, e.g. a mouse button, is "released".  An AT which either monitors the
   mouse or synthesizes mouse events might need to know that, and possibly a talking
   interface would even let the user know about it.  It could also potentially be
   useful to on screen keyboards or test tools since the information does indicate
@@ -1081,7 +1081,7 @@
 IA2_STATE_DEFUNCT =					0x4,
 
 /** An object with this state has a caret and implements the IAccessibleText interface.
-  
+
  Such fields may be read-only, so STATE_SYSTEM_READONLY is valid in combination
   with IA2_STATE_EDITABLE.
 
@@ -1111,7 +1111,7 @@
 
 /** Indicates that an object is modal.
 
- Modal objects have the behavior that something must be done with the object 
+ Modal objects have the behavior that something must be done with the object
   before the user can interact with an object in a different window.
 */
 IA2_STATE_MODAL =					0x100,
@@ -1124,7 +1124,7 @@
 
 /** Indicates that user interaction is required.
 
- An example of when this state is used is when a field in a form must be filled 
+ An example of when this state is used is when a field in a form must be filled
   before a form can be processed.
 */
 IA2_STATE_REQUIRED =				0x800,
@@ -1140,7 +1140,7 @@
 
 /** Indicates that the accessible object is stale.
 
- This state is used when the accessible object no longer accurately 
+ This state is used when the accessible object no longer accurately
   represents the state of the object which it is representing such as when an
   object is transient or when an object has been or is in the process of being
   destroyed or when the object's index in its parent has changed.
@@ -1149,8 +1149,8 @@
 
 /** Indicates that the object implements autocompletion.
 
- This state indicates that a text control will respond to the input of 
- one ore more characters and cause a sub-item to become selected.  The 
+ This state indicates that a text control will respond to the input of
+ one ore more characters and cause a sub-item to become selected.  The
  selection may also result in events fired on the parent object.
 */
 IA2_STATE_SUPPORTS_AUTOCOMPLETION =	0x8000,
@@ -1158,12 +1158,12 @@
 /** Indicates this object is transient.
 
  An object has this state when its parent object has the state ::IA2_STATE_MANAGES_DESCENDANTS.
- For example, a list item object may be managed by its parent list object and may only 
- exist as long as the object is actually rendered.  Similarly a table cell's accessible 
- object may exist only while the cell has focus.  However, from the perspective of an 
- assistive technology a transient object behaves like a non-transient object.  As a 
- result it is likely that this state is not of use to an assistive technology, but it 
- is provided in case an assistive technology determines that knowledge of the transient 
+ For example, a list item object may be managed by its parent list object and may only
+ exist as long as the object is actually rendered.  Similarly a table cell's accessible
+ object may exist only while the cell has focus.  However, from the perspective of an
+ assistive technology a transient object behaves like a non-transient object.  As a
+ result it is likely that this state is not of use to an assistive technology, but it
+ is provided in case an assistive technology determines that knowledge of the transient
  nature of the object is useful and also for harmony with the Linux accessibility API.
 
  Also, see ::IA2_STATE_MANAGES_DESCENDANTS for more information.
@@ -1198,55 +1198,55 @@
 /*************************************************************************
  *
  *  File Name (Accessible2.idl)
- * 
- *  IAccessible2 IDL Specification 
- * 
- *  Copyright (c) 2007, 2013 Linux Foundation 
- *  Copyright (c) 2006 IBM Corporation 
- *  Copyright (c) 2000, 2006 Sun Microsystems, Inc. 
- *  All rights reserved. 
- *   
- *   
- *  Redistribution and use in source and binary forms, with or without 
- *  modification, are permitted provided that the following conditions 
- *  are met: 
- *   
- *   1. Redistributions of source code must retain the above copyright 
- *      notice, this list of conditions and the following disclaimer. 
- *   
- *   2. Redistributions in binary form must reproduce the above 
- *      copyright notice, this list of conditions and the following 
- *      disclaimer in the documentation and/or other materials 
- *      provided with the distribution. 
  *
- *   3. Neither the name of the Linux Foundation nor the names of its 
- *      contributors may be used to endorse or promote products 
- *      derived from this software without specific prior written 
- *      permission. 
- *   
- *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 
- *  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, 
- *  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 
- *  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
- *  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 
- *  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 
- *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 
- *  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 
- *  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 
- *  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
- *  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 
- *  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 
- *  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
- *   
- *  This BSD License conforms to the Open Source Initiative "Simplified 
- *  BSD License" as published at: 
- *  http://www.opensource.org/licenses/bsd-license.php 
- *   
- *  IAccessible2 is a trademark of the Linux Foundation. The IAccessible2 
- *  mark may be used in accordance with the Linux Foundation Trademark 
- *  Policy to indicate compliance with the IAccessible2 specification. 
- * 
- ************************************************************************/ 
+ *  IAccessible2 IDL Specification
+ *
+ *  Copyright (c) 2007, 2013 Linux Foundation
+ *  Copyright (c) 2006 IBM Corporation
+ *  Copyright (c) 2000, 2006 Sun Microsystems, Inc.
+ *  All rights reserved.
+ *
+ *
+ *  Redistribution and use in source and binary forms, with or without
+ *  modification, are permitted provided that the following conditions
+ *  are met:
+ *
+ *   1. Redistributions of source code must retain the above copyright
+ *      notice, this list of conditions and the following disclaimer.
+ *
+ *   2. Redistributions in binary form must reproduce the above
+ *      copyright notice, this list of conditions and the following
+ *      disclaimer in the documentation and/or other materials
+ *      provided with the distribution.
+ *
+ *   3. Neither the name of the Linux Foundation nor the names of its
+ *      contributors may be used to endorse or promote products
+ *      derived from this software without specific prior written
+ *      permission.
+ *
+ *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
+ *  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
+ *  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ *  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ *  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+ *  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ *  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ *  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ *  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ *  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+ *  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+ *  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ *  This BSD License conforms to the Open Source Initiative "Simplified
+ *  BSD License" as published at:
+ *  http://www.opensource.org/licenses/bsd-license.php
+ *
+ *  IAccessible2 is a trademark of the Linux Foundation. The IAccessible2
+ *  mark may be used in accordance with the Linux Foundation Trademark
+ *  Policy to indicate compliance with the IAccessible2 specification.
+ *
+ ************************************************************************/
 
 /** @mainpage
 
@@ -1301,47 +1301,47 @@
   Copyright (c) 2000, 2006 Sun Microsystems, Inc.\n
   All rights reserved.
 
-  Redistribution and use in source and binary forms, with or without 
-  modification, are permitted provided that the following conditions 
-  are met: 
-    
-   1. Redistributions of source code must retain the above copyright 
-      notice, this list of conditions and the following disclaimer. 
- 
-   2. Redistributions in binary form must reproduce the above 
-      copyright notice, this list of conditions and the following 
-      disclaimer in the documentation and/or other materials 
-      provided with the distribution. 
- 
-   3. Neither the name of the Linux Foundation nor the names of its 
-      contributors may be used to endorse or promote products 
-      derived from this software without specific prior written 
-      permission. 
- 
-  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 
-  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, 
-  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 
-  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
-  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 
-  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 
-  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 
-  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 
-  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 
-  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
-  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 
-  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 
-  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
- 
-  This BSD License conforms to the Open Source Initiative "Simplified 
-  BSD License" as published at: 
-  http://www.opensource.org/licenses/bsd-license.php 
- 
-  %IAccessible2 is a trademark of the Linux Foundation. The %IAccessible2 
+  Redistribution and use in source and binary forms, with or without
+  modification, are permitted provided that the following conditions
+  are met:
+
+   1. Redistributions of source code must retain the above copyright
+      notice, this list of conditions and the following disclaimer.
+
+   2. Redistributions in binary form must reproduce the above
+      copyright notice, this list of conditions and the following
+      disclaimer in the documentation and/or other materials
+      provided with the distribution.
+
+   3. Neither the name of the Linux Foundation nor the names of its
+      contributors may be used to endorse or promote products
+      derived from this software without specific prior written
+      permission.
+
+  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
+  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
+  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+  This BSD License conforms to the Open Source Initiative "Simplified
+  BSD License" as published at:
+  http://www.opensource.org/licenses/bsd-license.php
+
+  %IAccessible2 is a trademark of the Linux Foundation. The %IAccessible2
   mark may be used in accordance with the
   <a href="http://www.linuxfoundation.org/collaborate/workgroups/accessibility/trademark-policy">
-  Linux Foundation Trademark Policy</a> to indicate compliance with the %IAccessible2 specification. 
+  Linux Foundation Trademark Policy</a> to indicate compliance with the %IAccessible2 specification.
 
- @page _generalInfo General Information 
+ @page _generalInfo General Information
   The following information is applicable to two or more interfaces.
 
  @ref _errors\n
@@ -1363,38 +1363,38 @@
   <a href="http://msdn.microsoft.com/en-us/library/windows/desktop/aa378137%28v=vs.85%29.aspx">
   Interpreting HRESULT Values</a> in MSDN&reg;.
 
-  Note that the S_FALSE return value is considered a non-error value and the 
+  Note that the S_FALSE return value is considered a non-error value and the
   SUCCEEDED macro will return TRUE.  S_FALSE is used when there is no failure
   but there was nothing valid to return, e.g. in IAccessible2::attributes when
-  there are no attributes.  When S_FALSE is returned [out] pointer types should 
+  there are no attributes.  When S_FALSE is returned [out] pointer types should
   be NULL and [out] longs should generally be 0, but sometimes -1 is used such
   as IAccessible2::indexInParent, IAccessibleText::caretOffset, and
   IAccessibleHypertext::hyperlinkIndex.
 
-  Note that for BSTR [out] variables common COM practice is that the server does 
+  Note that for BSTR [out] variables common COM practice is that the server does
   the SysAllocString and the client does the SysFreeString.  Also note that when
   NULL is returned there is no need for the client to call SysFreeString.  Please
   refer to the documentation for each method for more details regarding error handling.
 
  @section _memory Memory Management
   The following memory management issues should be considered:
-  @li Although [out] BSTR variables are declared by the client, their space is 
-   allocated by the server.  They need to be freed with SysFreeString by the 
-   client at end of life; the same is true when BSTRs are used in structs or 
+  @li Although [out] BSTR variables are declared by the client, their space is
+   allocated by the server.  They need to be freed with SysFreeString by the
+   client at end of life; the same is true when BSTRs are used in structs or
    arrays which are passed to the server.
-  @li If there is no valid [out] BSTR to return, the server should return S_FALSE and 
-   assign NULL to the output, e.g. *theOutBSTR = NULL;. 
+  @li If there is no valid [out] BSTR to return, the server should return S_FALSE and
+   assign NULL to the output, e.g. *theOutBSTR = NULL;.
   @li COM interfaces need to be referenced with AddRef when used and dereferenced
    with Release at end of life.
   @li Single [out] longs, HWNDs, booleans, and structs are declared by the caller
    and passed by reference. The marshaller does all the memory management.
-  
+
   The following articles may be helpful for understanding memory management issues:
   @li An article by Don Box in a
    <a href="http://www.microsoft.com/msj/1196/activex1196.aspx">Q & A section</a>
    of the November 1996 edition of the Microsoft Systems Journal.
-  @li A posting to a CodeGuru forum, 
-   <a href="http://www.codeguru.com/forum/showthread.php?t=364511">Windows SDK 
+  @li A posting to a CodeGuru forum,
+   <a href="http://www.codeguru.com/forum/showthread.php?t=364511">Windows SDK
    String: What are the rules for BSTR allocation and deallocation?</a>
 
  @subsection _arrayConsideration Special Consideration when using Arrays
@@ -1404,25 +1404,25 @@
   For the remaining methods which return arrays, the server must allocate the array
   and the client must free the array when no longer needed.  These methods are
   IAccessible2::extendedStates, IAccessible2::localizedExtendedStates,
-  IAccessible2_2::relationTargetsOfType, IAccessibleAction::keyBinding, 
-  IAccessibleHypertext2::hyperlinks, IAccessibleTable::selectedChildren, 
+  IAccessible2_2::relationTargetsOfType, IAccessibleAction::keyBinding,
+  IAccessibleHypertext2::hyperlinks, IAccessibleTable::selectedChildren,
   IAccessibleTable::selectedColumns, IAccessibleTable::selectedRows,
   IAccessibleTable2::selectedCells, IAccessibleTable2::selectedColumns,
   IAccessibleTable2::selectedRows, IAccessibleTableCell::columnHeaderCells,
   and IAccessibleTableCell::rowHeaderCells.
-  For those methods, the server must allocate both the top level array and any storage 
-  associated with it, e.g. for BSTRs.  The server must allocate the arrays with 
+  For those methods, the server must allocate both the top level array and any storage
+  associated with it, e.g. for BSTRs.  The server must allocate the arrays with
   CoTaskMemAlloc and any BSTRs with SysAllocString.  The client must use CoTaskMemFree
-  to free the array and any BSTRs must be freed with SysFreeString.  
-  
-  Also, the IDL for IAccessible2::extendedStates, IAccessible2::localizedExtendedStates, 
-  IAccessibleAction::keyBinding, IAccessibleTable::selectedChildren, 
+  to free the array and any BSTRs must be freed with SysFreeString.
+
+  Also, the IDL for IAccessible2::extendedStates, IAccessible2::localizedExtendedStates,
+  IAccessibleAction::keyBinding, IAccessibleTable::selectedChildren,
   IAccessibleTable::selectedColumns, and IAccessibleTable::selectedRows includes an
   extraneous [in] parameter for the caller to specify the max size of the array.
   This parameter will be ignored by the COM server.
 
  @section _indexes Zero and One Based Indexes
-  Unless otherwise specified all offsets and indexes are 0 based. 
+  Unless otherwise specified all offsets and indexes are 0 based.
 
  @section _enumBase Enum Base
   Note that enums start at 0.
@@ -1432,36 +1432,36 @@
   special offset values.  They are defined in the ::IA2TextSpecialOffsets enum.
   @li Using ::IA2_TEXT_OFFSET_LENGTH (-1) as an offset in any of the IAccessibleText or
    IAccessibleEditableText methods is the same as specifying the length of the string.
-  @li Using ::IA2_TEXT_OFFSET_CARET (-2) as an offset for IAccessibleText::textBeforeOffset, 
-   IAccessibleText::textAtOffset, and IAccessibleText::textAfterOffset indicates that the 
-   text related to the physical location of the caret should be used.  This is needed for 
-   applications that consider the character offset of the end of one line (as reached by 
+  @li Using ::IA2_TEXT_OFFSET_CARET (-2) as an offset for IAccessibleText::textBeforeOffset,
+   IAccessibleText::textAtOffset, and IAccessibleText::textAfterOffset indicates that the
+   text related to the physical location of the caret should be used.  This is needed for
+   applications that consider the character offset of the end of one line (as reached by
    pressing the End key) the same as the offset of the first character on the next line.
-   Since the same offset is associated with two different lines a special means is needed 
+   Since the same offset is associated with two different lines a special means is needed
    to fetch text from the line where the caret is physically located.
 
  @section _dicoveringInterfaces Discovery of Interfaces
-  In general AT (Assistive Technology) should try IAccessible2 interfaces, followed by using 
+  In general AT (Assistive Technology) should try IAccessible2 interfaces, followed by using
   the MSAA (Microsoft&reg; Active Accessibility&reg;) interfaces.  (In cases where the an application
   is known to have custom interfaces which provide information not supplied by IAccessible2
   or MSAA, then those custom interfaces can be used.)  The AT can then, by default, support
   unknown IAccessible2/MSAA applications, without the application developers having to request
   AT vendors for support on an individual application by application basis.
 
-  When you have a reference to an IAccessible and require a reference to an IAccessible2 use 
+  When you have a reference to an IAccessible and require a reference to an IAccessible2 use
   QueryService as follows:
   @code
-  // pAcc is a reference to the accessible object's IAccessible interface. 
-  IServiceProvider *pService = NULL; 
-  hr = pAcc->QueryInterface(IID_IServiceProvider, (void **)&pService); 
-  if(SUCCEEDED(hr)) { 
-    IAccessible2 *pIA2 = NULL; 
-    hr = pService->QueryService(IID_IAccessible, IID_IAccessible2, (void**)&pIA2); 
-    if (SUCCEEDED(hr) && pIA2) { 
-      // The control supports IAccessible2. 
+  // pAcc is a reference to the accessible object's IAccessible interface.
+  IServiceProvider *pService = NULL;
+  hr = pAcc->QueryInterface(IID_IServiceProvider, (void **)&pService);
+  if(SUCCEEDED(hr)) {
+    IAccessible2 *pIA2 = NULL;
+    hr = pService->QueryService(IID_IAccessible, IID_IAccessible2, (void**)&pIA2);
+    if (SUCCEEDED(hr) && pIA2) {
+      // The control supports IAccessible2.
       // pIA2 is the reference to the accessible object's IAccessible2 interface.
-    } 
-  } 
+    }
+  }
   @endcode
 
   @section _changingInterfaces Changing between Accessible Interfaces
@@ -1470,34 +1470,34 @@
   IDL is coded such that IAccessible2 is a subclass of MSAA's IAccessible, none of
   MSAA's IAccessible methods are redefined by IAccessible2.
 
-  QueryService must be used to switch from a reference to an MSAA IAccessible interface 
-  to another interface.  This has been 
+  QueryService must be used to switch from a reference to an MSAA IAccessible interface
+  to another interface.  This has been
   <a href="http://www.atia.org/files/public/Introducing_IAccessibleEx.doc">
-  documented</a> and the pertinent facts have been extracted below: 
+  documented</a> and the pertinent facts have been extracted below:
 
-  @par 
-   Why use QueryService instead of just using QueryInterface to get IAccessibleEx 
-   directly? The reason is that since MSAA 2.0, clients don't talk to a server's 
-   IAccessible interface directly; instead they talk to an intermediate MSAA-provided 
-   wrapper that calls through to the original IAccessible. This wrapper provides services 
-   such as implementing IDispatch, supplying information from MSAA 2.0's Dynamic Annotation 
-   service, and scaling locations when running on Windows Vista with DPI scaling enabled. 
-   QueryService is the supported way to expose additional interfaces from an existing 
-   IAccessible and was originally used by MSHTML to expose IHTMLElement objects corresponding 
-   to IAccessibles. QueryService is often more convenient for servers to implement than 
-   QueryInterface because it does not have the same requirements for preserving object 
-   identity or symmetry/transitivity as QueryInterface, so QueryService allows servers to 
-   easily implement the interface on the same object or a separate object. The latter is 
-   often hard to do with QueryInterface unless the original object supports aggregation. 
+  @par
+   Why use QueryService instead of just using QueryInterface to get IAccessibleEx
+   directly? The reason is that since MSAA 2.0, clients don't talk to a server's
+   IAccessible interface directly; instead they talk to an intermediate MSAA-provided
+   wrapper that calls through to the original IAccessible. This wrapper provides services
+   such as implementing IDispatch, supplying information from MSAA 2.0's Dynamic Annotation
+   service, and scaling locations when running on Windows Vista with DPI scaling enabled.
+   QueryService is the supported way to expose additional interfaces from an existing
+   IAccessible and was originally used by MSHTML to expose IHTMLElement objects corresponding
+   to IAccessibles. QueryService is often more convenient for servers to implement than
+   QueryInterface because it does not have the same requirements for preserving object
+   identity or symmetry/transitivity as QueryInterface, so QueryService allows servers to
+   easily implement the interface on the same object or a separate object. The latter is
+   often hard to do with QueryInterface unless the original object supports aggregation.
 
-  Two related references in MSDN&reg; are: 
+  Two related references in MSDN&reg; are:
   @li <a href="http://msdn.microsoft.com/en-us/library/ms696078(VS.85).aspx">
   "Using QueryService to expose a native object model interface for an IAccessible object"</a>
-  @li <a href="http://msdn.microsoft.com/en-us/library/ms528415.aspx#acc_obj"> 
+  @li <a href="http://msdn.microsoft.com/en-us/library/ms528415.aspx#acc_obj">
   "Accessing the Internet Explorer Object Associated with an Accessible Object"</a>
 
-  Based on this information from Microsoft, QueryService must be used to switch back and forth 
-  between a reference to an MSAA IAccessible interface and any of the IAccessible2 interfaces. 
+  Based on this information from Microsoft, QueryService must be used to switch back and forth
+  between a reference to an MSAA IAccessible interface and any of the IAccessible2 interfaces.
 
   Regarding switching between any of the IAccessible2 interfaces, applications implementing
   IAccessible2 should implement the IAccessible2 interfaces on a single object since ATs
@@ -1508,8 +1508,8 @@
   QueryService to access IAccessibleApplication.
 
  @section _applicationInfo Access to Information about the Application
-  Servers implementing IAccessible2 should provide access to the IAccessibleApplication 
-  interface via QueryService from any object so that ATs can easily determine specific 
+  Servers implementing IAccessible2 should provide access to the IAccessibleApplication
+  interface via QueryService from any object so that ATs can easily determine specific
   information about the application such as its name or version.
 
  @section _childIDs Child IDs
@@ -1520,23 +1520,23 @@
 
   Microsoft's UI Automation specification has the same limitation and this was resolved
   in the UI Automation Express specification by adding IAccessibleEx::GetObjectForChild
-  and IAccessibleEx::GetIAccessiblePair.  These methods allow mapping back and forth 
-  between an IAccessibleEx and an {IAccessible, Child ID} pair.  A future version of 
+  and IAccessibleEx::GetIAccessiblePair.  These methods allow mapping back and forth
+  between an IAccessibleEx and an {IAccessible, Child ID} pair.  A future version of
   IAccessible2 may include similar methods to map back and forth between an IAccessible2
   and an {IAccessible, Child ID} pair.
 
  @section _variants VARIANTs
-  Some methods return a VARIANT.  Implementers need to make sure that the return type is 
-  specified, i.e. VT_I4, VT_IDISPATCH, etc.  The methods that return VARIANTs are 
+  Some methods return a VARIANT.  Implementers need to make sure that the return type is
+  specified, i.e. VT_I4, VT_IDISPATCH, etc.  The methods that return VARIANTs are
   IAccessibleHyperlink::anchor, IAccessibleHyperlink::anchorTarget, IAccessibleValue::currentValue,
   IAccessibleValue::maximumValue, IAccessibleValue::minimumValue.
 
  @section _iaaction-iahyperlink IAccessibleHyperlink as subclass of IAccessibleAction
-  In this version of the IDL, IAccessibleHyperlink is a subclass of IAccessibleAction.  
+  In this version of the IDL, IAccessibleHyperlink is a subclass of IAccessibleAction.
   However, there is no practical need for that inheritance and in some cases, such as
-  an image map of smart tags, it doesn't make sense because such an image map doesn't 
-  have actionable objects; it's the secondary smart tags that are actionable.  As a 
-  result, implementations should not rely on the inheritance as it may be removed in 
+  an image map of smart tags, it doesn't make sense because such an image map doesn't
+  have actionable objects; it's the secondary smart tags that are actionable.  As a
+  result, implementations should not rely on the inheritance as it may be removed in
   a later version of the IDL.
 
  @section _trademark Trademark Attribution
@@ -1554,7 +1554,7 @@
 
 
 /** A structure defining the locale of an accessible object.
- 
+
 IAccessible2::locale returns this struct.
 */
 typedef struct IA2Locale {
@@ -1570,7 +1570,7 @@
  portion of the collection of the %IAccessible2 interfaces.
 
  Please refer to @ref _changingInterfaces "Changing between Accessible Interfaces"
- for special considerations related to use of the MSAA IAccessible interface and 
+ for special considerations related to use of the MSAA IAccessible interface and
  the set of %IAccessible2 interfaces.
  */
 [object, uuid(E89F726E-C4F4-4c19-BB19-B647D7FA8478)]
@@ -1604,9 +1604,9 @@
      maximum size of the array allocated by the client
    @param [out] relations
     The array of accessible relation objects.  Note that this array is to be
-	allocated by the client and freed when no longer needed.  Refer to @ref 
+	allocated by the client and freed when no longer needed.  Refer to @ref
 	_arrayConsideration "Special Consideration when using Arrays" for more details.
-   @param [out] nRelations 
+   @param [out] nRelations
     actual number of relations in the returned array (not more than maxRelations)
    @retval S_OK
    @retval S_FALSE if there are no relations, nRelations is set to 0
@@ -1614,24 +1614,24 @@
   */
   [propget] HRESULT relations
     (
-     [in] long maxRelations, 
+     [in] long maxRelations,
      [out, size_is(maxRelations), length_is(*nRelations)]
-       IAccessibleRelation **relations, 
-     [out, retval] long *nRelations 
+       IAccessibleRelation **relations,
+     [out, retval] long *nRelations
     );
 
   /** @brief Returns the role of an %IAccessible2 object.
    @param [out] role
     The role of an %IAccessible2 object.
    @retval S_OK
-   @note 
+   @note
    @li For convenience MSAA roles are also passed through this method so the
     AT doesn't have to also fetch roles through MSAA's get_accRole.
    @li %IAccessible2 roles should not be passed through MSAA's get_accRole.
-   @li For compatibility with non IAccessible2 enabled ATs, IAccessible2 
-    applications should also add support to get_accRole to return the closest 
-	MSAA role or ROLE_SYSTEM_CLIENT (the MSAA defined default role) if there 
-	is not a good match.  
+   @li For compatibility with non IAccessible2 enabled ATs, IAccessible2
+    applications should also add support to get_accRole to return the closest
+	MSAA role or ROLE_SYSTEM_CLIENT (the MSAA defined default role) if there
+	is not a good match.
    @li This method is missing a [propget] prefix in the IDL.  The result is the
     method is named role in generated C++ code instead of get_role.
   */
@@ -1648,7 +1648,7 @@
   */
   HRESULT scrollTo
     (
-     [in] enum IA2ScrollType scrollType 
+     [in] enum IA2ScrollType scrollType
     );
 
   /** @brief Moves the top left of an object to a specified location.
@@ -1666,11 +1666,11 @@
     (
      [in] enum IA2CoordinateType coordinateType,
 	 [in] long x,
-	 [in] long y 
+	 [in] long y
     );
 
   /** @brief Returns grouping information.
-   
+
    Used for tree items, list items, tab panel labels, radio buttons, etc.
    Also used for collections of non-text objects.
 
@@ -1689,7 +1689,7 @@
     but not headings, which uses the level object attribute.  It is also exposed
     by radio buttons (with groupLevel == 0).
    @note This is normally not implemented on a combo box to describe the nature
-    of its contents.  Normally an AT will get that information from its child list 
+    of its contents.  Normally an AT will get that information from its child list
     object.  However, in some cases when non-edit combo boxes are not able to be structured
     such that the list is a child of the combo box, this method is implemented on
     the combo box itself. ATs can use this interface if a child list is not found.
@@ -1698,11 +1698,11 @@
     (
      [out] long *groupLevel,
      [out] long *similarItemsInGroup,
-     [out, retval] long *positionInGroup 
+     [out, retval] long *positionInGroup
     );
 
   /** @brief Returns the bit strip containing any IAccessible2 states.
-  
+
    The IAccessible2 states are in addition to the MSAA states and are defined in
    the IA2States enum.
 
@@ -1715,10 +1715,10 @@
     );
 
   /** @brief Returns the extended role.
-   
+
    An extended role is a role which is dynamically generated by the application.
    It is not predefined by the %IAccessible2 specification.
-   
+
    @param [out] extendedRole
    @retval S_OK
    @retval S_FALSE if there is nothing to return, [out] value is NULL
@@ -1753,7 +1753,7 @@
    It is not predefined by the %IAccessible2 specification.
 
    @param [in] maxExtendedStates
-    This parameter is ignored. Refer to @ref _arrayConsideration 
+    This parameter is ignored. Refer to @ref _arrayConsideration
 	"Special Consideration when using Arrays" for more details.
    @param [out] extendedStates
     This array is allocated by the server.  The client must free it with CoTaskMemFree.
@@ -1772,10 +1772,10 @@
   /** @brief Returns the localized extended states (array of strings).
 
    @param [in] maxLocalizedExtendedStates
-    This parameter is ignored. Refer to @ref _arrayConsideration 
+    This parameter is ignored. Refer to @ref _arrayConsideration
 	"Special Consideration when using Arrays" for more details.
    @param [out] localizedExtendedStates
-    This array is allocated by the server.  The client must free it with CoTaskMemFree. 
+    This array is allocated by the server.  The client must free it with CoTaskMemFree.
    @param [out] nLocalizedExtendedStates
     The number of localized extended states returned; the size of the returned array.
    @retval S_OK
@@ -1789,37 +1789,37 @@
     );
 
   /** @brief Returns the unique ID.
-   
+
    The uniqueID is an identifier for this object, is unique within the
    current window, and remains the same for the lifetime of the accessible
-   object. 
-   
+   object.
+
    The uniqueID is not related to:
    - the MSAA objectID which is used by the server to disambiguate between
    IAccessibles per HWND or
    - the MSAA childID which is used to disambiguate between children being
    managed by an IAccessible.
 
-   This value is provided so the AT can have access to a unique runtime persistent 
+   This value is provided so the AT can have access to a unique runtime persistent
    identifier even when not handling an event for the object.
-   
-   An example of when this value is useful is if the AT wants to build a cache. 
-   The AT could cache the uniqueIDs in addition to other data being cached. 
+
+   An example of when this value is useful is if the AT wants to build a cache.
+   The AT could cache the uniqueIDs in addition to other data being cached.
    When an event is fired the AT could map the uniqueID to its internal model.
-   Thus, if there's a REORDER/SHOW/HIDE event the AT knows which part of the 
+   Thus, if there's a REORDER/SHOW/HIDE event the AT knows which part of the
    internal structure has been invalidated and can refetch just that part.
 
    This value can also be used by an AT to determine when the current control
-   has changed. If the role is the same for two controls that are adjacent in 
+   has changed. If the role is the same for two controls that are adjacent in
    the tab order, this can be used to detect the new control.
 
-   Another use of this value by an AT is to identify when a grouping object has 
-   changed, e.g. when moving from a radio button in one group to a radio button in a 
+   Another use of this value by an AT is to identify when a grouping object has
+   changed, e.g. when moving from a radio button in one group to a radio button in a
    different group.
 
-   One means of implementing this would be to create a factory with a 32 bit number 
-   generator and a reuse pool.  The number generator would emit numbers starting 
-   at 1.  Each time an object's life cycle ended, its number would be saved into a 
+   One means of implementing this would be to create a factory with a 32 bit number
+   generator and a reuse pool.  The number generator would emit numbers starting
+   at 1.  Each time an object's life cycle ended, its number would be saved into a
    reuse pool.  The number generator would be used whenever the reuse pool was empty.
 
    Another way to create a unique ID is to generate it from a pointer value, e.g. an
@@ -1836,16 +1836,16 @@
 
   /** @brief Returns the window handle for the parent window which contains this object.
 
-   This is the same window handle which will be passed for any events that occur on the 
-   object, but is cached in the accessible object for use when it would be helpful to 
+   This is the same window handle which will be passed for any events that occur on the
+   object, but is cached in the accessible object for use when it would be helpful to
    access the window handle in cases where an event isn't fired on this object.
 
-   A use case is when a screen reader is grabbing an entire web page on a page load. 
+   A use case is when a screen reader is grabbing an entire web page on a page load.
    Without the availability of windowHandle, the AT would have to get the window handle
-   by using WindowFromAccessibleObject on each IAccessible, which is slow because it's 
-   implemented by oleacc.dll as a loop which crawls up the ancestor chain and looks for 
+   by using WindowFromAccessibleObject on each IAccessible, which is slow because it's
+   implemented by oleacc.dll as a loop which crawls up the ancestor chain and looks for
    a ROLE_WINDOW object, mapping that back to a window handle.
-   
+
    @param [out] windowHandle
    @retval S_OK
   */
@@ -1853,10 +1853,10 @@
     (
      [out, retval] HWND *windowHandle
     );
- 
+
   /** @brief Returns the index of this object in its parent object.
    @param [out] indexInParent
-     0 based; -1 indicates there is no parent; the upper bound is the value 
+     0 based; -1 indicates there is no parent; the upper bound is the value
 	 returned by the parent's IAccessible::get_accChildCount.
    @retval S_OK
    @retval S_FALSE if no parent, [out] value is -1
@@ -1866,7 +1866,7 @@
      [out, retval] long *indexInParent
     );
 
-  /** @brief Returns the IA2Locale of the accessible object. 
+  /** @brief Returns the IA2Locale of the accessible object.
    @param [out] locale
    @retval S_OK
   */
@@ -1890,55 +1890,55 @@
 /*************************************************************************
  *
  *  File Name (Accessible2_2.idl)
- * 
- *  IAccessible2 IDL Specification 
- * 
- *  Copyright (c) 2007, 2013 Linux Foundation 
- *  Copyright (c) 2006 IBM Corporation 
- *  Copyright (c) 2000, 2006 Sun Microsystems, Inc. 
- *  All rights reserved. 
- *   
- *   
- *  Redistribution and use in source and binary forms, with or without 
- *  modification, are permitted provided that the following conditions 
- *  are met: 
- *   
- *   1. Redistributions of source code must retain the above copyright 
- *      notice, this list of conditions and the following disclaimer. 
- *   
- *   2. Redistributions in binary form must reproduce the above 
- *      copyright notice, this list of conditions and the following 
- *      disclaimer in the documentation and/or other materials 
- *      provided with the distribution. 
  *
- *   3. Neither the name of the Linux Foundation nor the names of its 
- *      contributors may be used to endorse or promote products 
- *      derived from this software without specific prior written 
- *      permission. 
- *   
- *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 
- *  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, 
- *  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 
- *  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
- *  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 
- *  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 
- *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 
- *  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 
- *  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 
- *  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
- *  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 
- *  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 
- *  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
- *   
- *  This BSD License conforms to the Open Source Initiative "Simplified 
- *  BSD License" as published at: 
- *  http://www.opensource.org/licenses/bsd-license.php 
- *   
- *  IAccessible2 is a trademark of the Linux Foundation. The IAccessible2 
- *  mark may be used in accordance with the Linux Foundation Trademark 
- *  Policy to indicate compliance with the IAccessible2 specification. 
- * 
- ************************************************************************/ 
+ *  IAccessible2 IDL Specification
+ *
+ *  Copyright (c) 2007, 2013 Linux Foundation
+ *  Copyright (c) 2006 IBM Corporation
+ *  Copyright (c) 2000, 2006 Sun Microsystems, Inc.
+ *  All rights reserved.
+ *
+ *
+ *  Redistribution and use in source and binary forms, with or without
+ *  modification, are permitted provided that the following conditions
+ *  are met:
+ *
+ *   1. Redistributions of source code must retain the above copyright
+ *      notice, this list of conditions and the following disclaimer.
+ *
+ *   2. Redistributions in binary form must reproduce the above
+ *      copyright notice, this list of conditions and the following
+ *      disclaimer in the documentation and/or other materials
+ *      provided with the distribution.
+ *
+ *   3. Neither the name of the Linux Foundation nor the names of its
+ *      contributors may be used to endorse or promote products
+ *      derived from this software without specific prior written
+ *      permission.
+ *
+ *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
+ *  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
+ *  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ *  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ *  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+ *  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ *  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ *  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ *  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ *  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+ *  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+ *  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ *  This BSD License conforms to the Open Source Initiative "Simplified
+ *  BSD License" as published at:
+ *  http://www.opensource.org/licenses/bsd-license.php
+ *
+ *  IAccessible2 is a trademark of the Linux Foundation. The IAccessible2
+ *  mark may be used in accordance with the Linux Foundation Trademark
+ *  Policy to indicate compliance with the IAccessible2 specification.
+ *
+ ************************************************************************/
 
 
 
@@ -1952,7 +1952,7 @@
  portion of the collection of the %IAccessible2 interfaces.
 
  Please refer to @ref _changingInterfaces "Changing between Accessible Interfaces"
- for special considerations related to use of the MSAA IAccessible interface and 
+ for special considerations related to use of the MSAA IAccessible interface and
  the set of %IAccessible2 interfaces.
  */
 [object, uuid(6C9430E9-299D-4E6F-BD01-A82A1E88D3FF)]
@@ -2013,55 +2013,55 @@
 /*************************************************************************
  *
  *  File Name (AccessibleComponent.idl)
- * 
- *  IAccessible2 IDL Specification 
- * 
- *  Copyright (c) 2007, 2010 Linux Foundation 
- *  Copyright (c) 2006 IBM Corporation 
- *  Copyright (c) 2000, 2006 Sun Microsystems, Inc. 
- *  All rights reserved. 
- *   
- *   
- *  Redistribution and use in source and binary forms, with or without 
- *  modification, are permitted provided that the following conditions 
- *  are met: 
- *   
- *   1. Redistributions of source code must retain the above copyright 
- *      notice, this list of conditions and the following disclaimer. 
- *   
- *   2. Redistributions in binary form must reproduce the above 
- *      copyright notice, this list of conditions and the following 
- *      disclaimer in the documentation and/or other materials 
- *      provided with the distribution. 
  *
- *   3. Neither the name of the Linux Foundation nor the names of its 
- *      contributors may be used to endorse or promote products 
- *      derived from this software without specific prior written 
- *      permission. 
- *   
- *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 
- *  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, 
- *  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 
- *  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
- *  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 
- *  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 
- *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 
- *  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 
- *  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 
- *  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
- *  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 
- *  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 
- *  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
- *   
- *  This BSD License conforms to the Open Source Initiative "Simplified 
- *  BSD License" as published at: 
- *  http://www.opensource.org/licenses/bsd-license.php 
- *   
- *  IAccessible2 is a trademark of the Linux Foundation. The IAccessible2 
- *  mark may be used in accordance with the Linux Foundation Trademark 
- *  Policy to indicate compliance with the IAccessible2 specification. 
- * 
- ************************************************************************/ 
+ *  IAccessible2 IDL Specification
+ *
+ *  Copyright (c) 2007, 2010 Linux Foundation
+ *  Copyright (c) 2006 IBM Corporation
+ *  Copyright (c) 2000, 2006 Sun Microsystems, Inc.
+ *  All rights reserved.
+ *
+ *
+ *  Redistribution and use in source and binary forms, with or without
+ *  modification, are permitted provided that the following conditions
+ *  are met:
+ *
+ *   1. Redistributions of source code must retain the above copyright
+ *      notice, this list of conditions and the following disclaimer.
+ *
+ *   2. Redistributions in binary form must reproduce the above
+ *      copyright notice, this list of conditions and the following
+ *      disclaimer in the documentation and/or other materials
+ *      provided with the distribution.
+ *
+ *   3. Neither the name of the Linux Foundation nor the names of its
+ *      contributors may be used to endorse or promote products
+ *      derived from this software without specific prior written
+ *      permission.
+ *
+ *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
+ *  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
+ *  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ *  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ *  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+ *  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ *  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ *  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ *  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ *  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+ *  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+ *  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ *  This BSD License conforms to the Open Source Initiative "Simplified
+ *  BSD License" as published at:
+ *  http://www.opensource.org/licenses/bsd-license.php
+ *
+ *  IAccessible2 is a trademark of the Linux Foundation. The IAccessible2
+ *  mark may be used in accordance with the Linux Foundation Trademark
+ *  Policy to indicate compliance with the IAccessible2 specification.
+ *
+ ************************************************************************/
 
 
 
@@ -2072,11 +2072,11 @@
 */
 typedef long IA2Color;
 
-/** @brief This interface is implemented by any object that can be rendered 
+/** @brief This interface is implemented by any object that can be rendered
  on the screen.
 
  This interface provides the standard mechanism for an assistive technology
-  to retrieve information concerning the graphical representation of an object. 
+  to retrieve information concerning the graphical representation of an object.
   Coordinates used by the functions of this interface are specified in
   different coordinate systems.  Their scale is the same and is equal to
   that of the screen coordinate system.  In other words all coordinates
@@ -2095,13 +2095,13 @@
 
   /** @brief Returns the location of the upper left corner of the object's
     bounding box relative to the immediate parent object.
-	
-	The coordinates of the bounding box are given relative to the parent's 
-	coordinate system. The coordinates of the returned position are relative 
+
+	The coordinates of the bounding box are given relative to the parent's
+	coordinate system. The coordinates of the returned position are relative
 	to this object's parent or relative to the screen on which this object
     is rendered if it has no parent. If the object is not on any screen
     the returned position is (0,0).
-   
+
    @param [out] x
    @param [out] y
    @retval S_OK
@@ -2117,7 +2117,7 @@
     The returned color is the foreground color of this object or, if
     that is not supported, the default foreground color.
    @retval S_OK
-  */ 
+  */
   [propget] HRESULT foreground
     (
      [out, retval] IA2Color *foreground
@@ -2128,7 +2128,7 @@
      The returned color is the background color of this object or, if
      that is not supported, the default background color.
     @retval S_OK
-   */ 
+   */
   [propget] HRESULT background
     (
      [out, retval] IA2Color *background
@@ -2137,55 +2137,55 @@
 /*************************************************************************
  *
  *  File Name (AccessibleValue.idl)
- * 
- *  IAccessible2 IDL Specification 
- * 
- *  Copyright (c) 2007, 2010 Linux Foundation 
- *  Copyright (c) 2006 IBM Corporation 
- *  Copyright (c) 2000, 2006 Sun Microsystems, Inc. 
- *  All rights reserved. 
- *   
- *   
- *  Redistribution and use in source and binary forms, with or without 
- *  modification, are permitted provided that the following conditions 
- *  are met: 
- *   
- *   1. Redistributions of source code must retain the above copyright 
- *      notice, this list of conditions and the following disclaimer. 
- *   
- *   2. Redistributions in binary form must reproduce the above 
- *      copyright notice, this list of conditions and the following 
- *      disclaimer in the documentation and/or other materials 
- *      provided with the distribution. 
  *
- *   3. Neither the name of the Linux Foundation nor the names of its 
- *      contributors may be used to endorse or promote products 
- *      derived from this software without specific prior written 
- *      permission. 
- *   
- *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 
- *  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, 
- *  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 
- *  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
- *  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 
- *  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 
- *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 
- *  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 
- *  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 
- *  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
- *  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 
- *  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 
- *  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
- *   
- *  This BSD License conforms to the Open Source Initiative "Simplified 
- *  BSD License" as published at: 
- *  http://www.opensource.org/licenses/bsd-license.php 
- *   
- *  IAccessible2 is a trademark of the Linux Foundation. The IAccessible2 
- *  mark may be used in accordance with the Linux Foundation Trademark 
- *  Policy to indicate compliance with the IAccessible2 specification. 
- * 
- ************************************************************************/ 
+ *  IAccessible2 IDL Specification
+ *
+ *  Copyright (c) 2007, 2010 Linux Foundation
+ *  Copyright (c) 2006 IBM Corporation
+ *  Copyright (c) 2000, 2006 Sun Microsystems, Inc.
+ *  All rights reserved.
+ *
+ *
+ *  Redistribution and use in source and binary forms, with or without
+ *  modification, are permitted provided that the following conditions
+ *  are met:
+ *
+ *   1. Redistributions of source code must retain the above copyright
+ *      notice, this list of conditions and the following disclaimer.
+ *
+ *   2. Redistributions in binary form must reproduce the above
+ *      copyright notice, this list of conditions and the following
+ *      disclaimer in the documentation and/or other materials
+ *      provided with the distribution.
+ *
+ *   3. Neither the name of the Linux Foundation nor the names of its
+ *      contributors may be used to endorse or promote products
+ *      derived from this software without specific prior written
+ *      permission.
+ *
+ *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
+ *  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
+ *  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ *  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ *  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+ *  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ *  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ *  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ *  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ *  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+ *  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+ *  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ *  This BSD License conforms to the Open Source Initiative "Simplified
+ *  BSD License" as published at:
+ *  http://www.opensource.org/licenses/bsd-license.php
+ *
+ *  IAccessible2 is a trademark of the Linux Foundation. The IAccessible2
+ *  mark may be used in accordance with the Linux Foundation Trademark
+ *  Policy to indicate compliance with the IAccessible2 specification.
+ *
+ ************************************************************************/
 
 
 
@@ -2193,9 +2193,9 @@
 
 /** @brief This interface gives access to a single numerical value.
 
- The %IAccessibleValue interface represents a single numerical value and should 
-  be implemented by any class that supports numerical value like progress bars 
-  and spin boxes.  This interface lets you access the value and its upper and 
+ The %IAccessibleValue interface represents a single numerical value and should
+  be implemented by any class that supports numerical value like progress bars
+  and spin boxes.  This interface lets you access the value and its upper and
   lower bounds.
 */
 [object, uuid(35855B5B-C566-4fd0-A7B1-E65465600394)]
@@ -2203,11 +2203,11 @@
 {
 
   /** @brief Returns the value of this object as a number.
-        
-   The exact return type is implementation dependent.  Typical types are long and 
+
+   The exact return type is implementation dependent.  Typical types are long and
     double.
    @param [out] currentValue
-    Returns the current value represented by this object.  See the section about 
+    Returns the current value represented by this object.  See the section about
 	@ref _variants "VARIANTs" for additional information.
    @retval S_OK
    @retval S_FALSE if there is nothing to return, [out] value is a VARIANT with vt = VT_EMPTY
@@ -2218,15 +2218,15 @@
     );
 
   /** @brief Sets the value of this object to the given number.
-        
-   The argument is clipped to the valid interval whose upper and lower 
-    bounds are returned by the methods IAccessibleValue::maximumValue and 
-	IAccessibleValue::minimumValue, i.e. if it is 	lower than the minimum 
-	value the new value will be the minimum and if it is greater than the 
+
+   The argument is clipped to the valid interval whose upper and lower
+    bounds are returned by the methods IAccessibleValue::maximumValue and
+	IAccessibleValue::minimumValue, i.e. if it is 	lower than the minimum
+	value the new value will be the minimum and if it is greater than the
 	maximum then the new value will be the maximum.
 
    @param [in] value
-    The new value represented by this object.  The set of admissible types for 
+    The new value represented by this object.  The set of admissible types for
     this argument is implementation dependent.
    @retval S_OK
   */
@@ -2236,13 +2236,13 @@
     );
 
   /** @brief Returns the maximal value that can be represented by this object.
-        
-   The type of the returned value is implementation dependent.  It does not have 
+
+   The type of the returned value is implementation dependent.  It does not have
     to be the same type as that returned by method IAccessibleValue::currentValue.
 
    @param [out] maximumValue
-    Returns the maximal value in an implementation dependent type. If this object 
-    has no upper bound then an empty object is returned.  See the section about 
+    Returns the maximal value in an implementation dependent type. If this object
+    has no upper bound then an empty object is returned.  See the section about
 	@ref _variants "VARIANTs" for additional information.
    @retval S_OK
    @retval S_FALSE if there is nothing to return, [out] value is a VARIANT with vt = VT_EMPTY
@@ -2253,13 +2253,13 @@
     );
 
   /** @brief Returns the minimal value that can be represented by this object.
-        
-   The type of the returned value is implementation dependent.  It does not have 
+
+   The type of the returned value is implementation dependent.  It does not have
     to be the same type as that returned by method IAccessibleValue::currentValue.
-   
+
    @param [out] minimumValue
-    Returns the minimal value in an implementation dependent type. If this object 
-    has no lower bound then an empty object is returned.  See the section about 
+    Returns the minimal value in an implementation dependent type. If this object
+    has no lower bound then an empty object is returned.  See the section about
 	@ref _variants "VARIANTs" for additional information.
    @retval S_OK
    @retval S_FALSE if there is nothing to return, [out] value is a VARIANT with vt = VT_EMPTY
@@ -2273,55 +2273,55 @@
 /*************************************************************************
  *
  *  File Name (AccessibleText.idl)
- * 
- *  IAccessible2 IDL Specification 
- * 
- *  Copyright (c) 2007, 2013 Linux Foundation 
- *  Copyright (c) 2006 IBM Corporation 
- *  Copyright (c) 2000, 2006 Sun Microsystems, Inc. 
- *  All rights reserved. 
- *   
- *   
- *  Redistribution and use in source and binary forms, with or without 
- *  modification, are permitted provided that the following conditions 
- *  are met: 
- *   
- *   1. Redistributions of source code must retain the above copyright 
- *      notice, this list of conditions and the following disclaimer. 
- *   
- *   2. Redistributions in binary form must reproduce the above 
- *      copyright notice, this list of conditions and the following 
- *      disclaimer in the documentation and/or other materials 
- *      provided with the distribution. 
  *
- *   3. Neither the name of the Linux Foundation nor the names of its 
- *      contributors may be used to endorse or promote products 
- *      derived from this software without specific prior written 
- *      permission. 
- *   
- *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 
- *  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, 
- *  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 
- *  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
- *  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 
- *  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 
- *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 
- *  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 
- *  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 
- *  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
- *  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 
- *  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 
- *  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
- *   
- *  This BSD License conforms to the Open Source Initiative "Simplified 
- *  BSD License" as published at: 
- *  http://www.opensource.org/licenses/bsd-license.php 
- *   
- *  IAccessible2 is a trademark of the Linux Foundation. The IAccessible2 
- *  mark may be used in accordance with the Linux Foundation Trademark 
- *  Policy to indicate compliance with the IAccessible2 specification. 
- * 
- ************************************************************************/ 
+ *  IAccessible2 IDL Specification
+ *
+ *  Copyright (c) 2007, 2013 Linux Foundation
+ *  Copyright (c) 2006 IBM Corporation
+ *  Copyright (c) 2000, 2006 Sun Microsystems, Inc.
+ *  All rights reserved.
+ *
+ *
+ *  Redistribution and use in source and binary forms, with or without
+ *  modification, are permitted provided that the following conditions
+ *  are met:
+ *
+ *   1. Redistributions of source code must retain the above copyright
+ *      notice, this list of conditions and the following disclaimer.
+ *
+ *   2. Redistributions in binary form must reproduce the above
+ *      copyright notice, this list of conditions and the following
+ *      disclaimer in the documentation and/or other materials
+ *      provided with the distribution.
+ *
+ *   3. Neither the name of the Linux Foundation nor the names of its
+ *      contributors may be used to endorse or promote products
+ *      derived from this software without specific prior written
+ *      permission.
+ *
+ *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
+ *  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
+ *  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ *  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ *  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+ *  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ *  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ *  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ *  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ *  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+ *  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+ *  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ *  This BSD License conforms to the Open Source Initiative "Simplified
+ *  BSD License" as published at:
+ *  http://www.opensource.org/licenses/bsd-license.php
+ *
+ *  IAccessible2 is a trademark of the Linux Foundation. The IAccessible2
+ *  mark may be used in accordance with the Linux Foundation Trademark
+ *  Policy to indicate compliance with the IAccessible2 specification.
+ *
+ ************************************************************************/
 
 
 
@@ -2329,22 +2329,22 @@
 
 
 /** A structure containing a substring and the start and end offsets in the enclosing string.
- 
+
  IAccessibleText::newText and IAccessibleText::oldText return this struct.
 */
 typedef struct IA2TextSegment {
   BSTR text;	///< A copy of a segment of text taken from an enclosing paragraph.
-  long start;	///< Index of the first character of the segment in the enclosing text.  
-  long end;		///< Index of the character following the last character of the segment in the enclosing text. 
+  long start;	///< Index of the first character of the segment in the enclosing text.
+  long end;		///< Index of the character following the last character of the segment in the enclosing text.
 } IA2TextSegment;
 
 /** This enum defines values which specify a text boundary type.
 
- IA2_TEXT_BOUNDARY_SENTENCE is optional.  When a method doesn't implement this 
+ IA2_TEXT_BOUNDARY_SENTENCE is optional.  When a method doesn't implement this
  method it must return S_FALSE.  Typically this feature would not be implemented
  by an application.  However, if the application developer was not satisfied with
  how screen readers have handled the reading of sentences this boundary type
- could be implemented and screen readers could use the application's version of a 
+ could be implemented and screen readers could use the application's version of a
  sentence rather than the screen reader's.
 
  The rest of the boundary types must be supported.
@@ -2359,7 +2359,7 @@
                                  data such as a field containing a date, time, or footnote reference.
                                  In this case the caret can move over several characters in one movement
                                  of the caret.  Note that after the caret moves, the caret offset changes
-                                 by the number of characters in the field, e.g. by 8 characters in the 
+                                 by the number of characters in the field, e.g. by 8 characters in the
                                  following date: 03/26/07. */
   IA2_TEXT_BOUNDARY_WORD,       /**< The range provided matches the range observed when the application
                                  processes the Ctrl + left arrow and Ctrl + right arrow key sequences.
@@ -2377,25 +2377,25 @@
 
 /** @brief This interface gives read-only access to text.
 
- The %IAccessibleText interface should be implemented by all components 
-  that present textual information on the display like  buttons, 
-  text entry fields, or text portions of the document window.  The interface 
-  provides access to the text's content, attributes, and spatial location.  
-  However, text can not be modified with this interface.  That is the task 
+ The %IAccessibleText interface should be implemented by all components
+  that present textual information on the display like  buttons,
+  text entry fields, or text portions of the document window.  The interface
+  provides access to the text's content, attributes, and spatial location.
+  However, text can not be modified with this interface.  That is the task
   of the IAccessibleEditableText interface.
-        
+
  The text length, i.e. the number of characters in the text, is
-  returned by IAccessibleText::nCharacters. All methods that operate 
-  on particular characters (e.g. IAccessibleText::textAtOffset) use character 
-  indices from 0 to length-1. All methods that operate on character positions 
+  returned by IAccessibleText::nCharacters. All methods that operate
+  on particular characters (e.g. IAccessibleText::textAtOffset) use character
+  indices from 0 to length-1. All methods that operate on character positions
   (e.g. IAccessibleText::text) use indices from 0 to length.
 
- Please note that accessible text does not necessarily support selection.  
-  In this case it should behave as if there where no selection.  An empty 
+ Please note that accessible text does not necessarily support selection.
+  In this case it should behave as if there where no selection.  An empty
   selection is used for example to express the current cursor position.
 
- Refer to @ref _specialOffsets 
-  "Special Offsets for use in the IAccessibleText and IAccessibleEditableText Methods" 
+ Refer to @ref _specialOffsets
+  "Special Offsets for use in the IAccessibleText and IAccessibleEditableText Methods"
   for information about special offsets that can be used in %IAccessibleText methods.
 
  E_FAIL is returned in the following cases
@@ -2413,8 +2413,8 @@
     Offset of first character after new selection (0 based).
    @retval S_OK
    @retval E_INVALIDARG if bad [in] passed
-   @note  Refer to @ref _specialOffsets 
-    "Special Offsets for use in the IAccessibleText and IAccessibleEditableText Methods" 
+   @note  Refer to @ref _specialOffsets
+    "Special Offsets for use in the IAccessibleText and IAccessibleEditableText Methods"
     for information about special offsets that can be used in %IAccessibleText methods.
   */
   HRESULT addSelection
@@ -2425,36 +2425,36 @@
 
   /** @brief Returns text attributes.
    @param [in] offset
-    Text offset (0 based).  Refer to @ref _specialOffsets 
-    "Special Offsets for use in the IAccessibleText and IAccessibleEditableText Methods" 
+    Text offset (0 based).  Refer to @ref _specialOffsets
+    "Special Offsets for use in the IAccessibleText and IAccessibleEditableText Methods"
     for information about special offsets that can be used in %IAccessibleText methods.
-   @param [out] startOffset    
-    The starting offset of the character range over which all text attributes match 
+   @param [out] startOffset
+    The starting offset of the character range over which all text attributes match
     those of offset. (0 based)
-   @param [out] endOffset    
-    The offset of the first character past the character range over which all text 
+   @param [out] endOffset
+    The offset of the first character past the character range over which all text
     attributes match those of offset. (0 based)
-   @param [out] textAttributes  
+   @param [out] textAttributes
     A string of attributes describing the text.  The attributes are described in the
     <a href="http://www.linuxfoundation.org/en/Accessibility/IAccessible2/TextAttributes">
     text attributes specification</a> on the %IAccessible2 web site.
    @retval S_OK
-   @retval S_FALSE if there is nothing to return, [out] values are 0s and NULL respectively 
+   @retval S_FALSE if there is nothing to return, [out] values are 0s and NULL respectively
    @retval E_INVALIDARG if bad [in] passed
   */
   [propget] HRESULT attributes
     (
-     [in] long offset,	
+     [in] long offset,
      [out] long *startOffset,
-     [out] long *endOffset,	
+     [out] long *endOffset,
      [out, retval] BSTR *textAttributes
     );
 
   /** @brief Returns the position of the caret.
 
-   Returns the 0-based offset of the caret within the text.  If the text is 
+   Returns the 0-based offset of the caret within the text.  If the text is
    implemented as a tree of text objects with embed characters in higher levels
-   representing substrings of child text objects and the caret is in one of the 
+   representing substrings of child text objects and the caret is in one of the
    child text objects, then the offset in the higher level text object would be
    at the embed character representing child text object that contains the caret.
 
@@ -2475,7 +2475,7 @@
    @retval S_FALSE if the caret is not currently active on this object, i.e. the
     caret is located on some other object.  The returned offset value will be -1.
    @note S_FALSE (and an offset of -1) will not be returned if the caret is somewhere
-   in the text object or one of its descendants. 
+   in the text object or one of its descendants.
   */
   [propget] HRESULT caretOffset
     (
@@ -2484,37 +2484,37 @@
 
 
   /** @brief Returns the bounding box of the specified position.
-        
+
    The virtual character after the last character of the represented
-    text, i.e. the one at position length is a special case. It represents the 
-    current input position and will therefore typically be queried by AT more 
-    often than other positions.  Because it does not represent an existing character 
-    its bounding box is defined in relation to preceding characters.  It should be 
-    roughly equivalent to the bounding box of some character when inserted at the 
+    text, i.e. the one at position length is a special case. It represents the
+    current input position and will therefore typically be queried by AT more
+    often than other positions.  Because it does not represent an existing character
+    its bounding box is defined in relation to preceding characters.  It should be
+    roughly equivalent to the bounding box of some character when inserted at the
     end of the text.  Its height typically being the maximal height of all the
-    characters in the text or the height of the preceding character, its width being 
+    characters in the text or the height of the preceding character, its width being
     at least one pixel so that the bounding box is not degenerate.
 
-   Note that the index 'length' is not always valid.  Whether it is or not is 
-    implementation dependent.  It typically is when text is editable or otherwise 
-    when on the screen the caret can be placed behind the text.  You can be sure 
+   Note that the index 'length' is not always valid.  Whether it is or not is
+    implementation dependent.  It typically is when text is editable or otherwise
+    when on the screen the caret can be placed behind the text.  You can be sure
     that the index is valid after you have received a ::IA2_EVENT_TEXT_CARET_MOVED
     event for this index.
    @param [in] offset
-    Index of the character for which to return its bounding box. The valid range 
-    is 0..length.  Refer to @ref _specialOffsets 
-    "Special Offsets for use in the IAccessibleText and IAccessibleEditableText Methods" 
+    Index of the character for which to return its bounding box. The valid range
+    is 0..length.  Refer to @ref _specialOffsets
+    "Special Offsets for use in the IAccessibleText and IAccessibleEditableText Methods"
     for information about special offsets that can be used in %IAccessibleText methods.
    @param [in] coordType
     Specifies if the coordinates are relative to the screen or to the parent window.
    @param [out] x
-    X coordinate of the top left corner of the bounding box of the referenced character. 
+    X coordinate of the top left corner of the bounding box of the referenced character.
    @param [out] y
-    Y coordinate of the top left corner of the bounding box of the referenced character. 
+    Y coordinate of the top left corner of the bounding box of the referenced character.
    @param [out] width
-    Width of the bounding box of the referenced character. 
+    Width of the bounding box of the referenced character.
    @param [out] height
-    Height of the bounding box of the referenced character. 
+    Height of the bounding box of the referenced character.
    @retval S_OK
    @retval E_INVALIDARG if bad [in] passed
   */
@@ -2539,19 +2539,19 @@
     );
 
   /** @brief Returns the text position for the specified screen position.
-    
+
    Given a point return the zero-based index of the character under that
    point.  The same functionality could be achieved by using the bounding
    boxes for each character as returned by IAccessibleText::characterExtents.
-   The method IAccessibleText::offsetAtPoint, however, can be implemented 
+   The method IAccessibleText::offsetAtPoint, however, can be implemented
    more efficiently.
-            
+
    @param [in] x
     The position's x value for which to look up the index of the character that
     is rendered on to the display at that point.
    @param [in] y
     The position's y value for which to look up the index of the character that
-    is rendered on to the display at that point.            
+    is rendered on to the display at that point.
    @param [in] coordType
     Screen coordinates or window coordinates.
    @param [out] offset
@@ -2610,31 +2610,31 @@
 
   /** @brief Returns the substring between the two given indices.
 
-   The substring starts with the character at startOffset (inclusive) and up to 
-    the character at endOffset (exclusive), if startOffset is less or equal 
-    endOffset.  If endOffset is lower than startOffset, the result is the same 
+   The substring starts with the character at startOffset (inclusive) and up to
+    the character at endOffset (exclusive), if startOffset is less or equal
+    endOffset.  If endOffset is lower than startOffset, the result is the same
     as a call with the two arguments being exchanged.
 
-   The whole text can be requested by passing the indices zero and 
-    IAccessibleText::nCharacters. If both indices have the same value, an empty 
+   The whole text can be requested by passing the indices zero and
+    IAccessibleText::nCharacters. If both indices have the same value, an empty
     string is returned.
    @param [in] startOffset
-    Index of the first character to include in the returned string. The valid range 
+    Index of the first character to include in the returned string. The valid range
     is 0..length.
    @param [in] endOffset
-    Index of the last character to exclude in the returned string. The valid range 
+    Index of the last character to exclude in the returned string. The valid range
     is 0..length.
    @param [out] text
-    Returns the substring starting with the character at startOffset (inclusive) 
-    and up to the character at endOffset (exclusive), if startOffset is less than 
+    Returns the substring starting with the character at startOffset (inclusive)
+    and up to the character at endOffset (exclusive), if startOffset is less than
     or equal to endOffset.
    @retval S_OK
    @retval E_INVALIDARG if bad [in] passed
    @note
-   @li The returned string may be longer than endOffset-startOffset bytes if text 
+   @li The returned string may be longer than endOffset-startOffset bytes if text
     contains multi-byte characters.
-   @li Refer to @ref _specialOffsets 
-    "Special Offsets for use in the IAccessibleText and IAccessibleEditableText Methods" 
+   @li Refer to @ref _specialOffsets
+    "Special Offsets for use in the IAccessibleText and IAccessibleEditableText Methods"
     for information about special offsets that can be used in %IAccessibleText methods.
   */
   [propget] HRESULT text
@@ -2645,13 +2645,13 @@
     );
 
   /** @brief Returns a text portion before the given position.
-    
-   Returns the substring of the specified text type that is located before the 
-    given character and does not include it. The result of this method should be 
-    same as a result for IAccessibleText::textAtOffset with a suitably decreased 
+
+   Returns the substring of the specified text type that is located before the
+    given character and does not include it. The result of this method should be
+    same as a result for IAccessibleText::textAtOffset with a suitably decreased
     index value.
 
-   For example, if text type is ::IA2_TEXT_BOUNDARY_WORD, then the complete 
+   For example, if text type is ::IA2_TEXT_BOUNDARY_WORD, then the complete
     word that is closest to and located before offset is returned.
 
    If the index is valid, but no text is found, S_FALSE is returned along with out
@@ -2659,25 +2659,25 @@
     than character when the text consists entirely of whitespace.
 
    @param [in] offset
-    Index of the character for which to return the text part before it.  The index 
+    Index of the character for which to return the text part before it.  The index
     character will not be part of the returned string. The valid range is 0..length.
-    Refer to @ref _specialOffsets 
-    "Special Offsets for use in the IAccessibleText and IAccessibleEditableText Methods" 
+    Refer to @ref _specialOffsets
+    "Special Offsets for use in the IAccessibleText and IAccessibleEditableText Methods"
     for information about special offsets that can be used in %IAccessibleText methods.
    @param [in] boundaryType
-    The type of the text portion to return.  See ::IA2TextBoundaryType for the 
+    The type of the text portion to return.  See ::IA2TextBoundaryType for the
     complete list.
    @param [out] startOffset
     0 based offset of first character.
    @param [out] endOffset
     0 based offset of one past the last character.
    @param [out] text
-    Returns the requested text portion.  This portion may be empty or invalid when 
+    Returns the requested text portion.  This portion may be empty or invalid when
     no appropriate text portion is found or text type is invalid.
    @retval S_OK
-   @retval S_FALSE if the requested boundary type is not implemented, such as 
-    ::IA2_TEXT_BOUNDARY_SENTENCE, or if there is nothing to return; 
-    [out] values are 0s and NULL respectively 
+   @retval S_FALSE if the requested boundary type is not implemented, such as
+    ::IA2_TEXT_BOUNDARY_SENTENCE, or if there is nothing to return;
+    [out] values are 0s and NULL respectively
    @retval E_INVALIDARG if bad [in] passed
   */
   [propget] HRESULT textBeforeOffset
@@ -2690,13 +2690,13 @@
     );
 
   /** @brief Returns a text portion after the given position.
-    
-   Returns the substring of the specified text type that is located after the 
-    given character and does not include it. The result of this method should be 
-    same as a result for IAccessibleText::textAtOffset with a suitably increased 
+
+   Returns the substring of the specified text type that is located after the
+    given character and does not include it. The result of this method should be
+    same as a result for IAccessibleText::textAtOffset with a suitably increased
     index value.
 
-   For example, if text type is ::IA2_TEXT_BOUNDARY_WORD, then the complete 
+   For example, if text type is ::IA2_TEXT_BOUNDARY_WORD, then the complete
     word that is closest to and located after offset is returned.
 
    If the index is valid, but no text is found, S_FALSE is returned along with out
@@ -2704,25 +2704,25 @@
     than character when the text consists entirely of whitespace.
 
    @param [in] offset
-    Index of the character for which to return the text part after it.  The index 
+    Index of the character for which to return the text part after it.  The index
     character will not be part of the returned string. The valid range is 0..length.
-    Refer to @ref _specialOffsets 
-    "Special Offsets for use in the IAccessibleText and IAccessibleEditableText Methods" 
+    Refer to @ref _specialOffsets
+    "Special Offsets for use in the IAccessibleText and IAccessibleEditableText Methods"
     for information about special offsets that can be used in %IAccessibleText methods.
    @param [in] boundaryType
-    The type of the text portion to return.  See ::IA2TextBoundaryType for the complete 
+    The type of the text portion to return.  See ::IA2TextBoundaryType for the complete
     list.
    @param [out] startOffset
     0 based offset of first character.
    @param [out] endOffset
     0 based offset of one past the last character.
    @param [out] text
-    Returns the requested text portion.  This portion may be empty or invalid when 
+    Returns the requested text portion.  This portion may be empty or invalid when
     no appropriate text portion is found or text type is invalid.
    @retval S_OK
-   @retval S_FALSE if the requested boundary type is not implemented, such as 
-    ::IA2_TEXT_BOUNDARY_SENTENCE, or if there is nothing to return; 
-    [out] values are 0s and NULL respectively 
+   @retval S_FALSE if the requested boundary type is not implemented, such as
+    ::IA2_TEXT_BOUNDARY_SENTENCE, or if there is nothing to return;
+    [out] values are 0s and NULL respectively
    @retval E_INVALIDARG if bad [in] passed
   */
   [propget] HRESULT textAfterOffset
@@ -2752,23 +2752,23 @@
    @param [in] offset
     Index of the character for which to return the text part it belongs to.  The valid
     range is 0..length.
-    Refer to @ref _specialOffsets 
-    "Special Offsets for use in the IAccessibleText and IAccessibleEditableText Methods" 
+    Refer to @ref _specialOffsets
+    "Special Offsets for use in the IAccessibleText and IAccessibleEditableText Methods"
     for information about special offsets that can be used in %IAccessibleText methods.
    @param [in] boundaryType
-    The type of the text portion to return.  See ::IA2TextBoundaryType for the complete 
+    The type of the text portion to return.  See ::IA2TextBoundaryType for the complete
     list.
    @param [out] startOffset
     0 based offset of first character.
    @param [out] endOffset
     0 based offset of one past the last character.
    @param [out] text
-    Returns the requested text portion.  This portion may be empty or invalid when 
+    Returns the requested text portion.  This portion may be empty or invalid when
     no appropriate text portion is found or text type is invalid.
    @retval S_OK
-   @retval S_FALSE if the requested boundary type is not implemented, such as 
-    ::IA2_TEXT_BOUNDARY_SENTENCE, or if there is nothing to return; 
-    [out] values are 0s and NULL respectively 
+   @retval S_FALSE if the requested boundary type is not implemented, such as
+    ::IA2_TEXT_BOUNDARY_SENTENCE, or if there is nothing to return;
+    [out] values are 0s and NULL respectively
    @retval E_INVALIDARG if bad [in] passed
   */
   [propget] HRESULT textAtOffset
@@ -2796,19 +2796,19 @@
    The caret position/offset is that of the character logically following it,
    e.g. to the right of it in a left to right language.
 
-   Setting the caret position may or may not alter the current selection.  A 
-    change of the selection is notified to the accessibility event listeners with 
+   Setting the caret position may or may not alter the current selection.  A
+    change of the selection is notified to the accessibility event listeners with
     an ::IA2_EVENT_TEXT_SELECTION_CHANGED event.
 
-   When the new caret position differs from the old one (which, of course, is the 
+   When the new caret position differs from the old one (which, of course, is the
     standard case) this is notified to the accessibility event listeners with an
     ::IA2_EVENT_TEXT_CARET_MOVED event.
    @param [in] offset
-    The new index of the caret.  This caret is actually placed to the left side of 
-    the character with that index.  An index of 0 places the caret so that the next 
-    insertion goes before the first character.  An index of IAccessibleText::nCharacters 
-    leads to insertion after the last character.  Refer to @ref _specialOffsets 
-    "Special Offsets for use in the IAccessibleText and IAccessibleEditableText Methods" 
+    The new index of the caret.  This caret is actually placed to the left side of
+    the character with that index.  An index of 0 places the caret so that the next
+    insertion goes before the first character.  An index of IAccessibleText::nCharacters
+    leads to insertion after the last character.  Refer to @ref _specialOffsets
+    "Special Offsets for use in the IAccessibleText and IAccessibleEditableText Methods"
     for information about special offsets that can be used in %IAccessibleText methods.
    @retval S_OK
    @retval E_FAIL if the caret cannot be set
@@ -2828,8 +2828,8 @@
     New ending offset (0 based) - the offset of the character just past the last character of the selection.
    @retval S_OK
    @retval E_INVALIDARG if bad [in] passed
-   @note Refer to @ref _specialOffsets 
-    "Special Offsets for use in the IAccessibleText and IAccessibleEditableText Methods" 
+   @note Refer to @ref _specialOffsets
+    "Special Offsets for use in the IAccessibleText and IAccessibleEditableText Methods"
     for information about special offsets that can be used in %IAccessibleText methods.
   */
   HRESULT setSelection
@@ -2841,7 +2841,7 @@
 
   /** @brief Returns total number of characters.
 
-   Note that this may be different than the total number of bytes required to store the 
+   Note that this may be different than the total number of bytes required to store the
     text, if the text contains multi-byte characters.
    @param [out] nCharacters
    @retval S_OK
@@ -2860,8 +2860,8 @@
     Defines where the object should be placed on the screen.
    @retval S_OK
    @retval E_INVALIDARG if bad [in] passed
-   @note Refer to @ref _specialOffsets 
-    "Special Offsets for use in the IAccessibleText and IAccessibleEditableText Methods" 
+   @note Refer to @ref _specialOffsets
+    "Special Offsets for use in the IAccessibleText and IAccessibleEditableText Methods"
     for information about special offsets that can be used in %IAccessibleText methods.
   */
   HRESULT scrollSubstringTo
@@ -2886,8 +2886,8 @@
    @retval S_OK
    @retval S_FALSE if the object is already at the specified location.
    @retval E_INVALIDARG if bad [in] passed
-   @note Refer to @ref _specialOffsets 
-    "Special Offsets for use in the IAccessibleText and IAccessibleEditableText Methods" 
+   @note Refer to @ref _specialOffsets
+    "Special Offsets for use in the IAccessibleText and IAccessibleEditableText Methods"
     for information about special offsets that can be used in %IAccessibleText methods.
   */
   HRESULT scrollSubstringToPoint
@@ -2896,23 +2896,23 @@
      [in] long endIndex,
      [in] enum IA2CoordinateType coordinateType,
      [in] long x,
-     [in] long y 
+     [in] long y
     );
 
   /** @brief Returns any inserted text.
 
-   Provided for use by the ::IA2_EVENT_TEXT_INSERTED and ::IA2_EVENT_TEXT_UPDATED 
+   Provided for use by the ::IA2_EVENT_TEXT_INSERTED and ::IA2_EVENT_TEXT_UPDATED
     event handlers.
 
-   This data is only guaranteed to be valid while the thread notifying the event 
-   continues. Once the handler has returned, the validity of the data depends on 
-   how the server manages the life cycle of its objects. Also, note that the server 
-   may have different life cycle management strategies for controls depending on 
-   whether or not a control manages its children. Lists, trees, and tables can have 
-   a large number of children and thus it's possible that the child objects for those 
-   controls would only be created as needed. Servers should document their life cycle 
-   strategy as this will be of interest to assistive technology or script engines 
-   accessing data out of process or from other threads. Servers only need to save the 
+   This data is only guaranteed to be valid while the thread notifying the event
+   continues. Once the handler has returned, the validity of the data depends on
+   how the server manages the life cycle of its objects. Also, note that the server
+   may have different life cycle management strategies for controls depending on
+   whether or not a control manages its children. Lists, trees, and tables can have
+   a large number of children and thus it's possible that the child objects for those
+   controls would only be created as needed. Servers should document their life cycle
+   strategy as this will be of interest to assistive technology or script engines
+   accessing data out of process or from other threads. Servers only need to save the
    last inserted block of text and a scope of the entire application is adequate.
 
    @param [out] newText
@@ -2930,16 +2930,16 @@
   /** @brief Returns any removed text.
 
    Provided for use by the IA2_EVENT_TEXT_REMOVED/UPDATED event handlers.
-   
-   This data is only guaranteed to be valid while the thread notifying the event 
-   continues. Once the handler has returned, the validity of the data depends on 
-   how the server manages the life cycle of its objects. Also, note that the server 
-   may have different life cycle management strategies for controls depending on 
-   whether or not a control manages its children. Lists, trees, and tables can have 
-   a large number of children and thus it's possible that the child objects for those 
-   controls would only be created as needed. Servers should document their life cycle 
-   strategy as this will be of interest to assistive technology or script engines 
-   accessing data out of process or from other threads. Servers only need to save the 
+
+   This data is only guaranteed to be valid while the thread notifying the event
+   continues. Once the handler has returned, the validity of the data depends on
+   how the server manages the life cycle of its objects. Also, note that the server
+   may have different life cycle management strategies for controls depending on
+   whether or not a control manages its children. Lists, trees, and tables can have
+   a large number of children and thus it's possible that the child objects for those
+   controls would only be created as needed. Servers should document their life cycle
+   strategy as this will be of interest to assistive technology or script engines
+   accessing data out of process or from other threads. Servers only need to save the
    last removed block of text and a scope of the entire application is adequate.
 
    @param [out] oldText
@@ -2957,55 +2957,55 @@
 /*************************************************************************
  *
  *  File Name (AccessibleText2.idl)
- * 
- *  IAccessible2 IDL Specification 
- * 
- *  Copyright (c) 2007, 2013 Linux Foundation 
- *  Copyright (c) 2006 IBM Corporation 
- *  Copyright (c) 2000, 2006 Sun Microsystems, Inc. 
- *  All rights reserved. 
- *   
- *   
- *  Redistribution and use in source and binary forms, with or without 
- *  modification, are permitted provided that the following conditions 
- *  are met: 
- *   
- *   1. Redistributions of source code must retain the above copyright 
- *      notice, this list of conditions and the following disclaimer. 
- *   
- *   2. Redistributions in binary form must reproduce the above 
- *      copyright notice, this list of conditions and the following 
- *      disclaimer in the documentation and/or other materials 
- *      provided with the distribution. 
  *
- *   3. Neither the name of the Linux Foundation nor the names of its 
- *      contributors may be used to endorse or promote products 
- *      derived from this software without specific prior written 
- *      permission. 
- *   
- *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 
- *  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, 
- *  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 
- *  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
- *  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 
- *  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 
- *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 
- *  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 
- *  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 
- *  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
- *  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 
- *  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 
- *  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
- *   
- *  This BSD License conforms to the Open Source Initiative "Simplified 
- *  BSD License" as published at: 
- *  http://www.opensource.org/licenses/bsd-license.php 
- *   
- *  IAccessible2 is a trademark of the Linux Foundation. The IAccessible2 
- *  mark may be used in accordance with the Linux Foundation Trademark 
- *  Policy to indicate compliance with the IAccessible2 specification. 
- * 
- ************************************************************************/ 
+ *  IAccessible2 IDL Specification
+ *
+ *  Copyright (c) 2007, 2013 Linux Foundation
+ *  Copyright (c) 2006 IBM Corporation
+ *  Copyright (c) 2000, 2006 Sun Microsystems, Inc.
+ *  All rights reserved.
+ *
+ *
+ *  Redistribution and use in source and binary forms, with or without
+ *  modification, are permitted provided that the following conditions
+ *  are met:
+ *
+ *   1. Redistributions of source code must retain the above copyright
+ *      notice, this list of conditions and the following disclaimer.
+ *
+ *   2. Redistributions in binary form must reproduce the above
+ *      copyright notice, this list of conditions and the following
+ *      disclaimer in the documentation and/or other materials
+ *      provided with the distribution.
+ *
+ *   3. Neither the name of the Linux Foundation nor the names of its
+ *      contributors may be used to endorse or promote products
+ *      derived from this software without specific prior written
+ *      permission.
+ *
+ *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
+ *  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
+ *  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ *  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ *  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+ *  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ *  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ *  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ *  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ *  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+ *  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+ *  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ *  This BSD License conforms to the Open Source Initiative "Simplified
+ *  BSD License" as published at:
+ *  http://www.opensource.org/licenses/bsd-license.php
+ *
+ *  IAccessible2 is a trademark of the Linux Foundation. The IAccessible2
+ *  mark may be used in accordance with the Linux Foundation Trademark
+ *  Policy to indicate compliance with the IAccessible2 specification.
+ *
+ ************************************************************************/
 
 
 
@@ -3047,7 +3047,7 @@
      [in] long offset,
      [in] BSTR filter,
      [out] long *startOffset,
-     [out] long *endOffset,	
+     [out] long *endOffset,
      [out, retval] BSTR *attributeValues
     );
 
@@ -3055,55 +3055,55 @@
 /*************************************************************************
  *
  *  File Name (AccessibleEditableText.idl)
- * 
- *  IAccessible2 IDL Specification 
- * 
- *  Copyright (c) 2007, 2012 Linux Foundation 
- *  Copyright (c) 2006 IBM Corporation 
- *  Copyright (c) 2000, 2006 Sun Microsystems, Inc. 
- *  All rights reserved. 
- *   
- *   
- *  Redistribution and use in source and binary forms, with or without 
- *  modification, are permitted provided that the following conditions 
- *  are met: 
- *   
- *   1. Redistributions of source code must retain the above copyright 
- *      notice, this list of conditions and the following disclaimer. 
- *   
- *   2. Redistributions in binary form must reproduce the above 
- *      copyright notice, this list of conditions and the following 
- *      disclaimer in the documentation and/or other materials 
- *      provided with the distribution. 
  *
- *   3. Neither the name of the Linux Foundation nor the names of its 
- *      contributors may be used to endorse or promote products 
- *      derived from this software without specific prior written 
- *      permission. 
- *   
- *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 
- *  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, 
- *  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 
- *  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
- *  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 
- *  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 
- *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 
- *  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 
- *  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 
- *  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
- *  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 
- *  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 
- *  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
- *   
- *  This BSD License conforms to the Open Source Initiative "Simplified 
- *  BSD License" as published at: 
- *  http://www.opensource.org/licenses/bsd-license.php 
- *   
- *  IAccessible2 is a trademark of the Linux Foundation. The IAccessible2 
- *  mark may be used in accordance with the Linux Foundation Trademark 
- *  Policy to indicate compliance with the IAccessible2 specification. 
- * 
- ************************************************************************/ 
+ *  IAccessible2 IDL Specification
+ *
+ *  Copyright (c) 2007, 2012 Linux Foundation
+ *  Copyright (c) 2006 IBM Corporation
+ *  Copyright (c) 2000, 2006 Sun Microsystems, Inc.
+ *  All rights reserved.
+ *
+ *
+ *  Redistribution and use in source and binary forms, with or without
+ *  modification, are permitted provided that the following conditions
+ *  are met:
+ *
+ *   1. Redistributions of source code must retain the above copyright
+ *      notice, this list of conditions and the following disclaimer.
+ *
+ *   2. Redistributions in binary form must reproduce the above
+ *      copyright notice, this list of conditions and the following
+ *      disclaimer in the documentation and/or other materials
+ *      provided with the distribution.
+ *
+ *   3. Neither the name of the Linux Foundation nor the names of its
+ *      contributors may be used to endorse or promote products
+ *      derived from this software without specific prior written
+ *      permission.
+ *
+ *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
+ *  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
+ *  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ *  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ *  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+ *  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ *  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ *  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ *  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ *  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+ *  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+ *  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ *  This BSD License conforms to the Open Source Initiative "Simplified
+ *  BSD License" as published at:
+ *  http://www.opensource.org/licenses/bsd-license.php
+ *
+ *  IAccessible2 is a trademark of the Linux Foundation. The IAccessible2
+ *  mark may be used in accordance with the Linux Foundation Trademark
+ *  Policy to indicate compliance with the IAccessible2 specification.
+ *
+ ************************************************************************/
 
 
 
@@ -3112,21 +3112,21 @@
 
 /** @brief This interface provides clipboard capability to text objects.
 
- This interface is typically used in conjunction with the IAccessibleText 
+ This interface is typically used in conjunction with the IAccessibleText
   interface and complements that interface with the additional capability of
   clipboard operations.  Note that even a read only text object can support
   the copy capability so this interface is not limited to editable objects.
 
  The substrings used with this interface are specified as follows:
-  If startOffset is less than endOffset, the substring starts with the 
+  If startOffset is less than endOffset, the substring starts with the
   character at startOffset and ends with the character just before endOffset.
-  If endOffset is lower than startOffset,  the result is the same as a call 
-  with the two arguments exchanged. The whole text can be defined by passing 
-  the indices zero and IAccessibleText::nCharacters. If both indices have the 
-  same value, an empty string is defined. 
+  If endOffset is lower than startOffset,  the result is the same as a call
+  with the two arguments exchanged. The whole text can be defined by passing
+  the indices zero and IAccessibleText::nCharacters. If both indices have the
+  same value, an empty string is defined.
 
  Refer to the @ref _specialOffsets
-  "Special Offsets for use in the IAccessibleText and IAccessibleEditableText Methods" 
+  "Special Offsets for use in the IAccessibleText and IAccessibleEditableText Methods"
   for information about a special offset constant that can be used in %IAccessibleEditableText methods.
 */
 [object, uuid(A59AA09A-7011-4b65-939D-32B1FB5547E3)]
@@ -3134,10 +3134,10 @@
 {
 
   /** @brief Copies the text range into the clipboard.
-    
+
    The selection is set to the specified offsets and then selection is copied into
    the system clipboard.
-        
+
    @param [in] startOffset
     Start index of the text to moved into the clipboard.
     The valid range is 0..length.
@@ -3146,20 +3146,20 @@
     The valid range is 0..length.
    @retval S_OK
    @retval E_INVALIDARG if bad [in] passed
-   @note Refer to @ref _specialOffsets 
-    "Special Offsets for use in the IAccessibleText and IAccessibleEditableText Methods" 
+   @note Refer to @ref _specialOffsets
+    "Special Offsets for use in the IAccessibleText and IAccessibleEditableText Methods"
     for information about special offsets that can be used in %IAccessibleEditableText
     methods.
    @deprecated This function is available via the application's GUI.
   */
   HRESULT copyText
     (
-     [in] long startOffset, 
-     [in] long endOffset 
+     [in] long startOffset,
+     [in] long endOffset
     );
 
   /** @brief Deletes a range of text.
-    
+
    The text between and including the two given indices is deleted
     from the text represented by this object.
 
@@ -3171,27 +3171,27 @@
     The valid range is 0..length.
    @retval S_OK
    @retval E_INVALIDARG if bad [in] passed
-   @note Refer to @ref _specialOffsets 
-    "Special Offsets for use in the IAccessibleText and IAccessibleEditableText Methods" 
+   @note Refer to @ref _specialOffsets
+    "Special Offsets for use in the IAccessibleText and IAccessibleEditableText Methods"
     for information about special offsets that can be used in %IAccessibleEditableText
     methods.
   */
   HRESULT deleteText
     (
-     [in] long startOffset, 
-     [in] long endOffset 
+     [in] long startOffset,
+     [in] long endOffset
     );
-  
+
   /** @brief Inserts text at the specified position.
-    
+
    The specified string is inserted at the given index into the text
     represented by this object.
 
    @param [in] offset
     Index at which to insert the text.
     The valid range is 0..length.
-	Refer to @ref _specialOffsets 
-    "Special Offsets for use in the IAccessibleText and IAccessibleEditableText Methods" 
+	Refer to @ref _specialOffsets
+    "Special Offsets for use in the IAccessibleText and IAccessibleEditableText Methods"
     for information about special offsets that can be used in %IAccessibleEditableText
     methods.
    @param [in] text
@@ -3204,22 +3204,22 @@
      [in] long offset,
      [in] BSTR *text
     );
-  
+
   /** @brief Deletes a range of text and copies it to the clipboard.
-    
+
    The selection is set to the specified offsets, the selection is then copied into
     the system clipboard, and then the selection is deleted.
 
    @param [in] startOffset
     Start index of the text to be deleted.
     The valid range is 0..length.
-   @param [in] endOffset 	
+   @param [in] endOffset
     End index of the text to be deleted.
     The valid range is 0..length.
    @retval S_OK
    @retval E_INVALIDARG if bad [in] passed
-   @note Refer to @ref _specialOffsets 
-    "Special Offsets for use in the IAccessibleText and IAccessibleEditableText Methods" 
+   @note Refer to @ref _specialOffsets
+    "Special Offsets for use in the IAccessibleText and IAccessibleEditableText Methods"
     for information about special offsets that can be used in %IAccessibleEditableText
     methods.
    @deprecated This function is available via the application's GUI.
@@ -3231,19 +3231,19 @@
     );
 
   /** @brief Pastes content from the clipboard.
-    
-   Any existing selection is removed, the clipboard content is then pasted into 
+
+   Any existing selection is removed, the clipboard content is then pasted into
     this object's text at the given offset.  This method is similar to the insertText
     method.  If the index is not valid the system clipboard content is not inserted. The
     behavior is the same as	when Ctrl+V is used, i.e. the pasted contents are not
     necessarily plain text.
-  
+
    @param [in] offset
     Index at which to insert the content from the system clipboard into
     the text represented by this object.
     The valid range is 0..length.
-	Refer to @ref _specialOffsets 
-    "Special Offsets for use in the IAccessibleText and IAccessibleEditableText Methods" 
+	Refer to @ref _specialOffsets
+    "Special Offsets for use in the IAccessibleText and IAccessibleEditableText Methods"
     for information about special offsets that can be used in %IAccessibleEditableText
     methods.
    @retval S_OK
@@ -3256,13 +3256,13 @@
     );
 
   /** @brief Replaces text.
-    
-   The text between the two given indices is replaced by the specified 
+
+   The text between the two given indices is replaced by the specified
     replacement string. This method is equivalent to calling first
-    IAccessibleEditableText::deleteText with the two indices and then 
+    IAccessibleEditableText::deleteText with the two indices and then
     calling IAccessibleEditableText::insertText with the replacement text
 	at the start index.
-       
+
    @param [in] startOffset
     Start index of the text to be replaced.
     The valid range is 0..length.
@@ -3273,8 +3273,8 @@
     The Text that replaces the text between the given indices.
    @retval S_OK
    @retval E_INVALIDARG if bad [in] passed
-   @note Refer to @ref _specialOffsets 
-    "Special Offsets for use in the IAccessibleText and IAccessibleEditableText Methods" 
+   @note Refer to @ref _specialOffsets
+    "Special Offsets for use in the IAccessibleText and IAccessibleEditableText Methods"
     for information about special offsets that can be used in %IAccessibleEditableText
     methods.
   */
@@ -3286,10 +3286,10 @@
     );
 
   /** @brief Replaces the attributes of a text range by the given set of attributes.
-    
+
    Sets the attributes for the text between the two given indices. The old
     attributes are replaced by the new list of attributes.
-        
+
    @param [in] startOffset
     Start index of the text whose attributes are modified.
     The valid range is 0..length.
@@ -3301,8 +3301,8 @@
     the specified text portion.
    @retval S_OK
    @retval E_INVALIDARG if bad [in] passed
-   @note Refer to @ref _specialOffsets 
-    "Special Offsets for use in the IAccessibleText and IAccessibleEditableText Methods" 
+   @note Refer to @ref _specialOffsets
+    "Special Offsets for use in the IAccessibleText and IAccessibleEditableText Methods"
     for information about special offsets that can be used in %IAccessibleEditableText
     methods.
   */
@@ -3317,55 +3317,55 @@
 /*************************************************************************
  *
  *  File Name (AccessibleHyperlink.idl)
- * 
- *  IAccessible2 IDL Specification 
- * 
- *  Copyright (c) 2007, 2010 Linux Foundation 
- *  Copyright (c) 2006 IBM Corporation 
- *  Copyright (c) 2000, 2006 Sun Microsystems, Inc. 
- *  All rights reserved. 
- *   
- *   
- *  Redistribution and use in source and binary forms, with or without 
- *  modification, are permitted provided that the following conditions 
- *  are met: 
- *   
- *   1. Redistributions of source code must retain the above copyright 
- *      notice, this list of conditions and the following disclaimer. 
- *   
- *   2. Redistributions in binary form must reproduce the above 
- *      copyright notice, this list of conditions and the following 
- *      disclaimer in the documentation and/or other materials 
- *      provided with the distribution. 
  *
- *   3. Neither the name of the Linux Foundation nor the names of its 
- *      contributors may be used to endorse or promote products 
- *      derived from this software without specific prior written 
- *      permission. 
- *   
- *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 
- *  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, 
- *  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 
- *  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
- *  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 
- *  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 
- *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 
- *  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 
- *  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 
- *  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
- *  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 
- *  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 
- *  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
- *   
- *  This BSD License conforms to the Open Source Initiative "Simplified 
- *  BSD License" as published at: 
- *  http://www.opensource.org/licenses/bsd-license.php 
- *   
- *  IAccessible2 is a trademark of the Linux Foundation. The IAccessible2 
- *  mark may be used in accordance with the Linux Foundation Trademark 
- *  Policy to indicate compliance with the IAccessible2 specification. 
- * 
- ************************************************************************/ 
+ *  IAccessible2 IDL Specification
+ *
+ *  Copyright (c) 2007, 2010 Linux Foundation
+ *  Copyright (c) 2006 IBM Corporation
+ *  Copyright (c) 2000, 2006 Sun Microsystems, Inc.
+ *  All rights reserved.
+ *
+ *
+ *  Redistribution and use in source and binary forms, with or without
+ *  modification, are permitted provided that the following conditions
+ *  are met:
+ *
+ *   1. Redistributions of source code must retain the above copyright
+ *      notice, this list of conditions and the following disclaimer.
+ *
+ *   2. Redistributions in binary form must reproduce the above
+ *      copyright notice, this list of conditions and the following
+ *      disclaimer in the documentation and/or other materials
+ *      provided with the distribution.
+ *
+ *   3. Neither the name of the Linux Foundation nor the names of its
+ *      contributors may be used to endorse or promote products
+ *      derived from this software without specific prior written
+ *      permission.
+ *
+ *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
+ *  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
+ *  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ *  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ *  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+ *  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ *  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ *  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ *  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ *  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+ *  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+ *  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ *  This BSD License conforms to the Open Source Initiative "Simplified
+ *  BSD License" as published at:
+ *  http://www.opensource.org/licenses/bsd-license.php
+ *
+ *  IAccessible2 is a trademark of the Linux Foundation. The IAccessible2
+ *  mark may be used in accordance with the Linux Foundation Trademark
+ *  Policy to indicate compliance with the IAccessible2 specification.
+ *
+ ************************************************************************/
 
 
 
@@ -3374,16 +3374,16 @@
 
 /** @brief This interface represents hyperlinks.
 
- This interface represents a hyperlink associated with a single substring 
-  of text or single non-text object.  Non-text objects can have either a 
-  single link or a collection of links such as when the non-text object is 
+ This interface represents a hyperlink associated with a single substring
+  of text or single non-text object.  Non-text objects can have either a
+  single link or a collection of links such as when the non-text object is
   an image map.
 
  Linked objects and anchors are implementation dependent. This interface is derived
-  from IAccessibleAction.  IAccessibleAction::nActions is one greater than the 
+  from IAccessibleAction.  IAccessibleAction::nActions is one greater than the
   maximum value for the indices used with the methods of this interface.
-        
- Furthermore, the object that implements this interface has to be connected 
+
+ Furthermore, the object that implements this interface has to be connected
   implicitly or explicitly with an object that implements IAccessibleText.
   IAccessibleHyperlink::startIndex and IAccessibleHyperlink::endIndex are
   indices with respect to the text exposed by IAccessibleText.
@@ -3415,16 +3415,16 @@
 {
 
   /** @brief Returns an object that represents the link anchor, as appropriate
-   for the link at the specified index.       
+   for the link at the specified index.
    @param [in] index
     A 0 based index identifies the anchor when, as in the case of an image map,
     there is more than one link represented by this object.  The valid maximal
     index is indicated by IAccessibleAction::nActions.
    @param [out] anchor
-    This is an implementation dependent value.  For example, for a text link this 
+    This is an implementation dependent value.  For example, for a text link this
 	method could return the substring of the containing string where the substring
-	is overridden with link behavior, and for an image link this method could return 
-	an IUnknown VARIANT for IAccessibleImage.  See the section about 
+	is overridden with link behavior, and for an image link this method could return
+	an IUnknown VARIANT for IAccessibleImage.  See the section about
 	@ref _variants "VARIANTs" for additional information.
    @retval S_OK
    @retval E_INVALIDARG if bad [in] passed
@@ -3436,7 +3436,7 @@
     );
 
   /** @brief Returns an object representing the target of the link, as appropriate
-   for the link at the specified index.       
+   for the link at the specified index.
    @param [in] index
     A 0 based index identifies the anchor when, as in the case of an image map,
     there is more than one link represented by this object.  The valid maximal
@@ -3444,8 +3444,8 @@
    @param [out] anchorTarget
     This is an implementation dependent value.  For example this method could
 	return a BSTR VARIANT of the URI.  Alternatively this method could return an
-	IUnknown VARIANT of a COM interface representing a target object to be 
-	activated when the link is activated.  See the section about 
+	IUnknown VARIANT of a COM interface representing a target object to be
+	activated when the link is activated.  See the section about
 	@ref _variants "VARIANTs" for additional information.
    @retval S_OK
    @retval E_INVALIDARG if bad [in] passed
@@ -3458,8 +3458,8 @@
 
   /** @brief Returns the 0 based character offset at which the textual representation of the hyperlink starts.
 
-   The returned value is related to the IAccessibleText interface of the object that 
-   owns this hyperlink. 
+   The returned value is related to the IAccessibleText interface of the object that
+   owns this hyperlink.
    @param [out] index
    @retval S_OK
   */
@@ -3469,9 +3469,9 @@
     );
 
   /** @brief Returns the 0 based character offset at which the textual representation of the hyperlink ends.
-    
-   The returned value is related to the IAccessibleText interface of the object that 
-   owns this hyperlink. The character at the index is not part of the hypertext.  
+
+   The returned value is related to the IAccessibleText interface of the object that
+   owns this hyperlink. The character at the index is not part of the hypertext.
    @param [out] index
    @retval S_OK
   */
@@ -3481,7 +3481,7 @@
     );
 
   /** @brief Returns whether the target object referenced by this link is still valid.
-        
+
    This is a volatile state that may change without sending an appropriate event.
    Returns TRUE if the referenced target is still valid and FALSE otherwise.
 
@@ -3504,55 +3504,55 @@
 /*************************************************************************
  *
  *  File Name (AccessibleHypertext.idl)
- * 
- *  IAccessible2 IDL Specification 
- * 
- *  Copyright (c) 2007, 2010 Linux Foundation 
- *  Copyright (c) 2006 IBM Corporation 
- *  Copyright (c) 2000, 2006 Sun Microsystems, Inc. 
- *  All rights reserved. 
- *   
- *   
- *  Redistribution and use in source and binary forms, with or without 
- *  modification, are permitted provided that the following conditions 
- *  are met: 
- *   
- *   1. Redistributions of source code must retain the above copyright 
- *      notice, this list of conditions and the following disclaimer. 
- *   
- *   2. Redistributions in binary form must reproduce the above 
- *      copyright notice, this list of conditions and the following 
- *      disclaimer in the documentation and/or other materials 
- *      provided with the distribution. 
  *
- *   3. Neither the name of the Linux Foundation nor the names of its 
- *      contributors may be used to endorse or promote products 
- *      derived from this software without specific prior written 
- *      permission. 
- *   
- *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 
- *  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, 
- *  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 
- *  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
- *  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 
- *  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 
- *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 
- *  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 
- *  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 
- *  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
- *  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 
- *  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 
- *  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
- *   
- *  This BSD License conforms to the Open Source Initiative "Simplified 
- *  BSD License" as published at: 
- *  http://www.opensource.org/licenses/bsd-license.php 
- *   
- *  IAccessible2 is a trademark of the Linux Foundation. The IAccessible2 
- *  mark may be used in accordance with the Linux Foundation Trademark 
- *  Policy to indicate compliance with the IAccessible2 specification. 
- * 
- ************************************************************************/ 
+ *  IAccessible2 IDL Specification
+ *
+ *  Copyright (c) 2007, 2010 Linux Foundation
+ *  Copyright (c) 2006 IBM Corporation
+ *  Copyright (c) 2000, 2006 Sun Microsystems, Inc.
+ *  All rights reserved.
+ *
+ *
+ *  Redistribution and use in source and binary forms, with or without
+ *  modification, are permitted provided that the following conditions
+ *  are met:
+ *
+ *   1. Redistributions of source code must retain the above copyright
+ *      notice, this list of conditions and the following disclaimer.
+ *
+ *   2. Redistributions in binary form must reproduce the above
+ *      copyright notice, this list of conditions and the following
+ *      disclaimer in the documentation and/or other materials
+ *      provided with the distribution.
+ *
+ *   3. Neither the name of the Linux Foundation nor the names of its
+ *      contributors may be used to endorse or promote products
+ *      derived from this software without specific prior written
+ *      permission.
+ *
+ *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
+ *  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
+ *  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ *  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ *  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+ *  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ *  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ *  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ *  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ *  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+ *  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+ *  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ *  This BSD License conforms to the Open Source Initiative "Simplified
+ *  BSD License" as published at:
+ *  http://www.opensource.org/licenses/bsd-license.php
+ *
+ *  IAccessible2 is a trademark of the Linux Foundation. The IAccessible2
+ *  mark may be used in accordance with the Linux Foundation Trademark
+ *  Policy to indicate compliance with the IAccessible2 specification.
+ *
+ ************************************************************************/
 
 
 
@@ -3563,18 +3563,18 @@
 /** @brief This interface exposes information about hypertext in a document.
 
  The %IAccessibleHypertext interface is the main interface to expose
-  hyperlinks in a document, typically a text document, that are used 
-  to reference other documents.  A typical implementation is to implement 
+  hyperlinks in a document, typically a text document, that are used
+  to reference other documents.  A typical implementation is to implement
   this interface on the smallest text object such as a paragraph of text.
 */
 [object, uuid(6B4F8BBF-F1F2-418a-B35E-A195BC4103B9)]
 interface IAccessibleHypertext : IAccessibleText
 {
 
-  /** @brief Returns the number of links and link groups contained within this hypertext 
+  /** @brief Returns the number of links and link groups contained within this hypertext
     paragraph.
    @param [out] hyperlinkCount
-    The number of links and link groups within this hypertext paragraph.  
+    The number of links and link groups within this hypertext paragraph.
     Returns 0 if there is no link.
    @retval S_OK
   */
@@ -3584,14 +3584,14 @@
     );
 
   /** @brief Returns the specified link.
-    
-   The returned IAccessibleHyperlink object encapsulates the hyperlink and 
+
+   The returned IAccessibleHyperlink object encapsulates the hyperlink and
     provides several kinds of information describing it.
    @param [in] index
     This 0 based index specifies the hyperlink to return.
    @param [out] hyperlink
-    If the given index is valid, i.e. lies in the interval from 0 to the number 
-    of links minus one, a reference to the specified hyperlink object is returned.  
+    If the given index is valid, i.e. lies in the interval from 0 to the number
+    of links minus one, a reference to the specified hyperlink object is returned.
     If the index is invalid then a NULL pointer is returned.
    @retval S_OK
    @retval E_INVALIDARG if bad [in] passed
@@ -3603,15 +3603,15 @@
     );
 
   /** @brief Returns the index of the hyperlink that is associated with this character index.
-        
+
    This is the case when a link spans the given character index.
    @param [in] charIndex
-    A 0 based index of the character for which to return the link index.  If 
-	IAccessibleText is used to represent the text containing the link, then the 
-	character index is only  valid if it is greater than or equal to zero and 
+    A 0 based index of the character for which to return the link index.  If
+	IAccessibleText is used to represent the text containing the link, then the
+	character index is only  valid if it is greater than or equal to zero and
 	lower than the number of characters in the text.
    @param [out] hyperlinkIndex
-    Returns the 0 based index of the hyperlink that is associated with this 
+    Returns the 0 based index of the hyperlink that is associated with this
 	character index, or -1 if charIndex is not on a link.
    @retval S_OK
    @retval S_FALSE if there is nothing to return, [out] value is -1
@@ -3627,55 +3627,55 @@
 /*************************************************************************
  *
  *  File Name (AccessibleHypertext2.idl)
- * 
- *  IAccessible2 IDL Specification 
- * 
- *  Copyright (c) 2007, 2013 Linux Foundation 
- *  Copyright (c) 2006 IBM Corporation 
- *  Copyright (c) 2000, 2006 Sun Microsystems, Inc. 
- *  All rights reserved. 
- *   
- *   
- *  Redistribution and use in source and binary forms, with or without 
- *  modification, are permitted provided that the following conditions 
- *  are met: 
- *   
- *   1. Redistributions of source code must retain the above copyright 
- *      notice, this list of conditions and the following disclaimer. 
- *   
- *   2. Redistributions in binary form must reproduce the above 
- *      copyright notice, this list of conditions and the following 
- *      disclaimer in the documentation and/or other materials 
- *      provided with the distribution. 
  *
- *   3. Neither the name of the Linux Foundation nor the names of its 
- *      contributors may be used to endorse or promote products 
- *      derived from this software without specific prior written 
- *      permission. 
- *   
- *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 
- *  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, 
- *  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 
- *  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
- *  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 
- *  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 
- *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 
- *  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 
- *  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 
- *  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
- *  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 
- *  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 
- *  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
- *   
- *  This BSD License conforms to the Open Source Initiative "Simplified 
- *  BSD License" as published at: 
- *  http://www.opensource.org/licenses/bsd-license.php 
- *   
- *  IAccessible2 is a trademark of the Linux Foundation. The IAccessible2 
- *  mark may be used in accordance with the Linux Foundation Trademark 
- *  Policy to indicate compliance with the IAccessible2 specification. 
- * 
- ************************************************************************/ 
+ *  IAccessible2 IDL Specification
+ *
+ *  Copyright (c) 2007, 2013 Linux Foundation
+ *  Copyright (c) 2006 IBM Corporation
+ *  Copyright (c) 2000, 2006 Sun Microsystems, Inc.
+ *  All rights reserved.
+ *
+ *
+ *  Redistribution and use in source and binary forms, with or without
+ *  modification, are permitted provided that the following conditions
+ *  are met:
+ *
+ *   1. Redistributions of source code must retain the above copyright
+ *      notice, this list of conditions and the following disclaimer.
+ *
+ *   2. Redistributions in binary form must reproduce the above
+ *      copyright notice, this list of conditions and the following
+ *      disclaimer in the documentation and/or other materials
+ *      provided with the distribution.
+ *
+ *   3. Neither the name of the Linux Foundation nor the names of its
+ *      contributors may be used to endorse or promote products
+ *      derived from this software without specific prior written
+ *      permission.
+ *
+ *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
+ *  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
+ *  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ *  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ *  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+ *  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ *  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ *  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ *  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ *  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+ *  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+ *  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ *  This BSD License conforms to the Open Source Initiative "Simplified
+ *  BSD License" as published at:
+ *  http://www.opensource.org/licenses/bsd-license.php
+ *
+ *  IAccessible2 is a trademark of the Linux Foundation. The IAccessible2
+ *  mark may be used in accordance with the Linux Foundation Trademark
+ *  Policy to indicate compliance with the IAccessible2 specification.
+ *
+ ************************************************************************/
 
 
 
@@ -3694,7 +3694,7 @@
 
  /** @brief Returns the links for this object.
 
-   The returned IAccessibleHyperlink objects encapsulate the hyperlink and 
+   The returned IAccessibleHyperlink objects encapsulate the hyperlink and
     provides several kinds of information describing it.
 
    @param [out] hyperlinks
@@ -3714,55 +3714,55 @@
 /*************************************************************************
  *
  *  File Name (AccessibleTable.idl)
- * 
- *  IAccessible2 IDL Specification 
- * 
- *  Copyright (c) 2007, 2013 Linux Foundation 
- *  Copyright (c) 2006 IBM Corporation 
- *  Copyright (c) 2000, 2006 Sun Microsystems, Inc. 
- *  All rights reserved. 
- *   
- *   
- *  Redistribution and use in source and binary forms, with or without 
- *  modification, are permitted provided that the following conditions 
- *  are met: 
- *   
- *   1. Redistributions of source code must retain the above copyright 
- *      notice, this list of conditions and the following disclaimer. 
- *   
- *   2. Redistributions in binary form must reproduce the above 
- *      copyright notice, this list of conditions and the following 
- *      disclaimer in the documentation and/or other materials 
- *      provided with the distribution. 
  *
- *   3. Neither the name of the Linux Foundation nor the names of its 
- *      contributors may be used to endorse or promote products 
- *      derived from this software without specific prior written 
- *      permission. 
- *   
- *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 
- *  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, 
- *  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 
- *  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
- *  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 
- *  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 
- *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 
- *  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 
- *  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 
- *  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
- *  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 
- *  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 
- *  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
- *   
- *  This BSD License conforms to the Open Source Initiative "Simplified 
- *  BSD License" as published at: 
- *  http://www.opensource.org/licenses/bsd-license.php 
- *   
- *  IAccessible2 is a trademark of the Linux Foundation. The IAccessible2 
- *  mark may be used in accordance with the Linux Foundation Trademark 
- *  Policy to indicate compliance with the IAccessible2 specification. 
- * 
- ************************************************************************/ 
+ *  IAccessible2 IDL Specification
+ *
+ *  Copyright (c) 2007, 2013 Linux Foundation
+ *  Copyright (c) 2006 IBM Corporation
+ *  Copyright (c) 2000, 2006 Sun Microsystems, Inc.
+ *  All rights reserved.
+ *
+ *
+ *  Redistribution and use in source and binary forms, with or without
+ *  modification, are permitted provided that the following conditions
+ *  are met:
+ *
+ *   1. Redistributions of source code must retain the above copyright
+ *      notice, this list of conditions and the following disclaimer.
+ *
+ *   2. Redistributions in binary form must reproduce the above
+ *      copyright notice, this list of conditions and the following
+ *      disclaimer in the documentation and/or other materials
+ *      provided with the distribution.
+ *
+ *   3. Neither the name of the Linux Foundation nor the names of its
+ *      contributors may be used to endorse or promote products
+ *      derived from this software without specific prior written
+ *      permission.
+ *
+ *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
+ *  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
+ *  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ *  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ *  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+ *  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ *  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ *  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ *  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ *  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+ *  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+ *  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ *  This BSD License conforms to the Open Source Initiative "Simplified
+ *  BSD License" as published at:
+ *  http://www.opensource.org/licenses/bsd-license.php
+ *
+ *  IAccessible2 is a trademark of the Linux Foundation. The IAccessible2
+ *  mark may be used in accordance with the Linux Foundation Trademark
+ *  Policy to indicate compliance with the IAccessible2 specification.
+ *
+ ************************************************************************/
 
 
 
@@ -3770,26 +3770,26 @@
 
 
 
-/** @brief This interface gives access to a two-dimensional table. 
-       
- Typically all accessible objects that represent cells or cell-clusters of a table 
+/** @brief This interface gives access to a two-dimensional table.
+
+ Typically all accessible objects that represent cells or cell-clusters of a table
   will be at the same time children of the table.  In this case IAccessible2::indexInParent
   will return the child index which then can be used when calling IAccessibleTable::rowIndex
   and IAccessibleTable::columnIndex.
 
  However, in some cases that kind of implementation will not be possible.  When
   the table cells are not direct children of a table, the object representing
-  the cell can define a "table-cell-index" object attribute identifying the 0 
+  the cell can define a "table-cell-index" object attribute identifying the 0
   based table cell index.  This object attribute is obtained by parsing the
   attribute string returned by IAccessible2::attributes.  The "table-cell-index"
-  attribute can be used just like a child index of the typical case.  ATs should 
+  attribute can be used just like a child index of the typical case.  ATs should
   first test for the presence of the "table-cell-index" attribute and if it is not
   present then IAccessible2::indexInParent can be used as in the typical case
   where cells are direct children of the table.
-              
- The range of valid coordinates for this interface are implementation dependent.  
-  However, that range includes at least the intervals from the from the first row 
-  or column with the index 0 up to the last (but not including) used row or column 
+
+ The range of valid coordinates for this interface are implementation dependent.
+  However, that range includes at least the intervals from the from the first row
+  or column with the index 0 up to the last (but not including) used row or column
   as returned by IAccessibleTable::nRows and IAccessibleTable::nColumns.
 
  Note that newer implementations are now using IAccessibleTable2 and IAccessibleTableCell
@@ -3799,39 +3799,39 @@
 interface IAccessibleTable : IUnknown
 {
 
-  /** @brief Returns the accessible object at the specified row and column in 
+  /** @brief Returns the accessible object at the specified row and column in
     the table.  This object could be an IAccessible or an IAccessible2.
    @param [in] row
     The 0 based row index for which to retrieve the cell.
    @param [in] column
     The 0 based column index for which to retrieve the cell.
    @param [out] accessible
-    If both row and column index are valid then the corresponding accessible 
-    object is returned that represents the requested cell regardless of whether 
+    If both row and column index are valid then the corresponding accessible
+    object is returned that represents the requested cell regardless of whether
     the cell is currently visible (on the screen).
    @retval S_OK
-   @retval E_INVALIDARG if bad [in] passed, [out] value is NULL 
+   @retval E_INVALIDARG if bad [in] passed, [out] value is NULL
   */
   [propget] HRESULT accessibleAt
     (
-     [in] long row, 
+     [in] long row,
      [in] long column,
-     [out, retval] IUnknown **accessible 
+     [out, retval] IUnknown **accessible
     );
 
-  /** @brief Returns the caption for the table.  The returned object could be 
+  /** @brief Returns the caption for the table.  The returned object could be
     an IAccessible or an IAccessible2.
    @param [out] accessible
-    If the table has a caption then a reference to it is returned, else a NULL 
+    If the table has a caption then a reference to it is returned, else a NULL
     pointer is returned.
    @retval S_OK
-   @retval S_FALSE if there is nothing to return, [out] value is NULL 
+   @retval S_FALSE if there is nothing to return, [out] value is NULL
   */
   [propget] HRESULT caption
     (
-     [out, retval] IUnknown **accessible 
+     [out, retval] IUnknown **accessible
     );
-	  
+
   /** @brief Translates the given row and column indexes into the corresponding cell index.
    @param [in] rowIndex
     0 based row index for the cell.
@@ -3842,7 +3842,7 @@
    @retval S_OK
    @retval E_INVALIDARG if bad [in] passed, [out] value is 0
    @note The returned value is not necessarily a child index of the immediate parent.
-    In cases where the table cells are not direct children of the table the index 
+    In cases where the table cells are not direct children of the table the index
     is actually the cell index, i.e. conceptually it's an index into a one dimensional
 	array of cells laid out in row order.
   */
@@ -3857,10 +3857,10 @@
    @param [in] column
     The 0 based index of the column for which to retrieve the description.
    @param [out] description
-    Returns the description text of the specified column in the table if such a 
+    Returns the description text of the specified column in the table if such a
     description exists.  Otherwise a NULL pointer is returned.
    @retval S_OK
-   @retval S_FALSE if there is nothing to return, [out] value is NULL 
+   @retval S_FALSE if there is nothing to return, [out] value is NULL
    @retval E_INVALIDARG if bad [in] passed, [out] value is NULL
   */
   [propget] HRESULT columnDescription
@@ -3869,9 +3869,9 @@
      [out, retval] BSTR *description
     );
 
-  /** @brief Returns the number of columns occupied by the accessible object 
+  /** @brief Returns the number of columns occupied by the accessible object
     at the specified row and column in the table.
-        
+
    The result is greater than 1 if the specified cell spans multiple columns.
    @param [in] row
     0 based row index of the accessible for which to return the column extent.
@@ -3886,18 +3886,18 @@
     (
      [in] long row,
      [in] long column,
-     [out, retval] long *nColumnsSpanned 
+     [out, retval] long *nColumnsSpanned
     );
 
   /** @brief Returns the column headers as an %IAccessibleTable object.
-        
+
    Content and size of the returned table are implementation dependent.
    @param [out] accessibleTable
     The column header
    @param [out] startingRowIndex
     The 0 based row index where the header starts, usually 0.
    @retval S_OK
-   @retval S_FALSE if there is no header, [out] values are NULL and 0 respectively 
+   @retval S_FALSE if there is no header, [out] values are NULL and 0 respectively
   */
   [propget] HRESULT columnHeader
     (
@@ -3908,12 +3908,12 @@
   /** @brief Translates the given cell index into the corresponding column index.
    @param [in] cellIndex
     0 based index of the cell in the parent or closest ancestor table.  Typically this
-	is the value returned from IAccessible2::indexInParent, but in the case where the 
-	table cells are not direct children of the table this is the cell index specified 
-	by the "table-cell-index" object attribute obtained from parsing the attributes 
+	is the value returned from IAccessible2::indexInParent, but in the case where the
+	table cells are not direct children of the table this is the cell index specified
+	by the "table-cell-index" object attribute obtained from parsing the attributes
 	string returned by calling IAccessible2::attributes on the cell object.
    @param [out] columnIndex
-    Returns the 0 based column index of the cell of the specified child or the index of 
+    Returns the 0 based column index of the cell of the specified child or the index of
     the first column if the child spans multiple columns.
    @retval S_OK
    @retval E_INVALIDARG if bad [in] passed, [out] value is 0
@@ -3931,7 +3931,7 @@
   */
   [propget] HRESULT nColumns
     (
-     [out, retval] long *columnCount 
+     [out, retval] long *columnCount
     );
 
   /** @brief Returns the total number of rows in table
@@ -3941,7 +3941,7 @@
   */
   [propget] HRESULT nRows
     (
-     [out, retval] long *rowCount 
+     [out, retval] long *rowCount
     );
 
   /** @brief Returns the total number of selected cells
@@ -3961,7 +3961,7 @@
   */
   [propget] HRESULT nSelectedColumns
     (
-     [out, retval] long *columnCount 
+     [out, retval] long *columnCount
     );
 
   /** @brief Returns the total number of selected rows
@@ -3971,28 +3971,28 @@
   */
   [propget] HRESULT nSelectedRows
     (
-     [out, retval] long *rowCount 
+     [out, retval] long *rowCount
     );
 
   /** @brief Returns the description text of the specified row in the table.
    @param [in] row
     The 0 based index of the row for which to retrieve the description.
    @param [out] description
-    Returns the description text of the specified row in the table if such a 
+    Returns the description text of the specified row in the table if such a
     description exists.  Otherwise a NULL pointer is returned.
    @retval S_OK
-   @retval S_FALSE if there is nothing to return, [out] value is NULL 
+   @retval S_FALSE if there is nothing to return, [out] value is NULL
    @retval E_INVALIDARG if bad [in] passed, [out] value is NULL
   */
   [propget] HRESULT rowDescription
     (
-     [in] long row, 
+     [in] long row,
      [out, retval] BSTR *description
     );
 
-  /** @brief Returns the number of rows occupied by the accessible object 
+  /** @brief Returns the number of rows occupied by the accessible object
     at the specified row and column in the table.
-        
+
    The result is greater than 1 if the specified cell spans multiple rows.
    @param [in] row
     0 based row index of the accessible for which to return the row extent.
@@ -4011,14 +4011,14 @@
     );
 
   /** @brief Returns the row headers as an %IAccessibleTable object.
-        
+
    Content and size of the returned table are implementation dependent.
    @param [out] accessibleTable
     The row header.
    @param [out] startingColumnIndex
     The 0 based column index where the header starts, usually 0.
    @retval S_OK
-   @retval S_FALSE if there is no header, [out] values are NULL and 0 respectively 
+   @retval S_FALSE if there is no header, [out] values are NULL and 0 respectively
   */
   [propget] HRESULT rowHeader
     (
@@ -4028,10 +4028,10 @@
 
   /** @brief Translates the given cell index into a row index.
    @param [in] cellIndex
-    0 based index of the cell in the parent or closest ancestor table.  Typically this 
-	is the value returned from IAccessible2::indexInParent, but in the case where the 
-	table cells are not direct children of the table this is the cell index specified 
-	by the "table-cell-index" object attribute obtained from parsing the attributes 
+    0 based index of the cell in the parent or closest ancestor table.  Typically this
+	is the value returned from IAccessible2::indexInParent, but in the case where the
+	table cells are not direct children of the table this is the cell index specified
+	by the "table-cell-index" object attribute obtained from parsing the attributes
 	string returned by calling IAccessible2::attributes on the cell object.
    @param [out] rowIndex
     0 based row index
@@ -4041,7 +4041,7 @@
   [propget] HRESULT rowIndex
     (
 	 [in] long cellIndex,
-	 [out, retval] long *rowIndex 
+	 [out, retval] long *rowIndex
 	);
 
   /** @brief Returns a list of cell indexes currently selected (0 based).
@@ -4049,12 +4049,12 @@
     This parameter is ignored. Refer to @ref _arrayConsideration
 	"Special Consideration when using Arrays" for more details.
    @param [out] children
-    An array of cell indexes of selected cells (each index is 0 based), 
+    An array of cell indexes of selected cells (each index is 0 based),
 	allocated by the server. The client must free it with CoTaskMemFree.
    @param [out] nChildren
     The number of cell indexes returned; the size of the returned array.
    @retval S_OK
-   @retval S_FALSE if there are none, [out] values are NULL and 0 respectively 
+   @retval S_FALSE if there are none, [out] values are NULL and 0 respectively
   */
   [propget] HRESULT selectedChildren
     (
@@ -4065,7 +4065,7 @@
 
   /** @brief Returns a list of column indexes currently selected (0 based).
    @param [in] maxColumns
-    This parameter is ignored. Refer to @ref _arrayConsideration 
+    This parameter is ignored. Refer to @ref _arrayConsideration
 	"Special Consideration when using Arrays" for more details.
    @param [out] columns
 	An array of column indexes of selected columns (each index is 0 based), allocated
@@ -4073,7 +4073,7 @@
    @param [out] nColumns
     The number of column indexes returned; the size of the returned array.
    @retval S_OK
-   @retval S_FALSE if there are none, [out] values are NULL and 0 respectively 
+   @retval S_FALSE if there are none, [out] values are NULL and 0 respectively
   */
   [propget] HRESULT selectedColumns
     (
@@ -4092,30 +4092,30 @@
    @param [out] nRows
     The number of row indexes returned; the size of the returned array.
    @retval S_OK
-   @retval S_FALSE if there are none, [out] values are NULL and 0 respectively 
+   @retval S_FALSE if there are none, [out] values are NULL and 0 respectively
   */
   [propget] HRESULT selectedRows
     (
-     [in] long maxRows, 
-     [out, size_is(,maxRows), length_is(,*nRows)] long **rows, 
-     [out, retval] long *nRows 
+     [in] long maxRows,
+     [out, size_is(,maxRows), length_is(,*nRows)] long **rows,
+     [out, retval] long *nRows
     );
 
-  /** @brief Returns the summary description of the table.  The returned object could be 
+  /** @brief Returns the summary description of the table.  The returned object could be
     an IAccessible or an IAccessible2.
    @param [out] accessible
-    Returns a reference to an implementation dependent accessible object 
-    representing the table's summary or a NULL pointer if the table 
+    Returns a reference to an implementation dependent accessible object
+    representing the table's summary or a NULL pointer if the table
     does not support a summary.
    @retval S_OK
-   @retval S_FALSE if there is nothing to return, [out] value is NULL 
+   @retval S_FALSE if there is nothing to return, [out] value is NULL
   */
   [propget] HRESULT summary
     (
-     [out, retval] IUnknown **accessible 
+     [out, retval] IUnknown **accessible
     );
 
-  /** @brief Returns a boolean value indicating whether the specified column is 
+  /** @brief Returns a boolean value indicating whether the specified column is
     completely selected.
    @param [in] column
     0 based index of the column for which to determine whether it is selected.
@@ -4130,7 +4130,7 @@
      [out, retval] boolean *isSelected
     );
 
-  /** @brief Returns a boolean value indicating whether the specified row is completely 
+  /** @brief Returns a boolean value indicating whether the specified row is completely
     selected.
    @param [in] row
     0 based index of the row for which to determine whether it is selected.
@@ -4159,7 +4159,7 @@
     (
      [in] long row,
      [in] long column,
-     [out, retval] boolean *isSelected 
+     [out, retval] boolean *isSelected
     );
 
   /** @brief Selects a row and unselects all previously selected rows.
@@ -4170,7 +4170,7 @@
   */
   HRESULT selectRow
     (
-     [in] long row 
+     [in] long row
     );
 
   /** @brief Selects a column and unselects all previously selected columns.
@@ -4205,8 +4205,8 @@
     (
      [in] long column
     );
-  
-  /** @brief Given a cell index, gets the row and column indexes and extents of a cell 
+
+  /** @brief Given a cell index, gets the row and column indexes and extents of a cell
     and whether or not it is selected.
 
    This is a convenience function.  It is not mandatory to implement it.
@@ -4227,8 +4227,8 @@
   */
   [propget] HRESULT rowColumnExtentsAtIndex
     (
-	 [in] long index, 
-	 [out] long *row,  
+	 [in] long index,
+	 [out] long *row,
 	 [out] long *column,
 	 [out] long *rowExtents,
 	 [out] long *columnExtents,
@@ -4236,25 +4236,25 @@
 	);
 
   /** @brief Returns the type and extents describing how a table changed.
-  
+
    Provided for use by the IA2_EVENT_TABLE_MODEL_CHANGED event handler.
 
-   This data is only guaranteed to be valid while the thread notifying the event 
-   continues. Once the handler has returned, the validity of the data depends on 
-   how the server manages the life cycle of its objects. Also, note that the server 
-   may have different life cycle management strategies for controls depending on 
-   whether or not a control manages its children. Lists, trees, and tables can have 
-   a large number of children and thus it's possible that the child objects for those 
-   controls would only be created as needed. Servers should document their life cycle 
-   strategy as this will be of interest to assistive technology or script engines 
-   accessing data out of process or from other threads. Servers only need to save the 
-   most recent row and column values associated with the change and a scope of the 
+   This data is only guaranteed to be valid while the thread notifying the event
+   continues. Once the handler has returned, the validity of the data depends on
+   how the server manages the life cycle of its objects. Also, note that the server
+   may have different life cycle management strategies for controls depending on
+   whether or not a control manages its children. Lists, trees, and tables can have
+   a large number of children and thus it's possible that the child objects for those
+   controls would only be created as needed. Servers should document their life cycle
+   strategy as this will be of interest to assistive technology or script engines
+   accessing data out of process or from other threads. Servers only need to save the
+   most recent row and column values associated with the change and a scope of the
    entire application is adequate.
 
    @param [out] modelChange
     A struct of (type(insert, delete, update), firstRow, lastRow, firstColumn, lastColumn).
    @retval S_OK
-   @retval S_FALSE if there is nothing to return, [out] value is NULL 
+   @retval S_FALSE if there is nothing to return, [out] value is NULL
   */
   [propget] HRESULT modelChange
     (
@@ -4265,55 +4265,55 @@
 /*************************************************************************
  *
  *  File Name (AccessibleTable2.idl)
- * 
- *  IAccessible2 IDL Specification 
- * 
- *  Copyright (c) 2007, 2012 Linux Foundation 
- *  Copyright (c) 2006 IBM Corporation 
- *  Copyright (c) 2000, 2006 Sun Microsystems, Inc. 
- *  All rights reserved. 
- *   
- *   
- *  Redistribution and use in source and binary forms, with or without 
- *  modification, are permitted provided that the following conditions 
- *  are met: 
- *   
- *   1. Redistributions of source code must retain the above copyright 
- *      notice, this list of conditions and the following disclaimer. 
- *   
- *   2. Redistributions in binary form must reproduce the above 
- *      copyright notice, this list of conditions and the following 
- *      disclaimer in the documentation and/or other materials 
- *      provided with the distribution. 
  *
- *   3. Neither the name of the Linux Foundation nor the names of its 
- *      contributors may be used to endorse or promote products 
- *      derived from this software without specific prior written 
- *      permission. 
- *   
- *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 
- *  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, 
- *  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 
- *  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
- *  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 
- *  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 
- *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 
- *  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 
- *  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 
- *  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
- *  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 
- *  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 
- *  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
- *   
- *  This BSD License conforms to the Open Source Initiative "Simplified 
- *  BSD License" as published at: 
- *  http://www.opensource.org/licenses/bsd-license.php 
- *   
- *  IAccessible2 is a trademark of the Linux Foundation. The IAccessible2 
- *  mark may be used in accordance with the Linux Foundation Trademark 
- *  Policy to indicate compliance with the IAccessible2 specification. 
- * 
- ************************************************************************/ 
+ *  IAccessible2 IDL Specification
+ *
+ *  Copyright (c) 2007, 2012 Linux Foundation
+ *  Copyright (c) 2006 IBM Corporation
+ *  Copyright (c) 2000, 2006 Sun Microsystems, Inc.
+ *  All rights reserved.
+ *
+ *
+ *  Redistribution and use in source and binary forms, with or without
+ *  modification, are permitted provided that the following conditions
+ *  are met:
+ *
+ *   1. Redistributions of source code must retain the above copyright
+ *      notice, this list of conditions and the following disclaimer.
+ *
+ *   2. Redistributions in binary form must reproduce the above
+ *      copyright notice, this list of conditions and the following
+ *      disclaimer in the documentation and/or other materials
+ *      provided with the distribution.
+ *
+ *   3. Neither the name of the Linux Foundation nor the names of its
+ *      contributors may be used to endorse or promote products
+ *      derived from this software without specific prior written
+ *      permission.
+ *
+ *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
+ *  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
+ *  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ *  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ *  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+ *  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ *  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ *  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ *  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ *  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+ *  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+ *  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ *  This BSD License conforms to the Open Source Initiative "Simplified
+ *  BSD License" as published at:
+ *  http://www.opensource.org/licenses/bsd-license.php
+ *
+ *  IAccessible2 is a trademark of the Linux Foundation. The IAccessible2
+ *  mark may be used in accordance with the Linux Foundation Trademark
+ *  Policy to indicate compliance with the IAccessible2 specification.
+ *
+ ************************************************************************/
 
 
 
@@ -4332,30 +4332,30 @@
 interface IAccessibleTable2 : IUnknown
 {
 
-  /** @brief Returns the accessible object at the specified row and column in 
+  /** @brief Returns the accessible object at the specified row and column in
     the table.  This object could be an IAccessible or an IAccessible2.
    @param [in] row
     The 0 based row index for which to retrieve the cell.
    @param [in] column
     The 0 based column index for which to retrieve the cell.
    @param [out] cell
-    If both row and column index are valid then the corresponding accessible 
-    object is returned that represents the requested cell regardless of whether 
+    If both row and column index are valid then the corresponding accessible
+    object is returned that represents the requested cell regardless of whether
     the cell is currently visible (on the screen).
    @retval S_OK
    @retval E_INVALIDARG if bad [in] passed
   */
   [propget] HRESULT cellAt
     (
-     [in] long row, 
+     [in] long row,
      [in] long column,
      [out, retval] IUnknown **cell
     );
 
-  /** @brief Returns the caption for the table.  The returned object could be 
+  /** @brief Returns the caption for the table.  The returned object could be
     an IAccessible or an IAccessible2.
    @param [out] accessible
-    If the table has a caption then a reference to it is returned, else a NULL 
+    If the table has a caption then a reference to it is returned, else a NULL
     pointer is returned.
    @retval S_OK
    @retval S_FALSE if there is nothing to return, [out] value is NULL
@@ -4365,15 +4365,15 @@
     (
      [out, retval] IUnknown **accessible
     );
-	  
+
   /** @brief Returns the description text of the specified column in the table.
    @param [in] column
     The 0 based index of the column for which to retrieve the description.
    @param [out] description
-    Returns the description text of the specified column in the table if such a 
+    Returns the description text of the specified column in the table if such a
     description exists.  Otherwise a NULL pointer is returned.
    @retval S_OK
-   @retval S_FALSE if there is nothing to return, [out] value is NULL 
+   @retval S_FALSE if there is nothing to return, [out] value is NULL
    @retval E_INVALIDARG if bad [in] passed
   */
   [propget] HRESULT columnDescription
@@ -4390,7 +4390,7 @@
   */
   [propget] HRESULT nColumns
     (
-     [out, retval] long *columnCount 
+     [out, retval] long *columnCount
     );
 
   /** @brief Returns the total number of rows in table
@@ -4400,7 +4400,7 @@
   */
   [propget] HRESULT nRows
     (
-     [out, retval] long *rowCount 
+     [out, retval] long *rowCount
     );
 
   /** @brief Returns the total number of selected cells
@@ -4420,7 +4420,7 @@
   */
   [propget] HRESULT nSelectedColumns
     (
-     [out, retval] long *columnCount 
+     [out, retval] long *columnCount
     );
 
   /** @brief Returns the total number of selected rows
@@ -4430,22 +4430,22 @@
   */
   [propget] HRESULT nSelectedRows
     (
-     [out, retval] long *rowCount 
+     [out, retval] long *rowCount
     );
 
   /** @brief Returns the description text of the specified row in the table.
    @param [in] row
     The 0 based index of the row for which to retrieve the description.
    @param [out] description
-    Returns the description text of the specified row in the table if such a 
+    Returns the description text of the specified row in the table if such a
     description exists.  Otherwise a NULL pointer is returned.
    @retval S_OK
-   @retval S_FALSE if there is nothing to return, [out] value is NULL 
+   @retval S_FALSE if there is nothing to return, [out] value is NULL
    @retval E_INVALIDARG if bad [in] passed
   */
   [propget] HRESULT rowDescription
     (
-     [in] long row, 
+     [in] long row,
      [out, retval] BSTR *description
     );
 
@@ -4457,7 +4457,7 @@
    @param [out] nSelectedCells
     The number of accessibles returned; the size of the returned array.
    @retval S_OK
-   @retval S_FALSE if there are none, [out] values are NULL and 0 respectively 
+   @retval S_FALSE if there are none, [out] values are NULL and 0 respectively
   */
   [propget] HRESULT selectedCells
     (
@@ -4473,7 +4473,7 @@
    @param [out] nColumns
     The number of column indexes returned; the size of the returned array.
    @retval S_OK
-   @retval S_FALSE if there are none, [out] values are NULL and 0 respectively 
+   @retval S_FALSE if there are none, [out] values are NULL and 0 respectively
   */
   [propget] HRESULT selectedColumns
     (
@@ -4489,19 +4489,19 @@
    @param [out] nRows
     The number of row indexes returned; the size of the returned array.
    @retval S_OK
-   @retval S_FALSE if there are none, [out] values are NULL and 0 respectively 
+   @retval S_FALSE if there are none, [out] values are NULL and 0 respectively
   */
   [propget] HRESULT selectedRows
     (
-     [out, size_is(,*nRows)] long **selectedRows, 
-     [out, retval] long *nRows 
+     [out, size_is(,*nRows)] long **selectedRows,
+     [out, retval] long *nRows
     );
 
-  /** @brief Returns the summary description of the table.  The returned object could be 
+  /** @brief Returns the summary description of the table.  The returned object could be
     an IAccessible or an IAccessible2.
    @param [out] accessible
-    Returns a reference to an implementation dependent accessible object 
-    representing the table's summary or a NULL pointer if the table 
+    Returns a reference to an implementation dependent accessible object
+    representing the table's summary or a NULL pointer if the table
     does not support a summary.
    @retval S_OK
    @retval S_FALSE if there is nothing to return, [out] value is NULL
@@ -4509,10 +4509,10 @@
   */
   [propget] HRESULT summary
     (
-     [out, retval] IUnknown **accessible 
+     [out, retval] IUnknown **accessible
     );
 
-  /** @brief Returns a boolean value indicating whether the specified column is 
+  /** @brief Returns a boolean value indicating whether the specified column is
     completely selected.
    @param [in] column
     0 based index of the column for which to determine whether it is selected.
@@ -4527,7 +4527,7 @@
      [out, retval] boolean *isSelected
     );
 
-  /** @brief Returns a boolean value indicating whether the specified row is completely 
+  /** @brief Returns a boolean value indicating whether the specified row is completely
     selected.
    @param [in] row
     0 based index of the row for which to determine whether it is selected.
@@ -4545,11 +4545,11 @@
   /** @brief Selects a row and unselects all previously selected rows.
 
    The behavior should mimic that of the application, but for those applications
-    which do not have a means in the GUI to select a full row of cells the behavior 
+    which do not have a means in the GUI to select a full row of cells the behavior
     should be as follows:  First any selected rows in the table are unselected.  Then
     the entire row of cells for the specified row is selected.  If any of the
     cells in the selected row span additional rows, the cells in those rows
-    are also selected. 
+    are also selected.
    @param [in] row
     0 based index of the row to be selected.
    @retval S_OK
@@ -4557,17 +4557,17 @@
   */
   HRESULT selectRow
     (
-     [in] long row 
+     [in] long row
     );
 
   /** @brief Selects a column and unselects all previously selected columns.
 
    The behavior should mimic that of the application, but for those applications
-    which do not have a means in the GUI to select a full column of cells the behavior 
+    which do not have a means in the GUI to select a full column of cells the behavior
     should be as follows:  First any selected columns in the table are unselected.  Then
     the entire column of cells for the specified column is selected.  If any of the
     cells in the selected column span additional columns, the cells in those columns
-    are also selected. 
+    are also selected.
    @param [in] column
     0 based index of the column to be selected.
    @retval S_OK
@@ -4584,7 +4584,7 @@
     which do not have a means in the GUI to unselect a full row of cells the
     behavior should be as follows:  The entire row of cells for the specified
     row is unselected.  If any of the cells in the selected row span additional
-    rows, the cells in those rows are also unselected. 
+    rows, the cells in those rows are also unselected.
    @param [in] row
     0 based index of the row to be unselected.
    @retval S_OK
@@ -4601,7 +4601,7 @@
     which do not have a means in the GUI to unselect a full column of cells the
     behavior should be as follows:  The entire column of cells for the specified
     column is unselected.  If any of the cells in the selected column span additional
-    columns, the cells in those columns are also unselected. 
+    columns, the cells in those columns are also unselected.
    @param [in] column
     0 based index of the column to be unselected.
    @retval S_OK
@@ -4613,25 +4613,25 @@
     );
 
   /** @brief Returns the type and extents describing how a table changed.
-  
+
    Provided for use by the IA2_EVENT_TABLE_MODEL_CHANGED event handler.
 
-   This data is only guaranteed to be valid while the thread notifying the event 
-   continues. Once the handler has returned, the validity of the data depends on 
-   how the server manages the life cycle of its objects. Also, note that the server 
-   may have different life cycle management strategies for controls depending on 
-   whether or not a control manages its children. Lists, trees, and tables can have 
-   a large number of children and thus it's possible that the child objects for those 
-   controls would only be created as needed. Servers should document their life cycle 
-   strategy as this will be of interest to assistive technology or script engines 
-   accessing data out of process or from other threads. Servers only need to save the 
-   most recent row and column values associated with the change and a scope of the 
+   This data is only guaranteed to be valid while the thread notifying the event
+   continues. Once the handler has returned, the validity of the data depends on
+   how the server manages the life cycle of its objects. Also, note that the server
+   may have different life cycle management strategies for controls depending on
+   whether or not a control manages its children. Lists, trees, and tables can have
+   a large number of children and thus it's possible that the child objects for those
+   controls would only be created as needed. Servers should document their life cycle
+   strategy as this will be of interest to assistive technology or script engines
+   accessing data out of process or from other threads. Servers only need to save the
+   most recent row and column values associated with the change and a scope of the
    entire application is adequate.
 
    @param [out] modelChange
     A struct of (type(insert, delete, update), firstRow, lastRow, firstColumn, lastColumn).
    @retval S_OK
-   @retval S_FALSE if there is nothing to return, [out] value is NULL 
+   @retval S_FALSE if there is nothing to return, [out] value is NULL
   */
   [propget] HRESULT modelChange
     (
@@ -4642,55 +4642,55 @@
 /*************************************************************************
  *
  *  File Name (AccessibleTableCell.idl)
- * 
- *  IAccessible2 IDL Specification 
- * 
- *  Copyright (c) 2007, 2013 Linux Foundation 
- *  Copyright (c) 2006 IBM Corporation 
- *  Copyright (c) 2000, 2006 Sun Microsystems, Inc. 
- *  All rights reserved. 
- *   
- *   
- *  Redistribution and use in source and binary forms, with or without 
- *  modification, are permitted provided that the following conditions 
- *  are met: 
- *   
- *   1. Redistributions of source code must retain the above copyright 
- *      notice, this list of conditions and the following disclaimer. 
- *   
- *   2. Redistributions in binary form must reproduce the above 
- *      copyright notice, this list of conditions and the following 
- *      disclaimer in the documentation and/or other materials 
- *      provided with the distribution. 
  *
- *   3. Neither the name of the Linux Foundation nor the names of its 
- *      contributors may be used to endorse or promote products 
- *      derived from this software without specific prior written 
- *      permission. 
- *   
- *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 
- *  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, 
- *  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 
- *  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
- *  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 
- *  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 
- *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 
- *  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 
- *  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 
- *  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
- *  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 
- *  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 
- *  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
- *   
- *  This BSD License conforms to the Open Source Initiative "Simplified 
- *  BSD License" as published at: 
- *  http://www.opensource.org/licenses/bsd-license.php 
- *   
- *  IAccessible2 is a trademark of the Linux Foundation. The IAccessible2 
- *  mark may be used in accordance with the Linux Foundation Trademark 
- *  Policy to indicate compliance with the IAccessible2 specification. 
- * 
- ************************************************************************/ 
+ *  IAccessible2 IDL Specification
+ *
+ *  Copyright (c) 2007, 2013 Linux Foundation
+ *  Copyright (c) 2006 IBM Corporation
+ *  Copyright (c) 2000, 2006 Sun Microsystems, Inc.
+ *  All rights reserved.
+ *
+ *
+ *  Redistribution and use in source and binary forms, with or without
+ *  modification, are permitted provided that the following conditions
+ *  are met:
+ *
+ *   1. Redistributions of source code must retain the above copyright
+ *      notice, this list of conditions and the following disclaimer.
+ *
+ *   2. Redistributions in binary form must reproduce the above
+ *      copyright notice, this list of conditions and the following
+ *      disclaimer in the documentation and/or other materials
+ *      provided with the distribution.
+ *
+ *   3. Neither the name of the Linux Foundation nor the names of its
+ *      contributors may be used to endorse or promote products
+ *      derived from this software without specific prior written
+ *      permission.
+ *
+ *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
+ *  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
+ *  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ *  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ *  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+ *  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ *  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ *  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ *  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ *  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+ *  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+ *  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ *  This BSD License conforms to the Open Source Initiative "Simplified
+ *  BSD License" as published at:
+ *  http://www.opensource.org/licenses/bsd-license.php
+ *
+ *  IAccessible2 is a trademark of the Linux Foundation. The IAccessible2
+ *  mark may be used in accordance with the Linux Foundation Trademark
+ *  Policy to indicate compliance with the IAccessible2 specification.
+ *
+ ************************************************************************/
 
 
 
@@ -4707,7 +4707,7 @@
 {
 
   /** @brief Returns the number of columns occupied by this cell accessible.
-        
+
    The result is greater than 1 if the specified cell spans multiple columns.
    @param [out] nColumnsSpanned
     Returns the 1 based column extent of the specified cell.
@@ -4715,7 +4715,7 @@
   */
   [propget] HRESULT columnExtent
     (
-     [out, retval] long *nColumnsSpanned 
+     [out, retval] long *nColumnsSpanned
     );
 
   /** @brief Returns the column headers as an array of cell accessibles.
@@ -4726,7 +4726,7 @@
    @param [out] nColumnHeaderCells
     The number of accessibles returned; the size of the returned array.
    @retval S_OK
-   @retval S_FALSE if there is no header, [out] values are NULL and 0 respectively 
+   @retval S_FALSE if there is no header, [out] values are NULL and 0 respectively
   */
   [propget] HRESULT columnHeaderCells
     (
@@ -4737,7 +4737,7 @@
   /** @brief Translates this cell accessible into the corresponding column index.
 
    @param [out] columnIndex
-    Returns the 0 based column index of the cell of the specified cell or the index of 
+    Returns the 0 based column index of the cell of the specified cell or the index of
     the first column if the cell spans multiple columns.
    @retval S_OK
   */
@@ -4747,7 +4747,7 @@
     );
 
   /** @brief Returns the number of rows occupied by this cell accessible.
-        
+
    @param [out] nRowsSpanned
     Returns the row extent of the specified cell.
    @retval S_OK
@@ -4765,7 +4765,7 @@
    @param [out] nRowHeaderCells
     The number of accessibles returned; the size of the returned array.
    @retval S_OK
-   @retval S_FALSE if there is no header, [out] values are NULL and 0 respectively 
+   @retval S_FALSE if there is no header, [out] values are NULL and 0 respectively
   */
   [propget] HRESULT rowHeaderCells
     (
@@ -4776,13 +4776,13 @@
   /** @brief Translates this cell accessible into the corresponding row index.
 
    @param [out] rowIndex
-    Returns the 0 based row index of the specified cell or the index of 
+    Returns the 0 based row index of the specified cell or the index of
     the first row if the cell spans multiple rows.
    @retval S_OK
   */
   [propget] HRESULT rowIndex
     (
-     [out, retval] long *rowIndex 
+     [out, retval] long *rowIndex
     );
 
   /** @brief Returns a boolean value indicating whether this cell is selected.
@@ -4793,9 +4793,9 @@
   */
   [propget] HRESULT isSelected
     (
-     [out, retval] boolean *isSelected 
+     [out, retval] boolean *isSelected
     );
-  
+
   /** @brief Gets the row and column indexes and extents of this cell accessible
     and whether or not it is selected.
 
@@ -4814,7 +4814,7 @@
   */
   [propget] HRESULT rowColumnExtents
     (
-     [out] long *row,  
+     [out] long *row,
      [out] long *column,
      [out] long *rowExtents,
      [out] long *columnExtents,
@@ -4836,55 +4836,55 @@
 /*************************************************************************
  *
  *  File Name (AccessibleImage.idl)
- * 
- *  IAccessible2 IDL Specification 
- * 
- *  Copyright (c) 2007, 2010 Linux Foundation 
- *  Copyright (c) 2006 IBM Corporation 
- *  Copyright (c) 2000, 2006 Sun Microsystems, Inc. 
- *  All rights reserved. 
- *   
- *   
- *  Redistribution and use in source and binary forms, with or without 
- *  modification, are permitted provided that the following conditions 
- *  are met: 
- *   
- *   1. Redistributions of source code must retain the above copyright 
- *      notice, this list of conditions and the following disclaimer. 
- *   
- *   2. Redistributions in binary form must reproduce the above 
- *      copyright notice, this list of conditions and the following 
- *      disclaimer in the documentation and/or other materials 
- *      provided with the distribution. 
  *
- *   3. Neither the name of the Linux Foundation nor the names of its 
- *      contributors may be used to endorse or promote products 
- *      derived from this software without specific prior written 
- *      permission. 
- *   
- *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 
- *  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, 
- *  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 
- *  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
- *  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 
- *  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 
- *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 
- *  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 
- *  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 
- *  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
- *  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 
- *  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 
- *  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
- *   
- *  This BSD License conforms to the Open Source Initiative "Simplified 
- *  BSD License" as published at: 
- *  http://www.opensource.org/licenses/bsd-license.php 
- *   
- *  IAccessible2 is a trademark of the Linux Foundation. The IAccessible2 
- *  mark may be used in accordance with the Linux Foundation Trademark 
- *  Policy to indicate compliance with the IAccessible2 specification. 
- * 
- ************************************************************************/ 
+ *  IAccessible2 IDL Specification
+ *
+ *  Copyright (c) 2007, 2010 Linux Foundation
+ *  Copyright (c) 2006 IBM Corporation
+ *  Copyright (c) 2000, 2006 Sun Microsystems, Inc.
+ *  All rights reserved.
+ *
+ *
+ *  Redistribution and use in source and binary forms, with or without
+ *  modification, are permitted provided that the following conditions
+ *  are met:
+ *
+ *   1. Redistributions of source code must retain the above copyright
+ *      notice, this list of conditions and the following disclaimer.
+ *
+ *   2. Redistributions in binary form must reproduce the above
+ *      copyright notice, this list of conditions and the following
+ *      disclaimer in the documentation and/or other materials
+ *      provided with the distribution.
+ *
+ *   3. Neither the name of the Linux Foundation nor the names of its
+ *      contributors may be used to endorse or promote products
+ *      derived from this software without specific prior written
+ *      permission.
+ *
+ *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
+ *  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
+ *  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ *  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ *  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+ *  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ *  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ *  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ *  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ *  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+ *  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+ *  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ *  This BSD License conforms to the Open Source Initiative "Simplified
+ *  BSD License" as published at:
+ *  http://www.opensource.org/licenses/bsd-license.php
+ *
+ *  IAccessible2 is a trademark of the Linux Foundation. The IAccessible2
+ *  mark may be used in accordance with the Linux Foundation Trademark
+ *  Policy to indicate compliance with the IAccessible2 specification.
+ *
+ ************************************************************************/
 
 
 
@@ -4908,7 +4908,7 @@
 [object, uuid(FE5ABB3D-615E-4f7b-909F-5F0EDA9E8DDE)]
 interface IAccessibleImage : IUnknown
 {
-  /** @brief Returns the localized description of the image.          
+  /** @brief Returns the localized description of the image.
    @param [out] description
    @retval S_OK
    @retval S_FALSE if there is nothing to return, [out] value is NULL
@@ -4947,57 +4947,57 @@
 /*************************************************************************
  *
  *  File Name (AccessibleEventID.idl)
- * 
- *  IAccessible2 IDL Specification 
- * 
- *  Copyright (c) 2007, 2010 Linux Foundation 
- *  Copyright (c) 2006 IBM Corporation 
- *  Copyright (c) 2000, 2006 Sun Microsystems, Inc. 
- *  All rights reserved. 
- *   
- *   
- *  Redistribution and use in source and binary forms, with or without 
- *  modification, are permitted provided that the following conditions 
- *  are met: 
- *   
- *   1. Redistributions of source code must retain the above copyright 
- *      notice, this list of conditions and the following disclaimer. 
- *   
- *   2. Redistributions in binary form must reproduce the above 
- *      copyright notice, this list of conditions and the following 
- *      disclaimer in the documentation and/or other materials 
- *      provided with the distribution. 
  *
- *   3. Neither the name of the Linux Foundation nor the names of its 
- *      contributors may be used to endorse or promote products 
- *      derived from this software without specific prior written 
- *      permission. 
- *   
- *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 
- *  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, 
- *  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 
- *  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
- *  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 
- *  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 
- *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 
- *  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 
- *  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 
- *  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
- *  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 
- *  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 
- *  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
- *   
- *  This BSD License conforms to the Open Source Initiative "Simplified 
- *  BSD License" as published at: 
- *  http://www.opensource.org/licenses/bsd-license.php 
- *   
- *  IAccessible2 is a trademark of the Linux Foundation. The IAccessible2 
- *  mark may be used in accordance with the Linux Foundation Trademark 
- *  Policy to indicate compliance with the IAccessible2 specification. 
- * 
- ************************************************************************/ 
+ *  IAccessible2 IDL Specification
+ *
+ *  Copyright (c) 2007, 2010 Linux Foundation
+ *  Copyright (c) 2006 IBM Corporation
+ *  Copyright (c) 2000, 2006 Sun Microsystems, Inc.
+ *  All rights reserved.
+ *
+ *
+ *  Redistribution and use in source and binary forms, with or without
+ *  modification, are permitted provided that the following conditions
+ *  are met:
+ *
+ *   1. Redistributions of source code must retain the above copyright
+ *      notice, this list of conditions and the following disclaimer.
+ *
+ *   2. Redistributions in binary form must reproduce the above
+ *      copyright notice, this list of conditions and the following
+ *      disclaimer in the documentation and/or other materials
+ *      provided with the distribution.
+ *
+ *   3. Neither the name of the Linux Foundation nor the names of its
+ *      contributors may be used to endorse or promote products
+ *      derived from this software without specific prior written
+ *      permission.
+ *
+ *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
+ *  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
+ *  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ *  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ *  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+ *  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ *  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ *  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ *  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ *  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+ *  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+ *  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ *  This BSD License conforms to the Open Source Initiative "Simplified
+ *  BSD License" as published at:
+ *  http://www.opensource.org/licenses/bsd-license.php
+ *
+ *  IAccessible2 is a trademark of the Linux Foundation. The IAccessible2
+ *  mark may be used in accordance with the Linux Foundation Trademark
+ *  Policy to indicate compliance with the IAccessible2 specification.
+ *
+ ************************************************************************/
 
-/** %IAccessible2 specific event constants 
+/** %IAccessible2 specific event constants
 
  This enum defines the event IDs fired by %IAccessible2 objects.  The event IDs
  are in addition to those used by MSAA.
@@ -5005,20 +5005,20 @@
 enum IA2EventID {
 
   /** The change of the number or attributes of actions of an accessible
-    object is signaled by events of this type. 
+    object is signaled by events of this type.
   */
   IA2_EVENT_ACTION_CHANGED = 0x101,
 
   /** <b>Deprecated.</b> The active descendant of a component has changed.
-	
+
 	Note: This event constant is misspelled and thus is deprecated and will be
 	removed in a later version. Please use the correctly spelled version which
 	follows.
   */
   IA2_EVENT_ACTIVE_DECENDENT_CHANGED,
 
-  /** The active descendant of a component has changed.  The active descendant 
-    is used in objects with transient children.  
+  /** The active descendant of a component has changed.  The active descendant
+    is used in objects with transient children.
 
     Note: Due to the fact that MSAA's WinEvents don't allow the active child index
 	to be passed on the IA2_EVENT_ACTIVE_DESCENDANT_CHANGED event the manages
@@ -5090,15 +5090,15 @@
   */
   IA2_EVENT_OBJECT_ATTRIBUTE_CHANGED,
 
-  /** A slide changed in a presentation document or a page boundary was 
+  /** A slide changed in a presentation document or a page boundary was
    crossed in a word processing document.
   */
-  IA2_EVENT_PAGE_CHANGED,  
+  IA2_EVENT_PAGE_CHANGED,
 
   /** The caret moved from one section to the next.
   */
   IA2_EVENT_SECTION_CHANGED,
-  
+
   /** A table caption changed.
   */
   IA2_EVENT_TABLE_CAPTION_CHANGED,
@@ -5152,16 +5152,16 @@
   */
   IA2_EVENT_TEXT_REMOVED,
 
-  /** This event indicates general text changes, i.e. changes to text that are 
+  /** This event indicates general text changes, i.e. changes to text that are
     exposed through the IAccessibleText interface.  For compatibility with ATK/AT-SPI
-	which does not have an equivalent event, servers can alternatively fire 
+	which does not have an equivalent event, servers can alternatively fire
 	::IA2_EVENT_TEXT_REMOVED and ::IA2_EVENT_TEXT_INSERTED.
   */
   IA2_EVENT_TEXT_UPDATED,
 
-  /** The text selection changed.  Later versions of Microsoft development environments 
-   have an equivalent event identified, EVENT_OBJECT_TEXTSELECTIONCHANGED.  Servers 
-   should use that if it is available and use IA2_EVENT_TEXT_SELECTION_CHANGED otherwise.  
+  /** The text selection changed.  Later versions of Microsoft development environments
+   have an equivalent event identified, EVENT_OBJECT_TEXTSELECTIONCHANGED.  Servers
+   should use that if it is available and use IA2_EVENT_TEXT_SELECTION_CHANGED otherwise.
    Clients should be prepared to respond to either event.
 
   */
@@ -5177,55 +5177,55 @@
 /*************************************************************************
  *
  *  File Name (AccessibleApplication.idl)
- * 
- *  IAccessible2 IDL Specification 
- * 
- *  Copyright (c) 2007, 2010 Linux Foundation 
- *  Copyright (c) 2006 IBM Corporation 
- *  Copyright (c) 2000, 2006 Sun Microsystems, Inc. 
- *  All rights reserved. 
- *   
- *   
- *  Redistribution and use in source and binary forms, with or without 
- *  modification, are permitted provided that the following conditions 
- *  are met: 
- *   
- *   1. Redistributions of source code must retain the above copyright 
- *      notice, this list of conditions and the following disclaimer. 
- *   
- *   2. Redistributions in binary form must reproduce the above 
- *      copyright notice, this list of conditions and the following 
- *      disclaimer in the documentation and/or other materials 
- *      provided with the distribution. 
  *
- *   3. Neither the name of the Linux Foundation nor the names of its 
- *      contributors may be used to endorse or promote products 
- *      derived from this software without specific prior written 
- *      permission. 
- *   
- *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 
- *  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, 
- *  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 
- *  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
- *  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 
- *  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 
- *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 
- *  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 
- *  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 
- *  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
- *  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 
- *  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 
- *  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
- *   
- *  This BSD License conforms to the Open Source Initiative "Simplified 
- *  BSD License" as published at: 
- *  http://www.opensource.org/licenses/bsd-license.php 
- *   
- *  IAccessible2 is a trademark of the Linux Foundation. The IAccessible2 
- *  mark may be used in accordance with the Linux Foundation Trademark 
- *  Policy to indicate compliance with the IAccessible2 specification. 
- * 
- ************************************************************************/ 
+ *  IAccessible2 IDL Specification
+ *
+ *  Copyright (c) 2007, 2010 Linux Foundation
+ *  Copyright (c) 2006 IBM Corporation
+ *  Copyright (c) 2000, 2006 Sun Microsystems, Inc.
+ *  All rights reserved.
+ *
+ *
+ *  Redistribution and use in source and binary forms, with or without
+ *  modification, are permitted provided that the following conditions
+ *  are met:
+ *
+ *   1. Redistributions of source code must retain the above copyright
+ *      notice, this list of conditions and the following disclaimer.
+ *
+ *   2. Redistributions in binary form must reproduce the above
+ *      copyright notice, this list of conditions and the following
+ *      disclaimer in the documentation and/or other materials
+ *      provided with the distribution.
+ *
+ *   3. Neither the name of the Linux Foundation nor the names of its
+ *      contributors may be used to endorse or promote products
+ *      derived from this software without specific prior written
+ *      permission.
+ *
+ *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
+ *  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
+ *  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ *  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ *  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+ *  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ *  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ *  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ *  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ *  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+ *  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+ *  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ *  This BSD License conforms to the Open Source Initiative "Simplified
+ *  BSD License" as published at:
+ *  http://www.opensource.org/licenses/bsd-license.php
+ *
+ *  IAccessible2 is a trademark of the Linux Foundation. The IAccessible2
+ *  mark may be used in accordance with the Linux Foundation Trademark
+ *  Policy to indicate compliance with the IAccessible2 specification.
+ *
+ ************************************************************************/
 
 
 
@@ -5233,20 +5233,20 @@
 
 
 /** @brief This interface gives access to the application's name and version information.
-        
- This interface provides the AT with the information it needs to differentiate 
- this application from other applications, from other versions of this 
- application, or from other versions of this application running on different 
+
+ This interface provides the AT with the information it needs to differentiate
+ this application from other applications, from other versions of this
+ application, or from other versions of this application running on different
  versions of an accessibility bridge or accessibility toolkit.
 
- Servers implementing IAccessible2 should provide access to the %IAccessibleApplication 
- interface via QueryService from any object so that ATs can easily determine specific 
+ Servers implementing IAccessible2 should provide access to the %IAccessibleApplication
+ interface via QueryService from any object so that ATs can easily determine specific
  information about the application such as its name or version.
 */
 [object, uuid(D49DED83-5B25-43F4-9B95-93B44595979E)]
 interface IAccessibleApplication : IUnknown
 {
-  
+
   /** @brief Returns the application name.
    @param [out] name
    @retval S_OK
@@ -5291,60 +5291,60 @@
   [propget] HRESULT toolkitVersion
     (
      [out, retval] BSTR *version
-    );  
+    );
 
 }
 
 /*************************************************************************
  *
  *  File Name (AccessibleDocument.idl)
- * 
- *  IAccessible2 IDL Specification 
- * 
- *  Copyright (c) 2013 Linux Foundation 
- *  All rights reserved. 
- *   
- *   
- *  Redistribution and use in source and binary forms, with or without 
- *  modification, are permitted provided that the following conditions 
- *  are met: 
- *   
- *   1. Redistributions of source code must retain the above copyright 
- *      notice, this list of conditions and the following disclaimer. 
- *   
- *   2. Redistributions in binary form must reproduce the above 
- *      copyright notice, this list of conditions and the following 
- *      disclaimer in the documentation and/or other materials 
- *      provided with the distribution. 
  *
- *   3. Neither the name of the Linux Foundation nor the names of its 
- *      contributors may be used to endorse or promote products 
- *      derived from this software without specific prior written 
- *      permission. 
- *   
- *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 
- *  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, 
- *  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 
- *  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
- *  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 
- *  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 
- *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 
- *  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 
- *  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 
- *  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
- *  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 
- *  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 
- *  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
- *   
- *  This BSD License conforms to the Open Source Initiative "Simplified 
- *  BSD License" as published at: 
- *  http://www.opensource.org/licenses/bsd-license.php 
- *   
- *  IAccessible2 is a trademark of the Linux Foundation. The IAccessible2 
- *  mark may be used in accordance with the Linux Foundation Trademark 
- *  Policy to indicate compliance with the IAccessible2 specification. 
- * 
- ************************************************************************/ 
+ *  IAccessible2 IDL Specification
+ *
+ *  Copyright (c) 2013 Linux Foundation
+ *  All rights reserved.
+ *
+ *
+ *  Redistribution and use in source and binary forms, with or without
+ *  modification, are permitted provided that the following conditions
+ *  are met:
+ *
+ *   1. Redistributions of source code must retain the above copyright
+ *      notice, this list of conditions and the following disclaimer.
+ *
+ *   2. Redistributions in binary form must reproduce the above
+ *      copyright notice, this list of conditions and the following
+ *      disclaimer in the documentation and/or other materials
+ *      provided with the distribution.
+ *
+ *   3. Neither the name of the Linux Foundation nor the names of its
+ *      contributors may be used to endorse or promote products
+ *      derived from this software without specific prior written
+ *      permission.
+ *
+ *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
+ *  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
+ *  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ *  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ *  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+ *  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ *  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ *  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ *  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ *  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+ *  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+ *  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ *  This BSD License conforms to the Open Source Initiative "Simplified
+ *  BSD License" as published at:
+ *  http://www.opensource.org/licenses/bsd-license.php
+ *
+ *  IAccessible2 is a trademark of the Linux Foundation. The IAccessible2
+ *  mark may be used in accordance with the Linux Foundation Trademark
+ *  Policy to indicate compliance with the IAccessible2 specification.
+ *
+ ************************************************************************/
 
 
 
@@ -5358,10 +5358,10 @@
 interface IAccessibleDocument : IUnknown
 {
   /** @brief Returns the most recently used anchor target within a document.
-  
+
    A document's most recently targeted in-page anchor is returned.  A typical use
     of this method is to fetch the anchor target within an HTML document.  In this
-    case anchor targets are those which have been defined with the &lt;a&gt; tag.  
+    case anchor targets are those which have been defined with the &lt;a&gt; tag.
 
    @param [out] accessible
    @retval S_OK
@@ -5376,57 +5376,57 @@
 /*************************************************************************
  *
  *  File Name (IA2TypeLibrary.idl)
- * 
- *  IAccessible2 IDL Specification 
- * 
- *  Copyright (c) 2007, 2012 Linux Foundation 
- *  Copyright (c) 2006 IBM Corporation 
- *  Copyright (c) 2000, 2006 Sun Microsystems, Inc. 
- *  All rights reserved. 
- *   
- *   
- *  Redistribution and use in source and binary forms, with or without 
- *  modification, are permitted provided that the following conditions 
- *  are met: 
- *   
- *   1. Redistributions of source code must retain the above copyright 
- *      notice, this list of conditions and the following disclaimer. 
- *   
- *   2. Redistributions in binary form must reproduce the above 
- *      copyright notice, this list of conditions and the following 
- *      disclaimer in the documentation and/or other materials 
- *      provided with the distribution. 
  *
- *   3. Neither the name of the Linux Foundation nor the names of its 
- *      contributors may be used to endorse or promote products 
- *      derived from this software without specific prior written 
- *      permission. 
- *   
- *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 
- *  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, 
- *  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 
- *  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
- *  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 
- *  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 
- *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 
- *  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 
- *  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 
- *  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
- *  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 
- *  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 
- *  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
- *   
- *  This BSD License conforms to the Open Source Initiative "Simplified 
- *  BSD License" as published at: 
- *  http://www.opensource.org/licenses/bsd-license.php 
- *   
- *  IAccessible2 is a trademark of the Linux Foundation. The IAccessible2 
- *  mark may be used in accordance with the Linux Foundation Trademark 
- *  Policy to indicate compliance with the IAccessible2 specification. 
- * 
- ************************************************************************/ 
+ *  IAccessible2 IDL Specification
+ *
+ *  Copyright (c) 2007, 2012 Linux Foundation
+ *  Copyright (c) 2006 IBM Corporation
+ *  Copyright (c) 2000, 2006 Sun Microsystems, Inc.
+ *  All rights reserved.
+ *
+ *
+ *  Redistribution and use in source and binary forms, with or without
+ *  modification, are permitted provided that the following conditions
+ *  are met:
+ *
+ *   1. Redistributions of source code must retain the above copyright
+ *      notice, this list of conditions and the following disclaimer.
+ *
+ *   2. Redistributions in binary form must reproduce the above
+ *      copyright notice, this list of conditions and the following
+ *      disclaimer in the documentation and/or other materials
+ *      provided with the distribution.
+ *
+ *   3. Neither the name of the Linux Foundation nor the names of its
+ *      contributors may be used to endorse or promote products
+ *      derived from this software without specific prior written
+ *      permission.
+ *
+ *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
+ *  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
+ *  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ *  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ *  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+ *  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ *  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ *  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ *  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ *  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+ *  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+ *  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ *  This BSD License conforms to the Open Source Initiative "Simplified
+ *  BSD License" as published at:
+ *  http://www.opensource.org/licenses/bsd-license.php
+ *
+ *  IAccessible2 is a trademark of the Linux Foundation. The IAccessible2
+ *  mark may be used in accordance with the Linux Foundation Trademark
+ *  Policy to indicate compliance with the IAccessible2 specification.
+ *
+ ************************************************************************/
 
-// This is not a standalone file.  It is to be appended to the end of the 
+// This is not a standalone file.  It is to be appended to the end of the
 // merged IDL file.
 
 cpp_quote("")
diff --git a/test/smoketestdoc/src/main/idl/com/sun/star/comp/smoketest/TestExtension.idl b/test/smoketestdoc/src/main/idl/com/sun/star/comp/smoketest/TestExtension.idl
index ef089f4..eef9ed0 100644
--- a/test/smoketestdoc/src/main/idl/com/sun/star/comp/smoketest/TestExtension.idl
+++ b/test/smoketestdoc/src/main/idl/com/sun/star/comp/smoketest/TestExtension.idl
@@ -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,30 +7,30 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
-#ifndef _com_sun_star_comp_smoketest_TestExtension_idl_ 
+#ifndef _com_sun_star_comp_smoketest_TestExtension_idl_
 #define _com_sun_star_comp_smoketest_TestExtension_idl_
- 
-#include <com/sun/star/lang/XServiceInfo.idl> 
- 
+
+#include <com/sun/star/lang/XServiceInfo.idl>
+
 
 module com { module sun { module star { module comp { module smoketest {
         // example service, XServiceInfo is implemented here for demonstration
-        // issues. XServiceInfo must be implemented by all components. 
+        // issues. XServiceInfo must be implemented by all components.
         service TestExtension: ::com::sun::star::lang::XServiceInfo;
 };};};};};
 
-#endif 
+#endif